@aws-sdk/client-cognito-identity 3.890.0 → 3.891.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 (24) hide show
  1. package/dist-types/commands/CreateIdentityPoolCommand.d.ts +2 -0
  2. package/dist-types/commands/DeleteIdentitiesCommand.d.ts +2 -0
  3. package/dist-types/commands/DeleteIdentityPoolCommand.d.ts +2 -0
  4. package/dist-types/commands/DescribeIdentityCommand.d.ts +2 -0
  5. package/dist-types/commands/DescribeIdentityPoolCommand.d.ts +2 -0
  6. package/dist-types/commands/GetCredentialsForIdentityCommand.d.ts +2 -0
  7. package/dist-types/commands/GetIdCommand.d.ts +2 -0
  8. package/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +2 -0
  9. package/dist-types/commands/GetOpenIdTokenCommand.d.ts +2 -0
  10. package/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +2 -0
  11. package/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +2 -0
  12. package/dist-types/commands/ListIdentitiesCommand.d.ts +2 -0
  13. package/dist-types/commands/ListIdentityPoolsCommand.d.ts +2 -0
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  15. package/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +2 -0
  16. package/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +2 -0
  17. package/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +2 -0
  18. package/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +2 -0
  19. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  20. package/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +2 -0
  21. package/dist-types/commands/UnlinkIdentityCommand.d.ts +2 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  23. package/dist-types/commands/UpdateIdentityPoolCommand.d.ts +2 -0
  24. package/package.json +11 -11
@@ -67,6 +67,8 @@ declare const CreateIdentityPoolCommand_base: {
67
67
  * ```javascript
68
68
  * import { CognitoIdentityClient, CreateIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
69
69
  * // const { CognitoIdentityClient, CreateIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
70
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
71
+ * const config = {}; // type is CognitoIdentityClientConfig
70
72
  * const client = new CognitoIdentityClient(config);
71
73
  * const input = { // CreateIdentityPoolInput
72
74
  * IdentityPoolName: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DeleteIdentitiesCommand_base: {
36
36
  * ```javascript
37
37
  * import { CognitoIdentityClient, DeleteIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
38
38
  * // const { CognitoIdentityClient, DeleteIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
39
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
40
+ * const config = {}; // type is CognitoIdentityClientConfig
39
41
  * const client = new CognitoIdentityClient(config);
40
42
  * const input = { // DeleteIdentitiesInput
41
43
  * IdentityIdsToDelete: [ // IdentityIdList // required
@@ -36,6 +36,8 @@ declare const DeleteIdentityPoolCommand_base: {
36
36
  * ```javascript
37
37
  * import { CognitoIdentityClient, DeleteIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
38
38
  * // const { CognitoIdentityClient, DeleteIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
39
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
40
+ * const config = {}; // type is CognitoIdentityClientConfig
39
41
  * const client = new CognitoIdentityClient(config);
40
42
  * const input = { // DeleteIdentityPoolInput
41
43
  * IdentityPoolId: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DescribeIdentityCommand_base: {
36
36
  * ```javascript
37
37
  * import { CognitoIdentityClient, DescribeIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
38
38
  * // const { CognitoIdentityClient, DescribeIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
39
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
40
+ * const config = {}; // type is CognitoIdentityClientConfig
39
41
  * const client = new CognitoIdentityClient(config);
40
42
  * const input = { // DescribeIdentityInput
41
43
  * IdentityId: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const DescribeIdentityPoolCommand_base: {
36
36
  * ```javascript
37
37
  * import { CognitoIdentityClient, DescribeIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
38
38
  * // const { CognitoIdentityClient, DescribeIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
39
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
40
+ * const config = {}; // type is CognitoIdentityClientConfig
39
41
  * const client = new CognitoIdentityClient(config);
40
42
  * const input = { // DescribeIdentityPoolInput
41
43
  * IdentityPoolId: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const GetCredentialsForIdentityCommand_base: {
36
36
  * ```javascript
37
37
  * import { CognitoIdentityClient, GetCredentialsForIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
38
38
  * // const { CognitoIdentityClient, GetCredentialsForIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
39
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
40
+ * const config = {}; // type is CognitoIdentityClientConfig
39
41
  * const client = new CognitoIdentityClient(config);
40
42
  * const input = { // GetCredentialsForIdentityInput
41
43
  * IdentityId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const GetIdCommand_base: {
35
35
  * ```javascript
36
36
  * import { CognitoIdentityClient, GetIdCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
37
37
  * // const { CognitoIdentityClient, GetIdCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
38
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
39
+ * const config = {}; // type is CognitoIdentityClientConfig
38
40
  * const client = new CognitoIdentityClient(config);
39
41
  * const input = { // GetIdInput
40
42
  * AccountId: "STRING_VALUE",
@@ -35,6 +35,8 @@ declare const GetIdentityPoolRolesCommand_base: {
35
35
  * ```javascript
36
36
  * import { CognitoIdentityClient, GetIdentityPoolRolesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
37
37
  * // const { CognitoIdentityClient, GetIdentityPoolRolesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
38
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
39
+ * const config = {}; // type is CognitoIdentityClientConfig
38
40
  * const client = new CognitoIdentityClient(config);
39
41
  * const input = { // GetIdentityPoolRolesInput
40
42
  * IdentityPoolId: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const GetOpenIdTokenCommand_base: {
37
37
  * ```javascript
38
38
  * import { CognitoIdentityClient, GetOpenIdTokenCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
39
39
  * // const { CognitoIdentityClient, GetOpenIdTokenCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
40
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
41
+ * const config = {}; // type is CognitoIdentityClientConfig
40
42
  * const client = new CognitoIdentityClient(config);
41
43
  * const input = { // GetOpenIdTokenInput
42
44
  * IdentityId: "STRING_VALUE", // required
@@ -46,6 +46,8 @@ declare const GetOpenIdTokenForDeveloperIdentityCommand_base: {
46
46
  * ```javascript
47
47
  * import { CognitoIdentityClient, GetOpenIdTokenForDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
48
48
  * // const { CognitoIdentityClient, GetOpenIdTokenForDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
49
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
50
+ * const config = {}; // type is CognitoIdentityClientConfig
49
51
  * const client = new CognitoIdentityClient(config);
50
52
  * const input = { // GetOpenIdTokenForDeveloperIdentityInput
51
53
  * IdentityPoolId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const GetPrincipalTagAttributeMapCommand_base: {
34
34
  * ```javascript
35
35
  * import { CognitoIdentityClient, GetPrincipalTagAttributeMapCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
36
36
  * // const { CognitoIdentityClient, GetPrincipalTagAttributeMapCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
37
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
38
+ * const config = {}; // type is CognitoIdentityClientConfig
37
39
  * const client = new CognitoIdentityClient(config);
38
40
  * const input = { // GetPrincipalTagAttributeMapInput
39
41
  * IdentityPoolId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const ListIdentitiesCommand_base: {
35
35
  * ```javascript
36
36
  * import { CognitoIdentityClient, ListIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
37
37
  * // const { CognitoIdentityClient, ListIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
38
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
39
+ * const config = {}; // type is CognitoIdentityClientConfig
38
40
  * const client = new CognitoIdentityClient(config);
39
41
  * const input = { // ListIdentitiesInput
40
42
  * IdentityPoolId: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const ListIdentityPoolsCommand_base: {
35
35
  * ```javascript
36
36
  * import { CognitoIdentityClient, ListIdentityPoolsCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
37
37
  * // const { CognitoIdentityClient, ListIdentityPoolsCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
38
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
39
+ * const config = {}; // type is CognitoIdentityClientConfig
38
40
  * const client = new CognitoIdentityClient(config);
39
41
  * const input = { // ListIdentityPoolsInput
40
42
  * MaxResults: Number("int"), // required
@@ -36,6 +36,8 @@ declare const ListTagsForResourceCommand_base: {
36
36
  * ```javascript
37
37
  * import { CognitoIdentityClient, ListTagsForResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
38
38
  * // const { CognitoIdentityClient, ListTagsForResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
39
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
40
+ * const config = {}; // type is CognitoIdentityClientConfig
39
41
  * const client = new CognitoIdentityClient(config);
40
42
  * const input = { // ListTagsForResourceInput
41
43
  * ResourceArn: "STRING_VALUE", // required
@@ -50,6 +50,8 @@ declare const LookupDeveloperIdentityCommand_base: {
50
50
  * ```javascript
51
51
  * import { CognitoIdentityClient, LookupDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
52
52
  * // const { CognitoIdentityClient, LookupDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
53
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
54
+ * const config = {}; // type is CognitoIdentityClientConfig
53
55
  * const client = new CognitoIdentityClient(config);
54
56
  * const input = { // LookupDeveloperIdentityInput
55
57
  * IdentityPoolId: "STRING_VALUE", // required
@@ -46,6 +46,8 @@ declare const MergeDeveloperIdentitiesCommand_base: {
46
46
  * ```javascript
47
47
  * import { CognitoIdentityClient, MergeDeveloperIdentitiesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
48
48
  * // const { CognitoIdentityClient, MergeDeveloperIdentitiesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
49
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
50
+ * const config = {}; // type is CognitoIdentityClientConfig
49
51
  * const client = new CognitoIdentityClient(config);
50
52
  * const input = { // MergeDeveloperIdentitiesInput
51
53
  * SourceUserIdentifier: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const SetIdentityPoolRolesCommand_base: {
35
35
  * ```javascript
36
36
  * import { CognitoIdentityClient, SetIdentityPoolRolesCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
37
37
  * // const { CognitoIdentityClient, SetIdentityPoolRolesCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
38
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
39
+ * const config = {}; // type is CognitoIdentityClientConfig
38
40
  * const client = new CognitoIdentityClient(config);
39
41
  * const input = { // SetIdentityPoolRolesInput
40
42
  * IdentityPoolId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const SetPrincipalTagAttributeMapCommand_base: {
34
34
  * ```javascript
35
35
  * import { CognitoIdentityClient, SetPrincipalTagAttributeMapCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
36
36
  * // const { CognitoIdentityClient, SetPrincipalTagAttributeMapCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
37
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
38
+ * const config = {}; // type is CognitoIdentityClientConfig
37
39
  * const client = new CognitoIdentityClient(config);
38
40
  * const input = { // SetPrincipalTagAttributeMapInput
39
41
  * IdentityPoolId: "STRING_VALUE", // required
@@ -47,6 +47,8 @@ declare const TagResourceCommand_base: {
47
47
  * ```javascript
48
48
  * import { CognitoIdentityClient, TagResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
49
49
  * // const { CognitoIdentityClient, TagResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
50
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
51
+ * const config = {}; // type is CognitoIdentityClientConfig
50
52
  * const client = new CognitoIdentityClient(config);
51
53
  * const input = { // TagResourceInput
52
54
  * ResourceArn: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const UnlinkDeveloperIdentityCommand_base: {
38
38
  * ```javascript
39
39
  * import { CognitoIdentityClient, UnlinkDeveloperIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
40
40
  * // const { CognitoIdentityClient, UnlinkDeveloperIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
41
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
42
+ * const config = {}; // type is CognitoIdentityClientConfig
41
43
  * const client = new CognitoIdentityClient(config);
42
44
  * const input = { // UnlinkDeveloperIdentityInput
43
45
  * IdentityId: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const UnlinkIdentityCommand_base: {
36
36
  * ```javascript
37
37
  * import { CognitoIdentityClient, UnlinkIdentityCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
38
38
  * // const { CognitoIdentityClient, UnlinkIdentityCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
39
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
40
+ * const config = {}; // type is CognitoIdentityClientConfig
39
41
  * const client = new CognitoIdentityClient(config);
40
42
  * const input = { // UnlinkIdentityInput
41
43
  * IdentityId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UntagResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { CognitoIdentityClient, UntagResourceCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
36
36
  * // const { CognitoIdentityClient, UntagResourceCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
37
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
38
+ * const config = {}; // type is CognitoIdentityClientConfig
37
39
  * const client = new CognitoIdentityClient(config);
38
40
  * const input = { // UntagResourceInput
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const UpdateIdentityPoolCommand_base: {
39
39
  * ```javascript
40
40
  * import { CognitoIdentityClient, UpdateIdentityPoolCommand } from "@aws-sdk/client-cognito-identity"; // ES Modules import
41
41
  * // const { CognitoIdentityClient, UpdateIdentityPoolCommand } = require("@aws-sdk/client-cognito-identity"); // CommonJS import
42
+ * // import type { CognitoIdentityClientConfig } from "@aws-sdk/client-cognito-identity";
43
+ * const config = {}; // type is CognitoIdentityClientConfig
42
44
  * const client = new CognitoIdentityClient(config);
43
45
  * const input = { // IdentityPool
44
46
  * IdentityPoolId: "STRING_VALUE", // required
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.890.0",
4
+ "version": "3.891.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",
@@ -23,16 +23,16 @@
23
23
  "@aws-crypto/sha256-browser": "5.2.0",
24
24
  "@aws-crypto/sha256-js": "5.2.0",
25
25
  "@aws-sdk/core": "3.890.0",
26
- "@aws-sdk/credential-provider-node": "3.890.0",
27
- "@aws-sdk/middleware-host-header": "3.887.0",
28
- "@aws-sdk/middleware-logger": "3.887.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
30
- "@aws-sdk/middleware-user-agent": "3.890.0",
26
+ "@aws-sdk/credential-provider-node": "3.891.0",
27
+ "@aws-sdk/middleware-host-header": "3.891.0",
28
+ "@aws-sdk/middleware-logger": "3.891.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
30
+ "@aws-sdk/middleware-user-agent": "3.891.0",
31
31
  "@aws-sdk/region-config-resolver": "3.890.0",
32
32
  "@aws-sdk/types": "3.887.0",
33
- "@aws-sdk/util-endpoints": "3.890.0",
33
+ "@aws-sdk/util-endpoints": "3.891.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.887.0",
35
- "@aws-sdk/util-user-agent-node": "3.890.0",
35
+ "@aws-sdk/util-user-agent-node": "3.891.0",
36
36
  "@smithy/config-resolver": "^4.2.2",
37
37
  "@smithy/core": "^3.11.0",
38
38
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -40,7 +40,7 @@
40
40
  "@smithy/invalid-dependency": "^4.1.1",
41
41
  "@smithy/middleware-content-length": "^4.1.1",
42
42
  "@smithy/middleware-endpoint": "^4.2.2",
43
- "@smithy/middleware-retry": "^4.2.2",
43
+ "@smithy/middleware-retry": "^4.2.3",
44
44
  "@smithy/middleware-serde": "^4.1.1",
45
45
  "@smithy/middleware-stack": "^4.1.1",
46
46
  "@smithy/node-config-provider": "^4.2.2",
@@ -56,12 +56,12 @@
56
56
  "@smithy/util-defaults-mode-node": "^4.1.2",
57
57
  "@smithy/util-endpoints": "^3.1.2",
58
58
  "@smithy/util-middleware": "^4.1.1",
59
- "@smithy/util-retry": "^4.1.1",
59
+ "@smithy/util-retry": "^4.1.2",
60
60
  "@smithy/util-utf8": "^4.1.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@aws-sdk/client-iam": "3.890.0",
64
+ "@aws-sdk/client-iam": "3.891.0",
65
65
  "@tsconfig/node18": "18.2.4",
66
66
  "@types/chai": "^4.2.11",
67
67
  "@types/node": "^18.19.69",