@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 { 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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
19
|
-
.ser(se_ListMLInputChannelsCommand)
|
|
20
|
-
.de(de_ListMLInputChannelsCommand)
|
|
14
|
+
.sc(ListMLInputChannels)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|