@aws-sdk/client-cleanroomsml 3.1076.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 (197) hide show
  1. package/dist-cjs/index.js +186 -711
  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-es/runtimeConfig.browser.js +0 -2
  64. package/dist-es/runtimeConfig.js +1 -2
  65. package/dist-es/runtimeConfig.native.js +0 -2
  66. package/dist-es/runtimeConfig.shared.js +2 -0
  67. package/dist-types/commandBuilder.d.ts +18 -0
  68. package/dist-types/commands/CancelTrainedModelCommand.d.ts +3 -8
  69. package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateAudienceModelCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateMLInputChannelCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateTrainedModelCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +3 -8
  83. package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +3 -8
  84. package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +3 -8
  85. package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +3 -8
  87. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +3 -8
  88. package/dist-types/commands/GetAudienceModelCommand.d.ts +3 -8
  89. package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  90. package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +3 -8
  91. package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +3 -8
  92. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +3 -8
  93. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +3 -8
  94. package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
  95. package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +3 -8
  96. package/dist-types/commands/GetMLConfigurationCommand.d.ts +3 -8
  97. package/dist-types/commands/GetMLInputChannelCommand.d.ts +3 -8
  98. package/dist-types/commands/GetTrainedModelCommand.d.ts +3 -8
  99. package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +3 -8
  100. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +3 -8
  101. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +3 -8
  102. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListAudienceModelsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +3 -8
  106. package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
  111. package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -8
  112. package/dist-types/commands/ListMLInputChannelsCommand.d.ts +3 -8
  113. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  114. package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListTrainedModelVersionsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListTrainedModelsCommand.d.ts +3 -8
  117. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +3 -8
  118. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +3 -8
  119. package/dist-types/commands/PutMLConfigurationCommand.d.ts +3 -8
  120. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +3 -8
  121. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +3 -8
  122. package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +3 -8
  123. package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +3 -8
  124. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  125. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +3 -8
  127. package/dist-types/index.d.ts +1 -0
  128. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  129. package/dist-types/runtimeConfig.d.ts +1 -1
  130. package/dist-types/runtimeConfig.native.d.ts +1 -1
  131. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  132. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  133. package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/index.d.ts +1 -0
  193. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  194. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  195. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  196. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  197. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultCleanRoomsMLHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1924,6 +1926,7 @@ const getRuntimeConfig$1 = (config) => {
1924
1926
  serviceTarget: "AWSStarkControlService",
1925
1927
  },
1926
1928
  serviceId: config?.serviceId ?? "CleanRoomsML",
1929
+ sha256: config?.sha256 ?? Sha256,
1927
1930
  urlParser: config?.urlParser ?? parseUrl,
1928
1931
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1929
1932
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1957,7 +1960,6 @@ const getRuntimeConfig = (config) => {
1957
1960
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1958
1961
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1959
1962
  }, config),
1960
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1961
1963
  streamCollector: config?.streamCollector ?? streamCollector,
1962
1964
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1963
1965
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -2045,712 +2047,185 @@ class CleanRoomsMLClient extends Client {
2045
2047
  }
2046
2048
  }
2047
2049
 
2048
- class CancelTrainedModelCommand extends Command
2049
- .classBuilder()
2050
- .ep(commonParams)
2051
- .m(function (Command, cs, config, o) {
2052
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
- })
2054
- .s("AWSStarkControlService", "CancelTrainedModel", {})
2055
- .n("CleanRoomsMLClient", "CancelTrainedModelCommand")
2056
- .sc(CancelTrainedModel$)
2057
- .build() {
2058
- }
2059
-
2060
- class CancelTrainedModelInferenceJobCommand extends Command
2061
- .classBuilder()
2062
- .ep(commonParams)
2063
- .m(function (Command, cs, config, o) {
2064
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2065
- })
2066
- .s("AWSStarkControlService", "CancelTrainedModelInferenceJob", {})
2067
- .n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand")
2068
- .sc(CancelTrainedModelInferenceJob$)
2069
- .build() {
2070
- }
2071
-
2072
- class CreateAudienceModelCommand extends Command
2073
- .classBuilder()
2074
- .ep(commonParams)
2075
- .m(function (Command, cs, config, o) {
2076
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2077
- })
2078
- .s("AWSStarkControlService", "CreateAudienceModel", {})
2079
- .n("CleanRoomsMLClient", "CreateAudienceModelCommand")
2080
- .sc(CreateAudienceModel$)
2081
- .build() {
2082
- }
2083
-
2084
- class CreateConfiguredAudienceModelCommand extends Command
2085
- .classBuilder()
2086
- .ep(commonParams)
2087
- .m(function (Command, cs, config, o) {
2088
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
- })
2090
- .s("AWSStarkControlService", "CreateConfiguredAudienceModel", {})
2091
- .n("CleanRoomsMLClient", "CreateConfiguredAudienceModelCommand")
2092
- .sc(CreateConfiguredAudienceModel$)
2093
- .build() {
2094
- }
2095
-
2096
- class CreateConfiguredModelAlgorithmAssociationCommand extends Command
2097
- .classBuilder()
2098
- .ep(commonParams)
2099
- .m(function (Command, cs, config, o) {
2100
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2101
- })
2102
- .s("AWSStarkControlService", "CreateConfiguredModelAlgorithmAssociation", {})
2103
- .n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand")
2104
- .sc(CreateConfiguredModelAlgorithmAssociation$)
2105
- .build() {
2106
- }
2107
-
2108
- class CreateConfiguredModelAlgorithmCommand extends Command
2109
- .classBuilder()
2110
- .ep(commonParams)
2111
- .m(function (Command, cs, config, o) {
2112
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2113
- })
2114
- .s("AWSStarkControlService", "CreateConfiguredModelAlgorithm", {})
2115
- .n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand")
2116
- .sc(CreateConfiguredModelAlgorithm$)
2117
- .build() {
2118
- }
2119
-
2120
- class CreateMLInputChannelCommand extends Command
2121
- .classBuilder()
2122
- .ep(commonParams)
2123
- .m(function (Command, cs, config, o) {
2124
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2125
- })
2126
- .s("AWSStarkControlService", "CreateMLInputChannel", {})
2127
- .n("CleanRoomsMLClient", "CreateMLInputChannelCommand")
2128
- .sc(CreateMLInputChannel$)
2129
- .build() {
2130
- }
2131
-
2132
- class CreateTrainedModelCommand extends Command
2133
- .classBuilder()
2134
- .ep(commonParams)
2135
- .m(function (Command, cs, config, o) {
2136
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2137
- })
2138
- .s("AWSStarkControlService", "CreateTrainedModel", {})
2139
- .n("CleanRoomsMLClient", "CreateTrainedModelCommand")
2140
- .sc(CreateTrainedModel$)
2141
- .build() {
2142
- }
2143
-
2144
- class CreateTrainingDatasetCommand extends Command
2145
- .classBuilder()
2146
- .ep(commonParams)
2147
- .m(function (Command, cs, config, o) {
2148
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2149
- })
2150
- .s("AWSStarkControlService", "CreateTrainingDataset", {})
2151
- .n("CleanRoomsMLClient", "CreateTrainingDatasetCommand")
2152
- .sc(CreateTrainingDataset$)
2153
- .build() {
2154
- }
2155
-
2156
- class DeleteAudienceGenerationJobCommand extends Command
2157
- .classBuilder()
2158
- .ep(commonParams)
2159
- .m(function (Command, cs, config, o) {
2160
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
- })
2162
- .s("AWSStarkControlService", "DeleteAudienceGenerationJob", {})
2163
- .n("CleanRoomsMLClient", "DeleteAudienceGenerationJobCommand")
2164
- .sc(DeleteAudienceGenerationJob$)
2165
- .build() {
2166
- }
2167
-
2168
- class DeleteAudienceModelCommand extends Command
2169
- .classBuilder()
2170
- .ep(commonParams)
2171
- .m(function (Command, cs, config, o) {
2172
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2173
- })
2174
- .s("AWSStarkControlService", "DeleteAudienceModel", {})
2175
- .n("CleanRoomsMLClient", "DeleteAudienceModelCommand")
2176
- .sc(DeleteAudienceModel$)
2177
- .build() {
2178
- }
2179
-
2180
- class DeleteConfiguredAudienceModelCommand extends Command
2181
- .classBuilder()
2182
- .ep(commonParams)
2183
- .m(function (Command, cs, config, o) {
2184
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
- })
2186
- .s("AWSStarkControlService", "DeleteConfiguredAudienceModel", {})
2187
- .n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelCommand")
2188
- .sc(DeleteConfiguredAudienceModel$)
2189
- .build() {
2190
- }
2191
-
2192
- class DeleteConfiguredAudienceModelPolicyCommand extends Command
2193
- .classBuilder()
2194
- .ep(commonParams)
2195
- .m(function (Command, cs, config, o) {
2196
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
- })
2198
- .s("AWSStarkControlService", "DeleteConfiguredAudienceModelPolicy", {})
2199
- .n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelPolicyCommand")
2200
- .sc(DeleteConfiguredAudienceModelPolicy$)
2201
- .build() {
2202
- }
2203
-
2204
- class DeleteConfiguredModelAlgorithmAssociationCommand extends Command
2205
- .classBuilder()
2206
- .ep(commonParams)
2207
- .m(function (Command, cs, config, o) {
2208
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2209
- })
2210
- .s("AWSStarkControlService", "DeleteConfiguredModelAlgorithmAssociation", {})
2211
- .n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand")
2212
- .sc(DeleteConfiguredModelAlgorithmAssociation$)
2213
- .build() {
2214
- }
2215
-
2216
- class DeleteConfiguredModelAlgorithmCommand extends Command
2217
- .classBuilder()
2218
- .ep(commonParams)
2219
- .m(function (Command, cs, config, o) {
2220
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2221
- })
2222
- .s("AWSStarkControlService", "DeleteConfiguredModelAlgorithm", {})
2223
- .n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand")
2224
- .sc(DeleteConfiguredModelAlgorithm$)
2225
- .build() {
2226
- }
2227
-
2228
- class DeleteMLConfigurationCommand extends Command
2229
- .classBuilder()
2230
- .ep(commonParams)
2231
- .m(function (Command, cs, config, o) {
2232
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2233
- })
2234
- .s("AWSStarkControlService", "DeleteMLConfiguration", {})
2235
- .n("CleanRoomsMLClient", "DeleteMLConfigurationCommand")
2236
- .sc(DeleteMLConfiguration$)
2237
- .build() {
2238
- }
2239
-
2240
- class DeleteMLInputChannelDataCommand extends Command
2241
- .classBuilder()
2242
- .ep(commonParams)
2243
- .m(function (Command, cs, config, o) {
2244
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
- })
2246
- .s("AWSStarkControlService", "DeleteMLInputChannelData", {})
2247
- .n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand")
2248
- .sc(DeleteMLInputChannelData$)
2249
- .build() {
2250
- }
2251
-
2252
- class DeleteTrainedModelOutputCommand extends Command
2253
- .classBuilder()
2254
- .ep(commonParams)
2255
- .m(function (Command, cs, config, o) {
2256
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2257
- })
2258
- .s("AWSStarkControlService", "DeleteTrainedModelOutput", {})
2259
- .n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand")
2260
- .sc(DeleteTrainedModelOutput$)
2261
- .build() {
2262
- }
2263
-
2264
- class DeleteTrainingDatasetCommand extends Command
2265
- .classBuilder()
2266
- .ep(commonParams)
2267
- .m(function (Command, cs, config, o) {
2268
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2269
- })
2270
- .s("AWSStarkControlService", "DeleteTrainingDataset", {})
2271
- .n("CleanRoomsMLClient", "DeleteTrainingDatasetCommand")
2272
- .sc(DeleteTrainingDataset$)
2273
- .build() {
2274
- }
2275
-
2276
- class GetAudienceGenerationJobCommand extends Command
2277
- .classBuilder()
2278
- .ep(commonParams)
2279
- .m(function (Command, cs, config, o) {
2280
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2281
- })
2282
- .s("AWSStarkControlService", "GetAudienceGenerationJob", {})
2283
- .n("CleanRoomsMLClient", "GetAudienceGenerationJobCommand")
2284
- .sc(GetAudienceGenerationJob$)
2285
- .build() {
2286
- }
2287
-
2288
- class GetAudienceModelCommand extends Command
2289
- .classBuilder()
2290
- .ep(commonParams)
2291
- .m(function (Command, cs, config, o) {
2292
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
- })
2294
- .s("AWSStarkControlService", "GetAudienceModel", {})
2295
- .n("CleanRoomsMLClient", "GetAudienceModelCommand")
2296
- .sc(GetAudienceModel$)
2297
- .build() {
2298
- }
2299
-
2300
- class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends Command
2301
- .classBuilder()
2302
- .ep(commonParams)
2303
- .m(function (Command, cs, config, o) {
2304
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2305
- })
2306
- .s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {})
2307
- .n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand")
2308
- .sc(GetCollaborationConfiguredModelAlgorithmAssociation$)
2309
- .build() {
2310
- }
2311
-
2312
- class GetCollaborationMLInputChannelCommand extends Command
2313
- .classBuilder()
2314
- .ep(commonParams)
2315
- .m(function (Command, cs, config, o) {
2316
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2317
- })
2318
- .s("AWSStarkControlService", "GetCollaborationMLInputChannel", {})
2319
- .n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand")
2320
- .sc(GetCollaborationMLInputChannel$)
2321
- .build() {
2322
- }
2323
-
2324
- class GetCollaborationTrainedModelCommand extends Command
2325
- .classBuilder()
2326
- .ep(commonParams)
2327
- .m(function (Command, cs, config, o) {
2328
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2329
- })
2330
- .s("AWSStarkControlService", "GetCollaborationTrainedModel", {})
2331
- .n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand")
2332
- .sc(GetCollaborationTrainedModel$)
2333
- .build() {
2334
- }
2335
-
2336
- class GetConfiguredAudienceModelCommand extends Command
2337
- .classBuilder()
2338
- .ep(commonParams)
2339
- .m(function (Command, cs, config, o) {
2340
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2341
- })
2342
- .s("AWSStarkControlService", "GetConfiguredAudienceModel", {})
2343
- .n("CleanRoomsMLClient", "GetConfiguredAudienceModelCommand")
2344
- .sc(GetConfiguredAudienceModel$)
2345
- .build() {
2346
- }
2347
-
2348
- class GetConfiguredAudienceModelPolicyCommand extends Command
2349
- .classBuilder()
2350
- .ep(commonParams)
2351
- .m(function (Command, cs, config, o) {
2352
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2353
- })
2354
- .s("AWSStarkControlService", "GetConfiguredAudienceModelPolicy", {})
2355
- .n("CleanRoomsMLClient", "GetConfiguredAudienceModelPolicyCommand")
2356
- .sc(GetConfiguredAudienceModelPolicy$)
2357
- .build() {
2358
- }
2359
-
2360
- class GetConfiguredModelAlgorithmAssociationCommand extends Command
2361
- .classBuilder()
2362
- .ep(commonParams)
2363
- .m(function (Command, cs, config, o) {
2364
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2365
- })
2366
- .s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {})
2367
- .n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand")
2368
- .sc(GetConfiguredModelAlgorithmAssociation$)
2369
- .build() {
2370
- }
2371
-
2372
- class GetConfiguredModelAlgorithmCommand extends Command
2373
- .classBuilder()
2374
- .ep(commonParams)
2375
- .m(function (Command, cs, config, o) {
2376
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2377
- })
2378
- .s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {})
2379
- .n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand")
2380
- .sc(GetConfiguredModelAlgorithm$)
2381
- .build() {
2382
- }
2383
-
2384
- class GetMLConfigurationCommand extends Command
2385
- .classBuilder()
2386
- .ep(commonParams)
2387
- .m(function (Command, cs, config, o) {
2388
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2389
- })
2390
- .s("AWSStarkControlService", "GetMLConfiguration", {})
2391
- .n("CleanRoomsMLClient", "GetMLConfigurationCommand")
2392
- .sc(GetMLConfiguration$)
2393
- .build() {
2394
- }
2395
-
2396
- class GetMLInputChannelCommand extends Command
2397
- .classBuilder()
2398
- .ep(commonParams)
2399
- .m(function (Command, cs, config, o) {
2400
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
- })
2402
- .s("AWSStarkControlService", "GetMLInputChannel", {})
2403
- .n("CleanRoomsMLClient", "GetMLInputChannelCommand")
2404
- .sc(GetMLInputChannel$)
2405
- .build() {
2406
- }
2407
-
2408
- class GetTrainedModelCommand extends Command
2409
- .classBuilder()
2410
- .ep(commonParams)
2411
- .m(function (Command, cs, config, o) {
2412
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2413
- })
2414
- .s("AWSStarkControlService", "GetTrainedModel", {})
2415
- .n("CleanRoomsMLClient", "GetTrainedModelCommand")
2416
- .sc(GetTrainedModel$)
2417
- .build() {
2418
- }
2419
-
2420
- class GetTrainedModelInferenceJobCommand extends Command
2421
- .classBuilder()
2422
- .ep(commonParams)
2423
- .m(function (Command, cs, config, o) {
2424
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2425
- })
2426
- .s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
2427
- .n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
2428
- .sc(GetTrainedModelInferenceJob$)
2429
- .build() {
2430
- }
2431
-
2432
- class GetTrainingDatasetCommand extends Command
2433
- .classBuilder()
2434
- .ep(commonParams)
2435
- .m(function (Command, cs, config, o) {
2436
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2437
- })
2438
- .s("AWSStarkControlService", "GetTrainingDataset", {})
2439
- .n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
2440
- .sc(GetTrainingDataset$)
2441
- .build() {
2442
- }
2443
-
2444
- class ListAudienceExportJobsCommand extends Command
2445
- .classBuilder()
2446
- .ep(commonParams)
2447
- .m(function (Command, cs, config, o) {
2448
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2449
- })
2450
- .s("AWSStarkControlService", "ListAudienceExportJobs", {})
2451
- .n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
2452
- .sc(ListAudienceExportJobs$)
2453
- .build() {
2454
- }
2455
-
2456
- class ListAudienceGenerationJobsCommand extends Command
2457
- .classBuilder()
2458
- .ep(commonParams)
2459
- .m(function (Command, cs, config, o) {
2460
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2461
- })
2462
- .s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
2463
- .n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
2464
- .sc(ListAudienceGenerationJobs$)
2465
- .build() {
2466
- }
2467
-
2468
- class ListAudienceModelsCommand extends Command
2469
- .classBuilder()
2470
- .ep(commonParams)
2471
- .m(function (Command, cs, config, o) {
2472
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2473
- })
2474
- .s("AWSStarkControlService", "ListAudienceModels", {})
2475
- .n("CleanRoomsMLClient", "ListAudienceModelsCommand")
2476
- .sc(ListAudienceModels$)
2477
- .build() {
2478
- }
2479
-
2480
- class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends Command
2481
- .classBuilder()
2482
- .ep(commonParams)
2483
- .m(function (Command, cs, config, o) {
2484
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2485
- })
2486
- .s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
2487
- .n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
2488
- .sc(ListCollaborationConfiguredModelAlgorithmAssociations$)
2489
- .build() {
2490
- }
2491
-
2492
- class ListCollaborationMLInputChannelsCommand extends Command
2493
- .classBuilder()
2494
- .ep(commonParams)
2495
- .m(function (Command, cs, config, o) {
2496
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2497
- })
2498
- .s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
2499
- .n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
2500
- .sc(ListCollaborationMLInputChannels$)
2501
- .build() {
2502
- }
2503
-
2504
- class ListCollaborationTrainedModelExportJobsCommand extends Command
2505
- .classBuilder()
2506
- .ep(commonParams)
2507
- .m(function (Command, cs, config, o) {
2508
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2509
- })
2510
- .s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
2511
- .n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
2512
- .sc(ListCollaborationTrainedModelExportJobs$)
2513
- .build() {
2514
- }
2515
-
2516
- class ListCollaborationTrainedModelInferenceJobsCommand extends Command
2517
- .classBuilder()
2518
- .ep(commonParams)
2519
- .m(function (Command, cs, config, o) {
2520
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2521
- })
2522
- .s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
2523
- .n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
2524
- .sc(ListCollaborationTrainedModelInferenceJobs$)
2525
- .build() {
2526
- }
2527
-
2528
- class ListCollaborationTrainedModelsCommand extends Command
2529
- .classBuilder()
2530
- .ep(commonParams)
2531
- .m(function (Command, cs, config, o) {
2532
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2533
- })
2534
- .s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
2535
- .n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
2536
- .sc(ListCollaborationTrainedModels$)
2537
- .build() {
2538
- }
2539
-
2540
- class ListConfiguredAudienceModelsCommand extends Command
2541
- .classBuilder()
2542
- .ep(commonParams)
2543
- .m(function (Command, cs, config, o) {
2544
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2545
- })
2546
- .s("AWSStarkControlService", "ListConfiguredAudienceModels", {})
2547
- .n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand")
2548
- .sc(ListConfiguredAudienceModels$)
2549
- .build() {
2550
- }
2551
-
2552
- class ListConfiguredModelAlgorithmAssociationsCommand extends Command
2553
- .classBuilder()
2554
- .ep(commonParams)
2555
- .m(function (Command, cs, config, o) {
2556
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2557
- })
2558
- .s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
2559
- .n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
2560
- .sc(ListConfiguredModelAlgorithmAssociations$)
2561
- .build() {
2562
- }
2563
-
2564
- class ListConfiguredModelAlgorithmsCommand extends Command
2565
- .classBuilder()
2566
- .ep(commonParams)
2567
- .m(function (Command, cs, config, o) {
2568
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2569
- })
2570
- .s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
2571
- .n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
2572
- .sc(ListConfiguredModelAlgorithms$)
2573
- .build() {
2574
- }
2575
-
2576
- class ListMLInputChannelsCommand extends Command
2577
- .classBuilder()
2578
- .ep(commonParams)
2579
- .m(function (Command, cs, config, o) {
2580
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2581
- })
2582
- .s("AWSStarkControlService", "ListMLInputChannels", {})
2583
- .n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
2584
- .sc(ListMLInputChannels$)
2585
- .build() {
2586
- }
2587
-
2588
- class ListTagsForResourceCommand extends Command
2589
- .classBuilder()
2590
- .ep(commonParams)
2591
- .m(function (Command, cs, config, o) {
2592
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2593
- })
2594
- .s("AWSStarkControlService", "ListTagsForResource", {})
2595
- .n("CleanRoomsMLClient", "ListTagsForResourceCommand")
2596
- .sc(ListTagsForResource$)
2597
- .build() {
2598
- }
2599
-
2600
- class ListTrainedModelInferenceJobsCommand extends Command
2601
- .classBuilder()
2602
- .ep(commonParams)
2603
- .m(function (Command, cs, config, o) {
2604
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2605
- })
2606
- .s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {})
2607
- .n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
2608
- .sc(ListTrainedModelInferenceJobs$)
2609
- .build() {
2610
- }
2611
-
2612
- class ListTrainedModelsCommand extends Command
2613
- .classBuilder()
2614
- .ep(commonParams)
2615
- .m(function (Command, cs, config, o) {
2616
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2617
- })
2618
- .s("AWSStarkControlService", "ListTrainedModels", {})
2619
- .n("CleanRoomsMLClient", "ListTrainedModelsCommand")
2620
- .sc(ListTrainedModels$)
2621
- .build() {
2622
- }
2623
-
2624
- class ListTrainedModelVersionsCommand extends Command
2625
- .classBuilder()
2626
- .ep(commonParams)
2627
- .m(function (Command, cs, config, o) {
2628
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2629
- })
2630
- .s("AWSStarkControlService", "ListTrainedModelVersions", {})
2631
- .n("CleanRoomsMLClient", "ListTrainedModelVersionsCommand")
2632
- .sc(ListTrainedModelVersions$)
2633
- .build() {
2634
- }
2635
-
2636
- class ListTrainingDatasetsCommand extends Command
2637
- .classBuilder()
2638
- .ep(commonParams)
2639
- .m(function (Command, cs, config, o) {
2640
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2641
- })
2642
- .s("AWSStarkControlService", "ListTrainingDatasets", {})
2643
- .n("CleanRoomsMLClient", "ListTrainingDatasetsCommand")
2644
- .sc(ListTrainingDatasets$)
2645
- .build() {
2646
- }
2647
-
2648
- class PutConfiguredAudienceModelPolicyCommand extends Command
2649
- .classBuilder()
2650
- .ep(commonParams)
2651
- .m(function (Command, cs, config, o) {
2652
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2653
- })
2654
- .s("AWSStarkControlService", "PutConfiguredAudienceModelPolicy", {})
2655
- .n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand")
2656
- .sc(PutConfiguredAudienceModelPolicy$)
2657
- .build() {
2658
- }
2659
-
2660
- class PutMLConfigurationCommand extends Command
2661
- .classBuilder()
2662
- .ep(commonParams)
2663
- .m(function (Command, cs, config, o) {
2664
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2665
- })
2666
- .s("AWSStarkControlService", "PutMLConfiguration", {})
2667
- .n("CleanRoomsMLClient", "PutMLConfigurationCommand")
2668
- .sc(PutMLConfiguration$)
2669
- .build() {
2670
- }
2671
-
2672
- class StartAudienceExportJobCommand extends Command
2673
- .classBuilder()
2674
- .ep(commonParams)
2675
- .m(function (Command, cs, config, o) {
2676
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2677
- })
2678
- .s("AWSStarkControlService", "StartAudienceExportJob", {})
2679
- .n("CleanRoomsMLClient", "StartAudienceExportJobCommand")
2680
- .sc(StartAudienceExportJob$)
2681
- .build() {
2682
- }
2683
-
2684
- class StartAudienceGenerationJobCommand extends Command
2685
- .classBuilder()
2686
- .ep(commonParams)
2687
- .m(function (Command, cs, config, o) {
2688
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2689
- })
2690
- .s("AWSStarkControlService", "StartAudienceGenerationJob", {})
2691
- .n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand")
2692
- .sc(StartAudienceGenerationJob$)
2693
- .build() {
2694
- }
2695
-
2696
- class StartTrainedModelExportJobCommand extends Command
2697
- .classBuilder()
2698
- .ep(commonParams)
2699
- .m(function (Command, cs, config, o) {
2700
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2701
- })
2702
- .s("AWSStarkControlService", "StartTrainedModelExportJob", {})
2703
- .n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
2704
- .sc(StartTrainedModelExportJob$)
2705
- .build() {
2706
- }
2707
-
2708
- class StartTrainedModelInferenceJobCommand extends Command
2709
- .classBuilder()
2710
- .ep(commonParams)
2711
- .m(function (Command, cs, config, o) {
2712
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2713
- })
2714
- .s("AWSStarkControlService", "StartTrainedModelInferenceJob", {})
2715
- .n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
2716
- .sc(StartTrainedModelInferenceJob$)
2717
- .build() {
2718
- }
2719
-
2720
- class TagResourceCommand extends Command
2721
- .classBuilder()
2722
- .ep(commonParams)
2723
- .m(function (Command, cs, config, o) {
2724
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2725
- })
2726
- .s("AWSStarkControlService", "TagResource", {})
2727
- .n("CleanRoomsMLClient", "TagResourceCommand")
2728
- .sc(TagResource$)
2729
- .build() {
2730
- }
2731
-
2732
- class UntagResourceCommand extends Command
2733
- .classBuilder()
2734
- .ep(commonParams)
2735
- .m(function (Command, cs, config, o) {
2736
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2737
- })
2738
- .s("AWSStarkControlService", "UntagResource", {})
2739
- .n("CleanRoomsMLClient", "UntagResourceCommand")
2740
- .sc(UntagResource$)
2741
- .build() {
2742
- }
2743
-
2744
- class UpdateConfiguredAudienceModelCommand extends Command
2745
- .classBuilder()
2746
- .ep(commonParams)
2747
- .m(function (Command, cs, config, o) {
2748
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2749
- })
2750
- .s("AWSStarkControlService", "UpdateConfiguredAudienceModel", {})
2751
- .n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand")
2752
- .sc(UpdateConfiguredAudienceModel$)
2753
- .build() {
2050
+ const command = makeBuilder(commonParams, "AWSStarkControlService", "CleanRoomsMLClient", getEndpointPlugin);
2051
+ const _ep0 = {};
2052
+ const _mw0 = (Command, cs, config, o) => [];
2053
+
2054
+ class CancelTrainedModelCommand extends command(_ep0, _mw0, "CancelTrainedModel", CancelTrainedModel$) {
2055
+ }
2056
+
2057
+ class CancelTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "CancelTrainedModelInferenceJob", CancelTrainedModelInferenceJob$) {
2058
+ }
2059
+
2060
+ class CreateAudienceModelCommand extends command(_ep0, _mw0, "CreateAudienceModel", CreateAudienceModel$) {
2061
+ }
2062
+
2063
+ class CreateConfiguredAudienceModelCommand extends command(_ep0, _mw0, "CreateConfiguredAudienceModel", CreateConfiguredAudienceModel$) {
2064
+ }
2065
+
2066
+ class CreateConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "CreateConfiguredModelAlgorithmAssociation", CreateConfiguredModelAlgorithmAssociation$) {
2067
+ }
2068
+
2069
+ class CreateConfiguredModelAlgorithmCommand extends command(_ep0, _mw0, "CreateConfiguredModelAlgorithm", CreateConfiguredModelAlgorithm$) {
2070
+ }
2071
+
2072
+ class CreateMLInputChannelCommand extends command(_ep0, _mw0, "CreateMLInputChannel", CreateMLInputChannel$) {
2073
+ }
2074
+
2075
+ class CreateTrainedModelCommand extends command(_ep0, _mw0, "CreateTrainedModel", CreateTrainedModel$) {
2076
+ }
2077
+
2078
+ class CreateTrainingDatasetCommand extends command(_ep0, _mw0, "CreateTrainingDataset", CreateTrainingDataset$) {
2079
+ }
2080
+
2081
+ class DeleteAudienceGenerationJobCommand extends command(_ep0, _mw0, "DeleteAudienceGenerationJob", DeleteAudienceGenerationJob$) {
2082
+ }
2083
+
2084
+ class DeleteAudienceModelCommand extends command(_ep0, _mw0, "DeleteAudienceModel", DeleteAudienceModel$) {
2085
+ }
2086
+
2087
+ class DeleteConfiguredAudienceModelCommand extends command(_ep0, _mw0, "DeleteConfiguredAudienceModel", DeleteConfiguredAudienceModel$) {
2088
+ }
2089
+
2090
+ class DeleteConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "DeleteConfiguredAudienceModelPolicy", DeleteConfiguredAudienceModelPolicy$) {
2091
+ }
2092
+
2093
+ class DeleteConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "DeleteConfiguredModelAlgorithmAssociation", DeleteConfiguredModelAlgorithmAssociation$) {
2094
+ }
2095
+
2096
+ class DeleteConfiguredModelAlgorithmCommand extends command(_ep0, _mw0, "DeleteConfiguredModelAlgorithm", DeleteConfiguredModelAlgorithm$) {
2097
+ }
2098
+
2099
+ class DeleteMLConfigurationCommand extends command(_ep0, _mw0, "DeleteMLConfiguration", DeleteMLConfiguration$) {
2100
+ }
2101
+
2102
+ class DeleteMLInputChannelDataCommand extends command(_ep0, _mw0, "DeleteMLInputChannelData", DeleteMLInputChannelData$) {
2103
+ }
2104
+
2105
+ class DeleteTrainedModelOutputCommand extends command(_ep0, _mw0, "DeleteTrainedModelOutput", DeleteTrainedModelOutput$) {
2106
+ }
2107
+
2108
+ class DeleteTrainingDatasetCommand extends command(_ep0, _mw0, "DeleteTrainingDataset", DeleteTrainingDataset$) {
2109
+ }
2110
+
2111
+ class GetAudienceGenerationJobCommand extends command(_ep0, _mw0, "GetAudienceGenerationJob", GetAudienceGenerationJob$) {
2112
+ }
2113
+
2114
+ class GetAudienceModelCommand extends command(_ep0, _mw0, "GetAudienceModel", GetAudienceModel$) {
2115
+ }
2116
+
2117
+ class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "GetCollaborationConfiguredModelAlgorithmAssociation", GetCollaborationConfiguredModelAlgorithmAssociation$) {
2118
+ }
2119
+
2120
+ class GetCollaborationMLInputChannelCommand extends command(_ep0, _mw0, "GetCollaborationMLInputChannel", GetCollaborationMLInputChannel$) {
2121
+ }
2122
+
2123
+ class GetCollaborationTrainedModelCommand extends command(_ep0, _mw0, "GetCollaborationTrainedModel", GetCollaborationTrainedModel$) {
2124
+ }
2125
+
2126
+ class GetConfiguredAudienceModelCommand extends command(_ep0, _mw0, "GetConfiguredAudienceModel", GetConfiguredAudienceModel$) {
2127
+ }
2128
+
2129
+ class GetConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "GetConfiguredAudienceModelPolicy", GetConfiguredAudienceModelPolicy$) {
2130
+ }
2131
+
2132
+ class GetConfiguredModelAlgorithmAssociationCommand extends command(_ep0, _mw0, "GetConfiguredModelAlgorithmAssociation", GetConfiguredModelAlgorithmAssociation$) {
2133
+ }
2134
+
2135
+ class GetConfiguredModelAlgorithmCommand extends command(_ep0, _mw0, "GetConfiguredModelAlgorithm", GetConfiguredModelAlgorithm$) {
2136
+ }
2137
+
2138
+ class GetMLConfigurationCommand extends command(_ep0, _mw0, "GetMLConfiguration", GetMLConfiguration$) {
2139
+ }
2140
+
2141
+ class GetMLInputChannelCommand extends command(_ep0, _mw0, "GetMLInputChannel", GetMLInputChannel$) {
2142
+ }
2143
+
2144
+ class GetTrainedModelCommand extends command(_ep0, _mw0, "GetTrainedModel", GetTrainedModel$) {
2145
+ }
2146
+
2147
+ class GetTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "GetTrainedModelInferenceJob", GetTrainedModelInferenceJob$) {
2148
+ }
2149
+
2150
+ class GetTrainingDatasetCommand extends command(_ep0, _mw0, "GetTrainingDataset", GetTrainingDataset$) {
2151
+ }
2152
+
2153
+ class ListAudienceExportJobsCommand extends command(_ep0, _mw0, "ListAudienceExportJobs", ListAudienceExportJobs$) {
2154
+ }
2155
+
2156
+ class ListAudienceGenerationJobsCommand extends command(_ep0, _mw0, "ListAudienceGenerationJobs", ListAudienceGenerationJobs$) {
2157
+ }
2158
+
2159
+ class ListAudienceModelsCommand extends command(_ep0, _mw0, "ListAudienceModels", ListAudienceModels$) {
2160
+ }
2161
+
2162
+ class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListCollaborationConfiguredModelAlgorithmAssociations", ListCollaborationConfiguredModelAlgorithmAssociations$) {
2163
+ }
2164
+
2165
+ class ListCollaborationMLInputChannelsCommand extends command(_ep0, _mw0, "ListCollaborationMLInputChannels", ListCollaborationMLInputChannels$) {
2166
+ }
2167
+
2168
+ class ListCollaborationTrainedModelExportJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelExportJobs", ListCollaborationTrainedModelExportJobs$) {
2169
+ }
2170
+
2171
+ class ListCollaborationTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelInferenceJobs", ListCollaborationTrainedModelInferenceJobs$) {
2172
+ }
2173
+
2174
+ class ListCollaborationTrainedModelsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModels", ListCollaborationTrainedModels$) {
2175
+ }
2176
+
2177
+ class ListConfiguredAudienceModelsCommand extends command(_ep0, _mw0, "ListConfiguredAudienceModels", ListConfiguredAudienceModels$) {
2178
+ }
2179
+
2180
+ class ListConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithmAssociations", ListConfiguredModelAlgorithmAssociations$) {
2181
+ }
2182
+
2183
+ class ListConfiguredModelAlgorithmsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithms", ListConfiguredModelAlgorithms$) {
2184
+ }
2185
+
2186
+ class ListMLInputChannelsCommand extends command(_ep0, _mw0, "ListMLInputChannels", ListMLInputChannels$) {
2187
+ }
2188
+
2189
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2190
+ }
2191
+
2192
+ class ListTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListTrainedModelInferenceJobs", ListTrainedModelInferenceJobs$) {
2193
+ }
2194
+
2195
+ class ListTrainedModelsCommand extends command(_ep0, _mw0, "ListTrainedModels", ListTrainedModels$) {
2196
+ }
2197
+
2198
+ class ListTrainedModelVersionsCommand extends command(_ep0, _mw0, "ListTrainedModelVersions", ListTrainedModelVersions$) {
2199
+ }
2200
+
2201
+ class ListTrainingDatasetsCommand extends command(_ep0, _mw0, "ListTrainingDatasets", ListTrainingDatasets$) {
2202
+ }
2203
+
2204
+ class PutConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "PutConfiguredAudienceModelPolicy", PutConfiguredAudienceModelPolicy$) {
2205
+ }
2206
+
2207
+ class PutMLConfigurationCommand extends command(_ep0, _mw0, "PutMLConfiguration", PutMLConfiguration$) {
2208
+ }
2209
+
2210
+ class StartAudienceExportJobCommand extends command(_ep0, _mw0, "StartAudienceExportJob", StartAudienceExportJob$) {
2211
+ }
2212
+
2213
+ class StartAudienceGenerationJobCommand extends command(_ep0, _mw0, "StartAudienceGenerationJob", StartAudienceGenerationJob$) {
2214
+ }
2215
+
2216
+ class StartTrainedModelExportJobCommand extends command(_ep0, _mw0, "StartTrainedModelExportJob", StartTrainedModelExportJob$) {
2217
+ }
2218
+
2219
+ class StartTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "StartTrainedModelInferenceJob", StartTrainedModelInferenceJob$) {
2220
+ }
2221
+
2222
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2223
+ }
2224
+
2225
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2226
+ }
2227
+
2228
+ class UpdateConfiguredAudienceModelCommand extends command(_ep0, _mw0, "UpdateConfiguredAudienceModel", UpdateConfiguredAudienceModel$) {
2754
2229
  }
2755
2230
 
2756
2231
  const paginateListAudienceExportJobs = createPaginator(CleanRoomsMLClient, ListAudienceExportJobsCommand, "nextToken", "nextToken", "maxResults");