Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
EC2Clientset provides the registry of EC2 clients.
ELBClientset provides the registry of ELB v1 clients.
ELBv2Clientset provides the registry of ELB v2 clients.
Route53Clientset provides the registry of Route53 clients.
S3Clientset provides the registry of S3 clients.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client[T any] struct { // NamedCredentials is the name of the credentials, which were used to // create the client. NamedCredentials string // AccountID is the AWS Account ID that owns or contains the calling // entity. AccountID string // ARN is the AWS ARN associated with the calling entity. ARN string // UserID is the unique identifier of the calling identity. UserID string // Client is the client used to make API calls to the AWS services. Client T }
Client is a wrapper for an AWS API client, which comes with additional metadata such as the named credentials which were used to create the client, and also includes information about the caller identity.
Click to show internal directories.
Click to hide internal directories.