@aws-sdk/client-cognito-identity-provider 3.943.0 → 3.947.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/dist-cjs/index.js +55 -506
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/CognitoIdentityProviderClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +55 -506
- package/dist-types/CognitoIdentityProvider.d.ts +1 -1
- package/dist-types/CognitoIdentityProviderClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddCustomAttributesCommand.d.ts +3 -3
- package/dist-types/commands/AdminAddUserToGroupCommand.d.ts +3 -3
- package/dist-types/commands/AdminConfirmSignUpCommand.d.ts +3 -3
- package/dist-types/commands/AdminCreateUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminDeleteUserAttributesCommand.d.ts +3 -3
- package/dist-types/commands/AdminDeleteUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminDisableProviderForUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminDisableUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminEnableUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminForgetDeviceCommand.d.ts +3 -3
- package/dist-types/commands/AdminGetDeviceCommand.d.ts +3 -3
- package/dist-types/commands/AdminGetUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminInitiateAuthCommand.d.ts +3 -3
- package/dist-types/commands/AdminLinkProviderForUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminListDevicesCommand.d.ts +3 -3
- package/dist-types/commands/AdminListGroupsForUserCommand.d.ts +3 -3
- package/dist-types/commands/AdminListUserAuthEventsCommand.d.ts +3 -3
- package/dist-types/commands/AdminRemoveUserFromGroupCommand.d.ts +3 -3
- package/dist-types/commands/AdminResetUserPasswordCommand.d.ts +3 -3
- package/dist-types/commands/AdminRespondToAuthChallengeCommand.d.ts +3 -3
- package/dist-types/commands/AdminSetUserMFAPreferenceCommand.d.ts +3 -3
- package/dist-types/commands/AdminSetUserPasswordCommand.d.ts +3 -3
- package/dist-types/commands/AdminSetUserSettingsCommand.d.ts +3 -3
- package/dist-types/commands/AdminUpdateAuthEventFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/AdminUpdateDeviceStatusCommand.d.ts +3 -3
- package/dist-types/commands/AdminUpdateUserAttributesCommand.d.ts +3 -3
- package/dist-types/commands/AdminUserGlobalSignOutCommand.d.ts +3 -3
- package/dist-types/commands/AssociateSoftwareTokenCommand.d.ts +3 -3
- package/dist-types/commands/ChangePasswordCommand.d.ts +3 -3
- package/dist-types/commands/CompleteWebAuthnRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/ConfirmDeviceCommand.d.ts +3 -3
- package/dist-types/commands/ConfirmForgotPasswordCommand.d.ts +3 -3
- package/dist-types/commands/ConfirmSignUpCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateIdentityProviderCommand.d.ts +3 -3
- package/dist-types/commands/CreateManagedLoginBrandingCommand.d.ts +3 -3
- package/dist-types/commands/CreateResourceServerCommand.d.ts +3 -3
- package/dist-types/commands/CreateTermsCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserPoolClientCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserPoolCommand.d.ts +3 -3
- package/dist-types/commands/CreateUserPoolDomainCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIdentityProviderCommand.d.ts +3 -3
- package/dist-types/commands/DeleteManagedLoginBrandingCommand.d.ts +3 -3
- package/dist-types/commands/DeleteResourceServerCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTermsCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserPoolClientCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserPoolCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUserPoolDomainCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWebAuthnCredentialCommand.d.ts +3 -3
- package/dist-types/commands/DescribeIdentityProviderCommand.d.ts +3 -3
- package/dist-types/commands/DescribeManagedLoginBrandingByClientCommand.d.ts +3 -3
- package/dist-types/commands/DescribeManagedLoginBrandingCommand.d.ts +3 -3
- package/dist-types/commands/DescribeResourceServerCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRiskConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTermsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserImportJobCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserPoolClientCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserPoolCommand.d.ts +3 -3
- package/dist-types/commands/DescribeUserPoolDomainCommand.d.ts +3 -3
- package/dist-types/commands/ForgetDeviceCommand.d.ts +3 -3
- package/dist-types/commands/ForgotPasswordCommand.d.ts +3 -3
- package/dist-types/commands/GetCSVHeaderCommand.d.ts +3 -3
- package/dist-types/commands/GetDeviceCommand.d.ts +3 -3
- package/dist-types/commands/GetGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetIdentityProviderByIdentifierCommand.d.ts +3 -3
- package/dist-types/commands/GetLogDeliveryConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetSigningCertificateCommand.d.ts +3 -3
- package/dist-types/commands/GetTokensFromRefreshTokenCommand.d.ts +3 -3
- package/dist-types/commands/GetUICustomizationCommand.d.ts +3 -3
- package/dist-types/commands/GetUserAttributeVerificationCodeCommand.d.ts +3 -3
- package/dist-types/commands/GetUserAuthFactorsCommand.d.ts +3 -3
- package/dist-types/commands/GetUserCommand.d.ts +3 -3
- package/dist-types/commands/GetUserPoolMfaConfigCommand.d.ts +3 -3
- package/dist-types/commands/GlobalSignOutCommand.d.ts +3 -3
- package/dist-types/commands/InitiateAuthCommand.d.ts +3 -3
- package/dist-types/commands/ListDevicesCommand.d.ts +3 -3
- package/dist-types/commands/ListGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListIdentityProvidersCommand.d.ts +3 -3
- package/dist-types/commands/ListResourceServersCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTermsCommand.d.ts +3 -3
- package/dist-types/commands/ListUserImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListUserPoolClientsCommand.d.ts +3 -3
- package/dist-types/commands/ListUserPoolsCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersCommand.d.ts +3 -3
- package/dist-types/commands/ListUsersInGroupCommand.d.ts +3 -3
- package/dist-types/commands/ListWebAuthnCredentialsCommand.d.ts +3 -3
- package/dist-types/commands/ResendConfirmationCodeCommand.d.ts +3 -3
- package/dist-types/commands/RespondToAuthChallengeCommand.d.ts +3 -3
- package/dist-types/commands/RevokeTokenCommand.d.ts +3 -3
- package/dist-types/commands/SetLogDeliveryConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/SetRiskConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/SetUICustomizationCommand.d.ts +3 -3
- package/dist-types/commands/SetUserMFAPreferenceCommand.d.ts +3 -3
- package/dist-types/commands/SetUserPoolMfaConfigCommand.d.ts +3 -3
- package/dist-types/commands/SetUserSettingsCommand.d.ts +3 -3
- package/dist-types/commands/SignUpCommand.d.ts +3 -3
- package/dist-types/commands/StartUserImportJobCommand.d.ts +3 -3
- package/dist-types/commands/StartWebAuthnRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/StopUserImportJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAuthEventFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDeviceStatusCommand.d.ts +3 -3
- package/dist-types/commands/UpdateGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIdentityProviderCommand.d.ts +3 -3
- package/dist-types/commands/UpdateManagedLoginBrandingCommand.d.ts +3 -3
- package/dist-types/commands/UpdateResourceServerCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTermsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserAttributesCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserPoolClientCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserPoolCommand.d.ts +3 -3
- package/dist-types/commands/UpdateUserPoolDomainCommand.d.ts +3 -3
- package/dist-types/commands/VerifySoftwareTokenCommand.d.ts +3 -3
- package/dist-types/commands/VerifyUserAttributeCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/CognitoIdentityProviderServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +1 -1
- package/dist-types/pagination/AdminListGroupsForUserPaginator.d.ts +1 -1
- package/dist-types/pagination/AdminListUserAuthEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIdentityProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserPoolClientsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserPoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersInGroupPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/CognitoIdentityProviderClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CognitoIdentityProviderServiceException.d.ts +1 -1
- package/package.json +13 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity-provider",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.947.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cognito-identity-provider",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
12
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service --solo cognito-identity-provider"
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo cognito-identity-provider",
|
|
15
|
+
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
17
18
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/core": "3.947.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.947.0",
|
|
25
26
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
26
27
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
27
28
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.947.0",
|
|
29
30
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
30
31
|
"@aws-sdk/types": "3.936.0",
|
|
31
32
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
32
33
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.947.0",
|
|
34
35
|
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
-
"@smithy/core": "^3.18.
|
|
36
|
+
"@smithy/core": "^3.18.7",
|
|
36
37
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
38
|
"@smithy/hash-node": "^4.2.5",
|
|
38
39
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
40
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
42
43
|
"@smithy/middleware-serde": "^4.2.6",
|
|
43
44
|
"@smithy/middleware-stack": "^4.2.5",
|
|
44
45
|
"@smithy/node-config-provider": "^4.3.5",
|
|
45
46
|
"@smithy/node-http-handler": "^4.4.5",
|
|
46
47
|
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
48
49
|
"@smithy/types": "^4.9.0",
|
|
49
50
|
"@smithy/url-parser": "^4.2.5",
|
|
50
51
|
"@smithy/util-base64": "^4.3.0",
|
|
51
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
55
56
|
"@smithy/util-endpoints": "^3.2.5",
|
|
56
57
|
"@smithy/util-middleware": "^4.2.5",
|
|
57
58
|
"@smithy/util-retry": "^4.2.5",
|