Sha256: b6b706205142dbf90d855328f26588c7b7529b482223bc52bff99a63a1fa3e75

Contents?: true

Size: 1.74 KB

Versions: 1

Compression:

Stored size: 1.74 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/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE


require 'aws-sdk-core'
require 'aws-sigv4'

# 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
  autoload :Types, 'aws-sdk-iotthingsgraph/types'
  autoload :ClientApi, 'aws-sdk-iotthingsgraph/client_api'
  module Plugins
    autoload :Endpoints, 'aws-sdk-iotthingsgraph/plugins/endpoints.rb'
  end
  autoload :Client, 'aws-sdk-iotthingsgraph/client'
  autoload :Errors, 'aws-sdk-iotthingsgraph/errors'
  autoload :Resource, 'aws-sdk-iotthingsgraph/resource'
  autoload :EndpointParameters, 'aws-sdk-iotthingsgraph/endpoint_parameters'
  autoload :EndpointProvider, 'aws-sdk-iotthingsgraph/endpoint_provider'
  autoload :Endpoints, 'aws-sdk-iotthingsgraph/endpoints'

  GEM_VERSION = '1.48.0'

end

require_relative 'aws-sdk-iotthingsgraph/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-iotthingsgraph-1.48.0 lib/aws-sdk-iotthingsgraph.rb