@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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("CleanRoomsMLClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListTrainedModelInferenceJobsCommand, se_ListTrainedModelInferenceJobsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListTrainedModelInferenceJobs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrainedModelInferenceJobsCommand 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", "ListTrainedModelInferenceJobs", {})
17
13
  .n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrainedModelInferenceJobsCommand)
20
- .de(de_ListTrainedModelInferenceJobsCommand)
14
+ .sc(ListTrainedModelInferenceJobs)
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_ListTrainedModelVersionsCommand, se_ListTrainedModelVersionsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTrainedModelVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrainedModelVersionsCommand 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", "ListTrainedModelVersions", {})
17
13
  .n("CleanRoomsMLClient", "ListTrainedModelVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrainedModelVersionsCommand)
20
- .de(de_ListTrainedModelVersionsCommand)
14
+ .sc(ListTrainedModelVersions)
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_ListTrainedModelsCommand, se_ListTrainedModelsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTrainedModels } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrainedModelsCommand 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", "ListTrainedModels", {})
17
13
  .n("CleanRoomsMLClient", "ListTrainedModelsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrainedModelsCommand)
20
- .de(de_ListTrainedModelsCommand)
14
+ .sc(ListTrainedModels)
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_ListTrainingDatasetsCommand, se_ListTrainingDatasetsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListTrainingDatasets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTrainingDatasetsCommand 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", "ListTrainingDatasets", {})
17
13
  .n("CleanRoomsMLClient", "ListTrainingDatasetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTrainingDatasetsCommand)
20
- .de(de_ListTrainingDatasetsCommand)
14
+ .sc(ListTrainingDatasets)
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_PutConfiguredAudienceModelPolicyCommand, se_PutConfiguredAudienceModelPolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { PutConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutConfiguredAudienceModelPolicyCommand 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", "PutConfiguredAudienceModelPolicy", {})
17
13
  .n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutConfiguredAudienceModelPolicyCommand)
20
- .de(de_PutConfiguredAudienceModelPolicyCommand)
14
+ .sc(PutConfiguredAudienceModelPolicy)
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_PutMLConfigurationCommand, se_PutMLConfigurationCommand } from "../protocols/Aws_restJson1";
4
+ import { PutMLConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutMLConfigurationCommand 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", "PutMLConfiguration", {})
17
13
  .n("CleanRoomsMLClient", "PutMLConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutMLConfigurationCommand)
20
- .de(de_PutMLConfigurationCommand)
14
+ .sc(PutMLConfiguration)
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_StartAudienceExportJobCommand, se_StartAudienceExportJobCommand } from "../protocols/Aws_restJson1";
4
+ import { StartAudienceExportJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartAudienceExportJobCommand 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", "StartAudienceExportJob", {})
17
13
  .n("CleanRoomsMLClient", "StartAudienceExportJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartAudienceExportJobCommand)
20
- .de(de_StartAudienceExportJobCommand)
14
+ .sc(StartAudienceExportJob)
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 { StartAudienceGenerationJobRequestFilterSensitiveLog, } from "../models/models_0";
6
- import { de_StartAudienceGenerationJobCommand, se_StartAudienceGenerationJobCommand } from "../protocols/Aws_restJson1";
4
+ import { StartAudienceGenerationJob } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class StartAudienceGenerationJobCommand 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", "StartAudienceGenerationJob", {})
18
13
  .n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand")
19
- .f(StartAudienceGenerationJobRequestFilterSensitiveLog, void 0)
20
- .ser(se_StartAudienceGenerationJobCommand)
21
- .de(de_StartAudienceGenerationJobCommand)
14
+ .sc(StartAudienceGenerationJob)
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_StartTrainedModelExportJobCommand, se_StartTrainedModelExportJobCommand } from "../protocols/Aws_restJson1";
4
+ import { StartTrainedModelExportJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartTrainedModelExportJobCommand 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", "StartTrainedModelExportJob", {})
17
13
  .n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartTrainedModelExportJobCommand)
20
- .de(de_StartTrainedModelExportJobCommand)
14
+ .sc(StartTrainedModelExportJob)
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_StartTrainedModelInferenceJobCommand, se_StartTrainedModelInferenceJobCommand, } from "../protocols/Aws_restJson1";
4
+ import { StartTrainedModelInferenceJob } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartTrainedModelInferenceJobCommand 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", "StartTrainedModelInferenceJob", {})
17
13
  .n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartTrainedModelInferenceJobCommand)
20
- .de(de_StartTrainedModelInferenceJobCommand)
14
+ .sc(StartTrainedModelInferenceJob)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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", "TagResource", {})
17
13
  .n("CleanRoomsMLClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand 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", "UntagResource", {})
17
13
  .n("CleanRoomsMLClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
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_UpdateConfiguredAudienceModelCommand, se_UpdateConfiguredAudienceModelCommand, } from "../protocols/Aws_restJson1";
4
+ import { UpdateConfiguredAudienceModel } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateConfiguredAudienceModelCommand 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", "UpdateConfiguredAudienceModel", {})
17
13
  .n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateConfiguredAudienceModelCommand)
20
- .de(de_UpdateConfiguredAudienceModelCommand)
14
+ .sc(UpdateConfiguredAudienceModel)
21
15
  .build() {
22
16
  }
@@ -1,4 +1,3 @@
1
- import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
1
  import { CleanRoomsMLServiceException as __BaseException } from "./CleanRoomsMLServiceException";
3
2
  export const AutoRefreshMode = {
4
3
  DISABLED: "DISABLED",
@@ -501,45 +500,3 @@ export const DatasetType = {
501
500
  export const TrainingDatasetStatus = {
502
501
  ACTIVE: "ACTIVE",
503
502
  };
504
- export const ProtectedQuerySQLParametersFilterSensitiveLog = (obj) => ({
505
- ...obj,
506
- });
507
- export const AudienceGenerationJobDataSourceFilterSensitiveLog = (obj) => ({
508
- ...obj,
509
- ...(obj.sqlParameters && { sqlParameters: SENSITIVE_STRING }),
510
- ...(obj.sqlComputeConfiguration && { sqlComputeConfiguration: obj.sqlComputeConfiguration }),
511
- });
512
- export const GetAudienceGenerationJobResponseFilterSensitiveLog = (obj) => ({
513
- ...obj,
514
- ...(obj.seedAudience && { seedAudience: AudienceGenerationJobDataSourceFilterSensitiveLog(obj.seedAudience) }),
515
- });
516
- export const StartAudienceGenerationJobRequestFilterSensitiveLog = (obj) => ({
517
- ...obj,
518
- ...(obj.seedAudience && { seedAudience: AudienceGenerationJobDataSourceFilterSensitiveLog(obj.seedAudience) }),
519
- });
520
- export const ProtectedQueryInputParametersFilterSensitiveLog = (obj) => ({
521
- ...obj,
522
- ...(obj.sqlParameters && { sqlParameters: SENSITIVE_STRING }),
523
- ...(obj.computeConfiguration && { computeConfiguration: obj.computeConfiguration }),
524
- });
525
- export const InputChannelDataSourceFilterSensitiveLog = (obj) => {
526
- if (obj.protectedQueryInputParameters !== undefined)
527
- return {
528
- protectedQueryInputParameters: ProtectedQueryInputParametersFilterSensitiveLog(obj.protectedQueryInputParameters),
529
- };
530
- if (obj.$unknown !== undefined)
531
- return { [obj.$unknown[0]]: "UNKNOWN" };
532
- };
533
- export const InputChannelFilterSensitiveLog = (obj) => ({
534
- ...obj,
535
- ...(obj.dataSource && { dataSource: InputChannelDataSourceFilterSensitiveLog(obj.dataSource) }),
536
- });
537
- export const CreateMLInputChannelRequestFilterSensitiveLog = (obj) => ({
538
- ...obj,
539
- ...(obj.inputChannel && { inputChannel: InputChannelFilterSensitiveLog(obj.inputChannel) }),
540
- });
541
- export const GetMLInputChannelResponseFilterSensitiveLog = (obj) => ({
542
- ...obj,
543
- ...(obj.privacyBudgets && { privacyBudgets: obj.privacyBudgets }),
544
- ...(obj.inputChannel && { inputChannel: InputChannelFilterSensitiveLog(obj.inputChannel) }),
545
- });
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
3
  import { NoOpLogger } from "@smithy/smithy-client";
3
4
  import { parseUrl } from "@smithy/url-parser";
4
5
  import { fromBase64, toBase64 } from "@smithy/util-base64";
@@ -22,6 +23,7 @@ export const getRuntimeConfig = (config) => {
22
23
  },
23
24
  ],
24
25
  logger: config?.logger ?? new NoOpLogger(),
26
+ protocol: config?.protocol ?? new AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.cleanroomsml" }),
25
27
  serviceId: config?.serviceId ?? "CleanRoomsML",
26
28
  urlParser: config?.urlParser ?? parseUrl,
27
29
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,