Module: Aws::DataExchange
- Defined in:
- lib/aws-sdk-dataexchange/endpoint_parameters.rb,
lib/aws-sdk-dataexchange/plugins/endpoints.rb,
lib/aws-sdk-dataexchange/endpoint_provider.rb,
lib/aws-sdk-dataexchange/client_api.rb,
lib/aws-sdk-dataexchange/endpoints.rb,
lib/aws-sdk-dataexchange/resource.rb,
lib/aws-sdk-dataexchange/waiters.rb,
lib/aws-sdk-dataexchange/errors.rb,
lib/aws-sdk-dataexchange/client.rb,
lib/aws-sdk-dataexchange/types.rb,
lib/aws-sdk-dataexchange.rb
Overview
This module provides support for AWS Data Exchange. This module is available in the ‘aws-sdk-dataexchange` 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.
data_exchange = Aws::DataExchange::Client.new
resp = data_exchange.accept_data_grant(params)
See Client for more information.
# Errors
Errors returned from AWS Data Exchange are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::DataExchange::Errors::ServiceError
# rescues all AWS Data Exchange API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.61.0'