Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssumeRoleFuture ¶
func (*AssumeRoleFuture) Get ¶
func (r *AssumeRoleFuture) Get(ctx workflow.Context) (*sts.AssumeRoleOutput, error)
type AssumeRoleWithSAMLFuture ¶
type AssumeRoleWithSAMLFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssumeRoleWithSAMLFuture) Get ¶
func (r *AssumeRoleWithSAMLFuture) Get(ctx workflow.Context) (*sts.AssumeRoleWithSAMLOutput, error)
type AssumeRoleWithWebIdentityFuture ¶
type AssumeRoleWithWebIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssumeRoleWithWebIdentityFuture) Get ¶
func (r *AssumeRoleWithWebIdentityFuture) Get(ctx workflow.Context) (*sts.AssumeRoleWithWebIdentityOutput, error)
type Client ¶
type Client interface { AssumeRole(ctx workflow.Context, input *sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error) AssumeRoleAsync(ctx workflow.Context, input *sts.AssumeRoleInput) *AssumeRoleFuture AssumeRoleWithSAML(ctx workflow.Context, input *sts.AssumeRoleWithSAMLInput) (*sts.AssumeRoleWithSAMLOutput, error) AssumeRoleWithSAMLAsync(ctx workflow.Context, input *sts.AssumeRoleWithSAMLInput) *AssumeRoleWithSAMLFuture AssumeRoleWithWebIdentity(ctx workflow.Context, input *sts.AssumeRoleWithWebIdentityInput) (*sts.AssumeRoleWithWebIdentityOutput, error) AssumeRoleWithWebIdentityAsync(ctx workflow.Context, input *sts.AssumeRoleWithWebIdentityInput) *AssumeRoleWithWebIdentityFuture DecodeAuthorizationMessage(ctx workflow.Context, input *sts.DecodeAuthorizationMessageInput) (*sts.DecodeAuthorizationMessageOutput, error) DecodeAuthorizationMessageAsync(ctx workflow.Context, input *sts.DecodeAuthorizationMessageInput) *DecodeAuthorizationMessageFuture GetAccessKeyInfo(ctx workflow.Context, input *sts.GetAccessKeyInfoInput) (*sts.GetAccessKeyInfoOutput, error) GetAccessKeyInfoAsync(ctx workflow.Context, input *sts.GetAccessKeyInfoInput) *GetAccessKeyInfoFuture GetCallerIdentity(ctx workflow.Context, input *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error) GetCallerIdentityAsync(ctx workflow.Context, input *sts.GetCallerIdentityInput) *GetCallerIdentityFuture GetFederationToken(ctx workflow.Context, input *sts.GetFederationTokenInput) (*sts.GetFederationTokenOutput, error) GetFederationTokenAsync(ctx workflow.Context, input *sts.GetFederationTokenInput) *GetFederationTokenFuture GetSessionToken(ctx workflow.Context, input *sts.GetSessionTokenInput) (*sts.GetSessionTokenOutput, error) GetSessionTokenAsync(ctx workflow.Context, input *sts.GetSessionTokenInput) *GetSessionTokenFuture }
type DecodeAuthorizationMessageFuture ¶
type DecodeAuthorizationMessageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DecodeAuthorizationMessageFuture) Get ¶
func (r *DecodeAuthorizationMessageFuture) Get(ctx workflow.Context) (*sts.DecodeAuthorizationMessageOutput, error)
type GetAccessKeyInfoFuture ¶
type GetAccessKeyInfoFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetAccessKeyInfoFuture) Get ¶
func (r *GetAccessKeyInfoFuture) Get(ctx workflow.Context) (*sts.GetAccessKeyInfoOutput, error)
type GetCallerIdentityFuture ¶
type GetCallerIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCallerIdentityFuture) Get ¶
func (r *GetCallerIdentityFuture) Get(ctx workflow.Context) (*sts.GetCallerIdentityOutput, error)
type GetFederationTokenFuture ¶
type GetFederationTokenFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetFederationTokenFuture) Get ¶
func (r *GetFederationTokenFuture) Get(ctx workflow.Context) (*sts.GetFederationTokenOutput, error)
type GetSessionTokenFuture ¶
type GetSessionTokenFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSessionTokenFuture) Get ¶
func (r *GetSessionTokenFuture) Get(ctx workflow.Context) (*sts.GetSessionTokenOutput, error)
Click to show internal directories.
Click to hide internal directories.