@aws-sdk/client-cognito-identity-provider 3.34.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist-cjs/CognitoIdentityProvider.js +1522 -0
- package/dist-cjs/CognitoIdentityProviderClient.js +34 -0
- package/dist-cjs/commands/AddCustomAttributesCommand.js +38 -0
- package/dist-cjs/commands/AdminAddUserToGroupCommand.js +38 -0
- package/dist-cjs/commands/AdminConfirmSignUpCommand.js +38 -0
- package/dist-cjs/commands/AdminCreateUserCommand.js +38 -0
- package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +38 -0
- package/dist-cjs/commands/AdminDeleteUserCommand.js +38 -0
- package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +38 -0
- package/dist-cjs/commands/AdminDisableUserCommand.js +38 -0
- package/dist-cjs/commands/AdminEnableUserCommand.js +38 -0
- package/dist-cjs/commands/AdminForgetDeviceCommand.js +38 -0
- package/dist-cjs/commands/AdminGetDeviceCommand.js +38 -0
- package/dist-cjs/commands/AdminGetUserCommand.js +38 -0
- package/dist-cjs/commands/AdminInitiateAuthCommand.js +38 -0
- package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +38 -0
- package/dist-cjs/commands/AdminListDevicesCommand.js +38 -0
- package/dist-cjs/commands/AdminListGroupsForUserCommand.js +38 -0
- package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +38 -0
- package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +38 -0
- package/dist-cjs/commands/AdminResetUserPasswordCommand.js +38 -0
- package/dist-cjs/commands/AdminRespondToAuthChallengeCommand.js +38 -0
- package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +38 -0
- package/dist-cjs/commands/AdminSetUserPasswordCommand.js +38 -0
- package/dist-cjs/commands/AdminSetUserSettingsCommand.js +38 -0
- package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +38 -0
- package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +38 -0
- package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +38 -0
- package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +38 -0
- package/dist-cjs/commands/AssociateSoftwareTokenCommand.js +38 -0
- package/dist-cjs/commands/ChangePasswordCommand.js +36 -0
- package/dist-cjs/commands/ConfirmDeviceCommand.js +38 -0
- package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +36 -0
- package/dist-cjs/commands/ConfirmSignUpCommand.js +36 -0
- package/dist-cjs/commands/CreateGroupCommand.js +38 -0
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +38 -0
- package/dist-cjs/commands/CreateResourceServerCommand.js +38 -0
- package/dist-cjs/commands/CreateUserImportJobCommand.js +38 -0
- package/dist-cjs/commands/CreateUserPoolClientCommand.js +38 -0
- package/dist-cjs/commands/CreateUserPoolCommand.js +38 -0
- package/dist-cjs/commands/CreateUserPoolDomainCommand.js +38 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +38 -0
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +38 -0
- package/dist-cjs/commands/DeleteResourceServerCommand.js +38 -0
- package/dist-cjs/commands/DeleteUserAttributesCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserCommand.js +36 -0
- package/dist-cjs/commands/DeleteUserPoolClientCommand.js +38 -0
- package/dist-cjs/commands/DeleteUserPoolCommand.js +38 -0
- package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +38 -0
- package/dist-cjs/commands/DescribeIdentityProviderCommand.js +38 -0
- package/dist-cjs/commands/DescribeResourceServerCommand.js +38 -0
- package/dist-cjs/commands/DescribeRiskConfigurationCommand.js +38 -0
- package/dist-cjs/commands/DescribeUserImportJobCommand.js +38 -0
- package/dist-cjs/commands/DescribeUserPoolClientCommand.js +38 -0
- package/dist-cjs/commands/DescribeUserPoolCommand.js +38 -0
- package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +38 -0
- package/dist-cjs/commands/ForgetDeviceCommand.js +38 -0
- package/dist-cjs/commands/ForgotPasswordCommand.js +36 -0
- package/dist-cjs/commands/GetCSVHeaderCommand.js +38 -0
- package/dist-cjs/commands/GetDeviceCommand.js +38 -0
- package/dist-cjs/commands/GetGroupCommand.js +38 -0
- package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +38 -0
- package/dist-cjs/commands/GetSigningCertificateCommand.js +38 -0
- package/dist-cjs/commands/GetUICustomizationCommand.js +38 -0
- package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +36 -0
- package/dist-cjs/commands/GetUserCommand.js +36 -0
- package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +38 -0
- package/dist-cjs/commands/GlobalSignOutCommand.js +38 -0
- package/dist-cjs/commands/InitiateAuthCommand.js +36 -0
- package/dist-cjs/commands/ListDevicesCommand.js +38 -0
- package/dist-cjs/commands/ListGroupsCommand.js +38 -0
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +38 -0
- package/dist-cjs/commands/ListResourceServersCommand.js +38 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +38 -0
- package/dist-cjs/commands/ListUserImportJobsCommand.js +38 -0
- package/dist-cjs/commands/ListUserPoolClientsCommand.js +38 -0
- package/dist-cjs/commands/ListUserPoolsCommand.js +38 -0
- package/dist-cjs/commands/ListUsersCommand.js +38 -0
- package/dist-cjs/commands/ListUsersInGroupCommand.js +38 -0
- package/dist-cjs/commands/ResendConfirmationCodeCommand.js +36 -0
- package/dist-cjs/commands/RespondToAuthChallengeCommand.js +36 -0
- package/dist-cjs/commands/RevokeTokenCommand.js +38 -0
- package/dist-cjs/commands/SetRiskConfigurationCommand.js +38 -0
- package/dist-cjs/commands/SetUICustomizationCommand.js +38 -0
- package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +38 -0
- package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +38 -0
- package/dist-cjs/commands/SetUserSettingsCommand.js +36 -0
- package/dist-cjs/commands/SignUpCommand.js +36 -0
- package/dist-cjs/commands/StartUserImportJobCommand.js +39 -0
- package/dist-cjs/commands/StopUserImportJobCommand.js +38 -0
- package/dist-cjs/commands/TagResourceCommand.js +38 -0
- package/dist-cjs/commands/UntagResourceCommand.js +38 -0
- package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +38 -0
- package/dist-cjs/commands/UpdateDeviceStatusCommand.js +38 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +38 -0
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +38 -0
- package/dist-cjs/commands/UpdateResourceServerCommand.js +38 -0
- package/dist-cjs/commands/UpdateUserAttributesCommand.js +36 -0
- package/dist-cjs/commands/UpdateUserPoolClientCommand.js +38 -0
- package/dist-cjs/commands/UpdateUserPoolCommand.js +38 -0
- package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +38 -0
- package/dist-cjs/commands/VerifySoftwareTokenCommand.js +38 -0
- package/dist-cjs/commands/VerifyUserAttributeCommand.js +36 -0
- package/dist-cjs/endpoints.js +81 -0
- package/dist-cjs/index.js +117 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/models_0.js +1963 -0
- package/dist-cjs/models/models_1.js +201 -0
- package/dist-cjs/pagination/AdminListGroupsForUserPaginator.js +35 -0
- package/dist-cjs/pagination/AdminListUserAuthEventsPaginator.js +35 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +35 -0
- package/dist-cjs/pagination/ListResourceServersPaginator.js +35 -0
- package/dist-cjs/pagination/ListUserPoolClientsPaginator.js +35 -0
- package/dist-cjs/pagination/ListUserPoolsPaginator.js +35 -0
- package/dist-cjs/pagination/ListUsersInGroupPaginator.js +35 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +35 -0
- package/dist-cjs/protocols/Aws_json1_1.js +15313 -0
- package/dist-cjs/runtimeConfig.browser.js +37 -0
- package/dist-cjs/runtimeConfig.js +42 -0
- package/dist-cjs/runtimeConfig.native.js +16 -0
- package/dist-cjs/runtimeConfig.shared.js +17 -0
- package/dist-es/CognitoIdentityProvider.js +1525 -0
- package/dist-es/CognitoIdentityProviderClient.js +36 -0
- package/dist-es/commands/AddCustomAttributesCommand.js +41 -0
- package/dist-es/commands/AdminAddUserToGroupCommand.js +41 -0
- package/dist-es/commands/AdminConfirmSignUpCommand.js +41 -0
- package/dist-es/commands/AdminCreateUserCommand.js +41 -0
- package/dist-es/commands/AdminDeleteUserAttributesCommand.js +41 -0
- package/dist-es/commands/AdminDeleteUserCommand.js +41 -0
- package/dist-es/commands/AdminDisableProviderForUserCommand.js +41 -0
- package/dist-es/commands/AdminDisableUserCommand.js +41 -0
- package/dist-es/commands/AdminEnableUserCommand.js +41 -0
- package/dist-es/commands/AdminForgetDeviceCommand.js +41 -0
- package/dist-es/commands/AdminGetDeviceCommand.js +41 -0
- package/dist-es/commands/AdminGetUserCommand.js +41 -0
- package/dist-es/commands/AdminInitiateAuthCommand.js +41 -0
- package/dist-es/commands/AdminLinkProviderForUserCommand.js +41 -0
- package/dist-es/commands/AdminListDevicesCommand.js +41 -0
- package/dist-es/commands/AdminListGroupsForUserCommand.js +41 -0
- package/dist-es/commands/AdminListUserAuthEventsCommand.js +41 -0
- package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +41 -0
- package/dist-es/commands/AdminResetUserPasswordCommand.js +41 -0
- package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +41 -0
- package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +41 -0
- package/dist-es/commands/AdminSetUserPasswordCommand.js +41 -0
- package/dist-es/commands/AdminSetUserSettingsCommand.js +41 -0
- package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +41 -0
- package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +41 -0
- package/dist-es/commands/AdminUpdateUserAttributesCommand.js +41 -0
- package/dist-es/commands/AdminUserGlobalSignOutCommand.js +41 -0
- package/dist-es/commands/AssociateSoftwareTokenCommand.js +41 -0
- package/dist-es/commands/ChangePasswordCommand.js +39 -0
- package/dist-es/commands/ConfirmDeviceCommand.js +41 -0
- package/dist-es/commands/ConfirmForgotPasswordCommand.js +39 -0
- package/dist-es/commands/ConfirmSignUpCommand.js +39 -0
- package/dist-es/commands/CreateGroupCommand.js +41 -0
- package/dist-es/commands/CreateIdentityProviderCommand.js +41 -0
- package/dist-es/commands/CreateResourceServerCommand.js +41 -0
- package/dist-es/commands/CreateUserImportJobCommand.js +41 -0
- package/dist-es/commands/CreateUserPoolClientCommand.js +41 -0
- package/dist-es/commands/CreateUserPoolCommand.js +41 -0
- package/dist-es/commands/CreateUserPoolDomainCommand.js +41 -0
- package/dist-es/commands/DeleteGroupCommand.js +41 -0
- package/dist-es/commands/DeleteIdentityProviderCommand.js +41 -0
- package/dist-es/commands/DeleteResourceServerCommand.js +41 -0
- package/dist-es/commands/DeleteUserAttributesCommand.js +39 -0
- package/dist-es/commands/DeleteUserCommand.js +39 -0
- package/dist-es/commands/DeleteUserPoolClientCommand.js +41 -0
- package/dist-es/commands/DeleteUserPoolCommand.js +41 -0
- package/dist-es/commands/DeleteUserPoolDomainCommand.js +41 -0
- package/dist-es/commands/DescribeIdentityProviderCommand.js +41 -0
- package/dist-es/commands/DescribeResourceServerCommand.js +41 -0
- package/dist-es/commands/DescribeRiskConfigurationCommand.js +41 -0
- package/dist-es/commands/DescribeUserImportJobCommand.js +41 -0
- package/dist-es/commands/DescribeUserPoolClientCommand.js +41 -0
- package/dist-es/commands/DescribeUserPoolCommand.js +41 -0
- package/dist-es/commands/DescribeUserPoolDomainCommand.js +41 -0
- package/dist-es/commands/ForgetDeviceCommand.js +41 -0
- package/dist-es/commands/ForgotPasswordCommand.js +39 -0
- package/dist-es/commands/GetCSVHeaderCommand.js +41 -0
- package/dist-es/commands/GetDeviceCommand.js +41 -0
- package/dist-es/commands/GetGroupCommand.js +41 -0
- package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +41 -0
- package/dist-es/commands/GetSigningCertificateCommand.js +41 -0
- package/dist-es/commands/GetUICustomizationCommand.js +41 -0
- package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +39 -0
- package/dist-es/commands/GetUserCommand.js +39 -0
- package/dist-es/commands/GetUserPoolMfaConfigCommand.js +41 -0
- package/dist-es/commands/GlobalSignOutCommand.js +41 -0
- package/dist-es/commands/InitiateAuthCommand.js +39 -0
- package/dist-es/commands/ListDevicesCommand.js +41 -0
- package/dist-es/commands/ListGroupsCommand.js +41 -0
- package/dist-es/commands/ListIdentityProvidersCommand.js +41 -0
- package/dist-es/commands/ListResourceServersCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +41 -0
- package/dist-es/commands/ListUserImportJobsCommand.js +41 -0
- package/dist-es/commands/ListUserPoolClientsCommand.js +41 -0
- package/dist-es/commands/ListUserPoolsCommand.js +41 -0
- package/dist-es/commands/ListUsersCommand.js +41 -0
- package/dist-es/commands/ListUsersInGroupCommand.js +41 -0
- package/dist-es/commands/ResendConfirmationCodeCommand.js +39 -0
- package/dist-es/commands/RespondToAuthChallengeCommand.js +39 -0
- package/dist-es/commands/RevokeTokenCommand.js +41 -0
- package/dist-es/commands/SetRiskConfigurationCommand.js +41 -0
- package/dist-es/commands/SetUICustomizationCommand.js +41 -0
- package/dist-es/commands/SetUserMFAPreferenceCommand.js +41 -0
- package/dist-es/commands/SetUserPoolMfaConfigCommand.js +41 -0
- package/dist-es/commands/SetUserSettingsCommand.js +39 -0
- package/dist-es/commands/SignUpCommand.js +39 -0
- package/dist-es/commands/StartUserImportJobCommand.js +42 -0
- package/dist-es/commands/StopUserImportJobCommand.js +41 -0
- package/dist-es/commands/TagResourceCommand.js +41 -0
- package/dist-es/commands/UntagResourceCommand.js +41 -0
- package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +41 -0
- package/dist-es/commands/UpdateDeviceStatusCommand.js +41 -0
- package/dist-es/commands/UpdateGroupCommand.js +41 -0
- package/dist-es/commands/UpdateIdentityProviderCommand.js +41 -0
- package/dist-es/commands/UpdateResourceServerCommand.js +41 -0
- package/dist-es/commands/UpdateUserAttributesCommand.js +39 -0
- package/dist-es/commands/UpdateUserPoolClientCommand.js +41 -0
- package/dist-es/commands/UpdateUserPoolCommand.js +41 -0
- package/dist-es/commands/UpdateUserPoolDomainCommand.js +41 -0
- package/dist-es/commands/VerifySoftwareTokenCommand.js +41 -0
- package/dist-es/commands/VerifyUserAttributeCommand.js +39 -0
- package/dist-es/endpoints.js +77 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1317 -0
- package/dist-es/models/models_1.js +130 -0
- package/dist-es/pagination/AdminListGroupsForUserPaginator.js +74 -0
- package/dist-es/pagination/AdminListUserAuthEventsPaginator.js +74 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +74 -0
- package/dist-es/pagination/ListResourceServersPaginator.js +74 -0
- package/dist-es/pagination/ListUserPoolClientsPaginator.js +74 -0
- package/dist-es/pagination/ListUserPoolsPaginator.js +74 -0
- package/dist-es/pagination/ListUsersInGroupPaginator.js +74 -0
- package/dist-es/pagination/ListUsersPaginator.js +74 -0
- package/dist-es/protocols/Aws_json1_1.js +15618 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/CognitoIdentityProvider.d.ts +1213 -0
- package/dist-types/CognitoIdentityProviderClient.d.ts +239 -0
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +35 -0
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +36 -0
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +37 -0
- package/dist-types/commands/AdminCreateUserCommand.d.ts +64 -0
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +37 -0
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +36 -0
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +62 -0
- package/dist-types/commands/AdminDisableUserCommand.d.ts +36 -0
- package/dist-types/commands/AdminEnableUserCommand.d.ts +36 -0
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +36 -0
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +36 -0
- package/dist-types/commands/AdminGetUserCommand.d.ts +37 -0
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +55 -0
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +55 -0
- package/dist-types/commands/AdminListDevicesCommand.d.ts +36 -0
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +36 -0
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +36 -0
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +36 -0
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +64 -0
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +54 -0
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +39 -0
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +44 -0
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +38 -0
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +37 -0
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +36 -0
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +59 -0
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +38 -0
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +44 -0
- package/dist-types/commands/ChangePasswordCommand.d.ts +35 -0
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +36 -0
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +35 -0
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +36 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +36 -0
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +35 -0
- package/dist-types/commands/CreateResourceServerCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +37 -0
- package/dist-types/commands/CreateUserPoolCommand.d.ts +53 -0
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +35 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +36 -0
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +35 -0
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +35 -0
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +35 -0
- package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +35 -0
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +35 -0
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +36 -0
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +35 -0
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +35 -0
- package/dist-types/commands/ForgetDeviceCommand.d.ts +35 -0
- package/dist-types/commands/ForgotPasswordCommand.d.ts +59 -0
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +36 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +35 -0
- package/dist-types/commands/GetGroupCommand.d.ts +36 -0
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +35 -0
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +35 -0
- package/dist-types/commands/GetUICustomizationCommand.d.ts +38 -0
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +52 -0
- package/dist-types/commands/GetUserCommand.d.ts +35 -0
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +35 -0
- package/dist-types/commands/GlobalSignOutCommand.d.ts +37 -0
- package/dist-types/commands/InitiateAuthCommand.d.ts +52 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +35 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +36 -0
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +35 -0
- package/dist-types/commands/ListResourceServersCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +35 -0
- package/dist-types/commands/ListUserPoolsCommand.d.ts +35 -0
- package/dist-types/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +36 -0
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +53 -0
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +52 -0
- package/dist-types/commands/RevokeTokenCommand.d.ts +36 -0
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +39 -0
- package/dist-types/commands/SetUICustomizationCommand.d.ts +46 -0
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +43 -0
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +52 -0
- package/dist-types/commands/SetUserSettingsCommand.d.ts +38 -0
- package/dist-types/commands/SignUpCommand.d.ts +53 -0
- package/dist-types/commands/StartUserImportJobCommand.d.ts +36 -0
- package/dist-types/commands/StopUserImportJobCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +36 -0
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +35 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +36 -0
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +35 -0
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +39 -0
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +52 -0
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +42 -0
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +54 -0
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +55 -0
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +37 -0
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/models/models_1.d.ts +861 -0
- package/dist-types/pagination/AdminListGroupsForUserPaginator.d.ts +4 -0
- package/dist-types/pagination/AdminListUserAuthEventsPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListResourceServersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserPoolClientsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUserPoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersInGroupPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +305 -0
- package/dist-types/runtimeConfig.browser.d.ts +40 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +510 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +168 -0
- package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +18 -0
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3566 -0
- package/dist-types/ts3.4/models/models_1.d.ts +391 -0
- package/dist-types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListResourceServersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +36 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +45 -42
- package/CognitoIdentityProvider.ts +0 -4101
- package/CognitoIdentityProviderClient.ts +0 -706
- package/commands/AddCustomAttributesCommand.ts +0 -100
- package/commands/AdminAddUserToGroupCommand.ts +0 -101
- package/commands/AdminConfirmSignUpCommand.ts +0 -102
- package/commands/AdminCreateUserCommand.ts +0 -129
- package/commands/AdminDeleteUserAttributesCommand.ts +0 -105
- package/commands/AdminDeleteUserCommand.ts +0 -101
- package/commands/AdminDisableProviderForUserCommand.ts +0 -132
- package/commands/AdminDisableUserCommand.ts +0 -101
- package/commands/AdminEnableUserCommand.ts +0 -101
- package/commands/AdminForgetDeviceCommand.ts +0 -101
- package/commands/AdminGetDeviceCommand.ts +0 -101
- package/commands/AdminGetUserCommand.ts +0 -102
- package/commands/AdminInitiateAuthCommand.ts +0 -120
- package/commands/AdminLinkProviderForUserCommand.ts +0 -120
- package/commands/AdminListDevicesCommand.ts +0 -101
- package/commands/AdminListGroupsForUserCommand.ts +0 -101
- package/commands/AdminListUserAuthEventsCommand.ts +0 -101
- package/commands/AdminRemoveUserFromGroupCommand.ts +0 -101
- package/commands/AdminResetUserPasswordCommand.ts +0 -129
- package/commands/AdminRespondToAuthChallengeCommand.ts +0 -124
- package/commands/AdminSetUserMFAPreferenceCommand.ts +0 -107
- package/commands/AdminSetUserPasswordCommand.ts +0 -109
- package/commands/AdminSetUserSettingsCommand.ts +0 -103
- package/commands/AdminUpdateAuthEventFeedbackCommand.ts +0 -107
- package/commands/AdminUpdateDeviceStatusCommand.ts +0 -101
- package/commands/AdminUpdateUserAttributesCommand.ts +0 -127
- package/commands/AdminUserGlobalSignOutCommand.ts +0 -103
- package/commands/AssociateSoftwareTokenCommand.ts +0 -109
- package/commands/ChangePasswordCommand.ts +0 -98
- package/commands/ConfirmDeviceCommand.ts +0 -101
- package/commands/ConfirmForgotPasswordCommand.ts +0 -98
- package/commands/ConfirmSignUpCommand.ts +0 -99
- package/commands/CreateGroupCommand.ts +0 -101
- package/commands/CreateIdentityProviderCommand.ts +0 -100
- package/commands/CreateResourceServerCommand.ts +0 -100
- package/commands/CreateUserImportJobCommand.ts +0 -100
- package/commands/CreateUserPoolClientCommand.ts +0 -102
- package/commands/CreateUserPoolCommand.ts +0 -118
- package/commands/CreateUserPoolDomainCommand.ts +0 -100
- package/commands/DeleteGroupCommand.ts +0 -101
- package/commands/DeleteIdentityProviderCommand.ts +0 -100
- package/commands/DeleteResourceServerCommand.ts +0 -100
- package/commands/DeleteUserAttributesCommand.ts +0 -98
- package/commands/DeleteUserCommand.ts +0 -98
- package/commands/DeleteUserPoolClientCommand.ts +0 -100
- package/commands/DeleteUserPoolCommand.ts +0 -100
- package/commands/DeleteUserPoolDomainCommand.ts +0 -100
- package/commands/DescribeIdentityProviderCommand.ts +0 -100
- package/commands/DescribeResourceServerCommand.ts +0 -100
- package/commands/DescribeRiskConfigurationCommand.ts +0 -103
- package/commands/DescribeUserImportJobCommand.ts +0 -100
- package/commands/DescribeUserPoolClientCommand.ts +0 -101
- package/commands/DescribeUserPoolCommand.ts +0 -100
- package/commands/DescribeUserPoolDomainCommand.ts +0 -100
- package/commands/ForgetDeviceCommand.ts +0 -100
- package/commands/ForgotPasswordCommand.ts +0 -122
- package/commands/GetCSVHeaderCommand.ts +0 -101
- package/commands/GetDeviceCommand.ts +0 -97
- package/commands/GetGroupCommand.ts +0 -98
- package/commands/GetIdentityProviderByIdentifierCommand.ts +0 -108
- package/commands/GetSigningCertificateCommand.ts +0 -100
- package/commands/GetUICustomizationCommand.ts +0 -103
- package/commands/GetUserAttributeVerificationCodeCommand.ts +0 -123
- package/commands/GetUserCommand.ts +0 -95
- package/commands/GetUserPoolMfaConfigCommand.ts +0 -100
- package/commands/GlobalSignOutCommand.ts +0 -102
- package/commands/InitiateAuthCommand.ts +0 -115
- package/commands/ListDevicesCommand.ts +0 -100
- package/commands/ListGroupsCommand.ts +0 -101
- package/commands/ListIdentityProvidersCommand.ts +0 -100
- package/commands/ListResourceServersCommand.ts +0 -100
- package/commands/ListTagsForResourceCommand.ts +0 -103
- package/commands/ListUserImportJobsCommand.ts +0 -100
- package/commands/ListUserPoolClientsCommand.ts +0 -100
- package/commands/ListUserPoolsCommand.ts +0 -100
- package/commands/ListUsersCommand.ts +0 -97
- package/commands/ListUsersInGroupCommand.ts +0 -101
- package/commands/ResendConfirmationCodeCommand.ts +0 -116
- package/commands/RespondToAuthChallengeCommand.ts +0 -115
- package/commands/RevokeTokenCommand.ts +0 -101
- package/commands/SetRiskConfigurationCommand.ts +0 -104
- package/commands/SetUICustomizationCommand.ts +0 -111
- package/commands/SetUserMFAPreferenceCommand.ts +0 -108
- package/commands/SetUserPoolMfaConfigCommand.ts +0 -117
- package/commands/SetUserSettingsCommand.ts +0 -101
- package/commands/SignUpCommand.ts +0 -113
- package/commands/StartUserImportJobCommand.ts +0 -101
- package/commands/StopUserImportJobCommand.ts +0 -100
- package/commands/TagResourceCommand.ts +0 -113
- package/commands/UntagResourceCommand.ts +0 -101
- package/commands/UpdateAuthEventFeedbackCommand.ts +0 -102
- package/commands/UpdateDeviceStatusCommand.ts +0 -100
- package/commands/UpdateGroupCommand.ts +0 -101
- package/commands/UpdateIdentityProviderCommand.ts +0 -100
- package/commands/UpdateResourceServerCommand.ts +0 -104
- package/commands/UpdateUserAttributesCommand.ts +0 -115
- package/commands/UpdateUserPoolClientCommand.ts +0 -107
- package/commands/UpdateUserPoolCommand.ts +0 -119
- package/commands/UpdateUserPoolDomainCommand.ts +0 -120
- package/commands/VerifySoftwareTokenCommand.ts +0 -102
- package/commands/VerifyUserAttributeCommand.ts +0 -98
- package/dist/cjs/CognitoIdentityProvider.js +0 -1532
- package/dist/cjs/CognitoIdentityProvider.js.map +0 -1
- package/dist/cjs/CognitoIdentityProviderClient.js +0 -49
- package/dist/cjs/CognitoIdentityProviderClient.js.map +0 -1
- package/dist/cjs/commands/AddCustomAttributesCommand.js +0 -63
- package/dist/cjs/commands/AddCustomAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/AdminAddUserToGroupCommand.js +0 -64
- package/dist/cjs/commands/AdminAddUserToGroupCommand.js.map +0 -1
- package/dist/cjs/commands/AdminConfirmSignUpCommand.js +0 -65
- package/dist/cjs/commands/AdminConfirmSignUpCommand.js.map +0 -1
- package/dist/cjs/commands/AdminCreateUserCommand.js +0 -92
- package/dist/cjs/commands/AdminCreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminDeleteUserAttributesCommand.js +0 -65
- package/dist/cjs/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/AdminDeleteUserCommand.js +0 -64
- package/dist/cjs/commands/AdminDeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminDisableProviderForUserCommand.js +0 -90
- package/dist/cjs/commands/AdminDisableProviderForUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminDisableUserCommand.js +0 -64
- package/dist/cjs/commands/AdminDisableUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminEnableUserCommand.js +0 -64
- package/dist/cjs/commands/AdminEnableUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminForgetDeviceCommand.js +0 -64
- package/dist/cjs/commands/AdminForgetDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/AdminGetDeviceCommand.js +0 -64
- package/dist/cjs/commands/AdminGetDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/AdminGetUserCommand.js +0 -65
- package/dist/cjs/commands/AdminGetUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminInitiateAuthCommand.js +0 -83
- package/dist/cjs/commands/AdminInitiateAuthCommand.js.map +0 -1
- package/dist/cjs/commands/AdminLinkProviderForUserCommand.js +0 -83
- package/dist/cjs/commands/AdminLinkProviderForUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminListDevicesCommand.js +0 -64
- package/dist/cjs/commands/AdminListDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/AdminListGroupsForUserCommand.js +0 -64
- package/dist/cjs/commands/AdminListGroupsForUserCommand.js.map +0 -1
- package/dist/cjs/commands/AdminListUserAuthEventsCommand.js +0 -64
- package/dist/cjs/commands/AdminListUserAuthEventsCommand.js.map +0 -1
- package/dist/cjs/commands/AdminRemoveUserFromGroupCommand.js +0 -64
- package/dist/cjs/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
- package/dist/cjs/commands/AdminResetUserPasswordCommand.js +0 -92
- package/dist/cjs/commands/AdminResetUserPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/AdminRespondToAuthChallengeCommand.js +0 -82
- package/dist/cjs/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
- package/dist/cjs/commands/AdminSetUserMFAPreferenceCommand.js +0 -67
- package/dist/cjs/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
- package/dist/cjs/commands/AdminSetUserPasswordCommand.js +0 -72
- package/dist/cjs/commands/AdminSetUserPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/AdminSetUserSettingsCommand.js +0 -66
- package/dist/cjs/commands/AdminSetUserSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -65
- package/dist/cjs/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
- package/dist/cjs/commands/AdminUpdateDeviceStatusCommand.js +0 -64
- package/dist/cjs/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
- package/dist/cjs/commands/AdminUpdateUserAttributesCommand.js +0 -87
- package/dist/cjs/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/AdminUserGlobalSignOutCommand.js +0 -66
- package/dist/cjs/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSoftwareTokenCommand.js +0 -72
- package/dist/cjs/commands/AssociateSoftwareTokenCommand.js.map +0 -1
- package/dist/cjs/commands/ChangePasswordCommand.js +0 -61
- package/dist/cjs/commands/ChangePasswordCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmDeviceCommand.js +0 -64
- package/dist/cjs/commands/ConfirmDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmForgotPasswordCommand.js +0 -61
- package/dist/cjs/commands/ConfirmForgotPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/ConfirmSignUpCommand.js +0 -62
- package/dist/cjs/commands/ConfirmSignUpCommand.js.map +0 -1
- package/dist/cjs/commands/CreateGroupCommand.js +0 -64
- package/dist/cjs/commands/CreateGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIdentityProviderCommand.js +0 -63
- package/dist/cjs/commands/CreateIdentityProviderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateResourceServerCommand.js +0 -63
- package/dist/cjs/commands/CreateResourceServerCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserImportJobCommand.js +0 -63
- package/dist/cjs/commands/CreateUserImportJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserPoolClientCommand.js +0 -65
- package/dist/cjs/commands/CreateUserPoolClientCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserPoolCommand.js +0 -81
- package/dist/cjs/commands/CreateUserPoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserPoolDomainCommand.js +0 -63
- package/dist/cjs/commands/CreateUserPoolDomainCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteGroupCommand.js +0 -64
- package/dist/cjs/commands/DeleteGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIdentityProviderCommand.js +0 -63
- package/dist/cjs/commands/DeleteIdentityProviderCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteResourceServerCommand.js +0 -63
- package/dist/cjs/commands/DeleteResourceServerCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserAttributesCommand.js +0 -61
- package/dist/cjs/commands/DeleteUserAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserCommand.js +0 -61
- package/dist/cjs/commands/DeleteUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserPoolClientCommand.js +0 -63
- package/dist/cjs/commands/DeleteUserPoolClientCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserPoolCommand.js +0 -63
- package/dist/cjs/commands/DeleteUserPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUserPoolDomainCommand.js +0 -63
- package/dist/cjs/commands/DeleteUserPoolDomainCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeIdentityProviderCommand.js +0 -63
- package/dist/cjs/commands/DescribeIdentityProviderCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeResourceServerCommand.js +0 -63
- package/dist/cjs/commands/DescribeResourceServerCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeRiskConfigurationCommand.js +0 -63
- package/dist/cjs/commands/DescribeRiskConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserImportJobCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserImportJobCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserPoolClientCommand.js +0 -64
- package/dist/cjs/commands/DescribeUserPoolClientCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserPoolCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserPoolCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeUserPoolDomainCommand.js +0 -63
- package/dist/cjs/commands/DescribeUserPoolDomainCommand.js.map +0 -1
- package/dist/cjs/commands/ForgetDeviceCommand.js +0 -63
- package/dist/cjs/commands/ForgetDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/ForgotPasswordCommand.js +0 -85
- package/dist/cjs/commands/ForgotPasswordCommand.js.map +0 -1
- package/dist/cjs/commands/GetCSVHeaderCommand.js +0 -64
- package/dist/cjs/commands/GetCSVHeaderCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceCommand.js +0 -63
- package/dist/cjs/commands/GetDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/GetGroupCommand.js +0 -64
- package/dist/cjs/commands/GetGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetIdentityProviderByIdentifierCommand.js +0 -63
- package/dist/cjs/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
- package/dist/cjs/commands/GetSigningCertificateCommand.js +0 -63
- package/dist/cjs/commands/GetSigningCertificateCommand.js.map +0 -1
- package/dist/cjs/commands/GetUICustomizationCommand.js +0 -66
- package/dist/cjs/commands/GetUICustomizationCommand.js.map +0 -1
- package/dist/cjs/commands/GetUserAttributeVerificationCodeCommand.js +0 -78
- package/dist/cjs/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
- package/dist/cjs/commands/GetUserCommand.js +0 -61
- package/dist/cjs/commands/GetUserCommand.js.map +0 -1
- package/dist/cjs/commands/GetUserPoolMfaConfigCommand.js +0 -63
- package/dist/cjs/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
- package/dist/cjs/commands/GlobalSignOutCommand.js +0 -65
- package/dist/cjs/commands/GlobalSignOutCommand.js.map +0 -1
- package/dist/cjs/commands/InitiateAuthCommand.js +0 -78
- package/dist/cjs/commands/InitiateAuthCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicesCommand.js +0 -63
- package/dist/cjs/commands/ListDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListGroupsCommand.js +0 -64
- package/dist/cjs/commands/ListGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListIdentityProvidersCommand.js +0 -63
- package/dist/cjs/commands/ListIdentityProvidersCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourceServersCommand.js +0 -63
- package/dist/cjs/commands/ListResourceServersCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -66
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserImportJobsCommand.js +0 -63
- package/dist/cjs/commands/ListUserImportJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserPoolClientsCommand.js +0 -63
- package/dist/cjs/commands/ListUserPoolClientsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUserPoolsCommand.js +0 -63
- package/dist/cjs/commands/ListUserPoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js +0 -63
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersInGroupCommand.js +0 -64
- package/dist/cjs/commands/ListUsersInGroupCommand.js.map +0 -1
- package/dist/cjs/commands/ResendConfirmationCodeCommand.js +0 -79
- package/dist/cjs/commands/ResendConfirmationCodeCommand.js.map +0 -1
- package/dist/cjs/commands/RespondToAuthChallengeCommand.js +0 -78
- package/dist/cjs/commands/RespondToAuthChallengeCommand.js.map +0 -1
- package/dist/cjs/commands/RevokeTokenCommand.js +0 -64
- package/dist/cjs/commands/RevokeTokenCommand.js.map +0 -1
- package/dist/cjs/commands/SetRiskConfigurationCommand.js +0 -67
- package/dist/cjs/commands/SetRiskConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/SetUICustomizationCommand.js +0 -74
- package/dist/cjs/commands/SetUICustomizationCommand.js.map +0 -1
- package/dist/cjs/commands/SetUserMFAPreferenceCommand.js +0 -71
- package/dist/cjs/commands/SetUserMFAPreferenceCommand.js.map +0 -1
- package/dist/cjs/commands/SetUserPoolMfaConfigCommand.js +0 -80
- package/dist/cjs/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
- package/dist/cjs/commands/SetUserSettingsCommand.js +0 -64
- package/dist/cjs/commands/SetUserSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/SignUpCommand.js +0 -79
- package/dist/cjs/commands/SignUpCommand.js.map +0 -1
- package/dist/cjs/commands/StartUserImportJobCommand.js +0 -64
- package/dist/cjs/commands/StartUserImportJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopUserImportJobCommand.js +0 -63
- package/dist/cjs/commands/StopUserImportJobCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -76
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -64
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAuthEventFeedbackCommand.js +0 -65
- package/dist/cjs/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDeviceStatusCommand.js +0 -63
- package/dist/cjs/commands/UpdateDeviceStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGroupCommand.js +0 -64
- package/dist/cjs/commands/UpdateGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateIdentityProviderCommand.js +0 -63
- package/dist/cjs/commands/UpdateIdentityProviderCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateResourceServerCommand.js +0 -67
- package/dist/cjs/commands/UpdateResourceServerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserAttributesCommand.js +0 -78
- package/dist/cjs/commands/UpdateUserAttributesCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPoolClientCommand.js +0 -70
- package/dist/cjs/commands/UpdateUserPoolClientCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPoolCommand.js +0 -82
- package/dist/cjs/commands/UpdateUserPoolCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserPoolDomainCommand.js +0 -83
- package/dist/cjs/commands/UpdateUserPoolDomainCommand.js.map +0 -1
- package/dist/cjs/commands/VerifySoftwareTokenCommand.js +0 -65
- package/dist/cjs/commands/VerifySoftwareTokenCommand.js.map +0 -1
- package/dist/cjs/commands/VerifyUserAttributeCommand.js +0 -61
- package/dist/cjs/commands/VerifyUserAttributeCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -82
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -118
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2759
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -292
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/AdminListGroupsForUserPaginator.js +0 -46
- package/dist/cjs/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
- package/dist/cjs/pagination/AdminListUserAuthEventsPaginator.js +0 -46
- package/dist/cjs/pagination/AdminListUserAuthEventsPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListGroupsPaginator.js +0 -46
- package/dist/cjs/pagination/ListGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListIdentityProvidersPaginator.js +0 -46
- package/dist/cjs/pagination/ListIdentityProvidersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListResourceServersPaginator.js +0 -46
- package/dist/cjs/pagination/ListResourceServersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUserPoolClientsPaginator.js +0 -46
- package/dist/cjs/pagination/ListUserPoolClientsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUserPoolsPaginator.js +0 -46
- package/dist/cjs/pagination/ListUserPoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersInGroupPaginator.js +0 -46
- package/dist/cjs/pagination/ListUsersInGroupPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js +0 -46
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -15319
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/CognitoIdentityProvider.js +0 -1526
- package/dist/es/CognitoIdentityProvider.js.map +0 -1
- package/dist/es/CognitoIdentityProviderClient.js +0 -37
- package/dist/es/CognitoIdentityProviderClient.js.map +0 -1
- package/dist/es/commands/AddCustomAttributesCommand.js +0 -42
- package/dist/es/commands/AddCustomAttributesCommand.js.map +0 -1
- package/dist/es/commands/AdminAddUserToGroupCommand.js +0 -42
- package/dist/es/commands/AdminAddUserToGroupCommand.js.map +0 -1
- package/dist/es/commands/AdminConfirmSignUpCommand.js +0 -42
- package/dist/es/commands/AdminConfirmSignUpCommand.js.map +0 -1
- package/dist/es/commands/AdminCreateUserCommand.js +0 -42
- package/dist/es/commands/AdminCreateUserCommand.js.map +0 -1
- package/dist/es/commands/AdminDeleteUserAttributesCommand.js +0 -42
- package/dist/es/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/AdminDeleteUserCommand.js +0 -42
- package/dist/es/commands/AdminDeleteUserCommand.js.map +0 -1
- package/dist/es/commands/AdminDisableProviderForUserCommand.js +0 -42
- package/dist/es/commands/AdminDisableProviderForUserCommand.js.map +0 -1
- package/dist/es/commands/AdminDisableUserCommand.js +0 -42
- package/dist/es/commands/AdminDisableUserCommand.js.map +0 -1
- package/dist/es/commands/AdminEnableUserCommand.js +0 -42
- package/dist/es/commands/AdminEnableUserCommand.js.map +0 -1
- package/dist/es/commands/AdminForgetDeviceCommand.js +0 -42
- package/dist/es/commands/AdminForgetDeviceCommand.js.map +0 -1
- package/dist/es/commands/AdminGetDeviceCommand.js +0 -42
- package/dist/es/commands/AdminGetDeviceCommand.js.map +0 -1
- package/dist/es/commands/AdminGetUserCommand.js +0 -42
- package/dist/es/commands/AdminGetUserCommand.js.map +0 -1
- package/dist/es/commands/AdminInitiateAuthCommand.js +0 -42
- package/dist/es/commands/AdminInitiateAuthCommand.js.map +0 -1
- package/dist/es/commands/AdminLinkProviderForUserCommand.js +0 -42
- package/dist/es/commands/AdminLinkProviderForUserCommand.js.map +0 -1
- package/dist/es/commands/AdminListDevicesCommand.js +0 -42
- package/dist/es/commands/AdminListDevicesCommand.js.map +0 -1
- package/dist/es/commands/AdminListGroupsForUserCommand.js +0 -42
- package/dist/es/commands/AdminListGroupsForUserCommand.js.map +0 -1
- package/dist/es/commands/AdminListUserAuthEventsCommand.js +0 -42
- package/dist/es/commands/AdminListUserAuthEventsCommand.js.map +0 -1
- package/dist/es/commands/AdminRemoveUserFromGroupCommand.js +0 -42
- package/dist/es/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
- package/dist/es/commands/AdminResetUserPasswordCommand.js +0 -42
- package/dist/es/commands/AdminResetUserPasswordCommand.js.map +0 -1
- package/dist/es/commands/AdminRespondToAuthChallengeCommand.js +0 -42
- package/dist/es/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
- package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js +0 -42
- package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
- package/dist/es/commands/AdminSetUserPasswordCommand.js +0 -42
- package/dist/es/commands/AdminSetUserPasswordCommand.js.map +0 -1
- package/dist/es/commands/AdminSetUserSettingsCommand.js +0 -42
- package/dist/es/commands/AdminSetUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -42
- package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
- package/dist/es/commands/AdminUpdateDeviceStatusCommand.js +0 -42
- package/dist/es/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
- package/dist/es/commands/AdminUpdateUserAttributesCommand.js +0 -42
- package/dist/es/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/AdminUserGlobalSignOutCommand.js +0 -42
- package/dist/es/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
- package/dist/es/commands/AssociateSoftwareTokenCommand.js +0 -42
- package/dist/es/commands/AssociateSoftwareTokenCommand.js.map +0 -1
- package/dist/es/commands/ChangePasswordCommand.js +0 -40
- package/dist/es/commands/ChangePasswordCommand.js.map +0 -1
- package/dist/es/commands/ConfirmDeviceCommand.js +0 -42
- package/dist/es/commands/ConfirmDeviceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmForgotPasswordCommand.js +0 -40
- package/dist/es/commands/ConfirmForgotPasswordCommand.js.map +0 -1
- package/dist/es/commands/ConfirmSignUpCommand.js +0 -40
- package/dist/es/commands/ConfirmSignUpCommand.js.map +0 -1
- package/dist/es/commands/CreateGroupCommand.js +0 -42
- package/dist/es/commands/CreateGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateIdentityProviderCommand.js +0 -42
- package/dist/es/commands/CreateIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/CreateResourceServerCommand.js +0 -42
- package/dist/es/commands/CreateResourceServerCommand.js.map +0 -1
- package/dist/es/commands/CreateUserImportJobCommand.js +0 -42
- package/dist/es/commands/CreateUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/CreateUserPoolClientCommand.js +0 -42
- package/dist/es/commands/CreateUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/CreateUserPoolCommand.js +0 -42
- package/dist/es/commands/CreateUserPoolCommand.js.map +0 -1
- package/dist/es/commands/CreateUserPoolDomainCommand.js +0 -42
- package/dist/es/commands/CreateUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/DeleteGroupCommand.js +0 -42
- package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteIdentityProviderCommand.js +0 -42
- package/dist/es/commands/DeleteIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourceServerCommand.js +0 -42
- package/dist/es/commands/DeleteResourceServerCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserAttributesCommand.js +0 -40
- package/dist/es/commands/DeleteUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js +0 -40
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserPoolClientCommand.js +0 -42
- package/dist/es/commands/DeleteUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserPoolCommand.js +0 -42
- package/dist/es/commands/DeleteUserPoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserPoolDomainCommand.js +0 -42
- package/dist/es/commands/DeleteUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/DescribeIdentityProviderCommand.js +0 -42
- package/dist/es/commands/DescribeIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/DescribeResourceServerCommand.js +0 -42
- package/dist/es/commands/DescribeResourceServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeRiskConfigurationCommand.js +0 -42
- package/dist/es/commands/DescribeRiskConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserImportJobCommand.js +0 -42
- package/dist/es/commands/DescribeUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserPoolClientCommand.js +0 -42
- package/dist/es/commands/DescribeUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserPoolCommand.js +0 -42
- package/dist/es/commands/DescribeUserPoolCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserPoolDomainCommand.js +0 -42
- package/dist/es/commands/DescribeUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/ForgetDeviceCommand.js +0 -42
- package/dist/es/commands/ForgetDeviceCommand.js.map +0 -1
- package/dist/es/commands/ForgotPasswordCommand.js +0 -40
- package/dist/es/commands/ForgotPasswordCommand.js.map +0 -1
- package/dist/es/commands/GetCSVHeaderCommand.js +0 -42
- package/dist/es/commands/GetCSVHeaderCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceCommand.js +0 -42
- package/dist/es/commands/GetDeviceCommand.js.map +0 -1
- package/dist/es/commands/GetGroupCommand.js +0 -42
- package/dist/es/commands/GetGroupCommand.js.map +0 -1
- package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js +0 -42
- package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
- package/dist/es/commands/GetSigningCertificateCommand.js +0 -42
- package/dist/es/commands/GetSigningCertificateCommand.js.map +0 -1
- package/dist/es/commands/GetUICustomizationCommand.js +0 -42
- package/dist/es/commands/GetUICustomizationCommand.js.map +0 -1
- package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js +0 -40
- package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
- package/dist/es/commands/GetUserCommand.js +0 -40
- package/dist/es/commands/GetUserCommand.js.map +0 -1
- package/dist/es/commands/GetUserPoolMfaConfigCommand.js +0 -42
- package/dist/es/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
- package/dist/es/commands/GlobalSignOutCommand.js +0 -42
- package/dist/es/commands/GlobalSignOutCommand.js.map +0 -1
- package/dist/es/commands/InitiateAuthCommand.js +0 -40
- package/dist/es/commands/InitiateAuthCommand.js.map +0 -1
- package/dist/es/commands/ListDevicesCommand.js +0 -42
- package/dist/es/commands/ListDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListGroupsCommand.js +0 -42
- package/dist/es/commands/ListGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListIdentityProvidersCommand.js +0 -42
- package/dist/es/commands/ListIdentityProvidersCommand.js.map +0 -1
- package/dist/es/commands/ListResourceServersCommand.js +0 -42
- package/dist/es/commands/ListResourceServersCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -42
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUserImportJobsCommand.js +0 -42
- package/dist/es/commands/ListUserImportJobsCommand.js.map +0 -1
- package/dist/es/commands/ListUserPoolClientsCommand.js +0 -42
- package/dist/es/commands/ListUserPoolClientsCommand.js.map +0 -1
- package/dist/es/commands/ListUserPoolsCommand.js +0 -42
- package/dist/es/commands/ListUserPoolsCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -42
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ListUsersInGroupCommand.js +0 -42
- package/dist/es/commands/ListUsersInGroupCommand.js.map +0 -1
- package/dist/es/commands/ResendConfirmationCodeCommand.js +0 -40
- package/dist/es/commands/ResendConfirmationCodeCommand.js.map +0 -1
- package/dist/es/commands/RespondToAuthChallengeCommand.js +0 -40
- package/dist/es/commands/RespondToAuthChallengeCommand.js.map +0 -1
- package/dist/es/commands/RevokeTokenCommand.js +0 -42
- package/dist/es/commands/RevokeTokenCommand.js.map +0 -1
- package/dist/es/commands/SetRiskConfigurationCommand.js +0 -42
- package/dist/es/commands/SetRiskConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SetUICustomizationCommand.js +0 -42
- package/dist/es/commands/SetUICustomizationCommand.js.map +0 -1
- package/dist/es/commands/SetUserMFAPreferenceCommand.js +0 -42
- package/dist/es/commands/SetUserMFAPreferenceCommand.js.map +0 -1
- package/dist/es/commands/SetUserPoolMfaConfigCommand.js +0 -42
- package/dist/es/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
- package/dist/es/commands/SetUserSettingsCommand.js +0 -40
- package/dist/es/commands/SetUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/SignUpCommand.js +0 -40
- package/dist/es/commands/SignUpCommand.js.map +0 -1
- package/dist/es/commands/StartUserImportJobCommand.js +0 -43
- package/dist/es/commands/StartUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/StopUserImportJobCommand.js +0 -42
- package/dist/es/commands/StopUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -42
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -42
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAuthEventFeedbackCommand.js +0 -42
- package/dist/es/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeviceStatusCommand.js +0 -42
- package/dist/es/commands/UpdateDeviceStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateGroupCommand.js +0 -42
- package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateIdentityProviderCommand.js +0 -42
- package/dist/es/commands/UpdateIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/UpdateResourceServerCommand.js +0 -42
- package/dist/es/commands/UpdateResourceServerCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserAttributesCommand.js +0 -40
- package/dist/es/commands/UpdateUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPoolClientCommand.js +0 -42
- package/dist/es/commands/UpdateUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPoolCommand.js +0 -42
- package/dist/es/commands/UpdateUserPoolCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPoolDomainCommand.js +0 -42
- package/dist/es/commands/UpdateUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/VerifySoftwareTokenCommand.js +0 -42
- package/dist/es/commands/VerifySoftwareTokenCommand.js.map +0 -1
- package/dist/es/commands/VerifyUserAttributeCommand.js +0 -40
- package/dist/es/commands/VerifyUserAttributeCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -78
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -115
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -3
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1318
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -131
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/AdminListGroupsForUserPaginator.js +0 -75
- package/dist/es/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
- package/dist/es/pagination/AdminListUserAuthEventsPaginator.js +0 -75
- package/dist/es/pagination/AdminListUserAuthEventsPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListGroupsPaginator.js +0 -75
- package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListIdentityProvidersPaginator.js +0 -75
- package/dist/es/pagination/ListIdentityProvidersPaginator.js.map +0 -1
- package/dist/es/pagination/ListResourceServersPaginator.js +0 -75
- package/dist/es/pagination/ListResourceServersPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserPoolClientsPaginator.js +0 -75
- package/dist/es/pagination/ListUserPoolClientsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserPoolsPaginator.js +0 -75
- package/dist/es/pagination/ListUserPoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersInGroupPaginator.js +0 -75
- package/dist/es/pagination/ListUsersInGroupPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -75
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -15619
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -9
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/CognitoIdentityProvider.d.ts +0 -1213
- package/dist/types/CognitoIdentityProviderClient.d.ts +0 -239
- package/dist/types/commands/AddCustomAttributesCommand.d.ts +0 -35
- package/dist/types/commands/AdminAddUserToGroupCommand.d.ts +0 -36
- package/dist/types/commands/AdminConfirmSignUpCommand.d.ts +0 -37
- package/dist/types/commands/AdminCreateUserCommand.d.ts +0 -64
- package/dist/types/commands/AdminDeleteUserAttributesCommand.d.ts +0 -37
- package/dist/types/commands/AdminDeleteUserCommand.d.ts +0 -36
- package/dist/types/commands/AdminDisableProviderForUserCommand.d.ts +0 -62
- package/dist/types/commands/AdminDisableUserCommand.d.ts +0 -36
- package/dist/types/commands/AdminEnableUserCommand.d.ts +0 -36
- package/dist/types/commands/AdminForgetDeviceCommand.d.ts +0 -36
- package/dist/types/commands/AdminGetDeviceCommand.d.ts +0 -36
- package/dist/types/commands/AdminGetUserCommand.d.ts +0 -37
- package/dist/types/commands/AdminInitiateAuthCommand.d.ts +0 -55
- package/dist/types/commands/AdminLinkProviderForUserCommand.d.ts +0 -55
- package/dist/types/commands/AdminListDevicesCommand.d.ts +0 -36
- package/dist/types/commands/AdminListGroupsForUserCommand.d.ts +0 -36
- package/dist/types/commands/AdminListUserAuthEventsCommand.d.ts +0 -36
- package/dist/types/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -36
- package/dist/types/commands/AdminResetUserPasswordCommand.d.ts +0 -64
- package/dist/types/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -54
- package/dist/types/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -39
- package/dist/types/commands/AdminSetUserPasswordCommand.d.ts +0 -44
- package/dist/types/commands/AdminSetUserSettingsCommand.d.ts +0 -38
- package/dist/types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -37
- package/dist/types/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -36
- package/dist/types/commands/AdminUpdateUserAttributesCommand.d.ts +0 -59
- package/dist/types/commands/AdminUserGlobalSignOutCommand.d.ts +0 -38
- package/dist/types/commands/AssociateSoftwareTokenCommand.d.ts +0 -44
- package/dist/types/commands/ChangePasswordCommand.d.ts +0 -35
- package/dist/types/commands/ConfirmDeviceCommand.d.ts +0 -36
- package/dist/types/commands/ConfirmForgotPasswordCommand.d.ts +0 -35
- package/dist/types/commands/ConfirmSignUpCommand.d.ts +0 -36
- package/dist/types/commands/CreateGroupCommand.d.ts +0 -36
- package/dist/types/commands/CreateIdentityProviderCommand.d.ts +0 -35
- package/dist/types/commands/CreateResourceServerCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserImportJobCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserPoolClientCommand.d.ts +0 -37
- package/dist/types/commands/CreateUserPoolCommand.d.ts +0 -53
- package/dist/types/commands/CreateUserPoolDomainCommand.d.ts +0 -35
- package/dist/types/commands/DeleteGroupCommand.d.ts +0 -36
- package/dist/types/commands/DeleteIdentityProviderCommand.d.ts +0 -35
- package/dist/types/commands/DeleteResourceServerCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserAttributesCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserPoolClientCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserPoolCommand.d.ts +0 -35
- package/dist/types/commands/DeleteUserPoolDomainCommand.d.ts +0 -35
- package/dist/types/commands/DescribeIdentityProviderCommand.d.ts +0 -35
- package/dist/types/commands/DescribeResourceServerCommand.d.ts +0 -35
- package/dist/types/commands/DescribeRiskConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserImportJobCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserPoolClientCommand.d.ts +0 -36
- package/dist/types/commands/DescribeUserPoolCommand.d.ts +0 -35
- package/dist/types/commands/DescribeUserPoolDomainCommand.d.ts +0 -35
- package/dist/types/commands/ForgetDeviceCommand.d.ts +0 -35
- package/dist/types/commands/ForgotPasswordCommand.d.ts +0 -59
- package/dist/types/commands/GetCSVHeaderCommand.d.ts +0 -36
- package/dist/types/commands/GetDeviceCommand.d.ts +0 -35
- package/dist/types/commands/GetGroupCommand.d.ts +0 -36
- package/dist/types/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -35
- package/dist/types/commands/GetSigningCertificateCommand.d.ts +0 -35
- package/dist/types/commands/GetUICustomizationCommand.d.ts +0 -38
- package/dist/types/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -52
- package/dist/types/commands/GetUserCommand.d.ts +0 -35
- package/dist/types/commands/GetUserPoolMfaConfigCommand.d.ts +0 -35
- package/dist/types/commands/GlobalSignOutCommand.d.ts +0 -37
- package/dist/types/commands/InitiateAuthCommand.d.ts +0 -52
- package/dist/types/commands/ListDevicesCommand.d.ts +0 -35
- package/dist/types/commands/ListGroupsCommand.d.ts +0 -36
- package/dist/types/commands/ListIdentityProvidersCommand.d.ts +0 -35
- package/dist/types/commands/ListResourceServersCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/commands/ListUserImportJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListUserPoolClientsCommand.d.ts +0 -35
- package/dist/types/commands/ListUserPoolsCommand.d.ts +0 -35
- package/dist/types/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/commands/ListUsersInGroupCommand.d.ts +0 -36
- package/dist/types/commands/ResendConfirmationCodeCommand.d.ts +0 -53
- package/dist/types/commands/RespondToAuthChallengeCommand.d.ts +0 -52
- package/dist/types/commands/RevokeTokenCommand.d.ts +0 -36
- package/dist/types/commands/SetRiskConfigurationCommand.d.ts +0 -39
- package/dist/types/commands/SetUICustomizationCommand.d.ts +0 -46
- package/dist/types/commands/SetUserMFAPreferenceCommand.d.ts +0 -43
- package/dist/types/commands/SetUserPoolMfaConfigCommand.d.ts +0 -52
- package/dist/types/commands/SetUserSettingsCommand.d.ts +0 -38
- package/dist/types/commands/SignUpCommand.d.ts +0 -53
- package/dist/types/commands/StartUserImportJobCommand.d.ts +0 -36
- package/dist/types/commands/StopUserImportJobCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -36
- package/dist/types/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -37
- package/dist/types/commands/UpdateDeviceStatusCommand.d.ts +0 -35
- package/dist/types/commands/UpdateGroupCommand.d.ts +0 -36
- package/dist/types/commands/UpdateIdentityProviderCommand.d.ts +0 -35
- package/dist/types/commands/UpdateResourceServerCommand.d.ts +0 -39
- package/dist/types/commands/UpdateUserAttributesCommand.d.ts +0 -52
- package/dist/types/commands/UpdateUserPoolClientCommand.d.ts +0 -42
- package/dist/types/commands/UpdateUserPoolCommand.d.ts +0 -54
- package/dist/types/commands/UpdateUserPoolDomainCommand.d.ts +0 -55
- package/dist/types/commands/VerifySoftwareTokenCommand.d.ts +0 -37
- package/dist/types/commands/VerifyUserAttributeCommand.d.ts +0 -35
- package/dist/types/models/models_1.d.ts +0 -861
- package/dist/types/pagination/AdminListGroupsForUserPaginator.d.ts +0 -4
- package/dist/types/pagination/AdminListUserAuthEventsPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListIdentityProvidersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListResourceServersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUserPoolClientsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUserPoolsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersInGroupPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -305
- package/dist/types/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/CognitoIdentityProvider.d.ts +0 -1213
- package/dist/types/ts3.4/CognitoIdentityProviderClient.d.ts +0 -239
- package/dist/types/ts3.4/commands/AddCustomAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AdminCreateUserCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AdminDeleteUserCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +0 -62
- package/dist/types/ts3.4/commands/AdminDisableUserCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminEnableUserCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminGetDeviceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminGetUserCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/AdminListDevicesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +0 -64
- package/dist/types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/ChangePasswordCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ConfirmDeviceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ConfirmSignUpCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateResourceServerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserImportJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateUserPoolCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteResourceServerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserPoolCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeResourceServerCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DescribeUserPoolCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ForgetDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ForgotPasswordCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/GetCSVHeaderCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSigningCertificateCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUICustomizationCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/GetUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GlobalSignOutCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/InitiateAuthCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/ListDevicesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListGroupsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListResourceServersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListUserImportJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUserPoolsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUsersInGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/RevokeTokenCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/SetUICustomizationCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/SetUserSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/SignUpCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/StartUserImportJobCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/StopUserImportJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateResourceServerCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +0 -52
- package/dist/types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/UpdateUserPoolCommand.d.ts +0 -54
- package/dist/types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +0 -55
- package/dist/types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -8187
- package/dist/types/ts3.4/models/models_1.d.ts +0 -861
- package/dist/types/ts3.4/pagination/AdminListGroupsForUserPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/AdminListUserAuthEventsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListIdentityProvidersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListResourceServersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUserPoolClientsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUserPoolsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersInGroupPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -305
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.shared.d.ts +0 -13
- package/endpoints.ts +0 -82
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -9830
- package/models/models_1.ts +0 -1071
- package/pagination/AdminListGroupsForUserPaginator.ts +0 -58
- package/pagination/AdminListUserAuthEventsPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListGroupsPaginator.ts +0 -54
- package/pagination/ListIdentityProvidersPaginator.ts +0 -58
- package/pagination/ListResourceServersPaginator.ts +0 -58
- package/pagination/ListUserPoolClientsPaginator.ts +0 -58
- package/pagination/ListUserPoolsPaginator.ts +0 -58
- package/pagination/ListUsersInGroupPaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -18342
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -0,0 +1,1317 @@
|
|
|
1
|
+
import { __assign } from "tslib";
|
|
2
|
+
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var RecoveryOptionNameType;
|
|
4
|
+
(function (RecoveryOptionNameType) {
|
|
5
|
+
RecoveryOptionNameType["ADMIN_ONLY"] = "admin_only";
|
|
6
|
+
RecoveryOptionNameType["VERIFIED_EMAIL"] = "verified_email";
|
|
7
|
+
RecoveryOptionNameType["VERIFIED_PHONE_NUMBER"] = "verified_phone_number";
|
|
8
|
+
})(RecoveryOptionNameType || (RecoveryOptionNameType = {}));
|
|
9
|
+
export var RecoveryOptionType;
|
|
10
|
+
(function (RecoveryOptionType) {
|
|
11
|
+
RecoveryOptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
+
})(RecoveryOptionType || (RecoveryOptionType = {}));
|
|
13
|
+
export var AccountRecoverySettingType;
|
|
14
|
+
(function (AccountRecoverySettingType) {
|
|
15
|
+
AccountRecoverySettingType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
+
})(AccountRecoverySettingType || (AccountRecoverySettingType = {}));
|
|
17
|
+
export var AccountTakeoverEventActionType;
|
|
18
|
+
(function (AccountTakeoverEventActionType) {
|
|
19
|
+
AccountTakeoverEventActionType["BLOCK"] = "BLOCK";
|
|
20
|
+
AccountTakeoverEventActionType["MFA_IF_CONFIGURED"] = "MFA_IF_CONFIGURED";
|
|
21
|
+
AccountTakeoverEventActionType["MFA_REQUIRED"] = "MFA_REQUIRED";
|
|
22
|
+
AccountTakeoverEventActionType["NO_ACTION"] = "NO_ACTION";
|
|
23
|
+
})(AccountTakeoverEventActionType || (AccountTakeoverEventActionType = {}));
|
|
24
|
+
export var AccountTakeoverActionType;
|
|
25
|
+
(function (AccountTakeoverActionType) {
|
|
26
|
+
AccountTakeoverActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
+
})(AccountTakeoverActionType || (AccountTakeoverActionType = {}));
|
|
28
|
+
export var AccountTakeoverActionsType;
|
|
29
|
+
(function (AccountTakeoverActionsType) {
|
|
30
|
+
AccountTakeoverActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
31
|
+
})(AccountTakeoverActionsType || (AccountTakeoverActionsType = {}));
|
|
32
|
+
export var NotifyEmailType;
|
|
33
|
+
(function (NotifyEmailType) {
|
|
34
|
+
NotifyEmailType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
+
})(NotifyEmailType || (NotifyEmailType = {}));
|
|
36
|
+
export var NotifyConfigurationType;
|
|
37
|
+
(function (NotifyConfigurationType) {
|
|
38
|
+
NotifyConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(NotifyConfigurationType || (NotifyConfigurationType = {}));
|
|
40
|
+
export var AccountTakeoverRiskConfigurationType;
|
|
41
|
+
(function (AccountTakeoverRiskConfigurationType) {
|
|
42
|
+
AccountTakeoverRiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
})(AccountTakeoverRiskConfigurationType || (AccountTakeoverRiskConfigurationType = {}));
|
|
44
|
+
export var AttributeDataType;
|
|
45
|
+
(function (AttributeDataType) {
|
|
46
|
+
AttributeDataType["BOOLEAN"] = "Boolean";
|
|
47
|
+
AttributeDataType["DATETIME"] = "DateTime";
|
|
48
|
+
AttributeDataType["NUMBER"] = "Number";
|
|
49
|
+
AttributeDataType["STRING"] = "String";
|
|
50
|
+
})(AttributeDataType || (AttributeDataType = {}));
|
|
51
|
+
export var NumberAttributeConstraintsType;
|
|
52
|
+
(function (NumberAttributeConstraintsType) {
|
|
53
|
+
NumberAttributeConstraintsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
+
})(NumberAttributeConstraintsType || (NumberAttributeConstraintsType = {}));
|
|
55
|
+
export var StringAttributeConstraintsType;
|
|
56
|
+
(function (StringAttributeConstraintsType) {
|
|
57
|
+
StringAttributeConstraintsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
+
})(StringAttributeConstraintsType || (StringAttributeConstraintsType = {}));
|
|
59
|
+
export var SchemaAttributeType;
|
|
60
|
+
(function (SchemaAttributeType) {
|
|
61
|
+
SchemaAttributeType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(SchemaAttributeType || (SchemaAttributeType = {}));
|
|
63
|
+
export var AddCustomAttributesRequest;
|
|
64
|
+
(function (AddCustomAttributesRequest) {
|
|
65
|
+
AddCustomAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(AddCustomAttributesRequest || (AddCustomAttributesRequest = {}));
|
|
67
|
+
export var AddCustomAttributesResponse;
|
|
68
|
+
(function (AddCustomAttributesResponse) {
|
|
69
|
+
AddCustomAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(AddCustomAttributesResponse || (AddCustomAttributesResponse = {}));
|
|
71
|
+
export var InternalErrorException;
|
|
72
|
+
(function (InternalErrorException) {
|
|
73
|
+
InternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(InternalErrorException || (InternalErrorException = {}));
|
|
75
|
+
export var InvalidParameterException;
|
|
76
|
+
(function (InvalidParameterException) {
|
|
77
|
+
InvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
+
})(InvalidParameterException || (InvalidParameterException = {}));
|
|
79
|
+
export var NotAuthorizedException;
|
|
80
|
+
(function (NotAuthorizedException) {
|
|
81
|
+
NotAuthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
+
})(NotAuthorizedException || (NotAuthorizedException = {}));
|
|
83
|
+
export var ResourceNotFoundException;
|
|
84
|
+
(function (ResourceNotFoundException) {
|
|
85
|
+
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
86
|
+
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
87
|
+
export var TooManyRequestsException;
|
|
88
|
+
(function (TooManyRequestsException) {
|
|
89
|
+
TooManyRequestsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
+
})(TooManyRequestsException || (TooManyRequestsException = {}));
|
|
91
|
+
export var UserImportInProgressException;
|
|
92
|
+
(function (UserImportInProgressException) {
|
|
93
|
+
UserImportInProgressException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
+
})(UserImportInProgressException || (UserImportInProgressException = {}));
|
|
95
|
+
export var AdminAddUserToGroupRequest;
|
|
96
|
+
(function (AdminAddUserToGroupRequest) {
|
|
97
|
+
AdminAddUserToGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
98
|
+
})(AdminAddUserToGroupRequest || (AdminAddUserToGroupRequest = {}));
|
|
99
|
+
export var UserNotFoundException;
|
|
100
|
+
(function (UserNotFoundException) {
|
|
101
|
+
UserNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
})(UserNotFoundException || (UserNotFoundException = {}));
|
|
103
|
+
export var AdminConfirmSignUpRequest;
|
|
104
|
+
(function (AdminConfirmSignUpRequest) {
|
|
105
|
+
AdminConfirmSignUpRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
106
|
+
})(AdminConfirmSignUpRequest || (AdminConfirmSignUpRequest = {}));
|
|
107
|
+
export var AdminConfirmSignUpResponse;
|
|
108
|
+
(function (AdminConfirmSignUpResponse) {
|
|
109
|
+
AdminConfirmSignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
})(AdminConfirmSignUpResponse || (AdminConfirmSignUpResponse = {}));
|
|
111
|
+
export var InvalidLambdaResponseException;
|
|
112
|
+
(function (InvalidLambdaResponseException) {
|
|
113
|
+
InvalidLambdaResponseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
})(InvalidLambdaResponseException || (InvalidLambdaResponseException = {}));
|
|
115
|
+
export var LimitExceededException;
|
|
116
|
+
(function (LimitExceededException) {
|
|
117
|
+
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
})(LimitExceededException || (LimitExceededException = {}));
|
|
119
|
+
export var TooManyFailedAttemptsException;
|
|
120
|
+
(function (TooManyFailedAttemptsException) {
|
|
121
|
+
TooManyFailedAttemptsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
122
|
+
})(TooManyFailedAttemptsException || (TooManyFailedAttemptsException = {}));
|
|
123
|
+
export var UnexpectedLambdaException;
|
|
124
|
+
(function (UnexpectedLambdaException) {
|
|
125
|
+
UnexpectedLambdaException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
126
|
+
})(UnexpectedLambdaException || (UnexpectedLambdaException = {}));
|
|
127
|
+
export var UserLambdaValidationException;
|
|
128
|
+
(function (UserLambdaValidationException) {
|
|
129
|
+
UserLambdaValidationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
+
})(UserLambdaValidationException || (UserLambdaValidationException = {}));
|
|
131
|
+
export var DeliveryMediumType;
|
|
132
|
+
(function (DeliveryMediumType) {
|
|
133
|
+
DeliveryMediumType["EMAIL"] = "EMAIL";
|
|
134
|
+
DeliveryMediumType["SMS"] = "SMS";
|
|
135
|
+
})(DeliveryMediumType || (DeliveryMediumType = {}));
|
|
136
|
+
export var MessageActionType;
|
|
137
|
+
(function (MessageActionType) {
|
|
138
|
+
MessageActionType["RESEND"] = "RESEND";
|
|
139
|
+
MessageActionType["SUPPRESS"] = "SUPPRESS";
|
|
140
|
+
})(MessageActionType || (MessageActionType = {}));
|
|
141
|
+
export var AttributeType;
|
|
142
|
+
(function (AttributeType) {
|
|
143
|
+
AttributeType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Value && { Value: SENSITIVE_STRING }))); };
|
|
144
|
+
})(AttributeType || (AttributeType = {}));
|
|
145
|
+
export var AdminCreateUserRequest;
|
|
146
|
+
(function (AdminCreateUserRequest) {
|
|
147
|
+
AdminCreateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
148
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
149
|
+
})), (obj.ValidationData && {
|
|
150
|
+
ValidationData: obj.ValidationData.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
151
|
+
})), (obj.TemporaryPassword && { TemporaryPassword: SENSITIVE_STRING }))); };
|
|
152
|
+
})(AdminCreateUserRequest || (AdminCreateUserRequest = {}));
|
|
153
|
+
export var MFAOptionType;
|
|
154
|
+
(function (MFAOptionType) {
|
|
155
|
+
MFAOptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
})(MFAOptionType || (MFAOptionType = {}));
|
|
157
|
+
export var UserStatusType;
|
|
158
|
+
(function (UserStatusType) {
|
|
159
|
+
UserStatusType["ARCHIVED"] = "ARCHIVED";
|
|
160
|
+
UserStatusType["COMPROMISED"] = "COMPROMISED";
|
|
161
|
+
UserStatusType["CONFIRMED"] = "CONFIRMED";
|
|
162
|
+
UserStatusType["FORCE_CHANGE_PASSWORD"] = "FORCE_CHANGE_PASSWORD";
|
|
163
|
+
UserStatusType["RESET_REQUIRED"] = "RESET_REQUIRED";
|
|
164
|
+
UserStatusType["UNCONFIRMED"] = "UNCONFIRMED";
|
|
165
|
+
UserStatusType["UNKNOWN"] = "UNKNOWN";
|
|
166
|
+
})(UserStatusType || (UserStatusType = {}));
|
|
167
|
+
export var UserType;
|
|
168
|
+
(function (UserType) {
|
|
169
|
+
UserType.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Attributes && { Attributes: obj.Attributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }) }))); };
|
|
170
|
+
})(UserType || (UserType = {}));
|
|
171
|
+
export var AdminCreateUserResponse;
|
|
172
|
+
(function (AdminCreateUserResponse) {
|
|
173
|
+
AdminCreateUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.User && { User: UserType.filterSensitiveLog(obj.User) }))); };
|
|
174
|
+
})(AdminCreateUserResponse || (AdminCreateUserResponse = {}));
|
|
175
|
+
export var CodeDeliveryFailureException;
|
|
176
|
+
(function (CodeDeliveryFailureException) {
|
|
177
|
+
CodeDeliveryFailureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
+
})(CodeDeliveryFailureException || (CodeDeliveryFailureException = {}));
|
|
179
|
+
export var InvalidPasswordException;
|
|
180
|
+
(function (InvalidPasswordException) {
|
|
181
|
+
InvalidPasswordException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
+
})(InvalidPasswordException || (InvalidPasswordException = {}));
|
|
183
|
+
export var InvalidSmsRoleAccessPolicyException;
|
|
184
|
+
(function (InvalidSmsRoleAccessPolicyException) {
|
|
185
|
+
InvalidSmsRoleAccessPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
+
})(InvalidSmsRoleAccessPolicyException || (InvalidSmsRoleAccessPolicyException = {}));
|
|
187
|
+
export var InvalidSmsRoleTrustRelationshipException;
|
|
188
|
+
(function (InvalidSmsRoleTrustRelationshipException) {
|
|
189
|
+
InvalidSmsRoleTrustRelationshipException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
})(InvalidSmsRoleTrustRelationshipException || (InvalidSmsRoleTrustRelationshipException = {}));
|
|
191
|
+
export var PreconditionNotMetException;
|
|
192
|
+
(function (PreconditionNotMetException) {
|
|
193
|
+
PreconditionNotMetException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
})(PreconditionNotMetException || (PreconditionNotMetException = {}));
|
|
195
|
+
export var UnsupportedUserStateException;
|
|
196
|
+
(function (UnsupportedUserStateException) {
|
|
197
|
+
UnsupportedUserStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
})(UnsupportedUserStateException || (UnsupportedUserStateException = {}));
|
|
199
|
+
export var UsernameExistsException;
|
|
200
|
+
(function (UsernameExistsException) {
|
|
201
|
+
UsernameExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
})(UsernameExistsException || (UsernameExistsException = {}));
|
|
203
|
+
export var MessageTemplateType;
|
|
204
|
+
(function (MessageTemplateType) {
|
|
205
|
+
MessageTemplateType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
})(MessageTemplateType || (MessageTemplateType = {}));
|
|
207
|
+
export var AdminCreateUserConfigType;
|
|
208
|
+
(function (AdminCreateUserConfigType) {
|
|
209
|
+
AdminCreateUserConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
})(AdminCreateUserConfigType || (AdminCreateUserConfigType = {}));
|
|
211
|
+
export var AdminDeleteUserRequest;
|
|
212
|
+
(function (AdminDeleteUserRequest) {
|
|
213
|
+
AdminDeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
214
|
+
})(AdminDeleteUserRequest || (AdminDeleteUserRequest = {}));
|
|
215
|
+
export var AdminDeleteUserAttributesRequest;
|
|
216
|
+
(function (AdminDeleteUserAttributesRequest) {
|
|
217
|
+
AdminDeleteUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
218
|
+
})(AdminDeleteUserAttributesRequest || (AdminDeleteUserAttributesRequest = {}));
|
|
219
|
+
export var AdminDeleteUserAttributesResponse;
|
|
220
|
+
(function (AdminDeleteUserAttributesResponse) {
|
|
221
|
+
AdminDeleteUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
})(AdminDeleteUserAttributesResponse || (AdminDeleteUserAttributesResponse = {}));
|
|
223
|
+
export var ProviderUserIdentifierType;
|
|
224
|
+
(function (ProviderUserIdentifierType) {
|
|
225
|
+
ProviderUserIdentifierType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
})(ProviderUserIdentifierType || (ProviderUserIdentifierType = {}));
|
|
227
|
+
export var AdminDisableProviderForUserRequest;
|
|
228
|
+
(function (AdminDisableProviderForUserRequest) {
|
|
229
|
+
AdminDisableProviderForUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
})(AdminDisableProviderForUserRequest || (AdminDisableProviderForUserRequest = {}));
|
|
231
|
+
export var AdminDisableProviderForUserResponse;
|
|
232
|
+
(function (AdminDisableProviderForUserResponse) {
|
|
233
|
+
AdminDisableProviderForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
})(AdminDisableProviderForUserResponse || (AdminDisableProviderForUserResponse = {}));
|
|
235
|
+
export var AliasExistsException;
|
|
236
|
+
(function (AliasExistsException) {
|
|
237
|
+
AliasExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
})(AliasExistsException || (AliasExistsException = {}));
|
|
239
|
+
export var AdminDisableUserRequest;
|
|
240
|
+
(function (AdminDisableUserRequest) {
|
|
241
|
+
AdminDisableUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
242
|
+
})(AdminDisableUserRequest || (AdminDisableUserRequest = {}));
|
|
243
|
+
export var AdminDisableUserResponse;
|
|
244
|
+
(function (AdminDisableUserResponse) {
|
|
245
|
+
AdminDisableUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
})(AdminDisableUserResponse || (AdminDisableUserResponse = {}));
|
|
247
|
+
export var AdminEnableUserRequest;
|
|
248
|
+
(function (AdminEnableUserRequest) {
|
|
249
|
+
AdminEnableUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
250
|
+
})(AdminEnableUserRequest || (AdminEnableUserRequest = {}));
|
|
251
|
+
export var AdminEnableUserResponse;
|
|
252
|
+
(function (AdminEnableUserResponse) {
|
|
253
|
+
AdminEnableUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
})(AdminEnableUserResponse || (AdminEnableUserResponse = {}));
|
|
255
|
+
export var AdminForgetDeviceRequest;
|
|
256
|
+
(function (AdminForgetDeviceRequest) {
|
|
257
|
+
AdminForgetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
258
|
+
})(AdminForgetDeviceRequest || (AdminForgetDeviceRequest = {}));
|
|
259
|
+
export var InvalidUserPoolConfigurationException;
|
|
260
|
+
(function (InvalidUserPoolConfigurationException) {
|
|
261
|
+
InvalidUserPoolConfigurationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
})(InvalidUserPoolConfigurationException || (InvalidUserPoolConfigurationException = {}));
|
|
263
|
+
export var AdminGetDeviceRequest;
|
|
264
|
+
(function (AdminGetDeviceRequest) {
|
|
265
|
+
AdminGetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
266
|
+
})(AdminGetDeviceRequest || (AdminGetDeviceRequest = {}));
|
|
267
|
+
export var DeviceType;
|
|
268
|
+
(function (DeviceType) {
|
|
269
|
+
DeviceType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DeviceAttributes && {
|
|
270
|
+
DeviceAttributes: obj.DeviceAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
271
|
+
}))); };
|
|
272
|
+
})(DeviceType || (DeviceType = {}));
|
|
273
|
+
export var AdminGetDeviceResponse;
|
|
274
|
+
(function (AdminGetDeviceResponse) {
|
|
275
|
+
AdminGetDeviceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceType.filterSensitiveLog(obj.Device) }))); };
|
|
276
|
+
})(AdminGetDeviceResponse || (AdminGetDeviceResponse = {}));
|
|
277
|
+
export var AdminGetUserRequest;
|
|
278
|
+
(function (AdminGetUserRequest) {
|
|
279
|
+
AdminGetUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
280
|
+
})(AdminGetUserRequest || (AdminGetUserRequest = {}));
|
|
281
|
+
export var AdminGetUserResponse;
|
|
282
|
+
(function (AdminGetUserResponse) {
|
|
283
|
+
AdminGetUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
284
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
285
|
+
}))); };
|
|
286
|
+
})(AdminGetUserResponse || (AdminGetUserResponse = {}));
|
|
287
|
+
export var AnalyticsMetadataType;
|
|
288
|
+
(function (AnalyticsMetadataType) {
|
|
289
|
+
AnalyticsMetadataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
})(AnalyticsMetadataType || (AnalyticsMetadataType = {}));
|
|
291
|
+
export var AuthFlowType;
|
|
292
|
+
(function (AuthFlowType) {
|
|
293
|
+
AuthFlowType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
|
|
294
|
+
AuthFlowType["ADMIN_USER_PASSWORD_AUTH"] = "ADMIN_USER_PASSWORD_AUTH";
|
|
295
|
+
AuthFlowType["CUSTOM_AUTH"] = "CUSTOM_AUTH";
|
|
296
|
+
AuthFlowType["REFRESH_TOKEN"] = "REFRESH_TOKEN";
|
|
297
|
+
AuthFlowType["REFRESH_TOKEN_AUTH"] = "REFRESH_TOKEN_AUTH";
|
|
298
|
+
AuthFlowType["USER_PASSWORD_AUTH"] = "USER_PASSWORD_AUTH";
|
|
299
|
+
AuthFlowType["USER_SRP_AUTH"] = "USER_SRP_AUTH";
|
|
300
|
+
})(AuthFlowType || (AuthFlowType = {}));
|
|
301
|
+
export var HttpHeader;
|
|
302
|
+
(function (HttpHeader) {
|
|
303
|
+
HttpHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
})(HttpHeader || (HttpHeader = {}));
|
|
305
|
+
export var ContextDataType;
|
|
306
|
+
(function (ContextDataType) {
|
|
307
|
+
ContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
})(ContextDataType || (ContextDataType = {}));
|
|
309
|
+
export var AdminInitiateAuthRequest;
|
|
310
|
+
(function (AdminInitiateAuthRequest) {
|
|
311
|
+
AdminInitiateAuthRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING }))); };
|
|
312
|
+
})(AdminInitiateAuthRequest || (AdminInitiateAuthRequest = {}));
|
|
313
|
+
export var NewDeviceMetadataType;
|
|
314
|
+
(function (NewDeviceMetadataType) {
|
|
315
|
+
NewDeviceMetadataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
})(NewDeviceMetadataType || (NewDeviceMetadataType = {}));
|
|
317
|
+
export var AuthenticationResultType;
|
|
318
|
+
(function (AuthenticationResultType) {
|
|
319
|
+
AuthenticationResultType.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING })), (obj.RefreshToken && { RefreshToken: SENSITIVE_STRING })), (obj.IdToken && { IdToken: SENSITIVE_STRING }))); };
|
|
320
|
+
})(AuthenticationResultType || (AuthenticationResultType = {}));
|
|
321
|
+
export var ChallengeNameType;
|
|
322
|
+
(function (ChallengeNameType) {
|
|
323
|
+
ChallengeNameType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
|
|
324
|
+
ChallengeNameType["CUSTOM_CHALLENGE"] = "CUSTOM_CHALLENGE";
|
|
325
|
+
ChallengeNameType["DEVICE_PASSWORD_VERIFIER"] = "DEVICE_PASSWORD_VERIFIER";
|
|
326
|
+
ChallengeNameType["DEVICE_SRP_AUTH"] = "DEVICE_SRP_AUTH";
|
|
327
|
+
ChallengeNameType["MFA_SETUP"] = "MFA_SETUP";
|
|
328
|
+
ChallengeNameType["NEW_PASSWORD_REQUIRED"] = "NEW_PASSWORD_REQUIRED";
|
|
329
|
+
ChallengeNameType["PASSWORD_VERIFIER"] = "PASSWORD_VERIFIER";
|
|
330
|
+
ChallengeNameType["SELECT_MFA_TYPE"] = "SELECT_MFA_TYPE";
|
|
331
|
+
ChallengeNameType["SMS_MFA"] = "SMS_MFA";
|
|
332
|
+
ChallengeNameType["SOFTWARE_TOKEN_MFA"] = "SOFTWARE_TOKEN_MFA";
|
|
333
|
+
})(ChallengeNameType || (ChallengeNameType = {}));
|
|
334
|
+
export var AdminInitiateAuthResponse;
|
|
335
|
+
(function (AdminInitiateAuthResponse) {
|
|
336
|
+
AdminInitiateAuthResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
337
|
+
AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
|
|
338
|
+
}))); };
|
|
339
|
+
})(AdminInitiateAuthResponse || (AdminInitiateAuthResponse = {}));
|
|
340
|
+
export var MFAMethodNotFoundException;
|
|
341
|
+
(function (MFAMethodNotFoundException) {
|
|
342
|
+
MFAMethodNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
})(MFAMethodNotFoundException || (MFAMethodNotFoundException = {}));
|
|
344
|
+
export var PasswordResetRequiredException;
|
|
345
|
+
(function (PasswordResetRequiredException) {
|
|
346
|
+
PasswordResetRequiredException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
})(PasswordResetRequiredException || (PasswordResetRequiredException = {}));
|
|
348
|
+
export var UserNotConfirmedException;
|
|
349
|
+
(function (UserNotConfirmedException) {
|
|
350
|
+
UserNotConfirmedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
})(UserNotConfirmedException || (UserNotConfirmedException = {}));
|
|
352
|
+
export var AdminLinkProviderForUserRequest;
|
|
353
|
+
(function (AdminLinkProviderForUserRequest) {
|
|
354
|
+
AdminLinkProviderForUserRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
})(AdminLinkProviderForUserRequest || (AdminLinkProviderForUserRequest = {}));
|
|
356
|
+
export var AdminLinkProviderForUserResponse;
|
|
357
|
+
(function (AdminLinkProviderForUserResponse) {
|
|
358
|
+
AdminLinkProviderForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
})(AdminLinkProviderForUserResponse || (AdminLinkProviderForUserResponse = {}));
|
|
360
|
+
export var AdminListDevicesRequest;
|
|
361
|
+
(function (AdminListDevicesRequest) {
|
|
362
|
+
AdminListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
363
|
+
})(AdminListDevicesRequest || (AdminListDevicesRequest = {}));
|
|
364
|
+
export var AdminListDevicesResponse;
|
|
365
|
+
(function (AdminListDevicesResponse) {
|
|
366
|
+
AdminListDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
})(AdminListDevicesResponse || (AdminListDevicesResponse = {}));
|
|
368
|
+
export var AdminListGroupsForUserRequest;
|
|
369
|
+
(function (AdminListGroupsForUserRequest) {
|
|
370
|
+
AdminListGroupsForUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
371
|
+
})(AdminListGroupsForUserRequest || (AdminListGroupsForUserRequest = {}));
|
|
372
|
+
export var GroupType;
|
|
373
|
+
(function (GroupType) {
|
|
374
|
+
GroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
})(GroupType || (GroupType = {}));
|
|
376
|
+
export var AdminListGroupsForUserResponse;
|
|
377
|
+
(function (AdminListGroupsForUserResponse) {
|
|
378
|
+
AdminListGroupsForUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
})(AdminListGroupsForUserResponse || (AdminListGroupsForUserResponse = {}));
|
|
380
|
+
export var AdminListUserAuthEventsRequest;
|
|
381
|
+
(function (AdminListUserAuthEventsRequest) {
|
|
382
|
+
AdminListUserAuthEventsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
383
|
+
})(AdminListUserAuthEventsRequest || (AdminListUserAuthEventsRequest = {}));
|
|
384
|
+
export var ChallengeName;
|
|
385
|
+
(function (ChallengeName) {
|
|
386
|
+
ChallengeName["Mfa"] = "Mfa";
|
|
387
|
+
ChallengeName["Password"] = "Password";
|
|
388
|
+
})(ChallengeName || (ChallengeName = {}));
|
|
389
|
+
export var ChallengeResponse;
|
|
390
|
+
(function (ChallengeResponse) {
|
|
391
|
+
ChallengeResponse["Failure"] = "Failure";
|
|
392
|
+
ChallengeResponse["Success"] = "Success";
|
|
393
|
+
})(ChallengeResponse || (ChallengeResponse = {}));
|
|
394
|
+
export var ChallengeResponseType;
|
|
395
|
+
(function (ChallengeResponseType) {
|
|
396
|
+
ChallengeResponseType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
})(ChallengeResponseType || (ChallengeResponseType = {}));
|
|
398
|
+
export var EventContextDataType;
|
|
399
|
+
(function (EventContextDataType) {
|
|
400
|
+
EventContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
})(EventContextDataType || (EventContextDataType = {}));
|
|
402
|
+
export var FeedbackValueType;
|
|
403
|
+
(function (FeedbackValueType) {
|
|
404
|
+
FeedbackValueType["INVALID"] = "Invalid";
|
|
405
|
+
FeedbackValueType["VALID"] = "Valid";
|
|
406
|
+
})(FeedbackValueType || (FeedbackValueType = {}));
|
|
407
|
+
export var EventFeedbackType;
|
|
408
|
+
(function (EventFeedbackType) {
|
|
409
|
+
EventFeedbackType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
})(EventFeedbackType || (EventFeedbackType = {}));
|
|
411
|
+
export var EventResponseType;
|
|
412
|
+
(function (EventResponseType) {
|
|
413
|
+
EventResponseType["Failure"] = "Failure";
|
|
414
|
+
EventResponseType["Success"] = "Success";
|
|
415
|
+
})(EventResponseType || (EventResponseType = {}));
|
|
416
|
+
export var RiskDecisionType;
|
|
417
|
+
(function (RiskDecisionType) {
|
|
418
|
+
RiskDecisionType["AccountTakeover"] = "AccountTakeover";
|
|
419
|
+
RiskDecisionType["Block"] = "Block";
|
|
420
|
+
RiskDecisionType["NoRisk"] = "NoRisk";
|
|
421
|
+
})(RiskDecisionType || (RiskDecisionType = {}));
|
|
422
|
+
export var RiskLevelType;
|
|
423
|
+
(function (RiskLevelType) {
|
|
424
|
+
RiskLevelType["High"] = "High";
|
|
425
|
+
RiskLevelType["Low"] = "Low";
|
|
426
|
+
RiskLevelType["Medium"] = "Medium";
|
|
427
|
+
})(RiskLevelType || (RiskLevelType = {}));
|
|
428
|
+
export var EventRiskType;
|
|
429
|
+
(function (EventRiskType) {
|
|
430
|
+
EventRiskType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
})(EventRiskType || (EventRiskType = {}));
|
|
432
|
+
export var EventType;
|
|
433
|
+
(function (EventType) {
|
|
434
|
+
EventType["ForgotPassword"] = "ForgotPassword";
|
|
435
|
+
EventType["SignIn"] = "SignIn";
|
|
436
|
+
EventType["SignUp"] = "SignUp";
|
|
437
|
+
})(EventType || (EventType = {}));
|
|
438
|
+
export var AuthEventType;
|
|
439
|
+
(function (AuthEventType) {
|
|
440
|
+
AuthEventType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
})(AuthEventType || (AuthEventType = {}));
|
|
442
|
+
export var AdminListUserAuthEventsResponse;
|
|
443
|
+
(function (AdminListUserAuthEventsResponse) {
|
|
444
|
+
AdminListUserAuthEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
})(AdminListUserAuthEventsResponse || (AdminListUserAuthEventsResponse = {}));
|
|
446
|
+
export var UserPoolAddOnNotEnabledException;
|
|
447
|
+
(function (UserPoolAddOnNotEnabledException) {
|
|
448
|
+
UserPoolAddOnNotEnabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
})(UserPoolAddOnNotEnabledException || (UserPoolAddOnNotEnabledException = {}));
|
|
450
|
+
export var AdminRemoveUserFromGroupRequest;
|
|
451
|
+
(function (AdminRemoveUserFromGroupRequest) {
|
|
452
|
+
AdminRemoveUserFromGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
453
|
+
})(AdminRemoveUserFromGroupRequest || (AdminRemoveUserFromGroupRequest = {}));
|
|
454
|
+
export var AdminResetUserPasswordRequest;
|
|
455
|
+
(function (AdminResetUserPasswordRequest) {
|
|
456
|
+
AdminResetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
457
|
+
})(AdminResetUserPasswordRequest || (AdminResetUserPasswordRequest = {}));
|
|
458
|
+
export var AdminResetUserPasswordResponse;
|
|
459
|
+
(function (AdminResetUserPasswordResponse) {
|
|
460
|
+
AdminResetUserPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
})(AdminResetUserPasswordResponse || (AdminResetUserPasswordResponse = {}));
|
|
462
|
+
export var InvalidEmailRoleAccessPolicyException;
|
|
463
|
+
(function (InvalidEmailRoleAccessPolicyException) {
|
|
464
|
+
InvalidEmailRoleAccessPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
})(InvalidEmailRoleAccessPolicyException || (InvalidEmailRoleAccessPolicyException = {}));
|
|
466
|
+
export var AdminRespondToAuthChallengeRequest;
|
|
467
|
+
(function (AdminRespondToAuthChallengeRequest) {
|
|
468
|
+
AdminRespondToAuthChallengeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
469
|
+
})(AdminRespondToAuthChallengeRequest || (AdminRespondToAuthChallengeRequest = {}));
|
|
470
|
+
export var AdminRespondToAuthChallengeResponse;
|
|
471
|
+
(function (AdminRespondToAuthChallengeResponse) {
|
|
472
|
+
AdminRespondToAuthChallengeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
473
|
+
AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
|
|
474
|
+
}))); };
|
|
475
|
+
})(AdminRespondToAuthChallengeResponse || (AdminRespondToAuthChallengeResponse = {}));
|
|
476
|
+
export var CodeMismatchException;
|
|
477
|
+
(function (CodeMismatchException) {
|
|
478
|
+
CodeMismatchException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
})(CodeMismatchException || (CodeMismatchException = {}));
|
|
480
|
+
export var ExpiredCodeException;
|
|
481
|
+
(function (ExpiredCodeException) {
|
|
482
|
+
ExpiredCodeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
})(ExpiredCodeException || (ExpiredCodeException = {}));
|
|
484
|
+
export var SoftwareTokenMFANotFoundException;
|
|
485
|
+
(function (SoftwareTokenMFANotFoundException) {
|
|
486
|
+
SoftwareTokenMFANotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(SoftwareTokenMFANotFoundException || (SoftwareTokenMFANotFoundException = {}));
|
|
488
|
+
export var SMSMfaSettingsType;
|
|
489
|
+
(function (SMSMfaSettingsType) {
|
|
490
|
+
SMSMfaSettingsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
})(SMSMfaSettingsType || (SMSMfaSettingsType = {}));
|
|
492
|
+
export var SoftwareTokenMfaSettingsType;
|
|
493
|
+
(function (SoftwareTokenMfaSettingsType) {
|
|
494
|
+
SoftwareTokenMfaSettingsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
})(SoftwareTokenMfaSettingsType || (SoftwareTokenMfaSettingsType = {}));
|
|
496
|
+
export var AdminSetUserMFAPreferenceRequest;
|
|
497
|
+
(function (AdminSetUserMFAPreferenceRequest) {
|
|
498
|
+
AdminSetUserMFAPreferenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
499
|
+
})(AdminSetUserMFAPreferenceRequest || (AdminSetUserMFAPreferenceRequest = {}));
|
|
500
|
+
export var AdminSetUserMFAPreferenceResponse;
|
|
501
|
+
(function (AdminSetUserMFAPreferenceResponse) {
|
|
502
|
+
AdminSetUserMFAPreferenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
})(AdminSetUserMFAPreferenceResponse || (AdminSetUserMFAPreferenceResponse = {}));
|
|
504
|
+
export var AdminSetUserPasswordRequest;
|
|
505
|
+
(function (AdminSetUserPasswordRequest) {
|
|
506
|
+
AdminSetUserPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
507
|
+
})(AdminSetUserPasswordRequest || (AdminSetUserPasswordRequest = {}));
|
|
508
|
+
export var AdminSetUserPasswordResponse;
|
|
509
|
+
(function (AdminSetUserPasswordResponse) {
|
|
510
|
+
AdminSetUserPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
})(AdminSetUserPasswordResponse || (AdminSetUserPasswordResponse = {}));
|
|
512
|
+
export var AdminSetUserSettingsRequest;
|
|
513
|
+
(function (AdminSetUserSettingsRequest) {
|
|
514
|
+
AdminSetUserSettingsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
515
|
+
})(AdminSetUserSettingsRequest || (AdminSetUserSettingsRequest = {}));
|
|
516
|
+
export var AdminSetUserSettingsResponse;
|
|
517
|
+
(function (AdminSetUserSettingsResponse) {
|
|
518
|
+
AdminSetUserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
})(AdminSetUserSettingsResponse || (AdminSetUserSettingsResponse = {}));
|
|
520
|
+
export var AdminUpdateAuthEventFeedbackRequest;
|
|
521
|
+
(function (AdminUpdateAuthEventFeedbackRequest) {
|
|
522
|
+
AdminUpdateAuthEventFeedbackRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
523
|
+
})(AdminUpdateAuthEventFeedbackRequest || (AdminUpdateAuthEventFeedbackRequest = {}));
|
|
524
|
+
export var AdminUpdateAuthEventFeedbackResponse;
|
|
525
|
+
(function (AdminUpdateAuthEventFeedbackResponse) {
|
|
526
|
+
AdminUpdateAuthEventFeedbackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
})(AdminUpdateAuthEventFeedbackResponse || (AdminUpdateAuthEventFeedbackResponse = {}));
|
|
528
|
+
export var DeviceRememberedStatusType;
|
|
529
|
+
(function (DeviceRememberedStatusType) {
|
|
530
|
+
DeviceRememberedStatusType["NOT_REMEMBERED"] = "not_remembered";
|
|
531
|
+
DeviceRememberedStatusType["REMEMBERED"] = "remembered";
|
|
532
|
+
})(DeviceRememberedStatusType || (DeviceRememberedStatusType = {}));
|
|
533
|
+
export var AdminUpdateDeviceStatusRequest;
|
|
534
|
+
(function (AdminUpdateDeviceStatusRequest) {
|
|
535
|
+
AdminUpdateDeviceStatusRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
536
|
+
})(AdminUpdateDeviceStatusRequest || (AdminUpdateDeviceStatusRequest = {}));
|
|
537
|
+
export var AdminUpdateDeviceStatusResponse;
|
|
538
|
+
(function (AdminUpdateDeviceStatusResponse) {
|
|
539
|
+
AdminUpdateDeviceStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
})(AdminUpdateDeviceStatusResponse || (AdminUpdateDeviceStatusResponse = {}));
|
|
541
|
+
export var AdminUpdateUserAttributesRequest;
|
|
542
|
+
(function (AdminUpdateUserAttributesRequest) {
|
|
543
|
+
AdminUpdateUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
544
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
545
|
+
}))); };
|
|
546
|
+
})(AdminUpdateUserAttributesRequest || (AdminUpdateUserAttributesRequest = {}));
|
|
547
|
+
export var AdminUpdateUserAttributesResponse;
|
|
548
|
+
(function (AdminUpdateUserAttributesResponse) {
|
|
549
|
+
AdminUpdateUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
})(AdminUpdateUserAttributesResponse || (AdminUpdateUserAttributesResponse = {}));
|
|
551
|
+
export var AdminUserGlobalSignOutRequest;
|
|
552
|
+
(function (AdminUserGlobalSignOutRequest) {
|
|
553
|
+
AdminUserGlobalSignOutRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
554
|
+
})(AdminUserGlobalSignOutRequest || (AdminUserGlobalSignOutRequest = {}));
|
|
555
|
+
export var AdminUserGlobalSignOutResponse;
|
|
556
|
+
(function (AdminUserGlobalSignOutResponse) {
|
|
557
|
+
AdminUserGlobalSignOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
})(AdminUserGlobalSignOutResponse || (AdminUserGlobalSignOutResponse = {}));
|
|
559
|
+
export var AdvancedSecurityModeType;
|
|
560
|
+
(function (AdvancedSecurityModeType) {
|
|
561
|
+
AdvancedSecurityModeType["AUDIT"] = "AUDIT";
|
|
562
|
+
AdvancedSecurityModeType["ENFORCED"] = "ENFORCED";
|
|
563
|
+
AdvancedSecurityModeType["OFF"] = "OFF";
|
|
564
|
+
})(AdvancedSecurityModeType || (AdvancedSecurityModeType = {}));
|
|
565
|
+
export var AliasAttributeType;
|
|
566
|
+
(function (AliasAttributeType) {
|
|
567
|
+
AliasAttributeType["EMAIL"] = "email";
|
|
568
|
+
AliasAttributeType["PHONE_NUMBER"] = "phone_number";
|
|
569
|
+
AliasAttributeType["PREFERRED_USERNAME"] = "preferred_username";
|
|
570
|
+
})(AliasAttributeType || (AliasAttributeType = {}));
|
|
571
|
+
export var AnalyticsConfigurationType;
|
|
572
|
+
(function (AnalyticsConfigurationType) {
|
|
573
|
+
AnalyticsConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
})(AnalyticsConfigurationType || (AnalyticsConfigurationType = {}));
|
|
575
|
+
export var AssociateSoftwareTokenRequest;
|
|
576
|
+
(function (AssociateSoftwareTokenRequest) {
|
|
577
|
+
AssociateSoftwareTokenRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
578
|
+
})(AssociateSoftwareTokenRequest || (AssociateSoftwareTokenRequest = {}));
|
|
579
|
+
export var AssociateSoftwareTokenResponse;
|
|
580
|
+
(function (AssociateSoftwareTokenResponse) {
|
|
581
|
+
AssociateSoftwareTokenResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SecretCode && { SecretCode: SENSITIVE_STRING }))); };
|
|
582
|
+
})(AssociateSoftwareTokenResponse || (AssociateSoftwareTokenResponse = {}));
|
|
583
|
+
export var ConcurrentModificationException;
|
|
584
|
+
(function (ConcurrentModificationException) {
|
|
585
|
+
ConcurrentModificationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
})(ConcurrentModificationException || (ConcurrentModificationException = {}));
|
|
587
|
+
export var ChangePasswordRequest;
|
|
588
|
+
(function (ChangePasswordRequest) {
|
|
589
|
+
ChangePasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.PreviousPassword && { PreviousPassword: SENSITIVE_STRING })), (obj.ProposedPassword && { ProposedPassword: SENSITIVE_STRING })), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
590
|
+
})(ChangePasswordRequest || (ChangePasswordRequest = {}));
|
|
591
|
+
export var ChangePasswordResponse;
|
|
592
|
+
(function (ChangePasswordResponse) {
|
|
593
|
+
ChangePasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
})(ChangePasswordResponse || (ChangePasswordResponse = {}));
|
|
595
|
+
export var DeviceSecretVerifierConfigType;
|
|
596
|
+
(function (DeviceSecretVerifierConfigType) {
|
|
597
|
+
DeviceSecretVerifierConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
})(DeviceSecretVerifierConfigType || (DeviceSecretVerifierConfigType = {}));
|
|
599
|
+
export var ConfirmDeviceRequest;
|
|
600
|
+
(function (ConfirmDeviceRequest) {
|
|
601
|
+
ConfirmDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
602
|
+
})(ConfirmDeviceRequest || (ConfirmDeviceRequest = {}));
|
|
603
|
+
export var ConfirmDeviceResponse;
|
|
604
|
+
(function (ConfirmDeviceResponse) {
|
|
605
|
+
ConfirmDeviceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
})(ConfirmDeviceResponse || (ConfirmDeviceResponse = {}));
|
|
607
|
+
export var UserContextDataType;
|
|
608
|
+
(function (UserContextDataType) {
|
|
609
|
+
UserContextDataType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
})(UserContextDataType || (UserContextDataType = {}));
|
|
611
|
+
export var ConfirmForgotPasswordRequest;
|
|
612
|
+
(function (ConfirmForgotPasswordRequest) {
|
|
613
|
+
ConfirmForgotPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING }))); };
|
|
614
|
+
})(ConfirmForgotPasswordRequest || (ConfirmForgotPasswordRequest = {}));
|
|
615
|
+
export var ConfirmForgotPasswordResponse;
|
|
616
|
+
(function (ConfirmForgotPasswordResponse) {
|
|
617
|
+
ConfirmForgotPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
})(ConfirmForgotPasswordResponse || (ConfirmForgotPasswordResponse = {}));
|
|
619
|
+
export var ConfirmSignUpRequest;
|
|
620
|
+
(function (ConfirmSignUpRequest) {
|
|
621
|
+
ConfirmSignUpRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
622
|
+
})(ConfirmSignUpRequest || (ConfirmSignUpRequest = {}));
|
|
623
|
+
export var ConfirmSignUpResponse;
|
|
624
|
+
(function (ConfirmSignUpResponse) {
|
|
625
|
+
ConfirmSignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
})(ConfirmSignUpResponse || (ConfirmSignUpResponse = {}));
|
|
627
|
+
export var CreateGroupRequest;
|
|
628
|
+
(function (CreateGroupRequest) {
|
|
629
|
+
CreateGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
})(CreateGroupRequest || (CreateGroupRequest = {}));
|
|
631
|
+
export var CreateGroupResponse;
|
|
632
|
+
(function (CreateGroupResponse) {
|
|
633
|
+
CreateGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
})(CreateGroupResponse || (CreateGroupResponse = {}));
|
|
635
|
+
export var GroupExistsException;
|
|
636
|
+
(function (GroupExistsException) {
|
|
637
|
+
GroupExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
})(GroupExistsException || (GroupExistsException = {}));
|
|
639
|
+
export var IdentityProviderTypeType;
|
|
640
|
+
(function (IdentityProviderTypeType) {
|
|
641
|
+
IdentityProviderTypeType["Facebook"] = "Facebook";
|
|
642
|
+
IdentityProviderTypeType["Google"] = "Google";
|
|
643
|
+
IdentityProviderTypeType["LoginWithAmazon"] = "LoginWithAmazon";
|
|
644
|
+
IdentityProviderTypeType["OIDC"] = "OIDC";
|
|
645
|
+
IdentityProviderTypeType["SAML"] = "SAML";
|
|
646
|
+
IdentityProviderTypeType["SignInWithApple"] = "SignInWithApple";
|
|
647
|
+
})(IdentityProviderTypeType || (IdentityProviderTypeType = {}));
|
|
648
|
+
export var CreateIdentityProviderRequest;
|
|
649
|
+
(function (CreateIdentityProviderRequest) {
|
|
650
|
+
CreateIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
})(CreateIdentityProviderRequest || (CreateIdentityProviderRequest = {}));
|
|
652
|
+
export var IdentityProviderType;
|
|
653
|
+
(function (IdentityProviderType) {
|
|
654
|
+
IdentityProviderType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
})(IdentityProviderType || (IdentityProviderType = {}));
|
|
656
|
+
export var CreateIdentityProviderResponse;
|
|
657
|
+
(function (CreateIdentityProviderResponse) {
|
|
658
|
+
CreateIdentityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
})(CreateIdentityProviderResponse || (CreateIdentityProviderResponse = {}));
|
|
660
|
+
export var DuplicateProviderException;
|
|
661
|
+
(function (DuplicateProviderException) {
|
|
662
|
+
DuplicateProviderException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
})(DuplicateProviderException || (DuplicateProviderException = {}));
|
|
664
|
+
export var ResourceServerScopeType;
|
|
665
|
+
(function (ResourceServerScopeType) {
|
|
666
|
+
ResourceServerScopeType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
})(ResourceServerScopeType || (ResourceServerScopeType = {}));
|
|
668
|
+
export var CreateResourceServerRequest;
|
|
669
|
+
(function (CreateResourceServerRequest) {
|
|
670
|
+
CreateResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
})(CreateResourceServerRequest || (CreateResourceServerRequest = {}));
|
|
672
|
+
export var ResourceServerType;
|
|
673
|
+
(function (ResourceServerType) {
|
|
674
|
+
ResourceServerType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
})(ResourceServerType || (ResourceServerType = {}));
|
|
676
|
+
export var CreateResourceServerResponse;
|
|
677
|
+
(function (CreateResourceServerResponse) {
|
|
678
|
+
CreateResourceServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
})(CreateResourceServerResponse || (CreateResourceServerResponse = {}));
|
|
680
|
+
export var CreateUserImportJobRequest;
|
|
681
|
+
(function (CreateUserImportJobRequest) {
|
|
682
|
+
CreateUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
})(CreateUserImportJobRequest || (CreateUserImportJobRequest = {}));
|
|
684
|
+
export var UserImportJobStatusType;
|
|
685
|
+
(function (UserImportJobStatusType) {
|
|
686
|
+
UserImportJobStatusType["Created"] = "Created";
|
|
687
|
+
UserImportJobStatusType["Expired"] = "Expired";
|
|
688
|
+
UserImportJobStatusType["Failed"] = "Failed";
|
|
689
|
+
UserImportJobStatusType["InProgress"] = "InProgress";
|
|
690
|
+
UserImportJobStatusType["Pending"] = "Pending";
|
|
691
|
+
UserImportJobStatusType["Stopped"] = "Stopped";
|
|
692
|
+
UserImportJobStatusType["Stopping"] = "Stopping";
|
|
693
|
+
UserImportJobStatusType["Succeeded"] = "Succeeded";
|
|
694
|
+
})(UserImportJobStatusType || (UserImportJobStatusType = {}));
|
|
695
|
+
export var UserImportJobType;
|
|
696
|
+
(function (UserImportJobType) {
|
|
697
|
+
UserImportJobType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
})(UserImportJobType || (UserImportJobType = {}));
|
|
699
|
+
export var CreateUserImportJobResponse;
|
|
700
|
+
(function (CreateUserImportJobResponse) {
|
|
701
|
+
CreateUserImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
+
})(CreateUserImportJobResponse || (CreateUserImportJobResponse = {}));
|
|
703
|
+
export var VerifiedAttributeType;
|
|
704
|
+
(function (VerifiedAttributeType) {
|
|
705
|
+
VerifiedAttributeType["EMAIL"] = "email";
|
|
706
|
+
VerifiedAttributeType["PHONE_NUMBER"] = "phone_number";
|
|
707
|
+
})(VerifiedAttributeType || (VerifiedAttributeType = {}));
|
|
708
|
+
export var DeviceConfigurationType;
|
|
709
|
+
(function (DeviceConfigurationType) {
|
|
710
|
+
DeviceConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
})(DeviceConfigurationType || (DeviceConfigurationType = {}));
|
|
712
|
+
export var EmailSendingAccountType;
|
|
713
|
+
(function (EmailSendingAccountType) {
|
|
714
|
+
EmailSendingAccountType["COGNITO_DEFAULT"] = "COGNITO_DEFAULT";
|
|
715
|
+
EmailSendingAccountType["DEVELOPER"] = "DEVELOPER";
|
|
716
|
+
})(EmailSendingAccountType || (EmailSendingAccountType = {}));
|
|
717
|
+
export var EmailConfigurationType;
|
|
718
|
+
(function (EmailConfigurationType) {
|
|
719
|
+
EmailConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
})(EmailConfigurationType || (EmailConfigurationType = {}));
|
|
721
|
+
export var CustomEmailSenderLambdaVersionType;
|
|
722
|
+
(function (CustomEmailSenderLambdaVersionType) {
|
|
723
|
+
CustomEmailSenderLambdaVersionType["V1_0"] = "V1_0";
|
|
724
|
+
})(CustomEmailSenderLambdaVersionType || (CustomEmailSenderLambdaVersionType = {}));
|
|
725
|
+
export var CustomEmailLambdaVersionConfigType;
|
|
726
|
+
(function (CustomEmailLambdaVersionConfigType) {
|
|
727
|
+
CustomEmailLambdaVersionConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
})(CustomEmailLambdaVersionConfigType || (CustomEmailLambdaVersionConfigType = {}));
|
|
729
|
+
export var CustomSMSSenderLambdaVersionType;
|
|
730
|
+
(function (CustomSMSSenderLambdaVersionType) {
|
|
731
|
+
CustomSMSSenderLambdaVersionType["V1_0"] = "V1_0";
|
|
732
|
+
})(CustomSMSSenderLambdaVersionType || (CustomSMSSenderLambdaVersionType = {}));
|
|
733
|
+
export var CustomSMSLambdaVersionConfigType;
|
|
734
|
+
(function (CustomSMSLambdaVersionConfigType) {
|
|
735
|
+
CustomSMSLambdaVersionConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
})(CustomSMSLambdaVersionConfigType || (CustomSMSLambdaVersionConfigType = {}));
|
|
737
|
+
export var LambdaConfigType;
|
|
738
|
+
(function (LambdaConfigType) {
|
|
739
|
+
LambdaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
})(LambdaConfigType || (LambdaConfigType = {}));
|
|
741
|
+
export var UserPoolMfaType;
|
|
742
|
+
(function (UserPoolMfaType) {
|
|
743
|
+
UserPoolMfaType["OFF"] = "OFF";
|
|
744
|
+
UserPoolMfaType["ON"] = "ON";
|
|
745
|
+
UserPoolMfaType["OPTIONAL"] = "OPTIONAL";
|
|
746
|
+
})(UserPoolMfaType || (UserPoolMfaType = {}));
|
|
747
|
+
export var PasswordPolicyType;
|
|
748
|
+
(function (PasswordPolicyType) {
|
|
749
|
+
PasswordPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
})(PasswordPolicyType || (PasswordPolicyType = {}));
|
|
751
|
+
export var UserPoolPolicyType;
|
|
752
|
+
(function (UserPoolPolicyType) {
|
|
753
|
+
UserPoolPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
})(UserPoolPolicyType || (UserPoolPolicyType = {}));
|
|
755
|
+
export var SmsConfigurationType;
|
|
756
|
+
(function (SmsConfigurationType) {
|
|
757
|
+
SmsConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
})(SmsConfigurationType || (SmsConfigurationType = {}));
|
|
759
|
+
export var UsernameAttributeType;
|
|
760
|
+
(function (UsernameAttributeType) {
|
|
761
|
+
UsernameAttributeType["EMAIL"] = "email";
|
|
762
|
+
UsernameAttributeType["PHONE_NUMBER"] = "phone_number";
|
|
763
|
+
})(UsernameAttributeType || (UsernameAttributeType = {}));
|
|
764
|
+
export var UsernameConfigurationType;
|
|
765
|
+
(function (UsernameConfigurationType) {
|
|
766
|
+
UsernameConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
})(UsernameConfigurationType || (UsernameConfigurationType = {}));
|
|
768
|
+
export var UserPoolAddOnsType;
|
|
769
|
+
(function (UserPoolAddOnsType) {
|
|
770
|
+
UserPoolAddOnsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
})(UserPoolAddOnsType || (UserPoolAddOnsType = {}));
|
|
772
|
+
export var DefaultEmailOptionType;
|
|
773
|
+
(function (DefaultEmailOptionType) {
|
|
774
|
+
DefaultEmailOptionType["CONFIRM_WITH_CODE"] = "CONFIRM_WITH_CODE";
|
|
775
|
+
DefaultEmailOptionType["CONFIRM_WITH_LINK"] = "CONFIRM_WITH_LINK";
|
|
776
|
+
})(DefaultEmailOptionType || (DefaultEmailOptionType = {}));
|
|
777
|
+
export var VerificationMessageTemplateType;
|
|
778
|
+
(function (VerificationMessageTemplateType) {
|
|
779
|
+
VerificationMessageTemplateType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
})(VerificationMessageTemplateType || (VerificationMessageTemplateType = {}));
|
|
781
|
+
export var CreateUserPoolRequest;
|
|
782
|
+
(function (CreateUserPoolRequest) {
|
|
783
|
+
CreateUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
})(CreateUserPoolRequest || (CreateUserPoolRequest = {}));
|
|
785
|
+
export var StatusType;
|
|
786
|
+
(function (StatusType) {
|
|
787
|
+
StatusType["Disabled"] = "Disabled";
|
|
788
|
+
StatusType["Enabled"] = "Enabled";
|
|
789
|
+
})(StatusType || (StatusType = {}));
|
|
790
|
+
export var UserPoolType;
|
|
791
|
+
(function (UserPoolType) {
|
|
792
|
+
UserPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
})(UserPoolType || (UserPoolType = {}));
|
|
794
|
+
export var CreateUserPoolResponse;
|
|
795
|
+
(function (CreateUserPoolResponse) {
|
|
796
|
+
CreateUserPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
})(CreateUserPoolResponse || (CreateUserPoolResponse = {}));
|
|
798
|
+
export var UserPoolTaggingException;
|
|
799
|
+
(function (UserPoolTaggingException) {
|
|
800
|
+
UserPoolTaggingException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
})(UserPoolTaggingException || (UserPoolTaggingException = {}));
|
|
802
|
+
export var OAuthFlowType;
|
|
803
|
+
(function (OAuthFlowType) {
|
|
804
|
+
OAuthFlowType["client_credentials"] = "client_credentials";
|
|
805
|
+
OAuthFlowType["code"] = "code";
|
|
806
|
+
OAuthFlowType["implicit"] = "implicit";
|
|
807
|
+
})(OAuthFlowType || (OAuthFlowType = {}));
|
|
808
|
+
export var ExplicitAuthFlowsType;
|
|
809
|
+
(function (ExplicitAuthFlowsType) {
|
|
810
|
+
ExplicitAuthFlowsType["ADMIN_NO_SRP_AUTH"] = "ADMIN_NO_SRP_AUTH";
|
|
811
|
+
ExplicitAuthFlowsType["ALLOW_ADMIN_USER_PASSWORD_AUTH"] = "ALLOW_ADMIN_USER_PASSWORD_AUTH";
|
|
812
|
+
ExplicitAuthFlowsType["ALLOW_CUSTOM_AUTH"] = "ALLOW_CUSTOM_AUTH";
|
|
813
|
+
ExplicitAuthFlowsType["ALLOW_REFRESH_TOKEN_AUTH"] = "ALLOW_REFRESH_TOKEN_AUTH";
|
|
814
|
+
ExplicitAuthFlowsType["ALLOW_USER_PASSWORD_AUTH"] = "ALLOW_USER_PASSWORD_AUTH";
|
|
815
|
+
ExplicitAuthFlowsType["ALLOW_USER_SRP_AUTH"] = "ALLOW_USER_SRP_AUTH";
|
|
816
|
+
ExplicitAuthFlowsType["CUSTOM_AUTH_FLOW_ONLY"] = "CUSTOM_AUTH_FLOW_ONLY";
|
|
817
|
+
ExplicitAuthFlowsType["USER_PASSWORD_AUTH"] = "USER_PASSWORD_AUTH";
|
|
818
|
+
})(ExplicitAuthFlowsType || (ExplicitAuthFlowsType = {}));
|
|
819
|
+
export var PreventUserExistenceErrorTypes;
|
|
820
|
+
(function (PreventUserExistenceErrorTypes) {
|
|
821
|
+
PreventUserExistenceErrorTypes["ENABLED"] = "ENABLED";
|
|
822
|
+
PreventUserExistenceErrorTypes["LEGACY"] = "LEGACY";
|
|
823
|
+
})(PreventUserExistenceErrorTypes || (PreventUserExistenceErrorTypes = {}));
|
|
824
|
+
export var TimeUnitsType;
|
|
825
|
+
(function (TimeUnitsType) {
|
|
826
|
+
TimeUnitsType["DAYS"] = "days";
|
|
827
|
+
TimeUnitsType["HOURS"] = "hours";
|
|
828
|
+
TimeUnitsType["MINUTES"] = "minutes";
|
|
829
|
+
TimeUnitsType["SECONDS"] = "seconds";
|
|
830
|
+
})(TimeUnitsType || (TimeUnitsType = {}));
|
|
831
|
+
export var TokenValidityUnitsType;
|
|
832
|
+
(function (TokenValidityUnitsType) {
|
|
833
|
+
TokenValidityUnitsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
})(TokenValidityUnitsType || (TokenValidityUnitsType = {}));
|
|
835
|
+
export var CreateUserPoolClientRequest;
|
|
836
|
+
(function (CreateUserPoolClientRequest) {
|
|
837
|
+
CreateUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
})(CreateUserPoolClientRequest || (CreateUserPoolClientRequest = {}));
|
|
839
|
+
export var UserPoolClientType;
|
|
840
|
+
(function (UserPoolClientType) {
|
|
841
|
+
UserPoolClientType.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
|
|
842
|
+
})(UserPoolClientType || (UserPoolClientType = {}));
|
|
843
|
+
export var CreateUserPoolClientResponse;
|
|
844
|
+
(function (CreateUserPoolClientResponse) {
|
|
845
|
+
CreateUserPoolClientResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientType.filterSensitiveLog(obj.UserPoolClient) }))); };
|
|
846
|
+
})(CreateUserPoolClientResponse || (CreateUserPoolClientResponse = {}));
|
|
847
|
+
export var InvalidOAuthFlowException;
|
|
848
|
+
(function (InvalidOAuthFlowException) {
|
|
849
|
+
InvalidOAuthFlowException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
})(InvalidOAuthFlowException || (InvalidOAuthFlowException = {}));
|
|
851
|
+
export var ScopeDoesNotExistException;
|
|
852
|
+
(function (ScopeDoesNotExistException) {
|
|
853
|
+
ScopeDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
})(ScopeDoesNotExistException || (ScopeDoesNotExistException = {}));
|
|
855
|
+
export var CustomDomainConfigType;
|
|
856
|
+
(function (CustomDomainConfigType) {
|
|
857
|
+
CustomDomainConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
})(CustomDomainConfigType || (CustomDomainConfigType = {}));
|
|
859
|
+
export var CreateUserPoolDomainRequest;
|
|
860
|
+
(function (CreateUserPoolDomainRequest) {
|
|
861
|
+
CreateUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
})(CreateUserPoolDomainRequest || (CreateUserPoolDomainRequest = {}));
|
|
863
|
+
export var CreateUserPoolDomainResponse;
|
|
864
|
+
(function (CreateUserPoolDomainResponse) {
|
|
865
|
+
CreateUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
})(CreateUserPoolDomainResponse || (CreateUserPoolDomainResponse = {}));
|
|
867
|
+
export var DeleteGroupRequest;
|
|
868
|
+
(function (DeleteGroupRequest) {
|
|
869
|
+
DeleteGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
})(DeleteGroupRequest || (DeleteGroupRequest = {}));
|
|
871
|
+
export var DeleteIdentityProviderRequest;
|
|
872
|
+
(function (DeleteIdentityProviderRequest) {
|
|
873
|
+
DeleteIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
})(DeleteIdentityProviderRequest || (DeleteIdentityProviderRequest = {}));
|
|
875
|
+
export var UnsupportedIdentityProviderException;
|
|
876
|
+
(function (UnsupportedIdentityProviderException) {
|
|
877
|
+
UnsupportedIdentityProviderException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
+
})(UnsupportedIdentityProviderException || (UnsupportedIdentityProviderException = {}));
|
|
879
|
+
export var DeleteResourceServerRequest;
|
|
880
|
+
(function (DeleteResourceServerRequest) {
|
|
881
|
+
DeleteResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
})(DeleteResourceServerRequest || (DeleteResourceServerRequest = {}));
|
|
883
|
+
export var DeleteUserRequest;
|
|
884
|
+
(function (DeleteUserRequest) {
|
|
885
|
+
DeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
886
|
+
})(DeleteUserRequest || (DeleteUserRequest = {}));
|
|
887
|
+
export var DeleteUserAttributesRequest;
|
|
888
|
+
(function (DeleteUserAttributesRequest) {
|
|
889
|
+
DeleteUserAttributesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
890
|
+
})(DeleteUserAttributesRequest || (DeleteUserAttributesRequest = {}));
|
|
891
|
+
export var DeleteUserAttributesResponse;
|
|
892
|
+
(function (DeleteUserAttributesResponse) {
|
|
893
|
+
DeleteUserAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
+
})(DeleteUserAttributesResponse || (DeleteUserAttributesResponse = {}));
|
|
895
|
+
export var DeleteUserPoolRequest;
|
|
896
|
+
(function (DeleteUserPoolRequest) {
|
|
897
|
+
DeleteUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
+
})(DeleteUserPoolRequest || (DeleteUserPoolRequest = {}));
|
|
899
|
+
export var DeleteUserPoolClientRequest;
|
|
900
|
+
(function (DeleteUserPoolClientRequest) {
|
|
901
|
+
DeleteUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
902
|
+
})(DeleteUserPoolClientRequest || (DeleteUserPoolClientRequest = {}));
|
|
903
|
+
export var DeleteUserPoolDomainRequest;
|
|
904
|
+
(function (DeleteUserPoolDomainRequest) {
|
|
905
|
+
DeleteUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
+
})(DeleteUserPoolDomainRequest || (DeleteUserPoolDomainRequest = {}));
|
|
907
|
+
export var DeleteUserPoolDomainResponse;
|
|
908
|
+
(function (DeleteUserPoolDomainResponse) {
|
|
909
|
+
DeleteUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
+
})(DeleteUserPoolDomainResponse || (DeleteUserPoolDomainResponse = {}));
|
|
911
|
+
export var DescribeIdentityProviderRequest;
|
|
912
|
+
(function (DescribeIdentityProviderRequest) {
|
|
913
|
+
DescribeIdentityProviderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
+
})(DescribeIdentityProviderRequest || (DescribeIdentityProviderRequest = {}));
|
|
915
|
+
export var DescribeIdentityProviderResponse;
|
|
916
|
+
(function (DescribeIdentityProviderResponse) {
|
|
917
|
+
DescribeIdentityProviderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
+
})(DescribeIdentityProviderResponse || (DescribeIdentityProviderResponse = {}));
|
|
919
|
+
export var DescribeResourceServerRequest;
|
|
920
|
+
(function (DescribeResourceServerRequest) {
|
|
921
|
+
DescribeResourceServerRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
+
})(DescribeResourceServerRequest || (DescribeResourceServerRequest = {}));
|
|
923
|
+
export var DescribeResourceServerResponse;
|
|
924
|
+
(function (DescribeResourceServerResponse) {
|
|
925
|
+
DescribeResourceServerResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
+
})(DescribeResourceServerResponse || (DescribeResourceServerResponse = {}));
|
|
927
|
+
export var DescribeRiskConfigurationRequest;
|
|
928
|
+
(function (DescribeRiskConfigurationRequest) {
|
|
929
|
+
DescribeRiskConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
930
|
+
})(DescribeRiskConfigurationRequest || (DescribeRiskConfigurationRequest = {}));
|
|
931
|
+
export var CompromisedCredentialsEventActionType;
|
|
932
|
+
(function (CompromisedCredentialsEventActionType) {
|
|
933
|
+
CompromisedCredentialsEventActionType["BLOCK"] = "BLOCK";
|
|
934
|
+
CompromisedCredentialsEventActionType["NO_ACTION"] = "NO_ACTION";
|
|
935
|
+
})(CompromisedCredentialsEventActionType || (CompromisedCredentialsEventActionType = {}));
|
|
936
|
+
export var CompromisedCredentialsActionsType;
|
|
937
|
+
(function (CompromisedCredentialsActionsType) {
|
|
938
|
+
CompromisedCredentialsActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
+
})(CompromisedCredentialsActionsType || (CompromisedCredentialsActionsType = {}));
|
|
940
|
+
export var EventFilterType;
|
|
941
|
+
(function (EventFilterType) {
|
|
942
|
+
EventFilterType["PASSWORD_CHANGE"] = "PASSWORD_CHANGE";
|
|
943
|
+
EventFilterType["SIGN_IN"] = "SIGN_IN";
|
|
944
|
+
EventFilterType["SIGN_UP"] = "SIGN_UP";
|
|
945
|
+
})(EventFilterType || (EventFilterType = {}));
|
|
946
|
+
export var CompromisedCredentialsRiskConfigurationType;
|
|
947
|
+
(function (CompromisedCredentialsRiskConfigurationType) {
|
|
948
|
+
CompromisedCredentialsRiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
+
})(CompromisedCredentialsRiskConfigurationType || (CompromisedCredentialsRiskConfigurationType = {}));
|
|
950
|
+
export var RiskExceptionConfigurationType;
|
|
951
|
+
(function (RiskExceptionConfigurationType) {
|
|
952
|
+
RiskExceptionConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
+
})(RiskExceptionConfigurationType || (RiskExceptionConfigurationType = {}));
|
|
954
|
+
export var RiskConfigurationType;
|
|
955
|
+
(function (RiskConfigurationType) {
|
|
956
|
+
RiskConfigurationType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
957
|
+
})(RiskConfigurationType || (RiskConfigurationType = {}));
|
|
958
|
+
export var DescribeRiskConfigurationResponse;
|
|
959
|
+
(function (DescribeRiskConfigurationResponse) {
|
|
960
|
+
DescribeRiskConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && {
|
|
961
|
+
RiskConfiguration: RiskConfigurationType.filterSensitiveLog(obj.RiskConfiguration),
|
|
962
|
+
}))); };
|
|
963
|
+
})(DescribeRiskConfigurationResponse || (DescribeRiskConfigurationResponse = {}));
|
|
964
|
+
export var DescribeUserImportJobRequest;
|
|
965
|
+
(function (DescribeUserImportJobRequest) {
|
|
966
|
+
DescribeUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
|
+
})(DescribeUserImportJobRequest || (DescribeUserImportJobRequest = {}));
|
|
968
|
+
export var DescribeUserImportJobResponse;
|
|
969
|
+
(function (DescribeUserImportJobResponse) {
|
|
970
|
+
DescribeUserImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
|
+
})(DescribeUserImportJobResponse || (DescribeUserImportJobResponse = {}));
|
|
972
|
+
export var DescribeUserPoolRequest;
|
|
973
|
+
(function (DescribeUserPoolRequest) {
|
|
974
|
+
DescribeUserPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
|
+
})(DescribeUserPoolRequest || (DescribeUserPoolRequest = {}));
|
|
976
|
+
export var DescribeUserPoolResponse;
|
|
977
|
+
(function (DescribeUserPoolResponse) {
|
|
978
|
+
DescribeUserPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
979
|
+
})(DescribeUserPoolResponse || (DescribeUserPoolResponse = {}));
|
|
980
|
+
export var DescribeUserPoolClientRequest;
|
|
981
|
+
(function (DescribeUserPoolClientRequest) {
|
|
982
|
+
DescribeUserPoolClientRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
983
|
+
})(DescribeUserPoolClientRequest || (DescribeUserPoolClientRequest = {}));
|
|
984
|
+
export var DescribeUserPoolClientResponse;
|
|
985
|
+
(function (DescribeUserPoolClientResponse) {
|
|
986
|
+
DescribeUserPoolClientResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClient && { UserPoolClient: UserPoolClientType.filterSensitiveLog(obj.UserPoolClient) }))); };
|
|
987
|
+
})(DescribeUserPoolClientResponse || (DescribeUserPoolClientResponse = {}));
|
|
988
|
+
export var DescribeUserPoolDomainRequest;
|
|
989
|
+
(function (DescribeUserPoolDomainRequest) {
|
|
990
|
+
DescribeUserPoolDomainRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
+
})(DescribeUserPoolDomainRequest || (DescribeUserPoolDomainRequest = {}));
|
|
992
|
+
export var DomainStatusType;
|
|
993
|
+
(function (DomainStatusType) {
|
|
994
|
+
DomainStatusType["ACTIVE"] = "ACTIVE";
|
|
995
|
+
DomainStatusType["CREATING"] = "CREATING";
|
|
996
|
+
DomainStatusType["DELETING"] = "DELETING";
|
|
997
|
+
DomainStatusType["FAILED"] = "FAILED";
|
|
998
|
+
DomainStatusType["UPDATING"] = "UPDATING";
|
|
999
|
+
})(DomainStatusType || (DomainStatusType = {}));
|
|
1000
|
+
export var DomainDescriptionType;
|
|
1001
|
+
(function (DomainDescriptionType) {
|
|
1002
|
+
DomainDescriptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
|
+
})(DomainDescriptionType || (DomainDescriptionType = {}));
|
|
1004
|
+
export var DescribeUserPoolDomainResponse;
|
|
1005
|
+
(function (DescribeUserPoolDomainResponse) {
|
|
1006
|
+
DescribeUserPoolDomainResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1007
|
+
})(DescribeUserPoolDomainResponse || (DescribeUserPoolDomainResponse = {}));
|
|
1008
|
+
export var ForgetDeviceRequest;
|
|
1009
|
+
(function (ForgetDeviceRequest) {
|
|
1010
|
+
ForgetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1011
|
+
})(ForgetDeviceRequest || (ForgetDeviceRequest = {}));
|
|
1012
|
+
export var ForgotPasswordRequest;
|
|
1013
|
+
(function (ForgotPasswordRequest) {
|
|
1014
|
+
ForgotPasswordRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
1015
|
+
})(ForgotPasswordRequest || (ForgotPasswordRequest = {}));
|
|
1016
|
+
export var CodeDeliveryDetailsType;
|
|
1017
|
+
(function (CodeDeliveryDetailsType) {
|
|
1018
|
+
CodeDeliveryDetailsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
|
+
})(CodeDeliveryDetailsType || (CodeDeliveryDetailsType = {}));
|
|
1020
|
+
export var ForgotPasswordResponse;
|
|
1021
|
+
(function (ForgotPasswordResponse) {
|
|
1022
|
+
ForgotPasswordResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
|
+
})(ForgotPasswordResponse || (ForgotPasswordResponse = {}));
|
|
1024
|
+
export var GetCSVHeaderRequest;
|
|
1025
|
+
(function (GetCSVHeaderRequest) {
|
|
1026
|
+
GetCSVHeaderRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
+
})(GetCSVHeaderRequest || (GetCSVHeaderRequest = {}));
|
|
1028
|
+
export var GetCSVHeaderResponse;
|
|
1029
|
+
(function (GetCSVHeaderResponse) {
|
|
1030
|
+
GetCSVHeaderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1031
|
+
})(GetCSVHeaderResponse || (GetCSVHeaderResponse = {}));
|
|
1032
|
+
export var GetDeviceRequest;
|
|
1033
|
+
(function (GetDeviceRequest) {
|
|
1034
|
+
GetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1035
|
+
})(GetDeviceRequest || (GetDeviceRequest = {}));
|
|
1036
|
+
export var GetDeviceResponse;
|
|
1037
|
+
(function (GetDeviceResponse) {
|
|
1038
|
+
GetDeviceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Device && { Device: DeviceType.filterSensitiveLog(obj.Device) }))); };
|
|
1039
|
+
})(GetDeviceResponse || (GetDeviceResponse = {}));
|
|
1040
|
+
export var GetGroupRequest;
|
|
1041
|
+
(function (GetGroupRequest) {
|
|
1042
|
+
GetGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1043
|
+
})(GetGroupRequest || (GetGroupRequest = {}));
|
|
1044
|
+
export var GetGroupResponse;
|
|
1045
|
+
(function (GetGroupResponse) {
|
|
1046
|
+
GetGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1047
|
+
})(GetGroupResponse || (GetGroupResponse = {}));
|
|
1048
|
+
export var GetIdentityProviderByIdentifierRequest;
|
|
1049
|
+
(function (GetIdentityProviderByIdentifierRequest) {
|
|
1050
|
+
GetIdentityProviderByIdentifierRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
|
+
})(GetIdentityProviderByIdentifierRequest || (GetIdentityProviderByIdentifierRequest = {}));
|
|
1052
|
+
export var GetIdentityProviderByIdentifierResponse;
|
|
1053
|
+
(function (GetIdentityProviderByIdentifierResponse) {
|
|
1054
|
+
GetIdentityProviderByIdentifierResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1055
|
+
})(GetIdentityProviderByIdentifierResponse || (GetIdentityProviderByIdentifierResponse = {}));
|
|
1056
|
+
export var GetSigningCertificateRequest;
|
|
1057
|
+
(function (GetSigningCertificateRequest) {
|
|
1058
|
+
GetSigningCertificateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1059
|
+
})(GetSigningCertificateRequest || (GetSigningCertificateRequest = {}));
|
|
1060
|
+
export var GetSigningCertificateResponse;
|
|
1061
|
+
(function (GetSigningCertificateResponse) {
|
|
1062
|
+
GetSigningCertificateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
+
})(GetSigningCertificateResponse || (GetSigningCertificateResponse = {}));
|
|
1064
|
+
export var GetUICustomizationRequest;
|
|
1065
|
+
(function (GetUICustomizationRequest) {
|
|
1066
|
+
GetUICustomizationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
1067
|
+
})(GetUICustomizationRequest || (GetUICustomizationRequest = {}));
|
|
1068
|
+
export var UICustomizationType;
|
|
1069
|
+
(function (UICustomizationType) {
|
|
1070
|
+
UICustomizationType.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
1071
|
+
})(UICustomizationType || (UICustomizationType = {}));
|
|
1072
|
+
export var GetUICustomizationResponse;
|
|
1073
|
+
(function (GetUICustomizationResponse) {
|
|
1074
|
+
GetUICustomizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationType.filterSensitiveLog(obj.UICustomization) }))); };
|
|
1075
|
+
})(GetUICustomizationResponse || (GetUICustomizationResponse = {}));
|
|
1076
|
+
export var GetUserRequest;
|
|
1077
|
+
(function (GetUserRequest) {
|
|
1078
|
+
GetUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1079
|
+
})(GetUserRequest || (GetUserRequest = {}));
|
|
1080
|
+
export var GetUserResponse;
|
|
1081
|
+
(function (GetUserResponse) {
|
|
1082
|
+
GetUserResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Username && { Username: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
1083
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
1084
|
+
}))); };
|
|
1085
|
+
})(GetUserResponse || (GetUserResponse = {}));
|
|
1086
|
+
export var GetUserAttributeVerificationCodeRequest;
|
|
1087
|
+
(function (GetUserAttributeVerificationCodeRequest) {
|
|
1088
|
+
GetUserAttributeVerificationCodeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1089
|
+
})(GetUserAttributeVerificationCodeRequest || (GetUserAttributeVerificationCodeRequest = {}));
|
|
1090
|
+
export var GetUserAttributeVerificationCodeResponse;
|
|
1091
|
+
(function (GetUserAttributeVerificationCodeResponse) {
|
|
1092
|
+
GetUserAttributeVerificationCodeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1093
|
+
})(GetUserAttributeVerificationCodeResponse || (GetUserAttributeVerificationCodeResponse = {}));
|
|
1094
|
+
export var GetUserPoolMfaConfigRequest;
|
|
1095
|
+
(function (GetUserPoolMfaConfigRequest) {
|
|
1096
|
+
GetUserPoolMfaConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
+
})(GetUserPoolMfaConfigRequest || (GetUserPoolMfaConfigRequest = {}));
|
|
1098
|
+
export var SmsMfaConfigType;
|
|
1099
|
+
(function (SmsMfaConfigType) {
|
|
1100
|
+
SmsMfaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
+
})(SmsMfaConfigType || (SmsMfaConfigType = {}));
|
|
1102
|
+
export var SoftwareTokenMfaConfigType;
|
|
1103
|
+
(function (SoftwareTokenMfaConfigType) {
|
|
1104
|
+
SoftwareTokenMfaConfigType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
+
})(SoftwareTokenMfaConfigType || (SoftwareTokenMfaConfigType = {}));
|
|
1106
|
+
export var GetUserPoolMfaConfigResponse;
|
|
1107
|
+
(function (GetUserPoolMfaConfigResponse) {
|
|
1108
|
+
GetUserPoolMfaConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
+
})(GetUserPoolMfaConfigResponse || (GetUserPoolMfaConfigResponse = {}));
|
|
1110
|
+
export var GlobalSignOutRequest;
|
|
1111
|
+
(function (GlobalSignOutRequest) {
|
|
1112
|
+
GlobalSignOutRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1113
|
+
})(GlobalSignOutRequest || (GlobalSignOutRequest = {}));
|
|
1114
|
+
export var GlobalSignOutResponse;
|
|
1115
|
+
(function (GlobalSignOutResponse) {
|
|
1116
|
+
GlobalSignOutResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
+
})(GlobalSignOutResponse || (GlobalSignOutResponse = {}));
|
|
1118
|
+
export var InitiateAuthRequest;
|
|
1119
|
+
(function (InitiateAuthRequest) {
|
|
1120
|
+
InitiateAuthRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthParameters && { AuthParameters: SENSITIVE_STRING })), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
1121
|
+
})(InitiateAuthRequest || (InitiateAuthRequest = {}));
|
|
1122
|
+
export var InitiateAuthResponse;
|
|
1123
|
+
(function (InitiateAuthResponse) {
|
|
1124
|
+
InitiateAuthResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
1125
|
+
AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
|
|
1126
|
+
}))); };
|
|
1127
|
+
})(InitiateAuthResponse || (InitiateAuthResponse = {}));
|
|
1128
|
+
export var ListDevicesRequest;
|
|
1129
|
+
(function (ListDevicesRequest) {
|
|
1130
|
+
ListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1131
|
+
})(ListDevicesRequest || (ListDevicesRequest = {}));
|
|
1132
|
+
export var ListDevicesResponse;
|
|
1133
|
+
(function (ListDevicesResponse) {
|
|
1134
|
+
ListDevicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1135
|
+
})(ListDevicesResponse || (ListDevicesResponse = {}));
|
|
1136
|
+
export var ListGroupsRequest;
|
|
1137
|
+
(function (ListGroupsRequest) {
|
|
1138
|
+
ListGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1139
|
+
})(ListGroupsRequest || (ListGroupsRequest = {}));
|
|
1140
|
+
export var ListGroupsResponse;
|
|
1141
|
+
(function (ListGroupsResponse) {
|
|
1142
|
+
ListGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1143
|
+
})(ListGroupsResponse || (ListGroupsResponse = {}));
|
|
1144
|
+
export var ListIdentityProvidersRequest;
|
|
1145
|
+
(function (ListIdentityProvidersRequest) {
|
|
1146
|
+
ListIdentityProvidersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1147
|
+
})(ListIdentityProvidersRequest || (ListIdentityProvidersRequest = {}));
|
|
1148
|
+
export var ProviderDescription;
|
|
1149
|
+
(function (ProviderDescription) {
|
|
1150
|
+
ProviderDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1151
|
+
})(ProviderDescription || (ProviderDescription = {}));
|
|
1152
|
+
export var ListIdentityProvidersResponse;
|
|
1153
|
+
(function (ListIdentityProvidersResponse) {
|
|
1154
|
+
ListIdentityProvidersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1155
|
+
})(ListIdentityProvidersResponse || (ListIdentityProvidersResponse = {}));
|
|
1156
|
+
export var ListResourceServersRequest;
|
|
1157
|
+
(function (ListResourceServersRequest) {
|
|
1158
|
+
ListResourceServersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1159
|
+
})(ListResourceServersRequest || (ListResourceServersRequest = {}));
|
|
1160
|
+
export var ListResourceServersResponse;
|
|
1161
|
+
(function (ListResourceServersResponse) {
|
|
1162
|
+
ListResourceServersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1163
|
+
})(ListResourceServersResponse || (ListResourceServersResponse = {}));
|
|
1164
|
+
export var ListTagsForResourceRequest;
|
|
1165
|
+
(function (ListTagsForResourceRequest) {
|
|
1166
|
+
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
|
+
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1168
|
+
export var ListTagsForResourceResponse;
|
|
1169
|
+
(function (ListTagsForResourceResponse) {
|
|
1170
|
+
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1171
|
+
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1172
|
+
export var ListUserImportJobsRequest;
|
|
1173
|
+
(function (ListUserImportJobsRequest) {
|
|
1174
|
+
ListUserImportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1175
|
+
})(ListUserImportJobsRequest || (ListUserImportJobsRequest = {}));
|
|
1176
|
+
export var ListUserImportJobsResponse;
|
|
1177
|
+
(function (ListUserImportJobsResponse) {
|
|
1178
|
+
ListUserImportJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1179
|
+
})(ListUserImportJobsResponse || (ListUserImportJobsResponse = {}));
|
|
1180
|
+
export var ListUserPoolClientsRequest;
|
|
1181
|
+
(function (ListUserPoolClientsRequest) {
|
|
1182
|
+
ListUserPoolClientsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1183
|
+
})(ListUserPoolClientsRequest || (ListUserPoolClientsRequest = {}));
|
|
1184
|
+
export var UserPoolClientDescription;
|
|
1185
|
+
(function (UserPoolClientDescription) {
|
|
1186
|
+
UserPoolClientDescription.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
1187
|
+
})(UserPoolClientDescription || (UserPoolClientDescription = {}));
|
|
1188
|
+
export var ListUserPoolClientsResponse;
|
|
1189
|
+
(function (ListUserPoolClientsResponse) {
|
|
1190
|
+
ListUserPoolClientsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UserPoolClients && {
|
|
1191
|
+
UserPoolClients: obj.UserPoolClients.map(function (item) { return UserPoolClientDescription.filterSensitiveLog(item); }),
|
|
1192
|
+
}))); };
|
|
1193
|
+
})(ListUserPoolClientsResponse || (ListUserPoolClientsResponse = {}));
|
|
1194
|
+
export var ListUserPoolsRequest;
|
|
1195
|
+
(function (ListUserPoolsRequest) {
|
|
1196
|
+
ListUserPoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1197
|
+
})(ListUserPoolsRequest || (ListUserPoolsRequest = {}));
|
|
1198
|
+
export var UserPoolDescriptionType;
|
|
1199
|
+
(function (UserPoolDescriptionType) {
|
|
1200
|
+
UserPoolDescriptionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1201
|
+
})(UserPoolDescriptionType || (UserPoolDescriptionType = {}));
|
|
1202
|
+
export var ListUserPoolsResponse;
|
|
1203
|
+
(function (ListUserPoolsResponse) {
|
|
1204
|
+
ListUserPoolsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1205
|
+
})(ListUserPoolsResponse || (ListUserPoolsResponse = {}));
|
|
1206
|
+
export var ListUsersRequest;
|
|
1207
|
+
(function (ListUsersRequest) {
|
|
1208
|
+
ListUsersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
|
+
})(ListUsersRequest || (ListUsersRequest = {}));
|
|
1210
|
+
export var ListUsersResponse;
|
|
1211
|
+
(function (ListUsersResponse) {
|
|
1212
|
+
ListUsersResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserType.filterSensitiveLog(item); }) }))); };
|
|
1213
|
+
})(ListUsersResponse || (ListUsersResponse = {}));
|
|
1214
|
+
export var ListUsersInGroupRequest;
|
|
1215
|
+
(function (ListUsersInGroupRequest) {
|
|
1216
|
+
ListUsersInGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1217
|
+
})(ListUsersInGroupRequest || (ListUsersInGroupRequest = {}));
|
|
1218
|
+
export var ListUsersInGroupResponse;
|
|
1219
|
+
(function (ListUsersInGroupResponse) {
|
|
1220
|
+
ListUsersInGroupResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Users && { Users: obj.Users.map(function (item) { return UserType.filterSensitiveLog(item); }) }))); };
|
|
1221
|
+
})(ListUsersInGroupResponse || (ListUsersInGroupResponse = {}));
|
|
1222
|
+
export var ResendConfirmationCodeRequest;
|
|
1223
|
+
(function (ResendConfirmationCodeRequest) {
|
|
1224
|
+
ResendConfirmationCodeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING }))); };
|
|
1225
|
+
})(ResendConfirmationCodeRequest || (ResendConfirmationCodeRequest = {}));
|
|
1226
|
+
export var ResendConfirmationCodeResponse;
|
|
1227
|
+
(function (ResendConfirmationCodeResponse) {
|
|
1228
|
+
ResendConfirmationCodeResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1229
|
+
})(ResendConfirmationCodeResponse || (ResendConfirmationCodeResponse = {}));
|
|
1230
|
+
export var RespondToAuthChallengeRequest;
|
|
1231
|
+
(function (RespondToAuthChallengeRequest) {
|
|
1232
|
+
RespondToAuthChallengeRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
1233
|
+
})(RespondToAuthChallengeRequest || (RespondToAuthChallengeRequest = {}));
|
|
1234
|
+
export var RespondToAuthChallengeResponse;
|
|
1235
|
+
(function (RespondToAuthChallengeResponse) {
|
|
1236
|
+
RespondToAuthChallengeResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationResult && {
|
|
1237
|
+
AuthenticationResult: AuthenticationResultType.filterSensitiveLog(obj.AuthenticationResult),
|
|
1238
|
+
}))); };
|
|
1239
|
+
})(RespondToAuthChallengeResponse || (RespondToAuthChallengeResponse = {}));
|
|
1240
|
+
export var RevokeTokenRequest;
|
|
1241
|
+
(function (RevokeTokenRequest) {
|
|
1242
|
+
RevokeTokenRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.Token && { Token: SENSITIVE_STRING })), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }))); };
|
|
1243
|
+
})(RevokeTokenRequest || (RevokeTokenRequest = {}));
|
|
1244
|
+
export var RevokeTokenResponse;
|
|
1245
|
+
(function (RevokeTokenResponse) {
|
|
1246
|
+
RevokeTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1247
|
+
})(RevokeTokenResponse || (RevokeTokenResponse = {}));
|
|
1248
|
+
export var UnauthorizedException;
|
|
1249
|
+
(function (UnauthorizedException) {
|
|
1250
|
+
UnauthorizedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1251
|
+
})(UnauthorizedException || (UnauthorizedException = {}));
|
|
1252
|
+
export var UnsupportedOperationException;
|
|
1253
|
+
(function (UnsupportedOperationException) {
|
|
1254
|
+
UnsupportedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1255
|
+
})(UnsupportedOperationException || (UnsupportedOperationException = {}));
|
|
1256
|
+
export var UnsupportedTokenTypeException;
|
|
1257
|
+
(function (UnsupportedTokenTypeException) {
|
|
1258
|
+
UnsupportedTokenTypeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1259
|
+
})(UnsupportedTokenTypeException || (UnsupportedTokenTypeException = {}));
|
|
1260
|
+
export var SetRiskConfigurationRequest;
|
|
1261
|
+
(function (SetRiskConfigurationRequest) {
|
|
1262
|
+
SetRiskConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
1263
|
+
})(SetRiskConfigurationRequest || (SetRiskConfigurationRequest = {}));
|
|
1264
|
+
export var SetRiskConfigurationResponse;
|
|
1265
|
+
(function (SetRiskConfigurationResponse) {
|
|
1266
|
+
SetRiskConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RiskConfiguration && {
|
|
1267
|
+
RiskConfiguration: RiskConfigurationType.filterSensitiveLog(obj.RiskConfiguration),
|
|
1268
|
+
}))); };
|
|
1269
|
+
})(SetRiskConfigurationResponse || (SetRiskConfigurationResponse = {}));
|
|
1270
|
+
export var SetUICustomizationRequest;
|
|
1271
|
+
(function (SetUICustomizationRequest) {
|
|
1272
|
+
SetUICustomizationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING }))); };
|
|
1273
|
+
})(SetUICustomizationRequest || (SetUICustomizationRequest = {}));
|
|
1274
|
+
export var SetUICustomizationResponse;
|
|
1275
|
+
(function (SetUICustomizationResponse) {
|
|
1276
|
+
SetUICustomizationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UICustomization && { UICustomization: UICustomizationType.filterSensitiveLog(obj.UICustomization) }))); };
|
|
1277
|
+
})(SetUICustomizationResponse || (SetUICustomizationResponse = {}));
|
|
1278
|
+
export var SetUserMFAPreferenceRequest;
|
|
1279
|
+
(function (SetUserMFAPreferenceRequest) {
|
|
1280
|
+
SetUserMFAPreferenceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1281
|
+
})(SetUserMFAPreferenceRequest || (SetUserMFAPreferenceRequest = {}));
|
|
1282
|
+
export var SetUserMFAPreferenceResponse;
|
|
1283
|
+
(function (SetUserMFAPreferenceResponse) {
|
|
1284
|
+
SetUserMFAPreferenceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1285
|
+
})(SetUserMFAPreferenceResponse || (SetUserMFAPreferenceResponse = {}));
|
|
1286
|
+
export var SetUserPoolMfaConfigRequest;
|
|
1287
|
+
(function (SetUserPoolMfaConfigRequest) {
|
|
1288
|
+
SetUserPoolMfaConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1289
|
+
})(SetUserPoolMfaConfigRequest || (SetUserPoolMfaConfigRequest = {}));
|
|
1290
|
+
export var SetUserPoolMfaConfigResponse;
|
|
1291
|
+
(function (SetUserPoolMfaConfigResponse) {
|
|
1292
|
+
SetUserPoolMfaConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
|
+
})(SetUserPoolMfaConfigResponse || (SetUserPoolMfaConfigResponse = {}));
|
|
1294
|
+
export var SetUserSettingsRequest;
|
|
1295
|
+
(function (SetUserSettingsRequest) {
|
|
1296
|
+
SetUserSettingsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AccessToken && { AccessToken: SENSITIVE_STRING }))); };
|
|
1297
|
+
})(SetUserSettingsRequest || (SetUserSettingsRequest = {}));
|
|
1298
|
+
export var SetUserSettingsResponse;
|
|
1299
|
+
(function (SetUserSettingsResponse) {
|
|
1300
|
+
SetUserSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1301
|
+
})(SetUserSettingsResponse || (SetUserSettingsResponse = {}));
|
|
1302
|
+
export var SignUpRequest;
|
|
1303
|
+
(function (SignUpRequest) {
|
|
1304
|
+
SignUpRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.ClientId && { ClientId: SENSITIVE_STRING })), (obj.SecretHash && { SecretHash: SENSITIVE_STRING })), (obj.Username && { Username: SENSITIVE_STRING })), (obj.Password && { Password: SENSITIVE_STRING })), (obj.UserAttributes && {
|
|
1305
|
+
UserAttributes: obj.UserAttributes.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
1306
|
+
})), (obj.ValidationData && {
|
|
1307
|
+
ValidationData: obj.ValidationData.map(function (item) { return AttributeType.filterSensitiveLog(item); }),
|
|
1308
|
+
}))); };
|
|
1309
|
+
})(SignUpRequest || (SignUpRequest = {}));
|
|
1310
|
+
export var SignUpResponse;
|
|
1311
|
+
(function (SignUpResponse) {
|
|
1312
|
+
SignUpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1313
|
+
})(SignUpResponse || (SignUpResponse = {}));
|
|
1314
|
+
export var StartUserImportJobRequest;
|
|
1315
|
+
(function (StartUserImportJobRequest) {
|
|
1316
|
+
StartUserImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1317
|
+
})(StartUserImportJobRequest || (StartUserImportJobRequest = {}));
|