@aws-sdk/client-machine-learning 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/MachineLearning.d.ts +0 -28
- package/dist-types/ts3.4/MachineLearningClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PredictCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -386
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForDataSourceAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForEvaluationAvailable.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForMLModelAvailable.d.ts +0 -2
- package/package.json +28 -28
|
@@ -19,7 +19,6 @@ export interface GetBatchPredictionCommandInput
|
|
|
19
19
|
export interface GetBatchPredictionCommandOutput
|
|
20
20
|
extends GetBatchPredictionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetBatchPredictionCommand extends $Command<
|
|
24
23
|
GetBatchPredictionCommandInput,
|
|
25
24
|
GetBatchPredictionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetBatchPredictionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetBatchPredictionCommandInput;
|
|
29
28
|
constructor(input: GetBatchPredictionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetDataSourceCommandInput extends GetDataSourceInput {}
|
|
|
15
15
|
export interface GetDataSourceCommandOutput
|
|
16
16
|
extends GetDataSourceOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetDataSourceCommand extends $Command<
|
|
20
19
|
GetDataSourceCommandInput,
|
|
21
20
|
GetDataSourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetDataSourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetDataSourceCommandInput;
|
|
25
24
|
constructor(input: GetDataSourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetEvaluationCommandInput extends GetEvaluationInput {}
|
|
|
15
15
|
export interface GetEvaluationCommandOutput
|
|
16
16
|
extends GetEvaluationOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetEvaluationCommand extends $Command<
|
|
20
19
|
GetEvaluationCommandInput,
|
|
21
20
|
GetEvaluationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetEvaluationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetEvaluationCommandInput;
|
|
25
24
|
constructor(input: GetEvaluationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetMLModelCommandInput extends GetMLModelInput {}
|
|
|
15
15
|
export interface GetMLModelCommandOutput
|
|
16
16
|
extends GetMLModelOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetMLModelCommand extends $Command<
|
|
20
19
|
GetMLModelCommandInput,
|
|
21
20
|
GetMLModelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetMLModelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetMLModelCommandInput;
|
|
25
24
|
constructor(input: GetMLModelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { PredictInput, PredictOutput } from "../models/models_0";
|
|
14
14
|
export interface PredictCommandInput extends PredictInput {}
|
|
15
15
|
export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class PredictCommand extends $Command<
|
|
18
17
|
PredictCommandInput,
|
|
19
18
|
PredictCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class PredictCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: PredictCommandInput;
|
|
23
22
|
constructor(input: PredictCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateBatchPredictionCommandInput
|
|
|
19
19
|
export interface UpdateBatchPredictionCommandOutput
|
|
20
20
|
extends UpdateBatchPredictionOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateBatchPredictionCommand extends $Command<
|
|
24
23
|
UpdateBatchPredictionCommandInput,
|
|
25
24
|
UpdateBatchPredictionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateBatchPredictionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateBatchPredictionCommandInput;
|
|
29
28
|
constructor(input: UpdateBatchPredictionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateDataSourceCommandInput extends UpdateDataSourceInput {}
|
|
|
18
18
|
export interface UpdateDataSourceCommandOutput
|
|
19
19
|
extends UpdateDataSourceOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateDataSourceCommand extends $Command<
|
|
23
22
|
UpdateDataSourceCommandInput,
|
|
24
23
|
UpdateDataSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateDataSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateDataSourceCommandInput;
|
|
28
27
|
constructor(input: UpdateDataSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateEvaluationCommandInput extends UpdateEvaluationInput {}
|
|
|
18
18
|
export interface UpdateEvaluationCommandOutput
|
|
19
19
|
extends UpdateEvaluationOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateEvaluationCommand extends $Command<
|
|
23
22
|
UpdateEvaluationCommandInput,
|
|
24
23
|
UpdateEvaluationCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateEvaluationCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateEvaluationCommandInput;
|
|
28
27
|
constructor(input: UpdateEvaluationCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateMLModelCommandInput extends UpdateMLModelInput {}
|
|
|
15
15
|
export interface UpdateMLModelCommandOutput
|
|
16
16
|
extends UpdateMLModelOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateMLModelCommand extends $Command<
|
|
20
19
|
UpdateMLModelCommandInput,
|
|
21
20
|
UpdateMLModelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateMLModelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateMLModelCommandInput;
|
|
25
24
|
constructor(input: UpdateMLModelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: MachineLearningClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class MachineLearningServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|