@aws-sdk/client-cleanroomsml 3.1077.0 → 3.1079.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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTrainedModel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTrainedModelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "GetTrainedModel", {})
13
- .n("CleanRoomsMLClient", "GetTrainedModelCommand")
14
- .sc(GetTrainedModel$)
15
- .build() {
3
+ export class GetTrainedModelCommand extends command(_ep0, _mw0, "GetTrainedModel", GetTrainedModel$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTrainedModelInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTrainedModelInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
13
- .n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
14
- .sc(GetTrainedModelInferenceJob$)
15
- .build() {
3
+ export class GetTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "GetTrainedModelInferenceJob", GetTrainedModelInferenceJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetTrainingDataset$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetTrainingDatasetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "GetTrainingDataset", {})
13
- .n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
14
- .sc(GetTrainingDataset$)
15
- .build() {
3
+ export class GetTrainingDatasetCommand extends command(_ep0, _mw0, "GetTrainingDataset", GetTrainingDataset$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAudienceExportJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAudienceExportJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListAudienceExportJobs", {})
13
- .n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
14
- .sc(ListAudienceExportJobs$)
15
- .build() {
3
+ export class ListAudienceExportJobsCommand extends command(_ep0, _mw0, "ListAudienceExportJobs", ListAudienceExportJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAudienceGenerationJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAudienceGenerationJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
13
- .n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
14
- .sc(ListAudienceGenerationJobs$)
15
- .build() {
3
+ export class ListAudienceGenerationJobsCommand extends command(_ep0, _mw0, "ListAudienceGenerationJobs", ListAudienceGenerationJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListAudienceModels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAudienceModelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListAudienceModels", {})
13
- .n("CleanRoomsMLClient", "ListAudienceModelsCommand")
14
- .sc(ListAudienceModels$)
15
- .build() {
3
+ export class ListAudienceModelsCommand extends command(_ep0, _mw0, "ListAudienceModels", ListAudienceModels$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCollaborationConfiguredModelAlgorithmAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
13
- .n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
14
- .sc(ListCollaborationConfiguredModelAlgorithmAssociations$)
15
- .build() {
3
+ export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListCollaborationConfiguredModelAlgorithmAssociations", ListCollaborationConfiguredModelAlgorithmAssociations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCollaborationMLInputChannels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCollaborationMLInputChannelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
13
- .n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
14
- .sc(ListCollaborationMLInputChannels$)
15
- .build() {
3
+ export class ListCollaborationMLInputChannelsCommand extends command(_ep0, _mw0, "ListCollaborationMLInputChannels", ListCollaborationMLInputChannels$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCollaborationTrainedModelExportJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCollaborationTrainedModelExportJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
13
- .n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
14
- .sc(ListCollaborationTrainedModelExportJobs$)
15
- .build() {
3
+ export class ListCollaborationTrainedModelExportJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelExportJobs", ListCollaborationTrainedModelExportJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCollaborationTrainedModelInferenceJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCollaborationTrainedModelInferenceJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
13
- .n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
14
- .sc(ListCollaborationTrainedModelInferenceJobs$)
15
- .build() {
3
+ export class ListCollaborationTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelInferenceJobs", ListCollaborationTrainedModelInferenceJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListCollaborationTrainedModels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListCollaborationTrainedModelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
13
- .n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
14
- .sc(ListCollaborationTrainedModels$)
15
- .build() {
3
+ export class ListCollaborationTrainedModelsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModels", ListCollaborationTrainedModels$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConfiguredAudienceModels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfiguredAudienceModelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListConfiguredAudienceModels", {})
13
- .n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand")
14
- .sc(ListConfiguredAudienceModels$)
15
- .build() {
3
+ export class ListConfiguredAudienceModelsCommand extends command(_ep0, _mw0, "ListConfiguredAudienceModels", ListConfiguredAudienceModels$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConfiguredModelAlgorithmAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfiguredModelAlgorithmAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
13
- .n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
14
- .sc(ListConfiguredModelAlgorithmAssociations$)
15
- .build() {
3
+ export class ListConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithmAssociations", ListConfiguredModelAlgorithmAssociations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListConfiguredModelAlgorithms$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListConfiguredModelAlgorithmsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
13
- .n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
14
- .sc(ListConfiguredModelAlgorithms$)
15
- .build() {
3
+ export class ListConfiguredModelAlgorithmsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithms", ListConfiguredModelAlgorithms$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMLInputChannels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMLInputChannelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListMLInputChannels", {})
13
- .n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
14
- .sc(ListMLInputChannels$)
15
- .build() {
3
+ export class ListMLInputChannelsCommand extends command(_ep0, _mw0, "ListMLInputChannels", ListMLInputChannels$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListTagsForResource", {})
13
- .n("CleanRoomsMLClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTrainedModelInferenceJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTrainedModelInferenceJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {})
13
- .n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
14
- .sc(ListTrainedModelInferenceJobs$)
15
- .build() {
3
+ export class ListTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListTrainedModelInferenceJobs", ListTrainedModelInferenceJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTrainedModelVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTrainedModelVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListTrainedModelVersions", {})
13
- .n("CleanRoomsMLClient", "ListTrainedModelVersionsCommand")
14
- .sc(ListTrainedModelVersions$)
15
- .build() {
3
+ export class ListTrainedModelVersionsCommand extends command(_ep0, _mw0, "ListTrainedModelVersions", ListTrainedModelVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTrainedModels$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTrainedModelsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListTrainedModels", {})
13
- .n("CleanRoomsMLClient", "ListTrainedModelsCommand")
14
- .sc(ListTrainedModels$)
15
- .build() {
3
+ export class ListTrainedModelsCommand extends command(_ep0, _mw0, "ListTrainedModels", ListTrainedModels$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTrainingDatasets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTrainingDatasetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "ListTrainingDatasets", {})
13
- .n("CleanRoomsMLClient", "ListTrainingDatasetsCommand")
14
- .sc(ListTrainingDatasets$)
15
- .build() {
3
+ export class ListTrainingDatasetsCommand extends command(_ep0, _mw0, "ListTrainingDatasets", ListTrainingDatasets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutConfiguredAudienceModelPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutConfiguredAudienceModelPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "PutConfiguredAudienceModelPolicy", {})
13
- .n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand")
14
- .sc(PutConfiguredAudienceModelPolicy$)
15
- .build() {
3
+ export class PutConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "PutConfiguredAudienceModelPolicy", PutConfiguredAudienceModelPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutMLConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutMLConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "PutMLConfiguration", {})
13
- .n("CleanRoomsMLClient", "PutMLConfigurationCommand")
14
- .sc(PutMLConfiguration$)
15
- .build() {
3
+ export class PutMLConfigurationCommand extends command(_ep0, _mw0, "PutMLConfiguration", PutMLConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartAudienceExportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartAudienceExportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "StartAudienceExportJob", {})
13
- .n("CleanRoomsMLClient", "StartAudienceExportJobCommand")
14
- .sc(StartAudienceExportJob$)
15
- .build() {
3
+ export class StartAudienceExportJobCommand extends command(_ep0, _mw0, "StartAudienceExportJob", StartAudienceExportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartAudienceGenerationJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartAudienceGenerationJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "StartAudienceGenerationJob", {})
13
- .n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand")
14
- .sc(StartAudienceGenerationJob$)
15
- .build() {
3
+ export class StartAudienceGenerationJobCommand extends command(_ep0, _mw0, "StartAudienceGenerationJob", StartAudienceGenerationJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartTrainedModelExportJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartTrainedModelExportJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "StartTrainedModelExportJob", {})
13
- .n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
14
- .sc(StartTrainedModelExportJob$)
15
- .build() {
3
+ export class StartTrainedModelExportJobCommand extends command(_ep0, _mw0, "StartTrainedModelExportJob", StartTrainedModelExportJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartTrainedModelInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartTrainedModelInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "StartTrainedModelInferenceJob", {})
13
- .n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
14
- .sc(StartTrainedModelInferenceJob$)
15
- .build() {
3
+ export class StartTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "StartTrainedModelInferenceJob", StartTrainedModelInferenceJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "TagResource", {})
13
- .n("CleanRoomsMLClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "UntagResource", {})
13
- .n("CleanRoomsMLClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateConfiguredAudienceModel$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateConfiguredAudienceModelCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSStarkControlService", "UpdateConfiguredAudienceModel", {})
13
- .n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand")
14
- .sc(UpdateConfiguredAudienceModel$)
15
- .build() {
3
+ export class UpdateConfiguredAudienceModelCommand extends command(_ep0, _mw0, "UpdateConfiguredAudienceModel", UpdateConfiguredAudienceModel$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CleanRoomsMLClient";
2
2
  export * from "./CleanRoomsML";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CleanRoomsMLClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];