# 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 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.43.0' end require_relative 'aws-sdk-timestreamquery/customizations'