Module: Aws::APIGateway
- Defined in:
- lib/aws-sdk-apigateway/client_api.rb,
lib/aws-sdk-apigateway/plugins/apply_content_type_header.rb,
lib/aws-sdk-apigateway/resource.rb,
lib/aws-sdk-apigateway/errors.rb,
lib/aws-sdk-apigateway/client.rb,
lib/aws-sdk-apigateway/types.rb,
lib/aws-sdk-apigateway.rb
Overview
This module provides support for Amazon API Gateway. This module is available in the ‘aws-sdk-apigateway` 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.
See Client for more information.
# Errors
Errors returned from Amazon API Gateway all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::APIGateway::Errors::ServiceError
# rescues all service API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Errors, Plugins, Types Classes: Client, Resource
Constant Summary collapse
- GEM_VERSION =
'1.1.0'