@aws-sdk/client-cleanroomsml 3.928.0 → 3.930.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.
- package/dist-cjs/index.js +2777 -2861
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CleanRoomsMLClient.js +2 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +3 -9
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +3 -9
- package/dist-es/commands/CreateAudienceModelCommand.js +3 -9
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +3 -9
- package/dist-es/commands/CreateMLInputChannelCommand.js +3 -10
- package/dist-es/commands/CreateTrainedModelCommand.js +3 -9
- package/dist-es/commands/CreateTrainingDatasetCommand.js +3 -9
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +3 -9
- package/dist-es/commands/DeleteAudienceModelCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +3 -9
- package/dist-es/commands/DeleteMLConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +3 -9
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +3 -9
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +3 -9
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +3 -10
- package/dist-es/commands/GetAudienceModelCommand.js +3 -9
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +3 -9
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +3 -9
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +3 -9
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +3 -9
- package/dist-es/commands/GetMLConfigurationCommand.js +3 -9
- package/dist-es/commands/GetMLInputChannelCommand.js +3 -10
- package/dist-es/commands/GetTrainedModelCommand.js +3 -9
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +3 -9
- package/dist-es/commands/GetTrainingDatasetCommand.js +3 -9
- package/dist-es/commands/ListAudienceExportJobsCommand.js +3 -9
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +3 -9
- package/dist-es/commands/ListAudienceModelsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +3 -9
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +3 -9
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +3 -9
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +3 -9
- package/dist-es/commands/ListMLInputChannelsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +3 -9
- package/dist-es/commands/ListTrainedModelVersionsCommand.js +3 -9
- package/dist-es/commands/ListTrainedModelsCommand.js +3 -9
- package/dist-es/commands/ListTrainingDatasetsCommand.js +3 -9
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +3 -9
- package/dist-es/commands/PutMLConfigurationCommand.js +3 -9
- package/dist-es/commands/StartAudienceExportJobCommand.js +3 -9
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +3 -10
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +3 -9
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -67
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2662 -0
- package/dist-types/CleanRoomsMLClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +12 -39
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +282 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -28
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -2363
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
- 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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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",
|
|
@@ -88,14 +87,6 @@ export const WorkerComputeType = {
|
|
|
88
87
|
CR1X: "CR.1X",
|
|
89
88
|
CR4X: "CR.4X",
|
|
90
89
|
};
|
|
91
|
-
export var ComputeConfiguration;
|
|
92
|
-
(function (ComputeConfiguration) {
|
|
93
|
-
ComputeConfiguration.visit = (value, visitor) => {
|
|
94
|
-
if (value.worker !== undefined)
|
|
95
|
-
return visitor.worker(value.worker);
|
|
96
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
97
|
-
};
|
|
98
|
-
})(ComputeConfiguration || (ComputeConfiguration = {}));
|
|
99
90
|
export const AudienceGenerationJobStatus = {
|
|
100
91
|
ACTIVE: "ACTIVE",
|
|
101
92
|
CREATE_FAILED: "CREATE_FAILED",
|
|
@@ -220,22 +211,6 @@ export const ResultFormat = {
|
|
|
220
211
|
CSV: "CSV",
|
|
221
212
|
PARQUET: "PARQUET",
|
|
222
213
|
};
|
|
223
|
-
export var InputChannelDataSource;
|
|
224
|
-
(function (InputChannelDataSource) {
|
|
225
|
-
InputChannelDataSource.visit = (value, visitor) => {
|
|
226
|
-
if (value.protectedQueryInputParameters !== undefined)
|
|
227
|
-
return visitor.protectedQueryInputParameters(value.protectedQueryInputParameters);
|
|
228
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
229
|
-
};
|
|
230
|
-
})(InputChannelDataSource || (InputChannelDataSource = {}));
|
|
231
|
-
export var PrivacyBudgets;
|
|
232
|
-
(function (PrivacyBudgets) {
|
|
233
|
-
PrivacyBudgets.visit = (value, visitor) => {
|
|
234
|
-
if (value.accessBudgets !== undefined)
|
|
235
|
-
return visitor.accessBudgets(value.accessBudgets);
|
|
236
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
237
|
-
};
|
|
238
|
-
})(PrivacyBudgets || (PrivacyBudgets = {}));
|
|
239
214
|
export const S3DataDistributionType = {
|
|
240
215
|
FULLY_REPLICATED: "FullyReplicated",
|
|
241
216
|
SHARDED_BY_S3_KEY: "ShardedByS3Key",
|
|
@@ -501,45 +476,3 @@ export const DatasetType = {
|
|
|
501
476
|
export const TrainingDatasetStatus = {
|
|
502
477
|
ACTIVE: "ACTIVE",
|
|
503
478
|
};
|
|
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,
|