Module: Aws::B2bi
- Defined in:
- lib/aws-sdk-b2bi/endpoint_parameters.rb,
lib/aws-sdk-b2bi/plugins/endpoints.rb,
lib/aws-sdk-b2bi/endpoint_provider.rb,
lib/aws-sdk-b2bi/client_api.rb,
lib/aws-sdk-b2bi/endpoints.rb,
lib/aws-sdk-b2bi/resource.rb,
lib/aws-sdk-b2bi/errors.rb,
lib/aws-sdk-b2bi/client.rb,
lib/aws-sdk-b2bi/types.rb,
lib/aws-sdk-b2bi.rb
Overview
This module provides support for AWS B2B Data Interchange. This module is available in the ‘aws-sdk-b2bi` 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.
b2bi = Aws::B2bi::Client.new
resp = b2bi.create_capability(params)
See Client for more information.
# Errors
Errors returned from AWS B2B Data Interchange are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::B2bi::Errors::ServiceError
# rescues all AWS B2B Data Interchange 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.25.0'