@aws-sdk/client-cognito-identity-provider 3.32.0 → 3.36.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 +44 -0
- package/dist-cjs/CognitoIdentityProvider.js +1531 -0
- package/dist-cjs/CognitoIdentityProviderClient.js +48 -0
- package/dist-cjs/commands/AddCustomAttributesCommand.js +62 -0
- package/dist-cjs/commands/AdminAddUserToGroupCommand.js +63 -0
- package/dist-cjs/commands/AdminConfirmSignUpCommand.js +64 -0
- package/dist-cjs/commands/AdminCreateUserCommand.js +91 -0
- package/dist-cjs/commands/AdminDeleteUserAttributesCommand.js +64 -0
- package/dist-cjs/commands/AdminDeleteUserCommand.js +63 -0
- package/dist-cjs/commands/AdminDisableProviderForUserCommand.js +89 -0
- package/dist-cjs/commands/AdminDisableUserCommand.js +63 -0
- package/dist-cjs/commands/AdminEnableUserCommand.js +63 -0
- package/dist-cjs/commands/AdminForgetDeviceCommand.js +63 -0
- package/dist-cjs/commands/AdminGetDeviceCommand.js +63 -0
- package/dist-cjs/commands/AdminGetUserCommand.js +64 -0
- package/dist-cjs/commands/AdminInitiateAuthCommand.js +82 -0
- package/dist-cjs/commands/AdminLinkProviderForUserCommand.js +82 -0
- package/dist-cjs/commands/AdminListDevicesCommand.js +63 -0
- package/dist-cjs/commands/AdminListGroupsForUserCommand.js +63 -0
- package/dist-cjs/commands/AdminListUserAuthEventsCommand.js +63 -0
- package/dist-cjs/commands/AdminRemoveUserFromGroupCommand.js +63 -0
- package/dist-cjs/commands/AdminResetUserPasswordCommand.js +91 -0
- package/dist-cjs/commands/AdminRespondToAuthChallengeCommand.js +81 -0
- package/dist-cjs/commands/AdminSetUserMFAPreferenceCommand.js +66 -0
- package/dist-cjs/commands/AdminSetUserPasswordCommand.js +71 -0
- package/dist-cjs/commands/AdminSetUserSettingsCommand.js +65 -0
- package/dist-cjs/commands/AdminUpdateAuthEventFeedbackCommand.js +64 -0
- package/dist-cjs/commands/AdminUpdateDeviceStatusCommand.js +63 -0
- package/dist-cjs/commands/AdminUpdateUserAttributesCommand.js +86 -0
- package/dist-cjs/commands/AdminUserGlobalSignOutCommand.js +65 -0
- package/dist-cjs/commands/AssociateSoftwareTokenCommand.js +71 -0
- package/dist-cjs/commands/ChangePasswordCommand.js +60 -0
- package/dist-cjs/commands/ConfirmDeviceCommand.js +63 -0
- package/dist-cjs/commands/ConfirmForgotPasswordCommand.js +60 -0
- package/dist-cjs/commands/ConfirmSignUpCommand.js +61 -0
- package/dist-cjs/commands/CreateGroupCommand.js +63 -0
- package/dist-cjs/commands/CreateIdentityProviderCommand.js +62 -0
- package/dist-cjs/commands/CreateResourceServerCommand.js +62 -0
- package/dist-cjs/commands/CreateUserImportJobCommand.js +62 -0
- package/dist-cjs/commands/CreateUserPoolClientCommand.js +64 -0
- package/dist-cjs/commands/CreateUserPoolCommand.js +80 -0
- package/dist-cjs/commands/CreateUserPoolDomainCommand.js +62 -0
- package/dist-cjs/commands/DeleteGroupCommand.js +63 -0
- package/dist-cjs/commands/DeleteIdentityProviderCommand.js +62 -0
- package/dist-cjs/commands/DeleteResourceServerCommand.js +62 -0
- package/dist-cjs/commands/DeleteUserAttributesCommand.js +60 -0
- package/dist-cjs/commands/DeleteUserCommand.js +60 -0
- package/dist-cjs/commands/DeleteUserPoolClientCommand.js +62 -0
- package/dist-cjs/commands/DeleteUserPoolCommand.js +62 -0
- package/dist-cjs/commands/DeleteUserPoolDomainCommand.js +62 -0
- package/dist-cjs/commands/DescribeIdentityProviderCommand.js +62 -0
- package/dist-cjs/commands/DescribeResourceServerCommand.js +62 -0
- package/dist-cjs/commands/DescribeRiskConfigurationCommand.js +62 -0
- package/dist-cjs/commands/DescribeUserImportJobCommand.js +62 -0
- package/dist-cjs/commands/DescribeUserPoolClientCommand.js +63 -0
- package/dist-cjs/commands/DescribeUserPoolCommand.js +62 -0
- package/dist-cjs/commands/DescribeUserPoolDomainCommand.js +62 -0
- package/dist-cjs/commands/ForgetDeviceCommand.js +62 -0
- package/dist-cjs/commands/ForgotPasswordCommand.js +84 -0
- package/dist-cjs/commands/GetCSVHeaderCommand.js +63 -0
- package/dist-cjs/commands/GetDeviceCommand.js +62 -0
- package/dist-cjs/commands/GetGroupCommand.js +63 -0
- package/dist-cjs/commands/GetIdentityProviderByIdentifierCommand.js +62 -0
- package/dist-cjs/commands/GetSigningCertificateCommand.js +62 -0
- package/dist-cjs/commands/GetUICustomizationCommand.js +65 -0
- package/dist-cjs/commands/GetUserAttributeVerificationCodeCommand.js +77 -0
- package/dist-cjs/commands/GetUserCommand.js +60 -0
- package/dist-cjs/commands/GetUserPoolMfaConfigCommand.js +62 -0
- package/dist-cjs/commands/GlobalSignOutCommand.js +64 -0
- package/dist-cjs/commands/InitiateAuthCommand.js +77 -0
- package/dist-cjs/commands/ListDevicesCommand.js +62 -0
- package/dist-cjs/commands/ListGroupsCommand.js +63 -0
- package/dist-cjs/commands/ListIdentityProvidersCommand.js +62 -0
- package/dist-cjs/commands/ListResourceServersCommand.js +62 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +65 -0
- package/dist-cjs/commands/ListUserImportJobsCommand.js +62 -0
- package/dist-cjs/commands/ListUserPoolClientsCommand.js +62 -0
- package/dist-cjs/commands/ListUserPoolsCommand.js +62 -0
- package/dist-cjs/commands/ListUsersCommand.js +62 -0
- package/dist-cjs/commands/ListUsersInGroupCommand.js +63 -0
- package/dist-cjs/commands/ResendConfirmationCodeCommand.js +78 -0
- package/dist-cjs/commands/RespondToAuthChallengeCommand.js +77 -0
- package/dist-cjs/commands/RevokeTokenCommand.js +63 -0
- package/dist-cjs/commands/SetRiskConfigurationCommand.js +66 -0
- package/dist-cjs/commands/SetUICustomizationCommand.js +73 -0
- package/dist-cjs/commands/SetUserMFAPreferenceCommand.js +70 -0
- package/dist-cjs/commands/SetUserPoolMfaConfigCommand.js +79 -0
- package/dist-cjs/commands/SetUserSettingsCommand.js +63 -0
- package/dist-cjs/commands/SignUpCommand.js +78 -0
- package/dist-cjs/commands/StartUserImportJobCommand.js +63 -0
- package/dist-cjs/commands/StopUserImportJobCommand.js +62 -0
- package/dist-cjs/commands/TagResourceCommand.js +75 -0
- package/dist-cjs/commands/UntagResourceCommand.js +63 -0
- package/dist-cjs/commands/UpdateAuthEventFeedbackCommand.js +64 -0
- package/dist-cjs/commands/UpdateDeviceStatusCommand.js +62 -0
- package/dist-cjs/commands/UpdateGroupCommand.js +63 -0
- package/dist-cjs/commands/UpdateIdentityProviderCommand.js +62 -0
- package/dist-cjs/commands/UpdateResourceServerCommand.js +66 -0
- package/dist-cjs/commands/UpdateUserAttributesCommand.js +77 -0
- package/dist-cjs/commands/UpdateUserPoolClientCommand.js +69 -0
- package/dist-cjs/commands/UpdateUserPoolCommand.js +81 -0
- package/dist-cjs/commands/UpdateUserPoolDomainCommand.js +82 -0
- package/dist-cjs/commands/VerifySoftwareTokenCommand.js +64 -0
- package/dist-cjs/commands/VerifyUserAttributeCommand.js +60 -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 +2758 -0
- package/dist-cjs/models/models_1.js +291 -0
- package/dist-cjs/pagination/AdminListGroupsForUserPaginator.js +45 -0
- package/dist-cjs/pagination/AdminListUserAuthEventsPaginator.js +45 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +45 -0
- package/dist-cjs/pagination/ListIdentityProvidersPaginator.js +45 -0
- package/dist-cjs/pagination/ListResourceServersPaginator.js +45 -0
- package/dist-cjs/pagination/ListUserPoolClientsPaginator.js +45 -0
- package/dist-cjs/pagination/ListUserPoolsPaginator.js +45 -0
- package/dist-cjs/pagination/ListUsersInGroupPaginator.js +45 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +45 -0
- package/dist-cjs/protocols/Aws_json1_1.js +15318 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -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/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +1213 -0
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +239 -0
- package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +62 -0
- package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +64 -0
- package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +54 -0
- package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +55 -0
- package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +35 -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 → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/models/models_1.d.ts +861 -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 +40 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- 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 -1535
- package/dist/es/CognitoIdentityProvider.js.map +0 -1
- package/dist/es/CognitoIdentityProviderClient.js +0 -51
- package/dist/es/CognitoIdentityProviderClient.js.map +0 -1
- package/dist/es/commands/AddCustomAttributesCommand.js +0 -67
- package/dist/es/commands/AddCustomAttributesCommand.js.map +0 -1
- package/dist/es/commands/AdminAddUserToGroupCommand.js +0 -68
- package/dist/es/commands/AdminAddUserToGroupCommand.js.map +0 -1
- package/dist/es/commands/AdminConfirmSignUpCommand.js +0 -69
- package/dist/es/commands/AdminConfirmSignUpCommand.js.map +0 -1
- package/dist/es/commands/AdminCreateUserCommand.js +0 -96
- package/dist/es/commands/AdminCreateUserCommand.js.map +0 -1
- package/dist/es/commands/AdminDeleteUserAttributesCommand.js +0 -69
- package/dist/es/commands/AdminDeleteUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/AdminDeleteUserCommand.js +0 -68
- package/dist/es/commands/AdminDeleteUserCommand.js.map +0 -1
- package/dist/es/commands/AdminDisableProviderForUserCommand.js +0 -94
- package/dist/es/commands/AdminDisableProviderForUserCommand.js.map +0 -1
- package/dist/es/commands/AdminDisableUserCommand.js +0 -68
- package/dist/es/commands/AdminDisableUserCommand.js.map +0 -1
- package/dist/es/commands/AdminEnableUserCommand.js +0 -68
- package/dist/es/commands/AdminEnableUserCommand.js.map +0 -1
- package/dist/es/commands/AdminForgetDeviceCommand.js +0 -68
- package/dist/es/commands/AdminForgetDeviceCommand.js.map +0 -1
- package/dist/es/commands/AdminGetDeviceCommand.js +0 -68
- package/dist/es/commands/AdminGetDeviceCommand.js.map +0 -1
- package/dist/es/commands/AdminGetUserCommand.js +0 -69
- package/dist/es/commands/AdminGetUserCommand.js.map +0 -1
- package/dist/es/commands/AdminInitiateAuthCommand.js +0 -87
- package/dist/es/commands/AdminInitiateAuthCommand.js.map +0 -1
- package/dist/es/commands/AdminLinkProviderForUserCommand.js +0 -87
- package/dist/es/commands/AdminLinkProviderForUserCommand.js.map +0 -1
- package/dist/es/commands/AdminListDevicesCommand.js +0 -68
- package/dist/es/commands/AdminListDevicesCommand.js.map +0 -1
- package/dist/es/commands/AdminListGroupsForUserCommand.js +0 -68
- package/dist/es/commands/AdminListGroupsForUserCommand.js.map +0 -1
- package/dist/es/commands/AdminListUserAuthEventsCommand.js +0 -68
- package/dist/es/commands/AdminListUserAuthEventsCommand.js.map +0 -1
- package/dist/es/commands/AdminRemoveUserFromGroupCommand.js +0 -68
- package/dist/es/commands/AdminRemoveUserFromGroupCommand.js.map +0 -1
- package/dist/es/commands/AdminResetUserPasswordCommand.js +0 -96
- package/dist/es/commands/AdminResetUserPasswordCommand.js.map +0 -1
- package/dist/es/commands/AdminRespondToAuthChallengeCommand.js +0 -86
- package/dist/es/commands/AdminRespondToAuthChallengeCommand.js.map +0 -1
- package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js +0 -71
- package/dist/es/commands/AdminSetUserMFAPreferenceCommand.js.map +0 -1
- package/dist/es/commands/AdminSetUserPasswordCommand.js +0 -76
- package/dist/es/commands/AdminSetUserPasswordCommand.js.map +0 -1
- package/dist/es/commands/AdminSetUserSettingsCommand.js +0 -70
- package/dist/es/commands/AdminSetUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js +0 -69
- package/dist/es/commands/AdminUpdateAuthEventFeedbackCommand.js.map +0 -1
- package/dist/es/commands/AdminUpdateDeviceStatusCommand.js +0 -68
- package/dist/es/commands/AdminUpdateDeviceStatusCommand.js.map +0 -1
- package/dist/es/commands/AdminUpdateUserAttributesCommand.js +0 -91
- package/dist/es/commands/AdminUpdateUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/AdminUserGlobalSignOutCommand.js +0 -70
- package/dist/es/commands/AdminUserGlobalSignOutCommand.js.map +0 -1
- package/dist/es/commands/AssociateSoftwareTokenCommand.js +0 -76
- package/dist/es/commands/AssociateSoftwareTokenCommand.js.map +0 -1
- package/dist/es/commands/ChangePasswordCommand.js +0 -65
- package/dist/es/commands/ChangePasswordCommand.js.map +0 -1
- package/dist/es/commands/ConfirmDeviceCommand.js +0 -68
- package/dist/es/commands/ConfirmDeviceCommand.js.map +0 -1
- package/dist/es/commands/ConfirmForgotPasswordCommand.js +0 -65
- package/dist/es/commands/ConfirmForgotPasswordCommand.js.map +0 -1
- package/dist/es/commands/ConfirmSignUpCommand.js +0 -66
- package/dist/es/commands/ConfirmSignUpCommand.js.map +0 -1
- package/dist/es/commands/CreateGroupCommand.js +0 -68
- package/dist/es/commands/CreateGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateIdentityProviderCommand.js +0 -67
- package/dist/es/commands/CreateIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/CreateResourceServerCommand.js +0 -67
- package/dist/es/commands/CreateResourceServerCommand.js.map +0 -1
- package/dist/es/commands/CreateUserImportJobCommand.js +0 -67
- package/dist/es/commands/CreateUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/CreateUserPoolClientCommand.js +0 -69
- package/dist/es/commands/CreateUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/CreateUserPoolCommand.js +0 -85
- package/dist/es/commands/CreateUserPoolCommand.js.map +0 -1
- package/dist/es/commands/CreateUserPoolDomainCommand.js +0 -67
- package/dist/es/commands/CreateUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/DeleteGroupCommand.js +0 -68
- package/dist/es/commands/DeleteGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteIdentityProviderCommand.js +0 -67
- package/dist/es/commands/DeleteIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/DeleteResourceServerCommand.js +0 -67
- package/dist/es/commands/DeleteResourceServerCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserAttributesCommand.js +0 -65
- package/dist/es/commands/DeleteUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserCommand.js +0 -65
- package/dist/es/commands/DeleteUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserPoolClientCommand.js +0 -67
- package/dist/es/commands/DeleteUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserPoolCommand.js +0 -67
- package/dist/es/commands/DeleteUserPoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteUserPoolDomainCommand.js +0 -67
- package/dist/es/commands/DeleteUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/DescribeIdentityProviderCommand.js +0 -67
- package/dist/es/commands/DescribeIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/DescribeResourceServerCommand.js +0 -67
- package/dist/es/commands/DescribeResourceServerCommand.js.map +0 -1
- package/dist/es/commands/DescribeRiskConfigurationCommand.js +0 -67
- package/dist/es/commands/DescribeRiskConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserImportJobCommand.js +0 -67
- package/dist/es/commands/DescribeUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserPoolClientCommand.js +0 -68
- package/dist/es/commands/DescribeUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserPoolCommand.js +0 -67
- package/dist/es/commands/DescribeUserPoolCommand.js.map +0 -1
- package/dist/es/commands/DescribeUserPoolDomainCommand.js +0 -67
- package/dist/es/commands/DescribeUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/ForgetDeviceCommand.js +0 -67
- package/dist/es/commands/ForgetDeviceCommand.js.map +0 -1
- package/dist/es/commands/ForgotPasswordCommand.js +0 -89
- package/dist/es/commands/ForgotPasswordCommand.js.map +0 -1
- package/dist/es/commands/GetCSVHeaderCommand.js +0 -68
- package/dist/es/commands/GetCSVHeaderCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceCommand.js +0 -67
- package/dist/es/commands/GetDeviceCommand.js.map +0 -1
- package/dist/es/commands/GetGroupCommand.js +0 -68
- package/dist/es/commands/GetGroupCommand.js.map +0 -1
- package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js +0 -67
- package/dist/es/commands/GetIdentityProviderByIdentifierCommand.js.map +0 -1
- package/dist/es/commands/GetSigningCertificateCommand.js +0 -67
- package/dist/es/commands/GetSigningCertificateCommand.js.map +0 -1
- package/dist/es/commands/GetUICustomizationCommand.js +0 -70
- package/dist/es/commands/GetUICustomizationCommand.js.map +0 -1
- package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js +0 -82
- package/dist/es/commands/GetUserAttributeVerificationCodeCommand.js.map +0 -1
- package/dist/es/commands/GetUserCommand.js +0 -65
- package/dist/es/commands/GetUserCommand.js.map +0 -1
- package/dist/es/commands/GetUserPoolMfaConfigCommand.js +0 -67
- package/dist/es/commands/GetUserPoolMfaConfigCommand.js.map +0 -1
- package/dist/es/commands/GlobalSignOutCommand.js +0 -69
- package/dist/es/commands/GlobalSignOutCommand.js.map +0 -1
- package/dist/es/commands/InitiateAuthCommand.js +0 -82
- package/dist/es/commands/InitiateAuthCommand.js.map +0 -1
- package/dist/es/commands/ListDevicesCommand.js +0 -67
- package/dist/es/commands/ListDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListGroupsCommand.js +0 -68
- package/dist/es/commands/ListGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListIdentityProvidersCommand.js +0 -67
- package/dist/es/commands/ListIdentityProvidersCommand.js.map +0 -1
- package/dist/es/commands/ListResourceServersCommand.js +0 -67
- package/dist/es/commands/ListResourceServersCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -70
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUserImportJobsCommand.js +0 -67
- package/dist/es/commands/ListUserImportJobsCommand.js.map +0 -1
- package/dist/es/commands/ListUserPoolClientsCommand.js +0 -67
- package/dist/es/commands/ListUserPoolClientsCommand.js.map +0 -1
- package/dist/es/commands/ListUserPoolsCommand.js +0 -67
- package/dist/es/commands/ListUserPoolsCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -67
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ListUsersInGroupCommand.js +0 -68
- package/dist/es/commands/ListUsersInGroupCommand.js.map +0 -1
- package/dist/es/commands/ResendConfirmationCodeCommand.js +0 -83
- package/dist/es/commands/ResendConfirmationCodeCommand.js.map +0 -1
- package/dist/es/commands/RespondToAuthChallengeCommand.js +0 -82
- package/dist/es/commands/RespondToAuthChallengeCommand.js.map +0 -1
- package/dist/es/commands/RevokeTokenCommand.js +0 -68
- package/dist/es/commands/RevokeTokenCommand.js.map +0 -1
- package/dist/es/commands/SetRiskConfigurationCommand.js +0 -71
- package/dist/es/commands/SetRiskConfigurationCommand.js.map +0 -1
- package/dist/es/commands/SetUICustomizationCommand.js +0 -78
- package/dist/es/commands/SetUICustomizationCommand.js.map +0 -1
- package/dist/es/commands/SetUserMFAPreferenceCommand.js +0 -75
- package/dist/es/commands/SetUserMFAPreferenceCommand.js.map +0 -1
- package/dist/es/commands/SetUserPoolMfaConfigCommand.js +0 -84
- package/dist/es/commands/SetUserPoolMfaConfigCommand.js.map +0 -1
- package/dist/es/commands/SetUserSettingsCommand.js +0 -68
- package/dist/es/commands/SetUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/SignUpCommand.js +0 -83
- package/dist/es/commands/SignUpCommand.js.map +0 -1
- package/dist/es/commands/StartUserImportJobCommand.js +0 -68
- package/dist/es/commands/StartUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/StopUserImportJobCommand.js +0 -67
- package/dist/es/commands/StopUserImportJobCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -80
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -68
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAuthEventFeedbackCommand.js +0 -69
- package/dist/es/commands/UpdateAuthEventFeedbackCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeviceStatusCommand.js +0 -67
- package/dist/es/commands/UpdateDeviceStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateGroupCommand.js +0 -68
- package/dist/es/commands/UpdateGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateIdentityProviderCommand.js +0 -67
- package/dist/es/commands/UpdateIdentityProviderCommand.js.map +0 -1
- package/dist/es/commands/UpdateResourceServerCommand.js +0 -71
- package/dist/es/commands/UpdateResourceServerCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserAttributesCommand.js +0 -82
- package/dist/es/commands/UpdateUserAttributesCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPoolClientCommand.js +0 -74
- package/dist/es/commands/UpdateUserPoolClientCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPoolCommand.js +0 -86
- package/dist/es/commands/UpdateUserPoolCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserPoolDomainCommand.js +0 -87
- package/dist/es/commands/UpdateUserPoolDomainCommand.js.map +0 -1
- package/dist/es/commands/VerifySoftwareTokenCommand.js +0 -69
- package/dist/es/commands/VerifySoftwareTokenCommand.js.map +0 -1
- package/dist/es/commands/VerifyUserAttributeCommand.js +0 -65
- 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 -2113
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -221
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/AdminListGroupsForUserPaginator.js +0 -87
- package/dist/es/pagination/AdminListGroupsForUserPaginator.js.map +0 -1
- package/dist/es/pagination/AdminListUserAuthEventsPaginator.js +0 -87
- 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 -87
- package/dist/es/pagination/ListGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListIdentityProvidersPaginator.js +0 -87
- package/dist/es/pagination/ListIdentityProvidersPaginator.js.map +0 -1
- package/dist/es/pagination/ListResourceServersPaginator.js +0 -87
- package/dist/es/pagination/ListResourceServersPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserPoolClientsPaginator.js +0 -87
- package/dist/es/pagination/ListUserPoolClientsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUserPoolsPaginator.js +0 -87
- package/dist/es/pagination/ListUserPoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersInGroupPaginator.js +0 -87
- package/dist/es/pagination/ListUsersInGroupPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -87
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -15624
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- 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_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 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- 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 -12
- package/tsconfig.json +0 -32
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "../commands/AdminListGroupsForUserCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateAdminListGroupsForUser(config: CognitoIdentityProviderPaginationConfiguration, input: AdminListGroupsForUserCommandInput, ...additionalArguments: any): Paginator<AdminListGroupsForUserCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "../commands/AdminListUserAuthEventsCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateAdminListUserAuthEvents(config: CognitoIdentityProviderPaginationConfiguration, input: AdminListUserAuthEventsCommandInput, ...additionalArguments: any): Paginator<AdminListUserAuthEventsCommandOutput>;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { CognitoIdentityProvider } from "../CognitoIdentityProvider";
|
|
2
|
-
import { CognitoIdentityProviderClient } from "../CognitoIdentityProviderClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
|
-
export interface CognitoIdentityProviderPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: CognitoIdentityProvider | CognitoIdentityProviderClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListGroups(config: CognitoIdentityProviderPaginationConfiguration, input: ListGroupsCommandInput, ...additionalArguments: any): Paginator<ListGroupsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListIdentityProviders(config: CognitoIdentityProviderPaginationConfiguration, input: ListIdentityProvidersCommandInput, ...additionalArguments: any): Paginator<ListIdentityProvidersCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "../commands/ListResourceServersCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListResourceServers(config: CognitoIdentityProviderPaginationConfiguration, input: ListResourceServersCommandInput, ...additionalArguments: any): Paginator<ListResourceServersCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "../commands/ListUserPoolClientsCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListUserPoolClients(config: CognitoIdentityProviderPaginationConfiguration, input: ListUserPoolClientsCommandInput, ...additionalArguments: any): Paginator<ListUserPoolClientsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "../commands/ListUserPoolsCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListUserPools(config: CognitoIdentityProviderPaginationConfiguration, input: ListUserPoolsCommandInput, ...additionalArguments: any): Paginator<ListUserPoolsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "../commands/ListUsersInGroupCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListUsersInGroup(config: CognitoIdentityProviderPaginationConfiguration, input: ListUsersInGroupCommandInput, ...additionalArguments: any): Paginator<ListUsersInGroupCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
2
|
-
import { CognitoIdentityProviderPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
|
-
export declare function paginateListUsers(config: CognitoIdentityProviderPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
|
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
import { AddCustomAttributesCommandInput, AddCustomAttributesCommandOutput } from "../commands/AddCustomAttributesCommand";
|
|
2
|
-
import { AdminAddUserToGroupCommandInput, AdminAddUserToGroupCommandOutput } from "../commands/AdminAddUserToGroupCommand";
|
|
3
|
-
import { AdminConfirmSignUpCommandInput, AdminConfirmSignUpCommandOutput } from "../commands/AdminConfirmSignUpCommand";
|
|
4
|
-
import { AdminCreateUserCommandInput, AdminCreateUserCommandOutput } from "../commands/AdminCreateUserCommand";
|
|
5
|
-
import { AdminDeleteUserAttributesCommandInput, AdminDeleteUserAttributesCommandOutput } from "../commands/AdminDeleteUserAttributesCommand";
|
|
6
|
-
import { AdminDeleteUserCommandInput, AdminDeleteUserCommandOutput } from "../commands/AdminDeleteUserCommand";
|
|
7
|
-
import { AdminDisableProviderForUserCommandInput, AdminDisableProviderForUserCommandOutput } from "../commands/AdminDisableProviderForUserCommand";
|
|
8
|
-
import { AdminDisableUserCommandInput, AdminDisableUserCommandOutput } from "../commands/AdminDisableUserCommand";
|
|
9
|
-
import { AdminEnableUserCommandInput, AdminEnableUserCommandOutput } from "../commands/AdminEnableUserCommand";
|
|
10
|
-
import { AdminForgetDeviceCommandInput, AdminForgetDeviceCommandOutput } from "../commands/AdminForgetDeviceCommand";
|
|
11
|
-
import { AdminGetDeviceCommandInput, AdminGetDeviceCommandOutput } from "../commands/AdminGetDeviceCommand";
|
|
12
|
-
import { AdminGetUserCommandInput, AdminGetUserCommandOutput } from "../commands/AdminGetUserCommand";
|
|
13
|
-
import { AdminInitiateAuthCommandInput, AdminInitiateAuthCommandOutput } from "../commands/AdminInitiateAuthCommand";
|
|
14
|
-
import { AdminLinkProviderForUserCommandInput, AdminLinkProviderForUserCommandOutput } from "../commands/AdminLinkProviderForUserCommand";
|
|
15
|
-
import { AdminListDevicesCommandInput, AdminListDevicesCommandOutput } from "../commands/AdminListDevicesCommand";
|
|
16
|
-
import { AdminListGroupsForUserCommandInput, AdminListGroupsForUserCommandOutput } from "../commands/AdminListGroupsForUserCommand";
|
|
17
|
-
import { AdminListUserAuthEventsCommandInput, AdminListUserAuthEventsCommandOutput } from "../commands/AdminListUserAuthEventsCommand";
|
|
18
|
-
import { AdminRemoveUserFromGroupCommandInput, AdminRemoveUserFromGroupCommandOutput } from "../commands/AdminRemoveUserFromGroupCommand";
|
|
19
|
-
import { AdminResetUserPasswordCommandInput, AdminResetUserPasswordCommandOutput } from "../commands/AdminResetUserPasswordCommand";
|
|
20
|
-
import { AdminRespondToAuthChallengeCommandInput, AdminRespondToAuthChallengeCommandOutput } from "../commands/AdminRespondToAuthChallengeCommand";
|
|
21
|
-
import { AdminSetUserMFAPreferenceCommandInput, AdminSetUserMFAPreferenceCommandOutput } from "../commands/AdminSetUserMFAPreferenceCommand";
|
|
22
|
-
import { AdminSetUserPasswordCommandInput, AdminSetUserPasswordCommandOutput } from "../commands/AdminSetUserPasswordCommand";
|
|
23
|
-
import { AdminSetUserSettingsCommandInput, AdminSetUserSettingsCommandOutput } from "../commands/AdminSetUserSettingsCommand";
|
|
24
|
-
import { AdminUpdateAuthEventFeedbackCommandInput, AdminUpdateAuthEventFeedbackCommandOutput } from "../commands/AdminUpdateAuthEventFeedbackCommand";
|
|
25
|
-
import { AdminUpdateDeviceStatusCommandInput, AdminUpdateDeviceStatusCommandOutput } from "../commands/AdminUpdateDeviceStatusCommand";
|
|
26
|
-
import { AdminUpdateUserAttributesCommandInput, AdminUpdateUserAttributesCommandOutput } from "../commands/AdminUpdateUserAttributesCommand";
|
|
27
|
-
import { AdminUserGlobalSignOutCommandInput, AdminUserGlobalSignOutCommandOutput } from "../commands/AdminUserGlobalSignOutCommand";
|
|
28
|
-
import { AssociateSoftwareTokenCommandInput, AssociateSoftwareTokenCommandOutput } from "../commands/AssociateSoftwareTokenCommand";
|
|
29
|
-
import { ChangePasswordCommandInput, ChangePasswordCommandOutput } from "../commands/ChangePasswordCommand";
|
|
30
|
-
import { ConfirmDeviceCommandInput, ConfirmDeviceCommandOutput } from "../commands/ConfirmDeviceCommand";
|
|
31
|
-
import { ConfirmForgotPasswordCommandInput, ConfirmForgotPasswordCommandOutput } from "../commands/ConfirmForgotPasswordCommand";
|
|
32
|
-
import { ConfirmSignUpCommandInput, ConfirmSignUpCommandOutput } from "../commands/ConfirmSignUpCommand";
|
|
33
|
-
import { CreateGroupCommandInput, CreateGroupCommandOutput } from "../commands/CreateGroupCommand";
|
|
34
|
-
import { CreateIdentityProviderCommandInput, CreateIdentityProviderCommandOutput } from "../commands/CreateIdentityProviderCommand";
|
|
35
|
-
import { CreateResourceServerCommandInput, CreateResourceServerCommandOutput } from "../commands/CreateResourceServerCommand";
|
|
36
|
-
import { CreateUserImportJobCommandInput, CreateUserImportJobCommandOutput } from "../commands/CreateUserImportJobCommand";
|
|
37
|
-
import { CreateUserPoolClientCommandInput, CreateUserPoolClientCommandOutput } from "../commands/CreateUserPoolClientCommand";
|
|
38
|
-
import { CreateUserPoolCommandInput, CreateUserPoolCommandOutput } from "../commands/CreateUserPoolCommand";
|
|
39
|
-
import { CreateUserPoolDomainCommandInput, CreateUserPoolDomainCommandOutput } from "../commands/CreateUserPoolDomainCommand";
|
|
40
|
-
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
|
|
41
|
-
import { DeleteIdentityProviderCommandInput, DeleteIdentityProviderCommandOutput } from "../commands/DeleteIdentityProviderCommand";
|
|
42
|
-
import { DeleteResourceServerCommandInput, DeleteResourceServerCommandOutput } from "../commands/DeleteResourceServerCommand";
|
|
43
|
-
import { DeleteUserAttributesCommandInput, DeleteUserAttributesCommandOutput } from "../commands/DeleteUserAttributesCommand";
|
|
44
|
-
import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
|
|
45
|
-
import { DeleteUserPoolClientCommandInput, DeleteUserPoolClientCommandOutput } from "../commands/DeleteUserPoolClientCommand";
|
|
46
|
-
import { DeleteUserPoolCommandInput, DeleteUserPoolCommandOutput } from "../commands/DeleteUserPoolCommand";
|
|
47
|
-
import { DeleteUserPoolDomainCommandInput, DeleteUserPoolDomainCommandOutput } from "../commands/DeleteUserPoolDomainCommand";
|
|
48
|
-
import { DescribeIdentityProviderCommandInput, DescribeIdentityProviderCommandOutput } from "../commands/DescribeIdentityProviderCommand";
|
|
49
|
-
import { DescribeResourceServerCommandInput, DescribeResourceServerCommandOutput } from "../commands/DescribeResourceServerCommand";
|
|
50
|
-
import { DescribeRiskConfigurationCommandInput, DescribeRiskConfigurationCommandOutput } from "../commands/DescribeRiskConfigurationCommand";
|
|
51
|
-
import { DescribeUserImportJobCommandInput, DescribeUserImportJobCommandOutput } from "../commands/DescribeUserImportJobCommand";
|
|
52
|
-
import { DescribeUserPoolClientCommandInput, DescribeUserPoolClientCommandOutput } from "../commands/DescribeUserPoolClientCommand";
|
|
53
|
-
import { DescribeUserPoolCommandInput, DescribeUserPoolCommandOutput } from "../commands/DescribeUserPoolCommand";
|
|
54
|
-
import { DescribeUserPoolDomainCommandInput, DescribeUserPoolDomainCommandOutput } from "../commands/DescribeUserPoolDomainCommand";
|
|
55
|
-
import { ForgetDeviceCommandInput, ForgetDeviceCommandOutput } from "../commands/ForgetDeviceCommand";
|
|
56
|
-
import { ForgotPasswordCommandInput, ForgotPasswordCommandOutput } from "../commands/ForgotPasswordCommand";
|
|
57
|
-
import { GetCSVHeaderCommandInput, GetCSVHeaderCommandOutput } from "../commands/GetCSVHeaderCommand";
|
|
58
|
-
import { GetDeviceCommandInput, GetDeviceCommandOutput } from "../commands/GetDeviceCommand";
|
|
59
|
-
import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
|
|
60
|
-
import { GetIdentityProviderByIdentifierCommandInput, GetIdentityProviderByIdentifierCommandOutput } from "../commands/GetIdentityProviderByIdentifierCommand";
|
|
61
|
-
import { GetSigningCertificateCommandInput, GetSigningCertificateCommandOutput } from "../commands/GetSigningCertificateCommand";
|
|
62
|
-
import { GetUICustomizationCommandInput, GetUICustomizationCommandOutput } from "../commands/GetUICustomizationCommand";
|
|
63
|
-
import { GetUserAttributeVerificationCodeCommandInput, GetUserAttributeVerificationCodeCommandOutput } from "../commands/GetUserAttributeVerificationCodeCommand";
|
|
64
|
-
import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
|
|
65
|
-
import { GetUserPoolMfaConfigCommandInput, GetUserPoolMfaConfigCommandOutput } from "../commands/GetUserPoolMfaConfigCommand";
|
|
66
|
-
import { GlobalSignOutCommandInput, GlobalSignOutCommandOutput } from "../commands/GlobalSignOutCommand";
|
|
67
|
-
import { InitiateAuthCommandInput, InitiateAuthCommandOutput } from "../commands/InitiateAuthCommand";
|
|
68
|
-
import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
|
|
69
|
-
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
70
|
-
import { ListIdentityProvidersCommandInput, ListIdentityProvidersCommandOutput } from "../commands/ListIdentityProvidersCommand";
|
|
71
|
-
import { ListResourceServersCommandInput, ListResourceServersCommandOutput } from "../commands/ListResourceServersCommand";
|
|
72
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
73
|
-
import { ListUserImportJobsCommandInput, ListUserImportJobsCommandOutput } from "../commands/ListUserImportJobsCommand";
|
|
74
|
-
import { ListUserPoolClientsCommandInput, ListUserPoolClientsCommandOutput } from "../commands/ListUserPoolClientsCommand";
|
|
75
|
-
import { ListUserPoolsCommandInput, ListUserPoolsCommandOutput } from "../commands/ListUserPoolsCommand";
|
|
76
|
-
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
77
|
-
import { ListUsersInGroupCommandInput, ListUsersInGroupCommandOutput } from "../commands/ListUsersInGroupCommand";
|
|
78
|
-
import { ResendConfirmationCodeCommandInput, ResendConfirmationCodeCommandOutput } from "../commands/ResendConfirmationCodeCommand";
|
|
79
|
-
import { RespondToAuthChallengeCommandInput, RespondToAuthChallengeCommandOutput } from "../commands/RespondToAuthChallengeCommand";
|
|
80
|
-
import { RevokeTokenCommandInput, RevokeTokenCommandOutput } from "../commands/RevokeTokenCommand";
|
|
81
|
-
import { SetRiskConfigurationCommandInput, SetRiskConfigurationCommandOutput } from "../commands/SetRiskConfigurationCommand";
|
|
82
|
-
import { SetUICustomizationCommandInput, SetUICustomizationCommandOutput } from "../commands/SetUICustomizationCommand";
|
|
83
|
-
import { SetUserMFAPreferenceCommandInput, SetUserMFAPreferenceCommandOutput } from "../commands/SetUserMFAPreferenceCommand";
|
|
84
|
-
import { SetUserPoolMfaConfigCommandInput, SetUserPoolMfaConfigCommandOutput } from "../commands/SetUserPoolMfaConfigCommand";
|
|
85
|
-
import { SetUserSettingsCommandInput, SetUserSettingsCommandOutput } from "../commands/SetUserSettingsCommand";
|
|
86
|
-
import { SignUpCommandInput, SignUpCommandOutput } from "../commands/SignUpCommand";
|
|
87
|
-
import { StartUserImportJobCommandInput, StartUserImportJobCommandOutput } from "../commands/StartUserImportJobCommand";
|
|
88
|
-
import { StopUserImportJobCommandInput, StopUserImportJobCommandOutput } from "../commands/StopUserImportJobCommand";
|
|
89
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
90
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
91
|
-
import { UpdateAuthEventFeedbackCommandInput, UpdateAuthEventFeedbackCommandOutput } from "../commands/UpdateAuthEventFeedbackCommand";
|
|
92
|
-
import { UpdateDeviceStatusCommandInput, UpdateDeviceStatusCommandOutput } from "../commands/UpdateDeviceStatusCommand";
|
|
93
|
-
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/UpdateGroupCommand";
|
|
94
|
-
import { UpdateIdentityProviderCommandInput, UpdateIdentityProviderCommandOutput } from "../commands/UpdateIdentityProviderCommand";
|
|
95
|
-
import { UpdateResourceServerCommandInput, UpdateResourceServerCommandOutput } from "../commands/UpdateResourceServerCommand";
|
|
96
|
-
import { UpdateUserAttributesCommandInput, UpdateUserAttributesCommandOutput } from "../commands/UpdateUserAttributesCommand";
|
|
97
|
-
import { UpdateUserPoolClientCommandInput, UpdateUserPoolClientCommandOutput } from "../commands/UpdateUserPoolClientCommand";
|
|
98
|
-
import { UpdateUserPoolCommandInput, UpdateUserPoolCommandOutput } from "../commands/UpdateUserPoolCommand";
|
|
99
|
-
import { UpdateUserPoolDomainCommandInput, UpdateUserPoolDomainCommandOutput } from "../commands/UpdateUserPoolDomainCommand";
|
|
100
|
-
import { VerifySoftwareTokenCommandInput, VerifySoftwareTokenCommandOutput } from "../commands/VerifySoftwareTokenCommand";
|
|
101
|
-
import { VerifyUserAttributeCommandInput, VerifyUserAttributeCommandOutput } from "../commands/VerifyUserAttributeCommand";
|
|
102
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
103
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
104
|
-
export declare const serializeAws_json1_1AddCustomAttributesCommand: (input: AddCustomAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
export declare const serializeAws_json1_1AdminAddUserToGroupCommand: (input: AdminAddUserToGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const serializeAws_json1_1AdminConfirmSignUpCommand: (input: AdminConfirmSignUpCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
-
export declare const serializeAws_json1_1AdminCreateUserCommand: (input: AdminCreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
export declare const serializeAws_json1_1AdminDeleteUserCommand: (input: AdminDeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
export declare const serializeAws_json1_1AdminDeleteUserAttributesCommand: (input: AdminDeleteUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const serializeAws_json1_1AdminDisableProviderForUserCommand: (input: AdminDisableProviderForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
-
export declare const serializeAws_json1_1AdminDisableUserCommand: (input: AdminDisableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
export declare const serializeAws_json1_1AdminEnableUserCommand: (input: AdminEnableUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
export declare const serializeAws_json1_1AdminForgetDeviceCommand: (input: AdminForgetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const serializeAws_json1_1AdminGetDeviceCommand: (input: AdminGetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
-
export declare const serializeAws_json1_1AdminGetUserCommand: (input: AdminGetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
export declare const serializeAws_json1_1AdminInitiateAuthCommand: (input: AdminInitiateAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
export declare const serializeAws_json1_1AdminLinkProviderForUserCommand: (input: AdminLinkProviderForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const serializeAws_json1_1AdminListDevicesCommand: (input: AdminListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
-
export declare const serializeAws_json1_1AdminListGroupsForUserCommand: (input: AdminListGroupsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
export declare const serializeAws_json1_1AdminListUserAuthEventsCommand: (input: AdminListUserAuthEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
export declare const serializeAws_json1_1AdminRemoveUserFromGroupCommand: (input: AdminRemoveUserFromGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const serializeAws_json1_1AdminResetUserPasswordCommand: (input: AdminResetUserPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
-
export declare const serializeAws_json1_1AdminRespondToAuthChallengeCommand: (input: AdminRespondToAuthChallengeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
export declare const serializeAws_json1_1AdminSetUserMFAPreferenceCommand: (input: AdminSetUserMFAPreferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
export declare const serializeAws_json1_1AdminSetUserPasswordCommand: (input: AdminSetUserPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const serializeAws_json1_1AdminSetUserSettingsCommand: (input: AdminSetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
-
export declare const serializeAws_json1_1AdminUpdateAuthEventFeedbackCommand: (input: AdminUpdateAuthEventFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
export declare const serializeAws_json1_1AdminUpdateDeviceStatusCommand: (input: AdminUpdateDeviceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
export declare const serializeAws_json1_1AdminUpdateUserAttributesCommand: (input: AdminUpdateUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const serializeAws_json1_1AdminUserGlobalSignOutCommand: (input: AdminUserGlobalSignOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
-
export declare const serializeAws_json1_1AssociateSoftwareTokenCommand: (input: AssociateSoftwareTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
export declare const serializeAws_json1_1ChangePasswordCommand: (input: ChangePasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
export declare const serializeAws_json1_1ConfirmDeviceCommand: (input: ConfirmDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const serializeAws_json1_1ConfirmForgotPasswordCommand: (input: ConfirmForgotPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
-
export declare const serializeAws_json1_1ConfirmSignUpCommand: (input: ConfirmSignUpCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
export declare const serializeAws_json1_1CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
|
-
export declare const serializeAws_json1_1CreateIdentityProviderCommand: (input: CreateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const serializeAws_json1_1CreateResourceServerCommand: (input: CreateResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
-
export declare const serializeAws_json1_1CreateUserImportJobCommand: (input: CreateUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
export declare const serializeAws_json1_1CreateUserPoolCommand: (input: CreateUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
-
export declare const serializeAws_json1_1CreateUserPoolClientCommand: (input: CreateUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const serializeAws_json1_1CreateUserPoolDomainCommand: (input: CreateUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
-
export declare const serializeAws_json1_1DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
export declare const serializeAws_json1_1DeleteIdentityProviderCommand: (input: DeleteIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
-
export declare const serializeAws_json1_1DeleteResourceServerCommand: (input: DeleteResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const serializeAws_json1_1DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
-
export declare const serializeAws_json1_1DeleteUserAttributesCommand: (input: DeleteUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
export declare const serializeAws_json1_1DeleteUserPoolCommand: (input: DeleteUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
-
export declare const serializeAws_json1_1DeleteUserPoolClientCommand: (input: DeleteUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const serializeAws_json1_1DeleteUserPoolDomainCommand: (input: DeleteUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
-
export declare const serializeAws_json1_1DescribeIdentityProviderCommand: (input: DescribeIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
-
export declare const serializeAws_json1_1DescribeResourceServerCommand: (input: DescribeResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
-
export declare const serializeAws_json1_1DescribeRiskConfigurationCommand: (input: DescribeRiskConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const serializeAws_json1_1DescribeUserImportJobCommand: (input: DescribeUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
-
export declare const serializeAws_json1_1DescribeUserPoolCommand: (input: DescribeUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
-
export declare const serializeAws_json1_1DescribeUserPoolClientCommand: (input: DescribeUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
-
export declare const serializeAws_json1_1DescribeUserPoolDomainCommand: (input: DescribeUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const serializeAws_json1_1ForgetDeviceCommand: (input: ForgetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
-
export declare const serializeAws_json1_1ForgotPasswordCommand: (input: ForgotPasswordCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
-
export declare const serializeAws_json1_1GetCSVHeaderCommand: (input: GetCSVHeaderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
-
export declare const serializeAws_json1_1GetDeviceCommand: (input: GetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const serializeAws_json1_1GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
-
export declare const serializeAws_json1_1GetIdentityProviderByIdentifierCommand: (input: GetIdentityProviderByIdentifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
-
export declare const serializeAws_json1_1GetSigningCertificateCommand: (input: GetSigningCertificateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
-
export declare const serializeAws_json1_1GetUICustomizationCommand: (input: GetUICustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const serializeAws_json1_1GetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
167
|
-
export declare const serializeAws_json1_1GetUserAttributeVerificationCodeCommand: (input: GetUserAttributeVerificationCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
-
export declare const serializeAws_json1_1GetUserPoolMfaConfigCommand: (input: GetUserPoolMfaConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
-
export declare const serializeAws_json1_1GlobalSignOutCommand: (input: GlobalSignOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const serializeAws_json1_1InitiateAuthCommand: (input: InitiateAuthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
171
|
-
export declare const serializeAws_json1_1ListDevicesCommand: (input: ListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
-
export declare const serializeAws_json1_1ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
-
export declare const serializeAws_json1_1ListIdentityProvidersCommand: (input: ListIdentityProvidersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const serializeAws_json1_1ListResourceServersCommand: (input: ListResourceServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
175
|
-
export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
-
export declare const serializeAws_json1_1ListUserImportJobsCommand: (input: ListUserImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
-
export declare const serializeAws_json1_1ListUserPoolClientsCommand: (input: ListUserPoolClientsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const serializeAws_json1_1ListUserPoolsCommand: (input: ListUserPoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
179
|
-
export declare const serializeAws_json1_1ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
-
export declare const serializeAws_json1_1ListUsersInGroupCommand: (input: ListUsersInGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
-
export declare const serializeAws_json1_1ResendConfirmationCodeCommand: (input: ResendConfirmationCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const serializeAws_json1_1RespondToAuthChallengeCommand: (input: RespondToAuthChallengeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
183
|
-
export declare const serializeAws_json1_1RevokeTokenCommand: (input: RevokeTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
-
export declare const serializeAws_json1_1SetRiskConfigurationCommand: (input: SetRiskConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
-
export declare const serializeAws_json1_1SetUICustomizationCommand: (input: SetUICustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const serializeAws_json1_1SetUserMFAPreferenceCommand: (input: SetUserMFAPreferenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
|
-
export declare const serializeAws_json1_1SetUserPoolMfaConfigCommand: (input: SetUserPoolMfaConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
-
export declare const serializeAws_json1_1SetUserSettingsCommand: (input: SetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
-
export declare const serializeAws_json1_1SignUpCommand: (input: SignUpCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const serializeAws_json1_1StartUserImportJobCommand: (input: StartUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
191
|
-
export declare const serializeAws_json1_1StopUserImportJobCommand: (input: StopUserImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
192
|
-
export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
-
export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const serializeAws_json1_1UpdateAuthEventFeedbackCommand: (input: UpdateAuthEventFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
195
|
-
export declare const serializeAws_json1_1UpdateDeviceStatusCommand: (input: UpdateDeviceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
196
|
-
export declare const serializeAws_json1_1UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
-
export declare const serializeAws_json1_1UpdateIdentityProviderCommand: (input: UpdateIdentityProviderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const serializeAws_json1_1UpdateResourceServerCommand: (input: UpdateResourceServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
199
|
-
export declare const serializeAws_json1_1UpdateUserAttributesCommand: (input: UpdateUserAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
|
-
export declare const serializeAws_json1_1UpdateUserPoolCommand: (input: UpdateUserPoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
-
export declare const serializeAws_json1_1UpdateUserPoolClientCommand: (input: UpdateUserPoolClientCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const serializeAws_json1_1UpdateUserPoolDomainCommand: (input: UpdateUserPoolDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
|
-
export declare const serializeAws_json1_1VerifySoftwareTokenCommand: (input: VerifySoftwareTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
|
-
export declare const serializeAws_json1_1VerifyUserAttributeCommand: (input: VerifyUserAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
-
export declare const deserializeAws_json1_1AddCustomAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddCustomAttributesCommandOutput>;
|
|
206
|
-
export declare const deserializeAws_json1_1AdminAddUserToGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminAddUserToGroupCommandOutput>;
|
|
207
|
-
export declare const deserializeAws_json1_1AdminConfirmSignUpCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminConfirmSignUpCommandOutput>;
|
|
208
|
-
export declare const deserializeAws_json1_1AdminCreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminCreateUserCommandOutput>;
|
|
209
|
-
export declare const deserializeAws_json1_1AdminDeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDeleteUserCommandOutput>;
|
|
210
|
-
export declare const deserializeAws_json1_1AdminDeleteUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDeleteUserAttributesCommandOutput>;
|
|
211
|
-
export declare const deserializeAws_json1_1AdminDisableProviderForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDisableProviderForUserCommandOutput>;
|
|
212
|
-
export declare const deserializeAws_json1_1AdminDisableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminDisableUserCommandOutput>;
|
|
213
|
-
export declare const deserializeAws_json1_1AdminEnableUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminEnableUserCommandOutput>;
|
|
214
|
-
export declare const deserializeAws_json1_1AdminForgetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminForgetDeviceCommandOutput>;
|
|
215
|
-
export declare const deserializeAws_json1_1AdminGetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminGetDeviceCommandOutput>;
|
|
216
|
-
export declare const deserializeAws_json1_1AdminGetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminGetUserCommandOutput>;
|
|
217
|
-
export declare const deserializeAws_json1_1AdminInitiateAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminInitiateAuthCommandOutput>;
|
|
218
|
-
export declare const deserializeAws_json1_1AdminLinkProviderForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminLinkProviderForUserCommandOutput>;
|
|
219
|
-
export declare const deserializeAws_json1_1AdminListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminListDevicesCommandOutput>;
|
|
220
|
-
export declare const deserializeAws_json1_1AdminListGroupsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminListGroupsForUserCommandOutput>;
|
|
221
|
-
export declare const deserializeAws_json1_1AdminListUserAuthEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminListUserAuthEventsCommandOutput>;
|
|
222
|
-
export declare const deserializeAws_json1_1AdminRemoveUserFromGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminRemoveUserFromGroupCommandOutput>;
|
|
223
|
-
export declare const deserializeAws_json1_1AdminResetUserPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminResetUserPasswordCommandOutput>;
|
|
224
|
-
export declare const deserializeAws_json1_1AdminRespondToAuthChallengeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminRespondToAuthChallengeCommandOutput>;
|
|
225
|
-
export declare const deserializeAws_json1_1AdminSetUserMFAPreferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminSetUserMFAPreferenceCommandOutput>;
|
|
226
|
-
export declare const deserializeAws_json1_1AdminSetUserPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminSetUserPasswordCommandOutput>;
|
|
227
|
-
export declare const deserializeAws_json1_1AdminSetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminSetUserSettingsCommandOutput>;
|
|
228
|
-
export declare const deserializeAws_json1_1AdminUpdateAuthEventFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUpdateAuthEventFeedbackCommandOutput>;
|
|
229
|
-
export declare const deserializeAws_json1_1AdminUpdateDeviceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUpdateDeviceStatusCommandOutput>;
|
|
230
|
-
export declare const deserializeAws_json1_1AdminUpdateUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUpdateUserAttributesCommandOutput>;
|
|
231
|
-
export declare const deserializeAws_json1_1AdminUserGlobalSignOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AdminUserGlobalSignOutCommandOutput>;
|
|
232
|
-
export declare const deserializeAws_json1_1AssociateSoftwareTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSoftwareTokenCommandOutput>;
|
|
233
|
-
export declare const deserializeAws_json1_1ChangePasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChangePasswordCommandOutput>;
|
|
234
|
-
export declare const deserializeAws_json1_1ConfirmDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmDeviceCommandOutput>;
|
|
235
|
-
export declare const deserializeAws_json1_1ConfirmForgotPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmForgotPasswordCommandOutput>;
|
|
236
|
-
export declare const deserializeAws_json1_1ConfirmSignUpCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfirmSignUpCommandOutput>;
|
|
237
|
-
export declare const deserializeAws_json1_1CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
|
|
238
|
-
export declare const deserializeAws_json1_1CreateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIdentityProviderCommandOutput>;
|
|
239
|
-
export declare const deserializeAws_json1_1CreateResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceServerCommandOutput>;
|
|
240
|
-
export declare const deserializeAws_json1_1CreateUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserImportJobCommandOutput>;
|
|
241
|
-
export declare const deserializeAws_json1_1CreateUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserPoolCommandOutput>;
|
|
242
|
-
export declare const deserializeAws_json1_1CreateUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserPoolClientCommandOutput>;
|
|
243
|
-
export declare const deserializeAws_json1_1CreateUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserPoolDomainCommandOutput>;
|
|
244
|
-
export declare const deserializeAws_json1_1DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
|
|
245
|
-
export declare const deserializeAws_json1_1DeleteIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIdentityProviderCommandOutput>;
|
|
246
|
-
export declare const deserializeAws_json1_1DeleteResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceServerCommandOutput>;
|
|
247
|
-
export declare const deserializeAws_json1_1DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
248
|
-
export declare const deserializeAws_json1_1DeleteUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserAttributesCommandOutput>;
|
|
249
|
-
export declare const deserializeAws_json1_1DeleteUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPoolCommandOutput>;
|
|
250
|
-
export declare const deserializeAws_json1_1DeleteUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPoolClientCommandOutput>;
|
|
251
|
-
export declare const deserializeAws_json1_1DeleteUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserPoolDomainCommandOutput>;
|
|
252
|
-
export declare const deserializeAws_json1_1DescribeIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIdentityProviderCommandOutput>;
|
|
253
|
-
export declare const deserializeAws_json1_1DescribeResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceServerCommandOutput>;
|
|
254
|
-
export declare const deserializeAws_json1_1DescribeRiskConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRiskConfigurationCommandOutput>;
|
|
255
|
-
export declare const deserializeAws_json1_1DescribeUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserImportJobCommandOutput>;
|
|
256
|
-
export declare const deserializeAws_json1_1DescribeUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserPoolCommandOutput>;
|
|
257
|
-
export declare const deserializeAws_json1_1DescribeUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserPoolClientCommandOutput>;
|
|
258
|
-
export declare const deserializeAws_json1_1DescribeUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserPoolDomainCommandOutput>;
|
|
259
|
-
export declare const deserializeAws_json1_1ForgetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ForgetDeviceCommandOutput>;
|
|
260
|
-
export declare const deserializeAws_json1_1ForgotPasswordCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ForgotPasswordCommandOutput>;
|
|
261
|
-
export declare const deserializeAws_json1_1GetCSVHeaderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCSVHeaderCommandOutput>;
|
|
262
|
-
export declare const deserializeAws_json1_1GetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceCommandOutput>;
|
|
263
|
-
export declare const deserializeAws_json1_1GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
|
|
264
|
-
export declare const deserializeAws_json1_1GetIdentityProviderByIdentifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIdentityProviderByIdentifierCommandOutput>;
|
|
265
|
-
export declare const deserializeAws_json1_1GetSigningCertificateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSigningCertificateCommandOutput>;
|
|
266
|
-
export declare const deserializeAws_json1_1GetUICustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUICustomizationCommandOutput>;
|
|
267
|
-
export declare const deserializeAws_json1_1GetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
|
|
268
|
-
export declare const deserializeAws_json1_1GetUserAttributeVerificationCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserAttributeVerificationCodeCommandOutput>;
|
|
269
|
-
export declare const deserializeAws_json1_1GetUserPoolMfaConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserPoolMfaConfigCommandOutput>;
|
|
270
|
-
export declare const deserializeAws_json1_1GlobalSignOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GlobalSignOutCommandOutput>;
|
|
271
|
-
export declare const deserializeAws_json1_1InitiateAuthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateAuthCommandOutput>;
|
|
272
|
-
export declare const deserializeAws_json1_1ListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesCommandOutput>;
|
|
273
|
-
export declare const deserializeAws_json1_1ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
|
|
274
|
-
export declare const deserializeAws_json1_1ListIdentityProvidersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIdentityProvidersCommandOutput>;
|
|
275
|
-
export declare const deserializeAws_json1_1ListResourceServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceServersCommandOutput>;
|
|
276
|
-
export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
277
|
-
export declare const deserializeAws_json1_1ListUserImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserImportJobsCommandOutput>;
|
|
278
|
-
export declare const deserializeAws_json1_1ListUserPoolClientsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserPoolClientsCommandOutput>;
|
|
279
|
-
export declare const deserializeAws_json1_1ListUserPoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserPoolsCommandOutput>;
|
|
280
|
-
export declare const deserializeAws_json1_1ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
281
|
-
export declare const deserializeAws_json1_1ListUsersInGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersInGroupCommandOutput>;
|
|
282
|
-
export declare const deserializeAws_json1_1ResendConfirmationCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResendConfirmationCodeCommandOutput>;
|
|
283
|
-
export declare const deserializeAws_json1_1RespondToAuthChallengeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondToAuthChallengeCommandOutput>;
|
|
284
|
-
export declare const deserializeAws_json1_1RevokeTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RevokeTokenCommandOutput>;
|
|
285
|
-
export declare const deserializeAws_json1_1SetRiskConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetRiskConfigurationCommandOutput>;
|
|
286
|
-
export declare const deserializeAws_json1_1SetUICustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUICustomizationCommandOutput>;
|
|
287
|
-
export declare const deserializeAws_json1_1SetUserMFAPreferenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUserMFAPreferenceCommandOutput>;
|
|
288
|
-
export declare const deserializeAws_json1_1SetUserPoolMfaConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUserPoolMfaConfigCommandOutput>;
|
|
289
|
-
export declare const deserializeAws_json1_1SetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetUserSettingsCommandOutput>;
|
|
290
|
-
export declare const deserializeAws_json1_1SignUpCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignUpCommandOutput>;
|
|
291
|
-
export declare const deserializeAws_json1_1StartUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUserImportJobCommandOutput>;
|
|
292
|
-
export declare const deserializeAws_json1_1StopUserImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopUserImportJobCommandOutput>;
|
|
293
|
-
export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
294
|
-
export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
295
|
-
export declare const deserializeAws_json1_1UpdateAuthEventFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAuthEventFeedbackCommandOutput>;
|
|
296
|
-
export declare const deserializeAws_json1_1UpdateDeviceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceStatusCommandOutput>;
|
|
297
|
-
export declare const deserializeAws_json1_1UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
|
|
298
|
-
export declare const deserializeAws_json1_1UpdateIdentityProviderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIdentityProviderCommandOutput>;
|
|
299
|
-
export declare const deserializeAws_json1_1UpdateResourceServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceServerCommandOutput>;
|
|
300
|
-
export declare const deserializeAws_json1_1UpdateUserAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserAttributesCommandOutput>;
|
|
301
|
-
export declare const deserializeAws_json1_1UpdateUserPoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPoolCommandOutput>;
|
|
302
|
-
export declare const deserializeAws_json1_1UpdateUserPoolClientCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPoolClientCommandOutput>;
|
|
303
|
-
export declare const deserializeAws_json1_1UpdateUserPoolDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserPoolDomainCommandOutput>;
|
|
304
|
-
export declare const deserializeAws_json1_1VerifySoftwareTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifySoftwareTokenCommandOutput>;
|
|
305
|
-
export declare const deserializeAws_json1_1VerifyUserAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<VerifyUserAttributeCommandOutput>;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { CognitoIdentityProviderClientConfig } from "./CognitoIdentityProviderClient";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare const getRuntimeConfig: (config: CognitoIdentityProviderClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
-
disableHostPrefix: boolean;
|
|
18
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
-
tls?: boolean | undefined;
|
|
28
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
-
signingEscapePath?: boolean | undefined;
|
|
32
|
-
systemClockOffset?: number | undefined;
|
|
33
|
-
signingRegion?: string | undefined;
|
|
34
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
35
|
-
};
|
package/endpoints.ts
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { PartitionHash, RegionHash, getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
3
|
-
|
|
4
|
-
const regionHash: RegionHash = {
|
|
5
|
-
"fips-us-east-1": {
|
|
6
|
-
hostname: "cognito-idp-fips.us-east-1.amazonaws.com",
|
|
7
|
-
signingRegion: "us-east-1",
|
|
8
|
-
},
|
|
9
|
-
"fips-us-east-2": {
|
|
10
|
-
hostname: "cognito-idp-fips.us-east-2.amazonaws.com",
|
|
11
|
-
signingRegion: "us-east-2",
|
|
12
|
-
},
|
|
13
|
-
"fips-us-gov-west-1": {
|
|
14
|
-
hostname: "cognito-idp-fips.us-gov-west-1.amazonaws.com",
|
|
15
|
-
signingRegion: "us-gov-west-1",
|
|
16
|
-
},
|
|
17
|
-
"fips-us-west-1": {
|
|
18
|
-
hostname: "cognito-idp-fips.us-west-1.amazonaws.com",
|
|
19
|
-
signingRegion: "us-west-1",
|
|
20
|
-
},
|
|
21
|
-
"fips-us-west-2": {
|
|
22
|
-
hostname: "cognito-idp-fips.us-west-2.amazonaws.com",
|
|
23
|
-
signingRegion: "us-west-2",
|
|
24
|
-
},
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
const partitionHash: PartitionHash = {
|
|
28
|
-
aws: {
|
|
29
|
-
regions: [
|
|
30
|
-
"af-south-1",
|
|
31
|
-
"ap-east-1",
|
|
32
|
-
"ap-northeast-1",
|
|
33
|
-
"ap-northeast-2",
|
|
34
|
-
"ap-northeast-3",
|
|
35
|
-
"ap-south-1",
|
|
36
|
-
"ap-southeast-1",
|
|
37
|
-
"ap-southeast-2",
|
|
38
|
-
"ca-central-1",
|
|
39
|
-
"eu-central-1",
|
|
40
|
-
"eu-north-1",
|
|
41
|
-
"eu-south-1",
|
|
42
|
-
"eu-west-1",
|
|
43
|
-
"eu-west-2",
|
|
44
|
-
"eu-west-3",
|
|
45
|
-
"fips-us-east-1",
|
|
46
|
-
"fips-us-east-2",
|
|
47
|
-
"fips-us-west-1",
|
|
48
|
-
"fips-us-west-2",
|
|
49
|
-
"me-south-1",
|
|
50
|
-
"sa-east-1",
|
|
51
|
-
"us-east-1",
|
|
52
|
-
"us-east-2",
|
|
53
|
-
"us-west-1",
|
|
54
|
-
"us-west-2",
|
|
55
|
-
],
|
|
56
|
-
hostname: "cognito-idp.{region}.amazonaws.com",
|
|
57
|
-
},
|
|
58
|
-
"aws-cn": {
|
|
59
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
60
|
-
hostname: "cognito-idp.{region}.amazonaws.com.cn",
|
|
61
|
-
},
|
|
62
|
-
"aws-iso": {
|
|
63
|
-
regions: ["us-iso-east-1"],
|
|
64
|
-
hostname: "cognito-idp.{region}.c2s.ic.gov",
|
|
65
|
-
},
|
|
66
|
-
"aws-iso-b": {
|
|
67
|
-
regions: ["us-isob-east-1"],
|
|
68
|
-
hostname: "cognito-idp.{region}.sc2s.sgov.gov",
|
|
69
|
-
},
|
|
70
|
-
"aws-us-gov": {
|
|
71
|
-
regions: ["fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
72
|
-
hostname: "cognito-idp.{region}.amazonaws.com",
|
|
73
|
-
},
|
|
74
|
-
};
|
|
75
|
-
|
|
76
|
-
export const defaultRegionInfoProvider: RegionInfoProvider = async (region: string, options?: any) =>
|
|
77
|
-
getRegionInfo(region, {
|
|
78
|
-
...options,
|
|
79
|
-
signingService: "cognito-idp",
|
|
80
|
-
regionHash,
|
|
81
|
-
partitionHash,
|
|
82
|
-
});
|
package/jest.config.js
DELETED