Sha256: 73b44ddea5aa3a91061723cbb50983c0644ed218c2b5533d5b121e5c8c0b21ea

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

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

  GEM_VERSION = '1.13.0'

end

require_relative 'aws-sdk-eksauth/customizations'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-eksauth-1.13.0 lib/aws-sdk-eksauth.rb