@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.
- package/dist-cjs/index.js +2777 -2837
- 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 -43
- 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 +0 -36
- 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 -25
- 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 +2 -2
- 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
|
@@ -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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
19
|
-
.ser(se_GetCollaborationConfiguredModelAlgorithmAssociationCommand)
|
|
20
|
-
.de(de_GetCollaborationConfiguredModelAlgorithmAssociationCommand)
|
|
14
|
+
.sc(GetCollaborationConfiguredModelAlgorithmAssociation)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|