@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,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ CreateAudienceModelRequest,
16
+ CreateAudienceModelResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateAudienceModelCommandInput
20
+ extends CreateAudienceModelRequest {}
21
+ export interface CreateAudienceModelCommandOutput
22
+ extends CreateAudienceModelResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateAudienceModelCommand extends $Command<
25
+ CreateAudienceModelCommandInput,
26
+ CreateAudienceModelCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: CreateAudienceModelCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateAudienceModelCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ CreateConfiguredAudienceModelRequest,
16
+ CreateConfiguredAudienceModelResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateConfiguredAudienceModelCommandInput
20
+ extends CreateConfiguredAudienceModelRequest {}
21
+ export interface CreateConfiguredAudienceModelCommandOutput
22
+ extends CreateConfiguredAudienceModelResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateConfiguredAudienceModelCommand extends $Command<
25
+ CreateConfiguredAudienceModelCommandInput,
26
+ CreateConfiguredAudienceModelCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: CreateConfiguredAudienceModelCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateConfiguredAudienceModelCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateConfiguredAudienceModelCommandInput,
38
+ CreateConfiguredAudienceModelCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ CreateTrainingDatasetRequest,
16
+ CreateTrainingDatasetResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface CreateTrainingDatasetCommandInput
20
+ extends CreateTrainingDatasetRequest {}
21
+ export interface CreateTrainingDatasetCommandOutput
22
+ extends CreateTrainingDatasetResponse,
23
+ __MetadataBearer {}
24
+ export declare class CreateTrainingDatasetCommand extends $Command<
25
+ CreateTrainingDatasetCommandInput,
26
+ CreateTrainingDatasetCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: CreateTrainingDatasetCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: CreateTrainingDatasetCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ CreateTrainingDatasetCommandInput,
38
+ CreateTrainingDatasetCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import { DeleteAudienceGenerationJobRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeleteAudienceGenerationJobCommandInput
17
+ extends DeleteAudienceGenerationJobRequest {}
18
+ export interface DeleteAudienceGenerationJobCommandOutput
19
+ extends __MetadataBearer {}
20
+ export declare class DeleteAudienceGenerationJobCommand extends $Command<
21
+ DeleteAudienceGenerationJobCommandInput,
22
+ DeleteAudienceGenerationJobCommandOutput,
23
+ CleanRoomsMLClientResolvedConfig
24
+ > {
25
+ readonly input: DeleteAudienceGenerationJobCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: DeleteAudienceGenerationJobCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CleanRoomsMLClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ DeleteAudienceGenerationJobCommandInput,
34
+ DeleteAudienceGenerationJobCommandOutput
35
+ >;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import { DeleteAudienceModelRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeleteAudienceModelCommandInput
17
+ extends DeleteAudienceModelRequest {}
18
+ export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {}
19
+ export declare class DeleteAudienceModelCommand extends $Command<
20
+ DeleteAudienceModelCommandInput,
21
+ DeleteAudienceModelCommandOutput,
22
+ CleanRoomsMLClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteAudienceModelCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: DeleteAudienceModelCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CleanRoomsMLClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import { DeleteConfiguredAudienceModelRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeleteConfiguredAudienceModelCommandInput
17
+ extends DeleteConfiguredAudienceModelRequest {}
18
+ export interface DeleteConfiguredAudienceModelCommandOutput
19
+ extends __MetadataBearer {}
20
+ export declare class DeleteConfiguredAudienceModelCommand extends $Command<
21
+ DeleteConfiguredAudienceModelCommandInput,
22
+ DeleteConfiguredAudienceModelCommandOutput,
23
+ CleanRoomsMLClientResolvedConfig
24
+ > {
25
+ readonly input: DeleteConfiguredAudienceModelCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: DeleteConfiguredAudienceModelCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CleanRoomsMLClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ DeleteConfiguredAudienceModelCommandInput,
34
+ DeleteConfiguredAudienceModelCommandOutput
35
+ >;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import { DeleteConfiguredAudienceModelPolicyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeleteConfiguredAudienceModelPolicyCommandInput
17
+ extends DeleteConfiguredAudienceModelPolicyRequest {}
18
+ export interface DeleteConfiguredAudienceModelPolicyCommandOutput
19
+ extends __MetadataBearer {}
20
+ export declare class DeleteConfiguredAudienceModelPolicyCommand extends $Command<
21
+ DeleteConfiguredAudienceModelPolicyCommandInput,
22
+ DeleteConfiguredAudienceModelPolicyCommandOutput,
23
+ CleanRoomsMLClientResolvedConfig
24
+ > {
25
+ readonly input: DeleteConfiguredAudienceModelPolicyCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
+ constructor(input: DeleteConfiguredAudienceModelPolicyCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: CleanRoomsMLClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<
33
+ DeleteConfiguredAudienceModelPolicyCommandInput,
34
+ DeleteConfiguredAudienceModelPolicyCommandOutput
35
+ >;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import { DeleteTrainingDatasetRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
16
+ export interface DeleteTrainingDatasetCommandInput
17
+ extends DeleteTrainingDatasetRequest {}
18
+ export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {}
19
+ export declare class DeleteTrainingDatasetCommand extends $Command<
20
+ DeleteTrainingDatasetCommandInput,
21
+ DeleteTrainingDatasetCommandOutput,
22
+ CleanRoomsMLClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteTrainingDatasetCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: DeleteTrainingDatasetCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: CleanRoomsMLClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ DeleteTrainingDatasetCommandInput,
33
+ DeleteTrainingDatasetCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ GetAudienceGenerationJobRequest,
16
+ GetAudienceGenerationJobResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetAudienceGenerationJobCommandInput
20
+ extends GetAudienceGenerationJobRequest {}
21
+ export interface GetAudienceGenerationJobCommandOutput
22
+ extends GetAudienceGenerationJobResponse,
23
+ __MetadataBearer {}
24
+ export declare class GetAudienceGenerationJobCommand extends $Command<
25
+ GetAudienceGenerationJobCommandInput,
26
+ GetAudienceGenerationJobCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: GetAudienceGenerationJobCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetAudienceGenerationJobCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetAudienceGenerationJobCommandInput,
38
+ GetAudienceGenerationJobCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ GetAudienceModelRequest,
16
+ GetAudienceModelResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetAudienceModelCommandInput extends GetAudienceModelRequest {}
20
+ export interface GetAudienceModelCommandOutput
21
+ extends GetAudienceModelResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetAudienceModelCommand extends $Command<
24
+ GetAudienceModelCommandInput,
25
+ GetAudienceModelCommandOutput,
26
+ CleanRoomsMLClientResolvedConfig
27
+ > {
28
+ readonly input: GetAudienceModelCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetAudienceModelCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: CleanRoomsMLClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetAudienceModelCommandInput, GetAudienceModelCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ GetConfiguredAudienceModelRequest,
16
+ GetConfiguredAudienceModelResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetConfiguredAudienceModelCommandInput
20
+ extends GetConfiguredAudienceModelRequest {}
21
+ export interface GetConfiguredAudienceModelCommandOutput
22
+ extends GetConfiguredAudienceModelResponse,
23
+ __MetadataBearer {}
24
+ export declare class GetConfiguredAudienceModelCommand extends $Command<
25
+ GetConfiguredAudienceModelCommandInput,
26
+ GetConfiguredAudienceModelCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: GetConfiguredAudienceModelCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetConfiguredAudienceModelCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetConfiguredAudienceModelCommandInput,
38
+ GetConfiguredAudienceModelCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ GetConfiguredAudienceModelPolicyRequest,
16
+ GetConfiguredAudienceModelPolicyResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetConfiguredAudienceModelPolicyCommandInput
20
+ extends GetConfiguredAudienceModelPolicyRequest {}
21
+ export interface GetConfiguredAudienceModelPolicyCommandOutput
22
+ extends GetConfiguredAudienceModelPolicyResponse,
23
+ __MetadataBearer {}
24
+ export declare class GetConfiguredAudienceModelPolicyCommand extends $Command<
25
+ GetConfiguredAudienceModelPolicyCommandInput,
26
+ GetConfiguredAudienceModelPolicyCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: GetConfiguredAudienceModelPolicyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetConfiguredAudienceModelPolicyCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ GetConfiguredAudienceModelPolicyCommandInput,
38
+ GetConfiguredAudienceModelPolicyCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ GetTrainingDatasetRequest,
16
+ GetTrainingDatasetResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface GetTrainingDatasetCommandInput
20
+ extends GetTrainingDatasetRequest {}
21
+ export interface GetTrainingDatasetCommandOutput
22
+ extends GetTrainingDatasetResponse,
23
+ __MetadataBearer {}
24
+ export declare class GetTrainingDatasetCommand extends $Command<
25
+ GetTrainingDatasetCommandInput,
26
+ GetTrainingDatasetCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: GetTrainingDatasetCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: GetTrainingDatasetCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<GetTrainingDatasetCommandInput, GetTrainingDatasetCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ ListAudienceExportJobsRequest,
16
+ ListAudienceExportJobsResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAudienceExportJobsCommandInput
20
+ extends ListAudienceExportJobsRequest {}
21
+ export interface ListAudienceExportJobsCommandOutput
22
+ extends ListAudienceExportJobsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAudienceExportJobsCommand extends $Command<
25
+ ListAudienceExportJobsCommandInput,
26
+ ListAudienceExportJobsCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: ListAudienceExportJobsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAudienceExportJobsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListAudienceExportJobsCommandInput,
38
+ ListAudienceExportJobsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ ListAudienceGenerationJobsRequest,
16
+ ListAudienceGenerationJobsResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAudienceGenerationJobsCommandInput
20
+ extends ListAudienceGenerationJobsRequest {}
21
+ export interface ListAudienceGenerationJobsCommandOutput
22
+ extends ListAudienceGenerationJobsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAudienceGenerationJobsCommand extends $Command<
25
+ ListAudienceGenerationJobsCommandInput,
26
+ ListAudienceGenerationJobsCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: ListAudienceGenerationJobsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAudienceGenerationJobsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ ListAudienceGenerationJobsCommandInput,
38
+ ListAudienceGenerationJobsCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }
@@ -0,0 +1,39 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsMLClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsMLClient";
14
+ import {
15
+ ListAudienceModelsRequest,
16
+ ListAudienceModelsResponse,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface ListAudienceModelsCommandInput
20
+ extends ListAudienceModelsRequest {}
21
+ export interface ListAudienceModelsCommandOutput
22
+ extends ListAudienceModelsResponse,
23
+ __MetadataBearer {}
24
+ export declare class ListAudienceModelsCommand extends $Command<
25
+ ListAudienceModelsCommandInput,
26
+ ListAudienceModelsCommandOutput,
27
+ CleanRoomsMLClientResolvedConfig
28
+ > {
29
+ readonly input: ListAudienceModelsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: ListAudienceModelsCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsMLClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }