@aws-sdk/client-cleanroomsml 3.952.0 → 3.954.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 +788 -548
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CancelTrainedModelCommand.js +2 -2
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +2 -2
- package/dist-es/commands/CreateAudienceModelCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +2 -2
- package/dist-es/commands/CreateMLInputChannelCommand.js +2 -2
- package/dist-es/commands/CreateTrainedModelCommand.js +2 -2
- package/dist-es/commands/CreateTrainingDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +2 -2
- package/dist-es/commands/DeleteAudienceModelCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +2 -2
- package/dist-es/commands/DeleteMLConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +2 -2
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +2 -2
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +2 -2
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +2 -2
- package/dist-es/commands/GetAudienceModelCommand.js +2 -2
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +2 -2
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +2 -2
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +2 -2
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +2 -2
- package/dist-es/commands/GetMLConfigurationCommand.js +2 -2
- package/dist-es/commands/GetMLInputChannelCommand.js +2 -2
- package/dist-es/commands/GetTrainedModelCommand.js +2 -2
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +2 -2
- package/dist-es/commands/GetTrainingDatasetCommand.js +2 -2
- package/dist-es/commands/ListAudienceExportJobsCommand.js +2 -2
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +2 -2
- package/dist-es/commands/ListAudienceModelsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +2 -2
- package/dist-es/commands/ListMLInputChannelsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +2 -2
- package/dist-es/commands/ListTrainedModelVersionsCommand.js +2 -2
- package/dist-es/commands/ListTrainedModelsCommand.js +2 -2
- package/dist-es/commands/ListTrainingDatasetsCommand.js +2 -2
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +2 -2
- package/dist-es/commands/PutMLConfigurationCommand.js +2 -2
- package/dist-es/commands/StartAudienceExportJobCommand.js +2 -2
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +2 -2
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +2 -2
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +488 -492
- package/dist-types/CleanRoomsMLClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +245 -291
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +244 -291
- package/package.json +34 -34
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListAudienceModels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAudienceModels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAudienceModelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAudienceModelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListAudienceModels", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListAudienceModelsCommand")
|
|
14
|
-
.sc(ListAudienceModels)
|
|
14
|
+
.sc(ListAudienceModels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCollaborationConfiguredModelAlgorithmAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCollaborationConfiguredModelAlgorithmAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extend
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
|
|
14
|
-
.sc(ListCollaborationConfiguredModelAlgorithmAssociations)
|
|
14
|
+
.sc(ListCollaborationConfiguredModelAlgorithmAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCollaborationMLInputChannels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCollaborationMLInputChannels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCollaborationMLInputChannelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCollaborationMLInputChannelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
|
|
14
|
-
.sc(ListCollaborationMLInputChannels)
|
|
14
|
+
.sc(ListCollaborationMLInputChannels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCollaborationTrainedModelExportJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCollaborationTrainedModelExportJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCollaborationTrainedModelExportJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCollaborationTrainedModelExportJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
|
|
14
|
-
.sc(ListCollaborationTrainedModelExportJobs)
|
|
14
|
+
.sc(ListCollaborationTrainedModelExportJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCollaborationTrainedModelInferenceJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCollaborationTrainedModelInferenceJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCollaborationTrainedModelInferenceJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCollaborationTrainedModelInferenceJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
|
|
14
|
-
.sc(ListCollaborationTrainedModelInferenceJobs)
|
|
14
|
+
.sc(ListCollaborationTrainedModelInferenceJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListCollaborationTrainedModels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListCollaborationTrainedModels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListCollaborationTrainedModelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListCollaborationTrainedModelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
|
|
14
|
-
.sc(ListCollaborationTrainedModels)
|
|
14
|
+
.sc(ListCollaborationTrainedModels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListConfiguredAudienceModels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListConfiguredAudienceModels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListConfiguredAudienceModelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListConfiguredAudienceModelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListConfiguredAudienceModels", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand")
|
|
14
|
-
.sc(ListConfiguredAudienceModels)
|
|
14
|
+
.sc(ListConfiguredAudienceModels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListConfiguredModelAlgorithmAssociations } from "../schemas/schemas_0";
|
|
4
|
+
import { ListConfiguredModelAlgorithmAssociations$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListConfiguredModelAlgorithmAssociationsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListConfiguredModelAlgorithmAssociationsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
|
|
14
|
-
.sc(ListConfiguredModelAlgorithmAssociations)
|
|
14
|
+
.sc(ListConfiguredModelAlgorithmAssociations$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListConfiguredModelAlgorithms } from "../schemas/schemas_0";
|
|
4
|
+
import { ListConfiguredModelAlgorithms$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListConfiguredModelAlgorithmsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListConfiguredModelAlgorithmsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
|
|
14
|
-
.sc(ListConfiguredModelAlgorithms)
|
|
14
|
+
.sc(ListConfiguredModelAlgorithms$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListMLInputChannels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListMLInputChannels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListMLInputChannelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListMLInputChannelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListMLInputChannels", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
|
|
14
|
-
.sc(ListMLInputChannels)
|
|
14
|
+
.sc(ListMLInputChannels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTagsForResource } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTagsForResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTagsForResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListTagsForResource", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource)
|
|
14
|
+
.sc(ListTagsForResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTrainedModelInferenceJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTrainedModelInferenceJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTrainedModelInferenceJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTrainedModelInferenceJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
|
|
14
|
-
.sc(ListTrainedModelInferenceJobs)
|
|
14
|
+
.sc(ListTrainedModelInferenceJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTrainedModelVersions } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTrainedModelVersions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTrainedModelVersionsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTrainedModelVersionsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListTrainedModelVersions", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListTrainedModelVersionsCommand")
|
|
14
|
-
.sc(ListTrainedModelVersions)
|
|
14
|
+
.sc(ListTrainedModelVersions$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTrainedModels } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTrainedModels$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTrainedModelsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTrainedModelsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListTrainedModels", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListTrainedModelsCommand")
|
|
14
|
-
.sc(ListTrainedModels)
|
|
14
|
+
.sc(ListTrainedModels$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListTrainingDatasets } from "../schemas/schemas_0";
|
|
4
|
+
import { ListTrainingDatasets$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListTrainingDatasetsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListTrainingDatasetsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListTrainingDatasets", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListTrainingDatasetsCommand")
|
|
14
|
-
.sc(ListTrainingDatasets)
|
|
14
|
+
.sc(ListTrainingDatasets$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutConfiguredAudienceModelPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutConfiguredAudienceModelPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutConfiguredAudienceModelPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "PutConfiguredAudienceModelPolicy", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand")
|
|
14
|
-
.sc(PutConfiguredAudienceModelPolicy)
|
|
14
|
+
.sc(PutConfiguredAudienceModelPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutMLConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutMLConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutMLConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutMLConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "PutMLConfiguration", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "PutMLConfigurationCommand")
|
|
14
|
-
.sc(PutMLConfiguration)
|
|
14
|
+
.sc(PutMLConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartAudienceExportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartAudienceExportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartAudienceExportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartAudienceExportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "StartAudienceExportJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "StartAudienceExportJobCommand")
|
|
14
|
-
.sc(StartAudienceExportJob)
|
|
14
|
+
.sc(StartAudienceExportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartAudienceGenerationJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartAudienceGenerationJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartAudienceGenerationJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartAudienceGenerationJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "StartAudienceGenerationJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand")
|
|
14
|
-
.sc(StartAudienceGenerationJob)
|
|
14
|
+
.sc(StartAudienceGenerationJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartTrainedModelExportJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartTrainedModelExportJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartTrainedModelExportJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartTrainedModelExportJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "StartTrainedModelExportJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
|
|
14
|
-
.sc(StartTrainedModelExportJob)
|
|
14
|
+
.sc(StartTrainedModelExportJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartTrainedModelInferenceJob } from "../schemas/schemas_0";
|
|
4
|
+
import { StartTrainedModelInferenceJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartTrainedModelInferenceJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartTrainedModelInferenceJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "StartTrainedModelInferenceJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
|
|
14
|
-
.sc(StartTrainedModelInferenceJob)
|
|
14
|
+
.sc(StartTrainedModelInferenceJob$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "TagResource", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource)
|
|
14
|
+
.sc(TagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UntagResource } from "../schemas/schemas_0";
|
|
4
|
+
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UntagResourceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UntagResourceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "UntagResource", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource)
|
|
14
|
+
.sc(UntagResource$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateConfiguredAudienceModel } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateConfiguredAudienceModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateConfiguredAudienceModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateConfiguredAudienceModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "UpdateConfiguredAudienceModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand")
|
|
14
|
-
.sc(UpdateConfiguredAudienceModel)
|
|
14
|
+
.sc(UpdateConfiguredAudienceModel$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.cleanroomsml",
|
|
29
|
+
version: "2023-09-06",
|
|
30
|
+
serviceTarget: "AWSStarkControlService",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "CleanRoomsML",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|