Sha256: a971467077295b964047e2af508cdbac49fadcc2b2baa1639a35823270a05488

Contents?: true

Size: 1.81 KB

Versions: 1

Compression:

Stored size: 1.81 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'

Aws::Plugins::GlobalConfiguration.add_identifier(:timestreamquery)

# This module provides support for Amazon Timestream Query. This module is available in the
# `aws-sdk-timestreamquery` 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.
#
#     timestream_query = Aws::TimestreamQuery::Client.new
#     resp = timestream_query.cancel_query(params)
#
# See {Client} for more information.
#
# # Errors
#
# Errors returned from Amazon Timestream Query are defined in the
# {Errors} module and all extend {Errors::ServiceError}.
#
#     begin
#       # do stuff
#     rescue Aws::TimestreamQuery::Errors::ServiceError
#       # rescues all Amazon Timestream Query API errors
#     end
#
# See {Errors} for more information.
#
# @!group service
module Aws::TimestreamQuery
  autoload :Types, 'aws-sdk-timestreamquery/types'
  autoload :ClientApi, 'aws-sdk-timestreamquery/client_api'
  module Plugins
    autoload :Endpoints, 'aws-sdk-timestreamquery/plugins/endpoints.rb'
  end
  autoload :Client, 'aws-sdk-timestreamquery/client'
  autoload :Errors, 'aws-sdk-timestreamquery/errors'
  autoload :Resource, 'aws-sdk-timestreamquery/resource'
  autoload :EndpointParameters, 'aws-sdk-timestreamquery/endpoint_parameters'
  autoload :EndpointProvider, 'aws-sdk-timestreamquery/endpoint_provider'
  autoload :Endpoints, 'aws-sdk-timestreamquery/endpoints'

  GEM_VERSION = '1.45.0'

end

require_relative 'aws-sdk-timestreamquery/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-timestreamquery-1.45.0 lib/aws-sdk-timestreamquery.rb