@aws-sdk/client-cleanroomsml 3.927.0 → 3.929.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 (83) hide show
  1. package/dist-cjs/index.js +2777 -2837
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CleanRoomsMLClient.js +2 -0
  4. package/dist-es/commands/CancelTrainedModelCommand.js +3 -9
  5. package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +3 -9
  6. package/dist-es/commands/CreateAudienceModelCommand.js +3 -9
  7. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +3 -9
  8. package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +3 -9
  9. package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +3 -9
  10. package/dist-es/commands/CreateMLInputChannelCommand.js +3 -10
  11. package/dist-es/commands/CreateTrainedModelCommand.js +3 -9
  12. package/dist-es/commands/CreateTrainingDatasetCommand.js +3 -9
  13. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +3 -9
  14. package/dist-es/commands/DeleteAudienceModelCommand.js +3 -9
  15. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +3 -9
  16. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +3 -9
  18. package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +3 -9
  19. package/dist-es/commands/DeleteMLConfigurationCommand.js +3 -9
  20. package/dist-es/commands/DeleteMLInputChannelDataCommand.js +3 -9
  21. package/dist-es/commands/DeleteTrainedModelOutputCommand.js +3 -9
  22. package/dist-es/commands/DeleteTrainingDatasetCommand.js +3 -9
  23. package/dist-es/commands/GetAudienceGenerationJobCommand.js +3 -10
  24. package/dist-es/commands/GetAudienceModelCommand.js +3 -9
  25. package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +3 -9
  26. package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +3 -9
  27. package/dist-es/commands/GetCollaborationTrainedModelCommand.js +3 -9
  28. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +3 -9
  29. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +3 -9
  30. package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +3 -9
  31. package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +3 -9
  32. package/dist-es/commands/GetMLConfigurationCommand.js +3 -9
  33. package/dist-es/commands/GetMLInputChannelCommand.js +3 -10
  34. package/dist-es/commands/GetTrainedModelCommand.js +3 -9
  35. package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +3 -9
  36. package/dist-es/commands/GetTrainingDatasetCommand.js +3 -9
  37. package/dist-es/commands/ListAudienceExportJobsCommand.js +3 -9
  38. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +3 -9
  39. package/dist-es/commands/ListAudienceModelsCommand.js +3 -9
  40. package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +3 -9
  41. package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +3 -9
  42. package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +3 -9
  43. package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +3 -9
  44. package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +3 -9
  45. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +3 -9
  46. package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +3 -9
  47. package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +3 -9
  48. package/dist-es/commands/ListMLInputChannelsCommand.js +3 -9
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  50. package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +3 -9
  51. package/dist-es/commands/ListTrainedModelVersionsCommand.js +3 -9
  52. package/dist-es/commands/ListTrainedModelsCommand.js +3 -9
  53. package/dist-es/commands/ListTrainingDatasetsCommand.js +3 -9
  54. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +3 -9
  55. package/dist-es/commands/PutMLConfigurationCommand.js +3 -9
  56. package/dist-es/commands/StartAudienceExportJobCommand.js +3 -9
  57. package/dist-es/commands/StartAudienceGenerationJobCommand.js +3 -10
  58. package/dist-es/commands/StartTrainedModelExportJobCommand.js +3 -9
  59. package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +3 -9
  63. package/dist-es/models/models_0.js +0 -43
  64. package/dist-es/runtimeConfig.shared.js +2 -0
  65. package/dist-es/schemas/schemas_0.js +2662 -0
  66. package/dist-types/CleanRoomsMLClient.d.ts +10 -1
  67. package/dist-types/models/models_0.d.ts +0 -36
  68. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  69. package/dist-types/runtimeConfig.d.ts +1 -0
  70. package/dist-types/runtimeConfig.native.d.ts +1 -0
  71. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  72. package/dist-types/schemas/schemas_0.d.ts +282 -0
  73. package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +4 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +0 -25
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
  80. package/package.json +5 -5
  81. package/dist-es/protocols/Aws_restJson1.js +0 -2363
  82. package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
  83. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCollaborationMLInputChannelCommand, se_GetCollaborationMLInputChannelCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetCollaborationMLInputChannel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCollaborationMLInputChannelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetCollaborationMLInputChannel", {})
17
13
  .n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCollaborationMLInputChannelCommand)
20
- .de(de_GetCollaborationMLInputChannelCommand)
14
+ .sc(GetCollaborationMLInputChannel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetCollaborationTrainedModelCommand, se_GetCollaborationTrainedModelCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetCollaborationTrainedModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCollaborationTrainedModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetCollaborationTrainedModel", {})
17
13
  .n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCollaborationTrainedModelCommand)
20
- .de(de_GetCollaborationTrainedModelCommand)
14
+ .sc(GetCollaborationTrainedModel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetConfiguredAudienceModelCommand, se_GetConfiguredAudienceModelCommand } from "../protocols/Aws_restJson1";
4
+ import { GetConfiguredAudienceModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetConfiguredAudienceModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetConfiguredAudienceModel", {})
17
13
  .n("CleanRoomsMLClient", "GetConfiguredAudienceModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetConfiguredAudienceModelCommand)
20
- .de(de_GetConfiguredAudienceModelCommand)
14
+ .sc(GetConfiguredAudienceModel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetConfiguredAudienceModelPolicyCommand, se_GetConfiguredAudienceModelPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetConfiguredAudienceModelPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetConfiguredAudienceModelPolicy", {})
17
13
  .n("CleanRoomsMLClient", "GetConfiguredAudienceModelPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetConfiguredAudienceModelPolicyCommand)
20
- .de(de_GetConfiguredAudienceModelPolicyCommand)
14
+ .sc(GetConfiguredAudienceModelPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetConfiguredModelAlgorithmAssociationCommand, se_GetConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetConfiguredModelAlgorithmAssociationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {})
17
13
  .n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetConfiguredModelAlgorithmAssociationCommand)
20
- .de(de_GetConfiguredModelAlgorithmAssociationCommand)
14
+ .sc(GetConfiguredModelAlgorithmAssociation)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetConfiguredModelAlgorithmCommand, se_GetConfiguredModelAlgorithmCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetConfiguredModelAlgorithm } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetConfiguredModelAlgorithmCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {})
17
13
  .n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetConfiguredModelAlgorithmCommand)
20
- .de(de_GetConfiguredModelAlgorithmCommand)
14
+ .sc(GetConfiguredModelAlgorithm)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetMLConfigurationCommand, se_GetMLConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMLConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMLConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetMLConfiguration", {})
17
13
  .n("CleanRoomsMLClient", "GetMLConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMLConfigurationCommand)
20
- .de(de_GetMLConfigurationCommand)
14
+ .sc(GetMLConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetMLInputChannelResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetMLInputChannelCommand, se_GetMLInputChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { GetMLInputChannel } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetMLInputChannelCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSStarkControlService", "GetMLInputChannel", {})
18
13
  .n("CleanRoomsMLClient", "GetMLInputChannelCommand")
19
- .f(void 0, GetMLInputChannelResponseFilterSensitiveLog)
20
- .ser(se_GetMLInputChannelCommand)
21
- .de(de_GetMLInputChannelCommand)
14
+ .sc(GetMLInputChannel)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTrainedModelCommand, se_GetTrainedModelCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTrainedModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrainedModelCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetTrainedModel", {})
17
13
  .n("CleanRoomsMLClient", "GetTrainedModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrainedModelCommand)
20
- .de(de_GetTrainedModelCommand)
14
+ .sc(GetTrainedModel)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTrainedModelInferenceJobCommand, se_GetTrainedModelInferenceJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetTrainedModelInferenceJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrainedModelInferenceJobCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
17
13
  .n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrainedModelInferenceJobCommand)
20
- .de(de_GetTrainedModelInferenceJobCommand)
14
+ .sc(GetTrainedModelInferenceJob)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTrainingDatasetCommand, se_GetTrainingDatasetCommand } from "../protocols/Aws_restJson1";
4
+ import { GetTrainingDataset } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTrainingDatasetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "GetTrainingDataset", {})
17
13
  .n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTrainingDatasetCommand)
20
- .de(de_GetTrainingDatasetCommand)
14
+ .sc(GetTrainingDataset)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAudienceExportJobsCommand, se_ListAudienceExportJobsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAudienceExportJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAudienceExportJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListAudienceExportJobs", {})
17
13
  .n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAudienceExportJobsCommand)
20
- .de(de_ListAudienceExportJobsCommand)
14
+ .sc(ListAudienceExportJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAudienceGenerationJobsCommand, se_ListAudienceGenerationJobsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAudienceGenerationJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAudienceGenerationJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
17
13
  .n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAudienceGenerationJobsCommand)
20
- .de(de_ListAudienceGenerationJobsCommand)
14
+ .sc(ListAudienceGenerationJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAudienceModelsCommand, se_ListAudienceModelsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAudienceModels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAudienceModelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListAudienceModels", {})
17
13
  .n("CleanRoomsMLClient", "ListAudienceModelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAudienceModelsCommand)
20
- .de(de_ListAudienceModelsCommand)
14
+ .sc(ListAudienceModels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand, se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCollaborationConfiguredModelAlgorithmAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
17
13
  .n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand)
20
- .de(de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand)
14
+ .sc(ListCollaborationConfiguredModelAlgorithmAssociations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCollaborationMLInputChannelsCommand, se_ListCollaborationMLInputChannelsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCollaborationMLInputChannels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCollaborationMLInputChannelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
17
13
  .n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCollaborationMLInputChannelsCommand)
20
- .de(de_ListCollaborationMLInputChannelsCommand)
14
+ .sc(ListCollaborationMLInputChannels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCollaborationTrainedModelExportJobsCommand, se_ListCollaborationTrainedModelExportJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCollaborationTrainedModelExportJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCollaborationTrainedModelExportJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
17
13
  .n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCollaborationTrainedModelExportJobsCommand)
20
- .de(de_ListCollaborationTrainedModelExportJobsCommand)
14
+ .sc(ListCollaborationTrainedModelExportJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCollaborationTrainedModelInferenceJobsCommand, se_ListCollaborationTrainedModelInferenceJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCollaborationTrainedModelInferenceJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCollaborationTrainedModelInferenceJobsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
17
13
  .n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCollaborationTrainedModelInferenceJobsCommand)
20
- .de(de_ListCollaborationTrainedModelInferenceJobsCommand)
14
+ .sc(ListCollaborationTrainedModelInferenceJobs)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListCollaborationTrainedModelsCommand, se_ListCollaborationTrainedModelsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListCollaborationTrainedModels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListCollaborationTrainedModelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
17
13
  .n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListCollaborationTrainedModelsCommand)
20
- .de(de_ListCollaborationTrainedModelsCommand)
14
+ .sc(ListCollaborationTrainedModels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConfiguredAudienceModelsCommand, se_ListConfiguredAudienceModelsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListConfiguredAudienceModels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConfiguredAudienceModelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListConfiguredAudienceModels", {})
17
13
  .n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConfiguredAudienceModelsCommand)
20
- .de(de_ListConfiguredAudienceModelsCommand)
14
+ .sc(ListConfiguredAudienceModels)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConfiguredModelAlgorithmAssociationsCommand, se_ListConfiguredModelAlgorithmAssociationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListConfiguredModelAlgorithmAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConfiguredModelAlgorithmAssociationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
17
13
  .n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConfiguredModelAlgorithmAssociationsCommand)
20
- .de(de_ListConfiguredModelAlgorithmAssociationsCommand)
14
+ .sc(ListConfiguredModelAlgorithmAssociations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListConfiguredModelAlgorithmsCommand, se_ListConfiguredModelAlgorithmsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListConfiguredModelAlgorithms } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListConfiguredModelAlgorithmsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
17
13
  .n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListConfiguredModelAlgorithmsCommand)
20
- .de(de_ListConfiguredModelAlgorithmsCommand)
14
+ .sc(ListConfiguredModelAlgorithms)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListMLInputChannelsCommand, se_ListMLInputChannelsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListMLInputChannels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListMLInputChannelsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSStarkControlService", "ListMLInputChannels", {})
17
13
  .n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListMLInputChannelsCommand)
20
- .de(de_ListMLInputChannelsCommand)
14
+ .sc(ListMLInputChannels)
21
15
  .build() {
22
16
  }