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