@aws-sdk/client-cleanroomsml 3.1077.0 → 3.1078.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 (185) hide show
  1. package/dist-cjs/index.js +183 -709
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CancelTrainedModelCommand.js +2 -14
  4. package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +2 -14
  5. package/dist-es/commands/CreateAudienceModelCommand.js +2 -14
  6. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +2 -14
  7. package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +2 -14
  8. package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +2 -14
  9. package/dist-es/commands/CreateMLInputChannelCommand.js +2 -14
  10. package/dist-es/commands/CreateTrainedModelCommand.js +2 -14
  11. package/dist-es/commands/CreateTrainingDatasetCommand.js +2 -14
  12. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +2 -14
  13. package/dist-es/commands/DeleteAudienceModelCommand.js +2 -14
  14. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +2 -14
  15. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +2 -14
  16. package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +2 -14
  17. package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +2 -14
  18. package/dist-es/commands/DeleteMLConfigurationCommand.js +2 -14
  19. package/dist-es/commands/DeleteMLInputChannelDataCommand.js +2 -14
  20. package/dist-es/commands/DeleteTrainedModelOutputCommand.js +2 -14
  21. package/dist-es/commands/DeleteTrainingDatasetCommand.js +2 -14
  22. package/dist-es/commands/GetAudienceGenerationJobCommand.js +2 -14
  23. package/dist-es/commands/GetAudienceModelCommand.js +2 -14
  24. package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +2 -14
  25. package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +2 -14
  26. package/dist-es/commands/GetCollaborationTrainedModelCommand.js +2 -14
  27. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +2 -14
  28. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +2 -14
  29. package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +2 -14
  30. package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +2 -14
  31. package/dist-es/commands/GetMLConfigurationCommand.js +2 -14
  32. package/dist-es/commands/GetMLInputChannelCommand.js +2 -14
  33. package/dist-es/commands/GetTrainedModelCommand.js +2 -14
  34. package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +2 -14
  35. package/dist-es/commands/GetTrainingDatasetCommand.js +2 -14
  36. package/dist-es/commands/ListAudienceExportJobsCommand.js +2 -14
  37. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +2 -14
  38. package/dist-es/commands/ListAudienceModelsCommand.js +2 -14
  39. package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +2 -14
  40. package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +2 -14
  41. package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +2 -14
  42. package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +2 -14
  43. package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +2 -14
  44. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +2 -14
  45. package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +2 -14
  46. package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +2 -14
  47. package/dist-es/commands/ListMLInputChannelsCommand.js +2 -14
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  49. package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +2 -14
  50. package/dist-es/commands/ListTrainedModelVersionsCommand.js +2 -14
  51. package/dist-es/commands/ListTrainedModelsCommand.js +2 -14
  52. package/dist-es/commands/ListTrainingDatasetsCommand.js +2 -14
  53. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +2 -14
  54. package/dist-es/commands/PutMLConfigurationCommand.js +2 -14
  55. package/dist-es/commands/StartAudienceExportJobCommand.js +2 -14
  56. package/dist-es/commands/StartAudienceGenerationJobCommand.js +2 -14
  57. package/dist-es/commands/StartTrainedModelExportJobCommand.js +2 -14
  58. package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +2 -14
  59. package/dist-es/commands/TagResourceCommand.js +2 -14
  60. package/dist-es/commands/UntagResourceCommand.js +2 -14
  61. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +2 -14
  62. package/dist-es/index.js +1 -0
  63. package/dist-types/commandBuilder.d.ts +18 -0
  64. package/dist-types/commands/CancelTrainedModelCommand.d.ts +3 -8
  65. package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateAudienceModelCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateMLInputChannelCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateTrainedModelCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +3 -8
  83. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +3 -8
  84. package/dist-types/commands/GetAudienceModelCommand.d.ts +3 -8
  85. package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  86. package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +3 -8
  87. package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +3 -8
  88. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +3 -8
  89. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +3 -8
  90. package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  91. package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +3 -8
  92. package/dist-types/commands/GetMLConfigurationCommand.d.ts +3 -8
  93. package/dist-types/commands/GetMLInputChannelCommand.d.ts +3 -8
  94. package/dist-types/commands/GetTrainedModelCommand.d.ts +3 -8
  95. package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +3 -8
  96. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +3 -8
  97. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +3 -8
  99. package/dist-types/commands/ListAudienceModelsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListMLInputChannelsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  110. package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListTrainedModelVersionsCommand.d.ts +3 -8
  112. package/dist-types/commands/ListTrainedModelsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +3 -8
  114. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +3 -8
  115. package/dist-types/commands/PutMLConfigurationCommand.d.ts +3 -8
  116. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +3 -8
  117. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +3 -8
  118. package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +3 -8
  119. package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +3 -8
  120. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  121. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +3 -8
  123. package/dist-types/index.d.ts +1 -0
  124. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  125. package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/index.d.ts +1 -0
  185. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CancelTrainedModelRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelTrainedModelCommandInput extends CancelTrainedModelReques
22
19
  export interface CancelTrainedModelCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const CancelTrainedModelCommand_base: {
25
- new (input: CancelTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Submits a request to cancel the trained model job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CancelTrainedModelInferenceJobRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelTrainedModelInferenceJobCommandInput extends CancelTraine
22
19
  export interface CancelTrainedModelInferenceJobCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const CancelTrainedModelInferenceJobCommand_base: {
25
- new (input: CancelTrainedModelInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelTrainedModelInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelTrainedModelInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelTrainedModelInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Submits a request to cancel a trained model inference job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CreateAudienceModelRequest, CreateAudienceModelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAudienceModelCommandInput extends CreateAudienceModelRequ
22
19
  export interface CreateAudienceModelCommandOutput extends CreateAudienceModelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAudienceModelCommand_base: {
25
- new (input: CreateAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Defines the information necessary to create an audience model. An audience model is a machine learning model that Clean Rooms ML trains to measure similarity between users. Clean Rooms ML manages training and storing the audience model. The audience model can be used in multiple calls to the <a>StartAudienceGenerationJob</a> API.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CreateConfiguredAudienceModelRequest, CreateConfiguredAudienceModelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfiguredAudienceModelCommandInput extends CreateConfigu
22
19
  export interface CreateConfiguredAudienceModelCommandOutput extends CreateConfiguredAudienceModelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfiguredAudienceModelCommand_base: {
25
- new (input: CreateConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Defines the information necessary to create a configured audience model.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CreateConfiguredModelAlgorithmAssociationRequest, CreateConfiguredModelAlgorithmAssociationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfiguredModelAlgorithmAssociationCommandInput extends C
22
19
  export interface CreateConfiguredModelAlgorithmAssociationCommandOutput extends CreateConfiguredModelAlgorithmAssociationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
25
- new (input: CreateConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates a configured model algorithm to a collaboration for use by any member of the collaboration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CreateConfiguredModelAlgorithmRequest, CreateConfiguredModelAlgorithmResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfiguredModelAlgorithmCommandInput extends CreateConfig
22
19
  export interface CreateConfiguredModelAlgorithmCommandOutput extends CreateConfiguredModelAlgorithmResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfiguredModelAlgorithmCommand_base: {
25
- new (input: CreateConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a configured model algorithm using a container image stored in an ECR repository.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CreateMLInputChannelRequest, CreateMLInputChannelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMLInputChannelCommandInput extends CreateMLInputChannelRe
22
19
  export interface CreateMLInputChannelCommandOutput extends CreateMLInputChannelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMLInputChannelCommand_base: {
25
- new (input: CreateMLInputChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMLInputChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMLInputChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMLInputChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides the information to create an ML input channel. An ML input channel is the result of a query that can be used for ML modeling.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CreateTrainedModelRequest, CreateTrainedModelResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTrainedModelCommandInput extends CreateTrainedModelReques
22
19
  export interface CreateTrainedModelCommandOutput extends CreateTrainedModelResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTrainedModelCommand_base: {
25
- new (input: CreateTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTrainedModelCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a trained model from an associated configured model algorithm using data from any member of the collaboration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { CreateTrainingDatasetRequest, CreateTrainingDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTrainingDatasetCommandInput extends CreateTrainingDataset
22
19
  export interface CreateTrainingDatasetCommandOutput extends CreateTrainingDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTrainingDatasetCommand_base: {
25
- new (input: CreateTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Defines the information necessary to create a training dataset. In Clean Rooms ML, the <code>TrainingDataset</code> is metadata that points to a Glue table, which is read only during <code>AudienceModel</code> creation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteAudienceGenerationJobRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAudienceGenerationJobCommandInput extends DeleteAudienceG
22
19
  export interface DeleteAudienceGenerationJobCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAudienceGenerationJobCommand_base: {
25
- new (input: DeleteAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified audience generation job, and removes all data associated with the job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteAudienceModelRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAudienceModelCommandInput extends DeleteAudienceModelRequ
22
19
  export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAudienceModelCommand_base: {
25
- new (input: DeleteAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Specifies an audience model that you want to delete. You can't delete an audience model if there are any configured audience models that depend on the audience model.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteConfiguredAudienceModelRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfiguredAudienceModelCommandInput extends DeleteConfigu
22
19
  export interface DeleteConfiguredAudienceModelCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfiguredAudienceModelCommand_base: {
25
- new (input: DeleteConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfiguredAudienceModelCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified configured audience model. You can't delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteConfiguredAudienceModelPolicyRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfiguredAudienceModelPolicyCommandInput extends DeleteC
22
19
  export interface DeleteConfiguredAudienceModelPolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfiguredAudienceModelPolicyCommand_base: {
25
- new (input: DeleteConfiguredAudienceModelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfiguredAudienceModelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfiguredAudienceModelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfiguredAudienceModelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified configured audience model policy.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteConfiguredModelAlgorithmAssociationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfiguredModelAlgorithmAssociationCommandInput extends D
22
19
  export interface DeleteConfiguredModelAlgorithmAssociationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfiguredModelAlgorithmAssociationCommand_base: {
25
- new (input: DeleteConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a configured model algorithm association.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteConfiguredModelAlgorithmRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteConfiguredModelAlgorithmCommandInput extends DeleteConfig
22
19
  export interface DeleteConfiguredModelAlgorithmCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteConfiguredModelAlgorithmCommand_base: {
25
- new (input: DeleteConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteConfiguredModelAlgorithmCommandInput): import("@smithy/core/client").CommandImpl<DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a configured model algorithm.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteMLConfigurationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteMLConfigurationCommandInput extends DeleteMLConfiguration
22
19
  export interface DeleteMLConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteMLConfigurationCommand_base: {
25
- new (input: DeleteMLConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLConfigurationCommandInput, DeleteMLConfigurationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMLConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLConfigurationCommandInput, DeleteMLConfigurationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteMLConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLConfigurationCommandInput, DeleteMLConfigurationCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteMLConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLConfigurationCommandInput, DeleteMLConfigurationCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a ML modeling configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteMLInputChannelDataRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteMLInputChannelDataCommandInput extends DeleteMLInputChann
22
19
  export interface DeleteMLInputChannelDataCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteMLInputChannelDataCommand_base: {
25
- new (input: DeleteMLInputChannelDataCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLInputChannelDataCommandInput, DeleteMLInputChannelDataCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMLInputChannelDataCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLInputChannelDataCommandInput, DeleteMLInputChannelDataCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteMLInputChannelDataCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLInputChannelDataCommandInput, DeleteMLInputChannelDataCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteMLInputChannelDataCommandInput): import("@smithy/core/client").CommandImpl<DeleteMLInputChannelDataCommandInput, DeleteMLInputChannelDataCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides the information necessary to delete an ML input channel.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteTrainedModelOutputRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTrainedModelOutputCommandInput extends DeleteTrainedModel
22
19
  export interface DeleteTrainedModelOutputCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTrainedModelOutputCommand_base: {
25
- new (input: DeleteTrainedModelOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainedModelOutputCommandInput, DeleteTrainedModelOutputCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTrainedModelOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainedModelOutputCommandInput, DeleteTrainedModelOutputCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTrainedModelOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainedModelOutputCommandInput, DeleteTrainedModelOutputCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTrainedModelOutputCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainedModelOutputCommandInput, DeleteTrainedModelOutputCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the model artifacts stored by the service.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { DeleteTrainingDatasetRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteTrainingDatasetCommandInput extends DeleteTrainingDataset
22
19
  export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteTrainingDatasetCommand_base: {
25
- new (input: DeleteTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteTrainingDatasetCommandInput): import("@smithy/core/client").CommandImpl<DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Specifies a training dataset that you want to delete. You can't delete a training dataset if there are any audience models that depend on the training dataset. In Clean Rooms ML, the <code>TrainingDataset</code> is metadata that points to a Glue table, which is read only during <code>AudienceModel</code> creation. This action deletes the metadata.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
4
2
  import type { GetAudienceGenerationJobRequest, GetAudienceGenerationJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAudienceGenerationJobCommandInput extends GetAudienceGenerat
22
19
  export interface GetAudienceGenerationJobCommandOutput extends GetAudienceGenerationJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAudienceGenerationJobCommand_base: {
25
- new (input: GetAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAudienceGenerationJobCommandInput): import("@smithy/core/client").CommandImpl<GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput, import("..").CleanRoomsMLClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about an audience generation job.</p>