Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetRoleCredentials(ctx workflow.Context, input *sso.GetRoleCredentialsInput) (*sso.GetRoleCredentialsOutput, error) GetRoleCredentialsAsync(ctx workflow.Context, input *sso.GetRoleCredentialsInput) *GetRoleCredentialsFuture ListAccountRoles(ctx workflow.Context, input *sso.ListAccountRolesInput) (*sso.ListAccountRolesOutput, error) ListAccountRolesAsync(ctx workflow.Context, input *sso.ListAccountRolesInput) *ListAccountRolesFuture ListAccounts(ctx workflow.Context, input *sso.ListAccountsInput) (*sso.ListAccountsOutput, error) ListAccountsAsync(ctx workflow.Context, input *sso.ListAccountsInput) *ListAccountsFuture Logout(ctx workflow.Context, input *sso.LogoutInput) (*sso.LogoutOutput, error) LogoutAsync(ctx workflow.Context, input *sso.LogoutInput) *LogoutFuture }
type GetRoleCredentialsFuture ¶
type GetRoleCredentialsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRoleCredentialsFuture) Get ¶
func (r *GetRoleCredentialsFuture) Get(ctx workflow.Context) (*sso.GetRoleCredentialsOutput, error)
type ListAccountRolesFuture ¶
type ListAccountRolesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAccountRolesFuture) Get ¶
func (r *ListAccountRolesFuture) Get(ctx workflow.Context) (*sso.ListAccountRolesOutput, error)
type ListAccountsFuture ¶
func (*ListAccountsFuture) Get ¶
func (r *ListAccountsFuture) Get(ctx workflow.Context) (*sso.ListAccountsOutput, error)
type LogoutFuture ¶
func (*LogoutFuture) Get ¶
func (r *LogoutFuture) Get(ctx workflow.Context) (*sso.LogoutOutput, error)
Click to show internal directories.
Click to hide internal directories.