@aws-sdk/client-cleanroomsml 3.948.0 → 3.953.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
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.cleanroomsml",
|
|
32
|
+
version: "2023-09-06",
|
|
33
|
+
serviceTarget: "AWSStarkControlService",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "CleanRoomsML",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -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 { CancelTrainedModel } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelTrainedModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelTrainedModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelTrainedModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CancelTrainedModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CancelTrainedModelCommand")
|
|
14
|
-
.sc(CancelTrainedModel)
|
|
14
|
+
.sc(CancelTrainedModel$)
|
|
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 { CancelTrainedModelInferenceJob } from "../schemas/schemas_0";
|
|
4
|
+
import { CancelTrainedModelInferenceJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CancelTrainedModelInferenceJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CancelTrainedModelInferenceJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CancelTrainedModelInferenceJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand")
|
|
14
|
-
.sc(CancelTrainedModelInferenceJob)
|
|
14
|
+
.sc(CancelTrainedModelInferenceJob$)
|
|
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 { CreateAudienceModel } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateAudienceModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateAudienceModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateAudienceModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CreateAudienceModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CreateAudienceModelCommand")
|
|
14
|
-
.sc(CreateAudienceModel)
|
|
14
|
+
.sc(CreateAudienceModel$)
|
|
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 { CreateConfiguredAudienceModel } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateConfiguredAudienceModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateConfiguredAudienceModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateConfiguredAudienceModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CreateConfiguredAudienceModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CreateConfiguredAudienceModelCommand")
|
|
14
|
-
.sc(CreateConfiguredAudienceModel)
|
|
14
|
+
.sc(CreateConfiguredAudienceModel$)
|
|
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 { CreateConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CreateConfiguredModelAlgorithmAssociation", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand")
|
|
14
|
-
.sc(CreateConfiguredModelAlgorithmAssociation)
|
|
14
|
+
.sc(CreateConfiguredModelAlgorithmAssociation$)
|
|
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 { CreateConfiguredModelAlgorithm } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateConfiguredModelAlgorithm$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateConfiguredModelAlgorithmCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateConfiguredModelAlgorithmCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CreateConfiguredModelAlgorithm", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand")
|
|
14
|
-
.sc(CreateConfiguredModelAlgorithm)
|
|
14
|
+
.sc(CreateConfiguredModelAlgorithm$)
|
|
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 { CreateMLInputChannel } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMLInputChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMLInputChannelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMLInputChannelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CreateMLInputChannel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CreateMLInputChannelCommand")
|
|
14
|
-
.sc(CreateMLInputChannel)
|
|
14
|
+
.sc(CreateMLInputChannel$)
|
|
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 { CreateTrainedModel } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTrainedModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTrainedModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTrainedModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CreateTrainedModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CreateTrainedModelCommand")
|
|
14
|
-
.sc(CreateTrainedModel)
|
|
14
|
+
.sc(CreateTrainedModel$)
|
|
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 { CreateTrainingDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTrainingDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTrainingDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTrainingDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "CreateTrainingDataset", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "CreateTrainingDatasetCommand")
|
|
14
|
-
.sc(CreateTrainingDataset)
|
|
14
|
+
.sc(CreateTrainingDataset$)
|
|
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 { DeleteAudienceGenerationJob } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAudienceGenerationJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAudienceGenerationJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAudienceGenerationJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteAudienceGenerationJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteAudienceGenerationJobCommand")
|
|
14
|
-
.sc(DeleteAudienceGenerationJob)
|
|
14
|
+
.sc(DeleteAudienceGenerationJob$)
|
|
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 { DeleteAudienceModel } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteAudienceModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteAudienceModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteAudienceModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteAudienceModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteAudienceModelCommand")
|
|
14
|
-
.sc(DeleteAudienceModel)
|
|
14
|
+
.sc(DeleteAudienceModel$)
|
|
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 { DeleteConfiguredAudienceModel } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteConfiguredAudienceModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConfiguredAudienceModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteConfiguredAudienceModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteConfiguredAudienceModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelCommand")
|
|
14
|
-
.sc(DeleteConfiguredAudienceModel)
|
|
14
|
+
.sc(DeleteConfiguredAudienceModel$)
|
|
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 { DeleteConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteConfiguredAudienceModelPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConfiguredAudienceModelPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteConfiguredAudienceModelPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteConfiguredAudienceModelPolicy", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelPolicyCommand")
|
|
14
|
-
.sc(DeleteConfiguredAudienceModelPolicy)
|
|
14
|
+
.sc(DeleteConfiguredAudienceModelPolicy$)
|
|
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 { DeleteConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteConfiguredModelAlgorithmAssociation", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand")
|
|
14
|
-
.sc(DeleteConfiguredModelAlgorithmAssociation)
|
|
14
|
+
.sc(DeleteConfiguredModelAlgorithmAssociation$)
|
|
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 { DeleteConfiguredModelAlgorithm } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteConfiguredModelAlgorithm$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteConfiguredModelAlgorithmCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteConfiguredModelAlgorithmCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteConfiguredModelAlgorithm", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand")
|
|
14
|
-
.sc(DeleteConfiguredModelAlgorithm)
|
|
14
|
+
.sc(DeleteConfiguredModelAlgorithm$)
|
|
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 { DeleteMLConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMLConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMLConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMLConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteMLConfiguration", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteMLConfigurationCommand")
|
|
14
|
-
.sc(DeleteMLConfiguration)
|
|
14
|
+
.sc(DeleteMLConfiguration$)
|
|
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 { DeleteMLInputChannelData } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteMLInputChannelData$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteMLInputChannelDataCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteMLInputChannelDataCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteMLInputChannelData", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand")
|
|
14
|
-
.sc(DeleteMLInputChannelData)
|
|
14
|
+
.sc(DeleteMLInputChannelData$)
|
|
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 { DeleteTrainedModelOutput } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTrainedModelOutput$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTrainedModelOutputCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTrainedModelOutputCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteTrainedModelOutput", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand")
|
|
14
|
-
.sc(DeleteTrainedModelOutput)
|
|
14
|
+
.sc(DeleteTrainedModelOutput$)
|
|
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 { DeleteTrainingDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTrainingDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTrainingDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTrainingDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "DeleteTrainingDataset", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "DeleteTrainingDatasetCommand")
|
|
14
|
-
.sc(DeleteTrainingDataset)
|
|
14
|
+
.sc(DeleteTrainingDataset$)
|
|
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 { GetAudienceGenerationJob } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAudienceGenerationJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAudienceGenerationJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAudienceGenerationJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetAudienceGenerationJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetAudienceGenerationJobCommand")
|
|
14
|
-
.sc(GetAudienceGenerationJob)
|
|
14
|
+
.sc(GetAudienceGenerationJob$)
|
|
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 { GetAudienceModel } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAudienceModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAudienceModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAudienceModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetAudienceModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetAudienceModelCommand")
|
|
14
|
-
.sc(GetAudienceModel)
|
|
14
|
+
.sc(GetAudienceModel$)
|
|
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 { GetCollaborationConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCollaborationConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand")
|
|
14
|
-
.sc(GetCollaborationConfiguredModelAlgorithmAssociation)
|
|
14
|
+
.sc(GetCollaborationConfiguredModelAlgorithmAssociation$)
|
|
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 { GetCollaborationMLInputChannel } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCollaborationMLInputChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCollaborationMLInputChannelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCollaborationMLInputChannelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetCollaborationMLInputChannel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand")
|
|
14
|
-
.sc(GetCollaborationMLInputChannel)
|
|
14
|
+
.sc(GetCollaborationMLInputChannel$)
|
|
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 { GetCollaborationTrainedModel } from "../schemas/schemas_0";
|
|
4
|
+
import { GetCollaborationTrainedModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetCollaborationTrainedModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetCollaborationTrainedModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetCollaborationTrainedModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand")
|
|
14
|
-
.sc(GetCollaborationTrainedModel)
|
|
14
|
+
.sc(GetCollaborationTrainedModel$)
|
|
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 { GetConfiguredAudienceModel } from "../schemas/schemas_0";
|
|
4
|
+
import { GetConfiguredAudienceModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetConfiguredAudienceModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetConfiguredAudienceModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetConfiguredAudienceModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetConfiguredAudienceModelCommand")
|
|
14
|
-
.sc(GetConfiguredAudienceModel)
|
|
14
|
+
.sc(GetConfiguredAudienceModel$)
|
|
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 { GetConfiguredAudienceModelPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { GetConfiguredAudienceModelPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetConfiguredAudienceModelPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetConfiguredAudienceModelPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetConfiguredAudienceModelPolicy", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetConfiguredAudienceModelPolicyCommand")
|
|
14
|
-
.sc(GetConfiguredAudienceModelPolicy)
|
|
14
|
+
.sc(GetConfiguredAudienceModelPolicy$)
|
|
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 { GetConfiguredModelAlgorithmAssociation } from "../schemas/schemas_0";
|
|
4
|
+
import { GetConfiguredModelAlgorithmAssociation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetConfiguredModelAlgorithmAssociationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand")
|
|
14
|
-
.sc(GetConfiguredModelAlgorithmAssociation)
|
|
14
|
+
.sc(GetConfiguredModelAlgorithmAssociation$)
|
|
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 { GetConfiguredModelAlgorithm } from "../schemas/schemas_0";
|
|
4
|
+
import { GetConfiguredModelAlgorithm$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetConfiguredModelAlgorithmCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetConfiguredModelAlgorithmCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand")
|
|
14
|
-
.sc(GetConfiguredModelAlgorithm)
|
|
14
|
+
.sc(GetConfiguredModelAlgorithm$)
|
|
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 { GetMLConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMLConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMLConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMLConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetMLConfiguration", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetMLConfigurationCommand")
|
|
14
|
-
.sc(GetMLConfiguration)
|
|
14
|
+
.sc(GetMLConfiguration$)
|
|
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 { GetMLInputChannel } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMLInputChannel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMLInputChannelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMLInputChannelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetMLInputChannel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetMLInputChannelCommand")
|
|
14
|
-
.sc(GetMLInputChannel)
|
|
14
|
+
.sc(GetMLInputChannel$)
|
|
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 { GetTrainedModel } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrainedModel$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrainedModelCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrainedModelCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetTrainedModel", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetTrainedModelCommand")
|
|
14
|
-
.sc(GetTrainedModel)
|
|
14
|
+
.sc(GetTrainedModel$)
|
|
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 { GetTrainedModelInferenceJob } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrainedModelInferenceJob$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrainedModelInferenceJobCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrainedModelInferenceJobCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
|
|
14
|
-
.sc(GetTrainedModelInferenceJob)
|
|
14
|
+
.sc(GetTrainedModelInferenceJob$)
|
|
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 { GetTrainingDataset } from "../schemas/schemas_0";
|
|
4
|
+
import { GetTrainingDataset$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetTrainingDatasetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetTrainingDatasetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "GetTrainingDataset", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
|
|
14
|
-
.sc(GetTrainingDataset)
|
|
14
|
+
.sc(GetTrainingDataset$)
|
|
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 { ListAudienceExportJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAudienceExportJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAudienceExportJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAudienceExportJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListAudienceExportJobs", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
|
|
14
|
-
.sc(ListAudienceExportJobs)
|
|
14
|
+
.sc(ListAudienceExportJobs$)
|
|
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 { ListAudienceGenerationJobs } from "../schemas/schemas_0";
|
|
4
|
+
import { ListAudienceGenerationJobs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListAudienceGenerationJobsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListAudienceGenerationJobsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
|
|
13
13
|
.n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
|
|
14
|
-
.sc(ListAudienceGenerationJobs)
|
|
14
|
+
.sc(ListAudienceGenerationJobs$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|