@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
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCollaborationTrainedModelInferenceJobsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCollaborationTrainedModelInferenceJobsCommandInput
|
|
8
|
-
extends ListCollaborationTrainedModelInferenceJobsRequest {}
|
|
7
|
+
export interface ListCollaborationTrainedModelInferenceJobsCommandInput extends ListCollaborationTrainedModelInferenceJobsRequest {}
|
|
9
8
|
export interface ListCollaborationTrainedModelInferenceJobsCommandOutput
|
|
10
|
-
extends ListCollaborationTrainedModelInferenceJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCollaborationTrainedModelInferenceJobsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCollaborationTrainedModelInferenceJobsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCollaborationTrainedModelInferenceJobsCommandInput
|
|
12
|
+
input: ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
17
15
|
ListCollaborationTrainedModelInferenceJobsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCollaborationTrainedModelInferenceJobsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCollaborationTrainedModelInferenceJobsCommandInput
|
|
21
|
+
input: ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
26
24
|
ListCollaborationTrainedModelInferenceJobsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListCollaborationTrainedModelsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCollaborationTrainedModelsCommandInput
|
|
8
|
-
extends ListCollaborationTrainedModelsRequest {}
|
|
7
|
+
export interface ListCollaborationTrainedModelsCommandInput extends ListCollaborationTrainedModelsRequest {}
|
|
9
8
|
export interface ListCollaborationTrainedModelsCommandOutput
|
|
10
|
-
extends ListCollaborationTrainedModelsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListCollaborationTrainedModelsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListCollaborationTrainedModelsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListCollaborationTrainedModelsCommandInput
|
|
12
|
+
input: ListCollaborationTrainedModelsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListCollaborationTrainedModelsCommandInput,
|
|
17
15
|
ListCollaborationTrainedModelsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListCollaborationTrainedModelsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListCollaborationTrainedModelsCommandInput
|
|
21
|
+
input: ListCollaborationTrainedModelsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListCollaborationTrainedModelsCommandInput,
|
|
26
24
|
ListCollaborationTrainedModelsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConfiguredAudienceModelsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConfiguredAudienceModelsCommandInput
|
|
8
|
-
extends ListConfiguredAudienceModelsRequest {}
|
|
7
|
+
export interface ListConfiguredAudienceModelsCommandInput extends ListConfiguredAudienceModelsRequest {}
|
|
9
8
|
export interface ListConfiguredAudienceModelsCommandOutput
|
|
10
|
-
extends ListConfiguredAudienceModelsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConfiguredAudienceModelsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConfiguredAudienceModelsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConfiguredAudienceModelsCommandInput
|
|
12
|
+
input: ListConfiguredAudienceModelsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConfiguredAudienceModelsCommandInput,
|
|
17
15
|
ListConfiguredAudienceModelsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConfiguredModelAlgorithmAssociationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConfiguredModelAlgorithmAssociationsCommandInput
|
|
8
|
-
extends ListConfiguredModelAlgorithmAssociationsRequest {}
|
|
7
|
+
export interface ListConfiguredModelAlgorithmAssociationsCommandInput extends ListConfiguredModelAlgorithmAssociationsRequest {}
|
|
9
8
|
export interface ListConfiguredModelAlgorithmAssociationsCommandOutput
|
|
10
|
-
extends ListConfiguredModelAlgorithmAssociationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConfiguredModelAlgorithmAssociationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConfiguredModelAlgorithmAssociationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConfiguredModelAlgorithmAssociationsCommandInput
|
|
12
|
+
input: ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
17
15
|
ListConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListConfiguredModelAlgorithmAssociationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListConfiguredModelAlgorithmAssociationsCommandInput
|
|
21
|
+
input: ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
26
24
|
ListConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListConfiguredModelAlgorithmsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListConfiguredModelAlgorithmsCommandInput
|
|
8
|
-
extends ListConfiguredModelAlgorithmsRequest {}
|
|
7
|
+
export interface ListConfiguredModelAlgorithmsCommandInput extends ListConfiguredModelAlgorithmsRequest {}
|
|
9
8
|
export interface ListConfiguredModelAlgorithmsCommandOutput
|
|
10
|
-
extends ListConfiguredModelAlgorithmsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListConfiguredModelAlgorithmsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListConfiguredModelAlgorithmsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListConfiguredModelAlgorithmsCommandInput
|
|
12
|
+
input: ListConfiguredModelAlgorithmsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListConfiguredModelAlgorithmsCommandInput,
|
|
17
15
|
ListConfiguredModelAlgorithmsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListMLInputChannelsRequest,
|
|
4
|
-
ListMLInputChannelsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListMLInputChannelsRequest, ListMLInputChannelsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMLInputChannelsCommandInput
|
|
8
|
-
extends ListMLInputChannelsRequest {}
|
|
4
|
+
export interface ListMLInputChannelsCommandInput extends ListMLInputChannelsRequest {}
|
|
9
5
|
export interface ListMLInputChannelsCommandOutput
|
|
10
|
-
extends ListMLInputChannelsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListMLInputChannelsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListMLInputChannelsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListMLInputChannelsCommandInput
|
|
9
|
+
input: ListMLInputChannelsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListMLInputChannelsCommandInput,
|
|
17
12
|
ListMLInputChannelsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListMLInputChannelsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListMLInputChannelsCommandInput
|
|
18
|
+
input: ListMLInputChannelsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListMLInputChannelsCommandInput,
|
|
26
21
|
ListMLInputChannelsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTrainedModelInferenceJobsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTrainedModelInferenceJobsCommandInput
|
|
8
|
-
extends ListTrainedModelInferenceJobsRequest {}
|
|
7
|
+
export interface ListTrainedModelInferenceJobsCommandInput extends ListTrainedModelInferenceJobsRequest {}
|
|
9
8
|
export interface ListTrainedModelInferenceJobsCommandOutput
|
|
10
|
-
extends ListTrainedModelInferenceJobsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTrainedModelInferenceJobsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListTrainedModelInferenceJobsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTrainedModelInferenceJobsCommandInput
|
|
12
|
+
input: ListTrainedModelInferenceJobsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTrainedModelInferenceJobsCommandInput,
|
|
17
15
|
ListTrainedModelInferenceJobsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListTrainedModelInferenceJobsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListTrainedModelInferenceJobsCommandInput
|
|
21
|
+
input: ListTrainedModelInferenceJobsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListTrainedModelInferenceJobsCommandInput,
|
|
26
24
|
ListTrainedModelInferenceJobsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTrainedModelVersionsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTrainedModelVersionsCommandInput
|
|
8
|
-
extends ListTrainedModelVersionsRequest {}
|
|
7
|
+
export interface ListTrainedModelVersionsCommandInput extends ListTrainedModelVersionsRequest {}
|
|
9
8
|
export interface ListTrainedModelVersionsCommandOutput
|
|
10
|
-
extends ListTrainedModelVersionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTrainedModelVersionsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListTrainedModelVersionsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListTrainedModelVersionsCommandInput
|
|
12
|
+
input: ListTrainedModelVersionsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListTrainedModelVersionsCommandInput,
|
|
17
15
|
ListTrainedModelVersionsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListTrainedModelVersionsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListTrainedModelVersionsCommandInput
|
|
21
|
+
input: ListTrainedModelVersionsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListTrainedModelVersionsCommandInput,
|
|
26
24
|
ListTrainedModelVersionsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTrainedModelsRequest,
|
|
4
|
-
ListTrainedModelsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTrainedModelsRequest, ListTrainedModelsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTrainedModelsCommandInput
|
|
8
|
-
extends ListTrainedModelsRequest {}
|
|
4
|
+
export interface ListTrainedModelsCommandInput extends ListTrainedModelsRequest {}
|
|
9
5
|
export interface ListTrainedModelsCommandOutput
|
|
10
|
-
extends ListTrainedModelsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTrainedModelsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTrainedModelsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTrainedModelsCommandInput
|
|
9
|
+
input: ListTrainedModelsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTrainedModelsCommandInput,
|
|
17
12
|
ListTrainedModelsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTrainedModelsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTrainedModelsCommandInput
|
|
18
|
+
input: ListTrainedModelsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTrainedModelsCommandInput,
|
|
26
21
|
ListTrainedModelsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTrainingDatasetsRequest,
|
|
4
|
-
ListTrainingDatasetsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTrainingDatasetsRequest, ListTrainingDatasetsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTrainingDatasetsCommandInput
|
|
8
|
-
extends ListTrainingDatasetsRequest {}
|
|
4
|
+
export interface ListTrainingDatasetsCommandInput extends ListTrainingDatasetsRequest {}
|
|
9
5
|
export interface ListTrainingDatasetsCommandOutput
|
|
10
|
-
extends ListTrainingDatasetsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTrainingDatasetsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTrainingDatasetsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTrainingDatasetsCommandInput
|
|
9
|
+
input: ListTrainingDatasetsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTrainingDatasetsCommandInput,
|
|
17
12
|
ListTrainingDatasetsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutConfiguredAudienceModelPolicyResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutConfiguredAudienceModelPolicyCommandInput
|
|
8
|
-
extends PutConfiguredAudienceModelPolicyRequest {}
|
|
7
|
+
export interface PutConfiguredAudienceModelPolicyCommandInput extends PutConfiguredAudienceModelPolicyRequest {}
|
|
9
8
|
export interface PutConfiguredAudienceModelPolicyCommandOutput
|
|
10
|
-
extends PutConfiguredAudienceModelPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutConfiguredAudienceModelPolicyResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutConfiguredAudienceModelPolicyCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutConfiguredAudienceModelPolicyCommandInput
|
|
12
|
+
input: PutConfiguredAudienceModelPolicyCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutConfiguredAudienceModelPolicyCommandInput,
|
|
17
15
|
PutConfiguredAudienceModelPolicyCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutConfiguredAudienceModelPolicyCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutConfiguredAudienceModelPolicyCommandInput
|
|
21
|
+
input: PutConfiguredAudienceModelPolicyCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutConfiguredAudienceModelPolicyCommandInput,
|
|
26
24
|
PutConfiguredAudienceModelPolicyCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { PutMLConfigurationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface PutMLConfigurationCommandInput
|
|
5
|
-
extends PutMLConfigurationRequest {}
|
|
4
|
+
export interface PutMLConfigurationCommandInput extends PutMLConfigurationRequest {}
|
|
6
5
|
export interface PutMLConfigurationCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const PutMLConfigurationCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: PutMLConfigurationCommandInput
|
|
8
|
+
input: PutMLConfigurationCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
PutMLConfigurationCommandInput,
|
|
12
11
|
PutMLConfigurationCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const PutMLConfigurationCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: PutMLConfigurationCommandInput
|
|
17
|
+
input: PutMLConfigurationCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
PutMLConfigurationCommandInput,
|
|
21
20
|
PutMLConfigurationCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StartAudienceExportJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StartAudienceExportJobCommandInput
|
|
5
|
-
extends StartAudienceExportJobRequest {}
|
|
4
|
+
export interface StartAudienceExportJobCommandInput extends StartAudienceExportJobRequest {}
|
|
6
5
|
export interface StartAudienceExportJobCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const StartAudienceExportJobCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: StartAudienceExportJobCommandInput
|
|
8
|
+
input: StartAudienceExportJobCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
StartAudienceExportJobCommandInput,
|
|
12
11
|
StartAudienceExportJobCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const StartAudienceExportJobCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: StartAudienceExportJobCommandInput
|
|
17
|
+
input: StartAudienceExportJobCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
StartAudienceExportJobCommandInput,
|
|
21
20
|
StartAudienceExportJobCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartAudienceGenerationJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartAudienceGenerationJobCommandInput
|
|
8
|
-
extends StartAudienceGenerationJobRequest {}
|
|
7
|
+
export interface StartAudienceGenerationJobCommandInput extends StartAudienceGenerationJobRequest {}
|
|
9
8
|
export interface StartAudienceGenerationJobCommandOutput
|
|
10
|
-
extends StartAudienceGenerationJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartAudienceGenerationJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartAudienceGenerationJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartAudienceGenerationJobCommandInput
|
|
12
|
+
input: StartAudienceGenerationJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartAudienceGenerationJobCommandInput,
|
|
17
15
|
StartAudienceGenerationJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartAudienceGenerationJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartAudienceGenerationJobCommandInput
|
|
21
|
+
input: StartAudienceGenerationJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartAudienceGenerationJobCommandInput,
|
|
26
24
|
StartAudienceGenerationJobCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { StartTrainedModelExportJobRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface StartTrainedModelExportJobCommandInput
|
|
5
|
-
|
|
6
|
-
export interface StartTrainedModelExportJobCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface StartTrainedModelExportJobCommandInput extends StartTrainedModelExportJobRequest {}
|
|
5
|
+
export interface StartTrainedModelExportJobCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const StartTrainedModelExportJobCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartTrainedModelExportJobCommandInput
|
|
8
|
+
input: StartTrainedModelExportJobCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartTrainedModelExportJobCommandInput,
|
|
13
11
|
StartTrainedModelExportJobCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartTrainedModelExportJobCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartTrainedModelExportJobCommandInput
|
|
17
|
+
input: StartTrainedModelExportJobCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartTrainedModelExportJobCommandInput,
|
|
22
20
|
StartTrainedModelExportJobCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
StartTrainedModelInferenceJobResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface StartTrainedModelInferenceJobCommandInput
|
|
8
|
-
extends StartTrainedModelInferenceJobRequest {}
|
|
7
|
+
export interface StartTrainedModelInferenceJobCommandInput extends StartTrainedModelInferenceJobRequest {}
|
|
9
8
|
export interface StartTrainedModelInferenceJobCommandOutput
|
|
10
|
-
extends StartTrainedModelInferenceJobResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends StartTrainedModelInferenceJobResponse, __MetadataBearer {}
|
|
12
10
|
declare const StartTrainedModelInferenceJobCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: StartTrainedModelInferenceJobCommandInput
|
|
12
|
+
input: StartTrainedModelInferenceJobCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
StartTrainedModelInferenceJobCommandInput,
|
|
17
15
|
StartTrainedModelInferenceJobCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const StartTrainedModelInferenceJobCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: StartTrainedModelInferenceJobCommandInput
|
|
21
|
+
input: StartTrainedModelInferenceJobCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
StartTrainedModelInferenceJobCommandInput,
|
|
26
24
|
StartTrainedModelInferenceJobCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateConfiguredAudienceModelResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateConfiguredAudienceModelCommandInput
|
|
8
|
-
extends UpdateConfiguredAudienceModelRequest {}
|
|
7
|
+
export interface UpdateConfiguredAudienceModelCommandInput extends UpdateConfiguredAudienceModelRequest {}
|
|
9
8
|
export interface UpdateConfiguredAudienceModelCommandOutput
|
|
10
|
-
extends UpdateConfiguredAudienceModelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateConfiguredAudienceModelResponse, __MetadataBearer {}
|
|
12
10
|
declare const UpdateConfiguredAudienceModelCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateConfiguredAudienceModelCommandInput
|
|
12
|
+
input: UpdateConfiguredAudienceModelCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateConfiguredAudienceModelCommandInput,
|
|
17
15
|
UpdateConfiguredAudienceModelCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateConfiguredAudienceModelCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateConfiguredAudienceModelCommandInput
|
|
21
|
+
input: UpdateConfiguredAudienceModelCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateConfiguredAudienceModelCommandInput,
|
|
26
24
|
UpdateConfiguredAudienceModelCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CleanRoomsMLExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|