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