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