@aws-sdk/client-cleanrooms 3.294.0 → 3.295.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 (75) hide show
  1. package/dist-cjs/commands/BatchGetSchemaCommand.js +4 -4
  2. package/dist-cjs/commands/CreateCollaborationCommand.js +4 -4
  3. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
  4. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +4 -4
  5. package/dist-cjs/commands/CreateConfiguredTableCommand.js +4 -4
  6. package/dist-cjs/commands/CreateMembershipCommand.js +4 -4
  7. package/dist-cjs/commands/DeleteCollaborationCommand.js +4 -4
  8. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
  9. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
  10. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +4 -4
  11. package/dist-cjs/commands/DeleteMemberCommand.js +4 -4
  12. package/dist-cjs/commands/DeleteMembershipCommand.js +4 -4
  13. package/dist-cjs/commands/GetCollaborationCommand.js +4 -4
  14. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
  15. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +4 -4
  16. package/dist-cjs/commands/GetConfiguredTableCommand.js +4 -4
  17. package/dist-cjs/commands/GetMembershipCommand.js +4 -4
  18. package/dist-cjs/commands/GetProtectedQueryCommand.js +4 -4
  19. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +4 -4
  20. package/dist-cjs/commands/GetSchemaCommand.js +4 -4
  21. package/dist-cjs/commands/ListCollaborationsCommand.js +4 -4
  22. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +4 -4
  23. package/dist-cjs/commands/ListConfiguredTablesCommand.js +4 -4
  24. package/dist-cjs/commands/ListMembersCommand.js +4 -4
  25. package/dist-cjs/commands/ListMembershipsCommand.js +4 -4
  26. package/dist-cjs/commands/ListProtectedQueriesCommand.js +4 -4
  27. package/dist-cjs/commands/ListSchemasCommand.js +4 -4
  28. package/dist-cjs/commands/StartProtectedQueryCommand.js +4 -4
  29. package/dist-cjs/commands/UpdateCollaborationCommand.js +4 -4
  30. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
  31. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
  32. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +4 -4
  33. package/dist-cjs/commands/UpdateMembershipCommand.js +4 -4
  34. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +4 -4
  35. package/dist-es/commands/BatchGetSchemaCommand.js +4 -4
  36. package/dist-es/commands/CreateCollaborationCommand.js +4 -4
  37. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
  38. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +4 -4
  39. package/dist-es/commands/CreateConfiguredTableCommand.js +4 -4
  40. package/dist-es/commands/CreateMembershipCommand.js +4 -4
  41. package/dist-es/commands/DeleteCollaborationCommand.js +4 -4
  42. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
  43. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
  44. package/dist-es/commands/DeleteConfiguredTableCommand.js +4 -4
  45. package/dist-es/commands/DeleteMemberCommand.js +4 -4
  46. package/dist-es/commands/DeleteMembershipCommand.js +4 -4
  47. package/dist-es/commands/GetCollaborationCommand.js +4 -4
  48. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
  49. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +4 -4
  50. package/dist-es/commands/GetConfiguredTableCommand.js +4 -4
  51. package/dist-es/commands/GetMembershipCommand.js +4 -4
  52. package/dist-es/commands/GetProtectedQueryCommand.js +4 -4
  53. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +4 -4
  54. package/dist-es/commands/GetSchemaCommand.js +4 -4
  55. package/dist-es/commands/ListCollaborationsCommand.js +4 -4
  56. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +4 -4
  57. package/dist-es/commands/ListConfiguredTablesCommand.js +4 -4
  58. package/dist-es/commands/ListMembersCommand.js +4 -4
  59. package/dist-es/commands/ListMembershipsCommand.js +4 -4
  60. package/dist-es/commands/ListProtectedQueriesCommand.js +4 -4
  61. package/dist-es/commands/ListSchemasCommand.js +4 -4
  62. package/dist-es/commands/StartProtectedQueryCommand.js +4 -4
  63. package/dist-es/commands/UpdateCollaborationCommand.js +4 -4
  64. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
  65. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
  66. package/dist-es/commands/UpdateConfiguredTableCommand.js +4 -4
  67. package/dist-es/commands/UpdateMembershipCommand.js +4 -4
  68. package/dist-es/commands/UpdateProtectedQueryCommand.js +4 -4
  69. package/dist-types/CleanRoomsClient.d.ts +4 -4
  70. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  71. package/dist-types/models/models_0.d.ts +7 -7
  72. package/dist-types/ts3.4/CleanRoomsClient.d.ts +4 -4
  73. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  74. package/dist-types/ts3.4/models/models_0.d.ts +7 -7
  75. package/package.json +36 -36
@@ -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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateCollaborationCommand 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 UpdateCollaborationCommand 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, UpdateCollaborationCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateConfiguredTableAnalysisRuleCommand 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 UpdateConfiguredTableAnalysisRuleCommand 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, UpdateConfiguredTableAnalysisRuleCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateConfiguredTableAssociationCommand 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 UpdateConfiguredTableAssociationCommand 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, UpdateConfiguredTableAssociationCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateConfiguredTableCommand 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 UpdateConfiguredTableCommand 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, UpdateConfiguredTableCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateMembershipCommand 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 UpdateMembershipCommand 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, UpdateMembershipCommand.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_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class UpdateProtectedQueryCommand 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 UpdateProtectedQueryCommand 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, UpdateProtectedQueryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { BatchGetSchemaInputFilterSensitiveLog, BatchGetSchemaOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1BatchGetSchemaCommand, serializeAws_restJson1BatchGetSchemaCommand, } from "../protocols/Aws_restJson1";
6
6
  export class BatchGetSchemaCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class BatchGetSchemaCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, BatchGetSchemaCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateCollaborationInputFilterSensitiveLog, CreateCollaborationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateCollaborationCommand, serializeAws_restJson1CreateCollaborationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateCollaborationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateCollaborationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateCollaborationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateConfiguredTableAnalysisRuleInputFilterSensitiveLog, CreateConfiguredTableAnalysisRuleOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand, serializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateConfiguredTableAnalysisRuleCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateConfiguredTableAnalysisRuleCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateConfiguredTableAnalysisRuleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateConfiguredTableAssociationInputFilterSensitiveLog, CreateConfiguredTableAssociationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateConfiguredTableAssociationCommand, serializeAws_restJson1CreateConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateConfiguredTableAssociationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateConfiguredTableAssociationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateConfiguredTableAssociationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateConfiguredTableInputFilterSensitiveLog, CreateConfiguredTableOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateConfiguredTableCommand, serializeAws_restJson1CreateConfiguredTableCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateConfiguredTableCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateConfiguredTableCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateConfiguredTableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateMembershipInputFilterSensitiveLog, CreateMembershipOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1CreateMembershipCommand, serializeAws_restJson1CreateMembershipCommand, } from "../protocols/Aws_restJson1";
6
6
  export class CreateMembershipCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class CreateMembershipCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, CreateMembershipCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteCollaborationInputFilterSensitiveLog, DeleteCollaborationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteCollaborationCommand, serializeAws_restJson1DeleteCollaborationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteCollaborationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteCollaborationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteCollaborationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteConfiguredTableAnalysisRuleInputFilterSensitiveLog, DeleteConfiguredTableAnalysisRuleOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand, serializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteConfiguredTableAnalysisRuleCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteConfiguredTableAnalysisRuleCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConfiguredTableAnalysisRuleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteConfiguredTableAssociationInputFilterSensitiveLog, DeleteConfiguredTableAssociationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteConfiguredTableAssociationCommand, serializeAws_restJson1DeleteConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteConfiguredTableAssociationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteConfiguredTableAssociationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConfiguredTableAssociationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteConfiguredTableInputFilterSensitiveLog, DeleteConfiguredTableOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteConfiguredTableCommand, serializeAws_restJson1DeleteConfiguredTableCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteConfiguredTableCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteConfiguredTableCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteConfiguredTableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteMemberInputFilterSensitiveLog, DeleteMemberOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteMemberCommand, serializeAws_restJson1DeleteMemberCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteMemberCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteMemberCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteMemberCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteMembershipInputFilterSensitiveLog, DeleteMembershipOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1DeleteMembershipCommand, serializeAws_restJson1DeleteMembershipCommand, } from "../protocols/Aws_restJson1";
6
6
  export class DeleteMembershipCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class DeleteMembershipCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, DeleteMembershipCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetCollaborationInputFilterSensitiveLog, GetCollaborationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetCollaborationCommand, serializeAws_restJson1GetCollaborationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetCollaborationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetCollaborationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetCollaborationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetConfiguredTableAnalysisRuleInputFilterSensitiveLog, GetConfiguredTableAnalysisRuleOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetConfiguredTableAnalysisRuleCommand, serializeAws_restJson1GetConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetConfiguredTableAnalysisRuleCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetConfiguredTableAnalysisRuleCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredTableAnalysisRuleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetConfiguredTableAssociationInputFilterSensitiveLog, GetConfiguredTableAssociationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetConfiguredTableAssociationCommand, serializeAws_restJson1GetConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetConfiguredTableAssociationCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetConfiguredTableAssociationCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredTableAssociationCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetConfiguredTableInputFilterSensitiveLog, GetConfiguredTableOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetConfiguredTableCommand, serializeAws_restJson1GetConfiguredTableCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetConfiguredTableCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetConfiguredTableCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredTableCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetMembershipInputFilterSensitiveLog, GetMembershipOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetMembershipCommand, serializeAws_restJson1GetMembershipCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetMembershipCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetMembershipCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetMembershipCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetProtectedQueryInputFilterSensitiveLog, GetProtectedQueryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetProtectedQueryCommand, serializeAws_restJson1GetProtectedQueryCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetProtectedQueryCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetProtectedQueryCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetProtectedQueryCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSchemaAnalysisRuleInputFilterSensitiveLog, GetSchemaAnalysisRuleOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSchemaAnalysisRuleCommand, serializeAws_restJson1GetSchemaAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSchemaAnalysisRuleCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetSchemaAnalysisRuleCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetSchemaAnalysisRuleCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetSchemaInputFilterSensitiveLog, GetSchemaOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1GetSchemaCommand, serializeAws_restJson1GetSchemaCommand, } from "../protocols/Aws_restJson1";
6
6
  export class GetSchemaCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class GetSchemaCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, GetSchemaCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListCollaborationsInputFilterSensitiveLog, ListCollaborationsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListCollaborationsCommand, serializeAws_restJson1ListCollaborationsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListCollaborationsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListCollaborationsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListCollaborationsCommand.getEndpointParameterInstructions()));
@@ -4,10 +4,6 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { ListConfiguredTableAssociationsInputFilterSensitiveLog, ListConfiguredTableAssociationsOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restJson1ListConfiguredTableAssociationsCommand, serializeAws_restJson1ListConfiguredTableAssociationsCommand, } from "../protocols/Aws_restJson1";
6
6
  export class ListConfiguredTableAssociationsCommand extends $Command {
7
- constructor(input) {
8
- super();
9
- this.input = input;
10
- }
11
7
  static getEndpointParameterInstructions() {
12
8
  return {
13
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
@@ -16,6 +12,10 @@ export class ListConfiguredTableAssociationsCommand extends $Command {
16
12
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
13
  };
18
14
  }
15
+ constructor(input) {
16
+ super();
17
+ this.input = input;
18
+ }
19
19
  resolveMiddleware(clientStack, configuration, options) {
20
20
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
21
21
  this.middlewareStack.use(getEndpointPlugin(configuration, ListConfiguredTableAssociationsCommand.getEndpointParameterInstructions()));