@aws-sdk/client-cleanrooms 3.295.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 (38) hide show
  1. package/README.md +25 -4
  2. package/dist-cjs/CleanRooms.js +45 -0
  3. package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
  4. package/dist-cjs/commands/TagResourceCommand.js +46 -0
  5. package/dist-cjs/commands/UntagResourceCommand.js +46 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +3 -3
  8. package/dist-cjs/models/models_0.js +26 -1
  9. package/dist-cjs/protocols/Aws_restJson1.js +198 -2
  10. package/dist-es/CleanRooms.js +45 -0
  11. package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
  12. package/dist-es/commands/TagResourceCommand.js +42 -0
  13. package/dist-es/commands/UntagResourceCommand.js +42 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +3 -3
  16. package/dist-es/models/models_0.js +19 -0
  17. package/dist-es/protocols/Aws_restJson1.js +190 -0
  18. package/dist-types/CleanRooms.d.ts +23 -5
  19. package/dist-types/CleanRoomsClient.d.ts +7 -7
  20. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -0
  21. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +3 -0
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +50 -0
  23. package/dist-types/commands/TagResourceCommand.d.ts +50 -0
  24. package/dist-types/commands/UntagResourceCommand.d.ts +50 -0
  25. package/dist-types/commands/index.d.ts +3 -0
  26. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  27. package/dist-types/models/models_0.d.ts +92 -3
  28. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  29. package/dist-types/ts3.4/CleanRooms.d.ts +51 -0
  30. package/dist-types/ts3.4/CleanRoomsClient.d.ts +18 -0
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -0
  34. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  35. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +39 -0
  37. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  38. package/package.json +29 -29
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") {
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListTagsForResourceCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_0_1 = require("../models/models_0");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class ListTagsForResourceCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "CleanRoomsClient";
28
+ const commandName = "ListTagsForResourceCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_0_1.ListTagsForResourceInputFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_0_1.ListTagsForResourceOutputFilterSensitiveLog,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
44
+ }
45
+ }
46
+ exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagResourceCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_0_1 = require("../models/models_0");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class TagResourceCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "CleanRoomsClient";
28
+ const commandName = "TagResourceCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_0_1.TagResourceInputFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_0_1.TagResourceOutputFilterSensitiveLog,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
44
+ }
45
+ }
46
+ exports.TagResourceCommand = TagResourceCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UntagResourceCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_0_1 = require("../models/models_0");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class UntagResourceCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "CleanRoomsClient";
28
+ const commandName = "UntagResourceCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_0_1.UntagResourceInputFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_0_1.UntagResourceOutputFilterSensitiveLog,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
44
+ }
45
+ }
46
+ exports.UntagResourceCommand = UntagResourceCommand;
@@ -28,7 +28,10 @@ tslib_1.__exportStar(require("./ListMembersCommand"), exports);
28
28
  tslib_1.__exportStar(require("./ListMembershipsCommand"), exports);
29
29
  tslib_1.__exportStar(require("./ListProtectedQueriesCommand"), exports);
30
30
  tslib_1.__exportStar(require("./ListSchemasCommand"), exports);
31
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
31
32
  tslib_1.__exportStar(require("./StartProtectedQueryCommand"), exports);
33
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
34
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
32
35
  tslib_1.__exportStar(require("./UpdateCollaborationCommand"), exports);
33
36
  tslib_1.__exportStar(require("./UpdateConfiguredTableAnalysisRuleCommand"), exports);
34
37
  tslib_1.__exportStar(require("./UpdateConfiguredTableAssociationCommand"), exports);
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const q = "fn", r = "argv", s = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://cleanrooms-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ endpoint: { url: "https://cleanrooms-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://cleanrooms.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://cleanrooms.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cleanrooms-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cleanrooms-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://cleanrooms.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://cleanrooms.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DataEncryptionMetadataFilterSensitiveLog = exports.ValidationExceptionFieldFilterSensitiveLog = exports.BatchGetSchemaOutputFilterSensitiveLog = exports.SchemaFilterSensitiveLog = exports.ColumnFilterSensitiveLog = exports.BatchGetSchemaErrorFilterSensitiveLog = exports.BatchGetSchemaInputFilterSensitiveLog = exports.AnalysisRuleFilterSensitiveLog = exports.AnalysisRulePolicyFilterSensitiveLog = exports.AnalysisRulePolicyV1FilterSensitiveLog = exports.AnalysisRuleListFilterSensitiveLog = exports.AnalysisRuleAggregationFilterSensitiveLog = exports.AggregationConstraintFilterSensitiveLog = exports.AggregateColumnFilterSensitiveLog = exports.TargetProtectedQueryStatus = exports.ProtectedQueryType = exports.ProtectedQueryStatus = exports.ProtectedQueryOutputConfiguration = exports.ResultFormat = exports.ProtectedQueryOutput = exports.MembershipStatus = exports.MembershipQueryLogStatus = exports.ConfiguredTableAnalysisRulePolicy = exports.ConfiguredTableAnalysisRulePolicyV1 = exports.ConfiguredTableAnalysisRuleType = exports.TableReference = exports.FilterableMemberStatus = exports.ConflictException = exports.ConflictExceptionReason = exports.ServiceQuotaExceededException = exports.MemberStatus = exports.CollaborationQueryLogStatus = exports.MemberAbility = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceType = exports.InternalServerException = exports.SchemaType = exports.AnalysisRuleType = exports.AnalysisRulePolicy = exports.AnalysisRulePolicyV1 = exports.ScalarFunctions = exports.JoinRequiredOption = exports.AnalysisMethod = exports.AggregationType = exports.AggregateFunctionName = exports.AccessDeniedException = exports.AccessDeniedExceptionReason = void 0;
4
4
  exports.DeleteConfiguredTableAnalysisRuleInputFilterSensitiveLog = exports.DeleteConfiguredTableOutputFilterSensitiveLog = exports.DeleteConfiguredTableInputFilterSensitiveLog = exports.CreateConfiguredTableAnalysisRuleOutputFilterSensitiveLog = exports.ConfiguredTableAnalysisRuleFilterSensitiveLog = exports.CreateConfiguredTableAnalysisRuleInputFilterSensitiveLog = exports.ConfiguredTableAnalysisRulePolicyFilterSensitiveLog = exports.ConfiguredTableAnalysisRulePolicyV1FilterSensitiveLog = exports.CreateConfiguredTableOutputFilterSensitiveLog = exports.ConfiguredTableFilterSensitiveLog = exports.CreateConfiguredTableInputFilterSensitiveLog = exports.TableReferenceFilterSensitiveLog = exports.GlueTableReferenceFilterSensitiveLog = exports.UpdateConfiguredTableAssociationOutputFilterSensitiveLog = exports.UpdateConfiguredTableAssociationInputFilterSensitiveLog = exports.ListConfiguredTableAssociationsOutputFilterSensitiveLog = exports.ConfiguredTableAssociationSummaryFilterSensitiveLog = exports.ListConfiguredTableAssociationsInputFilterSensitiveLog = exports.GetConfiguredTableAssociationOutputFilterSensitiveLog = exports.GetConfiguredTableAssociationInputFilterSensitiveLog = exports.DeleteConfiguredTableAssociationOutputFilterSensitiveLog = exports.DeleteConfiguredTableAssociationInputFilterSensitiveLog = exports.CreateConfiguredTableAssociationOutputFilterSensitiveLog = exports.ConfiguredTableAssociationFilterSensitiveLog = exports.CreateConfiguredTableAssociationInputFilterSensitiveLog = exports.UpdateCollaborationOutputFilterSensitiveLog = exports.UpdateCollaborationInputFilterSensitiveLog = exports.ListSchemasOutputFilterSensitiveLog = exports.SchemaSummaryFilterSensitiveLog = exports.ListSchemasInputFilterSensitiveLog = exports.ListMembersOutputFilterSensitiveLog = exports.MemberSummaryFilterSensitiveLog = exports.ListMembersInputFilterSensitiveLog = exports.ListCollaborationsOutputFilterSensitiveLog = exports.CollaborationSummaryFilterSensitiveLog = exports.ListCollaborationsInputFilterSensitiveLog = exports.GetSchemaAnalysisRuleOutputFilterSensitiveLog = exports.GetSchemaAnalysisRuleInputFilterSensitiveLog = exports.GetSchemaOutputFilterSensitiveLog = exports.GetSchemaInputFilterSensitiveLog = exports.GetCollaborationOutputFilterSensitiveLog = exports.GetCollaborationInputFilterSensitiveLog = exports.DeleteMemberOutputFilterSensitiveLog = exports.DeleteMemberInputFilterSensitiveLog = exports.DeleteCollaborationOutputFilterSensitiveLog = exports.DeleteCollaborationInputFilterSensitiveLog = exports.CreateCollaborationOutputFilterSensitiveLog = exports.CollaborationFilterSensitiveLog = exports.CreateCollaborationInputFilterSensitiveLog = exports.MemberSpecificationFilterSensitiveLog = void 0;
5
- exports.UpdateProtectedQueryOutputFilterSensitiveLog = exports.UpdateProtectedQueryInputFilterSensitiveLog = exports.UpdateMembershipOutputFilterSensitiveLog = exports.UpdateMembershipInputFilterSensitiveLog = exports.StartProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryInputFilterSensitiveLog = exports.ListProtectedQueriesOutputFilterSensitiveLog = exports.ProtectedQuerySummaryFilterSensitiveLog = exports.ListProtectedQueriesInputFilterSensitiveLog = exports.ListMembershipsOutputFilterSensitiveLog = exports.MembershipSummaryFilterSensitiveLog = exports.ListMembershipsInputFilterSensitiveLog = exports.GetProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryFilterSensitiveLog = exports.ProtectedQueryStatisticsFilterSensitiveLog = exports.ProtectedQuerySQLParametersFilterSensitiveLog = exports.ProtectedQueryResultConfigurationFilterSensitiveLog = exports.ProtectedQueryOutputConfigurationFilterSensitiveLog = exports.ProtectedQueryS3OutputConfigurationFilterSensitiveLog = exports.ProtectedQueryResultFilterSensitiveLog = exports.ProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryS3OutputFilterSensitiveLog = exports.ProtectedQueryErrorFilterSensitiveLog = exports.GetProtectedQueryInputFilterSensitiveLog = exports.GetMembershipOutputFilterSensitiveLog = exports.GetMembershipInputFilterSensitiveLog = exports.DeleteMembershipOutputFilterSensitiveLog = exports.DeleteMembershipInputFilterSensitiveLog = exports.CreateMembershipOutputFilterSensitiveLog = exports.MembershipFilterSensitiveLog = exports.CreateMembershipInputFilterSensitiveLog = exports.UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog = exports.UpdateConfiguredTableAnalysisRuleInputFilterSensitiveLog = exports.UpdateConfiguredTableOutputFilterSensitiveLog = exports.UpdateConfiguredTableInputFilterSensitiveLog = exports.ListConfiguredTablesOutputFilterSensitiveLog = exports.ConfiguredTableSummaryFilterSensitiveLog = exports.ListConfiguredTablesInputFilterSensitiveLog = exports.GetConfiguredTableAnalysisRuleOutputFilterSensitiveLog = exports.GetConfiguredTableAnalysisRuleInputFilterSensitiveLog = exports.GetConfiguredTableOutputFilterSensitiveLog = exports.GetConfiguredTableInputFilterSensitiveLog = exports.DeleteConfiguredTableAnalysisRuleOutputFilterSensitiveLog = void 0;
5
+ exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.UpdateProtectedQueryOutputFilterSensitiveLog = exports.UpdateProtectedQueryInputFilterSensitiveLog = exports.UpdateMembershipOutputFilterSensitiveLog = exports.UpdateMembershipInputFilterSensitiveLog = exports.StartProtectedQueryOutputFilterSensitiveLog = exports.StartProtectedQueryInputFilterSensitiveLog = exports.ListProtectedQueriesOutputFilterSensitiveLog = exports.ProtectedQuerySummaryFilterSensitiveLog = exports.ListProtectedQueriesInputFilterSensitiveLog = exports.ListMembershipsOutputFilterSensitiveLog = exports.MembershipSummaryFilterSensitiveLog = exports.ListMembershipsInputFilterSensitiveLog = exports.GetProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryFilterSensitiveLog = exports.ProtectedQueryStatisticsFilterSensitiveLog = exports.ProtectedQuerySQLParametersFilterSensitiveLog = exports.ProtectedQueryResultConfigurationFilterSensitiveLog = exports.ProtectedQueryOutputConfigurationFilterSensitiveLog = exports.ProtectedQueryS3OutputConfigurationFilterSensitiveLog = exports.ProtectedQueryResultFilterSensitiveLog = exports.ProtectedQueryOutputFilterSensitiveLog = exports.ProtectedQueryS3OutputFilterSensitiveLog = exports.ProtectedQueryErrorFilterSensitiveLog = exports.GetProtectedQueryInputFilterSensitiveLog = exports.GetMembershipOutputFilterSensitiveLog = exports.GetMembershipInputFilterSensitiveLog = exports.DeleteMembershipOutputFilterSensitiveLog = exports.DeleteMembershipInputFilterSensitiveLog = exports.CreateMembershipOutputFilterSensitiveLog = exports.MembershipFilterSensitiveLog = exports.CreateMembershipInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = exports.ListTagsForResourceInputFilterSensitiveLog = exports.UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog = exports.UpdateConfiguredTableAnalysisRuleInputFilterSensitiveLog = exports.UpdateConfiguredTableOutputFilterSensitiveLog = exports.UpdateConfiguredTableInputFilterSensitiveLog = exports.ListConfiguredTablesOutputFilterSensitiveLog = exports.ConfiguredTableSummaryFilterSensitiveLog = exports.ListConfiguredTablesInputFilterSensitiveLog = exports.GetConfiguredTableAnalysisRuleOutputFilterSensitiveLog = exports.GetConfiguredTableAnalysisRuleInputFilterSensitiveLog = exports.GetConfiguredTableOutputFilterSensitiveLog = exports.GetConfiguredTableInputFilterSensitiveLog = exports.DeleteConfiguredTableAnalysisRuleOutputFilterSensitiveLog = void 0;
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
7
  const CleanRoomsServiceException_1 = require("./CleanRoomsServiceException");
8
8
  var AccessDeniedExceptionReason;
@@ -138,6 +138,7 @@ var ValidationExceptionReason;
138
138
  (function (ValidationExceptionReason) {
139
139
  ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
140
140
  ValidationExceptionReason["INVALID_CONFIGURATION"] = "INVALID_CONFIGURATION";
141
+ ValidationExceptionReason["INVALID_QUERY"] = "INVALID_QUERY";
141
142
  })(ValidationExceptionReason = exports.ValidationExceptionReason || (exports.ValidationExceptionReason = {}));
142
143
  class ValidationException extends CleanRoomsServiceException_1.CleanRoomsServiceException {
143
144
  constructor(opts) {
@@ -634,6 +635,14 @@ const UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog = (obj) => ({
634
635
  ...(obj.analysisRule && { analysisRule: (0, exports.ConfiguredTableAnalysisRuleFilterSensitiveLog)(obj.analysisRule) }),
635
636
  });
636
637
  exports.UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog = UpdateConfiguredTableAnalysisRuleOutputFilterSensitiveLog;
638
+ const ListTagsForResourceInputFilterSensitiveLog = (obj) => ({
639
+ ...obj,
640
+ });
641
+ exports.ListTagsForResourceInputFilterSensitiveLog = ListTagsForResourceInputFilterSensitiveLog;
642
+ const ListTagsForResourceOutputFilterSensitiveLog = (obj) => ({
643
+ ...obj,
644
+ });
645
+ exports.ListTagsForResourceOutputFilterSensitiveLog = ListTagsForResourceOutputFilterSensitiveLog;
637
646
  const CreateMembershipInputFilterSensitiveLog = (obj) => ({
638
647
  ...obj,
639
648
  });
@@ -780,3 +789,19 @@ const UpdateProtectedQueryOutputFilterSensitiveLog = (obj) => ({
780
789
  ...(obj.protectedQuery && { protectedQuery: (0, exports.ProtectedQueryFilterSensitiveLog)(obj.protectedQuery) }),
781
790
  });
782
791
  exports.UpdateProtectedQueryOutputFilterSensitiveLog = UpdateProtectedQueryOutputFilterSensitiveLog;
792
+ const TagResourceInputFilterSensitiveLog = (obj) => ({
793
+ ...obj,
794
+ });
795
+ exports.TagResourceInputFilterSensitiveLog = TagResourceInputFilterSensitiveLog;
796
+ const TagResourceOutputFilterSensitiveLog = (obj) => ({
797
+ ...obj,
798
+ });
799
+ exports.TagResourceOutputFilterSensitiveLog = TagResourceOutputFilterSensitiveLog;
800
+ const UntagResourceInputFilterSensitiveLog = (obj) => ({
801
+ ...obj,
802
+ });
803
+ exports.UntagResourceInputFilterSensitiveLog = UntagResourceInputFilterSensitiveLog;
804
+ const UntagResourceOutputFilterSensitiveLog = (obj) => ({
805
+ ...obj,
806
+ });
807
+ exports.UntagResourceOutputFilterSensitiveLog = UntagResourceOutputFilterSensitiveLog;