Documentation ¶
Overview ¶
Package cognitoidentityprovidermock is a generated GoMock package.
Index ¶
- type MockCognitoIdentityProviderAPI
- func (m *MockCognitoIdentityProviderAPI) AddCustomAttributes(arg0 *cognitoidentityprovider.AddCustomAttributesInput) (*cognitoidentityprovider.AddCustomAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AddCustomAttributesRequest(arg0 *cognitoidentityprovider.AddCustomAttributesInput) (*request.Request, *cognitoidentityprovider.AddCustomAttributesOutput)
- func (m *MockCognitoIdentityProviderAPI) AddCustomAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AddCustomAttributesInput, ...) (*cognitoidentityprovider.AddCustomAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminAddUserToGroup(arg0 *cognitoidentityprovider.AdminAddUserToGroupInput) (*cognitoidentityprovider.AdminAddUserToGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminAddUserToGroupRequest(arg0 *cognitoidentityprovider.AdminAddUserToGroupInput) (*request.Request, *cognitoidentityprovider.AdminAddUserToGroupOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminAddUserToGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminAddUserToGroupInput, ...) (*cognitoidentityprovider.AdminAddUserToGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminConfirmSignUp(arg0 *cognitoidentityprovider.AdminConfirmSignUpInput) (*cognitoidentityprovider.AdminConfirmSignUpOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminConfirmSignUpRequest(arg0 *cognitoidentityprovider.AdminConfirmSignUpInput) (*request.Request, *cognitoidentityprovider.AdminConfirmSignUpOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminConfirmSignUpWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminConfirmSignUpInput, ...) (*cognitoidentityprovider.AdminConfirmSignUpOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminCreateUser(arg0 *cognitoidentityprovider.AdminCreateUserInput) (*cognitoidentityprovider.AdminCreateUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminCreateUserRequest(arg0 *cognitoidentityprovider.AdminCreateUserInput) (*request.Request, *cognitoidentityprovider.AdminCreateUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminCreateUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminCreateUserInput, ...) (*cognitoidentityprovider.AdminCreateUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDeleteUser(arg0 *cognitoidentityprovider.AdminDeleteUserInput) (*cognitoidentityprovider.AdminDeleteUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserAttributes(arg0 *cognitoidentityprovider.AdminDeleteUserAttributesInput) (*cognitoidentityprovider.AdminDeleteUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserAttributesRequest(arg0 *cognitoidentityprovider.AdminDeleteUserAttributesInput) (*request.Request, *cognitoidentityprovider.AdminDeleteUserAttributesOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserAttributesWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminDeleteUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserRequest(arg0 *cognitoidentityprovider.AdminDeleteUserInput) (*request.Request, *cognitoidentityprovider.AdminDeleteUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminDeleteUserInput, ...) (*cognitoidentityprovider.AdminDeleteUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDisableProviderForUser(arg0 *cognitoidentityprovider.AdminDisableProviderForUserInput) (*cognitoidentityprovider.AdminDisableProviderForUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDisableProviderForUserRequest(arg0 *cognitoidentityprovider.AdminDisableProviderForUserInput) (*request.Request, *cognitoidentityprovider.AdminDisableProviderForUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminDisableProviderForUserWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminDisableProviderForUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDisableUser(arg0 *cognitoidentityprovider.AdminDisableUserInput) (*cognitoidentityprovider.AdminDisableUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminDisableUserRequest(arg0 *cognitoidentityprovider.AdminDisableUserInput) (*request.Request, *cognitoidentityprovider.AdminDisableUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminDisableUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminDisableUserInput, ...) (*cognitoidentityprovider.AdminDisableUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminEnableUser(arg0 *cognitoidentityprovider.AdminEnableUserInput) (*cognitoidentityprovider.AdminEnableUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminEnableUserRequest(arg0 *cognitoidentityprovider.AdminEnableUserInput) (*request.Request, *cognitoidentityprovider.AdminEnableUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminEnableUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminEnableUserInput, ...) (*cognitoidentityprovider.AdminEnableUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminForgetDevice(arg0 *cognitoidentityprovider.AdminForgetDeviceInput) (*cognitoidentityprovider.AdminForgetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminForgetDeviceRequest(arg0 *cognitoidentityprovider.AdminForgetDeviceInput) (*request.Request, *cognitoidentityprovider.AdminForgetDeviceOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminForgetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminForgetDeviceInput, ...) (*cognitoidentityprovider.AdminForgetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminGetDevice(arg0 *cognitoidentityprovider.AdminGetDeviceInput) (*cognitoidentityprovider.AdminGetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminGetDeviceRequest(arg0 *cognitoidentityprovider.AdminGetDeviceInput) (*request.Request, *cognitoidentityprovider.AdminGetDeviceOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminGetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminGetDeviceInput, ...) (*cognitoidentityprovider.AdminGetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminGetUser(arg0 *cognitoidentityprovider.AdminGetUserInput) (*cognitoidentityprovider.AdminGetUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminGetUserRequest(arg0 *cognitoidentityprovider.AdminGetUserInput) (*request.Request, *cognitoidentityprovider.AdminGetUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminGetUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminGetUserInput, ...) (*cognitoidentityprovider.AdminGetUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminInitiateAuth(arg0 *cognitoidentityprovider.AdminInitiateAuthInput) (*cognitoidentityprovider.AdminInitiateAuthOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminInitiateAuthRequest(arg0 *cognitoidentityprovider.AdminInitiateAuthInput) (*request.Request, *cognitoidentityprovider.AdminInitiateAuthOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminInitiateAuthWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminInitiateAuthInput, ...) (*cognitoidentityprovider.AdminInitiateAuthOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminLinkProviderForUser(arg0 *cognitoidentityprovider.AdminLinkProviderForUserInput) (*cognitoidentityprovider.AdminLinkProviderForUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminLinkProviderForUserRequest(arg0 *cognitoidentityprovider.AdminLinkProviderForUserInput) (*request.Request, *cognitoidentityprovider.AdminLinkProviderForUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminLinkProviderForUserWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminLinkProviderForUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminListDevices(arg0 *cognitoidentityprovider.AdminListDevicesInput) (*cognitoidentityprovider.AdminListDevicesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminListDevicesRequest(arg0 *cognitoidentityprovider.AdminListDevicesInput) (*request.Request, *cognitoidentityprovider.AdminListDevicesOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminListDevicesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminListDevicesInput, ...) (*cognitoidentityprovider.AdminListDevicesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUser(arg0 *cognitoidentityprovider.AdminListGroupsForUserInput) (*cognitoidentityprovider.AdminListGroupsForUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserPages(arg0 *cognitoidentityprovider.AdminListGroupsForUserInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserPagesWithContext(arg0 context.Context, ...) error
- func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserRequest(arg0 *cognitoidentityprovider.AdminListGroupsForUserInput) (*request.Request, *cognitoidentityprovider.AdminListGroupsForUserOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminListGroupsForUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEvents(arg0 *cognitoidentityprovider.AdminListUserAuthEventsInput) (*cognitoidentityprovider.AdminListUserAuthEventsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsPages(arg0 *cognitoidentityprovider.AdminListUserAuthEventsInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsPagesWithContext(arg0 context.Context, ...) error
- func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsRequest(arg0 *cognitoidentityprovider.AdminListUserAuthEventsInput) (*request.Request, *cognitoidentityprovider.AdminListUserAuthEventsOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminListUserAuthEventsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroup(arg0 *cognitoidentityprovider.AdminRemoveUserFromGroupInput) (*cognitoidentityprovider.AdminRemoveUserFromGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroupRequest(arg0 *cognitoidentityprovider.AdminRemoveUserFromGroupInput) (*request.Request, *cognitoidentityprovider.AdminRemoveUserFromGroupOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroupWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminRemoveUserFromGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminResetUserPassword(arg0 *cognitoidentityprovider.AdminResetUserPasswordInput) (*cognitoidentityprovider.AdminResetUserPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminResetUserPasswordRequest(arg0 *cognitoidentityprovider.AdminResetUserPasswordInput) (*request.Request, *cognitoidentityprovider.AdminResetUserPasswordOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminResetUserPasswordWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminResetUserPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminRespondToAuthChallenge(arg0 *cognitoidentityprovider.AdminRespondToAuthChallengeInput) (*cognitoidentityprovider.AdminRespondToAuthChallengeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminRespondToAuthChallengeRequest(arg0 *cognitoidentityprovider.AdminRespondToAuthChallengeInput) (*request.Request, *cognitoidentityprovider.AdminRespondToAuthChallengeOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminRespondToAuthChallengeWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminRespondToAuthChallengeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserMFAPreference(arg0 *cognitoidentityprovider.AdminSetUserMFAPreferenceInput) (*cognitoidentityprovider.AdminSetUserMFAPreferenceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserMFAPreferenceRequest(arg0 *cognitoidentityprovider.AdminSetUserMFAPreferenceInput) (*request.Request, *cognitoidentityprovider.AdminSetUserMFAPreferenceOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserMFAPreferenceWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminSetUserMFAPreferenceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserPassword(arg0 *cognitoidentityprovider.AdminSetUserPasswordInput) (*cognitoidentityprovider.AdminSetUserPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserPasswordRequest(arg0 *cognitoidentityprovider.AdminSetUserPasswordInput) (*request.Request, *cognitoidentityprovider.AdminSetUserPasswordOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserPasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminSetUserPasswordInput, ...) (*cognitoidentityprovider.AdminSetUserPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserSettings(arg0 *cognitoidentityprovider.AdminSetUserSettingsInput) (*cognitoidentityprovider.AdminSetUserSettingsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserSettingsRequest(arg0 *cognitoidentityprovider.AdminSetUserSettingsInput) (*request.Request, *cognitoidentityprovider.AdminSetUserSettingsOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminSetUserSettingsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminSetUserSettingsInput, ...) (*cognitoidentityprovider.AdminSetUserSettingsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedback(arg0 *cognitoidentityprovider.AdminUpdateAuthEventFeedbackInput) (*cognitoidentityprovider.AdminUpdateAuthEventFeedbackOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackRequest(arg0 *cognitoidentityprovider.AdminUpdateAuthEventFeedbackInput) (*request.Request, *cognitoidentityprovider.AdminUpdateAuthEventFeedbackOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminUpdateAuthEventFeedbackOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatus(arg0 *cognitoidentityprovider.AdminUpdateDeviceStatusInput) (*cognitoidentityprovider.AdminUpdateDeviceStatusOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatusRequest(arg0 *cognitoidentityprovider.AdminUpdateDeviceStatusInput) (*request.Request, *cognitoidentityprovider.AdminUpdateDeviceStatusOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatusWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminUpdateDeviceStatusOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateUserAttributes(arg0 *cognitoidentityprovider.AdminUpdateUserAttributesInput) (*cognitoidentityprovider.AdminUpdateUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateUserAttributesRequest(arg0 *cognitoidentityprovider.AdminUpdateUserAttributesInput) (*request.Request, *cognitoidentityprovider.AdminUpdateUserAttributesOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminUpdateUserAttributesWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminUpdateUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUserGlobalSignOut(arg0 *cognitoidentityprovider.AdminUserGlobalSignOutInput) (*cognitoidentityprovider.AdminUserGlobalSignOutOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AdminUserGlobalSignOutRequest(arg0 *cognitoidentityprovider.AdminUserGlobalSignOutInput) (*request.Request, *cognitoidentityprovider.AdminUserGlobalSignOutOutput)
- func (m *MockCognitoIdentityProviderAPI) AdminUserGlobalSignOutWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AdminUserGlobalSignOutOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AssociateSoftwareToken(arg0 *cognitoidentityprovider.AssociateSoftwareTokenInput) (*cognitoidentityprovider.AssociateSoftwareTokenOutput, error)
- func (m *MockCognitoIdentityProviderAPI) AssociateSoftwareTokenRequest(arg0 *cognitoidentityprovider.AssociateSoftwareTokenInput) (*request.Request, *cognitoidentityprovider.AssociateSoftwareTokenOutput)
- func (m *MockCognitoIdentityProviderAPI) AssociateSoftwareTokenWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.AssociateSoftwareTokenOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ChangePassword(arg0 *cognitoidentityprovider.ChangePasswordInput) (*cognitoidentityprovider.ChangePasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ChangePasswordRequest(arg0 *cognitoidentityprovider.ChangePasswordInput) (*request.Request, *cognitoidentityprovider.ChangePasswordOutput)
- func (m *MockCognitoIdentityProviderAPI) ChangePasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ChangePasswordInput, ...) (*cognitoidentityprovider.ChangePasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ConfirmDevice(arg0 *cognitoidentityprovider.ConfirmDeviceInput) (*cognitoidentityprovider.ConfirmDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ConfirmDeviceRequest(arg0 *cognitoidentityprovider.ConfirmDeviceInput) (*request.Request, *cognitoidentityprovider.ConfirmDeviceOutput)
- func (m *MockCognitoIdentityProviderAPI) ConfirmDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ConfirmDeviceInput, ...) (*cognitoidentityprovider.ConfirmDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ConfirmForgotPassword(arg0 *cognitoidentityprovider.ConfirmForgotPasswordInput) (*cognitoidentityprovider.ConfirmForgotPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ConfirmForgotPasswordRequest(arg0 *cognitoidentityprovider.ConfirmForgotPasswordInput) (*request.Request, *cognitoidentityprovider.ConfirmForgotPasswordOutput)
- func (m *MockCognitoIdentityProviderAPI) ConfirmForgotPasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ConfirmForgotPasswordInput, ...) (*cognitoidentityprovider.ConfirmForgotPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ConfirmSignUp(arg0 *cognitoidentityprovider.ConfirmSignUpInput) (*cognitoidentityprovider.ConfirmSignUpOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ConfirmSignUpRequest(arg0 *cognitoidentityprovider.ConfirmSignUpInput) (*request.Request, *cognitoidentityprovider.ConfirmSignUpOutput)
- func (m *MockCognitoIdentityProviderAPI) ConfirmSignUpWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ConfirmSignUpInput, ...) (*cognitoidentityprovider.ConfirmSignUpOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateGroup(arg0 *cognitoidentityprovider.CreateGroupInput) (*cognitoidentityprovider.CreateGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateGroupRequest(arg0 *cognitoidentityprovider.CreateGroupInput) (*request.Request, *cognitoidentityprovider.CreateGroupOutput)
- func (m *MockCognitoIdentityProviderAPI) CreateGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateGroupInput, ...) (*cognitoidentityprovider.CreateGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateIdentityProvider(arg0 *cognitoidentityprovider.CreateIdentityProviderInput) (*cognitoidentityprovider.CreateIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateIdentityProviderRequest(arg0 *cognitoidentityprovider.CreateIdentityProviderInput) (*request.Request, *cognitoidentityprovider.CreateIdentityProviderOutput)
- func (m *MockCognitoIdentityProviderAPI) CreateIdentityProviderWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.CreateIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateResourceServer(arg0 *cognitoidentityprovider.CreateResourceServerInput) (*cognitoidentityprovider.CreateResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateResourceServerRequest(arg0 *cognitoidentityprovider.CreateResourceServerInput) (*request.Request, *cognitoidentityprovider.CreateResourceServerOutput)
- func (m *MockCognitoIdentityProviderAPI) CreateResourceServerWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateResourceServerInput, ...) (*cognitoidentityprovider.CreateResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserImportJob(arg0 *cognitoidentityprovider.CreateUserImportJobInput) (*cognitoidentityprovider.CreateUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserImportJobRequest(arg0 *cognitoidentityprovider.CreateUserImportJobInput) (*request.Request, *cognitoidentityprovider.CreateUserImportJobOutput)
- func (m *MockCognitoIdentityProviderAPI) CreateUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserImportJobInput, ...) (*cognitoidentityprovider.CreateUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPool(arg0 *cognitoidentityprovider.CreateUserPoolInput) (*cognitoidentityprovider.CreateUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolClient(arg0 *cognitoidentityprovider.CreateUserPoolClientInput) (*cognitoidentityprovider.CreateUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolClientRequest(arg0 *cognitoidentityprovider.CreateUserPoolClientInput) (*request.Request, *cognitoidentityprovider.CreateUserPoolClientOutput)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolClientWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserPoolClientInput, ...) (*cognitoidentityprovider.CreateUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolDomain(arg0 *cognitoidentityprovider.CreateUserPoolDomainInput) (*cognitoidentityprovider.CreateUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolDomainRequest(arg0 *cognitoidentityprovider.CreateUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.CreateUserPoolDomainOutput)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolDomainWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserPoolDomainInput, ...) (*cognitoidentityprovider.CreateUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolRequest(arg0 *cognitoidentityprovider.CreateUserPoolInput) (*request.Request, *cognitoidentityprovider.CreateUserPoolOutput)
- func (m *MockCognitoIdentityProviderAPI) CreateUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserPoolInput, ...) (*cognitoidentityprovider.CreateUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteGroup(arg0 *cognitoidentityprovider.DeleteGroupInput) (*cognitoidentityprovider.DeleteGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteGroupRequest(arg0 *cognitoidentityprovider.DeleteGroupInput) (*request.Request, *cognitoidentityprovider.DeleteGroupOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteGroupInput, ...) (*cognitoidentityprovider.DeleteGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteIdentityProvider(arg0 *cognitoidentityprovider.DeleteIdentityProviderInput) (*cognitoidentityprovider.DeleteIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteIdentityProviderRequest(arg0 *cognitoidentityprovider.DeleteIdentityProviderInput) (*request.Request, *cognitoidentityprovider.DeleteIdentityProviderOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteIdentityProviderWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.DeleteIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteResourceServer(arg0 *cognitoidentityprovider.DeleteResourceServerInput) (*cognitoidentityprovider.DeleteResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteResourceServerRequest(arg0 *cognitoidentityprovider.DeleteResourceServerInput) (*request.Request, *cognitoidentityprovider.DeleteResourceServerOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteResourceServerWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteResourceServerInput, ...) (*cognitoidentityprovider.DeleteResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUser(arg0 *cognitoidentityprovider.DeleteUserInput) (*cognitoidentityprovider.DeleteUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserAttributes(arg0 *cognitoidentityprovider.DeleteUserAttributesInput) (*cognitoidentityprovider.DeleteUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserAttributesRequest(arg0 *cognitoidentityprovider.DeleteUserAttributesInput) (*request.Request, *cognitoidentityprovider.DeleteUserAttributesOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserAttributesInput, ...) (*cognitoidentityprovider.DeleteUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPool(arg0 *cognitoidentityprovider.DeleteUserPoolInput) (*cognitoidentityprovider.DeleteUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolClient(arg0 *cognitoidentityprovider.DeleteUserPoolClientInput) (*cognitoidentityprovider.DeleteUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolClientRequest(arg0 *cognitoidentityprovider.DeleteUserPoolClientInput) (*request.Request, *cognitoidentityprovider.DeleteUserPoolClientOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolClientWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserPoolClientInput, ...) (*cognitoidentityprovider.DeleteUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolDomain(arg0 *cognitoidentityprovider.DeleteUserPoolDomainInput) (*cognitoidentityprovider.DeleteUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolDomainRequest(arg0 *cognitoidentityprovider.DeleteUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.DeleteUserPoolDomainOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolDomainWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserPoolDomainInput, ...) (*cognitoidentityprovider.DeleteUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolRequest(arg0 *cognitoidentityprovider.DeleteUserPoolInput) (*request.Request, *cognitoidentityprovider.DeleteUserPoolOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserPoolInput, ...) (*cognitoidentityprovider.DeleteUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserRequest(arg0 *cognitoidentityprovider.DeleteUserInput) (*request.Request, *cognitoidentityprovider.DeleteUserOutput)
- func (m *MockCognitoIdentityProviderAPI) DeleteUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserInput, ...) (*cognitoidentityprovider.DeleteUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeIdentityProvider(arg0 *cognitoidentityprovider.DescribeIdentityProviderInput) (*cognitoidentityprovider.DescribeIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeIdentityProviderRequest(arg0 *cognitoidentityprovider.DescribeIdentityProviderInput) (*request.Request, *cognitoidentityprovider.DescribeIdentityProviderOutput)
- func (m *MockCognitoIdentityProviderAPI) DescribeIdentityProviderWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.DescribeIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeResourceServer(arg0 *cognitoidentityprovider.DescribeResourceServerInput) (*cognitoidentityprovider.DescribeResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeResourceServerRequest(arg0 *cognitoidentityprovider.DescribeResourceServerInput) (*request.Request, *cognitoidentityprovider.DescribeResourceServerOutput)
- func (m *MockCognitoIdentityProviderAPI) DescribeResourceServerWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.DescribeResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeRiskConfiguration(arg0 *cognitoidentityprovider.DescribeRiskConfigurationInput) (*cognitoidentityprovider.DescribeRiskConfigurationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeRiskConfigurationRequest(arg0 *cognitoidentityprovider.DescribeRiskConfigurationInput) (*request.Request, *cognitoidentityprovider.DescribeRiskConfigurationOutput)
- func (m *MockCognitoIdentityProviderAPI) DescribeRiskConfigurationWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.DescribeRiskConfigurationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserImportJob(arg0 *cognitoidentityprovider.DescribeUserImportJobInput) (*cognitoidentityprovider.DescribeUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserImportJobRequest(arg0 *cognitoidentityprovider.DescribeUserImportJobInput) (*request.Request, *cognitoidentityprovider.DescribeUserImportJobOutput)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeUserImportJobInput, ...) (*cognitoidentityprovider.DescribeUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPool(arg0 *cognitoidentityprovider.DescribeUserPoolInput) (*cognitoidentityprovider.DescribeUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolClient(arg0 *cognitoidentityprovider.DescribeUserPoolClientInput) (*cognitoidentityprovider.DescribeUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolClientRequest(arg0 *cognitoidentityprovider.DescribeUserPoolClientInput) (*request.Request, *cognitoidentityprovider.DescribeUserPoolClientOutput)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolClientWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.DescribeUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolDomain(arg0 *cognitoidentityprovider.DescribeUserPoolDomainInput) (*cognitoidentityprovider.DescribeUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolDomainRequest(arg0 *cognitoidentityprovider.DescribeUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.DescribeUserPoolDomainOutput)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolDomainWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.DescribeUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolRequest(arg0 *cognitoidentityprovider.DescribeUserPoolInput) (*request.Request, *cognitoidentityprovider.DescribeUserPoolOutput)
- func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeUserPoolInput, ...) (*cognitoidentityprovider.DescribeUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) EXPECT() *MockCognitoIdentityProviderAPIMockRecorder
- func (m *MockCognitoIdentityProviderAPI) ForgetDevice(arg0 *cognitoidentityprovider.ForgetDeviceInput) (*cognitoidentityprovider.ForgetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ForgetDeviceRequest(arg0 *cognitoidentityprovider.ForgetDeviceInput) (*request.Request, *cognitoidentityprovider.ForgetDeviceOutput)
- func (m *MockCognitoIdentityProviderAPI) ForgetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ForgetDeviceInput, ...) (*cognitoidentityprovider.ForgetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ForgotPassword(arg0 *cognitoidentityprovider.ForgotPasswordInput) (*cognitoidentityprovider.ForgotPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ForgotPasswordRequest(arg0 *cognitoidentityprovider.ForgotPasswordInput) (*request.Request, *cognitoidentityprovider.ForgotPasswordOutput)
- func (m *MockCognitoIdentityProviderAPI) ForgotPasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ForgotPasswordInput, ...) (*cognitoidentityprovider.ForgotPasswordOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetCSVHeader(arg0 *cognitoidentityprovider.GetCSVHeaderInput) (*cognitoidentityprovider.GetCSVHeaderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetCSVHeaderRequest(arg0 *cognitoidentityprovider.GetCSVHeaderInput) (*request.Request, *cognitoidentityprovider.GetCSVHeaderOutput)
- func (m *MockCognitoIdentityProviderAPI) GetCSVHeaderWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetCSVHeaderInput, ...) (*cognitoidentityprovider.GetCSVHeaderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetDevice(arg0 *cognitoidentityprovider.GetDeviceInput) (*cognitoidentityprovider.GetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetDeviceRequest(arg0 *cognitoidentityprovider.GetDeviceInput) (*request.Request, *cognitoidentityprovider.GetDeviceOutput)
- func (m *MockCognitoIdentityProviderAPI) GetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetDeviceInput, ...) (*cognitoidentityprovider.GetDeviceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetGroup(arg0 *cognitoidentityprovider.GetGroupInput) (*cognitoidentityprovider.GetGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetGroupRequest(arg0 *cognitoidentityprovider.GetGroupInput) (*request.Request, *cognitoidentityprovider.GetGroupOutput)
- func (m *MockCognitoIdentityProviderAPI) GetGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetGroupInput, ...) (*cognitoidentityprovider.GetGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifier(arg0 *cognitoidentityprovider.GetIdentityProviderByIdentifierInput) (*cognitoidentityprovider.GetIdentityProviderByIdentifierOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifierRequest(arg0 *cognitoidentityprovider.GetIdentityProviderByIdentifierInput) (*request.Request, ...)
- func (m *MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifierWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.GetIdentityProviderByIdentifierOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetSigningCertificate(arg0 *cognitoidentityprovider.GetSigningCertificateInput) (*cognitoidentityprovider.GetSigningCertificateOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetSigningCertificateRequest(arg0 *cognitoidentityprovider.GetSigningCertificateInput) (*request.Request, *cognitoidentityprovider.GetSigningCertificateOutput)
- func (m *MockCognitoIdentityProviderAPI) GetSigningCertificateWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetSigningCertificateInput, ...) (*cognitoidentityprovider.GetSigningCertificateOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUICustomization(arg0 *cognitoidentityprovider.GetUICustomizationInput) (*cognitoidentityprovider.GetUICustomizationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUICustomizationRequest(arg0 *cognitoidentityprovider.GetUICustomizationInput) (*request.Request, *cognitoidentityprovider.GetUICustomizationOutput)
- func (m *MockCognitoIdentityProviderAPI) GetUICustomizationWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetUICustomizationInput, ...) (*cognitoidentityprovider.GetUICustomizationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUser(arg0 *cognitoidentityprovider.GetUserInput) (*cognitoidentityprovider.GetUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCode(arg0 *cognitoidentityprovider.GetUserAttributeVerificationCodeInput) (*cognitoidentityprovider.GetUserAttributeVerificationCodeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCodeRequest(arg0 *cognitoidentityprovider.GetUserAttributeVerificationCodeInput) (*request.Request, ...)
- func (m *MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCodeWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.GetUserAttributeVerificationCodeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUserPoolMfaConfig(arg0 *cognitoidentityprovider.GetUserPoolMfaConfigInput) (*cognitoidentityprovider.GetUserPoolMfaConfigOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUserPoolMfaConfigRequest(arg0 *cognitoidentityprovider.GetUserPoolMfaConfigInput) (*request.Request, *cognitoidentityprovider.GetUserPoolMfaConfigOutput)
- func (m *MockCognitoIdentityProviderAPI) GetUserPoolMfaConfigWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetUserPoolMfaConfigInput, ...) (*cognitoidentityprovider.GetUserPoolMfaConfigOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GetUserRequest(arg0 *cognitoidentityprovider.GetUserInput) (*request.Request, *cognitoidentityprovider.GetUserOutput)
- func (m *MockCognitoIdentityProviderAPI) GetUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetUserInput, ...) (*cognitoidentityprovider.GetUserOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GlobalSignOut(arg0 *cognitoidentityprovider.GlobalSignOutInput) (*cognitoidentityprovider.GlobalSignOutOutput, error)
- func (m *MockCognitoIdentityProviderAPI) GlobalSignOutRequest(arg0 *cognitoidentityprovider.GlobalSignOutInput) (*request.Request, *cognitoidentityprovider.GlobalSignOutOutput)
- func (m *MockCognitoIdentityProviderAPI) GlobalSignOutWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GlobalSignOutInput, ...) (*cognitoidentityprovider.GlobalSignOutOutput, error)
- func (m *MockCognitoIdentityProviderAPI) InitiateAuth(arg0 *cognitoidentityprovider.InitiateAuthInput) (*cognitoidentityprovider.InitiateAuthOutput, error)
- func (m *MockCognitoIdentityProviderAPI) InitiateAuthRequest(arg0 *cognitoidentityprovider.InitiateAuthInput) (*request.Request, *cognitoidentityprovider.InitiateAuthOutput)
- func (m *MockCognitoIdentityProviderAPI) InitiateAuthWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.InitiateAuthInput, ...) (*cognitoidentityprovider.InitiateAuthOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListDevices(arg0 *cognitoidentityprovider.ListDevicesInput) (*cognitoidentityprovider.ListDevicesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListDevicesRequest(arg0 *cognitoidentityprovider.ListDevicesInput) (*request.Request, *cognitoidentityprovider.ListDevicesOutput)
- func (m *MockCognitoIdentityProviderAPI) ListDevicesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListDevicesInput, ...) (*cognitoidentityprovider.ListDevicesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListGroups(arg0 *cognitoidentityprovider.ListGroupsInput) (*cognitoidentityprovider.ListGroupsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListGroupsPages(arg0 *cognitoidentityprovider.ListGroupsInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListGroupsInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListGroupsRequest(arg0 *cognitoidentityprovider.ListGroupsInput) (*request.Request, *cognitoidentityprovider.ListGroupsOutput)
- func (m *MockCognitoIdentityProviderAPI) ListGroupsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListGroupsInput, ...) (*cognitoidentityprovider.ListGroupsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListIdentityProviders(arg0 *cognitoidentityprovider.ListIdentityProvidersInput) (*cognitoidentityprovider.ListIdentityProvidersOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersPages(arg0 *cognitoidentityprovider.ListIdentityProvidersInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListIdentityProvidersInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersRequest(arg0 *cognitoidentityprovider.ListIdentityProvidersInput) (*request.Request, *cognitoidentityprovider.ListIdentityProvidersOutput)
- func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListIdentityProvidersInput, ...) (*cognitoidentityprovider.ListIdentityProvidersOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListResourceServers(arg0 *cognitoidentityprovider.ListResourceServersInput) (*cognitoidentityprovider.ListResourceServersOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListResourceServersPages(arg0 *cognitoidentityprovider.ListResourceServersInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListResourceServersPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListResourceServersInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListResourceServersRequest(arg0 *cognitoidentityprovider.ListResourceServersInput) (*request.Request, *cognitoidentityprovider.ListResourceServersOutput)
- func (m *MockCognitoIdentityProviderAPI) ListResourceServersWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListResourceServersInput, ...) (*cognitoidentityprovider.ListResourceServersOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListTagsForResource(arg0 *cognitoidentityprovider.ListTagsForResourceInput) (*cognitoidentityprovider.ListTagsForResourceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListTagsForResourceRequest(arg0 *cognitoidentityprovider.ListTagsForResourceInput) (*request.Request, *cognitoidentityprovider.ListTagsForResourceOutput)
- func (m *MockCognitoIdentityProviderAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListTagsForResourceInput, ...) (*cognitoidentityprovider.ListTagsForResourceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUserImportJobs(arg0 *cognitoidentityprovider.ListUserImportJobsInput) (*cognitoidentityprovider.ListUserImportJobsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUserImportJobsRequest(arg0 *cognitoidentityprovider.ListUserImportJobsInput) (*request.Request, *cognitoidentityprovider.ListUserImportJobsOutput)
- func (m *MockCognitoIdentityProviderAPI) ListUserImportJobsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserImportJobsInput, ...) (*cognitoidentityprovider.ListUserImportJobsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolClients(arg0 *cognitoidentityprovider.ListUserPoolClientsInput) (*cognitoidentityprovider.ListUserPoolClientsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsPages(arg0 *cognitoidentityprovider.ListUserPoolClientsInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolClientsInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsRequest(arg0 *cognitoidentityprovider.ListUserPoolClientsInput) (*request.Request, *cognitoidentityprovider.ListUserPoolClientsOutput)
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolClientsInput, ...) (*cognitoidentityprovider.ListUserPoolClientsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUserPools(arg0 *cognitoidentityprovider.ListUserPoolsInput) (*cognitoidentityprovider.ListUserPoolsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolsPages(arg0 *cognitoidentityprovider.ListUserPoolsInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolsPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolsInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolsRequest(arg0 *cognitoidentityprovider.ListUserPoolsInput) (*request.Request, *cognitoidentityprovider.ListUserPoolsOutput)
- func (m *MockCognitoIdentityProviderAPI) ListUserPoolsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolsInput, ...) (*cognitoidentityprovider.ListUserPoolsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUsers(arg0 *cognitoidentityprovider.ListUsersInput) (*cognitoidentityprovider.ListUsersOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUsersInGroup(arg0 *cognitoidentityprovider.ListUsersInGroupInput) (*cognitoidentityprovider.ListUsersInGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupPages(arg0 *cognitoidentityprovider.ListUsersInGroupInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInGroupInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupRequest(arg0 *cognitoidentityprovider.ListUsersInGroupInput) (*request.Request, *cognitoidentityprovider.ListUsersInGroupOutput)
- func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInGroupInput, ...) (*cognitoidentityprovider.ListUsersInGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ListUsersPages(arg0 *cognitoidentityprovider.ListUsersInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUsersPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInput, ...) error
- func (m *MockCognitoIdentityProviderAPI) ListUsersRequest(arg0 *cognitoidentityprovider.ListUsersInput) (*request.Request, *cognitoidentityprovider.ListUsersOutput)
- func (m *MockCognitoIdentityProviderAPI) ListUsersWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInput, ...) (*cognitoidentityprovider.ListUsersOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ResendConfirmationCode(arg0 *cognitoidentityprovider.ResendConfirmationCodeInput) (*cognitoidentityprovider.ResendConfirmationCodeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) ResendConfirmationCodeRequest(arg0 *cognitoidentityprovider.ResendConfirmationCodeInput) (*request.Request, *cognitoidentityprovider.ResendConfirmationCodeOutput)
- func (m *MockCognitoIdentityProviderAPI) ResendConfirmationCodeWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.ResendConfirmationCodeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) RespondToAuthChallenge(arg0 *cognitoidentityprovider.RespondToAuthChallengeInput) (*cognitoidentityprovider.RespondToAuthChallengeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) RespondToAuthChallengeRequest(arg0 *cognitoidentityprovider.RespondToAuthChallengeInput) (*request.Request, *cognitoidentityprovider.RespondToAuthChallengeOutput)
- func (m *MockCognitoIdentityProviderAPI) RespondToAuthChallengeWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.RespondToAuthChallengeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) RevokeToken(arg0 *cognitoidentityprovider.RevokeTokenInput) (*cognitoidentityprovider.RevokeTokenOutput, error)
- func (m *MockCognitoIdentityProviderAPI) RevokeTokenRequest(arg0 *cognitoidentityprovider.RevokeTokenInput) (*request.Request, *cognitoidentityprovider.RevokeTokenOutput)
- func (m *MockCognitoIdentityProviderAPI) RevokeTokenWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.RevokeTokenInput, ...) (*cognitoidentityprovider.RevokeTokenOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetRiskConfiguration(arg0 *cognitoidentityprovider.SetRiskConfigurationInput) (*cognitoidentityprovider.SetRiskConfigurationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetRiskConfigurationRequest(arg0 *cognitoidentityprovider.SetRiskConfigurationInput) (*request.Request, *cognitoidentityprovider.SetRiskConfigurationOutput)
- func (m *MockCognitoIdentityProviderAPI) SetRiskConfigurationWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetRiskConfigurationInput, ...) (*cognitoidentityprovider.SetRiskConfigurationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUICustomization(arg0 *cognitoidentityprovider.SetUICustomizationInput) (*cognitoidentityprovider.SetUICustomizationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUICustomizationRequest(arg0 *cognitoidentityprovider.SetUICustomizationInput) (*request.Request, *cognitoidentityprovider.SetUICustomizationOutput)
- func (m *MockCognitoIdentityProviderAPI) SetUICustomizationWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUICustomizationInput, ...) (*cognitoidentityprovider.SetUICustomizationOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUserMFAPreference(arg0 *cognitoidentityprovider.SetUserMFAPreferenceInput) (*cognitoidentityprovider.SetUserMFAPreferenceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUserMFAPreferenceRequest(arg0 *cognitoidentityprovider.SetUserMFAPreferenceInput) (*request.Request, *cognitoidentityprovider.SetUserMFAPreferenceOutput)
- func (m *MockCognitoIdentityProviderAPI) SetUserMFAPreferenceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUserMFAPreferenceInput, ...) (*cognitoidentityprovider.SetUserMFAPreferenceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUserPoolMfaConfig(arg0 *cognitoidentityprovider.SetUserPoolMfaConfigInput) (*cognitoidentityprovider.SetUserPoolMfaConfigOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUserPoolMfaConfigRequest(arg0 *cognitoidentityprovider.SetUserPoolMfaConfigInput) (*request.Request, *cognitoidentityprovider.SetUserPoolMfaConfigOutput)
- func (m *MockCognitoIdentityProviderAPI) SetUserPoolMfaConfigWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUserPoolMfaConfigInput, ...) (*cognitoidentityprovider.SetUserPoolMfaConfigOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUserSettings(arg0 *cognitoidentityprovider.SetUserSettingsInput) (*cognitoidentityprovider.SetUserSettingsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SetUserSettingsRequest(arg0 *cognitoidentityprovider.SetUserSettingsInput) (*request.Request, *cognitoidentityprovider.SetUserSettingsOutput)
- func (m *MockCognitoIdentityProviderAPI) SetUserSettingsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUserSettingsInput, ...) (*cognitoidentityprovider.SetUserSettingsOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SignUp(arg0 *cognitoidentityprovider.SignUpInput) (*cognitoidentityprovider.SignUpOutput, error)
- func (m *MockCognitoIdentityProviderAPI) SignUpRequest(arg0 *cognitoidentityprovider.SignUpInput) (*request.Request, *cognitoidentityprovider.SignUpOutput)
- func (m *MockCognitoIdentityProviderAPI) SignUpWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SignUpInput, ...) (*cognitoidentityprovider.SignUpOutput, error)
- func (m *MockCognitoIdentityProviderAPI) StartUserImportJob(arg0 *cognitoidentityprovider.StartUserImportJobInput) (*cognitoidentityprovider.StartUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) StartUserImportJobRequest(arg0 *cognitoidentityprovider.StartUserImportJobInput) (*request.Request, *cognitoidentityprovider.StartUserImportJobOutput)
- func (m *MockCognitoIdentityProviderAPI) StartUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.StartUserImportJobInput, ...) (*cognitoidentityprovider.StartUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) StopUserImportJob(arg0 *cognitoidentityprovider.StopUserImportJobInput) (*cognitoidentityprovider.StopUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) StopUserImportJobRequest(arg0 *cognitoidentityprovider.StopUserImportJobInput) (*request.Request, *cognitoidentityprovider.StopUserImportJobOutput)
- func (m *MockCognitoIdentityProviderAPI) StopUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.StopUserImportJobInput, ...) (*cognitoidentityprovider.StopUserImportJobOutput, error)
- func (m *MockCognitoIdentityProviderAPI) TagResource(arg0 *cognitoidentityprovider.TagResourceInput) (*cognitoidentityprovider.TagResourceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) TagResourceRequest(arg0 *cognitoidentityprovider.TagResourceInput) (*request.Request, *cognitoidentityprovider.TagResourceOutput)
- func (m *MockCognitoIdentityProviderAPI) TagResourceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.TagResourceInput, ...) (*cognitoidentityprovider.TagResourceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UntagResource(arg0 *cognitoidentityprovider.UntagResourceInput) (*cognitoidentityprovider.UntagResourceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UntagResourceRequest(arg0 *cognitoidentityprovider.UntagResourceInput) (*request.Request, *cognitoidentityprovider.UntagResourceOutput)
- func (m *MockCognitoIdentityProviderAPI) UntagResourceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UntagResourceInput, ...) (*cognitoidentityprovider.UntagResourceOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateAuthEventFeedback(arg0 *cognitoidentityprovider.UpdateAuthEventFeedbackInput) (*cognitoidentityprovider.UpdateAuthEventFeedbackOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateAuthEventFeedbackRequest(arg0 *cognitoidentityprovider.UpdateAuthEventFeedbackInput) (*request.Request, *cognitoidentityprovider.UpdateAuthEventFeedbackOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateAuthEventFeedbackWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.UpdateAuthEventFeedbackOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateDeviceStatus(arg0 *cognitoidentityprovider.UpdateDeviceStatusInput) (*cognitoidentityprovider.UpdateDeviceStatusOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateDeviceStatusRequest(arg0 *cognitoidentityprovider.UpdateDeviceStatusInput) (*request.Request, *cognitoidentityprovider.UpdateDeviceStatusOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateDeviceStatusWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateDeviceStatusInput, ...) (*cognitoidentityprovider.UpdateDeviceStatusOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateGroup(arg0 *cognitoidentityprovider.UpdateGroupInput) (*cognitoidentityprovider.UpdateGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateGroupRequest(arg0 *cognitoidentityprovider.UpdateGroupInput) (*request.Request, *cognitoidentityprovider.UpdateGroupOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateGroupInput, ...) (*cognitoidentityprovider.UpdateGroupOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateIdentityProvider(arg0 *cognitoidentityprovider.UpdateIdentityProviderInput) (*cognitoidentityprovider.UpdateIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateIdentityProviderRequest(arg0 *cognitoidentityprovider.UpdateIdentityProviderInput) (*request.Request, *cognitoidentityprovider.UpdateIdentityProviderOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateIdentityProviderWithContext(arg0 context.Context, ...) (*cognitoidentityprovider.UpdateIdentityProviderOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateResourceServer(arg0 *cognitoidentityprovider.UpdateResourceServerInput) (*cognitoidentityprovider.UpdateResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateResourceServerRequest(arg0 *cognitoidentityprovider.UpdateResourceServerInput) (*request.Request, *cognitoidentityprovider.UpdateResourceServerOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateResourceServerWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateResourceServerInput, ...) (*cognitoidentityprovider.UpdateResourceServerOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserAttributes(arg0 *cognitoidentityprovider.UpdateUserAttributesInput) (*cognitoidentityprovider.UpdateUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserAttributesRequest(arg0 *cognitoidentityprovider.UpdateUserAttributesInput) (*request.Request, *cognitoidentityprovider.UpdateUserAttributesOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserAttributesInput, ...) (*cognitoidentityprovider.UpdateUserAttributesOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPool(arg0 *cognitoidentityprovider.UpdateUserPoolInput) (*cognitoidentityprovider.UpdateUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolClient(arg0 *cognitoidentityprovider.UpdateUserPoolClientInput) (*cognitoidentityprovider.UpdateUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolClientRequest(arg0 *cognitoidentityprovider.UpdateUserPoolClientInput) (*request.Request, *cognitoidentityprovider.UpdateUserPoolClientOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolClientWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserPoolClientInput, ...) (*cognitoidentityprovider.UpdateUserPoolClientOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolDomain(arg0 *cognitoidentityprovider.UpdateUserPoolDomainInput) (*cognitoidentityprovider.UpdateUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolDomainRequest(arg0 *cognitoidentityprovider.UpdateUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.UpdateUserPoolDomainOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolDomainWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserPoolDomainInput, ...) (*cognitoidentityprovider.UpdateUserPoolDomainOutput, error)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolRequest(arg0 *cognitoidentityprovider.UpdateUserPoolInput) (*request.Request, *cognitoidentityprovider.UpdateUserPoolOutput)
- func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserPoolInput, ...) (*cognitoidentityprovider.UpdateUserPoolOutput, error)
- func (m *MockCognitoIdentityProviderAPI) VerifySoftwareToken(arg0 *cognitoidentityprovider.VerifySoftwareTokenInput) (*cognitoidentityprovider.VerifySoftwareTokenOutput, error)
- func (m *MockCognitoIdentityProviderAPI) VerifySoftwareTokenRequest(arg0 *cognitoidentityprovider.VerifySoftwareTokenInput) (*request.Request, *cognitoidentityprovider.VerifySoftwareTokenOutput)
- func (m *MockCognitoIdentityProviderAPI) VerifySoftwareTokenWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.VerifySoftwareTokenInput, ...) (*cognitoidentityprovider.VerifySoftwareTokenOutput, error)
- func (m *MockCognitoIdentityProviderAPI) VerifyUserAttribute(arg0 *cognitoidentityprovider.VerifyUserAttributeInput) (*cognitoidentityprovider.VerifyUserAttributeOutput, error)
- func (m *MockCognitoIdentityProviderAPI) VerifyUserAttributeRequest(arg0 *cognitoidentityprovider.VerifyUserAttributeInput) (*request.Request, *cognitoidentityprovider.VerifyUserAttributeOutput)
- func (m *MockCognitoIdentityProviderAPI) VerifyUserAttributeWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.VerifyUserAttributeInput, ...) (*cognitoidentityprovider.VerifyUserAttributeOutput, error)
- type MockCognitoIdentityProviderAPIMockRecorder
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUp(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUpRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUpWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDevice(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDeviceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetDevice(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetDeviceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuth(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuthRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListDevices(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListDevicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListDevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEvents(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPassword(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPasswordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallenge(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallengeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallengeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreference(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreferenceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPassword(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPasswordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettings(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedback(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedbackRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatus(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatusRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOut(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOutRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareToken(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ChangePassword(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ChangePasswordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ChangePasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmDevice(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmDeviceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPassword(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPasswordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUp(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUpRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUpWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProvider(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProviderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServer(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJob(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJobRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPool(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClient(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClientRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomain(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomainRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProvider(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProviderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServer(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPool(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClient(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClientRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomain(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomainRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProvider(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProviderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServer(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJob(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJobRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPool(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClient(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClientRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomain(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomainRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgetDevice(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgetDeviceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgotPassword(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgotPasswordRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgotPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeader(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeaderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeaderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetDevice(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetDeviceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifier(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifierRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifierWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificate(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificateRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUICustomization(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUICustomizationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUICustomizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUser(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCode(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCodeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfig(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOut(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOutRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) InitiateAuth(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) InitiateAuthRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) InitiateAuthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListDevices(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListDevicesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListDevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProviders(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServers(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobs(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClients(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPools(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCode(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCodeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallenge(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallengeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallengeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) RevokeToken(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) RevokeTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) RevokeTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUICustomization(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUICustomizationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUICustomizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreference(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreferenceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfig(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfigRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserSettings(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SignUp(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SignUpRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) SignUpWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJob(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJobRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJob(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJobRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedback(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedbackRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatus(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatusRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateGroup(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateGroupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProvider(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProviderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServer(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServerRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributes(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPool(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClient(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClientRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomain(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomainRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareToken(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttribute(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttributeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCognitoIdentityProviderAPI ¶
type MockCognitoIdentityProviderAPI struct {
// contains filtered or unexported fields
}
MockCognitoIdentityProviderAPI is a mock of CognitoIdentityProviderAPI interface
func NewMockCognitoIdentityProviderAPI ¶
func NewMockCognitoIdentityProviderAPI(ctrl *gomock.Controller) *MockCognitoIdentityProviderAPI
NewMockCognitoIdentityProviderAPI creates a new mock instance
func (*MockCognitoIdentityProviderAPI) AddCustomAttributes ¶
func (m *MockCognitoIdentityProviderAPI) AddCustomAttributes(arg0 *cognitoidentityprovider.AddCustomAttributesInput) (*cognitoidentityprovider.AddCustomAttributesOutput, error)
AddCustomAttributes mocks base method
func (*MockCognitoIdentityProviderAPI) AddCustomAttributesRequest ¶
func (m *MockCognitoIdentityProviderAPI) AddCustomAttributesRequest(arg0 *cognitoidentityprovider.AddCustomAttributesInput) (*request.Request, *cognitoidentityprovider.AddCustomAttributesOutput)
AddCustomAttributesRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AddCustomAttributesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AddCustomAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AddCustomAttributesInput, arg2 ...request.Option) (*cognitoidentityprovider.AddCustomAttributesOutput, error)
AddCustomAttributesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminAddUserToGroup ¶
func (m *MockCognitoIdentityProviderAPI) AdminAddUserToGroup(arg0 *cognitoidentityprovider.AdminAddUserToGroupInput) (*cognitoidentityprovider.AdminAddUserToGroupOutput, error)
AdminAddUserToGroup mocks base method
func (*MockCognitoIdentityProviderAPI) AdminAddUserToGroupRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminAddUserToGroupRequest(arg0 *cognitoidentityprovider.AdminAddUserToGroupInput) (*request.Request, *cognitoidentityprovider.AdminAddUserToGroupOutput)
AdminAddUserToGroupRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminAddUserToGroupWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminAddUserToGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminAddUserToGroupInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminAddUserToGroupOutput, error)
AdminAddUserToGroupWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminConfirmSignUp ¶
func (m *MockCognitoIdentityProviderAPI) AdminConfirmSignUp(arg0 *cognitoidentityprovider.AdminConfirmSignUpInput) (*cognitoidentityprovider.AdminConfirmSignUpOutput, error)
AdminConfirmSignUp mocks base method
func (*MockCognitoIdentityProviderAPI) AdminConfirmSignUpRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminConfirmSignUpRequest(arg0 *cognitoidentityprovider.AdminConfirmSignUpInput) (*request.Request, *cognitoidentityprovider.AdminConfirmSignUpOutput)
AdminConfirmSignUpRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminConfirmSignUpWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminConfirmSignUpWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminConfirmSignUpInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminConfirmSignUpOutput, error)
AdminConfirmSignUpWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminCreateUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminCreateUser(arg0 *cognitoidentityprovider.AdminCreateUserInput) (*cognitoidentityprovider.AdminCreateUserOutput, error)
AdminCreateUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminCreateUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminCreateUserRequest(arg0 *cognitoidentityprovider.AdminCreateUserInput) (*request.Request, *cognitoidentityprovider.AdminCreateUserOutput)
AdminCreateUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminCreateUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminCreateUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminCreateUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminCreateUserOutput, error)
AdminCreateUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDeleteUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminDeleteUser(arg0 *cognitoidentityprovider.AdminDeleteUserInput) (*cognitoidentityprovider.AdminDeleteUserOutput, error)
AdminDeleteUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDeleteUserAttributes ¶
func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserAttributes(arg0 *cognitoidentityprovider.AdminDeleteUserAttributesInput) (*cognitoidentityprovider.AdminDeleteUserAttributesOutput, error)
AdminDeleteUserAttributes mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDeleteUserAttributesRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserAttributesRequest(arg0 *cognitoidentityprovider.AdminDeleteUserAttributesInput) (*request.Request, *cognitoidentityprovider.AdminDeleteUserAttributesOutput)
AdminDeleteUserAttributesRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDeleteUserAttributesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminDeleteUserAttributesInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminDeleteUserAttributesOutput, error)
AdminDeleteUserAttributesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDeleteUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserRequest(arg0 *cognitoidentityprovider.AdminDeleteUserInput) (*request.Request, *cognitoidentityprovider.AdminDeleteUserOutput)
AdminDeleteUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDeleteUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminDeleteUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminDeleteUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminDeleteUserOutput, error)
AdminDeleteUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDisableProviderForUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminDisableProviderForUser(arg0 *cognitoidentityprovider.AdminDisableProviderForUserInput) (*cognitoidentityprovider.AdminDisableProviderForUserOutput, error)
AdminDisableProviderForUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDisableProviderForUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminDisableProviderForUserRequest(arg0 *cognitoidentityprovider.AdminDisableProviderForUserInput) (*request.Request, *cognitoidentityprovider.AdminDisableProviderForUserOutput)
AdminDisableProviderForUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDisableProviderForUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminDisableProviderForUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminDisableProviderForUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminDisableProviderForUserOutput, error)
AdminDisableProviderForUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDisableUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminDisableUser(arg0 *cognitoidentityprovider.AdminDisableUserInput) (*cognitoidentityprovider.AdminDisableUserOutput, error)
AdminDisableUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDisableUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminDisableUserRequest(arg0 *cognitoidentityprovider.AdminDisableUserInput) (*request.Request, *cognitoidentityprovider.AdminDisableUserOutput)
AdminDisableUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminDisableUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminDisableUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminDisableUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminDisableUserOutput, error)
AdminDisableUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminEnableUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminEnableUser(arg0 *cognitoidentityprovider.AdminEnableUserInput) (*cognitoidentityprovider.AdminEnableUserOutput, error)
AdminEnableUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminEnableUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminEnableUserRequest(arg0 *cognitoidentityprovider.AdminEnableUserInput) (*request.Request, *cognitoidentityprovider.AdminEnableUserOutput)
AdminEnableUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminEnableUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminEnableUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminEnableUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminEnableUserOutput, error)
AdminEnableUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminForgetDevice ¶
func (m *MockCognitoIdentityProviderAPI) AdminForgetDevice(arg0 *cognitoidentityprovider.AdminForgetDeviceInput) (*cognitoidentityprovider.AdminForgetDeviceOutput, error)
AdminForgetDevice mocks base method
func (*MockCognitoIdentityProviderAPI) AdminForgetDeviceRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminForgetDeviceRequest(arg0 *cognitoidentityprovider.AdminForgetDeviceInput) (*request.Request, *cognitoidentityprovider.AdminForgetDeviceOutput)
AdminForgetDeviceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminForgetDeviceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminForgetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminForgetDeviceInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminForgetDeviceOutput, error)
AdminForgetDeviceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminGetDevice ¶
func (m *MockCognitoIdentityProviderAPI) AdminGetDevice(arg0 *cognitoidentityprovider.AdminGetDeviceInput) (*cognitoidentityprovider.AdminGetDeviceOutput, error)
AdminGetDevice mocks base method
func (*MockCognitoIdentityProviderAPI) AdminGetDeviceRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminGetDeviceRequest(arg0 *cognitoidentityprovider.AdminGetDeviceInput) (*request.Request, *cognitoidentityprovider.AdminGetDeviceOutput)
AdminGetDeviceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminGetDeviceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminGetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminGetDeviceInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminGetDeviceOutput, error)
AdminGetDeviceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminGetUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminGetUser(arg0 *cognitoidentityprovider.AdminGetUserInput) (*cognitoidentityprovider.AdminGetUserOutput, error)
AdminGetUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminGetUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminGetUserRequest(arg0 *cognitoidentityprovider.AdminGetUserInput) (*request.Request, *cognitoidentityprovider.AdminGetUserOutput)
AdminGetUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminGetUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminGetUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminGetUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminGetUserOutput, error)
AdminGetUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminInitiateAuth ¶
func (m *MockCognitoIdentityProviderAPI) AdminInitiateAuth(arg0 *cognitoidentityprovider.AdminInitiateAuthInput) (*cognitoidentityprovider.AdminInitiateAuthOutput, error)
AdminInitiateAuth mocks base method
func (*MockCognitoIdentityProviderAPI) AdminInitiateAuthRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminInitiateAuthRequest(arg0 *cognitoidentityprovider.AdminInitiateAuthInput) (*request.Request, *cognitoidentityprovider.AdminInitiateAuthOutput)
AdminInitiateAuthRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminInitiateAuthWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminInitiateAuthWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminInitiateAuthInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminInitiateAuthOutput, error)
AdminInitiateAuthWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminLinkProviderForUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminLinkProviderForUser(arg0 *cognitoidentityprovider.AdminLinkProviderForUserInput) (*cognitoidentityprovider.AdminLinkProviderForUserOutput, error)
AdminLinkProviderForUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminLinkProviderForUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminLinkProviderForUserRequest(arg0 *cognitoidentityprovider.AdminLinkProviderForUserInput) (*request.Request, *cognitoidentityprovider.AdminLinkProviderForUserOutput)
AdminLinkProviderForUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminLinkProviderForUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminLinkProviderForUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminLinkProviderForUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminLinkProviderForUserOutput, error)
AdminLinkProviderForUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListDevices ¶
func (m *MockCognitoIdentityProviderAPI) AdminListDevices(arg0 *cognitoidentityprovider.AdminListDevicesInput) (*cognitoidentityprovider.AdminListDevicesOutput, error)
AdminListDevices mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListDevicesRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminListDevicesRequest(arg0 *cognitoidentityprovider.AdminListDevicesInput) (*request.Request, *cognitoidentityprovider.AdminListDevicesOutput)
AdminListDevicesRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListDevicesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminListDevicesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminListDevicesInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminListDevicesOutput, error)
AdminListDevicesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListGroupsForUser ¶
func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUser(arg0 *cognitoidentityprovider.AdminListGroupsForUserInput) (*cognitoidentityprovider.AdminListGroupsForUserOutput, error)
AdminListGroupsForUser mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListGroupsForUserPages ¶
func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserPages(arg0 *cognitoidentityprovider.AdminListGroupsForUserInput, arg1 func(*cognitoidentityprovider.AdminListGroupsForUserOutput, bool) bool) error
AdminListGroupsForUserPages mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListGroupsForUserPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminListGroupsForUserInput, arg2 func(*cognitoidentityprovider.AdminListGroupsForUserOutput, bool) bool, arg3 ...request.Option) error
AdminListGroupsForUserPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListGroupsForUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserRequest(arg0 *cognitoidentityprovider.AdminListGroupsForUserInput) (*request.Request, *cognitoidentityprovider.AdminListGroupsForUserOutput)
AdminListGroupsForUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListGroupsForUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminListGroupsForUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminListGroupsForUserInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminListGroupsForUserOutput, error)
AdminListGroupsForUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListUserAuthEvents ¶
func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEvents(arg0 *cognitoidentityprovider.AdminListUserAuthEventsInput) (*cognitoidentityprovider.AdminListUserAuthEventsOutput, error)
AdminListUserAuthEvents mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListUserAuthEventsPages ¶
func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsPages(arg0 *cognitoidentityprovider.AdminListUserAuthEventsInput, arg1 func(*cognitoidentityprovider.AdminListUserAuthEventsOutput, bool) bool) error
AdminListUserAuthEventsPages mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListUserAuthEventsPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminListUserAuthEventsInput, arg2 func(*cognitoidentityprovider.AdminListUserAuthEventsOutput, bool) bool, arg3 ...request.Option) error
AdminListUserAuthEventsPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListUserAuthEventsRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsRequest(arg0 *cognitoidentityprovider.AdminListUserAuthEventsInput) (*request.Request, *cognitoidentityprovider.AdminListUserAuthEventsOutput)
AdminListUserAuthEventsRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminListUserAuthEventsWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminListUserAuthEventsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminListUserAuthEventsInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminListUserAuthEventsOutput, error)
AdminListUserAuthEventsWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroup ¶
func (m *MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroup(arg0 *cognitoidentityprovider.AdminRemoveUserFromGroupInput) (*cognitoidentityprovider.AdminRemoveUserFromGroupOutput, error)
AdminRemoveUserFromGroup mocks base method
func (*MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroupRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroupRequest(arg0 *cognitoidentityprovider.AdminRemoveUserFromGroupInput) (*request.Request, *cognitoidentityprovider.AdminRemoveUserFromGroupOutput)
AdminRemoveUserFromGroupRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroupWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminRemoveUserFromGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminRemoveUserFromGroupInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminRemoveUserFromGroupOutput, error)
AdminRemoveUserFromGroupWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminResetUserPassword ¶
func (m *MockCognitoIdentityProviderAPI) AdminResetUserPassword(arg0 *cognitoidentityprovider.AdminResetUserPasswordInput) (*cognitoidentityprovider.AdminResetUserPasswordOutput, error)
AdminResetUserPassword mocks base method
func (*MockCognitoIdentityProviderAPI) AdminResetUserPasswordRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminResetUserPasswordRequest(arg0 *cognitoidentityprovider.AdminResetUserPasswordInput) (*request.Request, *cognitoidentityprovider.AdminResetUserPasswordOutput)
AdminResetUserPasswordRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminResetUserPasswordWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminResetUserPasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminResetUserPasswordInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminResetUserPasswordOutput, error)
AdminResetUserPasswordWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminRespondToAuthChallenge ¶
func (m *MockCognitoIdentityProviderAPI) AdminRespondToAuthChallenge(arg0 *cognitoidentityprovider.AdminRespondToAuthChallengeInput) (*cognitoidentityprovider.AdminRespondToAuthChallengeOutput, error)
AdminRespondToAuthChallenge mocks base method
func (*MockCognitoIdentityProviderAPI) AdminRespondToAuthChallengeRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminRespondToAuthChallengeRequest(arg0 *cognitoidentityprovider.AdminRespondToAuthChallengeInput) (*request.Request, *cognitoidentityprovider.AdminRespondToAuthChallengeOutput)
AdminRespondToAuthChallengeRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminRespondToAuthChallengeWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminRespondToAuthChallengeWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminRespondToAuthChallengeInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminRespondToAuthChallengeOutput, error)
AdminRespondToAuthChallengeWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserMFAPreference ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserMFAPreference(arg0 *cognitoidentityprovider.AdminSetUserMFAPreferenceInput) (*cognitoidentityprovider.AdminSetUserMFAPreferenceOutput, error)
AdminSetUserMFAPreference mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserMFAPreferenceRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserMFAPreferenceRequest(arg0 *cognitoidentityprovider.AdminSetUserMFAPreferenceInput) (*request.Request, *cognitoidentityprovider.AdminSetUserMFAPreferenceOutput)
AdminSetUserMFAPreferenceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserMFAPreferenceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserMFAPreferenceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminSetUserMFAPreferenceInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminSetUserMFAPreferenceOutput, error)
AdminSetUserMFAPreferenceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserPassword ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserPassword(arg0 *cognitoidentityprovider.AdminSetUserPasswordInput) (*cognitoidentityprovider.AdminSetUserPasswordOutput, error)
AdminSetUserPassword mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserPasswordRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserPasswordRequest(arg0 *cognitoidentityprovider.AdminSetUserPasswordInput) (*request.Request, *cognitoidentityprovider.AdminSetUserPasswordOutput)
AdminSetUserPasswordRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserPasswordWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserPasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminSetUserPasswordInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminSetUserPasswordOutput, error)
AdminSetUserPasswordWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserSettings ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserSettings(arg0 *cognitoidentityprovider.AdminSetUserSettingsInput) (*cognitoidentityprovider.AdminSetUserSettingsOutput, error)
AdminSetUserSettings mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserSettingsRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserSettingsRequest(arg0 *cognitoidentityprovider.AdminSetUserSettingsInput) (*request.Request, *cognitoidentityprovider.AdminSetUserSettingsOutput)
AdminSetUserSettingsRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminSetUserSettingsWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminSetUserSettingsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminSetUserSettingsInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminSetUserSettingsOutput, error)
AdminSetUserSettingsWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedback ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedback(arg0 *cognitoidentityprovider.AdminUpdateAuthEventFeedbackInput) (*cognitoidentityprovider.AdminUpdateAuthEventFeedbackOutput, error)
AdminUpdateAuthEventFeedback mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackRequest(arg0 *cognitoidentityprovider.AdminUpdateAuthEventFeedbackInput) (*request.Request, *cognitoidentityprovider.AdminUpdateAuthEventFeedbackOutput)
AdminUpdateAuthEventFeedbackRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateAuthEventFeedbackWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminUpdateAuthEventFeedbackInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminUpdateAuthEventFeedbackOutput, error)
AdminUpdateAuthEventFeedbackWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatus ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatus(arg0 *cognitoidentityprovider.AdminUpdateDeviceStatusInput) (*cognitoidentityprovider.AdminUpdateDeviceStatusOutput, error)
AdminUpdateDeviceStatus mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatusRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatusRequest(arg0 *cognitoidentityprovider.AdminUpdateDeviceStatusInput) (*request.Request, *cognitoidentityprovider.AdminUpdateDeviceStatusOutput)
AdminUpdateDeviceStatusRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatusWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateDeviceStatusWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminUpdateDeviceStatusInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminUpdateDeviceStatusOutput, error)
AdminUpdateDeviceStatusWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateUserAttributes ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateUserAttributes(arg0 *cognitoidentityprovider.AdminUpdateUserAttributesInput) (*cognitoidentityprovider.AdminUpdateUserAttributesOutput, error)
AdminUpdateUserAttributes mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateUserAttributesRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateUserAttributesRequest(arg0 *cognitoidentityprovider.AdminUpdateUserAttributesInput) (*request.Request, *cognitoidentityprovider.AdminUpdateUserAttributesOutput)
AdminUpdateUserAttributesRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUpdateUserAttributesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminUpdateUserAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminUpdateUserAttributesInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminUpdateUserAttributesOutput, error)
AdminUpdateUserAttributesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUserGlobalSignOut ¶
func (m *MockCognitoIdentityProviderAPI) AdminUserGlobalSignOut(arg0 *cognitoidentityprovider.AdminUserGlobalSignOutInput) (*cognitoidentityprovider.AdminUserGlobalSignOutOutput, error)
AdminUserGlobalSignOut mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUserGlobalSignOutRequest ¶
func (m *MockCognitoIdentityProviderAPI) AdminUserGlobalSignOutRequest(arg0 *cognitoidentityprovider.AdminUserGlobalSignOutInput) (*request.Request, *cognitoidentityprovider.AdminUserGlobalSignOutOutput)
AdminUserGlobalSignOutRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AdminUserGlobalSignOutWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AdminUserGlobalSignOutWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AdminUserGlobalSignOutInput, arg2 ...request.Option) (*cognitoidentityprovider.AdminUserGlobalSignOutOutput, error)
AdminUserGlobalSignOutWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) AssociateSoftwareToken ¶
func (m *MockCognitoIdentityProviderAPI) AssociateSoftwareToken(arg0 *cognitoidentityprovider.AssociateSoftwareTokenInput) (*cognitoidentityprovider.AssociateSoftwareTokenOutput, error)
AssociateSoftwareToken mocks base method
func (*MockCognitoIdentityProviderAPI) AssociateSoftwareTokenRequest ¶
func (m *MockCognitoIdentityProviderAPI) AssociateSoftwareTokenRequest(arg0 *cognitoidentityprovider.AssociateSoftwareTokenInput) (*request.Request, *cognitoidentityprovider.AssociateSoftwareTokenOutput)
AssociateSoftwareTokenRequest mocks base method
func (*MockCognitoIdentityProviderAPI) AssociateSoftwareTokenWithContext ¶
func (m *MockCognitoIdentityProviderAPI) AssociateSoftwareTokenWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.AssociateSoftwareTokenInput, arg2 ...request.Option) (*cognitoidentityprovider.AssociateSoftwareTokenOutput, error)
AssociateSoftwareTokenWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ChangePassword ¶
func (m *MockCognitoIdentityProviderAPI) ChangePassword(arg0 *cognitoidentityprovider.ChangePasswordInput) (*cognitoidentityprovider.ChangePasswordOutput, error)
ChangePassword mocks base method
func (*MockCognitoIdentityProviderAPI) ChangePasswordRequest ¶
func (m *MockCognitoIdentityProviderAPI) ChangePasswordRequest(arg0 *cognitoidentityprovider.ChangePasswordInput) (*request.Request, *cognitoidentityprovider.ChangePasswordOutput)
ChangePasswordRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ChangePasswordWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ChangePasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ChangePasswordInput, arg2 ...request.Option) (*cognitoidentityprovider.ChangePasswordOutput, error)
ChangePasswordWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmDevice ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmDevice(arg0 *cognitoidentityprovider.ConfirmDeviceInput) (*cognitoidentityprovider.ConfirmDeviceOutput, error)
ConfirmDevice mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmDeviceRequest ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmDeviceRequest(arg0 *cognitoidentityprovider.ConfirmDeviceInput) (*request.Request, *cognitoidentityprovider.ConfirmDeviceOutput)
ConfirmDeviceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmDeviceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ConfirmDeviceInput, arg2 ...request.Option) (*cognitoidentityprovider.ConfirmDeviceOutput, error)
ConfirmDeviceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmForgotPassword ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmForgotPassword(arg0 *cognitoidentityprovider.ConfirmForgotPasswordInput) (*cognitoidentityprovider.ConfirmForgotPasswordOutput, error)
ConfirmForgotPassword mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmForgotPasswordRequest ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmForgotPasswordRequest(arg0 *cognitoidentityprovider.ConfirmForgotPasswordInput) (*request.Request, *cognitoidentityprovider.ConfirmForgotPasswordOutput)
ConfirmForgotPasswordRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmForgotPasswordWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmForgotPasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ConfirmForgotPasswordInput, arg2 ...request.Option) (*cognitoidentityprovider.ConfirmForgotPasswordOutput, error)
ConfirmForgotPasswordWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmSignUp ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmSignUp(arg0 *cognitoidentityprovider.ConfirmSignUpInput) (*cognitoidentityprovider.ConfirmSignUpOutput, error)
ConfirmSignUp mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmSignUpRequest ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmSignUpRequest(arg0 *cognitoidentityprovider.ConfirmSignUpInput) (*request.Request, *cognitoidentityprovider.ConfirmSignUpOutput)
ConfirmSignUpRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ConfirmSignUpWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ConfirmSignUpWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ConfirmSignUpInput, arg2 ...request.Option) (*cognitoidentityprovider.ConfirmSignUpOutput, error)
ConfirmSignUpWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) CreateGroup ¶
func (m *MockCognitoIdentityProviderAPI) CreateGroup(arg0 *cognitoidentityprovider.CreateGroupInput) (*cognitoidentityprovider.CreateGroupOutput, error)
CreateGroup mocks base method
func (*MockCognitoIdentityProviderAPI) CreateGroupRequest ¶
func (m *MockCognitoIdentityProviderAPI) CreateGroupRequest(arg0 *cognitoidentityprovider.CreateGroupInput) (*request.Request, *cognitoidentityprovider.CreateGroupOutput)
CreateGroupRequest mocks base method
func (*MockCognitoIdentityProviderAPI) CreateGroupWithContext ¶
func (m *MockCognitoIdentityProviderAPI) CreateGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateGroupInput, arg2 ...request.Option) (*cognitoidentityprovider.CreateGroupOutput, error)
CreateGroupWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) CreateIdentityProvider ¶
func (m *MockCognitoIdentityProviderAPI) CreateIdentityProvider(arg0 *cognitoidentityprovider.CreateIdentityProviderInput) (*cognitoidentityprovider.CreateIdentityProviderOutput, error)
CreateIdentityProvider mocks base method
func (*MockCognitoIdentityProviderAPI) CreateIdentityProviderRequest ¶
func (m *MockCognitoIdentityProviderAPI) CreateIdentityProviderRequest(arg0 *cognitoidentityprovider.CreateIdentityProviderInput) (*request.Request, *cognitoidentityprovider.CreateIdentityProviderOutput)
CreateIdentityProviderRequest mocks base method
func (*MockCognitoIdentityProviderAPI) CreateIdentityProviderWithContext ¶
func (m *MockCognitoIdentityProviderAPI) CreateIdentityProviderWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateIdentityProviderInput, arg2 ...request.Option) (*cognitoidentityprovider.CreateIdentityProviderOutput, error)
CreateIdentityProviderWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) CreateResourceServer ¶
func (m *MockCognitoIdentityProviderAPI) CreateResourceServer(arg0 *cognitoidentityprovider.CreateResourceServerInput) (*cognitoidentityprovider.CreateResourceServerOutput, error)
CreateResourceServer mocks base method
func (*MockCognitoIdentityProviderAPI) CreateResourceServerRequest ¶
func (m *MockCognitoIdentityProviderAPI) CreateResourceServerRequest(arg0 *cognitoidentityprovider.CreateResourceServerInput) (*request.Request, *cognitoidentityprovider.CreateResourceServerOutput)
CreateResourceServerRequest mocks base method
func (*MockCognitoIdentityProviderAPI) CreateResourceServerWithContext ¶
func (m *MockCognitoIdentityProviderAPI) CreateResourceServerWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateResourceServerInput, arg2 ...request.Option) (*cognitoidentityprovider.CreateResourceServerOutput, error)
CreateResourceServerWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserImportJob ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserImportJob(arg0 *cognitoidentityprovider.CreateUserImportJobInput) (*cognitoidentityprovider.CreateUserImportJobOutput, error)
CreateUserImportJob mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserImportJobRequest ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserImportJobRequest(arg0 *cognitoidentityprovider.CreateUserImportJobInput) (*request.Request, *cognitoidentityprovider.CreateUserImportJobOutput)
CreateUserImportJobRequest mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserImportJobWithContext ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserImportJobInput, arg2 ...request.Option) (*cognitoidentityprovider.CreateUserImportJobOutput, error)
CreateUserImportJobWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPool ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPool(arg0 *cognitoidentityprovider.CreateUserPoolInput) (*cognitoidentityprovider.CreateUserPoolOutput, error)
CreateUserPool mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolClient ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolClient(arg0 *cognitoidentityprovider.CreateUserPoolClientInput) (*cognitoidentityprovider.CreateUserPoolClientOutput, error)
CreateUserPoolClient mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolClientRequest ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolClientRequest(arg0 *cognitoidentityprovider.CreateUserPoolClientInput) (*request.Request, *cognitoidentityprovider.CreateUserPoolClientOutput)
CreateUserPoolClientRequest mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolClientWithContext ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolClientWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserPoolClientInput, arg2 ...request.Option) (*cognitoidentityprovider.CreateUserPoolClientOutput, error)
CreateUserPoolClientWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolDomain ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolDomain(arg0 *cognitoidentityprovider.CreateUserPoolDomainInput) (*cognitoidentityprovider.CreateUserPoolDomainOutput, error)
CreateUserPoolDomain mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolDomainRequest ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolDomainRequest(arg0 *cognitoidentityprovider.CreateUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.CreateUserPoolDomainOutput)
CreateUserPoolDomainRequest mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolDomainWithContext ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolDomainWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserPoolDomainInput, arg2 ...request.Option) (*cognitoidentityprovider.CreateUserPoolDomainOutput, error)
CreateUserPoolDomainWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolRequest ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolRequest(arg0 *cognitoidentityprovider.CreateUserPoolInput) (*request.Request, *cognitoidentityprovider.CreateUserPoolOutput)
CreateUserPoolRequest mocks base method
func (*MockCognitoIdentityProviderAPI) CreateUserPoolWithContext ¶
func (m *MockCognitoIdentityProviderAPI) CreateUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.CreateUserPoolInput, arg2 ...request.Option) (*cognitoidentityprovider.CreateUserPoolOutput, error)
CreateUserPoolWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteGroup ¶
func (m *MockCognitoIdentityProviderAPI) DeleteGroup(arg0 *cognitoidentityprovider.DeleteGroupInput) (*cognitoidentityprovider.DeleteGroupOutput, error)
DeleteGroup mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteGroupRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteGroupRequest(arg0 *cognitoidentityprovider.DeleteGroupInput) (*request.Request, *cognitoidentityprovider.DeleteGroupOutput)
DeleteGroupRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteGroupWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteGroupInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteGroupOutput, error)
DeleteGroupWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteIdentityProvider ¶
func (m *MockCognitoIdentityProviderAPI) DeleteIdentityProvider(arg0 *cognitoidentityprovider.DeleteIdentityProviderInput) (*cognitoidentityprovider.DeleteIdentityProviderOutput, error)
DeleteIdentityProvider mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteIdentityProviderRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteIdentityProviderRequest(arg0 *cognitoidentityprovider.DeleteIdentityProviderInput) (*request.Request, *cognitoidentityprovider.DeleteIdentityProviderOutput)
DeleteIdentityProviderRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteIdentityProviderWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteIdentityProviderWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteIdentityProviderInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteIdentityProviderOutput, error)
DeleteIdentityProviderWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteResourceServer ¶
func (m *MockCognitoIdentityProviderAPI) DeleteResourceServer(arg0 *cognitoidentityprovider.DeleteResourceServerInput) (*cognitoidentityprovider.DeleteResourceServerOutput, error)
DeleteResourceServer mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteResourceServerRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteResourceServerRequest(arg0 *cognitoidentityprovider.DeleteResourceServerInput) (*request.Request, *cognitoidentityprovider.DeleteResourceServerOutput)
DeleteResourceServerRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteResourceServerWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteResourceServerWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteResourceServerInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteResourceServerOutput, error)
DeleteResourceServerWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUser ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUser(arg0 *cognitoidentityprovider.DeleteUserInput) (*cognitoidentityprovider.DeleteUserOutput, error)
DeleteUser mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserAttributes ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserAttributes(arg0 *cognitoidentityprovider.DeleteUserAttributesInput) (*cognitoidentityprovider.DeleteUserAttributesOutput, error)
DeleteUserAttributes mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserAttributesRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserAttributesRequest(arg0 *cognitoidentityprovider.DeleteUserAttributesInput) (*request.Request, *cognitoidentityprovider.DeleteUserAttributesOutput)
DeleteUserAttributesRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserAttributesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserAttributesInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteUserAttributesOutput, error)
DeleteUserAttributesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPool ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPool(arg0 *cognitoidentityprovider.DeleteUserPoolInput) (*cognitoidentityprovider.DeleteUserPoolOutput, error)
DeleteUserPool mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolClient ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolClient(arg0 *cognitoidentityprovider.DeleteUserPoolClientInput) (*cognitoidentityprovider.DeleteUserPoolClientOutput, error)
DeleteUserPoolClient mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolClientRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolClientRequest(arg0 *cognitoidentityprovider.DeleteUserPoolClientInput) (*request.Request, *cognitoidentityprovider.DeleteUserPoolClientOutput)
DeleteUserPoolClientRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolClientWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolClientWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserPoolClientInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteUserPoolClientOutput, error)
DeleteUserPoolClientWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolDomain ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolDomain(arg0 *cognitoidentityprovider.DeleteUserPoolDomainInput) (*cognitoidentityprovider.DeleteUserPoolDomainOutput, error)
DeleteUserPoolDomain mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolDomainRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolDomainRequest(arg0 *cognitoidentityprovider.DeleteUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.DeleteUserPoolDomainOutput)
DeleteUserPoolDomainRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolDomainWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolDomainWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserPoolDomainInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteUserPoolDomainOutput, error)
DeleteUserPoolDomainWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolRequest(arg0 *cognitoidentityprovider.DeleteUserPoolInput) (*request.Request, *cognitoidentityprovider.DeleteUserPoolOutput)
DeleteUserPoolRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserPoolWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserPoolInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteUserPoolOutput, error)
DeleteUserPoolWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserRequest(arg0 *cognitoidentityprovider.DeleteUserInput) (*request.Request, *cognitoidentityprovider.DeleteUserOutput)
DeleteUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DeleteUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DeleteUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DeleteUserInput, arg2 ...request.Option) (*cognitoidentityprovider.DeleteUserOutput, error)
DeleteUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeIdentityProvider ¶
func (m *MockCognitoIdentityProviderAPI) DescribeIdentityProvider(arg0 *cognitoidentityprovider.DescribeIdentityProviderInput) (*cognitoidentityprovider.DescribeIdentityProviderOutput, error)
DescribeIdentityProvider mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeIdentityProviderRequest ¶
func (m *MockCognitoIdentityProviderAPI) DescribeIdentityProviderRequest(arg0 *cognitoidentityprovider.DescribeIdentityProviderInput) (*request.Request, *cognitoidentityprovider.DescribeIdentityProviderOutput)
DescribeIdentityProviderRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeIdentityProviderWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DescribeIdentityProviderWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeIdentityProviderInput, arg2 ...request.Option) (*cognitoidentityprovider.DescribeIdentityProviderOutput, error)
DescribeIdentityProviderWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeResourceServer ¶
func (m *MockCognitoIdentityProviderAPI) DescribeResourceServer(arg0 *cognitoidentityprovider.DescribeResourceServerInput) (*cognitoidentityprovider.DescribeResourceServerOutput, error)
DescribeResourceServer mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeResourceServerRequest ¶
func (m *MockCognitoIdentityProviderAPI) DescribeResourceServerRequest(arg0 *cognitoidentityprovider.DescribeResourceServerInput) (*request.Request, *cognitoidentityprovider.DescribeResourceServerOutput)
DescribeResourceServerRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeResourceServerWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DescribeResourceServerWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeResourceServerInput, arg2 ...request.Option) (*cognitoidentityprovider.DescribeResourceServerOutput, error)
DescribeResourceServerWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeRiskConfiguration ¶
func (m *MockCognitoIdentityProviderAPI) DescribeRiskConfiguration(arg0 *cognitoidentityprovider.DescribeRiskConfigurationInput) (*cognitoidentityprovider.DescribeRiskConfigurationOutput, error)
DescribeRiskConfiguration mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeRiskConfigurationRequest ¶
func (m *MockCognitoIdentityProviderAPI) DescribeRiskConfigurationRequest(arg0 *cognitoidentityprovider.DescribeRiskConfigurationInput) (*request.Request, *cognitoidentityprovider.DescribeRiskConfigurationOutput)
DescribeRiskConfigurationRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeRiskConfigurationWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DescribeRiskConfigurationWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeRiskConfigurationInput, arg2 ...request.Option) (*cognitoidentityprovider.DescribeRiskConfigurationOutput, error)
DescribeRiskConfigurationWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserImportJob ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserImportJob(arg0 *cognitoidentityprovider.DescribeUserImportJobInput) (*cognitoidentityprovider.DescribeUserImportJobOutput, error)
DescribeUserImportJob mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserImportJobRequest ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserImportJobRequest(arg0 *cognitoidentityprovider.DescribeUserImportJobInput) (*request.Request, *cognitoidentityprovider.DescribeUserImportJobOutput)
DescribeUserImportJobRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserImportJobWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeUserImportJobInput, arg2 ...request.Option) (*cognitoidentityprovider.DescribeUserImportJobOutput, error)
DescribeUserImportJobWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPool ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPool(arg0 *cognitoidentityprovider.DescribeUserPoolInput) (*cognitoidentityprovider.DescribeUserPoolOutput, error)
DescribeUserPool mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolClient ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolClient(arg0 *cognitoidentityprovider.DescribeUserPoolClientInput) (*cognitoidentityprovider.DescribeUserPoolClientOutput, error)
DescribeUserPoolClient mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolClientRequest ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolClientRequest(arg0 *cognitoidentityprovider.DescribeUserPoolClientInput) (*request.Request, *cognitoidentityprovider.DescribeUserPoolClientOutput)
DescribeUserPoolClientRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolClientWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolClientWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeUserPoolClientInput, arg2 ...request.Option) (*cognitoidentityprovider.DescribeUserPoolClientOutput, error)
DescribeUserPoolClientWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolDomain ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolDomain(arg0 *cognitoidentityprovider.DescribeUserPoolDomainInput) (*cognitoidentityprovider.DescribeUserPoolDomainOutput, error)
DescribeUserPoolDomain mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolDomainRequest ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolDomainRequest(arg0 *cognitoidentityprovider.DescribeUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.DescribeUserPoolDomainOutput)
DescribeUserPoolDomainRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolDomainWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolDomainWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeUserPoolDomainInput, arg2 ...request.Option) (*cognitoidentityprovider.DescribeUserPoolDomainOutput, error)
DescribeUserPoolDomainWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolRequest ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolRequest(arg0 *cognitoidentityprovider.DescribeUserPoolInput) (*request.Request, *cognitoidentityprovider.DescribeUserPoolOutput)
DescribeUserPoolRequest mocks base method
func (*MockCognitoIdentityProviderAPI) DescribeUserPoolWithContext ¶
func (m *MockCognitoIdentityProviderAPI) DescribeUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.DescribeUserPoolInput, arg2 ...request.Option) (*cognitoidentityprovider.DescribeUserPoolOutput, error)
DescribeUserPoolWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) EXPECT ¶
func (m *MockCognitoIdentityProviderAPI) EXPECT() *MockCognitoIdentityProviderAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCognitoIdentityProviderAPI) ForgetDevice ¶
func (m *MockCognitoIdentityProviderAPI) ForgetDevice(arg0 *cognitoidentityprovider.ForgetDeviceInput) (*cognitoidentityprovider.ForgetDeviceOutput, error)
ForgetDevice mocks base method
func (*MockCognitoIdentityProviderAPI) ForgetDeviceRequest ¶
func (m *MockCognitoIdentityProviderAPI) ForgetDeviceRequest(arg0 *cognitoidentityprovider.ForgetDeviceInput) (*request.Request, *cognitoidentityprovider.ForgetDeviceOutput)
ForgetDeviceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ForgetDeviceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ForgetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ForgetDeviceInput, arg2 ...request.Option) (*cognitoidentityprovider.ForgetDeviceOutput, error)
ForgetDeviceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ForgotPassword ¶
func (m *MockCognitoIdentityProviderAPI) ForgotPassword(arg0 *cognitoidentityprovider.ForgotPasswordInput) (*cognitoidentityprovider.ForgotPasswordOutput, error)
ForgotPassword mocks base method
func (*MockCognitoIdentityProviderAPI) ForgotPasswordRequest ¶
func (m *MockCognitoIdentityProviderAPI) ForgotPasswordRequest(arg0 *cognitoidentityprovider.ForgotPasswordInput) (*request.Request, *cognitoidentityprovider.ForgotPasswordOutput)
ForgotPasswordRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ForgotPasswordWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ForgotPasswordWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ForgotPasswordInput, arg2 ...request.Option) (*cognitoidentityprovider.ForgotPasswordOutput, error)
ForgotPasswordWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetCSVHeader ¶
func (m *MockCognitoIdentityProviderAPI) GetCSVHeader(arg0 *cognitoidentityprovider.GetCSVHeaderInput) (*cognitoidentityprovider.GetCSVHeaderOutput, error)
GetCSVHeader mocks base method
func (*MockCognitoIdentityProviderAPI) GetCSVHeaderRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetCSVHeaderRequest(arg0 *cognitoidentityprovider.GetCSVHeaderInput) (*request.Request, *cognitoidentityprovider.GetCSVHeaderOutput)
GetCSVHeaderRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetCSVHeaderWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetCSVHeaderWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetCSVHeaderInput, arg2 ...request.Option) (*cognitoidentityprovider.GetCSVHeaderOutput, error)
GetCSVHeaderWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetDevice ¶
func (m *MockCognitoIdentityProviderAPI) GetDevice(arg0 *cognitoidentityprovider.GetDeviceInput) (*cognitoidentityprovider.GetDeviceOutput, error)
GetDevice mocks base method
func (*MockCognitoIdentityProviderAPI) GetDeviceRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetDeviceRequest(arg0 *cognitoidentityprovider.GetDeviceInput) (*request.Request, *cognitoidentityprovider.GetDeviceOutput)
GetDeviceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetDeviceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetDeviceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetDeviceInput, arg2 ...request.Option) (*cognitoidentityprovider.GetDeviceOutput, error)
GetDeviceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetGroup ¶
func (m *MockCognitoIdentityProviderAPI) GetGroup(arg0 *cognitoidentityprovider.GetGroupInput) (*cognitoidentityprovider.GetGroupOutput, error)
GetGroup mocks base method
func (*MockCognitoIdentityProviderAPI) GetGroupRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetGroupRequest(arg0 *cognitoidentityprovider.GetGroupInput) (*request.Request, *cognitoidentityprovider.GetGroupOutput)
GetGroupRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetGroupWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetGroupInput, arg2 ...request.Option) (*cognitoidentityprovider.GetGroupOutput, error)
GetGroupWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifier ¶
func (m *MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifier(arg0 *cognitoidentityprovider.GetIdentityProviderByIdentifierInput) (*cognitoidentityprovider.GetIdentityProviderByIdentifierOutput, error)
GetIdentityProviderByIdentifier mocks base method
func (*MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifierRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifierRequest(arg0 *cognitoidentityprovider.GetIdentityProviderByIdentifierInput) (*request.Request, *cognitoidentityprovider.GetIdentityProviderByIdentifierOutput)
GetIdentityProviderByIdentifierRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifierWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetIdentityProviderByIdentifierWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetIdentityProviderByIdentifierInput, arg2 ...request.Option) (*cognitoidentityprovider.GetIdentityProviderByIdentifierOutput, error)
GetIdentityProviderByIdentifierWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetSigningCertificate ¶
func (m *MockCognitoIdentityProviderAPI) GetSigningCertificate(arg0 *cognitoidentityprovider.GetSigningCertificateInput) (*cognitoidentityprovider.GetSigningCertificateOutput, error)
GetSigningCertificate mocks base method
func (*MockCognitoIdentityProviderAPI) GetSigningCertificateRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetSigningCertificateRequest(arg0 *cognitoidentityprovider.GetSigningCertificateInput) (*request.Request, *cognitoidentityprovider.GetSigningCertificateOutput)
GetSigningCertificateRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetSigningCertificateWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetSigningCertificateWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetSigningCertificateInput, arg2 ...request.Option) (*cognitoidentityprovider.GetSigningCertificateOutput, error)
GetSigningCertificateWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetUICustomization ¶
func (m *MockCognitoIdentityProviderAPI) GetUICustomization(arg0 *cognitoidentityprovider.GetUICustomizationInput) (*cognitoidentityprovider.GetUICustomizationOutput, error)
GetUICustomization mocks base method
func (*MockCognitoIdentityProviderAPI) GetUICustomizationRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetUICustomizationRequest(arg0 *cognitoidentityprovider.GetUICustomizationInput) (*request.Request, *cognitoidentityprovider.GetUICustomizationOutput)
GetUICustomizationRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetUICustomizationWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetUICustomizationWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetUICustomizationInput, arg2 ...request.Option) (*cognitoidentityprovider.GetUICustomizationOutput, error)
GetUICustomizationWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetUser ¶
func (m *MockCognitoIdentityProviderAPI) GetUser(arg0 *cognitoidentityprovider.GetUserInput) (*cognitoidentityprovider.GetUserOutput, error)
GetUser mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCode ¶
func (m *MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCode(arg0 *cognitoidentityprovider.GetUserAttributeVerificationCodeInput) (*cognitoidentityprovider.GetUserAttributeVerificationCodeOutput, error)
GetUserAttributeVerificationCode mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCodeRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCodeRequest(arg0 *cognitoidentityprovider.GetUserAttributeVerificationCodeInput) (*request.Request, *cognitoidentityprovider.GetUserAttributeVerificationCodeOutput)
GetUserAttributeVerificationCodeRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCodeWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetUserAttributeVerificationCodeWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetUserAttributeVerificationCodeInput, arg2 ...request.Option) (*cognitoidentityprovider.GetUserAttributeVerificationCodeOutput, error)
GetUserAttributeVerificationCodeWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserPoolMfaConfig ¶
func (m *MockCognitoIdentityProviderAPI) GetUserPoolMfaConfig(arg0 *cognitoidentityprovider.GetUserPoolMfaConfigInput) (*cognitoidentityprovider.GetUserPoolMfaConfigOutput, error)
GetUserPoolMfaConfig mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserPoolMfaConfigRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetUserPoolMfaConfigRequest(arg0 *cognitoidentityprovider.GetUserPoolMfaConfigInput) (*request.Request, *cognitoidentityprovider.GetUserPoolMfaConfigOutput)
GetUserPoolMfaConfigRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserPoolMfaConfigWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetUserPoolMfaConfigWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetUserPoolMfaConfigInput, arg2 ...request.Option) (*cognitoidentityprovider.GetUserPoolMfaConfigOutput, error)
GetUserPoolMfaConfigWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserRequest ¶
func (m *MockCognitoIdentityProviderAPI) GetUserRequest(arg0 *cognitoidentityprovider.GetUserInput) (*request.Request, *cognitoidentityprovider.GetUserOutput)
GetUserRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GetUserWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GetUserWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GetUserInput, arg2 ...request.Option) (*cognitoidentityprovider.GetUserOutput, error)
GetUserWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) GlobalSignOut ¶
func (m *MockCognitoIdentityProviderAPI) GlobalSignOut(arg0 *cognitoidentityprovider.GlobalSignOutInput) (*cognitoidentityprovider.GlobalSignOutOutput, error)
GlobalSignOut mocks base method
func (*MockCognitoIdentityProviderAPI) GlobalSignOutRequest ¶
func (m *MockCognitoIdentityProviderAPI) GlobalSignOutRequest(arg0 *cognitoidentityprovider.GlobalSignOutInput) (*request.Request, *cognitoidentityprovider.GlobalSignOutOutput)
GlobalSignOutRequest mocks base method
func (*MockCognitoIdentityProviderAPI) GlobalSignOutWithContext ¶
func (m *MockCognitoIdentityProviderAPI) GlobalSignOutWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.GlobalSignOutInput, arg2 ...request.Option) (*cognitoidentityprovider.GlobalSignOutOutput, error)
GlobalSignOutWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) InitiateAuth ¶
func (m *MockCognitoIdentityProviderAPI) InitiateAuth(arg0 *cognitoidentityprovider.InitiateAuthInput) (*cognitoidentityprovider.InitiateAuthOutput, error)
InitiateAuth mocks base method
func (*MockCognitoIdentityProviderAPI) InitiateAuthRequest ¶
func (m *MockCognitoIdentityProviderAPI) InitiateAuthRequest(arg0 *cognitoidentityprovider.InitiateAuthInput) (*request.Request, *cognitoidentityprovider.InitiateAuthOutput)
InitiateAuthRequest mocks base method
func (*MockCognitoIdentityProviderAPI) InitiateAuthWithContext ¶
func (m *MockCognitoIdentityProviderAPI) InitiateAuthWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.InitiateAuthInput, arg2 ...request.Option) (*cognitoidentityprovider.InitiateAuthOutput, error)
InitiateAuthWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListDevices ¶
func (m *MockCognitoIdentityProviderAPI) ListDevices(arg0 *cognitoidentityprovider.ListDevicesInput) (*cognitoidentityprovider.ListDevicesOutput, error)
ListDevices mocks base method
func (*MockCognitoIdentityProviderAPI) ListDevicesRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListDevicesRequest(arg0 *cognitoidentityprovider.ListDevicesInput) (*request.Request, *cognitoidentityprovider.ListDevicesOutput)
ListDevicesRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListDevicesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListDevicesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListDevicesInput, arg2 ...request.Option) (*cognitoidentityprovider.ListDevicesOutput, error)
ListDevicesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListGroups ¶
func (m *MockCognitoIdentityProviderAPI) ListGroups(arg0 *cognitoidentityprovider.ListGroupsInput) (*cognitoidentityprovider.ListGroupsOutput, error)
ListGroups mocks base method
func (*MockCognitoIdentityProviderAPI) ListGroupsPages ¶
func (m *MockCognitoIdentityProviderAPI) ListGroupsPages(arg0 *cognitoidentityprovider.ListGroupsInput, arg1 func(*cognitoidentityprovider.ListGroupsOutput, bool) bool) error
ListGroupsPages mocks base method
func (*MockCognitoIdentityProviderAPI) ListGroupsPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListGroupsInput, arg2 func(*cognitoidentityprovider.ListGroupsOutput, bool) bool, arg3 ...request.Option) error
ListGroupsPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListGroupsRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListGroupsRequest(arg0 *cognitoidentityprovider.ListGroupsInput) (*request.Request, *cognitoidentityprovider.ListGroupsOutput)
ListGroupsRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListGroupsWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListGroupsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListGroupsInput, arg2 ...request.Option) (*cognitoidentityprovider.ListGroupsOutput, error)
ListGroupsWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListIdentityProviders ¶
func (m *MockCognitoIdentityProviderAPI) ListIdentityProviders(arg0 *cognitoidentityprovider.ListIdentityProvidersInput) (*cognitoidentityprovider.ListIdentityProvidersOutput, error)
ListIdentityProviders mocks base method
func (*MockCognitoIdentityProviderAPI) ListIdentityProvidersPages ¶
func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersPages(arg0 *cognitoidentityprovider.ListIdentityProvidersInput, arg1 func(*cognitoidentityprovider.ListIdentityProvidersOutput, bool) bool) error
ListIdentityProvidersPages mocks base method
func (*MockCognitoIdentityProviderAPI) ListIdentityProvidersPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListIdentityProvidersInput, arg2 func(*cognitoidentityprovider.ListIdentityProvidersOutput, bool) bool, arg3 ...request.Option) error
ListIdentityProvidersPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListIdentityProvidersRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersRequest(arg0 *cognitoidentityprovider.ListIdentityProvidersInput) (*request.Request, *cognitoidentityprovider.ListIdentityProvidersOutput)
ListIdentityProvidersRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListIdentityProvidersWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListIdentityProvidersWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListIdentityProvidersInput, arg2 ...request.Option) (*cognitoidentityprovider.ListIdentityProvidersOutput, error)
ListIdentityProvidersWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListResourceServers ¶
func (m *MockCognitoIdentityProviderAPI) ListResourceServers(arg0 *cognitoidentityprovider.ListResourceServersInput) (*cognitoidentityprovider.ListResourceServersOutput, error)
ListResourceServers mocks base method
func (*MockCognitoIdentityProviderAPI) ListResourceServersPages ¶
func (m *MockCognitoIdentityProviderAPI) ListResourceServersPages(arg0 *cognitoidentityprovider.ListResourceServersInput, arg1 func(*cognitoidentityprovider.ListResourceServersOutput, bool) bool) error
ListResourceServersPages mocks base method
func (*MockCognitoIdentityProviderAPI) ListResourceServersPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListResourceServersPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListResourceServersInput, arg2 func(*cognitoidentityprovider.ListResourceServersOutput, bool) bool, arg3 ...request.Option) error
ListResourceServersPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListResourceServersRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListResourceServersRequest(arg0 *cognitoidentityprovider.ListResourceServersInput) (*request.Request, *cognitoidentityprovider.ListResourceServersOutput)
ListResourceServersRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListResourceServersWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListResourceServersWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListResourceServersInput, arg2 ...request.Option) (*cognitoidentityprovider.ListResourceServersOutput, error)
ListResourceServersWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListTagsForResource ¶
func (m *MockCognitoIdentityProviderAPI) ListTagsForResource(arg0 *cognitoidentityprovider.ListTagsForResourceInput) (*cognitoidentityprovider.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockCognitoIdentityProviderAPI) ListTagsForResourceRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListTagsForResourceRequest(arg0 *cognitoidentityprovider.ListTagsForResourceInput) (*request.Request, *cognitoidentityprovider.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListTagsForResourceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListTagsForResourceInput, arg2 ...request.Option) (*cognitoidentityprovider.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserImportJobs ¶
func (m *MockCognitoIdentityProviderAPI) ListUserImportJobs(arg0 *cognitoidentityprovider.ListUserImportJobsInput) (*cognitoidentityprovider.ListUserImportJobsOutput, error)
ListUserImportJobs mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserImportJobsRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListUserImportJobsRequest(arg0 *cognitoidentityprovider.ListUserImportJobsInput) (*request.Request, *cognitoidentityprovider.ListUserImportJobsOutput)
ListUserImportJobsRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserImportJobsWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUserImportJobsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserImportJobsInput, arg2 ...request.Option) (*cognitoidentityprovider.ListUserImportJobsOutput, error)
ListUserImportJobsWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolClients ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolClients(arg0 *cognitoidentityprovider.ListUserPoolClientsInput) (*cognitoidentityprovider.ListUserPoolClientsOutput, error)
ListUserPoolClients mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolClientsPages ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsPages(arg0 *cognitoidentityprovider.ListUserPoolClientsInput, arg1 func(*cognitoidentityprovider.ListUserPoolClientsOutput, bool) bool) error
ListUserPoolClientsPages mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolClientsPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolClientsInput, arg2 func(*cognitoidentityprovider.ListUserPoolClientsOutput, bool) bool, arg3 ...request.Option) error
ListUserPoolClientsPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolClientsRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsRequest(arg0 *cognitoidentityprovider.ListUserPoolClientsInput) (*request.Request, *cognitoidentityprovider.ListUserPoolClientsOutput)
ListUserPoolClientsRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolClientsWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolClientsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolClientsInput, arg2 ...request.Option) (*cognitoidentityprovider.ListUserPoolClientsOutput, error)
ListUserPoolClientsWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPools ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPools(arg0 *cognitoidentityprovider.ListUserPoolsInput) (*cognitoidentityprovider.ListUserPoolsOutput, error)
ListUserPools mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolsPages ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolsPages(arg0 *cognitoidentityprovider.ListUserPoolsInput, arg1 func(*cognitoidentityprovider.ListUserPoolsOutput, bool) bool) error
ListUserPoolsPages mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolsPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolsPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolsInput, arg2 func(*cognitoidentityprovider.ListUserPoolsOutput, bool) bool, arg3 ...request.Option) error
ListUserPoolsPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolsRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolsRequest(arg0 *cognitoidentityprovider.ListUserPoolsInput) (*request.Request, *cognitoidentityprovider.ListUserPoolsOutput)
ListUserPoolsRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListUserPoolsWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUserPoolsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUserPoolsInput, arg2 ...request.Option) (*cognitoidentityprovider.ListUserPoolsOutput, error)
ListUserPoolsWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsers ¶
func (m *MockCognitoIdentityProviderAPI) ListUsers(arg0 *cognitoidentityprovider.ListUsersInput) (*cognitoidentityprovider.ListUsersOutput, error)
ListUsers mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersInGroup ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersInGroup(arg0 *cognitoidentityprovider.ListUsersInGroupInput) (*cognitoidentityprovider.ListUsersInGroupOutput, error)
ListUsersInGroup mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersInGroupPages ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupPages(arg0 *cognitoidentityprovider.ListUsersInGroupInput, arg1 func(*cognitoidentityprovider.ListUsersInGroupOutput, bool) bool) error
ListUsersInGroupPages mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersInGroupPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInGroupInput, arg2 func(*cognitoidentityprovider.ListUsersInGroupOutput, bool) bool, arg3 ...request.Option) error
ListUsersInGroupPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersInGroupRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupRequest(arg0 *cognitoidentityprovider.ListUsersInGroupInput) (*request.Request, *cognitoidentityprovider.ListUsersInGroupOutput)
ListUsersInGroupRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersInGroupWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersInGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInGroupInput, arg2 ...request.Option) (*cognitoidentityprovider.ListUsersInGroupOutput, error)
ListUsersInGroupWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersPages ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersPages(arg0 *cognitoidentityprovider.ListUsersInput, arg1 func(*cognitoidentityprovider.ListUsersOutput, bool) bool) error
ListUsersPages mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersPagesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersPagesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInput, arg2 func(*cognitoidentityprovider.ListUsersOutput, bool) bool, arg3 ...request.Option) error
ListUsersPagesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersRequest ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersRequest(arg0 *cognitoidentityprovider.ListUsersInput) (*request.Request, *cognitoidentityprovider.ListUsersOutput)
ListUsersRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ListUsersWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ListUsersWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ListUsersInput, arg2 ...request.Option) (*cognitoidentityprovider.ListUsersOutput, error)
ListUsersWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) ResendConfirmationCode ¶
func (m *MockCognitoIdentityProviderAPI) ResendConfirmationCode(arg0 *cognitoidentityprovider.ResendConfirmationCodeInput) (*cognitoidentityprovider.ResendConfirmationCodeOutput, error)
ResendConfirmationCode mocks base method
func (*MockCognitoIdentityProviderAPI) ResendConfirmationCodeRequest ¶
func (m *MockCognitoIdentityProviderAPI) ResendConfirmationCodeRequest(arg0 *cognitoidentityprovider.ResendConfirmationCodeInput) (*request.Request, *cognitoidentityprovider.ResendConfirmationCodeOutput)
ResendConfirmationCodeRequest mocks base method
func (*MockCognitoIdentityProviderAPI) ResendConfirmationCodeWithContext ¶
func (m *MockCognitoIdentityProviderAPI) ResendConfirmationCodeWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.ResendConfirmationCodeInput, arg2 ...request.Option) (*cognitoidentityprovider.ResendConfirmationCodeOutput, error)
ResendConfirmationCodeWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) RespondToAuthChallenge ¶
func (m *MockCognitoIdentityProviderAPI) RespondToAuthChallenge(arg0 *cognitoidentityprovider.RespondToAuthChallengeInput) (*cognitoidentityprovider.RespondToAuthChallengeOutput, error)
RespondToAuthChallenge mocks base method
func (*MockCognitoIdentityProviderAPI) RespondToAuthChallengeRequest ¶
func (m *MockCognitoIdentityProviderAPI) RespondToAuthChallengeRequest(arg0 *cognitoidentityprovider.RespondToAuthChallengeInput) (*request.Request, *cognitoidentityprovider.RespondToAuthChallengeOutput)
RespondToAuthChallengeRequest mocks base method
func (*MockCognitoIdentityProviderAPI) RespondToAuthChallengeWithContext ¶
func (m *MockCognitoIdentityProviderAPI) RespondToAuthChallengeWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.RespondToAuthChallengeInput, arg2 ...request.Option) (*cognitoidentityprovider.RespondToAuthChallengeOutput, error)
RespondToAuthChallengeWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) RevokeToken ¶
func (m *MockCognitoIdentityProviderAPI) RevokeToken(arg0 *cognitoidentityprovider.RevokeTokenInput) (*cognitoidentityprovider.RevokeTokenOutput, error)
RevokeToken mocks base method
func (*MockCognitoIdentityProviderAPI) RevokeTokenRequest ¶
func (m *MockCognitoIdentityProviderAPI) RevokeTokenRequest(arg0 *cognitoidentityprovider.RevokeTokenInput) (*request.Request, *cognitoidentityprovider.RevokeTokenOutput)
RevokeTokenRequest mocks base method
func (*MockCognitoIdentityProviderAPI) RevokeTokenWithContext ¶
func (m *MockCognitoIdentityProviderAPI) RevokeTokenWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.RevokeTokenInput, arg2 ...request.Option) (*cognitoidentityprovider.RevokeTokenOutput, error)
RevokeTokenWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) SetRiskConfiguration ¶
func (m *MockCognitoIdentityProviderAPI) SetRiskConfiguration(arg0 *cognitoidentityprovider.SetRiskConfigurationInput) (*cognitoidentityprovider.SetRiskConfigurationOutput, error)
SetRiskConfiguration mocks base method
func (*MockCognitoIdentityProviderAPI) SetRiskConfigurationRequest ¶
func (m *MockCognitoIdentityProviderAPI) SetRiskConfigurationRequest(arg0 *cognitoidentityprovider.SetRiskConfigurationInput) (*request.Request, *cognitoidentityprovider.SetRiskConfigurationOutput)
SetRiskConfigurationRequest mocks base method
func (*MockCognitoIdentityProviderAPI) SetRiskConfigurationWithContext ¶
func (m *MockCognitoIdentityProviderAPI) SetRiskConfigurationWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetRiskConfigurationInput, arg2 ...request.Option) (*cognitoidentityprovider.SetRiskConfigurationOutput, error)
SetRiskConfigurationWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) SetUICustomization ¶
func (m *MockCognitoIdentityProviderAPI) SetUICustomization(arg0 *cognitoidentityprovider.SetUICustomizationInput) (*cognitoidentityprovider.SetUICustomizationOutput, error)
SetUICustomization mocks base method
func (*MockCognitoIdentityProviderAPI) SetUICustomizationRequest ¶
func (m *MockCognitoIdentityProviderAPI) SetUICustomizationRequest(arg0 *cognitoidentityprovider.SetUICustomizationInput) (*request.Request, *cognitoidentityprovider.SetUICustomizationOutput)
SetUICustomizationRequest mocks base method
func (*MockCognitoIdentityProviderAPI) SetUICustomizationWithContext ¶
func (m *MockCognitoIdentityProviderAPI) SetUICustomizationWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUICustomizationInput, arg2 ...request.Option) (*cognitoidentityprovider.SetUICustomizationOutput, error)
SetUICustomizationWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserMFAPreference ¶
func (m *MockCognitoIdentityProviderAPI) SetUserMFAPreference(arg0 *cognitoidentityprovider.SetUserMFAPreferenceInput) (*cognitoidentityprovider.SetUserMFAPreferenceOutput, error)
SetUserMFAPreference mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserMFAPreferenceRequest ¶
func (m *MockCognitoIdentityProviderAPI) SetUserMFAPreferenceRequest(arg0 *cognitoidentityprovider.SetUserMFAPreferenceInput) (*request.Request, *cognitoidentityprovider.SetUserMFAPreferenceOutput)
SetUserMFAPreferenceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserMFAPreferenceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) SetUserMFAPreferenceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUserMFAPreferenceInput, arg2 ...request.Option) (*cognitoidentityprovider.SetUserMFAPreferenceOutput, error)
SetUserMFAPreferenceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserPoolMfaConfig ¶
func (m *MockCognitoIdentityProviderAPI) SetUserPoolMfaConfig(arg0 *cognitoidentityprovider.SetUserPoolMfaConfigInput) (*cognitoidentityprovider.SetUserPoolMfaConfigOutput, error)
SetUserPoolMfaConfig mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserPoolMfaConfigRequest ¶
func (m *MockCognitoIdentityProviderAPI) SetUserPoolMfaConfigRequest(arg0 *cognitoidentityprovider.SetUserPoolMfaConfigInput) (*request.Request, *cognitoidentityprovider.SetUserPoolMfaConfigOutput)
SetUserPoolMfaConfigRequest mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserPoolMfaConfigWithContext ¶
func (m *MockCognitoIdentityProviderAPI) SetUserPoolMfaConfigWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUserPoolMfaConfigInput, arg2 ...request.Option) (*cognitoidentityprovider.SetUserPoolMfaConfigOutput, error)
SetUserPoolMfaConfigWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserSettings ¶
func (m *MockCognitoIdentityProviderAPI) SetUserSettings(arg0 *cognitoidentityprovider.SetUserSettingsInput) (*cognitoidentityprovider.SetUserSettingsOutput, error)
SetUserSettings mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserSettingsRequest ¶
func (m *MockCognitoIdentityProviderAPI) SetUserSettingsRequest(arg0 *cognitoidentityprovider.SetUserSettingsInput) (*request.Request, *cognitoidentityprovider.SetUserSettingsOutput)
SetUserSettingsRequest mocks base method
func (*MockCognitoIdentityProviderAPI) SetUserSettingsWithContext ¶
func (m *MockCognitoIdentityProviderAPI) SetUserSettingsWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SetUserSettingsInput, arg2 ...request.Option) (*cognitoidentityprovider.SetUserSettingsOutput, error)
SetUserSettingsWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) SignUp ¶
func (m *MockCognitoIdentityProviderAPI) SignUp(arg0 *cognitoidentityprovider.SignUpInput) (*cognitoidentityprovider.SignUpOutput, error)
SignUp mocks base method
func (*MockCognitoIdentityProviderAPI) SignUpRequest ¶
func (m *MockCognitoIdentityProviderAPI) SignUpRequest(arg0 *cognitoidentityprovider.SignUpInput) (*request.Request, *cognitoidentityprovider.SignUpOutput)
SignUpRequest mocks base method
func (*MockCognitoIdentityProviderAPI) SignUpWithContext ¶
func (m *MockCognitoIdentityProviderAPI) SignUpWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.SignUpInput, arg2 ...request.Option) (*cognitoidentityprovider.SignUpOutput, error)
SignUpWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) StartUserImportJob ¶
func (m *MockCognitoIdentityProviderAPI) StartUserImportJob(arg0 *cognitoidentityprovider.StartUserImportJobInput) (*cognitoidentityprovider.StartUserImportJobOutput, error)
StartUserImportJob mocks base method
func (*MockCognitoIdentityProviderAPI) StartUserImportJobRequest ¶
func (m *MockCognitoIdentityProviderAPI) StartUserImportJobRequest(arg0 *cognitoidentityprovider.StartUserImportJobInput) (*request.Request, *cognitoidentityprovider.StartUserImportJobOutput)
StartUserImportJobRequest mocks base method
func (*MockCognitoIdentityProviderAPI) StartUserImportJobWithContext ¶
func (m *MockCognitoIdentityProviderAPI) StartUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.StartUserImportJobInput, arg2 ...request.Option) (*cognitoidentityprovider.StartUserImportJobOutput, error)
StartUserImportJobWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) StopUserImportJob ¶
func (m *MockCognitoIdentityProviderAPI) StopUserImportJob(arg0 *cognitoidentityprovider.StopUserImportJobInput) (*cognitoidentityprovider.StopUserImportJobOutput, error)
StopUserImportJob mocks base method
func (*MockCognitoIdentityProviderAPI) StopUserImportJobRequest ¶
func (m *MockCognitoIdentityProviderAPI) StopUserImportJobRequest(arg0 *cognitoidentityprovider.StopUserImportJobInput) (*request.Request, *cognitoidentityprovider.StopUserImportJobOutput)
StopUserImportJobRequest mocks base method
func (*MockCognitoIdentityProviderAPI) StopUserImportJobWithContext ¶
func (m *MockCognitoIdentityProviderAPI) StopUserImportJobWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.StopUserImportJobInput, arg2 ...request.Option) (*cognitoidentityprovider.StopUserImportJobOutput, error)
StopUserImportJobWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) TagResource ¶
func (m *MockCognitoIdentityProviderAPI) TagResource(arg0 *cognitoidentityprovider.TagResourceInput) (*cognitoidentityprovider.TagResourceOutput, error)
TagResource mocks base method
func (*MockCognitoIdentityProviderAPI) TagResourceRequest ¶
func (m *MockCognitoIdentityProviderAPI) TagResourceRequest(arg0 *cognitoidentityprovider.TagResourceInput) (*request.Request, *cognitoidentityprovider.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) TagResourceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) TagResourceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.TagResourceInput, arg2 ...request.Option) (*cognitoidentityprovider.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UntagResource ¶
func (m *MockCognitoIdentityProviderAPI) UntagResource(arg0 *cognitoidentityprovider.UntagResourceInput) (*cognitoidentityprovider.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockCognitoIdentityProviderAPI) UntagResourceRequest ¶
func (m *MockCognitoIdentityProviderAPI) UntagResourceRequest(arg0 *cognitoidentityprovider.UntagResourceInput) (*request.Request, *cognitoidentityprovider.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UntagResourceWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UntagResourceWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UntagResourceInput, arg2 ...request.Option) (*cognitoidentityprovider.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateAuthEventFeedback ¶
func (m *MockCognitoIdentityProviderAPI) UpdateAuthEventFeedback(arg0 *cognitoidentityprovider.UpdateAuthEventFeedbackInput) (*cognitoidentityprovider.UpdateAuthEventFeedbackOutput, error)
UpdateAuthEventFeedback mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateAuthEventFeedbackRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateAuthEventFeedbackRequest(arg0 *cognitoidentityprovider.UpdateAuthEventFeedbackInput) (*request.Request, *cognitoidentityprovider.UpdateAuthEventFeedbackOutput)
UpdateAuthEventFeedbackRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateAuthEventFeedbackWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateAuthEventFeedbackWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateAuthEventFeedbackInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateAuthEventFeedbackOutput, error)
UpdateAuthEventFeedbackWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateDeviceStatus ¶
func (m *MockCognitoIdentityProviderAPI) UpdateDeviceStatus(arg0 *cognitoidentityprovider.UpdateDeviceStatusInput) (*cognitoidentityprovider.UpdateDeviceStatusOutput, error)
UpdateDeviceStatus mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateDeviceStatusRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateDeviceStatusRequest(arg0 *cognitoidentityprovider.UpdateDeviceStatusInput) (*request.Request, *cognitoidentityprovider.UpdateDeviceStatusOutput)
UpdateDeviceStatusRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateDeviceStatusWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateDeviceStatusWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateDeviceStatusInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateDeviceStatusOutput, error)
UpdateDeviceStatusWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateGroup ¶
func (m *MockCognitoIdentityProviderAPI) UpdateGroup(arg0 *cognitoidentityprovider.UpdateGroupInput) (*cognitoidentityprovider.UpdateGroupOutput, error)
UpdateGroup mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateGroupRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateGroupRequest(arg0 *cognitoidentityprovider.UpdateGroupInput) (*request.Request, *cognitoidentityprovider.UpdateGroupOutput)
UpdateGroupRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateGroupWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateGroupWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateGroupInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateGroupOutput, error)
UpdateGroupWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateIdentityProvider ¶
func (m *MockCognitoIdentityProviderAPI) UpdateIdentityProvider(arg0 *cognitoidentityprovider.UpdateIdentityProviderInput) (*cognitoidentityprovider.UpdateIdentityProviderOutput, error)
UpdateIdentityProvider mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateIdentityProviderRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateIdentityProviderRequest(arg0 *cognitoidentityprovider.UpdateIdentityProviderInput) (*request.Request, *cognitoidentityprovider.UpdateIdentityProviderOutput)
UpdateIdentityProviderRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateIdentityProviderWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateIdentityProviderWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateIdentityProviderInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateIdentityProviderOutput, error)
UpdateIdentityProviderWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateResourceServer ¶
func (m *MockCognitoIdentityProviderAPI) UpdateResourceServer(arg0 *cognitoidentityprovider.UpdateResourceServerInput) (*cognitoidentityprovider.UpdateResourceServerOutput, error)
UpdateResourceServer mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateResourceServerRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateResourceServerRequest(arg0 *cognitoidentityprovider.UpdateResourceServerInput) (*request.Request, *cognitoidentityprovider.UpdateResourceServerOutput)
UpdateResourceServerRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateResourceServerWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateResourceServerWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateResourceServerInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateResourceServerOutput, error)
UpdateResourceServerWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserAttributes ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserAttributes(arg0 *cognitoidentityprovider.UpdateUserAttributesInput) (*cognitoidentityprovider.UpdateUserAttributesOutput, error)
UpdateUserAttributes mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserAttributesRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserAttributesRequest(arg0 *cognitoidentityprovider.UpdateUserAttributesInput) (*request.Request, *cognitoidentityprovider.UpdateUserAttributesOutput)
UpdateUserAttributesRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserAttributesWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserAttributesWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserAttributesInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateUserAttributesOutput, error)
UpdateUserAttributesWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPool ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPool(arg0 *cognitoidentityprovider.UpdateUserPoolInput) (*cognitoidentityprovider.UpdateUserPoolOutput, error)
UpdateUserPool mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolClient ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolClient(arg0 *cognitoidentityprovider.UpdateUserPoolClientInput) (*cognitoidentityprovider.UpdateUserPoolClientOutput, error)
UpdateUserPoolClient mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolClientRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolClientRequest(arg0 *cognitoidentityprovider.UpdateUserPoolClientInput) (*request.Request, *cognitoidentityprovider.UpdateUserPoolClientOutput)
UpdateUserPoolClientRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolClientWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolClientWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserPoolClientInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateUserPoolClientOutput, error)
UpdateUserPoolClientWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolDomain ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolDomain(arg0 *cognitoidentityprovider.UpdateUserPoolDomainInput) (*cognitoidentityprovider.UpdateUserPoolDomainOutput, error)
UpdateUserPoolDomain mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolDomainRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolDomainRequest(arg0 *cognitoidentityprovider.UpdateUserPoolDomainInput) (*request.Request, *cognitoidentityprovider.UpdateUserPoolDomainOutput)
UpdateUserPoolDomainRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolDomainWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolDomainWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserPoolDomainInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateUserPoolDomainOutput, error)
UpdateUserPoolDomainWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolRequest ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolRequest(arg0 *cognitoidentityprovider.UpdateUserPoolInput) (*request.Request, *cognitoidentityprovider.UpdateUserPoolOutput)
UpdateUserPoolRequest mocks base method
func (*MockCognitoIdentityProviderAPI) UpdateUserPoolWithContext ¶
func (m *MockCognitoIdentityProviderAPI) UpdateUserPoolWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.UpdateUserPoolInput, arg2 ...request.Option) (*cognitoidentityprovider.UpdateUserPoolOutput, error)
UpdateUserPoolWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) VerifySoftwareToken ¶
func (m *MockCognitoIdentityProviderAPI) VerifySoftwareToken(arg0 *cognitoidentityprovider.VerifySoftwareTokenInput) (*cognitoidentityprovider.VerifySoftwareTokenOutput, error)
VerifySoftwareToken mocks base method
func (*MockCognitoIdentityProviderAPI) VerifySoftwareTokenRequest ¶
func (m *MockCognitoIdentityProviderAPI) VerifySoftwareTokenRequest(arg0 *cognitoidentityprovider.VerifySoftwareTokenInput) (*request.Request, *cognitoidentityprovider.VerifySoftwareTokenOutput)
VerifySoftwareTokenRequest mocks base method
func (*MockCognitoIdentityProviderAPI) VerifySoftwareTokenWithContext ¶
func (m *MockCognitoIdentityProviderAPI) VerifySoftwareTokenWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.VerifySoftwareTokenInput, arg2 ...request.Option) (*cognitoidentityprovider.VerifySoftwareTokenOutput, error)
VerifySoftwareTokenWithContext mocks base method
func (*MockCognitoIdentityProviderAPI) VerifyUserAttribute ¶
func (m *MockCognitoIdentityProviderAPI) VerifyUserAttribute(arg0 *cognitoidentityprovider.VerifyUserAttributeInput) (*cognitoidentityprovider.VerifyUserAttributeOutput, error)
VerifyUserAttribute mocks base method
func (*MockCognitoIdentityProviderAPI) VerifyUserAttributeRequest ¶
func (m *MockCognitoIdentityProviderAPI) VerifyUserAttributeRequest(arg0 *cognitoidentityprovider.VerifyUserAttributeInput) (*request.Request, *cognitoidentityprovider.VerifyUserAttributeOutput)
VerifyUserAttributeRequest mocks base method
func (*MockCognitoIdentityProviderAPI) VerifyUserAttributeWithContext ¶
func (m *MockCognitoIdentityProviderAPI) VerifyUserAttributeWithContext(arg0 context.Context, arg1 *cognitoidentityprovider.VerifyUserAttributeInput, arg2 ...request.Option) (*cognitoidentityprovider.VerifyUserAttributeOutput, error)
VerifyUserAttributeWithContext mocks base method
type MockCognitoIdentityProviderAPIMockRecorder ¶
type MockCognitoIdentityProviderAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockCognitoIdentityProviderAPIMockRecorder is the mock recorder for MockCognitoIdentityProviderAPI
func (*MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributes ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributes(arg0 interface{}) *gomock.Call
AddCustomAttributes indicates an expected call of AddCustomAttributes
func (*MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributesRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributesRequest(arg0 interface{}) *gomock.Call
AddCustomAttributesRequest indicates an expected call of AddCustomAttributesRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AddCustomAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AddCustomAttributesWithContext indicates an expected call of AddCustomAttributesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroup ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroup(arg0 interface{}) *gomock.Call
AdminAddUserToGroup indicates an expected call of AdminAddUserToGroup
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroupRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroupRequest(arg0 interface{}) *gomock.Call
AdminAddUserToGroupRequest indicates an expected call of AdminAddUserToGroupRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroupWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminAddUserToGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminAddUserToGroupWithContext indicates an expected call of AdminAddUserToGroupWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUp ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUp(arg0 interface{}) *gomock.Call
AdminConfirmSignUp indicates an expected call of AdminConfirmSignUp
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUpRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUpRequest(arg0 interface{}) *gomock.Call
AdminConfirmSignUpRequest indicates an expected call of AdminConfirmSignUpRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUpWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminConfirmSignUpWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminConfirmSignUpWithContext indicates an expected call of AdminConfirmSignUpWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUser(arg0 interface{}) *gomock.Call
AdminCreateUser indicates an expected call of AdminCreateUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUserRequest(arg0 interface{}) *gomock.Call
AdminCreateUserRequest indicates an expected call of AdminCreateUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminCreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminCreateUserWithContext indicates an expected call of AdminCreateUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUser(arg0 interface{}) *gomock.Call
AdminDeleteUser indicates an expected call of AdminDeleteUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributes ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributes(arg0 interface{}) *gomock.Call
AdminDeleteUserAttributes indicates an expected call of AdminDeleteUserAttributes
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributesRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributesRequest(arg0 interface{}) *gomock.Call
AdminDeleteUserAttributesRequest indicates an expected call of AdminDeleteUserAttributesRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminDeleteUserAttributesWithContext indicates an expected call of AdminDeleteUserAttributesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserRequest(arg0 interface{}) *gomock.Call
AdminDeleteUserRequest indicates an expected call of AdminDeleteUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminDeleteUserWithContext indicates an expected call of AdminDeleteUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUser(arg0 interface{}) *gomock.Call
AdminDisableProviderForUser indicates an expected call of AdminDisableProviderForUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUserRequest(arg0 interface{}) *gomock.Call
AdminDisableProviderForUserRequest indicates an expected call of AdminDisableProviderForUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableProviderForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminDisableProviderForUserWithContext indicates an expected call of AdminDisableProviderForUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUser(arg0 interface{}) *gomock.Call
AdminDisableUser indicates an expected call of AdminDisableUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUserRequest(arg0 interface{}) *gomock.Call
AdminDisableUserRequest indicates an expected call of AdminDisableUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminDisableUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminDisableUserWithContext indicates an expected call of AdminDisableUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUser(arg0 interface{}) *gomock.Call
AdminEnableUser indicates an expected call of AdminEnableUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUserRequest(arg0 interface{}) *gomock.Call
AdminEnableUserRequest indicates an expected call of AdminEnableUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminEnableUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminEnableUserWithContext indicates an expected call of AdminEnableUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDevice ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDevice(arg0 interface{}) *gomock.Call
AdminForgetDevice indicates an expected call of AdminForgetDevice
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDeviceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDeviceRequest(arg0 interface{}) *gomock.Call
AdminForgetDeviceRequest indicates an expected call of AdminForgetDeviceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDeviceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminForgetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminForgetDeviceWithContext indicates an expected call of AdminForgetDeviceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminGetDevice ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetDevice(arg0 interface{}) *gomock.Call
AdminGetDevice indicates an expected call of AdminGetDevice
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminGetDeviceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetDeviceRequest(arg0 interface{}) *gomock.Call
AdminGetDeviceRequest indicates an expected call of AdminGetDeviceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminGetDeviceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminGetDeviceWithContext indicates an expected call of AdminGetDeviceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminGetUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetUser(arg0 interface{}) *gomock.Call
AdminGetUser indicates an expected call of AdminGetUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminGetUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetUserRequest(arg0 interface{}) *gomock.Call
AdminGetUserRequest indicates an expected call of AdminGetUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminGetUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminGetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminGetUserWithContext indicates an expected call of AdminGetUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuth ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuth(arg0 interface{}) *gomock.Call
AdminInitiateAuth indicates an expected call of AdminInitiateAuth
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuthRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuthRequest(arg0 interface{}) *gomock.Call
AdminInitiateAuthRequest indicates an expected call of AdminInitiateAuthRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuthWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminInitiateAuthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminInitiateAuthWithContext indicates an expected call of AdminInitiateAuthWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUser(arg0 interface{}) *gomock.Call
AdminLinkProviderForUser indicates an expected call of AdminLinkProviderForUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUserRequest(arg0 interface{}) *gomock.Call
AdminLinkProviderForUserRequest indicates an expected call of AdminLinkProviderForUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminLinkProviderForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminLinkProviderForUserWithContext indicates an expected call of AdminLinkProviderForUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListDevices ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListDevices(arg0 interface{}) *gomock.Call
AdminListDevices indicates an expected call of AdminListDevices
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListDevicesRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListDevicesRequest(arg0 interface{}) *gomock.Call
AdminListDevicesRequest indicates an expected call of AdminListDevicesRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListDevicesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListDevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminListDevicesWithContext indicates an expected call of AdminListDevicesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUser(arg0 interface{}) *gomock.Call
AdminListGroupsForUser indicates an expected call of AdminListGroupsForUser
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserPages(arg0, arg1 interface{}) *gomock.Call
AdminListGroupsForUserPages indicates an expected call of AdminListGroupsForUserPages
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
AdminListGroupsForUserPagesWithContext indicates an expected call of AdminListGroupsForUserPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserRequest(arg0 interface{}) *gomock.Call
AdminListGroupsForUserRequest indicates an expected call of AdminListGroupsForUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListGroupsForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminListGroupsForUserWithContext indicates an expected call of AdminListGroupsForUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEvents ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEvents(arg0 interface{}) *gomock.Call
AdminListUserAuthEvents indicates an expected call of AdminListUserAuthEvents
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsPages(arg0, arg1 interface{}) *gomock.Call
AdminListUserAuthEventsPages indicates an expected call of AdminListUserAuthEventsPages
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
AdminListUserAuthEventsPagesWithContext indicates an expected call of AdminListUserAuthEventsPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsRequest(arg0 interface{}) *gomock.Call
AdminListUserAuthEventsRequest indicates an expected call of AdminListUserAuthEventsRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminListUserAuthEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminListUserAuthEventsWithContext indicates an expected call of AdminListUserAuthEventsWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroup ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroup(arg0 interface{}) *gomock.Call
AdminRemoveUserFromGroup indicates an expected call of AdminRemoveUserFromGroup
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroupRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroupRequest(arg0 interface{}) *gomock.Call
AdminRemoveUserFromGroupRequest indicates an expected call of AdminRemoveUserFromGroupRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroupWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRemoveUserFromGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminRemoveUserFromGroupWithContext indicates an expected call of AdminRemoveUserFromGroupWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPassword ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPassword(arg0 interface{}) *gomock.Call
AdminResetUserPassword indicates an expected call of AdminResetUserPassword
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPasswordRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPasswordRequest(arg0 interface{}) *gomock.Call
AdminResetUserPasswordRequest indicates an expected call of AdminResetUserPasswordRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPasswordWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminResetUserPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminResetUserPasswordWithContext indicates an expected call of AdminResetUserPasswordWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallenge ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallenge(arg0 interface{}) *gomock.Call
AdminRespondToAuthChallenge indicates an expected call of AdminRespondToAuthChallenge
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallengeRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallengeRequest(arg0 interface{}) *gomock.Call
AdminRespondToAuthChallengeRequest indicates an expected call of AdminRespondToAuthChallengeRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallengeWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminRespondToAuthChallengeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminRespondToAuthChallengeWithContext indicates an expected call of AdminRespondToAuthChallengeWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreference ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreference(arg0 interface{}) *gomock.Call
AdminSetUserMFAPreference indicates an expected call of AdminSetUserMFAPreference
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreferenceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreferenceRequest(arg0 interface{}) *gomock.Call
AdminSetUserMFAPreferenceRequest indicates an expected call of AdminSetUserMFAPreferenceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreferenceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserMFAPreferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminSetUserMFAPreferenceWithContext indicates an expected call of AdminSetUserMFAPreferenceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPassword ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPassword(arg0 interface{}) *gomock.Call
AdminSetUserPassword indicates an expected call of AdminSetUserPassword
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPasswordRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPasswordRequest(arg0 interface{}) *gomock.Call
AdminSetUserPasswordRequest indicates an expected call of AdminSetUserPasswordRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPasswordWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminSetUserPasswordWithContext indicates an expected call of AdminSetUserPasswordWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettings ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettings(arg0 interface{}) *gomock.Call
AdminSetUserSettings indicates an expected call of AdminSetUserSettings
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettingsRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettingsRequest(arg0 interface{}) *gomock.Call
AdminSetUserSettingsRequest indicates an expected call of AdminSetUserSettingsRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettingsWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminSetUserSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminSetUserSettingsWithContext indicates an expected call of AdminSetUserSettingsWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedback ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedback(arg0 interface{}) *gomock.Call
AdminUpdateAuthEventFeedback indicates an expected call of AdminUpdateAuthEventFeedback
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedbackRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedbackRequest(arg0 interface{}) *gomock.Call
AdminUpdateAuthEventFeedbackRequest indicates an expected call of AdminUpdateAuthEventFeedbackRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedbackWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateAuthEventFeedbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminUpdateAuthEventFeedbackWithContext indicates an expected call of AdminUpdateAuthEventFeedbackWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatus ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatus(arg0 interface{}) *gomock.Call
AdminUpdateDeviceStatus indicates an expected call of AdminUpdateDeviceStatus
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatusRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatusRequest(arg0 interface{}) *gomock.Call
AdminUpdateDeviceStatusRequest indicates an expected call of AdminUpdateDeviceStatusRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatusWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateDeviceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminUpdateDeviceStatusWithContext indicates an expected call of AdminUpdateDeviceStatusWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributes ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributes(arg0 interface{}) *gomock.Call
AdminUpdateUserAttributes indicates an expected call of AdminUpdateUserAttributes
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributesRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributesRequest(arg0 interface{}) *gomock.Call
AdminUpdateUserAttributesRequest indicates an expected call of AdminUpdateUserAttributesRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUpdateUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminUpdateUserAttributesWithContext indicates an expected call of AdminUpdateUserAttributesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOut ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOut(arg0 interface{}) *gomock.Call
AdminUserGlobalSignOut indicates an expected call of AdminUserGlobalSignOut
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOutRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOutRequest(arg0 interface{}) *gomock.Call
AdminUserGlobalSignOutRequest indicates an expected call of AdminUserGlobalSignOutRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOutWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AdminUserGlobalSignOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AdminUserGlobalSignOutWithContext indicates an expected call of AdminUserGlobalSignOutWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareToken ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareToken(arg0 interface{}) *gomock.Call
AssociateSoftwareToken indicates an expected call of AssociateSoftwareToken
func (*MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareTokenRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareTokenRequest(arg0 interface{}) *gomock.Call
AssociateSoftwareTokenRequest indicates an expected call of AssociateSoftwareTokenRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareTokenWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) AssociateSoftwareTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
AssociateSoftwareTokenWithContext indicates an expected call of AssociateSoftwareTokenWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ChangePassword ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ChangePassword(arg0 interface{}) *gomock.Call
ChangePassword indicates an expected call of ChangePassword
func (*MockCognitoIdentityProviderAPIMockRecorder) ChangePasswordRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ChangePasswordRequest(arg0 interface{}) *gomock.Call
ChangePasswordRequest indicates an expected call of ChangePasswordRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ChangePasswordWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ChangePasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ChangePasswordWithContext indicates an expected call of ChangePasswordWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmDevice ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmDevice(arg0 interface{}) *gomock.Call
ConfirmDevice indicates an expected call of ConfirmDevice
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmDeviceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmDeviceRequest(arg0 interface{}) *gomock.Call
ConfirmDeviceRequest indicates an expected call of ConfirmDeviceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmDeviceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ConfirmDeviceWithContext indicates an expected call of ConfirmDeviceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPassword ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPassword(arg0 interface{}) *gomock.Call
ConfirmForgotPassword indicates an expected call of ConfirmForgotPassword
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPasswordRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPasswordRequest(arg0 interface{}) *gomock.Call
ConfirmForgotPasswordRequest indicates an expected call of ConfirmForgotPasswordRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPasswordWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmForgotPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ConfirmForgotPasswordWithContext indicates an expected call of ConfirmForgotPasswordWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUp ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUp(arg0 interface{}) *gomock.Call
ConfirmSignUp indicates an expected call of ConfirmSignUp
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUpRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUpRequest(arg0 interface{}) *gomock.Call
ConfirmSignUpRequest indicates an expected call of ConfirmSignUpRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUpWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ConfirmSignUpWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ConfirmSignUpWithContext indicates an expected call of ConfirmSignUpWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateGroup ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call
CreateGroup indicates an expected call of CreateGroup
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateGroupRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call
CreateGroupRequest indicates an expected call of CreateGroupRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateGroupWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateGroupWithContext indicates an expected call of CreateGroupWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProvider ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProvider(arg0 interface{}) *gomock.Call
CreateIdentityProvider indicates an expected call of CreateIdentityProvider
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProviderRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProviderRequest(arg0 interface{}) *gomock.Call
CreateIdentityProviderRequest indicates an expected call of CreateIdentityProviderRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProviderWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateIdentityProviderWithContext indicates an expected call of CreateIdentityProviderWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServer ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServer(arg0 interface{}) *gomock.Call
CreateResourceServer indicates an expected call of CreateResourceServer
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServerRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServerRequest(arg0 interface{}) *gomock.Call
CreateResourceServerRequest indicates an expected call of CreateResourceServerRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServerWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateResourceServerWithContext indicates an expected call of CreateResourceServerWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJob ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJob(arg0 interface{}) *gomock.Call
CreateUserImportJob indicates an expected call of CreateUserImportJob
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJobRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJobRequest(arg0 interface{}) *gomock.Call
CreateUserImportJobRequest indicates an expected call of CreateUserImportJobRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJobWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateUserImportJobWithContext indicates an expected call of CreateUserImportJobWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPool ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPool(arg0 interface{}) *gomock.Call
CreateUserPool indicates an expected call of CreateUserPool
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClient ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClient(arg0 interface{}) *gomock.Call
CreateUserPoolClient indicates an expected call of CreateUserPoolClient
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClientRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClientRequest(arg0 interface{}) *gomock.Call
CreateUserPoolClientRequest indicates an expected call of CreateUserPoolClientRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClientWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateUserPoolClientWithContext indicates an expected call of CreateUserPoolClientWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomain ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomain(arg0 interface{}) *gomock.Call
CreateUserPoolDomain indicates an expected call of CreateUserPoolDomain
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomainRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomainRequest(arg0 interface{}) *gomock.Call
CreateUserPoolDomainRequest indicates an expected call of CreateUserPoolDomainRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomainWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateUserPoolDomainWithContext indicates an expected call of CreateUserPoolDomainWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolRequest(arg0 interface{}) *gomock.Call
CreateUserPoolRequest indicates an expected call of CreateUserPoolRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) CreateUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateUserPoolWithContext indicates an expected call of CreateUserPoolWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteGroup ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call
DeleteGroup indicates an expected call of DeleteGroup
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteGroupRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call
DeleteGroupRequest indicates an expected call of DeleteGroupRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteGroupWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteGroupWithContext indicates an expected call of DeleteGroupWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProvider ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProvider(arg0 interface{}) *gomock.Call
DeleteIdentityProvider indicates an expected call of DeleteIdentityProvider
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProviderRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProviderRequest(arg0 interface{}) *gomock.Call
DeleteIdentityProviderRequest indicates an expected call of DeleteIdentityProviderRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProviderWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteIdentityProviderWithContext indicates an expected call of DeleteIdentityProviderWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServer ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServer(arg0 interface{}) *gomock.Call
DeleteResourceServer indicates an expected call of DeleteResourceServer
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServerRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServerRequest(arg0 interface{}) *gomock.Call
DeleteResourceServerRequest indicates an expected call of DeleteResourceServerRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServerWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteResourceServerWithContext indicates an expected call of DeleteResourceServerWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call
DeleteUser indicates an expected call of DeleteUser
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributes ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributes(arg0 interface{}) *gomock.Call
DeleteUserAttributes indicates an expected call of DeleteUserAttributes
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributesRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributesRequest(arg0 interface{}) *gomock.Call
DeleteUserAttributesRequest indicates an expected call of DeleteUserAttributesRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUserAttributesWithContext indicates an expected call of DeleteUserAttributesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPool ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPool(arg0 interface{}) *gomock.Call
DeleteUserPool indicates an expected call of DeleteUserPool
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClient ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClient(arg0 interface{}) *gomock.Call
DeleteUserPoolClient indicates an expected call of DeleteUserPoolClient
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClientRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClientRequest(arg0 interface{}) *gomock.Call
DeleteUserPoolClientRequest indicates an expected call of DeleteUserPoolClientRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClientWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUserPoolClientWithContext indicates an expected call of DeleteUserPoolClientWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomain ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomain(arg0 interface{}) *gomock.Call
DeleteUserPoolDomain indicates an expected call of DeleteUserPoolDomain
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomainRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomainRequest(arg0 interface{}) *gomock.Call
DeleteUserPoolDomainRequest indicates an expected call of DeleteUserPoolDomainRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomainWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUserPoolDomainWithContext indicates an expected call of DeleteUserPoolDomainWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolRequest(arg0 interface{}) *gomock.Call
DeleteUserPoolRequest indicates an expected call of DeleteUserPoolRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUserPoolWithContext indicates an expected call of DeleteUserPoolWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call
DeleteUserRequest indicates an expected call of DeleteUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DeleteUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteUserWithContext indicates an expected call of DeleteUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProvider ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProvider(arg0 interface{}) *gomock.Call
DescribeIdentityProvider indicates an expected call of DescribeIdentityProvider
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProviderRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProviderRequest(arg0 interface{}) *gomock.Call
DescribeIdentityProviderRequest indicates an expected call of DescribeIdentityProviderRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProviderWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeIdentityProviderWithContext indicates an expected call of DescribeIdentityProviderWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServer ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServer(arg0 interface{}) *gomock.Call
DescribeResourceServer indicates an expected call of DescribeResourceServer
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServerRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServerRequest(arg0 interface{}) *gomock.Call
DescribeResourceServerRequest indicates an expected call of DescribeResourceServerRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServerWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeResourceServerWithContext indicates an expected call of DescribeResourceServerWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfiguration ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfiguration(arg0 interface{}) *gomock.Call
DescribeRiskConfiguration indicates an expected call of DescribeRiskConfiguration
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfigurationRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfigurationRequest(arg0 interface{}) *gomock.Call
DescribeRiskConfigurationRequest indicates an expected call of DescribeRiskConfigurationRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfigurationWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeRiskConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeRiskConfigurationWithContext indicates an expected call of DescribeRiskConfigurationWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJob ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJob(arg0 interface{}) *gomock.Call
DescribeUserImportJob indicates an expected call of DescribeUserImportJob
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJobRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJobRequest(arg0 interface{}) *gomock.Call
DescribeUserImportJobRequest indicates an expected call of DescribeUserImportJobRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJobWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeUserImportJobWithContext indicates an expected call of DescribeUserImportJobWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPool ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPool(arg0 interface{}) *gomock.Call
DescribeUserPool indicates an expected call of DescribeUserPool
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClient ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClient(arg0 interface{}) *gomock.Call
DescribeUserPoolClient indicates an expected call of DescribeUserPoolClient
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClientRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClientRequest(arg0 interface{}) *gomock.Call
DescribeUserPoolClientRequest indicates an expected call of DescribeUserPoolClientRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClientWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeUserPoolClientWithContext indicates an expected call of DescribeUserPoolClientWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomain ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomain(arg0 interface{}) *gomock.Call
DescribeUserPoolDomain indicates an expected call of DescribeUserPoolDomain
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomainRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomainRequest(arg0 interface{}) *gomock.Call
DescribeUserPoolDomainRequest indicates an expected call of DescribeUserPoolDomainRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomainWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeUserPoolDomainWithContext indicates an expected call of DescribeUserPoolDomainWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolRequest(arg0 interface{}) *gomock.Call
DescribeUserPoolRequest indicates an expected call of DescribeUserPoolRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) DescribeUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeUserPoolWithContext indicates an expected call of DescribeUserPoolWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ForgetDevice ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgetDevice(arg0 interface{}) *gomock.Call
ForgetDevice indicates an expected call of ForgetDevice
func (*MockCognitoIdentityProviderAPIMockRecorder) ForgetDeviceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgetDeviceRequest(arg0 interface{}) *gomock.Call
ForgetDeviceRequest indicates an expected call of ForgetDeviceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ForgetDeviceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ForgetDeviceWithContext indicates an expected call of ForgetDeviceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ForgotPassword ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgotPassword(arg0 interface{}) *gomock.Call
ForgotPassword indicates an expected call of ForgotPassword
func (*MockCognitoIdentityProviderAPIMockRecorder) ForgotPasswordRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgotPasswordRequest(arg0 interface{}) *gomock.Call
ForgotPasswordRequest indicates an expected call of ForgotPasswordRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ForgotPasswordWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ForgotPasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ForgotPasswordWithContext indicates an expected call of ForgotPasswordWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeader ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeader(arg0 interface{}) *gomock.Call
GetCSVHeader indicates an expected call of GetCSVHeader
func (*MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeaderRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeaderRequest(arg0 interface{}) *gomock.Call
GetCSVHeaderRequest indicates an expected call of GetCSVHeaderRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeaderWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetCSVHeaderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetCSVHeaderWithContext indicates an expected call of GetCSVHeaderWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetDevice ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetDevice(arg0 interface{}) *gomock.Call
GetDevice indicates an expected call of GetDevice
func (*MockCognitoIdentityProviderAPIMockRecorder) GetDeviceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetDeviceRequest(arg0 interface{}) *gomock.Call
GetDeviceRequest indicates an expected call of GetDeviceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetDeviceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetDeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetDeviceWithContext indicates an expected call of GetDeviceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetGroup ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call
GetGroup indicates an expected call of GetGroup
func (*MockCognitoIdentityProviderAPIMockRecorder) GetGroupRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call
GetGroupRequest indicates an expected call of GetGroupRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetGroupWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetGroupWithContext indicates an expected call of GetGroupWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifier ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifier(arg0 interface{}) *gomock.Call
GetIdentityProviderByIdentifier indicates an expected call of GetIdentityProviderByIdentifier
func (*MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifierRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifierRequest(arg0 interface{}) *gomock.Call
GetIdentityProviderByIdentifierRequest indicates an expected call of GetIdentityProviderByIdentifierRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifierWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetIdentityProviderByIdentifierWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetIdentityProviderByIdentifierWithContext indicates an expected call of GetIdentityProviderByIdentifierWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificate ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificate(arg0 interface{}) *gomock.Call
GetSigningCertificate indicates an expected call of GetSigningCertificate
func (*MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificateRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificateRequest(arg0 interface{}) *gomock.Call
GetSigningCertificateRequest indicates an expected call of GetSigningCertificateRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificateWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetSigningCertificateWithContext indicates an expected call of GetSigningCertificateWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUICustomization ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUICustomization(arg0 interface{}) *gomock.Call
GetUICustomization indicates an expected call of GetUICustomization
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUICustomizationRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUICustomizationRequest(arg0 interface{}) *gomock.Call
GetUICustomizationRequest indicates an expected call of GetUICustomizationRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUICustomizationWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUICustomizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetUICustomizationWithContext indicates an expected call of GetUICustomizationWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUser ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUser(arg0 interface{}) *gomock.Call
GetUser indicates an expected call of GetUser
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCode ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCode(arg0 interface{}) *gomock.Call
GetUserAttributeVerificationCode indicates an expected call of GetUserAttributeVerificationCode
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCodeRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCodeRequest(arg0 interface{}) *gomock.Call
GetUserAttributeVerificationCodeRequest indicates an expected call of GetUserAttributeVerificationCodeRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCodeWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserAttributeVerificationCodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetUserAttributeVerificationCodeWithContext indicates an expected call of GetUserAttributeVerificationCodeWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfig ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfig(arg0 interface{}) *gomock.Call
GetUserPoolMfaConfig indicates an expected call of GetUserPoolMfaConfig
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfigRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfigRequest(arg0 interface{}) *gomock.Call
GetUserPoolMfaConfigRequest indicates an expected call of GetUserPoolMfaConfigRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfigWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserPoolMfaConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetUserPoolMfaConfigWithContext indicates an expected call of GetUserPoolMfaConfigWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserRequest(arg0 interface{}) *gomock.Call
GetUserRequest indicates an expected call of GetUserRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GetUserWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetUserWithContext indicates an expected call of GetUserWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOut ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOut(arg0 interface{}) *gomock.Call
GlobalSignOut indicates an expected call of GlobalSignOut
func (*MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOutRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOutRequest(arg0 interface{}) *gomock.Call
GlobalSignOutRequest indicates an expected call of GlobalSignOutRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOutWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) GlobalSignOutWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GlobalSignOutWithContext indicates an expected call of GlobalSignOutWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) InitiateAuth ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) InitiateAuth(arg0 interface{}) *gomock.Call
InitiateAuth indicates an expected call of InitiateAuth
func (*MockCognitoIdentityProviderAPIMockRecorder) InitiateAuthRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) InitiateAuthRequest(arg0 interface{}) *gomock.Call
InitiateAuthRequest indicates an expected call of InitiateAuthRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) InitiateAuthWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) InitiateAuthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
InitiateAuthWithContext indicates an expected call of InitiateAuthWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListDevices ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListDevices(arg0 interface{}) *gomock.Call
ListDevices indicates an expected call of ListDevices
func (*MockCognitoIdentityProviderAPIMockRecorder) ListDevicesRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListDevicesRequest(arg0 interface{}) *gomock.Call
ListDevicesRequest indicates an expected call of ListDevicesRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListDevicesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListDevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListDevicesWithContext indicates an expected call of ListDevicesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListGroups ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call
ListGroups indicates an expected call of ListGroups
func (*MockCognitoIdentityProviderAPIMockRecorder) ListGroupsPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call
ListGroupsPages indicates an expected call of ListGroupsPages
func (*MockCognitoIdentityProviderAPIMockRecorder) ListGroupsPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListGroupsPagesWithContext indicates an expected call of ListGroupsPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListGroupsRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call
ListGroupsRequest indicates an expected call of ListGroupsRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListGroupsWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGroupsWithContext indicates an expected call of ListGroupsWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProviders ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProviders(arg0 interface{}) *gomock.Call
ListIdentityProviders indicates an expected call of ListIdentityProviders
func (*MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersPages(arg0, arg1 interface{}) *gomock.Call
ListIdentityProvidersPages indicates an expected call of ListIdentityProvidersPages
func (*MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListIdentityProvidersPagesWithContext indicates an expected call of ListIdentityProvidersPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersRequest(arg0 interface{}) *gomock.Call
ListIdentityProvidersRequest indicates an expected call of ListIdentityProvidersRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListIdentityProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListIdentityProvidersWithContext indicates an expected call of ListIdentityProvidersWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListResourceServers ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServers(arg0 interface{}) *gomock.Call
ListResourceServers indicates an expected call of ListResourceServers
func (*MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersPages(arg0, arg1 interface{}) *gomock.Call
ListResourceServersPages indicates an expected call of ListResourceServersPages
func (*MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListResourceServersPagesWithContext indicates an expected call of ListResourceServersPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersRequest(arg0 interface{}) *gomock.Call
ListResourceServersRequest indicates an expected call of ListResourceServersRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListResourceServersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListResourceServersWithContext indicates an expected call of ListResourceServersWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResource ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobs ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobs(arg0 interface{}) *gomock.Call
ListUserImportJobs indicates an expected call of ListUserImportJobs
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobsRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobsRequest(arg0 interface{}) *gomock.Call
ListUserImportJobsRequest indicates an expected call of ListUserImportJobsRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobsWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserImportJobsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUserImportJobsWithContext indicates an expected call of ListUserImportJobsWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClients ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClients(arg0 interface{}) *gomock.Call
ListUserPoolClients indicates an expected call of ListUserPoolClients
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsPages(arg0, arg1 interface{}) *gomock.Call
ListUserPoolClientsPages indicates an expected call of ListUserPoolClientsPages
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUserPoolClientsPagesWithContext indicates an expected call of ListUserPoolClientsPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsRequest(arg0 interface{}) *gomock.Call
ListUserPoolClientsRequest indicates an expected call of ListUserPoolClientsRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolClientsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUserPoolClientsWithContext indicates an expected call of ListUserPoolClientsWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPools ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPools(arg0 interface{}) *gomock.Call
ListUserPools indicates an expected call of ListUserPools
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsPages(arg0, arg1 interface{}) *gomock.Call
ListUserPoolsPages indicates an expected call of ListUserPoolsPages
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUserPoolsPagesWithContext indicates an expected call of ListUserPoolsPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsRequest(arg0 interface{}) *gomock.Call
ListUserPoolsRequest indicates an expected call of ListUserPoolsRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUserPoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUserPoolsWithContext indicates an expected call of ListUserPoolsWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsers ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call
ListUsers indicates an expected call of ListUsers
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroup ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroup(arg0 interface{}) *gomock.Call
ListUsersInGroup indicates an expected call of ListUsersInGroup
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupPages(arg0, arg1 interface{}) *gomock.Call
ListUsersInGroupPages indicates an expected call of ListUsersInGroupPages
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUsersInGroupPagesWithContext indicates an expected call of ListUsersInGroupPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupRequest(arg0 interface{}) *gomock.Call
ListUsersInGroupRequest indicates an expected call of ListUsersInGroupRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersInGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUsersInGroupWithContext indicates an expected call of ListUsersInGroupWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersPages ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call
ListUsersPages indicates an expected call of ListUsersPages
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersPagesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListUsersPagesWithContext indicates an expected call of ListUsersPagesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call
ListUsersRequest indicates an expected call of ListUsersRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ListUsersWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListUsersWithContext indicates an expected call of ListUsersWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCode ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCode(arg0 interface{}) *gomock.Call
ResendConfirmationCode indicates an expected call of ResendConfirmationCode
func (*MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCodeRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCodeRequest(arg0 interface{}) *gomock.Call
ResendConfirmationCodeRequest indicates an expected call of ResendConfirmationCodeRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCodeWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) ResendConfirmationCodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ResendConfirmationCodeWithContext indicates an expected call of ResendConfirmationCodeWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallenge ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallenge(arg0 interface{}) *gomock.Call
RespondToAuthChallenge indicates an expected call of RespondToAuthChallenge
func (*MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallengeRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallengeRequest(arg0 interface{}) *gomock.Call
RespondToAuthChallengeRequest indicates an expected call of RespondToAuthChallengeRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallengeWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) RespondToAuthChallengeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RespondToAuthChallengeWithContext indicates an expected call of RespondToAuthChallengeWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) RevokeToken ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) RevokeToken(arg0 interface{}) *gomock.Call
RevokeToken indicates an expected call of RevokeToken
func (*MockCognitoIdentityProviderAPIMockRecorder) RevokeTokenRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) RevokeTokenRequest(arg0 interface{}) *gomock.Call
RevokeTokenRequest indicates an expected call of RevokeTokenRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) RevokeTokenWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) RevokeTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RevokeTokenWithContext indicates an expected call of RevokeTokenWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfiguration ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfiguration(arg0 interface{}) *gomock.Call
SetRiskConfiguration indicates an expected call of SetRiskConfiguration
func (*MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfigurationRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfigurationRequest(arg0 interface{}) *gomock.Call
SetRiskConfigurationRequest indicates an expected call of SetRiskConfigurationRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfigurationWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetRiskConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetRiskConfigurationWithContext indicates an expected call of SetRiskConfigurationWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUICustomization ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUICustomization(arg0 interface{}) *gomock.Call
SetUICustomization indicates an expected call of SetUICustomization
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUICustomizationRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUICustomizationRequest(arg0 interface{}) *gomock.Call
SetUICustomizationRequest indicates an expected call of SetUICustomizationRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUICustomizationWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUICustomizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetUICustomizationWithContext indicates an expected call of SetUICustomizationWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreference ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreference(arg0 interface{}) *gomock.Call
SetUserMFAPreference indicates an expected call of SetUserMFAPreference
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreferenceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreferenceRequest(arg0 interface{}) *gomock.Call
SetUserMFAPreferenceRequest indicates an expected call of SetUserMFAPreferenceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreferenceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserMFAPreferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetUserMFAPreferenceWithContext indicates an expected call of SetUserMFAPreferenceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfig ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfig(arg0 interface{}) *gomock.Call
SetUserPoolMfaConfig indicates an expected call of SetUserPoolMfaConfig
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfigRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfigRequest(arg0 interface{}) *gomock.Call
SetUserPoolMfaConfigRequest indicates an expected call of SetUserPoolMfaConfigRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfigWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserPoolMfaConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetUserPoolMfaConfigWithContext indicates an expected call of SetUserPoolMfaConfigWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserSettings ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserSettings(arg0 interface{}) *gomock.Call
SetUserSettings indicates an expected call of SetUserSettings
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserSettingsRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserSettingsRequest(arg0 interface{}) *gomock.Call
SetUserSettingsRequest indicates an expected call of SetUserSettingsRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) SetUserSettingsWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SetUserSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SetUserSettingsWithContext indicates an expected call of SetUserSettingsWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) SignUp ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SignUp(arg0 interface{}) *gomock.Call
SignUp indicates an expected call of SignUp
func (*MockCognitoIdentityProviderAPIMockRecorder) SignUpRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SignUpRequest(arg0 interface{}) *gomock.Call
SignUpRequest indicates an expected call of SignUpRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) SignUpWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) SignUpWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
SignUpWithContext indicates an expected call of SignUpWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJob ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJob(arg0 interface{}) *gomock.Call
StartUserImportJob indicates an expected call of StartUserImportJob
func (*MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJobRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJobRequest(arg0 interface{}) *gomock.Call
StartUserImportJobRequest indicates an expected call of StartUserImportJobRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJobWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) StartUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartUserImportJobWithContext indicates an expected call of StartUserImportJobWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJob ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJob(arg0 interface{}) *gomock.Call
StopUserImportJob indicates an expected call of StopUserImportJob
func (*MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJobRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJobRequest(arg0 interface{}) *gomock.Call
StopUserImportJobRequest indicates an expected call of StopUserImportJobRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJobWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) StopUserImportJobWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopUserImportJobWithContext indicates an expected call of StopUserImportJobWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) TagResource ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockCognitoIdentityProviderAPIMockRecorder) TagResourceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UntagResource ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockCognitoIdentityProviderAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedback ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedback(arg0 interface{}) *gomock.Call
UpdateAuthEventFeedback indicates an expected call of UpdateAuthEventFeedback
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedbackRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedbackRequest(arg0 interface{}) *gomock.Call
UpdateAuthEventFeedbackRequest indicates an expected call of UpdateAuthEventFeedbackRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedbackWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateAuthEventFeedbackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateAuthEventFeedbackWithContext indicates an expected call of UpdateAuthEventFeedbackWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatus ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatus(arg0 interface{}) *gomock.Call
UpdateDeviceStatus indicates an expected call of UpdateDeviceStatus
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatusRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatusRequest(arg0 interface{}) *gomock.Call
UpdateDeviceStatusRequest indicates an expected call of UpdateDeviceStatusRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatusWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateDeviceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateDeviceStatusWithContext indicates an expected call of UpdateDeviceStatusWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateGroup ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateGroup(arg0 interface{}) *gomock.Call
UpdateGroup indicates an expected call of UpdateGroup
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateGroupRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateGroupRequest(arg0 interface{}) *gomock.Call
UpdateGroupRequest indicates an expected call of UpdateGroupRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateGroupWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateGroupWithContext indicates an expected call of UpdateGroupWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProvider ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProvider(arg0 interface{}) *gomock.Call
UpdateIdentityProvider indicates an expected call of UpdateIdentityProvider
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProviderRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProviderRequest(arg0 interface{}) *gomock.Call
UpdateIdentityProviderRequest indicates an expected call of UpdateIdentityProviderRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProviderWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateIdentityProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateIdentityProviderWithContext indicates an expected call of UpdateIdentityProviderWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServer ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServer(arg0 interface{}) *gomock.Call
UpdateResourceServer indicates an expected call of UpdateResourceServer
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServerRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServerRequest(arg0 interface{}) *gomock.Call
UpdateResourceServerRequest indicates an expected call of UpdateResourceServerRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServerWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateResourceServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateResourceServerWithContext indicates an expected call of UpdateResourceServerWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributes ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributes(arg0 interface{}) *gomock.Call
UpdateUserAttributes indicates an expected call of UpdateUserAttributes
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributesRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributesRequest(arg0 interface{}) *gomock.Call
UpdateUserAttributesRequest indicates an expected call of UpdateUserAttributesRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributesWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateUserAttributesWithContext indicates an expected call of UpdateUserAttributesWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPool ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPool(arg0 interface{}) *gomock.Call
UpdateUserPool indicates an expected call of UpdateUserPool
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClient ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClient(arg0 interface{}) *gomock.Call
UpdateUserPoolClient indicates an expected call of UpdateUserPoolClient
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClientRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClientRequest(arg0 interface{}) *gomock.Call
UpdateUserPoolClientRequest indicates an expected call of UpdateUserPoolClientRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClientWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolClientWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateUserPoolClientWithContext indicates an expected call of UpdateUserPoolClientWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomain ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomain(arg0 interface{}) *gomock.Call
UpdateUserPoolDomain indicates an expected call of UpdateUserPoolDomain
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomainRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomainRequest(arg0 interface{}) *gomock.Call
UpdateUserPoolDomainRequest indicates an expected call of UpdateUserPoolDomainRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomainWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateUserPoolDomainWithContext indicates an expected call of UpdateUserPoolDomainWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolRequest(arg0 interface{}) *gomock.Call
UpdateUserPoolRequest indicates an expected call of UpdateUserPoolRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) UpdateUserPoolWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateUserPoolWithContext indicates an expected call of UpdateUserPoolWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareToken ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareToken(arg0 interface{}) *gomock.Call
VerifySoftwareToken indicates an expected call of VerifySoftwareToken
func (*MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareTokenRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareTokenRequest(arg0 interface{}) *gomock.Call
VerifySoftwareTokenRequest indicates an expected call of VerifySoftwareTokenRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareTokenWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifySoftwareTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
VerifySoftwareTokenWithContext indicates an expected call of VerifySoftwareTokenWithContext
func (*MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttribute ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttribute(arg0 interface{}) *gomock.Call
VerifyUserAttribute indicates an expected call of VerifyUserAttribute
func (*MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttributeRequest ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttributeRequest(arg0 interface{}) *gomock.Call
VerifyUserAttributeRequest indicates an expected call of VerifyUserAttributeRequest
func (*MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttributeWithContext ¶
func (mr *MockCognitoIdentityProviderAPIMockRecorder) VerifyUserAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
VerifyUserAttributeWithContext indicates an expected call of VerifyUserAttributeWithContext