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