cognitoidentityproviderstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCustomAttributesFuture

type AddCustomAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddCustomAttributesFuture) Get

type AdminAddUserToGroupFuture

type AdminAddUserToGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminAddUserToGroupFuture) Get

type AdminConfirmSignUpFuture

type AdminConfirmSignUpFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminConfirmSignUpFuture) Get

type AdminCreateUserFuture

type AdminCreateUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminCreateUserFuture) Get

type AdminDeleteUserAttributesFuture

type AdminDeleteUserAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminDeleteUserFuture

type AdminDeleteUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminDeleteUserFuture) Get

type AdminDisableProviderForUserFuture

type AdminDisableProviderForUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminDisableUserFuture

type AdminDisableUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminDisableUserFuture) Get

type AdminEnableUserFuture

type AdminEnableUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminEnableUserFuture) Get

type AdminForgetDeviceFuture

type AdminForgetDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminForgetDeviceFuture) Get

type AdminGetDeviceFuture

type AdminGetDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminGetDeviceFuture) Get

type AdminGetUserFuture

type AdminGetUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminGetUserFuture) Get

type AdminInitiateAuthFuture

type AdminInitiateAuthFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminInitiateAuthFuture) Get

type AdminLinkProviderForUserFuture

type AdminLinkProviderForUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminListDevicesFuture

type AdminListDevicesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminListDevicesFuture) Get

type AdminListGroupsForUserFuture

type AdminListGroupsForUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminListUserAuthEventsFuture

type AdminListUserAuthEventsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminRemoveUserFromGroupFuture

type AdminRemoveUserFromGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminResetUserPasswordFuture

type AdminResetUserPasswordFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminRespondToAuthChallengeFuture

type AdminRespondToAuthChallengeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminSetUserMFAPreferenceFuture

type AdminSetUserMFAPreferenceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminSetUserPasswordFuture

type AdminSetUserPasswordFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminSetUserPasswordFuture) Get

type AdminSetUserSettingsFuture

type AdminSetUserSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AdminSetUserSettingsFuture) Get

type AdminUpdateAuthEventFeedbackFuture

type AdminUpdateAuthEventFeedbackFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminUpdateDeviceStatusFuture

type AdminUpdateDeviceStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminUpdateUserAttributesFuture

type AdminUpdateUserAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AdminUserGlobalSignOutFuture

type AdminUserGlobalSignOutFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type AssociateSoftwareTokenFuture

type AssociateSoftwareTokenFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type ChangePasswordFuture

type ChangePasswordFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ChangePasswordFuture) Get

type Client

type Client interface {
	AddCustomAttributes(ctx workflow.Context, input *cognitoidentityprovider.AddCustomAttributesInput) (*cognitoidentityprovider.AddCustomAttributesOutput, error)
	AddCustomAttributesAsync(ctx workflow.Context, input *cognitoidentityprovider.AddCustomAttributesInput) *AddCustomAttributesFuture

	AdminAddUserToGroup(ctx workflow.Context, input *cognitoidentityprovider.AdminAddUserToGroupInput) (*cognitoidentityprovider.AdminAddUserToGroupOutput, error)
	AdminAddUserToGroupAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminAddUserToGroupInput) *AdminAddUserToGroupFuture

	AdminConfirmSignUp(ctx workflow.Context, input *cognitoidentityprovider.AdminConfirmSignUpInput) (*cognitoidentityprovider.AdminConfirmSignUpOutput, error)
	AdminConfirmSignUpAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminConfirmSignUpInput) *AdminConfirmSignUpFuture

	AdminCreateUser(ctx workflow.Context, input *cognitoidentityprovider.AdminCreateUserInput) (*cognitoidentityprovider.AdminCreateUserOutput, error)
	AdminCreateUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminCreateUserInput) *AdminCreateUserFuture

	AdminDeleteUser(ctx workflow.Context, input *cognitoidentityprovider.AdminDeleteUserInput) (*cognitoidentityprovider.AdminDeleteUserOutput, error)
	AdminDeleteUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminDeleteUserInput) *AdminDeleteUserFuture

	AdminDeleteUserAttributes(ctx workflow.Context, input *cognitoidentityprovider.AdminDeleteUserAttributesInput) (*cognitoidentityprovider.AdminDeleteUserAttributesOutput, error)
	AdminDeleteUserAttributesAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminDeleteUserAttributesInput) *AdminDeleteUserAttributesFuture

	AdminDisableProviderForUser(ctx workflow.Context, input *cognitoidentityprovider.AdminDisableProviderForUserInput) (*cognitoidentityprovider.AdminDisableProviderForUserOutput, error)
	AdminDisableProviderForUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminDisableProviderForUserInput) *AdminDisableProviderForUserFuture

	AdminDisableUser(ctx workflow.Context, input *cognitoidentityprovider.AdminDisableUserInput) (*cognitoidentityprovider.AdminDisableUserOutput, error)
	AdminDisableUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminDisableUserInput) *AdminDisableUserFuture

	AdminEnableUser(ctx workflow.Context, input *cognitoidentityprovider.AdminEnableUserInput) (*cognitoidentityprovider.AdminEnableUserOutput, error)
	AdminEnableUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminEnableUserInput) *AdminEnableUserFuture

	AdminForgetDevice(ctx workflow.Context, input *cognitoidentityprovider.AdminForgetDeviceInput) (*cognitoidentityprovider.AdminForgetDeviceOutput, error)
	AdminForgetDeviceAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminForgetDeviceInput) *AdminForgetDeviceFuture

	AdminGetDevice(ctx workflow.Context, input *cognitoidentityprovider.AdminGetDeviceInput) (*cognitoidentityprovider.AdminGetDeviceOutput, error)
	AdminGetDeviceAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminGetDeviceInput) *AdminGetDeviceFuture

	AdminGetUser(ctx workflow.Context, input *cognitoidentityprovider.AdminGetUserInput) (*cognitoidentityprovider.AdminGetUserOutput, error)
	AdminGetUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminGetUserInput) *AdminGetUserFuture

	AdminInitiateAuth(ctx workflow.Context, input *cognitoidentityprovider.AdminInitiateAuthInput) (*cognitoidentityprovider.AdminInitiateAuthOutput, error)
	AdminInitiateAuthAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminInitiateAuthInput) *AdminInitiateAuthFuture

	AdminLinkProviderForUser(ctx workflow.Context, input *cognitoidentityprovider.AdminLinkProviderForUserInput) (*cognitoidentityprovider.AdminLinkProviderForUserOutput, error)
	AdminLinkProviderForUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminLinkProviderForUserInput) *AdminLinkProviderForUserFuture

	AdminListDevices(ctx workflow.Context, input *cognitoidentityprovider.AdminListDevicesInput) (*cognitoidentityprovider.AdminListDevicesOutput, error)
	AdminListDevicesAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminListDevicesInput) *AdminListDevicesFuture

	AdminListGroupsForUser(ctx workflow.Context, input *cognitoidentityprovider.AdminListGroupsForUserInput) (*cognitoidentityprovider.AdminListGroupsForUserOutput, error)
	AdminListGroupsForUserAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminListGroupsForUserInput) *AdminListGroupsForUserFuture

	AdminListUserAuthEvents(ctx workflow.Context, input *cognitoidentityprovider.AdminListUserAuthEventsInput) (*cognitoidentityprovider.AdminListUserAuthEventsOutput, error)
	AdminListUserAuthEventsAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminListUserAuthEventsInput) *AdminListUserAuthEventsFuture

	AdminRemoveUserFromGroup(ctx workflow.Context, input *cognitoidentityprovider.AdminRemoveUserFromGroupInput) (*cognitoidentityprovider.AdminRemoveUserFromGroupOutput, error)
	AdminRemoveUserFromGroupAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminRemoveUserFromGroupInput) *AdminRemoveUserFromGroupFuture

	AdminResetUserPassword(ctx workflow.Context, input *cognitoidentityprovider.AdminResetUserPasswordInput) (*cognitoidentityprovider.AdminResetUserPasswordOutput, error)
	AdminResetUserPasswordAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminResetUserPasswordInput) *AdminResetUserPasswordFuture

	AdminRespondToAuthChallenge(ctx workflow.Context, input *cognitoidentityprovider.AdminRespondToAuthChallengeInput) (*cognitoidentityprovider.AdminRespondToAuthChallengeOutput, error)
	AdminRespondToAuthChallengeAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminRespondToAuthChallengeInput) *AdminRespondToAuthChallengeFuture

	AdminSetUserMFAPreference(ctx workflow.Context, input *cognitoidentityprovider.AdminSetUserMFAPreferenceInput) (*cognitoidentityprovider.AdminSetUserMFAPreferenceOutput, error)
	AdminSetUserMFAPreferenceAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminSetUserMFAPreferenceInput) *AdminSetUserMFAPreferenceFuture

	AdminSetUserPassword(ctx workflow.Context, input *cognitoidentityprovider.AdminSetUserPasswordInput) (*cognitoidentityprovider.AdminSetUserPasswordOutput, error)
	AdminSetUserPasswordAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminSetUserPasswordInput) *AdminSetUserPasswordFuture

	AdminSetUserSettings(ctx workflow.Context, input *cognitoidentityprovider.AdminSetUserSettingsInput) (*cognitoidentityprovider.AdminSetUserSettingsOutput, error)
	AdminSetUserSettingsAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminSetUserSettingsInput) *AdminSetUserSettingsFuture

	AdminUpdateAuthEventFeedback(ctx workflow.Context, input *cognitoidentityprovider.AdminUpdateAuthEventFeedbackInput) (*cognitoidentityprovider.AdminUpdateAuthEventFeedbackOutput, error)
	AdminUpdateAuthEventFeedbackAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminUpdateAuthEventFeedbackInput) *AdminUpdateAuthEventFeedbackFuture

	AdminUpdateDeviceStatus(ctx workflow.Context, input *cognitoidentityprovider.AdminUpdateDeviceStatusInput) (*cognitoidentityprovider.AdminUpdateDeviceStatusOutput, error)
	AdminUpdateDeviceStatusAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminUpdateDeviceStatusInput) *AdminUpdateDeviceStatusFuture

	AdminUpdateUserAttributes(ctx workflow.Context, input *cognitoidentityprovider.AdminUpdateUserAttributesInput) (*cognitoidentityprovider.AdminUpdateUserAttributesOutput, error)
	AdminUpdateUserAttributesAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminUpdateUserAttributesInput) *AdminUpdateUserAttributesFuture

	AdminUserGlobalSignOut(ctx workflow.Context, input *cognitoidentityprovider.AdminUserGlobalSignOutInput) (*cognitoidentityprovider.AdminUserGlobalSignOutOutput, error)
	AdminUserGlobalSignOutAsync(ctx workflow.Context, input *cognitoidentityprovider.AdminUserGlobalSignOutInput) *AdminUserGlobalSignOutFuture

	AssociateSoftwareToken(ctx workflow.Context, input *cognitoidentityprovider.AssociateSoftwareTokenInput) (*cognitoidentityprovider.AssociateSoftwareTokenOutput, error)
	AssociateSoftwareTokenAsync(ctx workflow.Context, input *cognitoidentityprovider.AssociateSoftwareTokenInput) *AssociateSoftwareTokenFuture

	ChangePassword(ctx workflow.Context, input *cognitoidentityprovider.ChangePasswordInput) (*cognitoidentityprovider.ChangePasswordOutput, error)
	ChangePasswordAsync(ctx workflow.Context, input *cognitoidentityprovider.ChangePasswordInput) *ChangePasswordFuture

	ConfirmDevice(ctx workflow.Context, input *cognitoidentityprovider.ConfirmDeviceInput) (*cognitoidentityprovider.ConfirmDeviceOutput, error)
	ConfirmDeviceAsync(ctx workflow.Context, input *cognitoidentityprovider.ConfirmDeviceInput) *ConfirmDeviceFuture

	ConfirmForgotPassword(ctx workflow.Context, input *cognitoidentityprovider.ConfirmForgotPasswordInput) (*cognitoidentityprovider.ConfirmForgotPasswordOutput, error)
	ConfirmForgotPasswordAsync(ctx workflow.Context, input *cognitoidentityprovider.ConfirmForgotPasswordInput) *ConfirmForgotPasswordFuture

	ConfirmSignUp(ctx workflow.Context, input *cognitoidentityprovider.ConfirmSignUpInput) (*cognitoidentityprovider.ConfirmSignUpOutput, error)
	ConfirmSignUpAsync(ctx workflow.Context, input *cognitoidentityprovider.ConfirmSignUpInput) *ConfirmSignUpFuture

	CreateGroup(ctx workflow.Context, input *cognitoidentityprovider.CreateGroupInput) (*cognitoidentityprovider.CreateGroupOutput, error)
	CreateGroupAsync(ctx workflow.Context, input *cognitoidentityprovider.CreateGroupInput) *CreateGroupFuture

	CreateIdentityProvider(ctx workflow.Context, input *cognitoidentityprovider.CreateIdentityProviderInput) (*cognitoidentityprovider.CreateIdentityProviderOutput, error)
	CreateIdentityProviderAsync(ctx workflow.Context, input *cognitoidentityprovider.CreateIdentityProviderInput) *CreateIdentityProviderFuture

	CreateResourceServer(ctx workflow.Context, input *cognitoidentityprovider.CreateResourceServerInput) (*cognitoidentityprovider.CreateResourceServerOutput, error)
	CreateResourceServerAsync(ctx workflow.Context, input *cognitoidentityprovider.CreateResourceServerInput) *CreateResourceServerFuture

	CreateUserImportJob(ctx workflow.Context, input *cognitoidentityprovider.CreateUserImportJobInput) (*cognitoidentityprovider.CreateUserImportJobOutput, error)
	CreateUserImportJobAsync(ctx workflow.Context, input *cognitoidentityprovider.CreateUserImportJobInput) *CreateUserImportJobFuture

	CreateUserPool(ctx workflow.Context, input *cognitoidentityprovider.CreateUserPoolInput) (*cognitoidentityprovider.CreateUserPoolOutput, error)
	CreateUserPoolAsync(ctx workflow.Context, input *cognitoidentityprovider.CreateUserPoolInput) *CreateUserPoolFuture

	CreateUserPoolClient(ctx workflow.Context, input *cognitoidentityprovider.CreateUserPoolClientInput) (*cognitoidentityprovider.CreateUserPoolClientOutput, error)
	CreateUserPoolClientAsync(ctx workflow.Context, input *cognitoidentityprovider.CreateUserPoolClientInput) *CreateUserPoolClientFuture

	CreateUserPoolDomain(ctx workflow.Context, input *cognitoidentityprovider.CreateUserPoolDomainInput) (*cognitoidentityprovider.CreateUserPoolDomainOutput, error)
	CreateUserPoolDomainAsync(ctx workflow.Context, input *cognitoidentityprovider.CreateUserPoolDomainInput) *CreateUserPoolDomainFuture

	DeleteGroup(ctx workflow.Context, input *cognitoidentityprovider.DeleteGroupInput) (*cognitoidentityprovider.DeleteGroupOutput, error)
	DeleteGroupAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteGroupInput) *DeleteGroupFuture

	DeleteIdentityProvider(ctx workflow.Context, input *cognitoidentityprovider.DeleteIdentityProviderInput) (*cognitoidentityprovider.DeleteIdentityProviderOutput, error)
	DeleteIdentityProviderAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteIdentityProviderInput) *DeleteIdentityProviderFuture

	DeleteResourceServer(ctx workflow.Context, input *cognitoidentityprovider.DeleteResourceServerInput) (*cognitoidentityprovider.DeleteResourceServerOutput, error)
	DeleteResourceServerAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteResourceServerInput) *DeleteResourceServerFuture

	DeleteUser(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserInput) (*cognitoidentityprovider.DeleteUserOutput, error)
	DeleteUserAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserInput) *DeleteUserFuture

	DeleteUserAttributes(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserAttributesInput) (*cognitoidentityprovider.DeleteUserAttributesOutput, error)
	DeleteUserAttributesAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserAttributesInput) *DeleteUserAttributesFuture

	DeleteUserPool(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserPoolInput) (*cognitoidentityprovider.DeleteUserPoolOutput, error)
	DeleteUserPoolAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserPoolInput) *DeleteUserPoolFuture

	DeleteUserPoolClient(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserPoolClientInput) (*cognitoidentityprovider.DeleteUserPoolClientOutput, error)
	DeleteUserPoolClientAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserPoolClientInput) *DeleteUserPoolClientFuture

	DeleteUserPoolDomain(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserPoolDomainInput) (*cognitoidentityprovider.DeleteUserPoolDomainOutput, error)
	DeleteUserPoolDomainAsync(ctx workflow.Context, input *cognitoidentityprovider.DeleteUserPoolDomainInput) *DeleteUserPoolDomainFuture

	DescribeIdentityProvider(ctx workflow.Context, input *cognitoidentityprovider.DescribeIdentityProviderInput) (*cognitoidentityprovider.DescribeIdentityProviderOutput, error)
	DescribeIdentityProviderAsync(ctx workflow.Context, input *cognitoidentityprovider.DescribeIdentityProviderInput) *DescribeIdentityProviderFuture

	DescribeResourceServer(ctx workflow.Context, input *cognitoidentityprovider.DescribeResourceServerInput) (*cognitoidentityprovider.DescribeResourceServerOutput, error)
	DescribeResourceServerAsync(ctx workflow.Context, input *cognitoidentityprovider.DescribeResourceServerInput) *DescribeResourceServerFuture

	DescribeRiskConfiguration(ctx workflow.Context, input *cognitoidentityprovider.DescribeRiskConfigurationInput) (*cognitoidentityprovider.DescribeRiskConfigurationOutput, error)
	DescribeRiskConfigurationAsync(ctx workflow.Context, input *cognitoidentityprovider.DescribeRiskConfigurationInput) *DescribeRiskConfigurationFuture

	DescribeUserImportJob(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserImportJobInput) (*cognitoidentityprovider.DescribeUserImportJobOutput, error)
	DescribeUserImportJobAsync(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserImportJobInput) *DescribeUserImportJobFuture

	DescribeUserPool(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserPoolInput) (*cognitoidentityprovider.DescribeUserPoolOutput, error)
	DescribeUserPoolAsync(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserPoolInput) *DescribeUserPoolFuture

	DescribeUserPoolClient(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserPoolClientInput) (*cognitoidentityprovider.DescribeUserPoolClientOutput, error)
	DescribeUserPoolClientAsync(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserPoolClientInput) *DescribeUserPoolClientFuture

	DescribeUserPoolDomain(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserPoolDomainInput) (*cognitoidentityprovider.DescribeUserPoolDomainOutput, error)
	DescribeUserPoolDomainAsync(ctx workflow.Context, input *cognitoidentityprovider.DescribeUserPoolDomainInput) *DescribeUserPoolDomainFuture

	ForgetDevice(ctx workflow.Context, input *cognitoidentityprovider.ForgetDeviceInput) (*cognitoidentityprovider.ForgetDeviceOutput, error)
	ForgetDeviceAsync(ctx workflow.Context, input *cognitoidentityprovider.ForgetDeviceInput) *ForgetDeviceFuture

	ForgotPassword(ctx workflow.Context, input *cognitoidentityprovider.ForgotPasswordInput) (*cognitoidentityprovider.ForgotPasswordOutput, error)
	ForgotPasswordAsync(ctx workflow.Context, input *cognitoidentityprovider.ForgotPasswordInput) *ForgotPasswordFuture

	GetCSVHeader(ctx workflow.Context, input *cognitoidentityprovider.GetCSVHeaderInput) (*cognitoidentityprovider.GetCSVHeaderOutput, error)
	GetCSVHeaderAsync(ctx workflow.Context, input *cognitoidentityprovider.GetCSVHeaderInput) *GetCSVHeaderFuture

	GetDevice(ctx workflow.Context, input *cognitoidentityprovider.GetDeviceInput) (*cognitoidentityprovider.GetDeviceOutput, error)
	GetDeviceAsync(ctx workflow.Context, input *cognitoidentityprovider.GetDeviceInput) *GetDeviceFuture

	GetGroup(ctx workflow.Context, input *cognitoidentityprovider.GetGroupInput) (*cognitoidentityprovider.GetGroupOutput, error)
	GetGroupAsync(ctx workflow.Context, input *cognitoidentityprovider.GetGroupInput) *GetGroupFuture

	GetIdentityProviderByIdentifier(ctx workflow.Context, input *cognitoidentityprovider.GetIdentityProviderByIdentifierInput) (*cognitoidentityprovider.GetIdentityProviderByIdentifierOutput, error)
	GetIdentityProviderByIdentifierAsync(ctx workflow.Context, input *cognitoidentityprovider.GetIdentityProviderByIdentifierInput) *GetIdentityProviderByIdentifierFuture

	GetSigningCertificate(ctx workflow.Context, input *cognitoidentityprovider.GetSigningCertificateInput) (*cognitoidentityprovider.GetSigningCertificateOutput, error)
	GetSigningCertificateAsync(ctx workflow.Context, input *cognitoidentityprovider.GetSigningCertificateInput) *GetSigningCertificateFuture

	GetUICustomization(ctx workflow.Context, input *cognitoidentityprovider.GetUICustomizationInput) (*cognitoidentityprovider.GetUICustomizationOutput, error)
	GetUICustomizationAsync(ctx workflow.Context, input *cognitoidentityprovider.GetUICustomizationInput) *GetUICustomizationFuture

	GetUser(ctx workflow.Context, input *cognitoidentityprovider.GetUserInput) (*cognitoidentityprovider.GetUserOutput, error)
	GetUserAsync(ctx workflow.Context, input *cognitoidentityprovider.GetUserInput) *GetUserFuture

	GetUserAttributeVerificationCode(ctx workflow.Context, input *cognitoidentityprovider.GetUserAttributeVerificationCodeInput) (*cognitoidentityprovider.GetUserAttributeVerificationCodeOutput, error)
	GetUserAttributeVerificationCodeAsync(ctx workflow.Context, input *cognitoidentityprovider.GetUserAttributeVerificationCodeInput) *GetUserAttributeVerificationCodeFuture

	GetUserPoolMfaConfig(ctx workflow.Context, input *cognitoidentityprovider.GetUserPoolMfaConfigInput) (*cognitoidentityprovider.GetUserPoolMfaConfigOutput, error)
	GetUserPoolMfaConfigAsync(ctx workflow.Context, input *cognitoidentityprovider.GetUserPoolMfaConfigInput) *GetUserPoolMfaConfigFuture

	GlobalSignOut(ctx workflow.Context, input *cognitoidentityprovider.GlobalSignOutInput) (*cognitoidentityprovider.GlobalSignOutOutput, error)
	GlobalSignOutAsync(ctx workflow.Context, input *cognitoidentityprovider.GlobalSignOutInput) *GlobalSignOutFuture

	InitiateAuth(ctx workflow.Context, input *cognitoidentityprovider.InitiateAuthInput) (*cognitoidentityprovider.InitiateAuthOutput, error)
	InitiateAuthAsync(ctx workflow.Context, input *cognitoidentityprovider.InitiateAuthInput) *InitiateAuthFuture

	ListDevices(ctx workflow.Context, input *cognitoidentityprovider.ListDevicesInput) (*cognitoidentityprovider.ListDevicesOutput, error)
	ListDevicesAsync(ctx workflow.Context, input *cognitoidentityprovider.ListDevicesInput) *ListDevicesFuture

	ListGroups(ctx workflow.Context, input *cognitoidentityprovider.ListGroupsInput) (*cognitoidentityprovider.ListGroupsOutput, error)
	ListGroupsAsync(ctx workflow.Context, input *cognitoidentityprovider.ListGroupsInput) *ListGroupsFuture

	ListIdentityProviders(ctx workflow.Context, input *cognitoidentityprovider.ListIdentityProvidersInput) (*cognitoidentityprovider.ListIdentityProvidersOutput, error)
	ListIdentityProvidersAsync(ctx workflow.Context, input *cognitoidentityprovider.ListIdentityProvidersInput) *ListIdentityProvidersFuture

	ListResourceServers(ctx workflow.Context, input *cognitoidentityprovider.ListResourceServersInput) (*cognitoidentityprovider.ListResourceServersOutput, error)
	ListResourceServersAsync(ctx workflow.Context, input *cognitoidentityprovider.ListResourceServersInput) *ListResourceServersFuture

	ListTagsForResource(ctx workflow.Context, input *cognitoidentityprovider.ListTagsForResourceInput) (*cognitoidentityprovider.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *cognitoidentityprovider.ListTagsForResourceInput) *ListTagsForResourceFuture

	ListUserImportJobs(ctx workflow.Context, input *cognitoidentityprovider.ListUserImportJobsInput) (*cognitoidentityprovider.ListUserImportJobsOutput, error)
	ListUserImportJobsAsync(ctx workflow.Context, input *cognitoidentityprovider.ListUserImportJobsInput) *ListUserImportJobsFuture

	ListUserPoolClients(ctx workflow.Context, input *cognitoidentityprovider.ListUserPoolClientsInput) (*cognitoidentityprovider.ListUserPoolClientsOutput, error)
	ListUserPoolClientsAsync(ctx workflow.Context, input *cognitoidentityprovider.ListUserPoolClientsInput) *ListUserPoolClientsFuture

	ListUserPools(ctx workflow.Context, input *cognitoidentityprovider.ListUserPoolsInput) (*cognitoidentityprovider.ListUserPoolsOutput, error)
	ListUserPoolsAsync(ctx workflow.Context, input *cognitoidentityprovider.ListUserPoolsInput) *ListUserPoolsFuture

	ListUsers(ctx workflow.Context, input *cognitoidentityprovider.ListUsersInput) (*cognitoidentityprovider.ListUsersOutput, error)
	ListUsersAsync(ctx workflow.Context, input *cognitoidentityprovider.ListUsersInput) *ListUsersFuture

	ListUsersInGroup(ctx workflow.Context, input *cognitoidentityprovider.ListUsersInGroupInput) (*cognitoidentityprovider.ListUsersInGroupOutput, error)
	ListUsersInGroupAsync(ctx workflow.Context, input *cognitoidentityprovider.ListUsersInGroupInput) *ListUsersInGroupFuture

	ResendConfirmationCode(ctx workflow.Context, input *cognitoidentityprovider.ResendConfirmationCodeInput) (*cognitoidentityprovider.ResendConfirmationCodeOutput, error)
	ResendConfirmationCodeAsync(ctx workflow.Context, input *cognitoidentityprovider.ResendConfirmationCodeInput) *ResendConfirmationCodeFuture

	RespondToAuthChallenge(ctx workflow.Context, input *cognitoidentityprovider.RespondToAuthChallengeInput) (*cognitoidentityprovider.RespondToAuthChallengeOutput, error)
	RespondToAuthChallengeAsync(ctx workflow.Context, input *cognitoidentityprovider.RespondToAuthChallengeInput) *RespondToAuthChallengeFuture

	SetRiskConfiguration(ctx workflow.Context, input *cognitoidentityprovider.SetRiskConfigurationInput) (*cognitoidentityprovider.SetRiskConfigurationOutput, error)
	SetRiskConfigurationAsync(ctx workflow.Context, input *cognitoidentityprovider.SetRiskConfigurationInput) *SetRiskConfigurationFuture

	SetUICustomization(ctx workflow.Context, input *cognitoidentityprovider.SetUICustomizationInput) (*cognitoidentityprovider.SetUICustomizationOutput, error)
	SetUICustomizationAsync(ctx workflow.Context, input *cognitoidentityprovider.SetUICustomizationInput) *SetUICustomizationFuture

	SetUserMFAPreference(ctx workflow.Context, input *cognitoidentityprovider.SetUserMFAPreferenceInput) (*cognitoidentityprovider.SetUserMFAPreferenceOutput, error)
	SetUserMFAPreferenceAsync(ctx workflow.Context, input *cognitoidentityprovider.SetUserMFAPreferenceInput) *SetUserMFAPreferenceFuture

	SetUserPoolMfaConfig(ctx workflow.Context, input *cognitoidentityprovider.SetUserPoolMfaConfigInput) (*cognitoidentityprovider.SetUserPoolMfaConfigOutput, error)
	SetUserPoolMfaConfigAsync(ctx workflow.Context, input *cognitoidentityprovider.SetUserPoolMfaConfigInput) *SetUserPoolMfaConfigFuture

	SetUserSettings(ctx workflow.Context, input *cognitoidentityprovider.SetUserSettingsInput) (*cognitoidentityprovider.SetUserSettingsOutput, error)
	SetUserSettingsAsync(ctx workflow.Context, input *cognitoidentityprovider.SetUserSettingsInput) *SetUserSettingsFuture

	SignUp(ctx workflow.Context, input *cognitoidentityprovider.SignUpInput) (*cognitoidentityprovider.SignUpOutput, error)
	SignUpAsync(ctx workflow.Context, input *cognitoidentityprovider.SignUpInput) *SignUpFuture

	StartUserImportJob(ctx workflow.Context, input *cognitoidentityprovider.StartUserImportJobInput) (*cognitoidentityprovider.StartUserImportJobOutput, error)
	StartUserImportJobAsync(ctx workflow.Context, input *cognitoidentityprovider.StartUserImportJobInput) *StartUserImportJobFuture

	StopUserImportJob(ctx workflow.Context, input *cognitoidentityprovider.StopUserImportJobInput) (*cognitoidentityprovider.StopUserImportJobOutput, error)
	StopUserImportJobAsync(ctx workflow.Context, input *cognitoidentityprovider.StopUserImportJobInput) *StopUserImportJobFuture

	TagResource(ctx workflow.Context, input *cognitoidentityprovider.TagResourceInput) (*cognitoidentityprovider.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *cognitoidentityprovider.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *cognitoidentityprovider.UntagResourceInput) (*cognitoidentityprovider.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *cognitoidentityprovider.UntagResourceInput) *UntagResourceFuture

	UpdateAuthEventFeedback(ctx workflow.Context, input *cognitoidentityprovider.UpdateAuthEventFeedbackInput) (*cognitoidentityprovider.UpdateAuthEventFeedbackOutput, error)
	UpdateAuthEventFeedbackAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateAuthEventFeedbackInput) *UpdateAuthEventFeedbackFuture

	UpdateDeviceStatus(ctx workflow.Context, input *cognitoidentityprovider.UpdateDeviceStatusInput) (*cognitoidentityprovider.UpdateDeviceStatusOutput, error)
	UpdateDeviceStatusAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateDeviceStatusInput) *UpdateDeviceStatusFuture

	UpdateGroup(ctx workflow.Context, input *cognitoidentityprovider.UpdateGroupInput) (*cognitoidentityprovider.UpdateGroupOutput, error)
	UpdateGroupAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateGroupInput) *UpdateGroupFuture

	UpdateIdentityProvider(ctx workflow.Context, input *cognitoidentityprovider.UpdateIdentityProviderInput) (*cognitoidentityprovider.UpdateIdentityProviderOutput, error)
	UpdateIdentityProviderAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateIdentityProviderInput) *UpdateIdentityProviderFuture

	UpdateResourceServer(ctx workflow.Context, input *cognitoidentityprovider.UpdateResourceServerInput) (*cognitoidentityprovider.UpdateResourceServerOutput, error)
	UpdateResourceServerAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateResourceServerInput) *UpdateResourceServerFuture

	UpdateUserAttributes(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserAttributesInput) (*cognitoidentityprovider.UpdateUserAttributesOutput, error)
	UpdateUserAttributesAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserAttributesInput) *UpdateUserAttributesFuture

	UpdateUserPool(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserPoolInput) (*cognitoidentityprovider.UpdateUserPoolOutput, error)
	UpdateUserPoolAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserPoolInput) *UpdateUserPoolFuture

	UpdateUserPoolClient(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserPoolClientInput) (*cognitoidentityprovider.UpdateUserPoolClientOutput, error)
	UpdateUserPoolClientAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserPoolClientInput) *UpdateUserPoolClientFuture

	UpdateUserPoolDomain(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserPoolDomainInput) (*cognitoidentityprovider.UpdateUserPoolDomainOutput, error)
	UpdateUserPoolDomainAsync(ctx workflow.Context, input *cognitoidentityprovider.UpdateUserPoolDomainInput) *UpdateUserPoolDomainFuture

	VerifySoftwareToken(ctx workflow.Context, input *cognitoidentityprovider.VerifySoftwareTokenInput) (*cognitoidentityprovider.VerifySoftwareTokenOutput, error)
	VerifySoftwareTokenAsync(ctx workflow.Context, input *cognitoidentityprovider.VerifySoftwareTokenInput) *VerifySoftwareTokenFuture

	VerifyUserAttribute(ctx workflow.Context, input *cognitoidentityprovider.VerifyUserAttributeInput) (*cognitoidentityprovider.VerifyUserAttributeOutput, error)
	VerifyUserAttributeAsync(ctx workflow.Context, input *cognitoidentityprovider.VerifyUserAttributeInput) *VerifyUserAttributeFuture
}

func NewClient

func NewClient() Client

type ConfirmDeviceFuture

type ConfirmDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfirmDeviceFuture) Get

type ConfirmForgotPasswordFuture

type ConfirmForgotPasswordFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfirmForgotPasswordFuture) Get

type ConfirmSignUpFuture

type ConfirmSignUpFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ConfirmSignUpFuture) Get

type CreateGroupFuture

type CreateGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateGroupFuture) Get

type CreateIdentityProviderFuture

type CreateIdentityProviderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type CreateResourceServerFuture

type CreateResourceServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateResourceServerFuture) Get

type CreateUserImportJobFuture

type CreateUserImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateUserImportJobFuture) Get

type CreateUserPoolClientFuture

type CreateUserPoolClientFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateUserPoolClientFuture) Get

type CreateUserPoolDomainFuture

type CreateUserPoolDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateUserPoolDomainFuture) Get

type CreateUserPoolFuture

type CreateUserPoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateUserPoolFuture) Get

type DeleteGroupFuture

type DeleteGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteGroupFuture) Get

type DeleteIdentityProviderFuture

type DeleteIdentityProviderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DeleteResourceServerFuture

type DeleteResourceServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteResourceServerFuture) Get

type DeleteUserAttributesFuture

type DeleteUserAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteUserAttributesFuture) Get

type DeleteUserFuture

type DeleteUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteUserFuture) Get

type DeleteUserPoolClientFuture

type DeleteUserPoolClientFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteUserPoolClientFuture) Get

type DeleteUserPoolDomainFuture

type DeleteUserPoolDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteUserPoolDomainFuture) Get

type DeleteUserPoolFuture

type DeleteUserPoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteUserPoolFuture) Get

type DescribeIdentityProviderFuture

type DescribeIdentityProviderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeResourceServerFuture

type DescribeResourceServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeRiskConfigurationFuture

type DescribeRiskConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeUserImportJobFuture

type DescribeUserImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeUserImportJobFuture) Get

type DescribeUserPoolClientFuture

type DescribeUserPoolClientFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeUserPoolDomainFuture

type DescribeUserPoolDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type DescribeUserPoolFuture

type DescribeUserPoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeUserPoolFuture) Get

type ForgetDeviceFuture

type ForgetDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ForgetDeviceFuture) Get

type ForgotPasswordFuture

type ForgotPasswordFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ForgotPasswordFuture) Get

type GetCSVHeaderFuture

type GetCSVHeaderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetCSVHeaderFuture) Get

type GetDeviceFuture

type GetDeviceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDeviceFuture) Get

type GetGroupFuture

type GetGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetGroupFuture) Get

type GetIdentityProviderByIdentifierFuture

type GetIdentityProviderByIdentifierFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type GetSigningCertificateFuture

type GetSigningCertificateFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetSigningCertificateFuture) Get

type GetUICustomizationFuture

type GetUICustomizationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetUICustomizationFuture) Get

type GetUserAttributeVerificationCodeFuture

type GetUserAttributeVerificationCodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type GetUserFuture

type GetUserFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetUserFuture) Get

type GetUserPoolMfaConfigFuture

type GetUserPoolMfaConfigFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetUserPoolMfaConfigFuture) Get

type GlobalSignOutFuture

type GlobalSignOutFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GlobalSignOutFuture) Get

type InitiateAuthFuture

type InitiateAuthFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*InitiateAuthFuture) Get

type ListDevicesFuture

type ListDevicesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDevicesFuture) Get

type ListGroupsFuture

type ListGroupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListGroupsFuture) Get

type ListIdentityProvidersFuture

type ListIdentityProvidersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListIdentityProvidersFuture) Get

type ListResourceServersFuture

type ListResourceServersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListResourceServersFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type ListUserImportJobsFuture

type ListUserImportJobsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListUserImportJobsFuture) Get

type ListUserPoolClientsFuture

type ListUserPoolClientsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListUserPoolClientsFuture) Get

type ListUserPoolsFuture

type ListUserPoolsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListUserPoolsFuture) Get

type ListUsersFuture

type ListUsersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListUsersFuture) Get

type ListUsersInGroupFuture

type ListUsersInGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListUsersInGroupFuture) Get

type ResendConfirmationCodeFuture

type ResendConfirmationCodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type RespondToAuthChallengeFuture

type RespondToAuthChallengeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type SetRiskConfigurationFuture

type SetRiskConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetRiskConfigurationFuture) Get

type SetUICustomizationFuture

type SetUICustomizationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetUICustomizationFuture) Get

type SetUserMFAPreferenceFuture

type SetUserMFAPreferenceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetUserMFAPreferenceFuture) Get

type SetUserPoolMfaConfigFuture

type SetUserPoolMfaConfigFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetUserPoolMfaConfigFuture) Get

type SetUserSettingsFuture

type SetUserSettingsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SetUserSettingsFuture) Get

type SignUpFuture

type SignUpFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*SignUpFuture) Get

type StartUserImportJobFuture

type StartUserImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartUserImportJobFuture) Get

type StopUserImportJobFuture

type StopUserImportJobFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StopUserImportJobFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateAuthEventFeedbackFuture

type UpdateAuthEventFeedbackFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type UpdateDeviceStatusFuture

type UpdateDeviceStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDeviceStatusFuture) Get

type UpdateGroupFuture

type UpdateGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateGroupFuture) Get

type UpdateIdentityProviderFuture

type UpdateIdentityProviderFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type UpdateResourceServerFuture

type UpdateResourceServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateResourceServerFuture) Get

type UpdateUserAttributesFuture

type UpdateUserAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateUserAttributesFuture) Get

type UpdateUserPoolClientFuture

type UpdateUserPoolClientFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateUserPoolClientFuture) Get

type UpdateUserPoolDomainFuture

type UpdateUserPoolDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateUserPoolDomainFuture) Get

type UpdateUserPoolFuture

type UpdateUserPoolFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateUserPoolFuture) Get

type VerifySoftwareTokenFuture

type VerifySoftwareTokenFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*VerifySoftwareTokenFuture) Get

type VerifyUserAttributeFuture

type VerifyUserAttributeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*VerifyUserAttributeFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL