@aws-sdk/client-cleanroomsml 3.928.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 +2 -2
  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
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.cleanroomsml" }),
28
30
  serviceId: config?.serviceId ?? "CleanRoomsML",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class CleanRoomsMLClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_CancelTrainedModelCommand, se_CancelTrainedModelCommand } from "../protocols/Aws_restJson1";
4
+ import { CancelTrainedModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelTrainedModelCommand 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", "CancelTrainedModel", {})
17
13
  .n("CleanRoomsMLClient", "CancelTrainedModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelTrainedModelCommand)
20
- .de(de_CancelTrainedModelCommand)
14
+ .sc(CancelTrainedModel)
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_CancelTrainedModelInferenceJobCommand, se_CancelTrainedModelInferenceJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { CancelTrainedModelInferenceJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CancelTrainedModelInferenceJobCommand 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", "CancelTrainedModelInferenceJob", {})
17
13
  .n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CancelTrainedModelInferenceJobCommand)
20
- .de(de_CancelTrainedModelInferenceJobCommand)
14
+ .sc(CancelTrainedModelInferenceJob)
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_CreateAudienceModelCommand, se_CreateAudienceModelCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAudienceModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateAudienceModelCommand 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", "CreateAudienceModel", {})
17
13
  .n("CleanRoomsMLClient", "CreateAudienceModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateAudienceModelCommand)
20
- .de(de_CreateAudienceModelCommand)
14
+ .sc(CreateAudienceModel)
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_CreateConfiguredAudienceModelCommand, se_CreateConfiguredAudienceModelCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateConfiguredAudienceModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateConfiguredAudienceModelCommand 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", "CreateConfiguredAudienceModel", {})
17
13
  .n("CleanRoomsMLClient", "CreateConfiguredAudienceModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateConfiguredAudienceModelCommand)
20
- .de(de_CreateConfiguredAudienceModelCommand)
14
+ .sc(CreateConfiguredAudienceModel)
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_CreateConfiguredModelAlgorithmAssociationCommand, se_CreateConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateConfiguredModelAlgorithmAssociationCommand 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", "CreateConfiguredModelAlgorithmAssociation", {})
17
13
  .n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateConfiguredModelAlgorithmAssociationCommand)
20
- .de(de_CreateConfiguredModelAlgorithmAssociationCommand)
14
+ .sc(CreateConfiguredModelAlgorithmAssociation)
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_CreateConfiguredModelAlgorithmCommand, se_CreateConfiguredModelAlgorithmCommand, } from "../protocols/Aws_restJson1";
4
+ import { CreateConfiguredModelAlgorithm } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateConfiguredModelAlgorithmCommand 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", "CreateConfiguredModelAlgorithm", {})
17
13
  .n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateConfiguredModelAlgorithmCommand)
20
- .de(de_CreateConfiguredModelAlgorithmCommand)
14
+ .sc(CreateConfiguredModelAlgorithm)
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 { CreateMLInputChannelRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateMLInputChannelCommand, se_CreateMLInputChannelCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateMLInputChannel } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateMLInputChannelCommand 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", "CreateMLInputChannel", {})
18
13
  .n("CleanRoomsMLClient", "CreateMLInputChannelCommand")
19
- .f(CreateMLInputChannelRequestFilterSensitiveLog, void 0)
20
- .ser(se_CreateMLInputChannelCommand)
21
- .de(de_CreateMLInputChannelCommand)
14
+ .sc(CreateMLInputChannel)
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_CreateTrainedModelCommand, se_CreateTrainedModelCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateTrainedModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTrainedModelCommand 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", "CreateTrainedModel", {})
17
13
  .n("CleanRoomsMLClient", "CreateTrainedModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTrainedModelCommand)
20
- .de(de_CreateTrainedModelCommand)
14
+ .sc(CreateTrainedModel)
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_CreateTrainingDatasetCommand, se_CreateTrainingDatasetCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateTrainingDataset } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTrainingDatasetCommand 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", "CreateTrainingDataset", {})
17
13
  .n("CleanRoomsMLClient", "CreateTrainingDatasetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTrainingDatasetCommand)
20
- .de(de_CreateTrainingDatasetCommand)
14
+ .sc(CreateTrainingDataset)
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_DeleteAudienceGenerationJobCommand, se_DeleteAudienceGenerationJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteAudienceGenerationJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAudienceGenerationJobCommand 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", "DeleteAudienceGenerationJob", {})
17
13
  .n("CleanRoomsMLClient", "DeleteAudienceGenerationJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAudienceGenerationJobCommand)
20
- .de(de_DeleteAudienceGenerationJobCommand)
14
+ .sc(DeleteAudienceGenerationJob)
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_DeleteAudienceModelCommand, se_DeleteAudienceModelCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAudienceModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAudienceModelCommand 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", "DeleteAudienceModel", {})
17
13
  .n("CleanRoomsMLClient", "DeleteAudienceModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAudienceModelCommand)
20
- .de(de_DeleteAudienceModelCommand)
14
+ .sc(DeleteAudienceModel)
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_DeleteConfiguredAudienceModelCommand, se_DeleteConfiguredAudienceModelCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteConfiguredAudienceModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConfiguredAudienceModelCommand 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", "DeleteConfiguredAudienceModel", {})
17
13
  .n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConfiguredAudienceModelCommand)
20
- .de(de_DeleteConfiguredAudienceModelCommand)
14
+ .sc(DeleteConfiguredAudienceModel)
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_DeleteConfiguredAudienceModelPolicyCommand, se_DeleteConfiguredAudienceModelPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConfiguredAudienceModelPolicyCommand 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", "DeleteConfiguredAudienceModelPolicy", {})
17
13
  .n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConfiguredAudienceModelPolicyCommand)
20
- .de(de_DeleteConfiguredAudienceModelPolicyCommand)
14
+ .sc(DeleteConfiguredAudienceModelPolicy)
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_DeleteConfiguredModelAlgorithmAssociationCommand, se_DeleteConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConfiguredModelAlgorithmAssociationCommand 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", "DeleteConfiguredModelAlgorithmAssociation", {})
17
13
  .n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConfiguredModelAlgorithmAssociationCommand)
20
- .de(de_DeleteConfiguredModelAlgorithmAssociationCommand)
14
+ .sc(DeleteConfiguredModelAlgorithmAssociation)
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_DeleteConfiguredModelAlgorithmCommand, se_DeleteConfiguredModelAlgorithmCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteConfiguredModelAlgorithm } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteConfiguredModelAlgorithmCommand 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", "DeleteConfiguredModelAlgorithm", {})
17
13
  .n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteConfiguredModelAlgorithmCommand)
20
- .de(de_DeleteConfiguredModelAlgorithmCommand)
14
+ .sc(DeleteConfiguredModelAlgorithm)
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_DeleteMLConfigurationCommand, se_DeleteMLConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteMLConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMLConfigurationCommand 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", "DeleteMLConfiguration", {})
17
13
  .n("CleanRoomsMLClient", "DeleteMLConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMLConfigurationCommand)
20
- .de(de_DeleteMLConfigurationCommand)
14
+ .sc(DeleteMLConfiguration)
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_DeleteMLInputChannelDataCommand, se_DeleteMLInputChannelDataCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteMLInputChannelData } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteMLInputChannelDataCommand 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", "DeleteMLInputChannelData", {})
17
13
  .n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteMLInputChannelDataCommand)
20
- .de(de_DeleteMLInputChannelDataCommand)
14
+ .sc(DeleteMLInputChannelData)
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_DeleteTrainedModelOutputCommand, se_DeleteTrainedModelOutputCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteTrainedModelOutput } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTrainedModelOutputCommand 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", "DeleteTrainedModelOutput", {})
17
13
  .n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTrainedModelOutputCommand)
20
- .de(de_DeleteTrainedModelOutputCommand)
14
+ .sc(DeleteTrainedModelOutput)
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_DeleteTrainingDatasetCommand, se_DeleteTrainingDatasetCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteTrainingDataset } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTrainingDatasetCommand 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", "DeleteTrainingDataset", {})
17
13
  .n("CleanRoomsMLClient", "DeleteTrainingDatasetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTrainingDatasetCommand)
20
- .de(de_DeleteTrainingDatasetCommand)
14
+ .sc(DeleteTrainingDataset)
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 { GetAudienceGenerationJobResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAudienceGenerationJobCommand, se_GetAudienceGenerationJobCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAudienceGenerationJob } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAudienceGenerationJobCommand 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", "GetAudienceGenerationJob", {})
18
13
  .n("CleanRoomsMLClient", "GetAudienceGenerationJobCommand")
19
- .f(void 0, GetAudienceGenerationJobResponseFilterSensitiveLog)
20
- .ser(se_GetAudienceGenerationJobCommand)
21
- .de(de_GetAudienceGenerationJobCommand)
14
+ .sc(GetAudienceGenerationJob)
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_GetAudienceModelCommand, se_GetAudienceModelCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAudienceModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAudienceModelCommand 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", "GetAudienceModel", {})
17
13
  .n("CleanRoomsMLClient", "GetAudienceModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAudienceModelCommand)
20
- .de(de_GetAudienceModelCommand)
14
+ .sc(GetAudienceModel)
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_GetCollaborationConfiguredModelAlgorithmAssociationCommand, se_GetCollaborationConfiguredModelAlgorithmAssociationCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetCollaborationConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetCollaborationConfiguredModelAlgorithmAssociationCommand 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", "GetCollaborationConfiguredModelAlgorithmAssociation", {})
17
13
  .n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetCollaborationConfiguredModelAlgorithmAssociationCommand)
20
- .de(de_GetCollaborationConfiguredModelAlgorithmAssociationCommand)
14
+ .sc(GetCollaborationConfiguredModelAlgorithmAssociation)
21
15
  .build() {
22
16
  }