Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // GetAccount returns the AWS account ID for the configured authenticated client. GetAccount(ctx context.Context) (string, error) // GetAccountAlias returns the account alias if there's one set, otherwise an empty string. GetAccountAlias(ctx context.Context) (string, error) }
Click to show internal directories.
Click to hide internal directories.