Sha256: d811c678c25e39f1357745f1f540926a624c8ff244704c22453d9291f3671262
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE require 'aws-sdk-core' require 'aws-sigv4' require_relative 'aws-sdk-iotthingsgraph/types' require_relative 'aws-sdk-iotthingsgraph/client_api' require_relative 'aws-sdk-iotthingsgraph/client' require_relative 'aws-sdk-iotthingsgraph/errors' require_relative 'aws-sdk-iotthingsgraph/resource' require_relative 'aws-sdk-iotthingsgraph/customizations' # 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. # # @!group service module Aws::IoTThingsGraph GEM_VERSION = '1.11.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-iotthingsgraph-1.11.0 | lib/aws-sdk-iotthingsgraph.rb |