@aws-sdk/client-sagemaker 3.860.0 → 3.862.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/README.md +24 -0
- package/dist-cjs/index.js +492 -124
- package/dist-es/SageMaker.js +6 -0
- package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
- package/dist-es/commands/CreateModelCardCommand.js +1 -1
- package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
- package/dist-es/commands/ListClusterEventsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +38 -93
- package/dist-es/models/models_1.js +86 -15
- package/dist-es/models/models_2.js +14 -40
- package/dist-es/models/models_3.js +43 -40
- package/dist-es/models/models_4.js +40 -10
- package/dist-es/models/models_5.js +10 -2
- package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +281 -0
- package/dist-types/SageMaker.d.ts +21 -0
- package/dist-types/SageMakerClient.d.ts +5 -2
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +635 -539
- package/dist-types/models/models_1.d.ts +3626 -3557
- package/dist-types/models/models_2.d.ts +3079 -3394
- package/dist-types/models/models_3.d.ts +4419 -4366
- package/dist-types/models/models_4.d.ts +3813 -3877
- package/dist-types/models/models_5.d.ts +836 -5
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +51 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +186 -188
- package/dist-types/ts3.4/models/models_1.d.ts +177 -117
- package/dist-types/ts3.4/models/models_2.d.ts +123 -214
- package/dist-types/ts3.4/models/models_3.d.ts +219 -195
- package/dist-types/ts3.4/models/models_4.d.ts +225 -244
- package/dist-types/ts3.4/models/models_5.d.ts +220 -17
- package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +34 -34
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListClusterEventsCommandInput, ListClusterEventsCommandOutput } from "../commands/ListClusterEventsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListClusterEvents: (config: SageMakerPaginationConfiguration, input: ListClusterEventsCommandInput, ...rest: any[]) => Paginator<ListClusterEventsCommandOutput>;
|
|
@@ -9,6 +9,7 @@ export * from "./ListArtifactsPaginator";
|
|
|
9
9
|
export * from "./ListAssociationsPaginator";
|
|
10
10
|
export * from "./ListAutoMLJobsPaginator";
|
|
11
11
|
export * from "./ListCandidatesForAutoMLJobPaginator";
|
|
12
|
+
export * from "./ListClusterEventsPaginator";
|
|
12
13
|
export * from "./ListClusterNodesPaginator";
|
|
13
14
|
export * from "./ListClusterSchedulerConfigsPaginator";
|
|
14
15
|
export * from "./ListClustersPaginator";
|
|
@@ -4,6 +4,7 @@ import { AddAssociationCommandInput, AddAssociationCommandOutput } from "../comm
|
|
|
4
4
|
import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
|
|
5
5
|
import { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "../commands/AssociateTrialComponentCommand";
|
|
6
6
|
import { AttachClusterNodeVolumeCommandInput, AttachClusterNodeVolumeCommandOutput } from "../commands/AttachClusterNodeVolumeCommand";
|
|
7
|
+
import { BatchAddClusterNodesCommandInput, BatchAddClusterNodesCommandOutput } from "../commands/BatchAddClusterNodesCommand";
|
|
7
8
|
import { BatchDeleteClusterNodesCommandInput, BatchDeleteClusterNodesCommandOutput } from "../commands/BatchDeleteClusterNodesCommand";
|
|
8
9
|
import { BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput } from "../commands/BatchDescribeModelPackageCommand";
|
|
9
10
|
import { CreateActionCommandInput, CreateActionCommandOutput } from "../commands/CreateActionCommand";
|
|
@@ -136,6 +137,7 @@ import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "../
|
|
|
136
137
|
import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "../commands/DescribeAutoMLJobCommand";
|
|
137
138
|
import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "../commands/DescribeAutoMLJobV2Command";
|
|
138
139
|
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
|
|
140
|
+
import { DescribeClusterEventCommandInput, DescribeClusterEventCommandOutput } from "../commands/DescribeClusterEventCommand";
|
|
139
141
|
import { DescribeClusterNodeCommandInput, DescribeClusterNodeCommandOutput } from "../commands/DescribeClusterNodeCommand";
|
|
140
142
|
import { DescribeClusterSchedulerConfigCommandInput, DescribeClusterSchedulerConfigCommandOutput } from "../commands/DescribeClusterSchedulerConfigCommand";
|
|
141
143
|
import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "../commands/DescribeCodeRepositoryCommand";
|
|
@@ -215,6 +217,7 @@ import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../comman
|
|
|
215
217
|
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
|
|
216
218
|
import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
|
|
217
219
|
import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
220
|
+
import { ListClusterEventsCommandInput, ListClusterEventsCommandOutput } from "../commands/ListClusterEventsCommand";
|
|
218
221
|
import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "../commands/ListClusterNodesCommand";
|
|
219
222
|
import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "../commands/ListClusterSchedulerConfigsCommand";
|
|
220
223
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
@@ -380,6 +383,10 @@ export declare const se_AssociateTrialComponentCommand: (input: AssociateTrialCo
|
|
|
380
383
|
* serializeAws_json1_1AttachClusterNodeVolumeCommand
|
|
381
384
|
*/
|
|
382
385
|
export declare const se_AttachClusterNodeVolumeCommand: (input: AttachClusterNodeVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
386
|
+
/**
|
|
387
|
+
* serializeAws_json1_1BatchAddClusterNodesCommand
|
|
388
|
+
*/
|
|
389
|
+
export declare const se_BatchAddClusterNodesCommand: (input: BatchAddClusterNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
383
390
|
/**
|
|
384
391
|
* serializeAws_json1_1BatchDeleteClusterNodesCommand
|
|
385
392
|
*/
|
|
@@ -908,6 +915,10 @@ export declare const se_DescribeAutoMLJobV2Command: (input: DescribeAutoMLJobV2C
|
|
|
908
915
|
* serializeAws_json1_1DescribeClusterCommand
|
|
909
916
|
*/
|
|
910
917
|
export declare const se_DescribeClusterCommand: (input: DescribeClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
918
|
+
/**
|
|
919
|
+
* serializeAws_json1_1DescribeClusterEventCommand
|
|
920
|
+
*/
|
|
921
|
+
export declare const se_DescribeClusterEventCommand: (input: DescribeClusterEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
911
922
|
/**
|
|
912
923
|
* serializeAws_json1_1DescribeClusterNodeCommand
|
|
913
924
|
*/
|
|
@@ -1224,6 +1235,10 @@ export declare const se_ListAutoMLJobsCommand: (input: ListAutoMLJobsCommandInpu
|
|
|
1224
1235
|
* serializeAws_json1_1ListCandidatesForAutoMLJobCommand
|
|
1225
1236
|
*/
|
|
1226
1237
|
export declare const se_ListCandidatesForAutoMLJobCommand: (input: ListCandidatesForAutoMLJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1238
|
+
/**
|
|
1239
|
+
* serializeAws_json1_1ListClusterEventsCommand
|
|
1240
|
+
*/
|
|
1241
|
+
export declare const se_ListClusterEventsCommand: (input: ListClusterEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1227
1242
|
/**
|
|
1228
1243
|
* serializeAws_json1_1ListClusterNodesCommand
|
|
1229
1244
|
*/
|
|
@@ -1836,6 +1851,10 @@ export declare const de_AssociateTrialComponentCommand: (output: __HttpResponse,
|
|
|
1836
1851
|
* deserializeAws_json1_1AttachClusterNodeVolumeCommand
|
|
1837
1852
|
*/
|
|
1838
1853
|
export declare const de_AttachClusterNodeVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AttachClusterNodeVolumeCommandOutput>;
|
|
1854
|
+
/**
|
|
1855
|
+
* deserializeAws_json1_1BatchAddClusterNodesCommand
|
|
1856
|
+
*/
|
|
1857
|
+
export declare const de_BatchAddClusterNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAddClusterNodesCommandOutput>;
|
|
1839
1858
|
/**
|
|
1840
1859
|
* deserializeAws_json1_1BatchDeleteClusterNodesCommand
|
|
1841
1860
|
*/
|
|
@@ -2364,6 +2383,10 @@ export declare const de_DescribeAutoMLJobV2Command: (output: __HttpResponse, con
|
|
|
2364
2383
|
* deserializeAws_json1_1DescribeClusterCommand
|
|
2365
2384
|
*/
|
|
2366
2385
|
export declare const de_DescribeClusterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterCommandOutput>;
|
|
2386
|
+
/**
|
|
2387
|
+
* deserializeAws_json1_1DescribeClusterEventCommand
|
|
2388
|
+
*/
|
|
2389
|
+
export declare const de_DescribeClusterEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeClusterEventCommandOutput>;
|
|
2367
2390
|
/**
|
|
2368
2391
|
* deserializeAws_json1_1DescribeClusterNodeCommand
|
|
2369
2392
|
*/
|
|
@@ -2680,6 +2703,10 @@ export declare const de_ListAutoMLJobsCommand: (output: __HttpResponse, context:
|
|
|
2680
2703
|
* deserializeAws_json1_1ListCandidatesForAutoMLJobCommand
|
|
2681
2704
|
*/
|
|
2682
2705
|
export declare const de_ListCandidatesForAutoMLJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCandidatesForAutoMLJobCommandOutput>;
|
|
2706
|
+
/**
|
|
2707
|
+
* deserializeAws_json1_1ListClusterEventsCommand
|
|
2708
|
+
*/
|
|
2709
|
+
export declare const de_ListClusterEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClusterEventsCommandOutput>;
|
|
2683
2710
|
/**
|
|
2684
2711
|
* deserializeAws_json1_1ListClusterNodesCommand
|
|
2685
2712
|
*/
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
AttachClusterNodeVolumeCommandInput,
|
|
16
16
|
AttachClusterNodeVolumeCommandOutput,
|
|
17
17
|
} from "./commands/AttachClusterNodeVolumeCommand";
|
|
18
|
+
import {
|
|
19
|
+
BatchAddClusterNodesCommandInput,
|
|
20
|
+
BatchAddClusterNodesCommandOutput,
|
|
21
|
+
} from "./commands/BatchAddClusterNodesCommand";
|
|
18
22
|
import {
|
|
19
23
|
BatchDeleteClusterNodesCommandInput,
|
|
20
24
|
BatchDeleteClusterNodesCommandOutput,
|
|
@@ -543,6 +547,10 @@ import {
|
|
|
543
547
|
DescribeClusterCommandInput,
|
|
544
548
|
DescribeClusterCommandOutput,
|
|
545
549
|
} from "./commands/DescribeClusterCommand";
|
|
550
|
+
import {
|
|
551
|
+
DescribeClusterEventCommandInput,
|
|
552
|
+
DescribeClusterEventCommandOutput,
|
|
553
|
+
} from "./commands/DescribeClusterEventCommand";
|
|
546
554
|
import {
|
|
547
555
|
DescribeClusterNodeCommandInput,
|
|
548
556
|
DescribeClusterNodeCommandOutput,
|
|
@@ -859,6 +867,10 @@ import {
|
|
|
859
867
|
ListCandidatesForAutoMLJobCommandInput,
|
|
860
868
|
ListCandidatesForAutoMLJobCommandOutput,
|
|
861
869
|
} from "./commands/ListCandidatesForAutoMLJobCommand";
|
|
870
|
+
import {
|
|
871
|
+
ListClusterEventsCommandInput,
|
|
872
|
+
ListClusterEventsCommandOutput,
|
|
873
|
+
} from "./commands/ListClusterEventsCommand";
|
|
862
874
|
import {
|
|
863
875
|
ListClusterNodesCommandInput,
|
|
864
876
|
ListClusterNodesCommandOutput,
|
|
@@ -1509,6 +1521,19 @@ export interface SageMaker {
|
|
|
1509
1521
|
options: __HttpHandlerOptions,
|
|
1510
1522
|
cb: (err: any, data?: AttachClusterNodeVolumeCommandOutput) => void
|
|
1511
1523
|
): void;
|
|
1524
|
+
batchAddClusterNodes(
|
|
1525
|
+
args: BatchAddClusterNodesCommandInput,
|
|
1526
|
+
options?: __HttpHandlerOptions
|
|
1527
|
+
): Promise<BatchAddClusterNodesCommandOutput>;
|
|
1528
|
+
batchAddClusterNodes(
|
|
1529
|
+
args: BatchAddClusterNodesCommandInput,
|
|
1530
|
+
cb: (err: any, data?: BatchAddClusterNodesCommandOutput) => void
|
|
1531
|
+
): void;
|
|
1532
|
+
batchAddClusterNodes(
|
|
1533
|
+
args: BatchAddClusterNodesCommandInput,
|
|
1534
|
+
options: __HttpHandlerOptions,
|
|
1535
|
+
cb: (err: any, data?: BatchAddClusterNodesCommandOutput) => void
|
|
1536
|
+
): void;
|
|
1512
1537
|
batchDeleteClusterNodes(
|
|
1513
1538
|
args: BatchDeleteClusterNodesCommandInput,
|
|
1514
1539
|
options?: __HttpHandlerOptions
|
|
@@ -3269,6 +3294,19 @@ export interface SageMaker {
|
|
|
3269
3294
|
options: __HttpHandlerOptions,
|
|
3270
3295
|
cb: (err: any, data?: DescribeClusterCommandOutput) => void
|
|
3271
3296
|
): void;
|
|
3297
|
+
describeClusterEvent(
|
|
3298
|
+
args: DescribeClusterEventCommandInput,
|
|
3299
|
+
options?: __HttpHandlerOptions
|
|
3300
|
+
): Promise<DescribeClusterEventCommandOutput>;
|
|
3301
|
+
describeClusterEvent(
|
|
3302
|
+
args: DescribeClusterEventCommandInput,
|
|
3303
|
+
cb: (err: any, data?: DescribeClusterEventCommandOutput) => void
|
|
3304
|
+
): void;
|
|
3305
|
+
describeClusterEvent(
|
|
3306
|
+
args: DescribeClusterEventCommandInput,
|
|
3307
|
+
options: __HttpHandlerOptions,
|
|
3308
|
+
cb: (err: any, data?: DescribeClusterEventCommandOutput) => void
|
|
3309
|
+
): void;
|
|
3272
3310
|
describeClusterNode(
|
|
3273
3311
|
args: DescribeClusterNodeCommandInput,
|
|
3274
3312
|
options?: __HttpHandlerOptions
|
|
@@ -4360,6 +4398,19 @@ export interface SageMaker {
|
|
|
4360
4398
|
options: __HttpHandlerOptions,
|
|
4361
4399
|
cb: (err: any, data?: ListCandidatesForAutoMLJobCommandOutput) => void
|
|
4362
4400
|
): void;
|
|
4401
|
+
listClusterEvents(
|
|
4402
|
+
args: ListClusterEventsCommandInput,
|
|
4403
|
+
options?: __HttpHandlerOptions
|
|
4404
|
+
): Promise<ListClusterEventsCommandOutput>;
|
|
4405
|
+
listClusterEvents(
|
|
4406
|
+
args: ListClusterEventsCommandInput,
|
|
4407
|
+
cb: (err: any, data?: ListClusterEventsCommandOutput) => void
|
|
4408
|
+
): void;
|
|
4409
|
+
listClusterEvents(
|
|
4410
|
+
args: ListClusterEventsCommandInput,
|
|
4411
|
+
options: __HttpHandlerOptions,
|
|
4412
|
+
cb: (err: any, data?: ListClusterEventsCommandOutput) => void
|
|
4413
|
+
): void;
|
|
4363
4414
|
listClusterNodes(
|
|
4364
4415
|
args: ListClusterNodesCommandInput,
|
|
4365
4416
|
options?: __HttpHandlerOptions
|
|
@@ -61,6 +61,10 @@ import {
|
|
|
61
61
|
AttachClusterNodeVolumeCommandInput,
|
|
62
62
|
AttachClusterNodeVolumeCommandOutput,
|
|
63
63
|
} from "./commands/AttachClusterNodeVolumeCommand";
|
|
64
|
+
import {
|
|
65
|
+
BatchAddClusterNodesCommandInput,
|
|
66
|
+
BatchAddClusterNodesCommandOutput,
|
|
67
|
+
} from "./commands/BatchAddClusterNodesCommand";
|
|
64
68
|
import {
|
|
65
69
|
BatchDeleteClusterNodesCommandInput,
|
|
66
70
|
BatchDeleteClusterNodesCommandOutput,
|
|
@@ -589,6 +593,10 @@ import {
|
|
|
589
593
|
DescribeClusterCommandInput,
|
|
590
594
|
DescribeClusterCommandOutput,
|
|
591
595
|
} from "./commands/DescribeClusterCommand";
|
|
596
|
+
import {
|
|
597
|
+
DescribeClusterEventCommandInput,
|
|
598
|
+
DescribeClusterEventCommandOutput,
|
|
599
|
+
} from "./commands/DescribeClusterEventCommand";
|
|
592
600
|
import {
|
|
593
601
|
DescribeClusterNodeCommandInput,
|
|
594
602
|
DescribeClusterNodeCommandOutput,
|
|
@@ -905,6 +913,10 @@ import {
|
|
|
905
913
|
ListCandidatesForAutoMLJobCommandInput,
|
|
906
914
|
ListCandidatesForAutoMLJobCommandOutput,
|
|
907
915
|
} from "./commands/ListCandidatesForAutoMLJobCommand";
|
|
916
|
+
import {
|
|
917
|
+
ListClusterEventsCommandInput,
|
|
918
|
+
ListClusterEventsCommandOutput,
|
|
919
|
+
} from "./commands/ListClusterEventsCommand";
|
|
908
920
|
import {
|
|
909
921
|
ListClusterNodesCommandInput,
|
|
910
922
|
ListClusterNodesCommandOutput,
|
|
@@ -1513,6 +1525,7 @@ export type ServiceInputTypes =
|
|
|
1513
1525
|
| AddTagsCommandInput
|
|
1514
1526
|
| AssociateTrialComponentCommandInput
|
|
1515
1527
|
| AttachClusterNodeVolumeCommandInput
|
|
1528
|
+
| BatchAddClusterNodesCommandInput
|
|
1516
1529
|
| BatchDeleteClusterNodesCommandInput
|
|
1517
1530
|
| BatchDescribeModelPackageCommandInput
|
|
1518
1531
|
| CreateActionCommandInput
|
|
@@ -1645,6 +1658,7 @@ export type ServiceInputTypes =
|
|
|
1645
1658
|
| DescribeAutoMLJobCommandInput
|
|
1646
1659
|
| DescribeAutoMLJobV2CommandInput
|
|
1647
1660
|
| DescribeClusterCommandInput
|
|
1661
|
+
| DescribeClusterEventCommandInput
|
|
1648
1662
|
| DescribeClusterNodeCommandInput
|
|
1649
1663
|
| DescribeClusterSchedulerConfigCommandInput
|
|
1650
1664
|
| DescribeCodeRepositoryCommandInput
|
|
@@ -1724,6 +1738,7 @@ export type ServiceInputTypes =
|
|
|
1724
1738
|
| ListAssociationsCommandInput
|
|
1725
1739
|
| ListAutoMLJobsCommandInput
|
|
1726
1740
|
| ListCandidatesForAutoMLJobCommandInput
|
|
1741
|
+
| ListClusterEventsCommandInput
|
|
1727
1742
|
| ListClusterNodesCommandInput
|
|
1728
1743
|
| ListClusterSchedulerConfigsCommandInput
|
|
1729
1744
|
| ListClustersCommandInput
|
|
@@ -1878,6 +1893,7 @@ export type ServiceOutputTypes =
|
|
|
1878
1893
|
| AddTagsCommandOutput
|
|
1879
1894
|
| AssociateTrialComponentCommandOutput
|
|
1880
1895
|
| AttachClusterNodeVolumeCommandOutput
|
|
1896
|
+
| BatchAddClusterNodesCommandOutput
|
|
1881
1897
|
| BatchDeleteClusterNodesCommandOutput
|
|
1882
1898
|
| BatchDescribeModelPackageCommandOutput
|
|
1883
1899
|
| CreateActionCommandOutput
|
|
@@ -2010,6 +2026,7 @@ export type ServiceOutputTypes =
|
|
|
2010
2026
|
| DescribeAutoMLJobCommandOutput
|
|
2011
2027
|
| DescribeAutoMLJobV2CommandOutput
|
|
2012
2028
|
| DescribeClusterCommandOutput
|
|
2029
|
+
| DescribeClusterEventCommandOutput
|
|
2013
2030
|
| DescribeClusterNodeCommandOutput
|
|
2014
2031
|
| DescribeClusterSchedulerConfigCommandOutput
|
|
2015
2032
|
| DescribeCodeRepositoryCommandOutput
|
|
@@ -2089,6 +2106,7 @@ export type ServiceOutputTypes =
|
|
|
2089
2106
|
| ListAssociationsCommandOutput
|
|
2090
2107
|
| ListAutoMLJobsCommandOutput
|
|
2091
2108
|
| ListCandidatesForAutoMLJobCommandOutput
|
|
2109
|
+
| ListClusterEventsCommandOutput
|
|
2092
2110
|
| ListClusterNodesCommandOutput
|
|
2093
2111
|
| ListClusterSchedulerConfigsCommandOutput
|
|
2094
2112
|
| ListClustersCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BatchAddClusterNodesRequest,
|
|
5
|
+
BatchAddClusterNodesResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchAddClusterNodesCommandInput
|
|
15
|
+
extends BatchAddClusterNodesRequest {}
|
|
16
|
+
export interface BatchAddClusterNodesCommandOutput
|
|
17
|
+
extends BatchAddClusterNodesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchAddClusterNodesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchAddClusterNodesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchAddClusterNodesCommandInput,
|
|
24
|
+
BatchAddClusterNodesCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchAddClusterNodesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchAddClusterNodesCommandInput,
|
|
33
|
+
BatchAddClusterNodesCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchAddClusterNodesCommand extends BatchAddClusterNodesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchAddClusterNodesRequest;
|
|
44
|
+
output: BatchAddClusterNodesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchAddClusterNodesCommandInput;
|
|
48
|
+
output: BatchAddClusterNodesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateModelBiasJobDefinitionResponse,
|
|
6
|
-
} from "../models/models_1";
|
|
3
|
+
import { CreateModelBiasJobDefinitionRequest } from "../models/models_1";
|
|
4
|
+
import { CreateModelBiasJobDefinitionResponse } from "../models/models_2";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateModelCardExportJobRequest,
|
|
5
5
|
CreateModelCardExportJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateModelExplainabilityJobDefinitionRequest,
|
|
5
5
|
CreateModelExplainabilityJobDefinitionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_2";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeClusterEventRequest,
|
|
5
|
+
DescribeClusterEventResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeClusterEventCommandInput
|
|
15
|
+
extends DescribeClusterEventRequest {}
|
|
16
|
+
export interface DescribeClusterEventCommandOutput
|
|
17
|
+
extends DescribeClusterEventResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeClusterEventCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeClusterEventCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeClusterEventCommandInput,
|
|
24
|
+
DescribeClusterEventCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeClusterEventCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeClusterEventCommandInput,
|
|
33
|
+
DescribeClusterEventCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeClusterEventCommand extends DescribeClusterEventCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeClusterEventRequest;
|
|
44
|
+
output: DescribeClusterEventResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeClusterEventCommandInput;
|
|
48
|
+
output: DescribeClusterEventCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeContextResponse,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeContextRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeContextResponse } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDataQualityJobDefinitionRequest,
|
|
5
5
|
DescribeDataQualityJobDefinitionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeEdgeDeploymentPlanRequest,
|
|
5
5
|
DescribeEdgeDeploymentPlanResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeEdgePackagingJobRequest,
|
|
5
5
|
DescribeEdgePackagingJobResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DescribeEndpointInput,
|
|
5
|
+
DescribeEndpointOutput,
|
|
6
|
+
} from "../models/models_3";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListActionsRequest } from "../models/
|
|
4
|
-
import { ListActionsResponse } from "../models/models_4";
|
|
3
|
+
import { ListActionsRequest, ListActionsResponse } from "../models/models_4";
|
|
5
4
|
import {
|
|
6
5
|
SageMakerClientResolvedConfig,
|
|
7
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListClusterEventsRequest,
|
|
5
|
+
ListClusterEventsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListClusterEventsCommandInput
|
|
15
|
+
extends ListClusterEventsRequest {}
|
|
16
|
+
export interface ListClusterEventsCommandOutput
|
|
17
|
+
extends ListClusterEventsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListClusterEventsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListClusterEventsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListClusterEventsCommandInput,
|
|
24
|
+
ListClusterEventsCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListClusterEventsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListClusterEventsCommandInput,
|
|
33
|
+
ListClusterEventsCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListClusterEventsCommand extends ListClusterEventsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListClusterEventsRequest;
|
|
44
|
+
output: ListClusterEventsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListClusterEventsCommandInput;
|
|
48
|
+
output: ListClusterEventsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
PutModelPackageGroupPolicyInput,
|
|
5
5
|
PutModelPackageGroupPolicyOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { QueryLineageRequest, QueryLineageResponse } from "../models/
|
|
3
|
+
import { QueryLineageRequest, QueryLineageResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { RegisterDevicesRequest } from "../models/
|
|
3
|
+
import { RegisterDevicesRequest } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
SageMakerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -2,6 +2,7 @@ export * from "./AddAssociationCommand";
|
|
|
2
2
|
export * from "./AddTagsCommand";
|
|
3
3
|
export * from "./AssociateTrialComponentCommand";
|
|
4
4
|
export * from "./AttachClusterNodeVolumeCommand";
|
|
5
|
+
export * from "./BatchAddClusterNodesCommand";
|
|
5
6
|
export * from "./BatchDeleteClusterNodesCommand";
|
|
6
7
|
export * from "./BatchDescribeModelPackageCommand";
|
|
7
8
|
export * from "./CreateActionCommand";
|
|
@@ -134,6 +135,7 @@ export * from "./DescribeArtifactCommand";
|
|
|
134
135
|
export * from "./DescribeAutoMLJobCommand";
|
|
135
136
|
export * from "./DescribeAutoMLJobV2Command";
|
|
136
137
|
export * from "./DescribeClusterCommand";
|
|
138
|
+
export * from "./DescribeClusterEventCommand";
|
|
137
139
|
export * from "./DescribeClusterNodeCommand";
|
|
138
140
|
export * from "./DescribeClusterSchedulerConfigCommand";
|
|
139
141
|
export * from "./DescribeCodeRepositoryCommand";
|
|
@@ -213,6 +215,7 @@ export * from "./ListArtifactsCommand";
|
|
|
213
215
|
export * from "./ListAssociationsCommand";
|
|
214
216
|
export * from "./ListAutoMLJobsCommand";
|
|
215
217
|
export * from "./ListCandidatesForAutoMLJobCommand";
|
|
218
|
+
export * from "./ListClusterEventsCommand";
|
|
216
219
|
export * from "./ListClusterNodesCommand";
|
|
217
220
|
export * from "./ListClusterSchedulerConfigsCommand";
|
|
218
221
|
export * from "./ListClustersCommand";
|