Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSTSClient ¶
func STSAssumeRole ¶
func STSGetCallerIdentity ¶
Types ¶
type FakeSTSClient ¶
type FakeSTSClient struct{}
func (FakeSTSClient) AssumeRole ¶
func (f FakeSTSClient) AssumeRole(ctx context.Context, params *sts.AssumeRoleInput, optFns ...func(*sts.Options)) (*sts.AssumeRoleOutput, error)
func (FakeSTSClient) GetCallerIdentity ¶
func (f FakeSTSClient) GetCallerIdentity(ctx context.Context, params *sts.GetCallerIdentityInput, optFns ...func(*sts.Options)) (*sts.GetCallerIdentityOutput, error)
type STSApi ¶
type STSApi interface { AssumeRole(ctx context.Context, params *sts.AssumeRoleInput, optFns ...func(*sts.Options)) (*sts.AssumeRoleOutput, error) GetCallerIdentity(ctx context.Context, params *sts.GetCallerIdentityInput, optFns ...func(*sts.Options)) (*sts.GetCallerIdentityOutput, error) }
Click to show internal directories.
Click to hide internal directories.