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