@aws-sdk/client-cognito-identity 3.294.0 → 3.296.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 (51) hide show
  1. package/dist-cjs/commands/CreateIdentityPoolCommand.js +4 -4
  2. package/dist-cjs/commands/DeleteIdentitiesCommand.js +4 -4
  3. package/dist-cjs/commands/DeleteIdentityPoolCommand.js +4 -4
  4. package/dist-cjs/commands/DescribeIdentityCommand.js +4 -4
  5. package/dist-cjs/commands/DescribeIdentityPoolCommand.js +4 -4
  6. package/dist-cjs/commands/GetCredentialsForIdentityCommand.js +4 -4
  7. package/dist-cjs/commands/GetIdCommand.js +4 -4
  8. package/dist-cjs/commands/GetIdentityPoolRolesCommand.js +4 -4
  9. package/dist-cjs/commands/GetOpenIdTokenCommand.js +4 -4
  10. package/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +4 -4
  11. package/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +4 -4
  12. package/dist-cjs/commands/ListIdentitiesCommand.js +4 -4
  13. package/dist-cjs/commands/ListIdentityPoolsCommand.js +4 -4
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
  15. package/dist-cjs/commands/LookupDeveloperIdentityCommand.js +4 -4
  16. package/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +4 -4
  17. package/dist-cjs/commands/SetIdentityPoolRolesCommand.js +4 -4
  18. package/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +4 -4
  19. package/dist-cjs/commands/TagResourceCommand.js +4 -4
  20. package/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +4 -4
  21. package/dist-cjs/commands/UnlinkIdentityCommand.js +4 -4
  22. package/dist-cjs/commands/UntagResourceCommand.js +4 -4
  23. package/dist-cjs/commands/UpdateIdentityPoolCommand.js +4 -4
  24. package/dist-es/commands/CreateIdentityPoolCommand.js +4 -4
  25. package/dist-es/commands/DeleteIdentitiesCommand.js +4 -4
  26. package/dist-es/commands/DeleteIdentityPoolCommand.js +4 -4
  27. package/dist-es/commands/DescribeIdentityCommand.js +4 -4
  28. package/dist-es/commands/DescribeIdentityPoolCommand.js +4 -4
  29. package/dist-es/commands/GetCredentialsForIdentityCommand.js +4 -4
  30. package/dist-es/commands/GetIdCommand.js +4 -4
  31. package/dist-es/commands/GetIdentityPoolRolesCommand.js +4 -4
  32. package/dist-es/commands/GetOpenIdTokenCommand.js +4 -4
  33. package/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +4 -4
  34. package/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +4 -4
  35. package/dist-es/commands/ListIdentitiesCommand.js +4 -4
  36. package/dist-es/commands/ListIdentityPoolsCommand.js +4 -4
  37. package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
  38. package/dist-es/commands/LookupDeveloperIdentityCommand.js +4 -4
  39. package/dist-es/commands/MergeDeveloperIdentitiesCommand.js +4 -4
  40. package/dist-es/commands/SetIdentityPoolRolesCommand.js +4 -4
  41. package/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +4 -4
  42. package/dist-es/commands/TagResourceCommand.js +4 -4
  43. package/dist-es/commands/UnlinkDeveloperIdentityCommand.js +4 -4
  44. package/dist-es/commands/UnlinkIdentityCommand.js +4 -4
  45. package/dist-es/commands/UntagResourceCommand.js +4 -4
  46. package/dist-es/commands/UpdateIdentityPoolCommand.js +4 -4
  47. package/dist-types/CognitoIdentityClient.d.ts +4 -4
  48. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  49. package/dist-types/ts3.4/CognitoIdentityClient.d.ts +4 -4
  50. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  51. package/package.json +37 -37
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class CreateIdentityPoolCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class CreateIdentityPoolCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateIdentityPoolCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class DeleteIdentitiesCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class DeleteIdentitiesCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteIdentitiesCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class DeleteIdentityPoolCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class DeleteIdentityPoolCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DeleteIdentityPoolCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class DescribeIdentityCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class DescribeIdentityCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeIdentityCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class DescribeIdentityPoolCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class DescribeIdentityPoolCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeIdentityPoolCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetCredentialsForIdentityCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class GetCredentialsForIdentityCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetCredentialsForIdentityCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetIdCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class GetIdCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetIdCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class GetIdentityPoolRolesCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class GetIdentityPoolRolesCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetIdentityPoolRolesCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class GetOpenIdTokenCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class GetOpenIdTokenCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetOpenIdTokenCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class GetOpenIdTokenForDeveloperIdentityCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class GetOpenIdTokenForDeveloperIdentityCommand extends smithy_client_1.Command
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetOpenIdTokenForDeveloperIdentityCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class GetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class GetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, GetPrincipalTagAttributeMapCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class ListIdentitiesCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class ListIdentitiesCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListIdentitiesCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class ListIdentityPoolsCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class ListIdentityPoolsCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListIdentityPoolsCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class ListTagsForResourceCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class LookupDeveloperIdentityCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class LookupDeveloperIdentityCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, LookupDeveloperIdentityCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class MergeDeveloperIdentitiesCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class MergeDeveloperIdentitiesCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, MergeDeveloperIdentitiesCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class SetIdentityPoolRolesCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class SetIdentityPoolRolesCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SetIdentityPoolRolesCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class SetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class SetPrincipalTagAttributeMapCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, SetPrincipalTagAttributeMapCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class TagResourceCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class TagResourceCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class UnlinkDeveloperIdentityCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class UnlinkDeveloperIdentityCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UnlinkDeveloperIdentityCommand.getEndpointParameterInstructions()));
@@ -7,10 +7,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const models_0_1 = require("../models/models_0");
8
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
9
  class UnlinkIdentityCommand extends smithy_client_1.Command {
10
- constructor(input) {
11
- super();
12
- this.input = input;
13
- }
14
10
  static getEndpointParameterInstructions() {
15
11
  return {
16
12
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -19,6 +15,10 @@ class UnlinkIdentityCommand extends smithy_client_1.Command {
19
15
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
16
  };
21
17
  }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
22
  resolveMiddleware(clientStack, configuration, options) {
23
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
24
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UnlinkIdentityCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class UntagResourceCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
@@ -8,10 +8,6 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
8
8
  const models_0_1 = require("../models/models_0");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
10
  class UpdateIdentityPoolCommand extends smithy_client_1.Command {
11
- constructor(input) {
12
- super();
13
- this.input = input;
14
- }
15
11
  static getEndpointParameterInstructions() {
16
12
  return {
17
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -20,6 +16,10 @@ class UpdateIdentityPoolCommand extends smithy_client_1.Command {
20
16
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
21
17
  };
22
18
  }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
23
  resolveMiddleware(clientStack, configuration, options) {
24
24
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
25
  this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateIdentityPoolCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { CreateIdentityPoolInputFilterSensitiveLog, IdentityPoolFilterSensitiveLog, } from "../models/models_0";
6
6
  import { deserializeAws_json1_1CreateIdentityPoolCommand, serializeAws_json1_1CreateIdentityPoolCommand, } from "../protocols/Aws_json1_1";
7
7
  export class CreateIdentityPoolCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
11
- }
12
8
  static getEndpointParameterInstructions() {
13
9
  return {
14
10
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -17,6 +13,10 @@ export class CreateIdentityPoolCommand extends $Command {
17
13
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
14
  };
19
15
  }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
20
  resolveMiddleware(clientStack, configuration, options) {
21
21
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
22
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateIdentityPoolCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { DeleteIdentitiesInputFilterSensitiveLog, DeleteIdentitiesResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { deserializeAws_json1_1DeleteIdentitiesCommand, serializeAws_json1_1DeleteIdentitiesCommand, } from "../protocols/Aws_json1_1";
7
7
  export class DeleteIdentitiesCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
11
- }
12
8
  static getEndpointParameterInstructions() {
13
9
  return {
14
10
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -17,6 +13,10 @@ export class DeleteIdentitiesCommand extends $Command {
17
13
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
14
  };
19
15
  }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
20
  resolveMiddleware(clientStack, configuration, options) {
21
21
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
22
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentitiesCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { DeleteIdentityPoolInputFilterSensitiveLog } from "../models/models_0";
6
6
  import { deserializeAws_json1_1DeleteIdentityPoolCommand, serializeAws_json1_1DeleteIdentityPoolCommand, } from "../protocols/Aws_json1_1";
7
7
  export class DeleteIdentityPoolCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
11
- }
12
8
  static getEndpointParameterInstructions() {
13
9
  return {
14
10
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -17,6 +13,10 @@ export class DeleteIdentityPoolCommand extends $Command {
17
13
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
14
  };
19
15
  }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
20
  resolveMiddleware(clientStack, configuration, options) {
21
21
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
22
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteIdentityPoolCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { DescribeIdentityInputFilterSensitiveLog, IdentityDescriptionFilterSensitiveLog, } from "../models/models_0";
6
6
  import { deserializeAws_json1_1DescribeIdentityCommand, serializeAws_json1_1DescribeIdentityCommand, } from "../protocols/Aws_json1_1";
7
7
  export class DescribeIdentityCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
11
- }
12
8
  static getEndpointParameterInstructions() {
13
9
  return {
14
10
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -17,6 +13,10 @@ export class DescribeIdentityCommand extends $Command {
17
13
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
14
  };
19
15
  }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
20
  resolveMiddleware(clientStack, configuration, options) {
21
21
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
22
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeIdentityCommand.getEndpointParameterInstructions()));
@@ -5,10 +5,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
5
5
  import { DescribeIdentityPoolInputFilterSensitiveLog, IdentityPoolFilterSensitiveLog, } from "../models/models_0";
6
6
  import { deserializeAws_json1_1DescribeIdentityPoolCommand, serializeAws_json1_1DescribeIdentityPoolCommand, } from "../protocols/Aws_json1_1";
7
7
  export class DescribeIdentityPoolCommand extends $Command {
8
- constructor(input) {
9
- super();
10
- this.input = input;
11
- }
12
8
  static getEndpointParameterInstructions() {
13
9
  return {
14
10
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -17,6 +13,10 @@ export class DescribeIdentityPoolCommand extends $Command {
17
13
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
14
  };
19
15
  }
16
+ constructor(input) {
17
+ super();
18
+ this.input = input;
19
+ }
20
20
  resolveMiddleware(clientStack, configuration, options) {
21
21
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
22
  this.middlewareStack.use(getEndpointPlugin(configuration, DescribeIdentityPoolCommand.getEndpointParameterInstructions()));