Module: Aws::EKS

Defined in:
lib/aws-sdk-eks/endpoint_parameters.rb,
lib/aws-sdk-eks/plugins/endpoints.rb,
lib/aws-sdk-eks/endpoint_provider.rb,
lib/aws-sdk-eks/client_api.rb,
lib/aws-sdk-eks/endpoints.rb,
lib/aws-sdk-eks/resource.rb,
lib/aws-sdk-eks/waiters.rb,
lib/aws-sdk-eks/errors.rb,
lib/aws-sdk-eks/client.rb,
lib/aws-sdk-eks/types.rb,
lib/aws-sdk-eks.rb

Overview

This module provides support for Amazon Elastic Kubernetes Service. This module is available in the ‘aws-sdk-eks` 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 = Aws::EKS::Client.new
resp = eks.associate_access_policy(params)

See Client for more information.

# Errors

Errors returned from Amazon Elastic Kubernetes Service are defined in the Errors module and all extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::EKS::Errors::ServiceError
  # rescues all Amazon Elastic Kubernetes Service 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.99.0'