@aws-sdk/client-cognito-identity 3.335.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.
Files changed (105) hide show
  1. package/dist-cjs/CognitoIdentityClient.js +2 -1
  2. package/dist-cjs/commands/CreateIdentityPoolCommand.js +2 -1
  3. package/dist-cjs/commands/DeleteIdentitiesCommand.js +2 -1
  4. package/dist-cjs/commands/DeleteIdentityPoolCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeIdentityCommand.js +2 -1
  6. package/dist-cjs/commands/DescribeIdentityPoolCommand.js +2 -1
  7. package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +2 -1
  8. package/dist-cjs/commands/GetIdCommand.js +2 -1
  9. package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +2 -1
  10. package/dist-cjs/commands/GetOpenIdTokenCommand.js +2 -1
  11. package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +2 -1
  12. package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +2 -1
  13. package/dist-cjs/commands/ListIdentitiesCommand.js +2 -1
  14. package/dist-cjs/commands/ListIdentityPoolsCommand.js +2 -1
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  16. package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +2 -1
  17. package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +2 -1
  18. package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +2 -1
  19. package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +2 -1
  20. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  21. package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +2 -1
  22. package/dist-cjs/commands/UnlinkIdentityCommand.js +2 -1
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateIdentityPoolCommand.js +2 -1
  25. package/dist-cjs/index.js +2 -2
  26. package/dist-cjs/models/CognitoIdentityServiceException.js +2 -1
  27. package/dist-es/CognitoIdentityClient.js +1 -0
  28. package/dist-es/commands/CreateIdentityPoolCommand.js +1 -0
  29. package/dist-es/commands/DeleteIdentitiesCommand.js +1 -0
  30. package/dist-es/commands/DeleteIdentityPoolCommand.js +1 -0
  31. package/dist-es/commands/DescribeIdentityCommand.js +1 -0
  32. package/dist-es/commands/DescribeIdentityPoolCommand.js +1 -0
  33. package/dist-es/commands/GetCredentialsForIdentityCommand.js +1 -0
  34. package/dist-es/commands/GetIdCommand.js +1 -0
  35. package/dist-es/commands/GetIdentityPoolRolesCommand.js +1 -0
  36. package/dist-es/commands/GetOpenIdTokenCommand.js +1 -0
  37. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +1 -0
  38. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +1 -0
  39. package/dist-es/commands/ListIdentitiesCommand.js +1 -0
  40. package/dist-es/commands/ListIdentityPoolsCommand.js +1 -0
  41. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  42. package/dist-es/commands/LookupDeveloperIdentityCommand.js +1 -0
  43. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +1 -0
  44. package/dist-es/commands/SetIdentityPoolRolesCommand.js +1 -0
  45. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +1 -0
  46. package/dist-es/commands/TagResourceCommand.js +1 -0
  47. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +1 -0
  48. package/dist-es/commands/UnlinkIdentityCommand.js +1 -0
  49. package/dist-es/commands/UntagResourceCommand.js +1 -0
  50. package/dist-es/commands/UpdateIdentityPoolCommand.js +1 -0
  51. package/dist-es/index.js +2 -2
  52. package/dist-es/models/CognitoIdentityServiceException.js +1 -0
  53. package/dist-types/CognitoIdentityClient.d.ts +3 -3
  54. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +4 -0
  55. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +4 -0
  56. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeIdentityCommand.d.ts +4 -0
  58. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +4 -0
  59. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +4 -0
  60. package/dist-types/commands/GetIdCommand.d.ts +4 -0
  61. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +4 -0
  62. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +4 -0
  63. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +4 -0
  64. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +4 -0
  65. package/dist-types/commands/ListIdentitiesCommand.d.ts +4 -0
  66. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +4 -0
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  68. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +4 -0
  69. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +4 -0
  70. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +4 -0
  71. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +4 -0
  72. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  73. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +4 -0
  74. package/dist-types/commands/UnlinkIdentityCommand.d.ts +4 -0
  75. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  76. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +4 -0
  77. package/dist-types/index.d.ts +20 -2
  78. package/dist-types/models/CognitoIdentityServiceException.d.ts +1 -0
  79. package/dist-types/ts3.4/CognitoIdentityClient.d.ts +3 -3
  80. package/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/GetIdCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/index.d.ts +2 -2
  104. package/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts +1 -0
  105. 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.335.0",
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.335.0",
26
- "@aws-sdk/config-resolver": "3.329.0",
27
- "@aws-sdk/credential-provider-node": "3.335.0",
28
- "@aws-sdk/fetch-http-handler": "3.329.0",
29
- "@aws-sdk/hash-node": "3.329.0",
30
- "@aws-sdk/invalid-dependency": "3.329.0",
31
- "@aws-sdk/middleware-content-length": "3.329.0",
32
- "@aws-sdk/middleware-endpoint": "3.329.0",
33
- "@aws-sdk/middleware-host-header": "3.329.0",
34
- "@aws-sdk/middleware-logger": "3.329.0",
35
- "@aws-sdk/middleware-recursion-detection": "3.329.0",
36
- "@aws-sdk/middleware-retry": "3.329.0",
37
- "@aws-sdk/middleware-serde": "3.329.0",
38
- "@aws-sdk/middleware-signing": "3.329.0",
39
- "@aws-sdk/middleware-stack": "3.329.0",
40
- "@aws-sdk/middleware-user-agent": "3.332.0",
41
- "@aws-sdk/node-config-provider": "3.329.0",
42
- "@aws-sdk/node-http-handler": "3.329.0",
43
- "@aws-sdk/smithy-client": "3.329.0",
44
- "@aws-sdk/types": "3.329.0",
45
- "@aws-sdk/url-parser": "3.329.0",
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.329.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.329.0",
51
- "@aws-sdk/util-endpoints": "3.332.0",
52
- "@aws-sdk/util-retry": "3.329.0",
53
- "@aws-sdk/util-user-agent-browser": "3.329.0",
54
- "@aws-sdk/util-user-agent-node": "3.329.0",
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.335.0",
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",