@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
@@ -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 ListMembersCommand 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 ListMembersCommand 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, ListMembersCommand.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 ListMembershipsCommand 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 ListMembershipsCommand 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, ListMembershipsCommand.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 ListProtectedQueriesCommand 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 ListProtectedQueriesCommand 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, ListProtectedQueriesCommand.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 ListSchemasCommand 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 ListSchemasCommand 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, ListSchemasCommand.getEndpointParameterInstructions()));
@@ -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;
@@ -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 StartProtectedQueryCommand 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 StartProtectedQueryCommand 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, StartProtectedQueryCommand.getEndpointParameterInstructions()));
@@ -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;
@@ -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()));
@@ -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;