@aws-sdk/client-cognito-identity-provider 3.180.0 → 3.183.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 +25 -0
- package/dist-cjs/protocols/Aws_json1_1.js +113 -107
- package/dist-es/CognitoIdentityProvider.js +406 -413
- package/dist-es/CognitoIdentityProviderClient.js +21 -27
- package/dist-es/commands/AddCustomAttributesCommand.js +21 -28
- package/dist-es/commands/AdminAddUserToGroupCommand.js +22 -29
- package/dist-es/commands/AdminConfirmSignUpCommand.js +21 -28
- package/dist-es/commands/AdminCreateUserCommand.js +21 -28
- package/dist-es/commands/AdminDeleteUserAttributesCommand.js +21 -28
- package/dist-es/commands/AdminDeleteUserCommand.js +22 -29
- package/dist-es/commands/AdminDisableProviderForUserCommand.js +21 -28
- package/dist-es/commands/AdminDisableUserCommand.js +21 -28
- package/dist-es/commands/AdminEnableUserCommand.js +21 -28
- package/dist-es/commands/AdminForgetDeviceCommand.js +22 -29
- package/dist-es/commands/AdminGetDeviceCommand.js +21 -28
- package/dist-es/commands/AdminGetUserCommand.js +21 -28
- package/dist-es/commands/AdminInitiateAuthCommand.js +21 -28
- package/dist-es/commands/AdminLinkProviderForUserCommand.js +21 -28
- package/dist-es/commands/AdminListDevicesCommand.js +21 -28
- package/dist-es/commands/AdminListGroupsForUserCommand.js +21 -28
- package/dist-es/commands/AdminListUserAuthEventsCommand.js +21 -28
- package/dist-es/commands/AdminRemoveUserFromGroupCommand.js +22 -29
- package/dist-es/commands/AdminResetUserPasswordCommand.js +21 -28
- package/dist-es/commands/AdminRespondToAuthChallengeCommand.js +21 -28
- package/dist-es/commands/AdminSetUserMFAPreferenceCommand.js +21 -28
- package/dist-es/commands/AdminSetUserPasswordCommand.js +21 -28
- package/dist-es/commands/AdminSetUserSettingsCommand.js +21 -28
- package/dist-es/commands/AdminUpdateAuthEventFeedbackCommand.js +21 -28
- package/dist-es/commands/AdminUpdateDeviceStatusCommand.js +21 -28
- package/dist-es/commands/AdminUpdateUserAttributesCommand.js +21 -28
- package/dist-es/commands/AdminUserGlobalSignOutCommand.js +21 -28
- package/dist-es/commands/AssociateSoftwareTokenCommand.js +21 -28
- package/dist-es/commands/ChangePasswordCommand.js +21 -28
- package/dist-es/commands/ConfirmDeviceCommand.js +21 -28
- package/dist-es/commands/ConfirmForgotPasswordCommand.js +21 -28
- package/dist-es/commands/ConfirmSignUpCommand.js +21 -28
- package/dist-es/commands/CreateGroupCommand.js +21 -28
- package/dist-es/commands/CreateIdentityProviderCommand.js +21 -28
- package/dist-es/commands/CreateResourceServerCommand.js +21 -28
- package/dist-es/commands/CreateUserImportJobCommand.js +21 -28
- package/dist-es/commands/CreateUserPoolClientCommand.js +21 -28
- package/dist-es/commands/CreateUserPoolCommand.js +21 -28
- package/dist-es/commands/CreateUserPoolDomainCommand.js +21 -28
- package/dist-es/commands/DeleteGroupCommand.js +22 -29
- package/dist-es/commands/DeleteIdentityProviderCommand.js +22 -29
- package/dist-es/commands/DeleteResourceServerCommand.js +22 -29
- package/dist-es/commands/DeleteUserAttributesCommand.js +21 -28
- package/dist-es/commands/DeleteUserCommand.js +22 -29
- package/dist-es/commands/DeleteUserPoolClientCommand.js +22 -29
- package/dist-es/commands/DeleteUserPoolCommand.js +22 -29
- package/dist-es/commands/DeleteUserPoolDomainCommand.js +21 -28
- package/dist-es/commands/DescribeIdentityProviderCommand.js +21 -28
- package/dist-es/commands/DescribeResourceServerCommand.js +21 -28
- package/dist-es/commands/DescribeRiskConfigurationCommand.js +21 -28
- package/dist-es/commands/DescribeUserImportJobCommand.js +21 -28
- package/dist-es/commands/DescribeUserPoolClientCommand.js +21 -28
- package/dist-es/commands/DescribeUserPoolCommand.js +21 -28
- package/dist-es/commands/DescribeUserPoolDomainCommand.js +21 -28
- package/dist-es/commands/ForgetDeviceCommand.js +22 -29
- package/dist-es/commands/ForgotPasswordCommand.js +21 -28
- package/dist-es/commands/GetCSVHeaderCommand.js +21 -28
- package/dist-es/commands/GetDeviceCommand.js +21 -28
- package/dist-es/commands/GetGroupCommand.js +21 -28
- package/dist-es/commands/GetIdentityProviderByIdentifierCommand.js +21 -28
- package/dist-es/commands/GetSigningCertificateCommand.js +21 -28
- package/dist-es/commands/GetUICustomizationCommand.js +21 -28
- package/dist-es/commands/GetUserAttributeVerificationCodeCommand.js +21 -28
- package/dist-es/commands/GetUserCommand.js +21 -28
- package/dist-es/commands/GetUserPoolMfaConfigCommand.js +21 -28
- package/dist-es/commands/GlobalSignOutCommand.js +21 -28
- package/dist-es/commands/InitiateAuthCommand.js +21 -28
- package/dist-es/commands/ListDevicesCommand.js +21 -28
- package/dist-es/commands/ListGroupsCommand.js +21 -28
- package/dist-es/commands/ListIdentityProvidersCommand.js +21 -28
- package/dist-es/commands/ListResourceServersCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListUserImportJobsCommand.js +21 -28
- package/dist-es/commands/ListUserPoolClientsCommand.js +21 -28
- package/dist-es/commands/ListUserPoolsCommand.js +21 -28
- package/dist-es/commands/ListUsersCommand.js +21 -28
- package/dist-es/commands/ListUsersInGroupCommand.js +21 -28
- package/dist-es/commands/ResendConfirmationCodeCommand.js +21 -28
- package/dist-es/commands/RespondToAuthChallengeCommand.js +21 -28
- package/dist-es/commands/RevokeTokenCommand.js +21 -28
- package/dist-es/commands/SetRiskConfigurationCommand.js +21 -28
- package/dist-es/commands/SetUICustomizationCommand.js +21 -28
- package/dist-es/commands/SetUserMFAPreferenceCommand.js +21 -28
- package/dist-es/commands/SetUserPoolMfaConfigCommand.js +21 -28
- package/dist-es/commands/SetUserSettingsCommand.js +21 -28
- package/dist-es/commands/SignUpCommand.js +21 -28
- package/dist-es/commands/StartUserImportJobCommand.js +21 -28
- package/dist-es/commands/StopUserImportJobCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateAuthEventFeedbackCommand.js +21 -28
- package/dist-es/commands/UpdateDeviceStatusCommand.js +21 -28
- package/dist-es/commands/UpdateGroupCommand.js +21 -28
- package/dist-es/commands/UpdateIdentityProviderCommand.js +21 -28
- package/dist-es/commands/UpdateResourceServerCommand.js +21 -28
- package/dist-es/commands/UpdateUserAttributesCommand.js +21 -28
- package/dist-es/commands/UpdateUserPoolClientCommand.js +21 -28
- package/dist-es/commands/UpdateUserPoolCommand.js +21 -28
- package/dist-es/commands/UpdateUserPoolDomainCommand.js +21 -28
- package/dist-es/commands/VerifySoftwareTokenCommand.js +21 -28
- package/dist-es/commands/VerifyUserAttributeCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CognitoIdentityProviderServiceException.js +5 -10
- package/dist-es/models/models_0.js +1290 -732
- package/dist-es/models/models_1.js +115 -45
- package/dist-es/pagination/AdminListGroupsForUserPaginator.js +25 -68
- package/dist-es/pagination/AdminListUserAuthEventsPaginator.js +25 -68
- package/dist-es/pagination/ListGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListIdentityProvidersPaginator.js +25 -68
- package/dist-es/pagination/ListResourceServersPaginator.js +25 -68
- package/dist-es/pagination/ListUserPoolClientsPaginator.js +25 -68
- package/dist-es/pagination/ListUserPoolsPaginator.js +25 -68
- package/dist-es/pagination/ListUsersInGroupPaginator.js +25 -68
- package/dist-es/pagination/ListUsersPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +8461 -10552
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
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.183.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.182.0...v3.183.0) (2022-10-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.181.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.180.0...v3.181.0) (2022-09-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **clients:** make parseErrorBody async ([#3999](https://github.com/aws/aws-sdk-js-v3/issues/3999)) ([2558c93](https://github.com/aws/aws-sdk-js-v3/commit/2558c93c050357ac6dc47aa0452b15b12ebfd676))
|
|
20
|
+
* **clients:** populate message field when parsing errors ([#3995](https://github.com/aws/aws-sdk-js-v3/issues/3995)) ([02e47f1](https://github.com/aws/aws-sdk-js-v3/commit/02e47f14397ae0a5d2e2883350d038b307fdcdb4))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **clients:** support awsQueryError trait ([#3998](https://github.com/aws/aws-sdk-js-v3/issues/3998)) ([384cbd7](https://github.com/aws/aws-sdk-js-v3/commit/384cbd7cbdbc0635d2dbff53b54d769ca80dabbb))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
6
31
|
# [3.180.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.179.0...v3.180.0) (2022-09-27)
|
|
7
32
|
|
|
8
33
|
**Note:** Version bump only for package @aws-sdk/client-cognito-identity-provider
|