Module: Aws::EKSAuth
- Defined in:
- lib/aws-sdk-eksauth/endpoint_parameters.rb,
lib/aws-sdk-eksauth/plugins/endpoints.rb,
lib/aws-sdk-eksauth/endpoint_provider.rb,
lib/aws-sdk-eksauth/client_api.rb,
lib/aws-sdk-eksauth/endpoints.rb,
lib/aws-sdk-eksauth/resource.rb,
lib/aws-sdk-eksauth/waiters.rb,
lib/aws-sdk-eksauth/errors.rb,
lib/aws-sdk-eksauth/client.rb,
lib/aws-sdk-eksauth/types.rb,
lib/aws-sdk-eksauth.rb
Overview
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.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types, Waiters Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.15.0'