@aws-sdk/client-machine-learning 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +104 -106
- package/dist-cjs/models/MachineLearningServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/MachineLearning.js +1 -1
- package/dist-es/MachineLearningClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CreateBatchPredictionCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceFromRDSCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +2 -2
- package/dist-es/commands/CreateDataSourceFromS3Command.js +2 -2
- package/dist-es/commands/CreateEvaluationCommand.js +2 -2
- package/dist-es/commands/CreateMLModelCommand.js +2 -2
- package/dist-es/commands/CreateRealtimeEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteBatchPredictionCommand.js +2 -2
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteEvaluationCommand.js +2 -2
- package/dist-es/commands/DeleteMLModelCommand.js +2 -2
- package/dist-es/commands/DeleteRealtimeEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeBatchPredictionsCommand.js +2 -2
- package/dist-es/commands/DescribeDataSourcesCommand.js +2 -2
- package/dist-es/commands/DescribeEvaluationsCommand.js +2 -2
- package/dist-es/commands/DescribeMLModelsCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/GetBatchPredictionCommand.js +2 -2
- package/dist-es/commands/GetDataSourceCommand.js +2 -2
- package/dist-es/commands/GetEvaluationCommand.js +2 -2
- package/dist-es/commands/GetMLModelCommand.js +2 -2
- package/dist-es/commands/PredictCommand.js +2 -2
- package/dist-es/commands/UpdateBatchPredictionCommand.js +2 -2
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateEvaluationCommand.js +2 -2
- package/dist-es/commands/UpdateMLModelCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/MachineLearningServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForBatchPredictionAvailable.js +1 -1
- package/dist-es/waiters/waitForDataSourceAvailable.js +1 -1
- package/dist-es/waiters/waitForEvaluationAvailable.js +1 -1
- package/dist-es/waiters/waitForMLModelAvailable.js +1 -1
- package/dist-types/MachineLearning.d.ts +1 -1
- package/dist-types/MachineLearningClient.d.ts +5 -5
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/CreateBatchPredictionCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +6 -4
- package/dist-types/commands/CreateEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/CreateMLModelCommand.d.ts +6 -4
- package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMLModelCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeDataSourcesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeEvaluationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeMLModelsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/GetBatchPredictionCommand.d.ts +6 -4
- package/dist-types/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/GetEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/GetMLModelCommand.d.ts +6 -4
- package/dist-types/commands/PredictCommand.d.ts +6 -4
- package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEvaluationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMLModelCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/MachineLearningServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/MachineLearning.d.ts +1 -1
- package/dist-types/ts3.4/MachineLearningClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PredictCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForDataSourceAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForEvaluationAvailable.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForMLModelAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForBatchPredictionAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForDataSourceAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForEvaluationAvailable.d.ts +1 -1
- package/dist-types/waiters/waitForMLModelAvailable.d.ts +1 -1
- package/package.json +14 -36
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteTagsCommandOutput
|
|
|
15
15
|
declare const DeleteTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteTagsCommandInput,
|
|
20
20
|
DeleteTagsCommandOutput,
|
|
21
21
|
MachineLearningClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteTagsCommandInput,
|
|
29
29
|
DeleteTagsCommandOutput,
|
|
30
30
|
MachineLearningClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeBatchPredictionsCommandOutput
|
|
|
19
19
|
declare const DescribeBatchPredictionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeBatchPredictionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeBatchPredictionsCommandInput,
|
|
24
24
|
DescribeBatchPredictionsCommandOutput,
|
|
25
25
|
MachineLearningClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeBatchPredictionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeBatchPredictionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeBatchPredictionsCommandInput,
|
|
33
33
|
DescribeBatchPredictionsCommandOutput,
|
|
34
34
|
MachineLearningClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeBatchPredictionsCommand extends DescribeBatchPredictionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeDataSourcesCommandOutput
|
|
|
19
19
|
declare const DescribeDataSourcesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeDataSourcesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeDataSourcesCommandInput,
|
|
24
24
|
DescribeDataSourcesCommandOutput,
|
|
25
25
|
MachineLearningClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeDataSourcesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeDataSourcesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeDataSourcesCommandInput,
|
|
33
33
|
DescribeDataSourcesCommandOutput,
|
|
34
34
|
MachineLearningClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeDataSourcesCommand extends DescribeDataSourcesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeEvaluationsCommandOutput
|
|
|
19
19
|
declare const DescribeEvaluationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeEvaluationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeEvaluationsCommandInput,
|
|
24
24
|
DescribeEvaluationsCommandOutput,
|
|
25
25
|
MachineLearningClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeEvaluationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeEvaluationsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeEvaluationsCommandInput,
|
|
33
33
|
DescribeEvaluationsCommandOutput,
|
|
34
34
|
MachineLearningClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeEvaluationsCommand extends DescribeEvaluationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeMLModelsCommandOutput
|
|
|
18
18
|
declare const DescribeMLModelsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeMLModelsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeMLModelsCommandInput,
|
|
23
23
|
DescribeMLModelsCommandOutput,
|
|
24
24
|
MachineLearningClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeMLModelsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
...[input]: [] | [DescribeMLModelsCommandInput]
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeMLModelsCommandInput,
|
|
32
32
|
DescribeMLModelsCommandOutput,
|
|
33
33
|
MachineLearningClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeMLModelsCommand extends DescribeMLModelsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeTagsCommandOutput
|
|
|
15
15
|
declare const DescribeTagsCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeTagsCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeTagsCommandInput,
|
|
20
20
|
DescribeTagsCommandOutput,
|
|
21
21
|
MachineLearningClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeTagsCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DescribeTagsCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeTagsCommandInput,
|
|
29
29
|
DescribeTagsCommandOutput,
|
|
30
30
|
MachineLearningClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetBatchPredictionCommandOutput
|
|
|
19
19
|
declare const GetBatchPredictionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetBatchPredictionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetBatchPredictionCommandInput,
|
|
24
24
|
GetBatchPredictionCommandOutput,
|
|
25
25
|
MachineLearningClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetBatchPredictionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetBatchPredictionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetBatchPredictionCommandInput,
|
|
33
33
|
GetBatchPredictionCommandOutput,
|
|
34
34
|
MachineLearningClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetBatchPredictionCommand extends GetBatchPredictionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetDataSourceCommandOutput
|
|
|
15
15
|
declare const GetDataSourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetDataSourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetDataSourceCommandInput,
|
|
20
20
|
GetDataSourceCommandOutput,
|
|
21
21
|
MachineLearningClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetDataSourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetDataSourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetDataSourceCommandInput,
|
|
29
29
|
GetDataSourceCommandOutput,
|
|
30
30
|
MachineLearningClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetEvaluationCommandOutput
|
|
|
15
15
|
declare const GetEvaluationCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetEvaluationCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetEvaluationCommandInput,
|
|
20
20
|
GetEvaluationCommandOutput,
|
|
21
21
|
MachineLearningClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetEvaluationCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetEvaluationCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetEvaluationCommandInput,
|
|
29
29
|
GetEvaluationCommandOutput,
|
|
30
30
|
MachineLearningClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetEvaluationCommand extends GetEvaluationCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface GetMLModelCommandOutput
|
|
|
15
15
|
declare const GetMLModelCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: GetMLModelCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
GetMLModelCommandInput,
|
|
20
20
|
GetMLModelCommandOutput,
|
|
21
21
|
MachineLearningClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const GetMLModelCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: GetMLModelCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
GetMLModelCommandInput,
|
|
29
29
|
GetMLModelCommandOutput,
|
|
30
30
|
MachineLearningClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class GetMLModelCommand extends GetMLModelCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -11,21 +11,23 @@ export { $Command };
|
|
|
11
11
|
export interface PredictCommandInput extends PredictInput {}
|
|
12
12
|
export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {}
|
|
13
13
|
declare const PredictCommand_base: {
|
|
14
|
-
new (input: PredictCommandInput): import("@smithy/
|
|
14
|
+
new (input: PredictCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
15
|
PredictCommandInput,
|
|
16
16
|
PredictCommandOutput,
|
|
17
17
|
MachineLearningClientResolvedConfig,
|
|
18
18
|
ServiceInputTypes,
|
|
19
19
|
ServiceOutputTypes
|
|
20
20
|
>;
|
|
21
|
-
new (input: PredictCommandInput): import("@smithy/
|
|
21
|
+
new (input: PredictCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PredictCommandInput,
|
|
23
23
|
PredictCommandOutput,
|
|
24
24
|
MachineLearningClientResolvedConfig,
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
export declare class PredictCommand extends PredictCommand_base {
|
|
31
33
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateBatchPredictionCommandOutput
|
|
|
19
19
|
declare const UpdateBatchPredictionCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateBatchPredictionCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateBatchPredictionCommandInput,
|
|
24
24
|
UpdateBatchPredictionCommandOutput,
|
|
25
25
|
MachineLearningClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateBatchPredictionCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateBatchPredictionCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateBatchPredictionCommandInput,
|
|
33
33
|
UpdateBatchPredictionCommandOutput,
|
|
34
34
|
MachineLearningClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateBatchPredictionCommand extends UpdateBatchPredictionCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateDataSourceCommandOutput
|
|
|
18
18
|
declare const UpdateDataSourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateDataSourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateDataSourceCommandInput,
|
|
23
23
|
UpdateDataSourceCommandOutput,
|
|
24
24
|
MachineLearningClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateDataSourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateDataSourceCommandInput,
|
|
32
32
|
UpdateDataSourceCommandOutput,
|
|
33
33
|
MachineLearningClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UpdateEvaluationCommandOutput
|
|
|
18
18
|
declare const UpdateEvaluationCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UpdateEvaluationCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UpdateEvaluationCommandInput,
|
|
23
23
|
UpdateEvaluationCommandOutput,
|
|
24
24
|
MachineLearningClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UpdateEvaluationCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UpdateEvaluationCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UpdateEvaluationCommandInput,
|
|
32
32
|
UpdateEvaluationCommandOutput,
|
|
33
33
|
MachineLearningClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UpdateEvaluationCommand extends UpdateEvaluationCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface UpdateMLModelCommandOutput
|
|
|
15
15
|
declare const UpdateMLModelCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: UpdateMLModelCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateMLModelCommandInput,
|
|
20
20
|
UpdateMLModelCommandOutput,
|
|
21
21
|
MachineLearningClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const UpdateMLModelCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: UpdateMLModelCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
UpdateMLModelCommandInput,
|
|
29
29
|
UpdateMLModelCommandOutput,
|
|
30
30
|
MachineLearningClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class UpdateMLModelCommand extends UpdateMLModelCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface MachineLearningExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class MachineLearningServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { MachineLearningServiceException as __BaseException } from "./MachineLearningServiceException";
|
|
3
3
|
export declare class InternalServerException extends __BaseException {
|
|
4
4
|
readonly name: "InternalServerException";
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider:
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
9
9
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
10
10
|
| Record<string, unknown>
|
|
11
|
-
| import("@smithy/
|
|
11
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
cacheMiddleware?: boolean;
|
|
14
14
|
protocol:
|
|
@@ -48,9 +48,9 @@ export declare const getRuntimeConfig: (
|
|
|
48
48
|
logger: import("@smithy/types").Logger;
|
|
49
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
50
|
defaultsMode:
|
|
51
|
-
| import("@smithy/
|
|
51
|
+
| import("@smithy/core/client").DefaultsMode
|
|
52
52
|
| import("@smithy/types").Provider<
|
|
53
|
-
import("@smithy/
|
|
53
|
+
import("@smithy/core/client").DefaultsMode
|
|
54
54
|
>;
|
|
55
55
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
56
|
userAgentAppId?:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeBatchPredictionsCommandInput, type DescribeBatchPredictionsCommandOutput } from "../commands/DescribeBatchPredictionsCommand";
|
|
3
3
|
import type { MachineLearningClient } from "../MachineLearningClient";
|
|
4
4
|
import type { MachineLearningServiceException } from "../models/MachineLearningServiceException";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type WaiterConfiguration, type WaiterResult } from "@smithy/
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import { type DescribeDataSourcesCommandInput, type DescribeDataSourcesCommandOutput } from "../commands/DescribeDataSourcesCommand";
|
|
3
3
|
import type { MachineLearningClient } from "../MachineLearningClient";
|
|
4
4
|
import type { MachineLearningServiceException } from "../models/MachineLearningServiceException";
|