@aws-sdk/client-cognito-identity-provider 3.47.1 → 3.50.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 +35 -0
- package/README.md +3 -7
- package/dist-types/CognitoIdentityProvider.d.ts +367 -457
- package/dist-types/CognitoIdentityProviderClient.d.ts +3 -7
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +1 -2
- package/dist-types/commands/AdminCreateUserCommand.d.ts +20 -23
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +1 -2
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +14 -28
- package/dist-types/commands/AdminGetUserCommand.d.ts +1 -2
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +14 -14
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +12 -19
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +1 -2
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +20 -24
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +14 -14
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +3 -5
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +5 -10
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +3 -3
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +2 -3
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +17 -20
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +2 -3
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +6 -10
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +1 -2
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +1 -2
- package/dist-types/commands/CreateResourceServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserPoolCommand.d.ts +16 -16
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +1 -2
- package/dist-types/commands/ForgotPasswordCommand.d.ts +23 -22
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +1 -2
- package/dist-types/commands/GetUICustomizationCommand.d.ts +2 -4
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +15 -14
- package/dist-types/commands/GlobalSignOutCommand.d.ts +2 -3
- package/dist-types/commands/InitiateAuthCommand.d.ts +14 -14
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
- package/dist-types/commands/ListUserPoolsCommand.d.ts +1 -1
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +16 -16
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +14 -14
- package/dist-types/commands/RevokeTokenCommand.d.ts +1 -2
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +2 -5
- package/dist-types/commands/SetUICustomizationCommand.d.ts +7 -12
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +6 -9
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +17 -17
- package/dist-types/commands/SetUserSettingsCommand.d.ts +2 -3
- package/dist-types/commands/SignUpCommand.d.ts +16 -16
- package/dist-types/commands/TagResourceCommand.d.ts +7 -14
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +2 -3
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +3 -4
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +15 -14
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +7 -8
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +18 -17
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +11 -20
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +2 -3
- package/dist-types/models/models_0.d.ts +1409 -2027
- package/dist-types/models/models_1.d.ts +125 -192
- package/package.json +39 -33
- package/dist-types/ts3.4/CognitoIdentityProvider.d.ts +0 -510
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +0 -174
- package/dist-types/ts3.4/commands/AddCustomAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminAddUserToGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminConfirmSignUpCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminCreateUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminDeleteUserAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminDeleteUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminDisableProviderForUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminDisableUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminEnableUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminForgetDeviceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminGetDeviceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminGetUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminInitiateAuthCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminLinkProviderForUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminListDevicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminListGroupsForUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminListUserAuthEventsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminRemoveUserFromGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminResetUserPasswordCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminRespondToAuthChallengeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminSetUserMFAPreferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminSetUserPasswordCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminSetUserSettingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminUpdateDeviceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminUpdateUserAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AdminUserGlobalSignOutCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/AssociateSoftwareTokenCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ConfirmDeviceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ConfirmForgotPasswordCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ConfirmSignUpCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateIdentityProviderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateResourceServerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserPoolClientCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateUserPoolDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteIdentityProviderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteResourceServerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserPoolClientCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteUserPoolDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeIdentityProviderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeResourceServerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeRiskConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserPoolClientCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeUserPoolDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ForgetDeviceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ForgotPasswordCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCSVHeaderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetIdentityProviderByIdentifierCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetSigningCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetUICustomizationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetUserAttributeVerificationCodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetUserPoolMfaConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GlobalSignOutCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/InitiateAuthCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListIdentityProvidersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListResourceServersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUserImportJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUserPoolClientsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUserPoolsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListUsersInGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ResendConfirmationCodeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RespondToAuthChallengeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeTokenCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetRiskConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetUICustomizationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetUserMFAPreferenceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetUserPoolMfaConfigCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SetUserSettingsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/SignUpCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartUserImportJobCommand.d.ts +0 -18
- package/dist-types/ts3.4/commands/StopUserImportJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateAuthEventFeedbackCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateDeviceStatusCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateIdentityProviderCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateResourceServerCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserAttributesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserPoolClientCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserPoolCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateUserPoolDomainCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/VerifySoftwareTokenCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/VerifyUserAttributeCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -101
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3410
- package/dist-types/ts3.4/models/models_1.d.ts +0 -387
- 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/pagination/index.d.ts +0 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -305
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
|
|
34
|
+
|
|
35
|
+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
|
|
7
42
|
|
|
8
43
|
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
|
package/README.md
CHANGED
|
@@ -7,13 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
AWS SDK for JavaScript CognitoIdentityProvider Client for Node.js, Browser and React Native.
|
|
9
9
|
|
|
10
|
-
<p>Using the Amazon Cognito
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<p>This API reference provides information about user pools in Amazon Cognito User
|
|
14
|
-
Pools.</p>
|
|
15
|
-
<p>For more information, see the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html">Amazon Cognito
|
|
16
|
-
Documentation</a>.</p>
|
|
10
|
+
<p>Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users. You can authenticate a user to obtain tokens related to user identity and access policies.</p>
|
|
11
|
+
<p>This API reference provides information about user pools in Amazon Cognito user pools.</p>
|
|
12
|
+
<p>For more information, see the <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/what-is-amazon-cognito.html">Amazon Cognito Documentation</a>.</p>
|
|
17
13
|
|
|
18
14
|
## Installing
|
|
19
15
|
|