@aws-sdk/client-cleanrooms 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 (106) hide show
  1. package/README.md +25 -4
  2. package/dist-cjs/CleanRooms.js +45 -0
  3. package/dist-cjs/commands/BatchGetSchemaCommand.js +4 -4
  4. package/dist-cjs/commands/CreateCollaborationCommand.js +4 -4
  5. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
  6. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +4 -4
  7. package/dist-cjs/commands/CreateConfiguredTableCommand.js +4 -4
  8. package/dist-cjs/commands/CreateMembershipCommand.js +4 -4
  9. package/dist-cjs/commands/DeleteCollaborationCommand.js +4 -4
  10. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
  11. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
  12. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +4 -4
  13. package/dist-cjs/commands/DeleteMemberCommand.js +4 -4
  14. package/dist-cjs/commands/DeleteMembershipCommand.js +4 -4
  15. package/dist-cjs/commands/GetCollaborationCommand.js +4 -4
  16. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
  17. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +4 -4
  18. package/dist-cjs/commands/GetConfiguredTableCommand.js +4 -4
  19. package/dist-cjs/commands/GetMembershipCommand.js +4 -4
  20. package/dist-cjs/commands/GetProtectedQueryCommand.js +4 -4
  21. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +4 -4
  22. package/dist-cjs/commands/GetSchemaCommand.js +4 -4
  23. package/dist-cjs/commands/ListCollaborationsCommand.js +4 -4
  24. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +4 -4
  25. package/dist-cjs/commands/ListConfiguredTablesCommand.js +4 -4
  26. package/dist-cjs/commands/ListMembersCommand.js +4 -4
  27. package/dist-cjs/commands/ListMembershipsCommand.js +4 -4
  28. package/dist-cjs/commands/ListProtectedQueriesCommand.js +4 -4
  29. package/dist-cjs/commands/ListSchemasCommand.js +4 -4
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  31. package/dist-cjs/commands/StartProtectedQueryCommand.js +4 -4
  32. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  33. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  34. package/dist-cjs/commands/UpdateCollaborationCommand.js +4 -4
  35. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
  36. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
  37. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +4 -4
  38. package/dist-cjs/commands/UpdateMembershipCommand.js +4 -4
  39. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +4 -4
  40. package/dist-cjs/commands/index.js +3 -0
  41. package/dist-cjs/endpoint/ruleset.js +3 -3
  42. package/dist-cjs/models/models_0.js +26 -1
  43. package/dist-cjs/protocols/Aws_restJson1.js +198 -2
  44. package/dist-es/CleanRooms.js +45 -0
  45. package/dist-es/commands/BatchGetSchemaCommand.js +4 -4
  46. package/dist-es/commands/CreateCollaborationCommand.js +4 -4
  47. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +4 -4
  48. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +4 -4
  49. package/dist-es/commands/CreateConfiguredTableCommand.js +4 -4
  50. package/dist-es/commands/CreateMembershipCommand.js +4 -4
  51. package/dist-es/commands/DeleteCollaborationCommand.js +4 -4
  52. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +4 -4
  53. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +4 -4
  54. package/dist-es/commands/DeleteConfiguredTableCommand.js +4 -4
  55. package/dist-es/commands/DeleteMemberCommand.js +4 -4
  56. package/dist-es/commands/DeleteMembershipCommand.js +4 -4
  57. package/dist-es/commands/GetCollaborationCommand.js +4 -4
  58. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +4 -4
  59. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +4 -4
  60. package/dist-es/commands/GetConfiguredTableCommand.js +4 -4
  61. package/dist-es/commands/GetMembershipCommand.js +4 -4
  62. package/dist-es/commands/GetProtectedQueryCommand.js +4 -4
  63. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +4 -4
  64. package/dist-es/commands/GetSchemaCommand.js +4 -4
  65. package/dist-es/commands/ListCollaborationsCommand.js +4 -4
  66. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +4 -4
  67. package/dist-es/commands/ListConfiguredTablesCommand.js +4 -4
  68. package/dist-es/commands/ListMembersCommand.js +4 -4
  69. package/dist-es/commands/ListMembershipsCommand.js +4 -4
  70. package/dist-es/commands/ListProtectedQueriesCommand.js +4 -4
  71. package/dist-es/commands/ListSchemasCommand.js +4 -4
  72. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  73. package/dist-es/commands/StartProtectedQueryCommand.js +4 -4
  74. package/dist-es/commands/TagResourceCommand.js +42 -0
  75. package/dist-es/commands/UntagResourceCommand.js +42 -0
  76. package/dist-es/commands/UpdateCollaborationCommand.js +4 -4
  77. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +4 -4
  78. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +4 -4
  79. package/dist-es/commands/UpdateConfiguredTableCommand.js +4 -4
  80. package/dist-es/commands/UpdateMembershipCommand.js +4 -4
  81. package/dist-es/commands/UpdateProtectedQueryCommand.js +4 -4
  82. package/dist-es/commands/index.js +3 -0
  83. package/dist-es/endpoint/ruleset.js +3 -3
  84. package/dist-es/models/models_0.js +19 -0
  85. package/dist-es/protocols/Aws_restJson1.js +190 -0
  86. package/dist-types/CleanRooms.d.ts +23 -5
  87. package/dist-types/CleanRoomsClient.d.ts +9 -9
  88. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -0
  89. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +3 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +50 -0
  91. package/dist-types/commands/TagResourceCommand.d.ts +50 -0
  92. package/dist-types/commands/UntagResourceCommand.d.ts +50 -0
  93. package/dist-types/commands/index.d.ts +3 -0
  94. package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
  95. package/dist-types/models/models_0.d.ts +99 -10
  96. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  97. package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
  98. package/dist-types/ts3.4/CleanRoomsClient.d.ts +22 -4
  99. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -0
  102. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  103. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -5
  104. package/dist-types/ts3.4/models/models_0.d.ts +46 -7
  105. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  106. package/package.json +36 -36
package/README.md CHANGED
@@ -9,13 +9,10 @@
9
9
 
10
10
  AWS SDK for JavaScript CleanRooms Client for Node.js, Browser and React Native.
11
11
 
12
- <note>
13
- <p>AWS Clean Rooms is in preview release and is subject to change.</p>
14
- </note>
15
12
  <p>Welcome to the <i>AWS Clean Rooms API Reference</i>.</p>
16
13
  <p>AWS Clean Rooms is an AWS service that helps multiple parties to join their data
17
14
  together in a secure collaboration workspace. In the collaboration, members who can query
18
- and receive results can get insights into the combined data without either party getting
15
+ and receive results can get insights into the collective datasets without either party getting
19
16
  access to the other party's raw data.</p>
20
17
  <p>To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the
21
18
  <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">AWS Clean
@@ -431,6 +428,14 @@ ListSchemas
431
428
 
432
429
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/classes/listschemascommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/listschemascommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/listschemascommandoutput.html)
433
430
 
431
+ </details>
432
+ <details>
433
+ <summary>
434
+ ListTagsForResource
435
+ </summary>
436
+
437
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/listtagsforresourcecommandoutput.html)
438
+
434
439
  </details>
435
440
  <details>
436
441
  <summary>
@@ -439,6 +444,22 @@ StartProtectedQuery
439
444
 
440
445
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/classes/startprotectedquerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/startprotectedquerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/startprotectedquerycommandoutput.html)
441
446
 
447
+ </details>
448
+ <details>
449
+ <summary>
450
+ TagResource
451
+ </summary>
452
+
453
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/tagresourcecommandoutput.html)
454
+
455
+ </details>
456
+ <details>
457
+ <summary>
458
+ UntagResource
459
+ </summary>
460
+
461
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cleanrooms/interfaces/untagresourcecommandoutput.html)
462
+
442
463
  </details>
443
464
  <details>
444
465
  <summary>
@@ -29,7 +29,10 @@ const ListMembersCommand_1 = require("./commands/ListMembersCommand");
29
29
  const ListMembershipsCommand_1 = require("./commands/ListMembershipsCommand");
30
30
  const ListProtectedQueriesCommand_1 = require("./commands/ListProtectedQueriesCommand");
31
31
  const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
32
+ const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
32
33
  const StartProtectedQueryCommand_1 = require("./commands/StartProtectedQueryCommand");
34
+ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
35
+ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
33
36
  const UpdateCollaborationCommand_1 = require("./commands/UpdateCollaborationCommand");
34
37
  const UpdateConfiguredTableAnalysisRuleCommand_1 = require("./commands/UpdateConfiguredTableAnalysisRuleCommand");
35
38
  const UpdateConfiguredTableAssociationCommand_1 = require("./commands/UpdateConfiguredTableAssociationCommand");
@@ -415,6 +418,20 @@ class CleanRooms extends CleanRoomsClient_1.CleanRoomsClient {
415
418
  return this.send(command, optionsOrCb);
416
419
  }
417
420
  }
421
+ listTagsForResource(args, optionsOrCb, cb) {
422
+ const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
423
+ if (typeof optionsOrCb === "function") {
424
+ this.send(command, optionsOrCb);
425
+ }
426
+ else if (typeof cb === "function") {
427
+ if (typeof optionsOrCb !== "object")
428
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
429
+ this.send(command, optionsOrCb || {}, cb);
430
+ }
431
+ else {
432
+ return this.send(command, optionsOrCb);
433
+ }
434
+ }
418
435
  startProtectedQuery(args, optionsOrCb, cb) {
419
436
  const command = new StartProtectedQueryCommand_1.StartProtectedQueryCommand(args);
420
437
  if (typeof optionsOrCb === "function") {
@@ -429,6 +446,34 @@ class CleanRooms extends CleanRoomsClient_1.CleanRoomsClient {
429
446
  return this.send(command, optionsOrCb);
430
447
  }
431
448
  }
449
+ tagResource(args, optionsOrCb, cb) {
450
+ const command = new TagResourceCommand_1.TagResourceCommand(args);
451
+ if (typeof optionsOrCb === "function") {
452
+ this.send(command, optionsOrCb);
453
+ }
454
+ else if (typeof cb === "function") {
455
+ if (typeof optionsOrCb !== "object")
456
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
457
+ this.send(command, optionsOrCb || {}, cb);
458
+ }
459
+ else {
460
+ return this.send(command, optionsOrCb);
461
+ }
462
+ }
463
+ untagResource(args, optionsOrCb, cb) {
464
+ const command = new UntagResourceCommand_1.UntagResourceCommand(args);
465
+ if (typeof optionsOrCb === "function") {
466
+ this.send(command, optionsOrCb);
467
+ }
468
+ else if (typeof cb === "function") {
469
+ if (typeof optionsOrCb !== "object")
470
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
471
+ this.send(command, optionsOrCb || {}, cb);
472
+ }
473
+ else {
474
+ return this.send(command, optionsOrCb);
475
+ }
476
+ }
432
477
  updateCollaboration(args, optionsOrCb, cb) {
433
478
  const command = new UpdateCollaborationCommand_1.UpdateCollaborationCommand(args);
434
479
  if (typeof optionsOrCb === "function") {
@@ -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 BatchGetSchemaCommand 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 BatchGetSchemaCommand 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, BatchGetSchemaCommand.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 CreateCollaborationCommand 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 CreateCollaborationCommand 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, CreateCollaborationCommand.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 CreateConfiguredTableAnalysisRuleCommand 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 CreateConfiguredTableAnalysisRuleCommand 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, CreateConfiguredTableAnalysisRuleCommand.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 CreateConfiguredTableAssociationCommand 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 CreateConfiguredTableAssociationCommand 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, CreateConfiguredTableAssociationCommand.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 CreateConfiguredTableCommand 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 CreateConfiguredTableCommand 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, CreateConfiguredTableCommand.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 CreateMembershipCommand 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 CreateMembershipCommand 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, CreateMembershipCommand.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 DeleteCollaborationCommand 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 DeleteCollaborationCommand 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, DeleteCollaborationCommand.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 DeleteConfiguredTableAnalysisRuleCommand 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 DeleteConfiguredTableAnalysisRuleCommand 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, DeleteConfiguredTableAnalysisRuleCommand.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 DeleteConfiguredTableAssociationCommand 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 DeleteConfiguredTableAssociationCommand 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, DeleteConfiguredTableAssociationCommand.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 DeleteConfiguredTableCommand 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 DeleteConfiguredTableCommand 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, DeleteConfiguredTableCommand.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 DeleteMemberCommand 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 DeleteMemberCommand 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, DeleteMemberCommand.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 DeleteMembershipCommand 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 DeleteMembershipCommand 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, DeleteMembershipCommand.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 GetCollaborationCommand 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 GetCollaborationCommand 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, GetCollaborationCommand.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 GetConfiguredTableAnalysisRuleCommand 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 GetConfiguredTableAnalysisRuleCommand 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, GetConfiguredTableAnalysisRuleCommand.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 GetConfiguredTableAssociationCommand 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 GetConfiguredTableAssociationCommand 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, GetConfiguredTableAssociationCommand.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 GetConfiguredTableCommand 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 GetConfiguredTableCommand 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, GetConfiguredTableCommand.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 GetMembershipCommand 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 GetMembershipCommand 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, GetMembershipCommand.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 GetProtectedQueryCommand 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 GetProtectedQueryCommand 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, GetProtectedQueryCommand.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 GetSchemaAnalysisRuleCommand 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 GetSchemaAnalysisRuleCommand 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, GetSchemaAnalysisRuleCommand.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 GetSchemaCommand 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 GetSchemaCommand 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, GetSchemaCommand.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 ListCollaborationsCommand 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 ListCollaborationsCommand 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, ListCollaborationsCommand.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 ListConfiguredTableAssociationsCommand 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 ListConfiguredTableAssociationsCommand 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, ListConfiguredTableAssociationsCommand.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 ListConfiguredTablesCommand 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 ListConfiguredTablesCommand 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, ListConfiguredTablesCommand.getEndpointParameterInstructions()));