@aws-sdk/client-machine-learning 3.169.0 → 3.171.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MachineLearning.d.ts +480 -145
  3. package/dist-types/ts3.4/MachineLearningClient.d.ts +273 -101
  4. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/PredictCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/index.d.ts +28 -28
  33. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  34. package/dist-types/ts3.4/index.d.ts +7 -7
  35. package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +7 -6
  36. package/dist-types/ts3.4/models/index.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +814 -1129
  38. package/dist-types/ts3.4/pagination/DescribeBatchPredictionsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/DescribeDataSourcesPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/DescribeEvaluationsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/DescribeMLModelsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  43. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +341 -86
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  49. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  50. package/dist-types/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +11 -7
  51. package/dist-types/ts3.4/waiters/waitForDataSourceAvailable.d.ts +11 -7
  52. package/dist-types/ts3.4/waiters/waitForEvaluationAvailable.d.ts +11 -7
  53. package/dist-types/ts3.4/waiters/waitForMLModelAvailable.d.ts +11 -7
  54. package/package.json +36 -36
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
5
- export interface CreateDataSourceFromS3CommandInput extends CreateDataSourceFromS3Input {
6
- }
7
- export interface CreateDataSourceFromS3CommandOutput extends CreateDataSourceFromS3Output, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDataSourceFromS3Command extends $Command<CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: CreateDataSourceFromS3CommandInput;
12
- constructor(input: CreateDataSourceFromS3CommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ CreateDataSourceFromS3Input,
15
+ CreateDataSourceFromS3Output,
16
+ } from "../models/models_0";
17
+ export interface CreateDataSourceFromS3CommandInput
18
+ extends CreateDataSourceFromS3Input {}
19
+ export interface CreateDataSourceFromS3CommandOutput
20
+ extends CreateDataSourceFromS3Output,
21
+ __MetadataBearer {}
22
+ export declare class CreateDataSourceFromS3Command extends $Command<
23
+ CreateDataSourceFromS3CommandInput,
24
+ CreateDataSourceFromS3CommandOutput,
25
+ MachineLearningClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDataSourceFromS3CommandInput;
28
+ constructor(input: CreateDataSourceFromS3CommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MachineLearningClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateDataSourceFromS3CommandInput,
35
+ CreateDataSourceFromS3CommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
5
- export interface CreateEvaluationCommandInput extends CreateEvaluationInput {
6
- }
7
- export interface CreateEvaluationCommandOutput extends CreateEvaluationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEvaluationCommand extends $Command<CreateEvaluationCommandInput, CreateEvaluationCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: CreateEvaluationCommandInput;
12
- constructor(input: CreateEvaluationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEvaluationCommandInput, CreateEvaluationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ CreateEvaluationInput,
15
+ CreateEvaluationOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateEvaluationCommandInput extends CreateEvaluationInput {}
18
+ export interface CreateEvaluationCommandOutput
19
+ extends CreateEvaluationOutput,
20
+ __MetadataBearer {}
21
+ export declare class CreateEvaluationCommand extends $Command<
22
+ CreateEvaluationCommandInput,
23
+ CreateEvaluationCommandOutput,
24
+ MachineLearningClientResolvedConfig
25
+ > {
26
+ readonly input: CreateEvaluationCommandInput;
27
+ constructor(input: CreateEvaluationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MachineLearningClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateEvaluationCommandInput, CreateEvaluationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
5
- export interface CreateMLModelCommandInput extends CreateMLModelInput {
6
- }
7
- export interface CreateMLModelCommandOutput extends CreateMLModelOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMLModelCommand extends $Command<CreateMLModelCommandInput, CreateMLModelCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: CreateMLModelCommandInput;
12
- constructor(input: CreateMLModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMLModelCommandInput, CreateMLModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
14
+ export interface CreateMLModelCommandInput extends CreateMLModelInput {}
15
+ export interface CreateMLModelCommandOutput
16
+ extends CreateMLModelOutput,
17
+ __MetadataBearer {}
18
+ export declare class CreateMLModelCommand extends $Command<
19
+ CreateMLModelCommandInput,
20
+ CreateMLModelCommandOutput,
21
+ MachineLearningClientResolvedConfig
22
+ > {
23
+ readonly input: CreateMLModelCommandInput;
24
+ constructor(input: CreateMLModelCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MachineLearningClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateMLModelCommandInput, CreateMLModelCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
5
- export interface CreateRealtimeEndpointCommandInput extends CreateRealtimeEndpointInput {
6
- }
7
- export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpointOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRealtimeEndpointCommand extends $Command<CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: CreateRealtimeEndpointCommandInput;
12
- constructor(input: CreateRealtimeEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ CreateRealtimeEndpointInput,
15
+ CreateRealtimeEndpointOutput,
16
+ } from "../models/models_0";
17
+ export interface CreateRealtimeEndpointCommandInput
18
+ extends CreateRealtimeEndpointInput {}
19
+ export interface CreateRealtimeEndpointCommandOutput
20
+ extends CreateRealtimeEndpointOutput,
21
+ __MetadataBearer {}
22
+ export declare class CreateRealtimeEndpointCommand extends $Command<
23
+ CreateRealtimeEndpointCommandInput,
24
+ CreateRealtimeEndpointCommandOutput,
25
+ MachineLearningClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRealtimeEndpointCommandInput;
28
+ constructor(input: CreateRealtimeEndpointCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MachineLearningClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateRealtimeEndpointCommandInput,
35
+ CreateRealtimeEndpointCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0";
5
- export interface DeleteBatchPredictionCommandInput extends DeleteBatchPredictionInput {
6
- }
7
- export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictionOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteBatchPredictionCommand extends $Command<DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: DeleteBatchPredictionCommandInput;
12
- constructor(input: DeleteBatchPredictionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ DeleteBatchPredictionInput,
15
+ DeleteBatchPredictionOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteBatchPredictionCommandInput
18
+ extends DeleteBatchPredictionInput {}
19
+ export interface DeleteBatchPredictionCommandOutput
20
+ extends DeleteBatchPredictionOutput,
21
+ __MetadataBearer {}
22
+ export declare class DeleteBatchPredictionCommand extends $Command<
23
+ DeleteBatchPredictionCommandInput,
24
+ DeleteBatchPredictionCommandOutput,
25
+ MachineLearningClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteBatchPredictionCommandInput;
28
+ constructor(input: DeleteBatchPredictionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MachineLearningClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteBatchPredictionCommandInput,
35
+ DeleteBatchPredictionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0";
5
- export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {
6
- }
7
- export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: DeleteDataSourceCommandInput;
12
- constructor(input: DeleteDataSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ DeleteDataSourceInput,
15
+ DeleteDataSourceOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {}
18
+ export interface DeleteDataSourceCommandOutput
19
+ extends DeleteDataSourceOutput,
20
+ __MetadataBearer {}
21
+ export declare class DeleteDataSourceCommand extends $Command<
22
+ DeleteDataSourceCommandInput,
23
+ DeleteDataSourceCommandOutput,
24
+ MachineLearningClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteDataSourceCommandInput;
27
+ constructor(input: DeleteDataSourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MachineLearningClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0";
5
- export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {
6
- }
7
- export interface DeleteEvaluationCommandOutput extends DeleteEvaluationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteEvaluationCommand extends $Command<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: DeleteEvaluationCommandInput;
12
- constructor(input: DeleteEvaluationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ DeleteEvaluationInput,
15
+ DeleteEvaluationOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {}
18
+ export interface DeleteEvaluationCommandOutput
19
+ extends DeleteEvaluationOutput,
20
+ __MetadataBearer {}
21
+ export declare class DeleteEvaluationCommand extends $Command<
22
+ DeleteEvaluationCommandInput,
23
+ DeleteEvaluationCommandOutput,
24
+ MachineLearningClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteEvaluationCommandInput;
27
+ constructor(input: DeleteEvaluationCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MachineLearningClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
5
- export interface DeleteMLModelCommandInput extends DeleteMLModelInput {
6
- }
7
- export interface DeleteMLModelCommandOutput extends DeleteMLModelOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteMLModelCommand extends $Command<DeleteMLModelCommandInput, DeleteMLModelCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: DeleteMLModelCommandInput;
12
- constructor(input: DeleteMLModelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMLModelCommandInput, DeleteMLModelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
14
+ export interface DeleteMLModelCommandInput extends DeleteMLModelInput {}
15
+ export interface DeleteMLModelCommandOutput
16
+ extends DeleteMLModelOutput,
17
+ __MetadataBearer {}
18
+ export declare class DeleteMLModelCommand extends $Command<
19
+ DeleteMLModelCommandInput,
20
+ DeleteMLModelCommandOutput,
21
+ MachineLearningClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteMLModelCommandInput;
24
+ constructor(input: DeleteMLModelCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MachineLearningClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteMLModelCommandInput, DeleteMLModelCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0";
5
- export interface DeleteRealtimeEndpointCommandInput extends DeleteRealtimeEndpointInput {
6
- }
7
- export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpointOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRealtimeEndpointCommand extends $Command<DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: DeleteRealtimeEndpointCommandInput;
12
- constructor(input: DeleteRealtimeEndpointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ DeleteRealtimeEndpointInput,
15
+ DeleteRealtimeEndpointOutput,
16
+ } from "../models/models_0";
17
+ export interface DeleteRealtimeEndpointCommandInput
18
+ extends DeleteRealtimeEndpointInput {}
19
+ export interface DeleteRealtimeEndpointCommandOutput
20
+ extends DeleteRealtimeEndpointOutput,
21
+ __MetadataBearer {}
22
+ export declare class DeleteRealtimeEndpointCommand extends $Command<
23
+ DeleteRealtimeEndpointCommandInput,
24
+ DeleteRealtimeEndpointCommandOutput,
25
+ MachineLearningClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteRealtimeEndpointCommandInput;
28
+ constructor(input: DeleteRealtimeEndpointCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MachineLearningClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteRealtimeEndpointCommandInput,
35
+ DeleteRealtimeEndpointCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
5
- export interface DeleteTagsCommandInput extends DeleteTagsInput {
6
- }
7
- export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: DeleteTagsCommandInput;
12
- constructor(input: DeleteTagsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
14
+ export interface DeleteTagsCommandInput extends DeleteTagsInput {}
15
+ export interface DeleteTagsCommandOutput
16
+ extends DeleteTagsOutput,
17
+ __MetadataBearer {}
18
+ export declare class DeleteTagsCommand extends $Command<
19
+ DeleteTagsCommandInput,
20
+ DeleteTagsCommandOutput,
21
+ MachineLearningClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteTagsCommandInput;
24
+ constructor(input: DeleteTagsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MachineLearningClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
4
- import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0";
5
- export interface DescribeBatchPredictionsCommandInput extends DescribeBatchPredictionsInput {
6
- }
7
- export interface DescribeBatchPredictionsCommandOutput extends DescribeBatchPredictionsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeBatchPredictionsCommand extends $Command<DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, MachineLearningClientResolvedConfig> {
11
- readonly input: DescribeBatchPredictionsCommandInput;
12
- constructor(input: DescribeBatchPredictionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MachineLearningClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MachineLearningClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MachineLearningClient";
13
+ import {
14
+ DescribeBatchPredictionsInput,
15
+ DescribeBatchPredictionsOutput,
16
+ } from "../models/models_0";
17
+ export interface DescribeBatchPredictionsCommandInput
18
+ extends DescribeBatchPredictionsInput {}
19
+ export interface DescribeBatchPredictionsCommandOutput
20
+ extends DescribeBatchPredictionsOutput,
21
+ __MetadataBearer {}
22
+ export declare class DescribeBatchPredictionsCommand extends $Command<
23
+ DescribeBatchPredictionsCommandInput,
24
+ DescribeBatchPredictionsCommandOutput,
25
+ MachineLearningClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeBatchPredictionsCommandInput;
28
+ constructor(input: DescribeBatchPredictionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MachineLearningClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeBatchPredictionsCommandInput,
35
+ DescribeBatchPredictionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }