@aws-sdk/client-cleanrooms 3.489.0 → 3.495.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 +6493 -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,135 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CleanRooms = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CleanRoomsClient_1 = require("./CleanRoomsClient");
6
- const BatchGetCollaborationAnalysisTemplateCommand_1 = require("./commands/BatchGetCollaborationAnalysisTemplateCommand");
7
- const BatchGetSchemaCommand_1 = require("./commands/BatchGetSchemaCommand");
8
- const CreateAnalysisTemplateCommand_1 = require("./commands/CreateAnalysisTemplateCommand");
9
- const CreateCollaborationCommand_1 = require("./commands/CreateCollaborationCommand");
10
- const CreateConfiguredAudienceModelAssociationCommand_1 = require("./commands/CreateConfiguredAudienceModelAssociationCommand");
11
- const CreateConfiguredTableAnalysisRuleCommand_1 = require("./commands/CreateConfiguredTableAnalysisRuleCommand");
12
- const CreateConfiguredTableAssociationCommand_1 = require("./commands/CreateConfiguredTableAssociationCommand");
13
- const CreateConfiguredTableCommand_1 = require("./commands/CreateConfiguredTableCommand");
14
- const CreateMembershipCommand_1 = require("./commands/CreateMembershipCommand");
15
- const CreatePrivacyBudgetTemplateCommand_1 = require("./commands/CreatePrivacyBudgetTemplateCommand");
16
- const DeleteAnalysisTemplateCommand_1 = require("./commands/DeleteAnalysisTemplateCommand");
17
- const DeleteCollaborationCommand_1 = require("./commands/DeleteCollaborationCommand");
18
- const DeleteConfiguredAudienceModelAssociationCommand_1 = require("./commands/DeleteConfiguredAudienceModelAssociationCommand");
19
- const DeleteConfiguredTableAnalysisRuleCommand_1 = require("./commands/DeleteConfiguredTableAnalysisRuleCommand");
20
- const DeleteConfiguredTableAssociationCommand_1 = require("./commands/DeleteConfiguredTableAssociationCommand");
21
- const DeleteConfiguredTableCommand_1 = require("./commands/DeleteConfiguredTableCommand");
22
- const DeleteMemberCommand_1 = require("./commands/DeleteMemberCommand");
23
- const DeleteMembershipCommand_1 = require("./commands/DeleteMembershipCommand");
24
- const DeletePrivacyBudgetTemplateCommand_1 = require("./commands/DeletePrivacyBudgetTemplateCommand");
25
- const GetAnalysisTemplateCommand_1 = require("./commands/GetAnalysisTemplateCommand");
26
- const GetCollaborationAnalysisTemplateCommand_1 = require("./commands/GetCollaborationAnalysisTemplateCommand");
27
- const GetCollaborationCommand_1 = require("./commands/GetCollaborationCommand");
28
- const GetCollaborationConfiguredAudienceModelAssociationCommand_1 = require("./commands/GetCollaborationConfiguredAudienceModelAssociationCommand");
29
- const GetCollaborationPrivacyBudgetTemplateCommand_1 = require("./commands/GetCollaborationPrivacyBudgetTemplateCommand");
30
- const GetConfiguredAudienceModelAssociationCommand_1 = require("./commands/GetConfiguredAudienceModelAssociationCommand");
31
- const GetConfiguredTableAnalysisRuleCommand_1 = require("./commands/GetConfiguredTableAnalysisRuleCommand");
32
- const GetConfiguredTableAssociationCommand_1 = require("./commands/GetConfiguredTableAssociationCommand");
33
- const GetConfiguredTableCommand_1 = require("./commands/GetConfiguredTableCommand");
34
- const GetMembershipCommand_1 = require("./commands/GetMembershipCommand");
35
- const GetPrivacyBudgetTemplateCommand_1 = require("./commands/GetPrivacyBudgetTemplateCommand");
36
- const GetProtectedQueryCommand_1 = require("./commands/GetProtectedQueryCommand");
37
- const GetSchemaAnalysisRuleCommand_1 = require("./commands/GetSchemaAnalysisRuleCommand");
38
- const GetSchemaCommand_1 = require("./commands/GetSchemaCommand");
39
- const ListAnalysisTemplatesCommand_1 = require("./commands/ListAnalysisTemplatesCommand");
40
- const ListCollaborationAnalysisTemplatesCommand_1 = require("./commands/ListCollaborationAnalysisTemplatesCommand");
41
- const ListCollaborationConfiguredAudienceModelAssociationsCommand_1 = require("./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand");
42
- const ListCollaborationPrivacyBudgetsCommand_1 = require("./commands/ListCollaborationPrivacyBudgetsCommand");
43
- const ListCollaborationPrivacyBudgetTemplatesCommand_1 = require("./commands/ListCollaborationPrivacyBudgetTemplatesCommand");
44
- const ListCollaborationsCommand_1 = require("./commands/ListCollaborationsCommand");
45
- const ListConfiguredAudienceModelAssociationsCommand_1 = require("./commands/ListConfiguredAudienceModelAssociationsCommand");
46
- const ListConfiguredTableAssociationsCommand_1 = require("./commands/ListConfiguredTableAssociationsCommand");
47
- const ListConfiguredTablesCommand_1 = require("./commands/ListConfiguredTablesCommand");
48
- const ListMembersCommand_1 = require("./commands/ListMembersCommand");
49
- const ListMembershipsCommand_1 = require("./commands/ListMembershipsCommand");
50
- const ListPrivacyBudgetsCommand_1 = require("./commands/ListPrivacyBudgetsCommand");
51
- const ListPrivacyBudgetTemplatesCommand_1 = require("./commands/ListPrivacyBudgetTemplatesCommand");
52
- const ListProtectedQueriesCommand_1 = require("./commands/ListProtectedQueriesCommand");
53
- const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
54
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
55
- const PreviewPrivacyImpactCommand_1 = require("./commands/PreviewPrivacyImpactCommand");
56
- const StartProtectedQueryCommand_1 = require("./commands/StartProtectedQueryCommand");
57
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
58
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
59
- const UpdateAnalysisTemplateCommand_1 = require("./commands/UpdateAnalysisTemplateCommand");
60
- const UpdateCollaborationCommand_1 = require("./commands/UpdateCollaborationCommand");
61
- const UpdateConfiguredAudienceModelAssociationCommand_1 = require("./commands/UpdateConfiguredAudienceModelAssociationCommand");
62
- const UpdateConfiguredTableAnalysisRuleCommand_1 = require("./commands/UpdateConfiguredTableAnalysisRuleCommand");
63
- const UpdateConfiguredTableAssociationCommand_1 = require("./commands/UpdateConfiguredTableAssociationCommand");
64
- const UpdateConfiguredTableCommand_1 = require("./commands/UpdateConfiguredTableCommand");
65
- const UpdateMembershipCommand_1 = require("./commands/UpdateMembershipCommand");
66
- const UpdatePrivacyBudgetTemplateCommand_1 = require("./commands/UpdatePrivacyBudgetTemplateCommand");
67
- const UpdateProtectedQueryCommand_1 = require("./commands/UpdateProtectedQueryCommand");
68
- const commands = {
69
- BatchGetCollaborationAnalysisTemplateCommand: BatchGetCollaborationAnalysisTemplateCommand_1.BatchGetCollaborationAnalysisTemplateCommand,
70
- BatchGetSchemaCommand: BatchGetSchemaCommand_1.BatchGetSchemaCommand,
71
- CreateAnalysisTemplateCommand: CreateAnalysisTemplateCommand_1.CreateAnalysisTemplateCommand,
72
- CreateCollaborationCommand: CreateCollaborationCommand_1.CreateCollaborationCommand,
73
- CreateConfiguredAudienceModelAssociationCommand: CreateConfiguredAudienceModelAssociationCommand_1.CreateConfiguredAudienceModelAssociationCommand,
74
- CreateConfiguredTableCommand: CreateConfiguredTableCommand_1.CreateConfiguredTableCommand,
75
- CreateConfiguredTableAnalysisRuleCommand: CreateConfiguredTableAnalysisRuleCommand_1.CreateConfiguredTableAnalysisRuleCommand,
76
- CreateConfiguredTableAssociationCommand: CreateConfiguredTableAssociationCommand_1.CreateConfiguredTableAssociationCommand,
77
- CreateMembershipCommand: CreateMembershipCommand_1.CreateMembershipCommand,
78
- CreatePrivacyBudgetTemplateCommand: CreatePrivacyBudgetTemplateCommand_1.CreatePrivacyBudgetTemplateCommand,
79
- DeleteAnalysisTemplateCommand: DeleteAnalysisTemplateCommand_1.DeleteAnalysisTemplateCommand,
80
- DeleteCollaborationCommand: DeleteCollaborationCommand_1.DeleteCollaborationCommand,
81
- DeleteConfiguredAudienceModelAssociationCommand: DeleteConfiguredAudienceModelAssociationCommand_1.DeleteConfiguredAudienceModelAssociationCommand,
82
- DeleteConfiguredTableCommand: DeleteConfiguredTableCommand_1.DeleteConfiguredTableCommand,
83
- DeleteConfiguredTableAnalysisRuleCommand: DeleteConfiguredTableAnalysisRuleCommand_1.DeleteConfiguredTableAnalysisRuleCommand,
84
- DeleteConfiguredTableAssociationCommand: DeleteConfiguredTableAssociationCommand_1.DeleteConfiguredTableAssociationCommand,
85
- DeleteMemberCommand: DeleteMemberCommand_1.DeleteMemberCommand,
86
- DeleteMembershipCommand: DeleteMembershipCommand_1.DeleteMembershipCommand,
87
- DeletePrivacyBudgetTemplateCommand: DeletePrivacyBudgetTemplateCommand_1.DeletePrivacyBudgetTemplateCommand,
88
- GetAnalysisTemplateCommand: GetAnalysisTemplateCommand_1.GetAnalysisTemplateCommand,
89
- GetCollaborationCommand: GetCollaborationCommand_1.GetCollaborationCommand,
90
- GetCollaborationAnalysisTemplateCommand: GetCollaborationAnalysisTemplateCommand_1.GetCollaborationAnalysisTemplateCommand,
91
- GetCollaborationConfiguredAudienceModelAssociationCommand: GetCollaborationConfiguredAudienceModelAssociationCommand_1.GetCollaborationConfiguredAudienceModelAssociationCommand,
92
- GetCollaborationPrivacyBudgetTemplateCommand: GetCollaborationPrivacyBudgetTemplateCommand_1.GetCollaborationPrivacyBudgetTemplateCommand,
93
- GetConfiguredAudienceModelAssociationCommand: GetConfiguredAudienceModelAssociationCommand_1.GetConfiguredAudienceModelAssociationCommand,
94
- GetConfiguredTableCommand: GetConfiguredTableCommand_1.GetConfiguredTableCommand,
95
- GetConfiguredTableAnalysisRuleCommand: GetConfiguredTableAnalysisRuleCommand_1.GetConfiguredTableAnalysisRuleCommand,
96
- GetConfiguredTableAssociationCommand: GetConfiguredTableAssociationCommand_1.GetConfiguredTableAssociationCommand,
97
- GetMembershipCommand: GetMembershipCommand_1.GetMembershipCommand,
98
- GetPrivacyBudgetTemplateCommand: GetPrivacyBudgetTemplateCommand_1.GetPrivacyBudgetTemplateCommand,
99
- GetProtectedQueryCommand: GetProtectedQueryCommand_1.GetProtectedQueryCommand,
100
- GetSchemaCommand: GetSchemaCommand_1.GetSchemaCommand,
101
- GetSchemaAnalysisRuleCommand: GetSchemaAnalysisRuleCommand_1.GetSchemaAnalysisRuleCommand,
102
- ListAnalysisTemplatesCommand: ListAnalysisTemplatesCommand_1.ListAnalysisTemplatesCommand,
103
- ListCollaborationAnalysisTemplatesCommand: ListCollaborationAnalysisTemplatesCommand_1.ListCollaborationAnalysisTemplatesCommand,
104
- ListCollaborationConfiguredAudienceModelAssociationsCommand: ListCollaborationConfiguredAudienceModelAssociationsCommand_1.ListCollaborationConfiguredAudienceModelAssociationsCommand,
105
- ListCollaborationPrivacyBudgetsCommand: ListCollaborationPrivacyBudgetsCommand_1.ListCollaborationPrivacyBudgetsCommand,
106
- ListCollaborationPrivacyBudgetTemplatesCommand: ListCollaborationPrivacyBudgetTemplatesCommand_1.ListCollaborationPrivacyBudgetTemplatesCommand,
107
- ListCollaborationsCommand: ListCollaborationsCommand_1.ListCollaborationsCommand,
108
- ListConfiguredAudienceModelAssociationsCommand: ListConfiguredAudienceModelAssociationsCommand_1.ListConfiguredAudienceModelAssociationsCommand,
109
- ListConfiguredTableAssociationsCommand: ListConfiguredTableAssociationsCommand_1.ListConfiguredTableAssociationsCommand,
110
- ListConfiguredTablesCommand: ListConfiguredTablesCommand_1.ListConfiguredTablesCommand,
111
- ListMembersCommand: ListMembersCommand_1.ListMembersCommand,
112
- ListMembershipsCommand: ListMembershipsCommand_1.ListMembershipsCommand,
113
- ListPrivacyBudgetsCommand: ListPrivacyBudgetsCommand_1.ListPrivacyBudgetsCommand,
114
- ListPrivacyBudgetTemplatesCommand: ListPrivacyBudgetTemplatesCommand_1.ListPrivacyBudgetTemplatesCommand,
115
- ListProtectedQueriesCommand: ListProtectedQueriesCommand_1.ListProtectedQueriesCommand,
116
- ListSchemasCommand: ListSchemasCommand_1.ListSchemasCommand,
117
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
118
- PreviewPrivacyImpactCommand: PreviewPrivacyImpactCommand_1.PreviewPrivacyImpactCommand,
119
- StartProtectedQueryCommand: StartProtectedQueryCommand_1.StartProtectedQueryCommand,
120
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
121
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
122
- UpdateAnalysisTemplateCommand: UpdateAnalysisTemplateCommand_1.UpdateAnalysisTemplateCommand,
123
- UpdateCollaborationCommand: UpdateCollaborationCommand_1.UpdateCollaborationCommand,
124
- UpdateConfiguredAudienceModelAssociationCommand: UpdateConfiguredAudienceModelAssociationCommand_1.UpdateConfiguredAudienceModelAssociationCommand,
125
- UpdateConfiguredTableCommand: UpdateConfiguredTableCommand_1.UpdateConfiguredTableCommand,
126
- UpdateConfiguredTableAnalysisRuleCommand: UpdateConfiguredTableAnalysisRuleCommand_1.UpdateConfiguredTableAnalysisRuleCommand,
127
- UpdateConfiguredTableAssociationCommand: UpdateConfiguredTableAssociationCommand_1.UpdateConfiguredTableAssociationCommand,
128
- UpdateMembershipCommand: UpdateMembershipCommand_1.UpdateMembershipCommand,
129
- UpdatePrivacyBudgetTemplateCommand: UpdatePrivacyBudgetTemplateCommand_1.UpdatePrivacyBudgetTemplateCommand,
130
- UpdateProtectedQueryCommand: UpdateProtectedQueryCommand_1.UpdateProtectedQueryCommand,
131
- };
132
- class CleanRooms extends CleanRoomsClient_1.CleanRoomsClient {
133
- }
134
- exports.CleanRooms = CleanRooms;
135
- (0, smithy_client_1.createAggregatedClient)(commands, CleanRooms);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CleanRoomsClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class CleanRoomsClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.CleanRoomsClient = CleanRoomsClient;
1
+ module.exports = require("./index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetCollaborationAnalysisTemplateCommand = 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 BatchGetCollaborationAnalysisTemplateCommand 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", "BatchGetCollaborationAnalysisTemplate", {})
23
- .n("CleanRoomsClient", "BatchGetCollaborationAnalysisTemplateCommand")
24
- .f(void 0, models_0_1.BatchGetCollaborationAnalysisTemplateOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_BatchGetCollaborationAnalysisTemplateCommand)
26
- .de(Aws_restJson1_1.de_BatchGetCollaborationAnalysisTemplateCommand)
27
- .build() {
28
- }
29
- exports.BatchGetCollaborationAnalysisTemplateCommand = BatchGetCollaborationAnalysisTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchGetSchemaCommand = 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 BatchGetSchemaCommand 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", "BatchGetSchema", {})
22
- .n("CleanRoomsClient", "BatchGetSchemaCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_BatchGetSchemaCommand)
25
- .de(Aws_restJson1_1.de_BatchGetSchemaCommand)
26
- .build() {
27
- }
28
- exports.BatchGetSchemaCommand = BatchGetSchemaCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAnalysisTemplateCommand = 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 CreateAnalysisTemplateCommand 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", "CreateAnalysisTemplate", {})
23
- .n("CleanRoomsClient", "CreateAnalysisTemplateCommand")
24
- .f(models_0_1.CreateAnalysisTemplateInputFilterSensitiveLog, models_0_1.CreateAnalysisTemplateOutputFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateAnalysisTemplateCommand)
26
- .de(Aws_restJson1_1.de_CreateAnalysisTemplateCommand)
27
- .build() {
28
- }
29
- exports.CreateAnalysisTemplateCommand = CreateAnalysisTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCollaborationCommand = 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 CreateCollaborationCommand 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", "CreateCollaboration", {})
22
- .n("CleanRoomsClient", "CreateCollaborationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateCollaborationCommand)
25
- .de(Aws_restJson1_1.de_CreateCollaborationCommand)
26
- .build() {
27
- }
28
- exports.CreateCollaborationCommand = CreateCollaborationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfiguredAudienceModelAssociationCommand = 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 CreateConfiguredAudienceModelAssociationCommand 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", "CreateConfiguredAudienceModelAssociation", {})
22
- .n("CleanRoomsClient", "CreateConfiguredAudienceModelAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConfiguredAudienceModelAssociationCommand)
25
- .de(Aws_restJson1_1.de_CreateConfiguredAudienceModelAssociationCommand)
26
- .build() {
27
- }
28
- exports.CreateConfiguredAudienceModelAssociationCommand = CreateConfiguredAudienceModelAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfiguredTableAnalysisRuleCommand = 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 CreateConfiguredTableAnalysisRuleCommand 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", "CreateConfiguredTableAnalysisRule", {})
22
- .n("CleanRoomsClient", "CreateConfiguredTableAnalysisRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConfiguredTableAnalysisRuleCommand)
25
- .de(Aws_restJson1_1.de_CreateConfiguredTableAnalysisRuleCommand)
26
- .build() {
27
- }
28
- exports.CreateConfiguredTableAnalysisRuleCommand = CreateConfiguredTableAnalysisRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfiguredTableAssociationCommand = 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 CreateConfiguredTableAssociationCommand 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", "CreateConfiguredTableAssociation", {})
22
- .n("CleanRoomsClient", "CreateConfiguredTableAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConfiguredTableAssociationCommand)
25
- .de(Aws_restJson1_1.de_CreateConfiguredTableAssociationCommand)
26
- .build() {
27
- }
28
- exports.CreateConfiguredTableAssociationCommand = CreateConfiguredTableAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConfiguredTableCommand = 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 CreateConfiguredTableCommand 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", "CreateConfiguredTable", {})
22
- .n("CleanRoomsClient", "CreateConfiguredTableCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConfiguredTableCommand)
25
- .de(Aws_restJson1_1.de_CreateConfiguredTableCommand)
26
- .build() {
27
- }
28
- exports.CreateConfiguredTableCommand = CreateConfiguredTableCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateMembershipCommand = 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 CreateMembershipCommand 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", "CreateMembership", {})
22
- .n("CleanRoomsClient", "CreateMembershipCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateMembershipCommand)
25
- .de(Aws_restJson1_1.de_CreateMembershipCommand)
26
- .build() {
27
- }
28
- exports.CreateMembershipCommand = CreateMembershipCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePrivacyBudgetTemplateCommand = 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 CreatePrivacyBudgetTemplateCommand 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", "CreatePrivacyBudgetTemplate", {})
22
- .n("CleanRoomsClient", "CreatePrivacyBudgetTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreatePrivacyBudgetTemplateCommand)
25
- .de(Aws_restJson1_1.de_CreatePrivacyBudgetTemplateCommand)
26
- .build() {
27
- }
28
- exports.CreatePrivacyBudgetTemplateCommand = CreatePrivacyBudgetTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAnalysisTemplateCommand = 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 DeleteAnalysisTemplateCommand 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", "DeleteAnalysisTemplate", {})
22
- .n("CleanRoomsClient", "DeleteAnalysisTemplateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteAnalysisTemplateCommand)
25
- .de(Aws_restJson1_1.de_DeleteAnalysisTemplateCommand)
26
- .build() {
27
- }
28
- exports.DeleteAnalysisTemplateCommand = DeleteAnalysisTemplateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteCollaborationCommand = 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 DeleteCollaborationCommand 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", "DeleteCollaboration", {})
22
- .n("CleanRoomsClient", "DeleteCollaborationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteCollaborationCommand)
25
- .de(Aws_restJson1_1.de_DeleteCollaborationCommand)
26
- .build() {
27
- }
28
- exports.DeleteCollaborationCommand = DeleteCollaborationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConfiguredAudienceModelAssociationCommand = 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 DeleteConfiguredAudienceModelAssociationCommand 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", "DeleteConfiguredAudienceModelAssociation", {})
22
- .n("CleanRoomsClient", "DeleteConfiguredAudienceModelAssociationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteConfiguredAudienceModelAssociationCommand)
25
- .de(Aws_restJson1_1.de_DeleteConfiguredAudienceModelAssociationCommand)
26
- .build() {
27
- }
28
- exports.DeleteConfiguredAudienceModelAssociationCommand = DeleteConfiguredAudienceModelAssociationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteConfiguredTableAnalysisRuleCommand = 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 DeleteConfiguredTableAnalysisRuleCommand 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", "DeleteConfiguredTableAnalysisRule", {})
22
- .n("CleanRoomsClient", "DeleteConfiguredTableAnalysisRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteConfiguredTableAnalysisRuleCommand)
25
- .de(Aws_restJson1_1.de_DeleteConfiguredTableAnalysisRuleCommand)
26
- .build() {
27
- }
28
- exports.DeleteConfiguredTableAnalysisRuleCommand = DeleteConfiguredTableAnalysisRuleCommand;
1
+ module.exports = require("../index.js");