MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / GetCallerIdentityWithContext

Method GetCallerIdentityWithContext

internal/aws/clients.go:64–64  ·  view source on GitHub ↗
(ctx context.Context, input *sts.GetCallerIdentityInput, opts ...request.Option)

Source from the content-addressed store, hash-verified

62// STSAPI defines the interface for STS operations
63type STSAPI interface {
64 GetCallerIdentityWithContext(ctx context.Context, input *sts.GetCallerIdentityInput, opts ...request.Option) (*sts.GetCallerIdentityOutput, error)
65}
66
67// ClientFactory creates and manages AWS service clients

Callers 1

GetAccountIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected