Sha256: 730ff322ee13450d4410393f9fe7b0575ffa5cfd06a27e81cd94cf6f169871f5

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

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

  GEM_VERSION = '1.68.0'

end

require_relative 'aws-sdk-pi/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-pi-1.68.0 lib/aws-sdk-pi.rb