@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,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { AdminSetUserSettingsRequest, AdminSetUserSettingsResponse } from "../models/models_0";
|
|
5
|
+
export interface AdminSetUserSettingsCommandInput extends AdminSetUserSettingsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AdminSetUserSettingsCommandOutput extends AdminSetUserSettingsResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AdminSetUserSettingsCommand extends $Command<AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: AdminSetUserSettingsCommandInput;
|
|
12
|
+
constructor(input: AdminSetUserSettingsCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { AdminUpdateAuthEventFeedbackRequest, AdminUpdateAuthEventFeedbackResponse } from "../models/models_0";
|
|
5
|
+
export interface AdminUpdateAuthEventFeedbackCommandInput extends AdminUpdateAuthEventFeedbackRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AdminUpdateAuthEventFeedbackCommandOutput extends AdminUpdateAuthEventFeedbackResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AdminUpdateAuthEventFeedbackCommand extends $Command<AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: AdminUpdateAuthEventFeedbackCommandInput;
|
|
12
|
+
constructor(input: AdminUpdateAuthEventFeedbackCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { AdminUpdateDeviceStatusRequest, AdminUpdateDeviceStatusResponse } from "../models/models_0";
|
|
5
|
+
export interface AdminUpdateDeviceStatusCommandInput extends AdminUpdateDeviceStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AdminUpdateDeviceStatusCommandOutput extends AdminUpdateDeviceStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AdminUpdateDeviceStatusCommand extends $Command<AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: AdminUpdateDeviceStatusCommandInput;
|
|
12
|
+
constructor(input: AdminUpdateDeviceStatusCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { AdminUpdateUserAttributesRequest, AdminUpdateUserAttributesResponse } from "../models/models_0";
|
|
5
|
+
export interface AdminUpdateUserAttributesCommandInput extends AdminUpdateUserAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AdminUpdateUserAttributesCommandOutput extends AdminUpdateUserAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AdminUpdateUserAttributesCommand extends $Command<AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: AdminUpdateUserAttributesCommandInput;
|
|
12
|
+
constructor(input: AdminUpdateUserAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { AdminUserGlobalSignOutRequest, AdminUserGlobalSignOutResponse } from "../models/models_0";
|
|
5
|
+
export interface AdminUserGlobalSignOutCommandInput extends AdminUserGlobalSignOutRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AdminUserGlobalSignOutCommandOutput extends AdminUserGlobalSignOutResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AdminUserGlobalSignOutCommand extends $Command<AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: AdminUserGlobalSignOutCommandInput;
|
|
12
|
+
constructor(input: AdminUserGlobalSignOutCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { AssociateSoftwareTokenRequest, AssociateSoftwareTokenResponse } from "../models/models_0";
|
|
5
|
+
export interface AssociateSoftwareTokenCommandInput extends AssociateSoftwareTokenRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface AssociateSoftwareTokenCommandOutput extends AssociateSoftwareTokenResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class AssociateSoftwareTokenCommand extends $Command<AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: AssociateSoftwareTokenCommandInput;
|
|
12
|
+
constructor(input: AssociateSoftwareTokenCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { ChangePasswordRequest, ChangePasswordResponse } from "../models/models_0";
|
|
5
|
+
export interface ChangePasswordCommandInput extends ChangePasswordRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ChangePasswordCommandOutput extends ChangePasswordResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ChangePasswordCommand extends $Command<ChangePasswordCommandInput, ChangePasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: ChangePasswordCommandInput;
|
|
12
|
+
constructor(input: ChangePasswordCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ChangePasswordCommandInput, ChangePasswordCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { ConfirmDeviceRequest, ConfirmDeviceResponse } from "../models/models_0";
|
|
5
|
+
export interface ConfirmDeviceCommandInput extends ConfirmDeviceRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ConfirmDeviceCommandOutput extends ConfirmDeviceResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ConfirmDeviceCommand extends $Command<ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: ConfirmDeviceCommandInput;
|
|
12
|
+
constructor(input: ConfirmDeviceCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { ConfirmForgotPasswordRequest, ConfirmForgotPasswordResponse } from "../models/models_0";
|
|
5
|
+
export interface ConfirmForgotPasswordCommandInput extends ConfirmForgotPasswordRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ConfirmForgotPasswordCommandOutput extends ConfirmForgotPasswordResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ConfirmForgotPasswordCommand extends $Command<ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: ConfirmForgotPasswordCommandInput;
|
|
12
|
+
constructor(input: ConfirmForgotPasswordCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { ConfirmSignUpRequest, ConfirmSignUpResponse } from "../models/models_0";
|
|
5
|
+
export interface ConfirmSignUpCommandInput extends ConfirmSignUpRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ConfirmSignUpCommandOutput extends ConfirmSignUpResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class ConfirmSignUpCommand extends $Command<ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: ConfirmSignUpCommandInput;
|
|
12
|
+
constructor(input: ConfirmSignUpCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateGroupCommandInput extends CreateGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateGroupCommandOutput extends CreateGroupResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateGroupCommandInput;
|
|
12
|
+
constructor(input: CreateGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGroupCommandInput, CreateGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { CreateIdentityProviderRequest, CreateIdentityProviderResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateIdentityProviderCommandInput extends CreateIdentityProviderRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateIdentityProviderCommandOutput extends CreateIdentityProviderResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateIdentityProviderCommand extends $Command<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateIdentityProviderCommandInput;
|
|
12
|
+
constructor(input: CreateIdentityProviderCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { CreateResourceServerRequest, CreateResourceServerResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateResourceServerCommandInput extends CreateResourceServerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateResourceServerCommandOutput extends CreateResourceServerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateResourceServerCommand extends $Command<CreateResourceServerCommandInput, CreateResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateResourceServerCommandInput;
|
|
12
|
+
constructor(input: CreateResourceServerCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResourceServerCommandInput, CreateResourceServerCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { CreateUserImportJobRequest, CreateUserImportJobResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateUserImportJobCommandInput extends CreateUserImportJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateUserImportJobCommandOutput extends CreateUserImportJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateUserImportJobCommand extends $Command<CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateUserImportJobCommandInput;
|
|
12
|
+
constructor(input: CreateUserImportJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { CreateUserPoolClientRequest, CreateUserPoolClientResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateUserPoolClientCommandInput extends CreateUserPoolClientRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateUserPoolClientCommandOutput extends CreateUserPoolClientResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateUserPoolClientCommand extends $Command<CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateUserPoolClientCommandInput;
|
|
12
|
+
constructor(input: CreateUserPoolClientCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { CreateUserPoolRequest, CreateUserPoolResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateUserPoolCommandInput extends CreateUserPoolRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateUserPoolCommandOutput extends CreateUserPoolResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateUserPoolCommand extends $Command<CreateUserPoolCommandInput, CreateUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateUserPoolCommandInput;
|
|
12
|
+
constructor(input: CreateUserPoolCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserPoolCommandInput, CreateUserPoolCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { CreateUserPoolDomainRequest, CreateUserPoolDomainResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateUserPoolDomainCommandInput extends CreateUserPoolDomainRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateUserPoolDomainCommandOutput extends CreateUserPoolDomainResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateUserPoolDomainCommand extends $Command<CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateUserPoolDomainCommandInput;
|
|
12
|
+
constructor(input: CreateUserPoolDomainCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteGroupRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteGroupCommandInput extends DeleteGroupRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteGroupCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteGroupCommandInput;
|
|
12
|
+
constructor(input: DeleteGroupCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGroupCommandInput, DeleteGroupCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteIdentityProviderRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteIdentityProviderCommandInput extends DeleteIdentityProviderRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteIdentityProviderCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteIdentityProviderCommand extends $Command<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteIdentityProviderCommandInput;
|
|
12
|
+
constructor(input: DeleteIdentityProviderCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteResourceServerRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteResourceServerCommandInput extends DeleteResourceServerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteResourceServerCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteResourceServerCommand extends $Command<DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteResourceServerCommandInput;
|
|
12
|
+
constructor(input: DeleteResourceServerCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteUserAttributesRequest, DeleteUserAttributesResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteUserAttributesCommandInput extends DeleteUserAttributesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteUserAttributesCommandOutput extends DeleteUserAttributesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteUserAttributesCommand extends $Command<DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteUserAttributesCommandInput;
|
|
12
|
+
constructor(input: DeleteUserAttributesCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteUserRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteUserCommandInput extends DeleteUserRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteUserCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteUserCommandInput;
|
|
12
|
+
constructor(input: DeleteUserCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserCommandInput, DeleteUserCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteUserPoolClientRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteUserPoolClientCommandInput extends DeleteUserPoolClientRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteUserPoolClientCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteUserPoolClientCommand extends $Command<DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteUserPoolClientCommandInput;
|
|
12
|
+
constructor(input: DeleteUserPoolClientCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteUserPoolRequest } from "../models/models_0";
|
|
5
|
+
export interface DeleteUserPoolCommandInput extends DeleteUserPoolRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteUserPoolCommandOutput extends __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteUserPoolCommand extends $Command<DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteUserPoolCommandInput;
|
|
12
|
+
constructor(input: DeleteUserPoolCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DeleteUserPoolDomainRequest, DeleteUserPoolDomainResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteUserPoolDomainCommandInput extends DeleteUserPoolDomainRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteUserPoolDomainCommandOutput extends DeleteUserPoolDomainResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DeleteUserPoolDomainCommand extends $Command<DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DeleteUserPoolDomainCommandInput;
|
|
12
|
+
constructor(input: DeleteUserPoolDomainCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DescribeIdentityProviderRequest, DescribeIdentityProviderResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeIdentityProviderCommandInput extends DescribeIdentityProviderRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeIdentityProviderCommandOutput extends DescribeIdentityProviderResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeIdentityProviderCommand extends $Command<DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeIdentityProviderCommandInput;
|
|
12
|
+
constructor(input: DescribeIdentityProviderCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DescribeResourceServerRequest, DescribeResourceServerResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeResourceServerCommandInput extends DescribeResourceServerRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeResourceServerCommandOutput extends DescribeResourceServerResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeResourceServerCommand extends $Command<DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeResourceServerCommandInput;
|
|
12
|
+
constructor(input: DescribeResourceServerCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DescribeRiskConfigurationRequest, DescribeRiskConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeRiskConfigurationCommandInput extends DescribeRiskConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeRiskConfigurationCommandOutput extends DescribeRiskConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeRiskConfigurationCommand extends $Command<DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeRiskConfigurationCommandInput;
|
|
12
|
+
constructor(input: DescribeRiskConfigurationCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DescribeUserImportJobRequest, DescribeUserImportJobResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeUserImportJobCommandInput extends DescribeUserImportJobRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUserImportJobCommandOutput extends DescribeUserImportJobResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUserImportJobCommand extends $Command<DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUserImportJobCommandInput;
|
|
12
|
+
constructor(input: DescribeUserImportJobCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DescribeUserPoolClientRequest, DescribeUserPoolClientResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeUserPoolClientCommandInput extends DescribeUserPoolClientRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUserPoolClientCommandOutput extends DescribeUserPoolClientResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUserPoolClientCommand extends $Command<DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUserPoolClientCommandInput;
|
|
12
|
+
constructor(input: DescribeUserPoolClientCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DescribeUserPoolRequest, DescribeUserPoolResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeUserPoolCommandInput extends DescribeUserPoolRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUserPoolCommandOutput extends DescribeUserPoolResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUserPoolCommand extends $Command<DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUserPoolCommandInput;
|
|
12
|
+
constructor(input: DescribeUserPoolCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CognitoIdentityProviderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CognitoIdentityProviderClient";
|
|
4
|
+
import { DescribeUserPoolDomainRequest, DescribeUserPoolDomainResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeUserPoolDomainCommandInput extends DescribeUserPoolDomainRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeUserPoolDomainCommandOutput extends DescribeUserPoolDomainResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeUserPoolDomainCommand extends $Command<DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput, CognitoIdentityProviderClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeUserPoolDomainCommandInput;
|
|
12
|
+
constructor(input: DescribeUserPoolDomainCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CognitoIdentityProviderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|