@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.
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
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CognitoIdentityClient = void 0;
3
+ exports.CognitoIdentityClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class CognitoIdentityClient extends smithy_client_1.Client {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateIdentityPoolCommand = void 0;
3
+ exports.CreateIdentityPoolCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateIdentityPoolCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIdentitiesCommand = void 0;
3
+ exports.DeleteIdentitiesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteIdentitiesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIdentityPoolCommand = void 0;
3
+ exports.DeleteIdentityPoolCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteIdentityPoolCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIdentityCommand = void 0;
3
+ exports.DescribeIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeIdentityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeIdentityPoolCommand = void 0;
3
+ exports.DescribeIdentityPoolCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeIdentityPoolCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCredentialsForIdentityCommand = void 0;
3
+ exports.GetCredentialsForIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetCredentialsForIdentityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIdCommand = void 0;
3
+ exports.GetIdCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetIdCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIdentityPoolRolesCommand = void 0;
3
+ exports.GetIdentityPoolRolesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetIdentityPoolRolesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOpenIdTokenCommand = void 0;
3
+ exports.GetOpenIdTokenCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetOpenIdTokenCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetOpenIdTokenForDeveloperIdentityCommand = void 0;
3
+ exports.GetOpenIdTokenForDeveloperIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetOpenIdTokenForDeveloperIdentityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPrincipalTagAttributeMapCommand = void 0;
3
+ exports.GetPrincipalTagAttributeMapCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentitiesCommand = void 0;
3
+ exports.ListIdentitiesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ListIdentitiesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIdentityPoolsCommand = void 0;
3
+ exports.ListIdentityPoolsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ListIdentityPoolsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = void 0;
3
+ exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ListTagsForResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LookupDeveloperIdentityCommand = void 0;
3
+ exports.LookupDeveloperIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class LookupDeveloperIdentityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MergeDeveloperIdentitiesCommand = void 0;
3
+ exports.MergeDeveloperIdentitiesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class MergeDeveloperIdentitiesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetIdentityPoolRolesCommand = void 0;
3
+ exports.SetIdentityPoolRolesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class SetIdentityPoolRolesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SetPrincipalTagAttributeMapCommand = void 0;
3
+ exports.SetPrincipalTagAttributeMapCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class SetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = void 0;
3
+ exports.TagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnlinkDeveloperIdentityCommand = void 0;
3
+ exports.UnlinkDeveloperIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UnlinkDeveloperIdentityCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnlinkIdentityCommand = void 0;
3
+ exports.UnlinkIdentityCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UnlinkIdentityCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = void 0;
3
+ exports.UntagResourceCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateIdentityPoolCommand = void 0;
3
+ exports.UpdateIdentityPoolCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateIdentityPoolCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CognitoIdentityServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./CognitoIdentity"), exports);
6
5
  tslib_1.__exportStar(require("./CognitoIdentityClient"), exports);
6
+ tslib_1.__exportStar(require("./CognitoIdentity"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var CognitoIdentityServiceException_1 = require("./models/CognitoIdentityServiceException");
11
11
  Object.defineProperty(exports, "CognitoIdentityServiceException", { enumerable: true, get: function () { return CognitoIdentityServiceException_1.CognitoIdentityServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CognitoIdentityServiceException = void 0;
3
+ exports.CognitoIdentityServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class CognitoIdentityServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class CognitoIdentityClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_CreateIdentityPoolCommand, se_CreateIdentityPoolCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateIdentityPoolCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_DeleteIdentitiesCommand, se_DeleteIdentitiesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DeleteIdentitiesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_DeleteIdentityPoolCommand, se_DeleteIdentityPoolCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DeleteIdentityPoolCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_DescribeIdentityCommand, se_DescribeIdentityCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeIdentityCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_DescribeIdentityPoolCommand, se_DescribeIdentityPoolCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeIdentityPoolCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCredentialsForIdentityCommand, se_GetCredentialsForIdentityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetCredentialsForIdentityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetIdCommand, se_GetIdCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetIdCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_GetIdentityPoolRolesCommand, se_GetIdentityPoolRolesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetIdentityPoolRolesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetOpenIdTokenCommand, se_GetOpenIdTokenCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetOpenIdTokenCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_GetOpenIdTokenForDeveloperIdentityCommand, se_GetOpenIdTokenForDeveloperIdentityCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetOpenIdTokenForDeveloperIdentityCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_GetPrincipalTagAttributeMapCommand, se_GetPrincipalTagAttributeMapCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class GetPrincipalTagAttributeMapCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_ListIdentitiesCommand, se_ListIdentitiesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListIdentitiesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_ListIdentityPoolsCommand, se_ListIdentityPoolsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListIdentityPoolsCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_LookupDeveloperIdentityCommand, se_LookupDeveloperIdentityCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class LookupDeveloperIdentityCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_MergeDeveloperIdentitiesCommand, se_MergeDeveloperIdentitiesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class MergeDeveloperIdentitiesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_SetIdentityPoolRolesCommand, se_SetIdentityPoolRolesCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class SetIdentityPoolRolesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_SetPrincipalTagAttributeMapCommand, se_SetPrincipalTagAttributeMapCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class SetPrincipalTagAttributeMapCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class TagResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_UnlinkDeveloperIdentityCommand, se_UnlinkDeveloperIdentityCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UnlinkDeveloperIdentityCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UnlinkIdentityCommand, se_UnlinkIdentityCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UnlinkIdentityCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UntagResourceCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { de_UpdateIdentityPoolCommand, se_UpdateIdentityPoolCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateIdentityPoolCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./CognitoIdentity";
2
1
  export * from "./CognitoIdentityClient";
2
+ export * from "./CognitoIdentity";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class CognitoIdentityServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);