@aws-sdk/client-cleanroomsml 3.462.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 (199) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +405 -0
  3. package/dist-cjs/CleanRoomsML.js +61 -0
  4. package/dist-cjs/CleanRoomsMLClient.js +43 -0
  5. package/dist-cjs/commands/CreateAudienceModelCommand.js +51 -0
  6. package/dist-cjs/commands/CreateConfiguredAudienceModelCommand.js +51 -0
  7. package/dist-cjs/commands/CreateTrainingDatasetCommand.js +51 -0
  8. package/dist-cjs/commands/DeleteAudienceGenerationJobCommand.js +51 -0
  9. package/dist-cjs/commands/DeleteAudienceModelCommand.js +51 -0
  10. package/dist-cjs/commands/DeleteConfiguredAudienceModelCommand.js +51 -0
  11. package/dist-cjs/commands/DeleteConfiguredAudienceModelPolicyCommand.js +51 -0
  12. package/dist-cjs/commands/DeleteTrainingDatasetCommand.js +51 -0
  13. package/dist-cjs/commands/GetAudienceGenerationJobCommand.js +51 -0
  14. package/dist-cjs/commands/GetAudienceModelCommand.js +51 -0
  15. package/dist-cjs/commands/GetConfiguredAudienceModelCommand.js +51 -0
  16. package/dist-cjs/commands/GetConfiguredAudienceModelPolicyCommand.js +51 -0
  17. package/dist-cjs/commands/GetTrainingDatasetCommand.js +51 -0
  18. package/dist-cjs/commands/ListAudienceExportJobsCommand.js +51 -0
  19. package/dist-cjs/commands/ListAudienceGenerationJobsCommand.js +51 -0
  20. package/dist-cjs/commands/ListAudienceModelsCommand.js +51 -0
  21. package/dist-cjs/commands/ListConfiguredAudienceModelsCommand.js +51 -0
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +51 -0
  23. package/dist-cjs/commands/ListTrainingDatasetsCommand.js +51 -0
  24. package/dist-cjs/commands/PutConfiguredAudienceModelPolicyCommand.js +51 -0
  25. package/dist-cjs/commands/StartAudienceExportJobCommand.js +51 -0
  26. package/dist-cjs/commands/StartAudienceGenerationJobCommand.js +51 -0
  27. package/dist-cjs/commands/TagResourceCommand.js +51 -0
  28. package/dist-cjs/commands/UntagResourceCommand.js +51 -0
  29. package/dist-cjs/commands/UpdateConfiguredAudienceModelCommand.js +51 -0
  30. package/dist-cjs/commands/index.js +28 -0
  31. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  32. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  33. package/dist-cjs/endpoint/ruleset.js +7 -0
  34. package/dist-cjs/extensionConfiguration.js +2 -0
  35. package/dist-cjs/index.js +12 -0
  36. package/dist-cjs/models/CleanRoomsMLServiceException.js +12 -0
  37. package/dist-cjs/models/index.js +4 -0
  38. package/dist-cjs/models/models_0.js +131 -0
  39. package/dist-cjs/pagination/Interfaces.js +2 -0
  40. package/dist-cjs/pagination/ListAudienceExportJobsPaginator.js +29 -0
  41. package/dist-cjs/pagination/ListAudienceGenerationJobsPaginator.js +29 -0
  42. package/dist-cjs/pagination/ListAudienceModelsPaginator.js +29 -0
  43. package/dist-cjs/pagination/ListConfiguredAudienceModelsPaginator.js +29 -0
  44. package/dist-cjs/pagination/ListTrainingDatasetsPaginator.js +29 -0
  45. package/dist-cjs/pagination/index.js +9 -0
  46. package/dist-cjs/protocols/Aws_restJson1.js +1835 -0
  47. package/dist-cjs/runtimeConfig.browser.js +39 -0
  48. package/dist-cjs/runtimeConfig.js +50 -0
  49. package/dist-cjs/runtimeConfig.native.js +15 -0
  50. package/dist-cjs/runtimeConfig.shared.js +24 -0
  51. package/dist-cjs/runtimeExtensions.js +22 -0
  52. package/dist-es/CleanRoomsML.js +57 -0
  53. package/dist-es/CleanRoomsMLClient.js +39 -0
  54. package/dist-es/commands/CreateAudienceModelCommand.js +47 -0
  55. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +47 -0
  56. package/dist-es/commands/CreateTrainingDatasetCommand.js +47 -0
  57. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +47 -0
  58. package/dist-es/commands/DeleteAudienceModelCommand.js +47 -0
  59. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +47 -0
  60. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +47 -0
  61. package/dist-es/commands/DeleteTrainingDatasetCommand.js +47 -0
  62. package/dist-es/commands/GetAudienceGenerationJobCommand.js +47 -0
  63. package/dist-es/commands/GetAudienceModelCommand.js +47 -0
  64. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +47 -0
  65. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +47 -0
  66. package/dist-es/commands/GetTrainingDatasetCommand.js +47 -0
  67. package/dist-es/commands/ListAudienceExportJobsCommand.js +47 -0
  68. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +47 -0
  69. package/dist-es/commands/ListAudienceModelsCommand.js +47 -0
  70. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +47 -0
  71. package/dist-es/commands/ListTagsForResourceCommand.js +47 -0
  72. package/dist-es/commands/ListTrainingDatasetsCommand.js +47 -0
  73. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +47 -0
  74. package/dist-es/commands/StartAudienceExportJobCommand.js +47 -0
  75. package/dist-es/commands/StartAudienceGenerationJobCommand.js +47 -0
  76. package/dist-es/commands/TagResourceCommand.js +47 -0
  77. package/dist-es/commands/UntagResourceCommand.js +47 -0
  78. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +47 -0
  79. package/dist-es/commands/index.js +25 -0
  80. package/dist-es/endpoint/EndpointParameters.js +8 -0
  81. package/dist-es/endpoint/endpointResolver.js +8 -0
  82. package/dist-es/endpoint/ruleset.js +4 -0
  83. package/dist-es/extensionConfiguration.js +1 -0
  84. package/dist-es/index.js +7 -0
  85. package/dist-es/models/CleanRoomsMLServiceException.js +8 -0
  86. package/dist-es/models/index.js +1 -0
  87. package/dist-es/models/models_0.js +123 -0
  88. package/dist-es/pagination/Interfaces.js +1 -0
  89. package/dist-es/pagination/ListAudienceExportJobsPaginator.js +25 -0
  90. package/dist-es/pagination/ListAudienceGenerationJobsPaginator.js +25 -0
  91. package/dist-es/pagination/ListAudienceModelsPaginator.js +25 -0
  92. package/dist-es/pagination/ListConfiguredAudienceModelsPaginator.js +25 -0
  93. package/dist-es/pagination/ListTrainingDatasetsPaginator.js +25 -0
  94. package/dist-es/pagination/index.js +6 -0
  95. package/dist-es/protocols/Aws_restJson1.js +1782 -0
  96. package/dist-es/runtimeConfig.browser.js +34 -0
  97. package/dist-es/runtimeConfig.js +45 -0
  98. package/dist-es/runtimeConfig.native.js +11 -0
  99. package/dist-es/runtimeConfig.shared.js +20 -0
  100. package/dist-es/runtimeExtensions.js +18 -0
  101. package/dist-types/CleanRoomsML.d.ts +185 -0
  102. package/dist-types/CleanRoomsMLClient.d.ts +194 -0
  103. package/dist-types/commands/CreateAudienceModelCommand.d.ts +96 -0
  104. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +112 -0
  105. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +109 -0
  106. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +83 -0
  107. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +83 -0
  108. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +83 -0
  109. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +80 -0
  110. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +83 -0
  111. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +115 -0
  112. package/dist-types/commands/GetAudienceModelCommand.d.ts +105 -0
  113. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +110 -0
  114. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +84 -0
  115. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +113 -0
  116. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +100 -0
  117. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +95 -0
  118. package/dist-types/commands/ListAudienceModelsCommand.d.ts +91 -0
  119. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +99 -0
  120. package/dist-types/commands/ListTagsForResourceCommand.d.ts +84 -0
  121. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +90 -0
  122. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +86 -0
  123. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +92 -0
  124. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +101 -0
  125. package/dist-types/commands/TagResourceCommand.d.ts +83 -0
  126. package/dist-types/commands/UntagResourceCommand.d.ts +83 -0
  127. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +105 -0
  128. package/dist-types/commands/index.d.ts +25 -0
  129. package/dist-types/endpoint/EndpointParameters.d.ts +22 -0
  130. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  131. package/dist-types/endpoint/ruleset.d.ts +2 -0
  132. package/dist-types/extensionConfiguration.d.ts +8 -0
  133. package/dist-types/index.d.ts +15 -0
  134. package/dist-types/models/CleanRoomsMLServiceException.d.ts +13 -0
  135. package/dist-types/models/index.d.ts +1 -0
  136. package/dist-types/models/models_0.d.ts +1729 -0
  137. package/dist-types/pagination/Interfaces.d.ts +8 -0
  138. package/dist-types/pagination/ListAudienceExportJobsPaginator.d.ts +7 -0
  139. package/dist-types/pagination/ListAudienceGenerationJobsPaginator.d.ts +7 -0
  140. package/dist-types/pagination/ListAudienceModelsPaginator.d.ts +7 -0
  141. package/dist-types/pagination/ListConfiguredAudienceModelsPaginator.d.ts +7 -0
  142. package/dist-types/pagination/ListTrainingDatasetsPaginator.d.ts +7 -0
  143. package/dist-types/pagination/index.d.ts +6 -0
  144. package/dist-types/protocols/Aws_restJson1.d.ts +227 -0
  145. package/dist-types/runtimeConfig.browser.d.ts +46 -0
  146. package/dist-types/runtimeConfig.d.ts +46 -0
  147. package/dist-types/runtimeConfig.native.d.ts +45 -0
  148. package/dist-types/runtimeConfig.shared.d.ts +19 -0
  149. package/dist-types/runtimeExtensions.d.ts +17 -0
  150. package/dist-types/ts3.4/CleanRoomsML.d.ts +438 -0
  151. package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +269 -0
  152. package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +39 -0
  153. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +42 -0
  154. package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +42 -0
  155. package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +38 -0
  156. package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +34 -0
  157. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +38 -0
  158. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +38 -0
  159. package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +37 -0
  160. package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +42 -0
  161. package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +38 -0
  162. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +42 -0
  163. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +42 -0
  164. package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +42 -0
  166. package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +42 -0
  167. package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +39 -0
  168. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +42 -0
  169. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  170. package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +37 -0
  173. package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +42 -0
  174. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  175. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  176. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +42 -0
  177. package/dist-types/ts3.4/commands/index.d.ts +25 -0
  178. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
  179. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  180. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  181. package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  182. package/dist-types/ts3.4/index.d.ts +10 -0
  183. package/dist-types/ts3.4/models/CleanRoomsMLServiceException.d.ts +8 -0
  184. package/dist-types/ts3.4/models/index.d.ts +1 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +453 -0
  186. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  187. package/dist-types/ts3.4/pagination/ListAudienceExportJobsPaginator.d.ts +11 -0
  188. package/dist-types/ts3.4/pagination/ListAudienceGenerationJobsPaginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/ListAudienceModelsPaginator.d.ts +11 -0
  190. package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelsPaginator.d.ts +11 -0
  191. package/dist-types/ts3.4/pagination/ListTrainingDatasetsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  193. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -0
  194. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
  195. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
  196. package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
  197. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
  198. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  199. package/package.json +102 -0
@@ -0,0 +1,51 @@
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 types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class TagResourceCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, TagResourceCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsMLClient";
29
+ const commandName = "TagResourceCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSStarkControlService",
38
+ operation: "TagResource",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
49
+ }
50
+ }
51
+ exports.TagResourceCommand = TagResourceCommand;
@@ -0,0 +1,51 @@
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 types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class UntagResourceCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsMLClient";
29
+ const commandName = "UntagResourceCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSStarkControlService",
38
+ operation: "UntagResource",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
49
+ }
50
+ }
51
+ exports.UntagResourceCommand = UntagResourceCommand;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateConfiguredAudienceModelCommand = 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 types_1 = require("@smithy/types");
9
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
+ class UpdateConfiguredAudienceModelCommand extends smithy_client_1.Command {
11
+ static getEndpointParameterInstructions() {
12
+ return {
13
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
+ Endpoint: { type: "builtInParams", name: "endpoint" },
15
+ Region: { type: "builtInParams", name: "region" },
16
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
+ };
18
+ }
19
+ constructor(input) {
20
+ super();
21
+ this.input = input;
22
+ }
23
+ resolveMiddleware(clientStack, configuration, options) {
24
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateConfiguredAudienceModelCommand.getEndpointParameterInstructions()));
26
+ const stack = clientStack.concat(this.middlewareStack);
27
+ const { logger } = configuration;
28
+ const clientName = "CleanRoomsMLClient";
29
+ const commandName = "UpdateConfiguredAudienceModelCommand";
30
+ const handlerExecutionContext = {
31
+ logger,
32
+ clientName,
33
+ commandName,
34
+ inputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSStarkControlService",
38
+ operation: "UpdateConfiguredAudienceModel",
39
+ },
40
+ };
41
+ const { requestHandler } = configuration;
42
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
+ }
44
+ serialize(input, context) {
45
+ return (0, Aws_restJson1_1.se_UpdateConfiguredAudienceModelCommand)(input, context);
46
+ }
47
+ deserialize(output, context) {
48
+ return (0, Aws_restJson1_1.de_UpdateConfiguredAudienceModelCommand)(output, context);
49
+ }
50
+ }
51
+ exports.UpdateConfiguredAudienceModelCommand = UpdateConfiguredAudienceModelCommand;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./CreateAudienceModelCommand"), exports);
5
+ tslib_1.__exportStar(require("./CreateConfiguredAudienceModelCommand"), exports);
6
+ tslib_1.__exportStar(require("./CreateTrainingDatasetCommand"), exports);
7
+ tslib_1.__exportStar(require("./DeleteAudienceGenerationJobCommand"), exports);
8
+ tslib_1.__exportStar(require("./DeleteAudienceModelCommand"), exports);
9
+ tslib_1.__exportStar(require("./DeleteConfiguredAudienceModelCommand"), exports);
10
+ tslib_1.__exportStar(require("./DeleteConfiguredAudienceModelPolicyCommand"), exports);
11
+ tslib_1.__exportStar(require("./DeleteTrainingDatasetCommand"), exports);
12
+ tslib_1.__exportStar(require("./GetAudienceGenerationJobCommand"), exports);
13
+ tslib_1.__exportStar(require("./GetAudienceModelCommand"), exports);
14
+ tslib_1.__exportStar(require("./GetConfiguredAudienceModelCommand"), exports);
15
+ tslib_1.__exportStar(require("./GetConfiguredAudienceModelPolicyCommand"), exports);
16
+ tslib_1.__exportStar(require("./GetTrainingDatasetCommand"), exports);
17
+ tslib_1.__exportStar(require("./ListAudienceExportJobsCommand"), exports);
18
+ tslib_1.__exportStar(require("./ListAudienceGenerationJobsCommand"), exports);
19
+ tslib_1.__exportStar(require("./ListAudienceModelsCommand"), exports);
20
+ tslib_1.__exportStar(require("./ListConfiguredAudienceModelsCommand"), exports);
21
+ tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
22
+ tslib_1.__exportStar(require("./ListTrainingDatasetsCommand"), exports);
23
+ tslib_1.__exportStar(require("./PutConfiguredAudienceModelPolicyCommand"), exports);
24
+ tslib_1.__exportStar(require("./StartAudienceExportJobCommand"), exports);
25
+ tslib_1.__exportStar(require("./StartAudienceGenerationJobCommand"), exports);
26
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
27
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
28
+ tslib_1.__exportStar(require("./UpdateConfiguredAudienceModelCommand"), exports);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.resolveClientEndpointParameters = void 0;
4
+ const resolveClientEndpointParameters = (options) => {
5
+ return {
6
+ ...options,
7
+ useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
+ useFipsEndpoint: options.useFipsEndpoint ?? false,
9
+ defaultSigningName: "cleanrooms-ml",
10
+ };
11
+ };
12
+ exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.defaultEndpointResolver = void 0;
4
+ const util_endpoints_1 = require("@smithy/util-endpoints");
5
+ const ruleset_1 = require("./ruleset");
6
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
7
+ return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ endpointParams: endpointParams,
9
+ logger: context.logger,
10
+ });
11
+ };
12
+ exports.defaultEndpointResolver = defaultEndpointResolver;
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ruleSet = void 0;
4
+ const s = "required", t = "fn", u = "argv", v = "ref";
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://cleanrooms-ml-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://cleanrooms-ml-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://cleanrooms-ml.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://cleanrooms-ml.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
7
+ exports.ruleSet = _data;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CleanRoomsMLServiceException = void 0;
4
+ const tslib_1 = require("tslib");
5
+ tslib_1.__exportStar(require("./CleanRoomsMLClient"), exports);
6
+ tslib_1.__exportStar(require("./CleanRoomsML"), exports);
7
+ tslib_1.__exportStar(require("./commands"), exports);
8
+ tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
+ require("@aws-sdk/util-endpoints");
11
+ var CleanRoomsMLServiceException_1 = require("./models/CleanRoomsMLServiceException");
12
+ Object.defineProperty(exports, "CleanRoomsMLServiceException", { enumerable: true, get: function () { return CleanRoomsMLServiceException_1.CleanRoomsMLServiceException; } });
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CleanRoomsMLServiceException = exports.__ServiceException = void 0;
4
+ const smithy_client_1 = require("@smithy/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
+ class CleanRoomsMLServiceException extends smithy_client_1.ServiceException {
7
+ constructor(options) {
8
+ super(options);
9
+ Object.setPrototypeOf(this, CleanRoomsMLServiceException.prototype);
10
+ }
11
+ }
12
+ exports.CleanRoomsMLServiceException = CleanRoomsMLServiceException;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./models_0"), exports);
@@ -0,0 +1,131 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TrainingDatasetStatus = exports.DatasetType = exports.ColumnType = exports.PolicyExistenceCondition = exports.ConfiguredAudienceModelStatus = exports.SharedAudienceMetrics = exports.TagOnCreatePolicy = exports.AudienceModelStatus = exports.AudienceModelMetricType = exports.AudienceGenerationJobStatus = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ConflictException = exports.ValidationException = exports.AudienceExportJobStatus = exports.AudienceSizeType = exports.AccessDeniedException = void 0;
4
+ const CleanRoomsMLServiceException_1 = require("./CleanRoomsMLServiceException");
5
+ class AccessDeniedException extends CleanRoomsMLServiceException_1.CleanRoomsMLServiceException {
6
+ constructor(opts) {
7
+ super({
8
+ name: "AccessDeniedException",
9
+ $fault: "client",
10
+ ...opts,
11
+ });
12
+ this.name = "AccessDeniedException";
13
+ this.$fault = "client";
14
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
+ }
16
+ }
17
+ exports.AccessDeniedException = AccessDeniedException;
18
+ exports.AudienceSizeType = {
19
+ ABSOLUTE: "ABSOLUTE",
20
+ PERCENTAGE: "PERCENTAGE",
21
+ };
22
+ exports.AudienceExportJobStatus = {
23
+ ACTIVE: "ACTIVE",
24
+ CREATE_FAILED: "CREATE_FAILED",
25
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
26
+ CREATE_PENDING: "CREATE_PENDING",
27
+ };
28
+ class ValidationException extends CleanRoomsMLServiceException_1.CleanRoomsMLServiceException {
29
+ constructor(opts) {
30
+ super({
31
+ name: "ValidationException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ this.name = "ValidationException";
36
+ this.$fault = "client";
37
+ Object.setPrototypeOf(this, ValidationException.prototype);
38
+ }
39
+ }
40
+ exports.ValidationException = ValidationException;
41
+ class ConflictException extends CleanRoomsMLServiceException_1.CleanRoomsMLServiceException {
42
+ constructor(opts) {
43
+ super({
44
+ name: "ConflictException",
45
+ $fault: "client",
46
+ ...opts,
47
+ });
48
+ this.name = "ConflictException";
49
+ this.$fault = "client";
50
+ Object.setPrototypeOf(this, ConflictException.prototype);
51
+ }
52
+ }
53
+ exports.ConflictException = ConflictException;
54
+ class ResourceNotFoundException extends CleanRoomsMLServiceException_1.CleanRoomsMLServiceException {
55
+ constructor(opts) {
56
+ super({
57
+ name: "ResourceNotFoundException",
58
+ $fault: "client",
59
+ ...opts,
60
+ });
61
+ this.name = "ResourceNotFoundException";
62
+ this.$fault = "client";
63
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
64
+ }
65
+ }
66
+ exports.ResourceNotFoundException = ResourceNotFoundException;
67
+ class ServiceQuotaExceededException extends CleanRoomsMLServiceException_1.CleanRoomsMLServiceException {
68
+ constructor(opts) {
69
+ super({
70
+ name: "ServiceQuotaExceededException",
71
+ $fault: "client",
72
+ ...opts,
73
+ });
74
+ this.name = "ServiceQuotaExceededException";
75
+ this.$fault = "client";
76
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
77
+ }
78
+ }
79
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
80
+ exports.AudienceGenerationJobStatus = {
81
+ ACTIVE: "ACTIVE",
82
+ CREATE_FAILED: "CREATE_FAILED",
83
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
84
+ CREATE_PENDING: "CREATE_PENDING",
85
+ DELETE_FAILED: "DELETE_FAILED",
86
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
87
+ DELETE_PENDING: "DELETE_PENDING",
88
+ };
89
+ exports.AudienceModelMetricType = {
90
+ MEAN_RECIPROCAL_RANK: "MEAN_RECIPROCAL_RANK",
91
+ NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN: "NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN",
92
+ PRECISION: "PRECISION",
93
+ RECALL: "RECALL",
94
+ };
95
+ exports.AudienceModelStatus = {
96
+ ACTIVE: "ACTIVE",
97
+ CREATE_FAILED: "CREATE_FAILED",
98
+ CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
99
+ CREATE_PENDING: "CREATE_PENDING",
100
+ DELETE_FAILED: "DELETE_FAILED",
101
+ DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
102
+ DELETE_PENDING: "DELETE_PENDING",
103
+ };
104
+ exports.TagOnCreatePolicy = {
105
+ FROM_PARENT_RESOURCE: "FROM_PARENT_RESOURCE",
106
+ NONE: "NONE",
107
+ };
108
+ exports.SharedAudienceMetrics = {
109
+ ALL: "ALL",
110
+ NONE: "NONE",
111
+ };
112
+ exports.ConfiguredAudienceModelStatus = {
113
+ ACTIVE: "ACTIVE",
114
+ };
115
+ exports.PolicyExistenceCondition = {
116
+ POLICY_MUST_EXIST: "POLICY_MUST_EXIST",
117
+ POLICY_MUST_NOT_EXIST: "POLICY_MUST_NOT_EXIST",
118
+ };
119
+ exports.ColumnType = {
120
+ CATEGORICAL_FEATURE: "CATEGORICAL_FEATURE",
121
+ ITEM_ID: "ITEM_ID",
122
+ NUMERICAL_FEATURE: "NUMERICAL_FEATURE",
123
+ TIMESTAMP: "TIMESTAMP",
124
+ USER_ID: "USER_ID",
125
+ };
126
+ exports.DatasetType = {
127
+ INTERACTIONS: "INTERACTIONS",
128
+ };
129
+ exports.TrainingDatasetStatus = {
130
+ ACTIVE: "ACTIVE",
131
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListAudienceExportJobs = void 0;
4
+ const CleanRoomsMLClient_1 = require("../CleanRoomsMLClient");
5
+ const ListAudienceExportJobsCommand_1 = require("../commands/ListAudienceExportJobsCommand");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListAudienceExportJobsCommand_1.ListAudienceExportJobsCommand(input), ...args);
8
+ };
9
+ async function* paginateListAudienceExportJobs(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.nextToken = token;
15
+ input["maxResults"] = config.pageSize;
16
+ if (config.client instanceof CleanRoomsMLClient_1.CleanRoomsMLClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected CleanRoomsML | CleanRoomsMLClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.nextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListAudienceExportJobs = paginateListAudienceExportJobs;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListAudienceGenerationJobs = void 0;
4
+ const CleanRoomsMLClient_1 = require("../CleanRoomsMLClient");
5
+ const ListAudienceGenerationJobsCommand_1 = require("../commands/ListAudienceGenerationJobsCommand");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListAudienceGenerationJobsCommand_1.ListAudienceGenerationJobsCommand(input), ...args);
8
+ };
9
+ async function* paginateListAudienceGenerationJobs(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.nextToken = token;
15
+ input["maxResults"] = config.pageSize;
16
+ if (config.client instanceof CleanRoomsMLClient_1.CleanRoomsMLClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected CleanRoomsML | CleanRoomsMLClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.nextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListAudienceGenerationJobs = paginateListAudienceGenerationJobs;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListAudienceModels = void 0;
4
+ const CleanRoomsMLClient_1 = require("../CleanRoomsMLClient");
5
+ const ListAudienceModelsCommand_1 = require("../commands/ListAudienceModelsCommand");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListAudienceModelsCommand_1.ListAudienceModelsCommand(input), ...args);
8
+ };
9
+ async function* paginateListAudienceModels(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.nextToken = token;
15
+ input["maxResults"] = config.pageSize;
16
+ if (config.client instanceof CleanRoomsMLClient_1.CleanRoomsMLClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected CleanRoomsML | CleanRoomsMLClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.nextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListAudienceModels = paginateListAudienceModels;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListConfiguredAudienceModels = void 0;
4
+ const CleanRoomsMLClient_1 = require("../CleanRoomsMLClient");
5
+ const ListConfiguredAudienceModelsCommand_1 = require("../commands/ListConfiguredAudienceModelsCommand");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListConfiguredAudienceModelsCommand_1.ListConfiguredAudienceModelsCommand(input), ...args);
8
+ };
9
+ async function* paginateListConfiguredAudienceModels(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.nextToken = token;
15
+ input["maxResults"] = config.pageSize;
16
+ if (config.client instanceof CleanRoomsMLClient_1.CleanRoomsMLClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected CleanRoomsML | CleanRoomsMLClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.nextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListConfiguredAudienceModels = paginateListConfiguredAudienceModels;
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.paginateListTrainingDatasets = void 0;
4
+ const CleanRoomsMLClient_1 = require("../CleanRoomsMLClient");
5
+ const ListTrainingDatasetsCommand_1 = require("../commands/ListTrainingDatasetsCommand");
6
+ const makePagedClientRequest = async (client, input, ...args) => {
7
+ return await client.send(new ListTrainingDatasetsCommand_1.ListTrainingDatasetsCommand(input), ...args);
8
+ };
9
+ async function* paginateListTrainingDatasets(config, input, ...additionalArguments) {
10
+ let token = config.startingToken || undefined;
11
+ let hasNext = true;
12
+ let page;
13
+ while (hasNext) {
14
+ input.nextToken = token;
15
+ input["maxResults"] = config.pageSize;
16
+ if (config.client instanceof CleanRoomsMLClient_1.CleanRoomsMLClient) {
17
+ page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
+ }
19
+ else {
20
+ throw new Error("Invalid client, expected CleanRoomsML | CleanRoomsMLClient");
21
+ }
22
+ yield page;
23
+ const prevToken = token;
24
+ token = page.nextToken;
25
+ hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
26
+ }
27
+ return undefined;
28
+ }
29
+ exports.paginateListTrainingDatasets = paginateListTrainingDatasets;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./Interfaces"), exports);
5
+ tslib_1.__exportStar(require("./ListAudienceExportJobsPaginator"), exports);
6
+ tslib_1.__exportStar(require("./ListAudienceGenerationJobsPaginator"), exports);
7
+ tslib_1.__exportStar(require("./ListAudienceModelsPaginator"), exports);
8
+ tslib_1.__exportStar(require("./ListConfiguredAudienceModelsPaginator"), exports);
9
+ tslib_1.__exportStar(require("./ListTrainingDatasetsPaginator"), exports);