@aws-sdk/client-cleanroomsml 3.1077.0 → 3.1079.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 +183 -709
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +2 -14
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +2 -14
- package/dist-es/commands/CreateAudienceModelCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +2 -14
- package/dist-es/commands/CreateMLInputChannelCommand.js +2 -14
- package/dist-es/commands/CreateTrainedModelCommand.js +2 -14
- package/dist-es/commands/CreateTrainingDatasetCommand.js +2 -14
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +2 -14
- package/dist-es/commands/DeleteAudienceModelCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +2 -14
- package/dist-es/commands/DeleteMLConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +2 -14
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +2 -14
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +2 -14
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +2 -14
- package/dist-es/commands/GetAudienceModelCommand.js +2 -14
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +2 -14
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +2 -14
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +2 -14
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +2 -14
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +2 -14
- package/dist-es/commands/GetMLConfigurationCommand.js +2 -14
- package/dist-es/commands/GetMLInputChannelCommand.js +2 -14
- package/dist-es/commands/GetTrainedModelCommand.js +2 -14
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +2 -14
- package/dist-es/commands/GetTrainingDatasetCommand.js +2 -14
- package/dist-es/commands/ListAudienceExportJobsCommand.js +2 -14
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +2 -14
- package/dist-es/commands/ListAudienceModelsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +2 -14
- package/dist-es/commands/ListMLInputChannelsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListTrainedModelVersionsCommand.js +2 -14
- package/dist-es/commands/ListTrainedModelsCommand.js +2 -14
- package/dist-es/commands/ListTrainingDatasetsCommand.js +2 -14
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +2 -14
- package/dist-es/commands/PutMLConfigurationCommand.js +2 -14
- package/dist-es/commands/StartAudienceExportJobCommand.js +2 -14
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +2 -14
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +2 -14
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/CreateAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/CreateMLInputChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +3 -8
- package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +3 -8
- package/dist-types/commands/GetAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +3 -8
- package/dist-types/commands/GetMLConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetTrainedModelCommand.d.ts +3 -8
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/GetTrainingDatasetCommand.d.ts +3 -8
- package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListAudienceModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -8
- package/dist-types/commands/ListMLInputChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainedModelVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainedModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +3 -8
- package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutMLConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/StartAudienceExportJobCommand.d.ts +3 -8
- package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +3 -8
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTrainedModel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTrainedModelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "GetTrainedModel", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "GetTrainedModelCommand")
|
|
14
|
-
.sc(GetTrainedModel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTrainedModelCommand extends command(_ep0, _mw0, "GetTrainedModel", GetTrainedModel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTrainedModelInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTrainedModelInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
|
|
14
|
-
.sc(GetTrainedModelInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "GetTrainedModelInferenceJob", GetTrainedModelInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetTrainingDataset$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetTrainingDatasetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "GetTrainingDataset", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
|
|
14
|
-
.sc(GetTrainingDataset$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetTrainingDatasetCommand extends command(_ep0, _mw0, "GetTrainingDataset", GetTrainingDataset$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAudienceExportJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAudienceExportJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListAudienceExportJobs", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
|
|
14
|
-
.sc(ListAudienceExportJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAudienceExportJobsCommand extends command(_ep0, _mw0, "ListAudienceExportJobs", ListAudienceExportJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAudienceGenerationJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAudienceGenerationJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
|
|
14
|
-
.sc(ListAudienceGenerationJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAudienceGenerationJobsCommand extends command(_ep0, _mw0, "ListAudienceGenerationJobs", ListAudienceGenerationJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAudienceModels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAudienceModelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListAudienceModels", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListAudienceModelsCommand")
|
|
14
|
-
.sc(ListAudienceModels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAudienceModelsCommand extends command(_ep0, _mw0, "ListAudienceModels", ListAudienceModels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCollaborationConfiguredModelAlgorithmAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
|
|
14
|
-
.sc(ListCollaborationConfiguredModelAlgorithmAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListCollaborationConfiguredModelAlgorithmAssociations", ListCollaborationConfiguredModelAlgorithmAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCollaborationMLInputChannels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationMLInputChannelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
|
|
14
|
-
.sc(ListCollaborationMLInputChannels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationMLInputChannelsCommand extends command(_ep0, _mw0, "ListCollaborationMLInputChannels", ListCollaborationMLInputChannels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCollaborationTrainedModelExportJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationTrainedModelExportJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
|
|
14
|
-
.sc(ListCollaborationTrainedModelExportJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationTrainedModelExportJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelExportJobs", ListCollaborationTrainedModelExportJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCollaborationTrainedModelInferenceJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationTrainedModelInferenceJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
|
|
14
|
-
.sc(ListCollaborationTrainedModelInferenceJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModelInferenceJobs", ListCollaborationTrainedModelInferenceJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCollaborationTrainedModels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationTrainedModelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
|
|
14
|
-
.sc(ListCollaborationTrainedModels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationTrainedModelsCommand extends command(_ep0, _mw0, "ListCollaborationTrainedModels", ListCollaborationTrainedModels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListConfiguredAudienceModels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConfiguredAudienceModelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListConfiguredAudienceModels", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand")
|
|
14
|
-
.sc(ListConfiguredAudienceModels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConfiguredAudienceModelsCommand extends command(_ep0, _mw0, "ListConfiguredAudienceModels", ListConfiguredAudienceModels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListConfiguredModelAlgorithmAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConfiguredModelAlgorithmAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
|
|
14
|
-
.sc(ListConfiguredModelAlgorithmAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConfiguredModelAlgorithmAssociationsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithmAssociations", ListConfiguredModelAlgorithmAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListConfiguredModelAlgorithms$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConfiguredModelAlgorithmsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
|
|
14
|
-
.sc(ListConfiguredModelAlgorithms$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConfiguredModelAlgorithmsCommand extends command(_ep0, _mw0, "ListConfiguredModelAlgorithms", ListConfiguredModelAlgorithms$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMLInputChannels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMLInputChannelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListMLInputChannels", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
|
|
14
|
-
.sc(ListMLInputChannels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMLInputChannelsCommand extends command(_ep0, _mw0, "ListMLInputChannels", ListMLInputChannels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListTagsForResource", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTrainedModelInferenceJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTrainedModelInferenceJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
|
|
14
|
-
.sc(ListTrainedModelInferenceJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTrainedModelInferenceJobsCommand extends command(_ep0, _mw0, "ListTrainedModelInferenceJobs", ListTrainedModelInferenceJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTrainedModelVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTrainedModelVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListTrainedModelVersions", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListTrainedModelVersionsCommand")
|
|
14
|
-
.sc(ListTrainedModelVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTrainedModelVersionsCommand extends command(_ep0, _mw0, "ListTrainedModelVersions", ListTrainedModelVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTrainedModels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTrainedModelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListTrainedModels", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListTrainedModelsCommand")
|
|
14
|
-
.sc(ListTrainedModels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTrainedModelsCommand extends command(_ep0, _mw0, "ListTrainedModels", ListTrainedModels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTrainingDatasets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTrainingDatasetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "ListTrainingDatasets", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "ListTrainingDatasetsCommand")
|
|
14
|
-
.sc(ListTrainingDatasets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTrainingDatasetsCommand extends command(_ep0, _mw0, "ListTrainingDatasets", ListTrainingDatasets$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutConfiguredAudienceModelPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutConfiguredAudienceModelPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "PutConfiguredAudienceModelPolicy", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand")
|
|
14
|
-
.sc(PutConfiguredAudienceModelPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutConfiguredAudienceModelPolicyCommand extends command(_ep0, _mw0, "PutConfiguredAudienceModelPolicy", PutConfiguredAudienceModelPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutMLConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutMLConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "PutMLConfiguration", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "PutMLConfigurationCommand")
|
|
14
|
-
.sc(PutMLConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutMLConfigurationCommand extends command(_ep0, _mw0, "PutMLConfiguration", PutMLConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartAudienceExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartAudienceExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "StartAudienceExportJob", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "StartAudienceExportJobCommand")
|
|
14
|
-
.sc(StartAudienceExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartAudienceExportJobCommand extends command(_ep0, _mw0, "StartAudienceExportJob", StartAudienceExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartAudienceGenerationJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartAudienceGenerationJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "StartAudienceGenerationJob", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand")
|
|
14
|
-
.sc(StartAudienceGenerationJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartAudienceGenerationJobCommand extends command(_ep0, _mw0, "StartAudienceGenerationJob", StartAudienceGenerationJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartTrainedModelExportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartTrainedModelExportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "StartTrainedModelExportJob", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
|
|
14
|
-
.sc(StartTrainedModelExportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartTrainedModelExportJobCommand extends command(_ep0, _mw0, "StartTrainedModelExportJob", StartTrainedModelExportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartTrainedModelInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartTrainedModelInferenceJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "StartTrainedModelInferenceJob", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
|
|
14
|
-
.sc(StartTrainedModelInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartTrainedModelInferenceJobCommand extends command(_ep0, _mw0, "StartTrainedModelInferenceJob", StartTrainedModelInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "TagResource", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "UntagResource", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateConfiguredAudienceModel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateConfiguredAudienceModelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSStarkControlService", "UpdateConfiguredAudienceModel", {})
|
|
13
|
-
.n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand")
|
|
14
|
-
.sc(UpdateConfiguredAudienceModel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateConfiguredAudienceModelCommand extends command(_ep0, _mw0, "UpdateConfiguredAudienceModel", UpdateConfiguredAudienceModel$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CleanRoomsMLClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|