Module: Aws::IoTThingsGraph

Defined in:
lib/aws-sdk-iotthingsgraph/endpoint_parameters.rb,
lib/aws-sdk-iotthingsgraph/plugins/endpoints.rb,
lib/aws-sdk-iotthingsgraph/endpoint_provider.rb,
lib/aws-sdk-iotthingsgraph/client_api.rb,
lib/aws-sdk-iotthingsgraph/endpoints.rb,
lib/aws-sdk-iotthingsgraph/resource.rb,
lib/aws-sdk-iotthingsgraph/errors.rb,
lib/aws-sdk-iotthingsgraph/client.rb,
lib/aws-sdk-iotthingsgraph/types.rb,
lib/aws-sdk-iotthingsgraph.rb

Overview

This module provides support for AWS IoT Things Graph. This module is available in the ‘aws-sdk-iotthingsgraph` 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_things_graph = Aws::IoTThingsGraph::Client.new
resp = io_t_things_graph.associate_entity_to_thing(params)

See Client for more information.

# Errors

Errors returned from AWS IoT Things Graph are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::IoTThingsGraph::Errors::ServiceError
  # rescues all AWS IoT Things Graph 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.37.0'