@aws-sdk/client-cognito-identity 3.337.0 → 3.338.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/CognitoIdentityClient.js +2 -1
- package/dist-cjs/commands/CreateIdentityPoolCommand.js +2 -1
- package/dist-cjs/commands/DeleteIdentitiesCommand.js +2 -1
- package/dist-cjs/commands/DeleteIdentityPoolCommand.js +2 -1
- package/dist-cjs/commands/DescribeIdentityCommand.js +2 -1
- package/dist-cjs/commands/DescribeIdentityPoolCommand.js +2 -1
- package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +2 -1
- package/dist-cjs/commands/GetIdCommand.js +2 -1
- package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +2 -1
- package/dist-cjs/commands/GetOpenIdTokenCommand.js +2 -1
- package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -1
- package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +2 -1
- package/dist-cjs/commands/ListIdentitiesCommand.js +2 -1
- package/dist-cjs/commands/ListIdentityPoolsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +2 -1
- package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +2 -1
- package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +2 -1
- package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +2 -1
- package/dist-cjs/commands/UnlinkIdentityCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateIdentityPoolCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/CognitoIdentityServiceException.js +2 -1
- package/dist-es/CognitoIdentityClient.js +1 -0
- package/dist-es/commands/CreateIdentityPoolCommand.js +1 -0
- package/dist-es/commands/DeleteIdentitiesCommand.js +1 -0
- package/dist-es/commands/DeleteIdentityPoolCommand.js +1 -0
- package/dist-es/commands/DescribeIdentityCommand.js +1 -0
- package/dist-es/commands/DescribeIdentityPoolCommand.js +1 -0
- package/dist-es/commands/GetCredentialsForIdentityCommand.js +1 -0
- package/dist-es/commands/GetIdCommand.js +1 -0
- package/dist-es/commands/GetIdentityPoolRolesCommand.js +1 -0
- package/dist-es/commands/GetOpenIdTokenCommand.js +1 -0
- package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +1 -0
- package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +1 -0
- package/dist-es/commands/ListIdentitiesCommand.js +1 -0
- package/dist-es/commands/ListIdentityPoolsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/LookupDeveloperIdentityCommand.js +1 -0
- package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +1 -0
- package/dist-es/commands/SetIdentityPoolRolesCommand.js +1 -0
- package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +1 -0
- package/dist-es/commands/UnlinkIdentityCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateIdentityPoolCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/CognitoIdentityServiceException.js +1 -0
- package/dist-types/CognitoIdentityClient.d.ts +3 -3
- package/dist-types/commands/CreateIdentityPoolCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIdentitiesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIdentityCommand.d.ts +4 -0
- package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +4 -0
- package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +4 -0
- package/dist-types/commands/GetIdCommand.d.ts +4 -0
- package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +4 -0
- package/dist-types/commands/GetOpenIdTokenCommand.d.ts +4 -0
- package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +4 -0
- package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +4 -0
- package/dist-types/commands/ListIdentitiesCommand.d.ts +4 -0
- package/dist-types/commands/ListIdentityPoolsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +4 -0
- package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +4 -0
- package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +4 -0
- package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +4 -0
- package/dist-types/commands/UnlinkIdentityCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +4 -0
- package/dist-types/index.d.ts +20 -2
- package/dist-types/models/CognitoIdentityServiceException.d.ts +1 -0
- package/dist-types/ts3.4/CognitoIdentityClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIdCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +1 -0
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cognito-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cognito Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.338.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -22,43 +22,43 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/config-resolver": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
28
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
29
|
-
"@aws-sdk/hash-node": "3.
|
|
30
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
31
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
32
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
33
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
34
|
-
"@aws-sdk/middleware-logger": "3.
|
|
35
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
36
|
-
"@aws-sdk/middleware-retry": "3.
|
|
37
|
-
"@aws-sdk/middleware-serde": "3.
|
|
38
|
-
"@aws-sdk/middleware-signing": "3.
|
|
39
|
-
"@aws-sdk/middleware-stack": "3.
|
|
40
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
41
|
-
"@aws-sdk/node-config-provider": "3.
|
|
42
|
-
"@aws-sdk/node-http-handler": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.338.0",
|
|
26
|
+
"@aws-sdk/config-resolver": "3.338.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.338.0",
|
|
28
|
+
"@aws-sdk/fetch-http-handler": "3.338.0",
|
|
29
|
+
"@aws-sdk/hash-node": "3.338.0",
|
|
30
|
+
"@aws-sdk/invalid-dependency": "3.338.0",
|
|
31
|
+
"@aws-sdk/middleware-content-length": "3.338.0",
|
|
32
|
+
"@aws-sdk/middleware-endpoint": "3.338.0",
|
|
33
|
+
"@aws-sdk/middleware-host-header": "3.338.0",
|
|
34
|
+
"@aws-sdk/middleware-logger": "3.338.0",
|
|
35
|
+
"@aws-sdk/middleware-recursion-detection": "3.338.0",
|
|
36
|
+
"@aws-sdk/middleware-retry": "3.338.0",
|
|
37
|
+
"@aws-sdk/middleware-serde": "3.338.0",
|
|
38
|
+
"@aws-sdk/middleware-signing": "3.338.0",
|
|
39
|
+
"@aws-sdk/middleware-stack": "3.338.0",
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.338.0",
|
|
41
|
+
"@aws-sdk/node-config-provider": "3.338.0",
|
|
42
|
+
"@aws-sdk/node-http-handler": "3.338.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.338.0",
|
|
44
|
+
"@aws-sdk/types": "3.338.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.338.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.338.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.338.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.338.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.338.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.338.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.338.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
56
|
"@smithy/protocol-http": "^1.0.1",
|
|
57
57
|
"@smithy/types": "^1.0.0",
|
|
58
58
|
"tslib": "^2.5.0"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-iam": "3.
|
|
61
|
+
"@aws-sdk/client-iam": "3.338.0",
|
|
62
62
|
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
63
63
|
"@tsconfig/node14": "1.0.3",
|
|
64
64
|
"@types/chai": "^4.2.11",
|