@aws-sdk/client-cleanroomsml 3.952.0 → 3.954.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 (79) hide show
  1. package/dist-cjs/index.js +788 -548
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CancelTrainedModelCommand.js +2 -2
  4. package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +2 -2
  5. package/dist-es/commands/CreateAudienceModelCommand.js +2 -2
  6. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +2 -2
  7. package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +2 -2
  8. package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +2 -2
  9. package/dist-es/commands/CreateMLInputChannelCommand.js +2 -2
  10. package/dist-es/commands/CreateTrainedModelCommand.js +2 -2
  11. package/dist-es/commands/CreateTrainingDatasetCommand.js +2 -2
  12. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +2 -2
  13. package/dist-es/commands/DeleteAudienceModelCommand.js +2 -2
  14. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +2 -2
  15. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +2 -2
  16. package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +2 -2
  17. package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +2 -2
  18. package/dist-es/commands/DeleteMLConfigurationCommand.js +2 -2
  19. package/dist-es/commands/DeleteMLInputChannelDataCommand.js +2 -2
  20. package/dist-es/commands/DeleteTrainedModelOutputCommand.js +2 -2
  21. package/dist-es/commands/DeleteTrainingDatasetCommand.js +2 -2
  22. package/dist-es/commands/GetAudienceGenerationJobCommand.js +2 -2
  23. package/dist-es/commands/GetAudienceModelCommand.js +2 -2
  24. package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +2 -2
  25. package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +2 -2
  26. package/dist-es/commands/GetCollaborationTrainedModelCommand.js +2 -2
  27. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +2 -2
  28. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +2 -2
  29. package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +2 -2
  30. package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +2 -2
  31. package/dist-es/commands/GetMLConfigurationCommand.js +2 -2
  32. package/dist-es/commands/GetMLInputChannelCommand.js +2 -2
  33. package/dist-es/commands/GetTrainedModelCommand.js +2 -2
  34. package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +2 -2
  35. package/dist-es/commands/GetTrainingDatasetCommand.js +2 -2
  36. package/dist-es/commands/ListAudienceExportJobsCommand.js +2 -2
  37. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +2 -2
  38. package/dist-es/commands/ListAudienceModelsCommand.js +2 -2
  39. package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +2 -2
  40. package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +2 -2
  41. package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +2 -2
  42. package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +2 -2
  43. package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +2 -2
  44. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +2 -2
  45. package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +2 -2
  46. package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +2 -2
  47. package/dist-es/commands/ListMLInputChannelsCommand.js +2 -2
  48. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  49. package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +2 -2
  50. package/dist-es/commands/ListTrainedModelVersionsCommand.js +2 -2
  51. package/dist-es/commands/ListTrainedModelsCommand.js +2 -2
  52. package/dist-es/commands/ListTrainingDatasetsCommand.js +2 -2
  53. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +2 -2
  54. package/dist-es/commands/PutMLConfigurationCommand.js +2 -2
  55. package/dist-es/commands/StartAudienceExportJobCommand.js +2 -2
  56. package/dist-es/commands/StartAudienceGenerationJobCommand.js +2 -2
  57. package/dist-es/commands/StartTrainedModelExportJobCommand.js +2 -2
  58. package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +2 -2
  59. package/dist-es/commands/TagResourceCommand.js +2 -2
  60. package/dist-es/commands/UntagResourceCommand.js +2 -2
  61. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +2 -2
  62. package/dist-es/index.js +1 -0
  63. package/dist-es/runtimeConfig.shared.js +6 -1
  64. package/dist-es/schemas/schemas_0.js +488 -492
  65. package/dist-types/CleanRoomsMLClient.d.ts +1 -10
  66. package/dist-types/index.d.ts +1 -0
  67. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  68. package/dist-types/runtimeConfig.d.ts +6 -2
  69. package/dist-types/runtimeConfig.native.d.ts +6 -2
  70. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  71. package/dist-types/schemas/schemas_0.d.ts +245 -291
  72. package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +0 -4
  73. package/dist-types/ts3.4/index.d.ts +1 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  78. package/dist-types/ts3.4/schemas/schemas_0.d.ts +244 -291
  79. package/package.json +34 -34
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.cleanroomsml" }),
29
+ protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.cleanroomsml",
32
+ version: "2023-09-06",
33
+ serviceTarget: "AWSStarkControlService",
34
+ },
30
35
  serviceId: config?.serviceId ?? "CleanRoomsML",
31
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
32
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CancelTrainedModel } from "../schemas/schemas_0";
4
+ import { CancelTrainedModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CancelTrainedModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CancelTrainedModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CancelTrainedModel", {})
13
13
  .n("CleanRoomsMLClient", "CancelTrainedModelCommand")
14
- .sc(CancelTrainedModel)
14
+ .sc(CancelTrainedModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CancelTrainedModelInferenceJob } from "../schemas/schemas_0";
4
+ import { CancelTrainedModelInferenceJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CancelTrainedModelInferenceJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CancelTrainedModelInferenceJobCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CancelTrainedModelInferenceJob", {})
13
13
  .n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand")
14
- .sc(CancelTrainedModelInferenceJob)
14
+ .sc(CancelTrainedModelInferenceJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateAudienceModel } from "../schemas/schemas_0";
4
+ import { CreateAudienceModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateAudienceModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateAudienceModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CreateAudienceModel", {})
13
13
  .n("CleanRoomsMLClient", "CreateAudienceModelCommand")
14
- .sc(CreateAudienceModel)
14
+ .sc(CreateAudienceModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateConfiguredAudienceModel } from "../schemas/schemas_0";
4
+ import { CreateConfiguredAudienceModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateConfiguredAudienceModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateConfiguredAudienceModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CreateConfiguredAudienceModel", {})
13
13
  .n("CleanRoomsMLClient", "CreateConfiguredAudienceModelCommand")
14
- .sc(CreateConfiguredAudienceModel)
14
+ .sc(CreateConfiguredAudienceModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
4
+ import { CreateConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateConfiguredModelAlgorithmAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateConfiguredModelAlgorithmAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CreateConfiguredModelAlgorithmAssociation", {})
13
13
  .n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand")
14
- .sc(CreateConfiguredModelAlgorithmAssociation)
14
+ .sc(CreateConfiguredModelAlgorithmAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateConfiguredModelAlgorithm } from "../schemas/schemas_0";
4
+ import { CreateConfiguredModelAlgorithm$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateConfiguredModelAlgorithmCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateConfiguredModelAlgorithmCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CreateConfiguredModelAlgorithm", {})
13
13
  .n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand")
14
- .sc(CreateConfiguredModelAlgorithm)
14
+ .sc(CreateConfiguredModelAlgorithm$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateMLInputChannel } from "../schemas/schemas_0";
4
+ import { CreateMLInputChannel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateMLInputChannelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateMLInputChannelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CreateMLInputChannel", {})
13
13
  .n("CleanRoomsMLClient", "CreateMLInputChannelCommand")
14
- .sc(CreateMLInputChannel)
14
+ .sc(CreateMLInputChannel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTrainedModel } from "../schemas/schemas_0";
4
+ import { CreateTrainedModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTrainedModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTrainedModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CreateTrainedModel", {})
13
13
  .n("CleanRoomsMLClient", "CreateTrainedModelCommand")
14
- .sc(CreateTrainedModel)
14
+ .sc(CreateTrainedModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { CreateTrainingDataset } from "../schemas/schemas_0";
4
+ import { CreateTrainingDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateTrainingDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateTrainingDatasetCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "CreateTrainingDataset", {})
13
13
  .n("CleanRoomsMLClient", "CreateTrainingDatasetCommand")
14
- .sc(CreateTrainingDataset)
14
+ .sc(CreateTrainingDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAudienceGenerationJob } from "../schemas/schemas_0";
4
+ import { DeleteAudienceGenerationJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAudienceGenerationJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAudienceGenerationJobCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteAudienceGenerationJob", {})
13
13
  .n("CleanRoomsMLClient", "DeleteAudienceGenerationJobCommand")
14
- .sc(DeleteAudienceGenerationJob)
14
+ .sc(DeleteAudienceGenerationJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteAudienceModel } from "../schemas/schemas_0";
4
+ import { DeleteAudienceModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteAudienceModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteAudienceModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteAudienceModel", {})
13
13
  .n("CleanRoomsMLClient", "DeleteAudienceModelCommand")
14
- .sc(DeleteAudienceModel)
14
+ .sc(DeleteAudienceModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteConfiguredAudienceModel } from "../schemas/schemas_0";
4
+ import { DeleteConfiguredAudienceModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteConfiguredAudienceModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteConfiguredAudienceModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteConfiguredAudienceModel", {})
13
13
  .n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelCommand")
14
- .sc(DeleteConfiguredAudienceModel)
14
+ .sc(DeleteConfiguredAudienceModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
4
+ import { DeleteConfiguredAudienceModelPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteConfiguredAudienceModelPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteConfiguredAudienceModelPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteConfiguredAudienceModelPolicy", {})
13
13
  .n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelPolicyCommand")
14
- .sc(DeleteConfiguredAudienceModelPolicy)
14
+ .sc(DeleteConfiguredAudienceModelPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
4
+ import { DeleteConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteConfiguredModelAlgorithmAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteConfiguredModelAlgorithmAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteConfiguredModelAlgorithmAssociation", {})
13
13
  .n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand")
14
- .sc(DeleteConfiguredModelAlgorithmAssociation)
14
+ .sc(DeleteConfiguredModelAlgorithmAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteConfiguredModelAlgorithm } from "../schemas/schemas_0";
4
+ import { DeleteConfiguredModelAlgorithm$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteConfiguredModelAlgorithmCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteConfiguredModelAlgorithmCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteConfiguredModelAlgorithm", {})
13
13
  .n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand")
14
- .sc(DeleteConfiguredModelAlgorithm)
14
+ .sc(DeleteConfiguredModelAlgorithm$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteMLConfiguration } from "../schemas/schemas_0";
4
+ import { DeleteMLConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteMLConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteMLConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteMLConfiguration", {})
13
13
  .n("CleanRoomsMLClient", "DeleteMLConfigurationCommand")
14
- .sc(DeleteMLConfiguration)
14
+ .sc(DeleteMLConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteMLInputChannelData } from "../schemas/schemas_0";
4
+ import { DeleteMLInputChannelData$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteMLInputChannelDataCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteMLInputChannelDataCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteMLInputChannelData", {})
13
13
  .n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand")
14
- .sc(DeleteMLInputChannelData)
14
+ .sc(DeleteMLInputChannelData$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTrainedModelOutput } from "../schemas/schemas_0";
4
+ import { DeleteTrainedModelOutput$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTrainedModelOutputCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTrainedModelOutputCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteTrainedModelOutput", {})
13
13
  .n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand")
14
- .sc(DeleteTrainedModelOutput)
14
+ .sc(DeleteTrainedModelOutput$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { DeleteTrainingDataset } from "../schemas/schemas_0";
4
+ import { DeleteTrainingDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteTrainingDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteTrainingDatasetCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "DeleteTrainingDataset", {})
13
13
  .n("CleanRoomsMLClient", "DeleteTrainingDatasetCommand")
14
- .sc(DeleteTrainingDataset)
14
+ .sc(DeleteTrainingDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetAudienceGenerationJob } from "../schemas/schemas_0";
4
+ import { GetAudienceGenerationJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAudienceGenerationJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAudienceGenerationJobCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetAudienceGenerationJob", {})
13
13
  .n("CleanRoomsMLClient", "GetAudienceGenerationJobCommand")
14
- .sc(GetAudienceGenerationJob)
14
+ .sc(GetAudienceGenerationJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetAudienceModel } from "../schemas/schemas_0";
4
+ import { GetAudienceModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAudienceModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAudienceModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetAudienceModel", {})
13
13
  .n("CleanRoomsMLClient", "GetAudienceModelCommand")
14
- .sc(GetAudienceModel)
14
+ .sc(GetAudienceModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCollaborationConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
4
+ import { GetCollaborationConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends
11
11
  })
12
12
  .s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {})
13
13
  .n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand")
14
- .sc(GetCollaborationConfiguredModelAlgorithmAssociation)
14
+ .sc(GetCollaborationConfiguredModelAlgorithmAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCollaborationMLInputChannel } from "../schemas/schemas_0";
4
+ import { GetCollaborationMLInputChannel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCollaborationMLInputChannelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCollaborationMLInputChannelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetCollaborationMLInputChannel", {})
13
13
  .n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand")
14
- .sc(GetCollaborationMLInputChannel)
14
+ .sc(GetCollaborationMLInputChannel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetCollaborationTrainedModel } from "../schemas/schemas_0";
4
+ import { GetCollaborationTrainedModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetCollaborationTrainedModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetCollaborationTrainedModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetCollaborationTrainedModel", {})
13
13
  .n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand")
14
- .sc(GetCollaborationTrainedModel)
14
+ .sc(GetCollaborationTrainedModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetConfiguredAudienceModel } from "../schemas/schemas_0";
4
+ import { GetConfiguredAudienceModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetConfiguredAudienceModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetConfiguredAudienceModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetConfiguredAudienceModel", {})
13
13
  .n("CleanRoomsMLClient", "GetConfiguredAudienceModelCommand")
14
- .sc(GetConfiguredAudienceModel)
14
+ .sc(GetConfiguredAudienceModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
4
+ import { GetConfiguredAudienceModelPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetConfiguredAudienceModelPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetConfiguredAudienceModelPolicyCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetConfiguredAudienceModelPolicy", {})
13
13
  .n("CleanRoomsMLClient", "GetConfiguredAudienceModelPolicyCommand")
14
- .sc(GetConfiguredAudienceModelPolicy)
14
+ .sc(GetConfiguredAudienceModelPolicy$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
4
+ import { GetConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetConfiguredModelAlgorithmAssociationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetConfiguredModelAlgorithmAssociationCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {})
13
13
  .n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand")
14
- .sc(GetConfiguredModelAlgorithmAssociation)
14
+ .sc(GetConfiguredModelAlgorithmAssociation$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetConfiguredModelAlgorithm } from "../schemas/schemas_0";
4
+ import { GetConfiguredModelAlgorithm$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetConfiguredModelAlgorithmCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetConfiguredModelAlgorithmCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {})
13
13
  .n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand")
14
- .sc(GetConfiguredModelAlgorithm)
14
+ .sc(GetConfiguredModelAlgorithm$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMLConfiguration } from "../schemas/schemas_0";
4
+ import { GetMLConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMLConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMLConfigurationCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetMLConfiguration", {})
13
13
  .n("CleanRoomsMLClient", "GetMLConfigurationCommand")
14
- .sc(GetMLConfiguration)
14
+ .sc(GetMLConfiguration$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetMLInputChannel } from "../schemas/schemas_0";
4
+ import { GetMLInputChannel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetMLInputChannelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetMLInputChannelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetMLInputChannel", {})
13
13
  .n("CleanRoomsMLClient", "GetMLInputChannelCommand")
14
- .sc(GetMLInputChannel)
14
+ .sc(GetMLInputChannel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTrainedModel } from "../schemas/schemas_0";
4
+ import { GetTrainedModel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTrainedModelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTrainedModelCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetTrainedModel", {})
13
13
  .n("CleanRoomsMLClient", "GetTrainedModelCommand")
14
- .sc(GetTrainedModel)
14
+ .sc(GetTrainedModel$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTrainedModelInferenceJob } from "../schemas/schemas_0";
4
+ import { GetTrainedModelInferenceJob$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTrainedModelInferenceJobCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTrainedModelInferenceJobCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
13
13
  .n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
14
- .sc(GetTrainedModelInferenceJob)
14
+ .sc(GetTrainedModelInferenceJob$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { GetTrainingDataset } from "../schemas/schemas_0";
4
+ import { GetTrainingDataset$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetTrainingDatasetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetTrainingDatasetCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "GetTrainingDataset", {})
13
13
  .n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
14
- .sc(GetTrainingDataset)
14
+ .sc(GetTrainingDataset$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAudienceExportJobs } from "../schemas/schemas_0";
4
+ import { ListAudienceExportJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAudienceExportJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAudienceExportJobsCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "ListAudienceExportJobs", {})
13
13
  .n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
14
- .sc(ListAudienceExportJobs)
14
+ .sc(ListAudienceExportJobs$)
15
15
  .build() {
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { ListAudienceGenerationJobs } from "../schemas/schemas_0";
4
+ import { ListAudienceGenerationJobs$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListAudienceGenerationJobsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListAudienceGenerationJobsCommand extends $Command
11
11
  })
12
12
  .s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
13
13
  .n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
14
- .sc(ListAudienceGenerationJobs)
14
+ .sc(ListAudienceGenerationJobs$)
15
15
  .build() {
16
16
  }