@aws-sdk/client-cleanrooms 3.490.0 → 3.496.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 (91) hide show
  1. package/dist-cjs/CleanRooms.js +1 -135
  2. package/dist-cjs/CleanRoomsClient.js +1 -43
  3. package/dist-cjs/commands/BatchGetCollaborationAnalysisTemplateCommand.js +1 -29
  4. package/dist-cjs/commands/BatchGetSchemaCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAnalysisTemplateCommand.js +1 -29
  6. package/dist-cjs/commands/CreateCollaborationCommand.js +1 -28
  7. package/dist-cjs/commands/CreateConfiguredAudienceModelAssociationCommand.js +1 -28
  8. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +1 -28
  9. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +1 -28
  10. package/dist-cjs/commands/CreateConfiguredTableCommand.js +1 -28
  11. package/dist-cjs/commands/CreateMembershipCommand.js +1 -28
  12. package/dist-cjs/commands/CreatePrivacyBudgetTemplateCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteAnalysisTemplateCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteCollaborationCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteConfiguredAudienceModelAssociationCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteMemberCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteMembershipCommand.js +1 -28
  21. package/dist-cjs/commands/DeletePrivacyBudgetTemplateCommand.js +1 -28
  22. package/dist-cjs/commands/GetAnalysisTemplateCommand.js +1 -29
  23. package/dist-cjs/commands/GetCollaborationAnalysisTemplateCommand.js +1 -29
  24. package/dist-cjs/commands/GetCollaborationCommand.js +1 -28
  25. package/dist-cjs/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +1 -28
  26. package/dist-cjs/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +1 -28
  27. package/dist-cjs/commands/GetConfiguredAudienceModelAssociationCommand.js +1 -28
  28. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +1 -28
  29. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +1 -28
  30. package/dist-cjs/commands/GetConfiguredTableCommand.js +1 -28
  31. package/dist-cjs/commands/GetMembershipCommand.js +1 -28
  32. package/dist-cjs/commands/GetPrivacyBudgetTemplateCommand.js +1 -28
  33. package/dist-cjs/commands/GetProtectedQueryCommand.js +1 -29
  34. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +1 -28
  35. package/dist-cjs/commands/GetSchemaCommand.js +1 -28
  36. package/dist-cjs/commands/ListAnalysisTemplatesCommand.js +1 -28
  37. package/dist-cjs/commands/ListCollaborationAnalysisTemplatesCommand.js +1 -28
  38. package/dist-cjs/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +1 -28
  39. package/dist-cjs/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +1 -28
  40. package/dist-cjs/commands/ListCollaborationPrivacyBudgetsCommand.js +1 -28
  41. package/dist-cjs/commands/ListCollaborationsCommand.js +1 -28
  42. package/dist-cjs/commands/ListConfiguredAudienceModelAssociationsCommand.js +1 -28
  43. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +1 -28
  44. package/dist-cjs/commands/ListConfiguredTablesCommand.js +1 -28
  45. package/dist-cjs/commands/ListMembersCommand.js +1 -28
  46. package/dist-cjs/commands/ListMembershipsCommand.js +1 -28
  47. package/dist-cjs/commands/ListPrivacyBudgetTemplatesCommand.js +1 -28
  48. package/dist-cjs/commands/ListPrivacyBudgetsCommand.js +1 -28
  49. package/dist-cjs/commands/ListProtectedQueriesCommand.js +1 -28
  50. package/dist-cjs/commands/ListSchemasCommand.js +1 -28
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  52. package/dist-cjs/commands/PreviewPrivacyImpactCommand.js +1 -28
  53. package/dist-cjs/commands/StartProtectedQueryCommand.js +1 -29
  54. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  55. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateAnalysisTemplateCommand.js +1 -29
  57. package/dist-cjs/commands/UpdateCollaborationCommand.js +1 -28
  58. package/dist-cjs/commands/UpdateConfiguredAudienceModelAssociationCommand.js +1 -28
  59. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +1 -28
  60. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +1 -28
  61. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateMembershipCommand.js +1 -28
  63. package/dist-cjs/commands/UpdatePrivacyBudgetTemplateCommand.js +1 -28
  64. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +1 -29
  65. package/dist-cjs/commands/index.js +1 -65
  66. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  67. package/dist-cjs/extensionConfiguration.js +1 -2
  68. package/dist-cjs/index.js +6495 -11
  69. package/dist-cjs/models/CleanRoomsServiceException.js +1 -12
  70. package/dist-cjs/models/index.js +1 -4
  71. package/dist-cjs/models/models_0.js +1 -475
  72. package/dist-cjs/pagination/Interfaces.js +1 -2
  73. package/dist-cjs/pagination/ListAnalysisTemplatesPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListCollaborationAnalysisTemplatesPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +1 -7
  76. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +1 -7
  77. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetsPaginator.js +1 -7
  78. package/dist-cjs/pagination/ListCollaborationsPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListConfiguredTableAssociationsPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListConfiguredTablesPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListMembersPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListMembershipsPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListPrivacyBudgetTemplatesPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListPrivacyBudgetsPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListProtectedQueriesPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListSchemasPaginator.js +1 -7
  88. package/dist-cjs/pagination/index.js +1 -19
  89. package/dist-cjs/protocols/Aws_restJson1.js +1 -4449
  90. package/dist-cjs/runtimeExtensions.js +1 -22
  91. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCollaborationConfiguredAudienceModelAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListCollaborationConfiguredAudienceModelAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationConfiguredAudienceModelAssociations", {})
22
- .n("CleanRoomsClient", "ListCollaborationConfiguredAudienceModelAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCollaborationConfiguredAudienceModelAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListCollaborationConfiguredAudienceModelAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListCollaborationConfiguredAudienceModelAssociationsCommand = ListCollaborationConfiguredAudienceModelAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCollaborationPrivacyBudgetTemplatesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListCollaborationPrivacyBudgetTemplatesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationPrivacyBudgetTemplates", {})
22
- .n("CleanRoomsClient", "ListCollaborationPrivacyBudgetTemplatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCollaborationPrivacyBudgetTemplatesCommand)
25
- .de(Aws_restJson1_1.de_ListCollaborationPrivacyBudgetTemplatesCommand)
26
- .build() {
27
- }
28
- exports.ListCollaborationPrivacyBudgetTemplatesCommand = ListCollaborationPrivacyBudgetTemplatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCollaborationPrivacyBudgetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListCollaborationPrivacyBudgetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListCollaborationPrivacyBudgets", {})
22
- .n("CleanRoomsClient", "ListCollaborationPrivacyBudgetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCollaborationPrivacyBudgetsCommand)
25
- .de(Aws_restJson1_1.de_ListCollaborationPrivacyBudgetsCommand)
26
- .build() {
27
- }
28
- exports.ListCollaborationPrivacyBudgetsCommand = ListCollaborationPrivacyBudgetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCollaborationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListCollaborationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListCollaborations", {})
22
- .n("CleanRoomsClient", "ListCollaborationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCollaborationsCommand)
25
- .de(Aws_restJson1_1.de_ListCollaborationsCommand)
26
- .build() {
27
- }
28
- exports.ListCollaborationsCommand = ListCollaborationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfiguredAudienceModelAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListConfiguredAudienceModelAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListConfiguredAudienceModelAssociations", {})
22
- .n("CleanRoomsClient", "ListConfiguredAudienceModelAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListConfiguredAudienceModelAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListConfiguredAudienceModelAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListConfiguredAudienceModelAssociationsCommand = ListConfiguredAudienceModelAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfiguredTableAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListConfiguredTableAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListConfiguredTableAssociations", {})
22
- .n("CleanRoomsClient", "ListConfiguredTableAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListConfiguredTableAssociationsCommand)
25
- .de(Aws_restJson1_1.de_ListConfiguredTableAssociationsCommand)
26
- .build() {
27
- }
28
- exports.ListConfiguredTableAssociationsCommand = ListConfiguredTableAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfiguredTablesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListConfiguredTablesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListConfiguredTables", {})
22
- .n("CleanRoomsClient", "ListConfiguredTablesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListConfiguredTablesCommand)
25
- .de(Aws_restJson1_1.de_ListConfiguredTablesCommand)
26
- .build() {
27
- }
28
- exports.ListConfiguredTablesCommand = ListConfiguredTablesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMembersCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMembersCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListMembers", {})
22
- .n("CleanRoomsClient", "ListMembersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListMembersCommand)
25
- .de(Aws_restJson1_1.de_ListMembersCommand)
26
- .build() {
27
- }
28
- exports.ListMembersCommand = ListMembersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListMembershipsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMembershipsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListMemberships", {})
22
- .n("CleanRoomsClient", "ListMembershipsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListMembershipsCommand)
25
- .de(Aws_restJson1_1.de_ListMembershipsCommand)
26
- .build() {
27
- }
28
- exports.ListMembershipsCommand = ListMembershipsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPrivacyBudgetTemplatesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPrivacyBudgetTemplatesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListPrivacyBudgetTemplates", {})
22
- .n("CleanRoomsClient", "ListPrivacyBudgetTemplatesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPrivacyBudgetTemplatesCommand)
25
- .de(Aws_restJson1_1.de_ListPrivacyBudgetTemplatesCommand)
26
- .build() {
27
- }
28
- exports.ListPrivacyBudgetTemplatesCommand = ListPrivacyBudgetTemplatesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPrivacyBudgetsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListPrivacyBudgetsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListPrivacyBudgets", {})
22
- .n("CleanRoomsClient", "ListPrivacyBudgetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPrivacyBudgetsCommand)
25
- .de(Aws_restJson1_1.de_ListPrivacyBudgetsCommand)
26
- .build() {
27
- }
28
- exports.ListPrivacyBudgetsCommand = ListPrivacyBudgetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListProtectedQueriesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListProtectedQueriesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListProtectedQueries", {})
22
- .n("CleanRoomsClient", "ListProtectedQueriesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListProtectedQueriesCommand)
25
- .de(Aws_restJson1_1.de_ListProtectedQueriesCommand)
26
- .build() {
27
- }
28
- exports.ListProtectedQueriesCommand = ListProtectedQueriesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSchemasCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListSchemasCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListSchemas", {})
22
- .n("CleanRoomsClient", "ListSchemasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListSchemasCommand)
25
- .de(Aws_restJson1_1.de_ListSchemasCommand)
26
- .build() {
27
- }
28
- exports.ListSchemasCommand = ListSchemasCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "ListTagsForResource", {})
22
- .n("CleanRoomsClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PreviewPrivacyImpactCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class PreviewPrivacyImpactCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "PreviewPrivacyImpact", {})
22
- .n("CleanRoomsClient", "PreviewPrivacyImpactCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PreviewPrivacyImpactCommand)
25
- .de(Aws_restJson1_1.de_PreviewPrivacyImpactCommand)
26
- .build() {
27
- }
28
- exports.PreviewPrivacyImpactCommand = PreviewPrivacyImpactCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartProtectedQueryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class StartProtectedQueryCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBastionControlPlaneServiceLambda", "StartProtectedQuery", {})
23
- .n("CleanRoomsClient", "StartProtectedQueryCommand")
24
- .f(models_0_1.StartProtectedQueryInputFilterSensitiveLog, models_0_1.StartProtectedQueryOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_StartProtectedQueryCommand)
26
- .de(Aws_restJson1_1.de_StartProtectedQueryCommand)
27
- .build() {
28
- }
29
- exports.StartProtectedQueryCommand = StartProtectedQueryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "TagResource", {})
22
- .n("CleanRoomsClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "UntagResource", {})
22
- .n("CleanRoomsClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAnalysisTemplateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateAnalysisTemplateCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSBastionControlPlaneServiceLambda", "UpdateAnalysisTemplate", {})
23
- .n("CleanRoomsClient", "UpdateAnalysisTemplateCommand")
24
- .f(void 0, models_0_1.UpdateAnalysisTemplateOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAnalysisTemplateCommand)
26
- .de(Aws_restJson1_1.de_UpdateAnalysisTemplateCommand)
27
- .build() {
28
- }
29
- exports.UpdateAnalysisTemplateCommand = UpdateAnalysisTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateCollaborationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateCollaborationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "UpdateCollaboration", {})
22
- .n("CleanRoomsClient", "UpdateCollaborationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateCollaborationCommand)
25
- .de(Aws_restJson1_1.de_UpdateCollaborationCommand)
26
- .build() {
27
- }
28
- exports.UpdateCollaborationCommand = UpdateCollaborationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateConfiguredAudienceModelAssociationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UpdateConfiguredAudienceModelAssociationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSBastionControlPlaneServiceLambda", "UpdateConfiguredAudienceModelAssociation", {})
22
- .n("CleanRoomsClient", "UpdateConfiguredAudienceModelAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateConfiguredAudienceModelAssociationCommand)
25
- .de(Aws_restJson1_1.de_UpdateConfiguredAudienceModelAssociationCommand)
26
- .build() {
27
- }
28
- exports.UpdateConfiguredAudienceModelAssociationCommand = UpdateConfiguredAudienceModelAssociationCommand;
1
+ module.exports = require("../index.js");