@aws-sdk/client-cleanroomsml 3.1086.0 → 3.1088.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 +1 -1
- package/dist-types/ts3.4/CleanRoomsML.d.ts +197 -250
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +7 -20
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +12 -36
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +39 -39
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteMLInputChannelDataRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteMLInputChannelDataCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteMLInputChannelDataCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteMLInputChannelDataCommandInput extends DeleteMLInputChannelDataRequest {}
|
|
5
|
+
export interface DeleteMLInputChannelDataCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteMLInputChannelDataCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteMLInputChannelDataCommandInput
|
|
8
|
+
input: DeleteMLInputChannelDataCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteMLInputChannelDataCommandInput,
|
|
13
11
|
DeleteMLInputChannelDataCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteMLInputChannelDataCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteMLInputChannelDataCommandInput
|
|
17
|
+
input: DeleteMLInputChannelDataCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteMLInputChannelDataCommandInput,
|
|
22
20
|
DeleteMLInputChannelDataCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteTrainedModelOutputRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteTrainedModelOutputCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteTrainedModelOutputCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteTrainedModelOutputCommandInput extends DeleteTrainedModelOutputRequest {}
|
|
5
|
+
export interface DeleteTrainedModelOutputCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteTrainedModelOutputCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteTrainedModelOutputCommandInput
|
|
8
|
+
input: DeleteTrainedModelOutputCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteTrainedModelOutputCommandInput,
|
|
13
11
|
DeleteTrainedModelOutputCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteTrainedModelOutputCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteTrainedModelOutputCommandInput
|
|
17
|
+
input: DeleteTrainedModelOutputCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteTrainedModelOutputCommandInput,
|
|
22
20
|
DeleteTrainedModelOutputCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteTrainingDatasetRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteTrainingDatasetCommandInput
|
|
5
|
-
extends DeleteTrainingDatasetRequest {}
|
|
4
|
+
export interface DeleteTrainingDatasetCommandInput extends DeleteTrainingDatasetRequest {}
|
|
6
5
|
export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteTrainingDatasetCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteTrainingDatasetCommandInput
|
|
8
|
+
input: DeleteTrainingDatasetCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteTrainingDatasetCommandInput,
|
|
12
11
|
DeleteTrainingDatasetCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteTrainingDatasetCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteTrainingDatasetCommandInput
|
|
17
|
+
input: DeleteTrainingDatasetCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteTrainingDatasetCommandInput,
|
|
21
20
|
DeleteTrainingDatasetCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetAudienceGenerationJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAudienceGenerationJobCommandInput
|
|
8
|
-
extends GetAudienceGenerationJobRequest {}
|
|
7
|
+
export interface GetAudienceGenerationJobCommandInput extends GetAudienceGenerationJobRequest {}
|
|
9
8
|
export interface GetAudienceGenerationJobCommandOutput
|
|
10
|
-
extends GetAudienceGenerationJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetAudienceGenerationJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetAudienceGenerationJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetAudienceGenerationJobCommandInput
|
|
12
|
+
input: GetAudienceGenerationJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetAudienceGenerationJobCommandInput,
|
|
17
15
|
GetAudienceGenerationJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetAudienceGenerationJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetAudienceGenerationJobCommandInput
|
|
21
|
+
input: GetAudienceGenerationJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetAudienceGenerationJobCommandInput,
|
|
26
24
|
GetAudienceGenerationJobCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAudienceModelRequest,
|
|
4
|
-
GetAudienceModelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAudienceModelRequest, GetAudienceModelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetAudienceModelCommandInput extends GetAudienceModelRequest {}
|
|
8
|
-
export interface GetAudienceModelCommandOutput
|
|
9
|
-
extends GetAudienceModelResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetAudienceModelCommandOutput extends GetAudienceModelResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetAudienceModelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetAudienceModelCommandInput
|
|
8
|
+
input: GetAudienceModelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetAudienceModelCommandInput,
|
|
16
11
|
GetAudienceModelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetAudienceModelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetAudienceModelCommandInput
|
|
17
|
+
input: GetAudienceModelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetAudienceModelCommandInput,
|
|
25
20
|
GetAudienceModelCommandOutput,
|
package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCollaborationConfiguredModelAlgorithmAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCollaborationConfiguredModelAlgorithmAssociationCommandInput
|
|
8
|
-
extends GetCollaborationConfiguredModelAlgorithmAssociationRequest {}
|
|
7
|
+
export interface GetCollaborationConfiguredModelAlgorithmAssociationCommandInput extends GetCollaborationConfiguredModelAlgorithmAssociationRequest {}
|
|
9
8
|
export interface GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput
|
|
10
|
-
extends GetCollaborationConfiguredModelAlgorithmAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCollaborationConfiguredModelAlgorithmAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCollaborationConfiguredModelAlgorithmAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput
|
|
12
|
+
input: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
17
15
|
GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCollaborationConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput
|
|
21
|
+
input: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
26
24
|
GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCollaborationMLInputChannelResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCollaborationMLInputChannelCommandInput
|
|
8
|
-
extends GetCollaborationMLInputChannelRequest {}
|
|
7
|
+
export interface GetCollaborationMLInputChannelCommandInput extends GetCollaborationMLInputChannelRequest {}
|
|
9
8
|
export interface GetCollaborationMLInputChannelCommandOutput
|
|
10
|
-
extends GetCollaborationMLInputChannelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCollaborationMLInputChannelResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCollaborationMLInputChannelCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCollaborationMLInputChannelCommandInput
|
|
12
|
+
input: GetCollaborationMLInputChannelCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCollaborationMLInputChannelCommandInput,
|
|
17
15
|
GetCollaborationMLInputChannelCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCollaborationMLInputChannelCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCollaborationMLInputChannelCommandInput
|
|
21
|
+
input: GetCollaborationMLInputChannelCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCollaborationMLInputChannelCommandInput,
|
|
26
24
|
GetCollaborationMLInputChannelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetCollaborationTrainedModelResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetCollaborationTrainedModelCommandInput
|
|
8
|
-
extends GetCollaborationTrainedModelRequest {}
|
|
7
|
+
export interface GetCollaborationTrainedModelCommandInput extends GetCollaborationTrainedModelRequest {}
|
|
9
8
|
export interface GetCollaborationTrainedModelCommandOutput
|
|
10
|
-
extends GetCollaborationTrainedModelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetCollaborationTrainedModelResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetCollaborationTrainedModelCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetCollaborationTrainedModelCommandInput
|
|
12
|
+
input: GetCollaborationTrainedModelCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetCollaborationTrainedModelCommandInput,
|
|
17
15
|
GetCollaborationTrainedModelCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetCollaborationTrainedModelCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetCollaborationTrainedModelCommandInput
|
|
21
|
+
input: GetCollaborationTrainedModelCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetCollaborationTrainedModelCommandInput,
|
|
26
24
|
GetCollaborationTrainedModelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetConfiguredAudienceModelResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetConfiguredAudienceModelCommandInput
|
|
8
|
-
extends GetConfiguredAudienceModelRequest {}
|
|
7
|
+
export interface GetConfiguredAudienceModelCommandInput extends GetConfiguredAudienceModelRequest {}
|
|
9
8
|
export interface GetConfiguredAudienceModelCommandOutput
|
|
10
|
-
extends GetConfiguredAudienceModelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetConfiguredAudienceModelResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetConfiguredAudienceModelCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetConfiguredAudienceModelCommandInput
|
|
12
|
+
input: GetConfiguredAudienceModelCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetConfiguredAudienceModelCommandInput,
|
|
17
15
|
GetConfiguredAudienceModelCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetConfiguredAudienceModelCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetConfiguredAudienceModelCommandInput
|
|
21
|
+
input: GetConfiguredAudienceModelCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetConfiguredAudienceModelCommandInput,
|
|
26
24
|
GetConfiguredAudienceModelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetConfiguredAudienceModelPolicyResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetConfiguredAudienceModelPolicyCommandInput
|
|
8
|
-
extends GetConfiguredAudienceModelPolicyRequest {}
|
|
7
|
+
export interface GetConfiguredAudienceModelPolicyCommandInput extends GetConfiguredAudienceModelPolicyRequest {}
|
|
9
8
|
export interface GetConfiguredAudienceModelPolicyCommandOutput
|
|
10
|
-
extends GetConfiguredAudienceModelPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetConfiguredAudienceModelPolicyResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetConfiguredAudienceModelPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetConfiguredAudienceModelPolicyCommandInput
|
|
12
|
+
input: GetConfiguredAudienceModelPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetConfiguredAudienceModelPolicyCommandInput,
|
|
17
15
|
GetConfiguredAudienceModelPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetConfiguredAudienceModelPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetConfiguredAudienceModelPolicyCommandInput
|
|
21
|
+
input: GetConfiguredAudienceModelPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetConfiguredAudienceModelPolicyCommandInput,
|
|
26
24
|
GetConfiguredAudienceModelPolicyCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetConfiguredModelAlgorithmAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetConfiguredModelAlgorithmAssociationCommandInput
|
|
8
|
-
extends GetConfiguredModelAlgorithmAssociationRequest {}
|
|
7
|
+
export interface GetConfiguredModelAlgorithmAssociationCommandInput extends GetConfiguredModelAlgorithmAssociationRequest {}
|
|
9
8
|
export interface GetConfiguredModelAlgorithmAssociationCommandOutput
|
|
10
|
-
extends GetConfiguredModelAlgorithmAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetConfiguredModelAlgorithmAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetConfiguredModelAlgorithmAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetConfiguredModelAlgorithmAssociationCommandInput
|
|
12
|
+
input: GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
17
15
|
GetConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetConfiguredModelAlgorithmAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetConfiguredModelAlgorithmAssociationCommandInput
|
|
21
|
+
input: GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
26
24
|
GetConfiguredModelAlgorithmAssociationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetConfiguredModelAlgorithmResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetConfiguredModelAlgorithmCommandInput
|
|
8
|
-
extends GetConfiguredModelAlgorithmRequest {}
|
|
7
|
+
export interface GetConfiguredModelAlgorithmCommandInput extends GetConfiguredModelAlgorithmRequest {}
|
|
9
8
|
export interface GetConfiguredModelAlgorithmCommandOutput
|
|
10
|
-
extends GetConfiguredModelAlgorithmResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetConfiguredModelAlgorithmResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetConfiguredModelAlgorithmCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetConfiguredModelAlgorithmCommandInput
|
|
12
|
+
input: GetConfiguredModelAlgorithmCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetConfiguredModelAlgorithmCommandInput,
|
|
17
15
|
GetConfiguredModelAlgorithmCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetConfiguredModelAlgorithmCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetConfiguredModelAlgorithmCommandInput
|
|
21
|
+
input: GetConfiguredModelAlgorithmCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetConfiguredModelAlgorithmCommandInput,
|
|
26
24
|
GetConfiguredModelAlgorithmCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMLConfigurationRequest,
|
|
4
|
-
GetMLConfigurationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMLConfigurationRequest, GetMLConfigurationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMLConfigurationCommandInput
|
|
8
|
-
extends GetMLConfigurationRequest {}
|
|
4
|
+
export interface GetMLConfigurationCommandInput extends GetMLConfigurationRequest {}
|
|
9
5
|
export interface GetMLConfigurationCommandOutput
|
|
10
|
-
extends GetMLConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetMLConfigurationResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetMLConfigurationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetMLConfigurationCommandInput
|
|
9
|
+
input: GetMLConfigurationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetMLConfigurationCommandInput,
|
|
17
12
|
GetMLConfigurationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetMLConfigurationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetMLConfigurationCommandInput
|
|
18
|
+
input: GetMLConfigurationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetMLConfigurationCommandInput,
|
|
26
21
|
GetMLConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetMLInputChannelRequest,
|
|
4
|
-
GetMLInputChannelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetMLInputChannelRequest, GetMLInputChannelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMLInputChannelCommandInput
|
|
8
|
-
extends GetMLInputChannelRequest {}
|
|
4
|
+
export interface GetMLInputChannelCommandInput extends GetMLInputChannelRequest {}
|
|
9
5
|
export interface GetMLInputChannelCommandOutput
|
|
10
|
-
extends GetMLInputChannelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetMLInputChannelResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetMLInputChannelCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetMLInputChannelCommandInput
|
|
9
|
+
input: GetMLInputChannelCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetMLInputChannelCommandInput,
|
|
17
12
|
GetMLInputChannelCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetMLInputChannelCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetMLInputChannelCommandInput
|
|
18
|
+
input: GetMLInputChannelCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetMLInputChannelCommandInput,
|
|
26
21
|
GetMLInputChannelCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTrainedModelRequest,
|
|
4
|
-
GetTrainedModelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTrainedModelRequest, GetTrainedModelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetTrainedModelCommandInput extends GetTrainedModelRequest {}
|
|
8
|
-
export interface GetTrainedModelCommandOutput
|
|
9
|
-
extends GetTrainedModelResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetTrainedModelCommandOutput extends GetTrainedModelResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetTrainedModelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetTrainedModelCommandInput
|
|
8
|
+
input: GetTrainedModelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetTrainedModelCommandInput,
|
|
16
11
|
GetTrainedModelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetTrainedModelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetTrainedModelCommandInput
|
|
17
|
+
input: GetTrainedModelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetTrainedModelCommandInput,
|
|
25
20
|
GetTrainedModelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetTrainedModelInferenceJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTrainedModelInferenceJobCommandInput
|
|
8
|
-
extends GetTrainedModelInferenceJobRequest {}
|
|
7
|
+
export interface GetTrainedModelInferenceJobCommandInput extends GetTrainedModelInferenceJobRequest {}
|
|
9
8
|
export interface GetTrainedModelInferenceJobCommandOutput
|
|
10
|
-
extends GetTrainedModelInferenceJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetTrainedModelInferenceJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetTrainedModelInferenceJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetTrainedModelInferenceJobCommandInput
|
|
12
|
+
input: GetTrainedModelInferenceJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetTrainedModelInferenceJobCommandInput,
|
|
17
15
|
GetTrainedModelInferenceJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetTrainedModelInferenceJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetTrainedModelInferenceJobCommandInput
|
|
21
|
+
input: GetTrainedModelInferenceJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetTrainedModelInferenceJobCommandInput,
|
|
26
24
|
GetTrainedModelInferenceJobCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetTrainingDatasetRequest,
|
|
4
|
-
GetTrainingDatasetResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetTrainingDatasetRequest, GetTrainingDatasetResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetTrainingDatasetCommandInput
|
|
8
|
-
extends GetTrainingDatasetRequest {}
|
|
4
|
+
export interface GetTrainingDatasetCommandInput extends GetTrainingDatasetRequest {}
|
|
9
5
|
export interface GetTrainingDatasetCommandOutput
|
|
10
|
-
extends GetTrainingDatasetResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetTrainingDatasetResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetTrainingDatasetCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetTrainingDatasetCommandInput
|
|
9
|
+
input: GetTrainingDatasetCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetTrainingDatasetCommandInput,
|
|
17
12
|
GetTrainingDatasetCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetTrainingDatasetCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetTrainingDatasetCommandInput
|
|
18
|
+
input: GetTrainingDatasetCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetTrainingDatasetCommandInput,
|
|
26
21
|
GetTrainingDatasetCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAudienceExportJobsRequest,
|
|
4
|
-
ListAudienceExportJobsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAudienceExportJobsRequest, ListAudienceExportJobsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAudienceExportJobsCommandInput
|
|
8
|
-
extends ListAudienceExportJobsRequest {}
|
|
4
|
+
export interface ListAudienceExportJobsCommandInput extends ListAudienceExportJobsRequest {}
|
|
9
5
|
export interface ListAudienceExportJobsCommandOutput
|
|
10
|
-
extends ListAudienceExportJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAudienceExportJobsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAudienceExportJobsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAudienceExportJobsCommandInput
|
|
9
|
+
input: ListAudienceExportJobsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAudienceExportJobsCommandInput,
|
|
17
12
|
ListAudienceExportJobsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListAudienceGenerationJobsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAudienceGenerationJobsCommandInput
|
|
8
|
-
extends ListAudienceGenerationJobsRequest {}
|
|
7
|
+
export interface ListAudienceGenerationJobsCommandInput extends ListAudienceGenerationJobsRequest {}
|
|
9
8
|
export interface ListAudienceGenerationJobsCommandOutput
|
|
10
|
-
extends ListAudienceGenerationJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListAudienceGenerationJobsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListAudienceGenerationJobsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListAudienceGenerationJobsCommandInput
|
|
12
|
+
input: ListAudienceGenerationJobsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListAudienceGenerationJobsCommandInput,
|
|
17
15
|
ListAudienceGenerationJobsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAudienceModelsRequest,
|
|
4
|
-
ListAudienceModelsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAudienceModelsRequest, ListAudienceModelsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListAudienceModelsCommandInput
|
|
8
|
-
extends ListAudienceModelsRequest {}
|
|
4
|
+
export interface ListAudienceModelsCommandInput extends ListAudienceModelsRequest {}
|
|
9
5
|
export interface ListAudienceModelsCommandOutput
|
|
10
|
-
extends ListAudienceModelsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListAudienceModelsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListAudienceModelsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListAudienceModelsCommandInput
|
|
9
|
+
input: ListAudienceModelsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListAudienceModelsCommandInput,
|
|
17
12
|
ListAudienceModelsCommandOutput,
|
package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts
CHANGED
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCollaborationConfiguredModelAlgorithmAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput
|
|
8
|
-
extends ListCollaborationConfiguredModelAlgorithmAssociationsRequest {}
|
|
7
|
+
export interface ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput extends ListCollaborationConfiguredModelAlgorithmAssociationsRequest {}
|
|
9
8
|
export interface ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput
|
|
10
|
-
extends ListCollaborationConfiguredModelAlgorithmAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCollaborationConfiguredModelAlgorithmAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCollaborationConfiguredModelAlgorithmAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput
|
|
12
|
+
input: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
17
15
|
ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCollaborationConfiguredModelAlgorithmAssociationsCommand_base:
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput
|
|
21
|
+
input: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
26
24
|
ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCollaborationMLInputChannelsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCollaborationMLInputChannelsCommandInput
|
|
8
|
-
extends ListCollaborationMLInputChannelsRequest {}
|
|
7
|
+
export interface ListCollaborationMLInputChannelsCommandInput extends ListCollaborationMLInputChannelsRequest {}
|
|
9
8
|
export interface ListCollaborationMLInputChannelsCommandOutput
|
|
10
|
-
extends ListCollaborationMLInputChannelsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCollaborationMLInputChannelsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCollaborationMLInputChannelsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCollaborationMLInputChannelsCommandInput
|
|
12
|
+
input: ListCollaborationMLInputChannelsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCollaborationMLInputChannelsCommandInput,
|
|
17
15
|
ListCollaborationMLInputChannelsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCollaborationMLInputChannelsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCollaborationMLInputChannelsCommandInput
|
|
21
|
+
input: ListCollaborationMLInputChannelsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCollaborationMLInputChannelsCommandInput,
|
|
26
24
|
ListCollaborationMLInputChannelsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCollaborationTrainedModelExportJobsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCollaborationTrainedModelExportJobsCommandInput
|
|
8
|
-
extends ListCollaborationTrainedModelExportJobsRequest {}
|
|
7
|
+
export interface ListCollaborationTrainedModelExportJobsCommandInput extends ListCollaborationTrainedModelExportJobsRequest {}
|
|
9
8
|
export interface ListCollaborationTrainedModelExportJobsCommandOutput
|
|
10
|
-
extends ListCollaborationTrainedModelExportJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCollaborationTrainedModelExportJobsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCollaborationTrainedModelExportJobsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCollaborationTrainedModelExportJobsCommandInput
|
|
12
|
+
input: ListCollaborationTrainedModelExportJobsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCollaborationTrainedModelExportJobsCommandInput,
|
|
17
15
|
ListCollaborationTrainedModelExportJobsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCollaborationTrainedModelExportJobsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCollaborationTrainedModelExportJobsCommandInput
|
|
21
|
+
input: ListCollaborationTrainedModelExportJobsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCollaborationTrainedModelExportJobsCommandInput,
|
|
26
24
|
ListCollaborationTrainedModelExportJobsCommandOutput,
|