Module: Aws::SupplyChain

Defined in:
lib/aws-sdk-supplychain/endpoint_parameters.rb,
lib/aws-sdk-supplychain/plugins/endpoints.rb,
lib/aws-sdk-supplychain/endpoint_provider.rb,
lib/aws-sdk-supplychain/client_api.rb,
lib/aws-sdk-supplychain/endpoints.rb,
lib/aws-sdk-supplychain/resource.rb,
lib/aws-sdk-supplychain/errors.rb,
lib/aws-sdk-supplychain/client.rb,
lib/aws-sdk-supplychain/types.rb,
lib/aws-sdk-supplychain.rb

Overview

This module provides support for AWS Supply Chain. This module is available in the ‘aws-sdk-supplychain` gem.

# Client

The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.

supply_chain = Aws::SupplyChain::Client.new
resp = supply_chain.create_bill_of_materials_import_job(params)

See Client for more information.

# Errors

Errors returned from AWS Supply Chain are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::SupplyChain::Errors::ServiceError
  # rescues all AWS Supply Chain API errors
end

See Errors for more information.

Defined Under Namespace

Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource

service collapse

GEM_VERSION =
'1.19.0'