@aws-sdk/client-sagemaker 3.859.0 → 3.861.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 (104) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +596 -125
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/AttachClusterNodeVolumeCommand.js +22 -0
  5. package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
  6. package/dist-es/commands/CreateModelCardCommand.js +1 -1
  7. package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
  8. package/dist-es/commands/DetachClusterNodeVolumeCommand.js +22 -0
  9. package/dist-es/commands/ListClusterEventsCommand.js +22 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +45 -101
  12. package/dist-es/models/models_1.js +94 -15
  13. package/dist-es/models/models_2.js +14 -40
  14. package/dist-es/models/models_3.js +43 -40
  15. package/dist-es/models/models_4.js +40 -14
  16. package/dist-es/models/models_5.js +14 -2
  17. package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
  18. package/dist-es/pagination/index.js +1 -0
  19. package/dist-es/protocols/Aws_json1_1.js +339 -0
  20. package/dist-types/SageMaker.d.ts +35 -0
  21. package/dist-types/SageMakerClient.d.ts +7 -2
  22. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +82 -0
  23. package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
  24. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
  25. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  26. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
  32. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
  33. package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  41. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +82 -0
  42. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  43. package/dist-types/commands/ListActionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAlgorithmsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAliasesCommand.d.ts +1 -1
  46. package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
  47. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
  48. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  50. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  51. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
  54. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
  55. package/dist-types/commands/UpdateWorkforceCommand.d.ts +1 -1
  56. package/dist-types/commands/index.d.ts +5 -0
  57. package/dist-types/models/models_0.d.ts +657 -531
  58. package/dist-types/models/models_1.d.ts +3755 -3694
  59. package/dist-types/models/models_2.d.ts +3169 -3559
  60. package/dist-types/models/models_3.d.ts +4492 -4376
  61. package/dist-types/models/models_4.d.ts +3841 -3859
  62. package/dist-types/models/models_5.d.ts +905 -5
  63. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
  64. package/dist-types/pagination/index.d.ts +1 -0
  65. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  66. package/dist-types/ts3.4/SageMaker.d.ts +85 -0
  67. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  68. package/dist-types/ts3.4/commands/AttachClusterNodeVolumeCommand.d.ts +51 -0
  69. package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
  70. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/DetachClusterNodeVolumeCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListAlgorithmsCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  95. package/dist-types/ts3.4/models/models_0.d.ts +208 -204
  96. package/dist-types/ts3.4/models/models_1.d.ts +194 -132
  97. package/dist-types/ts3.4/models/models_2.d.ts +135 -248
  98. package/dist-types/ts3.4/models/models_3.d.ts +262 -229
  99. package/dist-types/ts3.4/models/models_4.d.ts +257 -266
  100. package/dist-types/ts3.4/models/models_5.d.ts +242 -21
  101. package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  103. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  104. package/package.json +1 -1
@@ -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";
@@ -3,6 +3,8 @@ import { SerdeContext as __SerdeContext } from "@smithy/types";
3
3
  import { AddAssociationCommandInput, AddAssociationCommandOutput } from "../commands/AddAssociationCommand";
4
4
  import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
5
5
  import { AssociateTrialComponentCommandInput, AssociateTrialComponentCommandOutput } from "../commands/AssociateTrialComponentCommand";
6
+ import { AttachClusterNodeVolumeCommandInput, AttachClusterNodeVolumeCommandOutput } from "../commands/AttachClusterNodeVolumeCommand";
7
+ import { BatchAddClusterNodesCommandInput, BatchAddClusterNodesCommandOutput } from "../commands/BatchAddClusterNodesCommand";
6
8
  import { BatchDeleteClusterNodesCommandInput, BatchDeleteClusterNodesCommandOutput } from "../commands/BatchDeleteClusterNodesCommand";
7
9
  import { BatchDescribeModelPackageCommandInput, BatchDescribeModelPackageCommandOutput } from "../commands/BatchDescribeModelPackageCommand";
8
10
  import { CreateActionCommandInput, CreateActionCommandOutput } from "../commands/CreateActionCommand";
@@ -135,6 +137,7 @@ import { DescribeArtifactCommandInput, DescribeArtifactCommandOutput } from "../
135
137
  import { DescribeAutoMLJobCommandInput, DescribeAutoMLJobCommandOutput } from "../commands/DescribeAutoMLJobCommand";
136
138
  import { DescribeAutoMLJobV2CommandInput, DescribeAutoMLJobV2CommandOutput } from "../commands/DescribeAutoMLJobV2Command";
137
139
  import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "../commands/DescribeClusterCommand";
140
+ import { DescribeClusterEventCommandInput, DescribeClusterEventCommandOutput } from "../commands/DescribeClusterEventCommand";
138
141
  import { DescribeClusterNodeCommandInput, DescribeClusterNodeCommandOutput } from "../commands/DescribeClusterNodeCommand";
139
142
  import { DescribeClusterSchedulerConfigCommandInput, DescribeClusterSchedulerConfigCommandOutput } from "../commands/DescribeClusterSchedulerConfigCommand";
140
143
  import { DescribeCodeRepositoryCommandInput, DescribeCodeRepositoryCommandOutput } from "../commands/DescribeCodeRepositoryCommand";
@@ -194,6 +197,7 @@ import { DescribeTrialComponentCommandInput, DescribeTrialComponentCommandOutput
194
197
  import { DescribeUserProfileCommandInput, DescribeUserProfileCommandOutput } from "../commands/DescribeUserProfileCommand";
195
198
  import { DescribeWorkforceCommandInput, DescribeWorkforceCommandOutput } from "../commands/DescribeWorkforceCommand";
196
199
  import { DescribeWorkteamCommandInput, DescribeWorkteamCommandOutput } from "../commands/DescribeWorkteamCommand";
200
+ import { DetachClusterNodeVolumeCommandInput, DetachClusterNodeVolumeCommandOutput } from "../commands/DetachClusterNodeVolumeCommand";
197
201
  import { DisableSagemakerServicecatalogPortfolioCommandInput, DisableSagemakerServicecatalogPortfolioCommandOutput } from "../commands/DisableSagemakerServicecatalogPortfolioCommand";
198
202
  import { DisassociateTrialComponentCommandInput, DisassociateTrialComponentCommandOutput } from "../commands/DisassociateTrialComponentCommand";
199
203
  import { EnableSagemakerServicecatalogPortfolioCommandInput, EnableSagemakerServicecatalogPortfolioCommandOutput } from "../commands/EnableSagemakerServicecatalogPortfolioCommand";
@@ -213,6 +217,7 @@ import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../comman
213
217
  import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
214
218
  import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
215
219
  import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
220
+ import { ListClusterEventsCommandInput, ListClusterEventsCommandOutput } from "../commands/ListClusterEventsCommand";
216
221
  import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "../commands/ListClusterNodesCommand";
217
222
  import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "../commands/ListClusterSchedulerConfigsCommand";
218
223
  import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
@@ -374,6 +379,14 @@ export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __
374
379
  * serializeAws_json1_1AssociateTrialComponentCommand
375
380
  */
376
381
  export declare const se_AssociateTrialComponentCommand: (input: AssociateTrialComponentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
+ /**
383
+ * serializeAws_json1_1AttachClusterNodeVolumeCommand
384
+ */
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>;
377
390
  /**
378
391
  * serializeAws_json1_1BatchDeleteClusterNodesCommand
379
392
  */
@@ -902,6 +915,10 @@ export declare const se_DescribeAutoMLJobV2Command: (input: DescribeAutoMLJobV2C
902
915
  * serializeAws_json1_1DescribeClusterCommand
903
916
  */
904
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>;
905
922
  /**
906
923
  * serializeAws_json1_1DescribeClusterNodeCommand
907
924
  */
@@ -1138,6 +1155,10 @@ export declare const se_DescribeWorkforceCommand: (input: DescribeWorkforceComma
1138
1155
  * serializeAws_json1_1DescribeWorkteamCommand
1139
1156
  */
1140
1157
  export declare const se_DescribeWorkteamCommand: (input: DescribeWorkteamCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1158
+ /**
1159
+ * serializeAws_json1_1DetachClusterNodeVolumeCommand
1160
+ */
1161
+ export declare const se_DetachClusterNodeVolumeCommand: (input: DetachClusterNodeVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
1141
1162
  /**
1142
1163
  * serializeAws_json1_1DisableSagemakerServicecatalogPortfolioCommand
1143
1164
  */
@@ -1214,6 +1235,10 @@ export declare const se_ListAutoMLJobsCommand: (input: ListAutoMLJobsCommandInpu
1214
1235
  * serializeAws_json1_1ListCandidatesForAutoMLJobCommand
1215
1236
  */
1216
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>;
1217
1242
  /**
1218
1243
  * serializeAws_json1_1ListClusterNodesCommand
1219
1244
  */
@@ -1822,6 +1847,14 @@ export declare const de_AddTagsCommand: (output: __HttpResponse, context: __Serd
1822
1847
  * deserializeAws_json1_1AssociateTrialComponentCommand
1823
1848
  */
1824
1849
  export declare const de_AssociateTrialComponentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTrialComponentCommandOutput>;
1850
+ /**
1851
+ * deserializeAws_json1_1AttachClusterNodeVolumeCommand
1852
+ */
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>;
1825
1858
  /**
1826
1859
  * deserializeAws_json1_1BatchDeleteClusterNodesCommand
1827
1860
  */
@@ -2350,6 +2383,10 @@ export declare const de_DescribeAutoMLJobV2Command: (output: __HttpResponse, con
2350
2383
  * deserializeAws_json1_1DescribeClusterCommand
2351
2384
  */
2352
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>;
2353
2390
  /**
2354
2391
  * deserializeAws_json1_1DescribeClusterNodeCommand
2355
2392
  */
@@ -2586,6 +2623,10 @@ export declare const de_DescribeWorkforceCommand: (output: __HttpResponse, conte
2586
2623
  * deserializeAws_json1_1DescribeWorkteamCommand
2587
2624
  */
2588
2625
  export declare const de_DescribeWorkteamCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkteamCommandOutput>;
2626
+ /**
2627
+ * deserializeAws_json1_1DetachClusterNodeVolumeCommand
2628
+ */
2629
+ export declare const de_DetachClusterNodeVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachClusterNodeVolumeCommandOutput>;
2589
2630
  /**
2590
2631
  * deserializeAws_json1_1DisableSagemakerServicecatalogPortfolioCommand
2591
2632
  */
@@ -2662,6 +2703,10 @@ export declare const de_ListAutoMLJobsCommand: (output: __HttpResponse, context:
2662
2703
  * deserializeAws_json1_1ListCandidatesForAutoMLJobCommand
2663
2704
  */
2664
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>;
2665
2710
  /**
2666
2711
  * deserializeAws_json1_1ListClusterNodesCommand
2667
2712
  */
@@ -11,6 +11,14 @@ import {
11
11
  AssociateTrialComponentCommandInput,
12
12
  AssociateTrialComponentCommandOutput,
13
13
  } from "./commands/AssociateTrialComponentCommand";
14
+ import {
15
+ AttachClusterNodeVolumeCommandInput,
16
+ AttachClusterNodeVolumeCommandOutput,
17
+ } from "./commands/AttachClusterNodeVolumeCommand";
18
+ import {
19
+ BatchAddClusterNodesCommandInput,
20
+ BatchAddClusterNodesCommandOutput,
21
+ } from "./commands/BatchAddClusterNodesCommand";
14
22
  import {
15
23
  BatchDeleteClusterNodesCommandInput,
16
24
  BatchDeleteClusterNodesCommandOutput,
@@ -539,6 +547,10 @@ import {
539
547
  DescribeClusterCommandInput,
540
548
  DescribeClusterCommandOutput,
541
549
  } from "./commands/DescribeClusterCommand";
550
+ import {
551
+ DescribeClusterEventCommandInput,
552
+ DescribeClusterEventCommandOutput,
553
+ } from "./commands/DescribeClusterEventCommand";
542
554
  import {
543
555
  DescribeClusterNodeCommandInput,
544
556
  DescribeClusterNodeCommandOutput,
@@ -775,6 +787,10 @@ import {
775
787
  DescribeWorkteamCommandInput,
776
788
  DescribeWorkteamCommandOutput,
777
789
  } from "./commands/DescribeWorkteamCommand";
790
+ import {
791
+ DetachClusterNodeVolumeCommandInput,
792
+ DetachClusterNodeVolumeCommandOutput,
793
+ } from "./commands/DetachClusterNodeVolumeCommand";
778
794
  import {
779
795
  DisableSagemakerServicecatalogPortfolioCommandInput,
780
796
  DisableSagemakerServicecatalogPortfolioCommandOutput,
@@ -851,6 +867,10 @@ import {
851
867
  ListCandidatesForAutoMLJobCommandInput,
852
868
  ListCandidatesForAutoMLJobCommandOutput,
853
869
  } from "./commands/ListCandidatesForAutoMLJobCommand";
870
+ import {
871
+ ListClusterEventsCommandInput,
872
+ ListClusterEventsCommandOutput,
873
+ } from "./commands/ListClusterEventsCommand";
854
874
  import {
855
875
  ListClusterNodesCommandInput,
856
876
  ListClusterNodesCommandOutput,
@@ -1488,6 +1508,32 @@ export interface SageMaker {
1488
1508
  options: __HttpHandlerOptions,
1489
1509
  cb: (err: any, data?: AssociateTrialComponentCommandOutput) => void
1490
1510
  ): void;
1511
+ attachClusterNodeVolume(
1512
+ args: AttachClusterNodeVolumeCommandInput,
1513
+ options?: __HttpHandlerOptions
1514
+ ): Promise<AttachClusterNodeVolumeCommandOutput>;
1515
+ attachClusterNodeVolume(
1516
+ args: AttachClusterNodeVolumeCommandInput,
1517
+ cb: (err: any, data?: AttachClusterNodeVolumeCommandOutput) => void
1518
+ ): void;
1519
+ attachClusterNodeVolume(
1520
+ args: AttachClusterNodeVolumeCommandInput,
1521
+ options: __HttpHandlerOptions,
1522
+ cb: (err: any, data?: AttachClusterNodeVolumeCommandOutput) => void
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;
1491
1537
  batchDeleteClusterNodes(
1492
1538
  args: BatchDeleteClusterNodesCommandInput,
1493
1539
  options?: __HttpHandlerOptions
@@ -3248,6 +3294,19 @@ export interface SageMaker {
3248
3294
  options: __HttpHandlerOptions,
3249
3295
  cb: (err: any, data?: DescribeClusterCommandOutput) => void
3250
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;
3251
3310
  describeClusterNode(
3252
3311
  args: DescribeClusterNodeCommandInput,
3253
3312
  options?: __HttpHandlerOptions
@@ -4045,6 +4104,19 @@ export interface SageMaker {
4045
4104
  options: __HttpHandlerOptions,
4046
4105
  cb: (err: any, data?: DescribeWorkteamCommandOutput) => void
4047
4106
  ): void;
4107
+ detachClusterNodeVolume(
4108
+ args: DetachClusterNodeVolumeCommandInput,
4109
+ options?: __HttpHandlerOptions
4110
+ ): Promise<DetachClusterNodeVolumeCommandOutput>;
4111
+ detachClusterNodeVolume(
4112
+ args: DetachClusterNodeVolumeCommandInput,
4113
+ cb: (err: any, data?: DetachClusterNodeVolumeCommandOutput) => void
4114
+ ): void;
4115
+ detachClusterNodeVolume(
4116
+ args: DetachClusterNodeVolumeCommandInput,
4117
+ options: __HttpHandlerOptions,
4118
+ cb: (err: any, data?: DetachClusterNodeVolumeCommandOutput) => void
4119
+ ): void;
4048
4120
  disableSagemakerServicecatalogPortfolio(): Promise<DisableSagemakerServicecatalogPortfolioCommandOutput>;
4049
4121
  disableSagemakerServicecatalogPortfolio(
4050
4122
  args: DisableSagemakerServicecatalogPortfolioCommandInput,
@@ -4326,6 +4398,19 @@ export interface SageMaker {
4326
4398
  options: __HttpHandlerOptions,
4327
4399
  cb: (err: any, data?: ListCandidatesForAutoMLJobCommandOutput) => void
4328
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;
4329
4414
  listClusterNodes(
4330
4415
  args: ListClusterNodesCommandInput,
4331
4416
  options?: __HttpHandlerOptions
@@ -57,6 +57,14 @@ import {
57
57
  AssociateTrialComponentCommandInput,
58
58
  AssociateTrialComponentCommandOutput,
59
59
  } from "./commands/AssociateTrialComponentCommand";
60
+ import {
61
+ AttachClusterNodeVolumeCommandInput,
62
+ AttachClusterNodeVolumeCommandOutput,
63
+ } from "./commands/AttachClusterNodeVolumeCommand";
64
+ import {
65
+ BatchAddClusterNodesCommandInput,
66
+ BatchAddClusterNodesCommandOutput,
67
+ } from "./commands/BatchAddClusterNodesCommand";
60
68
  import {
61
69
  BatchDeleteClusterNodesCommandInput,
62
70
  BatchDeleteClusterNodesCommandOutput,
@@ -585,6 +593,10 @@ import {
585
593
  DescribeClusterCommandInput,
586
594
  DescribeClusterCommandOutput,
587
595
  } from "./commands/DescribeClusterCommand";
596
+ import {
597
+ DescribeClusterEventCommandInput,
598
+ DescribeClusterEventCommandOutput,
599
+ } from "./commands/DescribeClusterEventCommand";
588
600
  import {
589
601
  DescribeClusterNodeCommandInput,
590
602
  DescribeClusterNodeCommandOutput,
@@ -821,6 +833,10 @@ import {
821
833
  DescribeWorkteamCommandInput,
822
834
  DescribeWorkteamCommandOutput,
823
835
  } from "./commands/DescribeWorkteamCommand";
836
+ import {
837
+ DetachClusterNodeVolumeCommandInput,
838
+ DetachClusterNodeVolumeCommandOutput,
839
+ } from "./commands/DetachClusterNodeVolumeCommand";
824
840
  import {
825
841
  DisableSagemakerServicecatalogPortfolioCommandInput,
826
842
  DisableSagemakerServicecatalogPortfolioCommandOutput,
@@ -897,6 +913,10 @@ import {
897
913
  ListCandidatesForAutoMLJobCommandInput,
898
914
  ListCandidatesForAutoMLJobCommandOutput,
899
915
  } from "./commands/ListCandidatesForAutoMLJobCommand";
916
+ import {
917
+ ListClusterEventsCommandInput,
918
+ ListClusterEventsCommandOutput,
919
+ } from "./commands/ListClusterEventsCommand";
900
920
  import {
901
921
  ListClusterNodesCommandInput,
902
922
  ListClusterNodesCommandOutput,
@@ -1504,6 +1524,8 @@ export type ServiceInputTypes =
1504
1524
  | AddAssociationCommandInput
1505
1525
  | AddTagsCommandInput
1506
1526
  | AssociateTrialComponentCommandInput
1527
+ | AttachClusterNodeVolumeCommandInput
1528
+ | BatchAddClusterNodesCommandInput
1507
1529
  | BatchDeleteClusterNodesCommandInput
1508
1530
  | BatchDescribeModelPackageCommandInput
1509
1531
  | CreateActionCommandInput
@@ -1636,6 +1658,7 @@ export type ServiceInputTypes =
1636
1658
  | DescribeAutoMLJobCommandInput
1637
1659
  | DescribeAutoMLJobV2CommandInput
1638
1660
  | DescribeClusterCommandInput
1661
+ | DescribeClusterEventCommandInput
1639
1662
  | DescribeClusterNodeCommandInput
1640
1663
  | DescribeClusterSchedulerConfigCommandInput
1641
1664
  | DescribeCodeRepositoryCommandInput
@@ -1695,6 +1718,7 @@ export type ServiceInputTypes =
1695
1718
  | DescribeUserProfileCommandInput
1696
1719
  | DescribeWorkforceCommandInput
1697
1720
  | DescribeWorkteamCommandInput
1721
+ | DetachClusterNodeVolumeCommandInput
1698
1722
  | DisableSagemakerServicecatalogPortfolioCommandInput
1699
1723
  | DisassociateTrialComponentCommandInput
1700
1724
  | EnableSagemakerServicecatalogPortfolioCommandInput
@@ -1714,6 +1738,7 @@ export type ServiceInputTypes =
1714
1738
  | ListAssociationsCommandInput
1715
1739
  | ListAutoMLJobsCommandInput
1716
1740
  | ListCandidatesForAutoMLJobCommandInput
1741
+ | ListClusterEventsCommandInput
1717
1742
  | ListClusterNodesCommandInput
1718
1743
  | ListClusterSchedulerConfigsCommandInput
1719
1744
  | ListClustersCommandInput
@@ -1867,6 +1892,8 @@ export type ServiceOutputTypes =
1867
1892
  | AddAssociationCommandOutput
1868
1893
  | AddTagsCommandOutput
1869
1894
  | AssociateTrialComponentCommandOutput
1895
+ | AttachClusterNodeVolumeCommandOutput
1896
+ | BatchAddClusterNodesCommandOutput
1870
1897
  | BatchDeleteClusterNodesCommandOutput
1871
1898
  | BatchDescribeModelPackageCommandOutput
1872
1899
  | CreateActionCommandOutput
@@ -1999,6 +2026,7 @@ export type ServiceOutputTypes =
1999
2026
  | DescribeAutoMLJobCommandOutput
2000
2027
  | DescribeAutoMLJobV2CommandOutput
2001
2028
  | DescribeClusterCommandOutput
2029
+ | DescribeClusterEventCommandOutput
2002
2030
  | DescribeClusterNodeCommandOutput
2003
2031
  | DescribeClusterSchedulerConfigCommandOutput
2004
2032
  | DescribeCodeRepositoryCommandOutput
@@ -2058,6 +2086,7 @@ export type ServiceOutputTypes =
2058
2086
  | DescribeUserProfileCommandOutput
2059
2087
  | DescribeWorkforceCommandOutput
2060
2088
  | DescribeWorkteamCommandOutput
2089
+ | DetachClusterNodeVolumeCommandOutput
2061
2090
  | DisableSagemakerServicecatalogPortfolioCommandOutput
2062
2091
  | DisassociateTrialComponentCommandOutput
2063
2092
  | EnableSagemakerServicecatalogPortfolioCommandOutput
@@ -2077,6 +2106,7 @@ export type ServiceOutputTypes =
2077
2106
  | ListAssociationsCommandOutput
2078
2107
  | ListAutoMLJobsCommandOutput
2079
2108
  | ListCandidatesForAutoMLJobCommandOutput
2109
+ | ListClusterEventsCommandOutput
2080
2110
  | ListClusterNodesCommandOutput
2081
2111
  | ListClusterSchedulerConfigsCommandOutput
2082
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
+ AttachClusterNodeVolumeRequest,
5
+ AttachClusterNodeVolumeResponse,
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 AttachClusterNodeVolumeCommandInput
15
+ extends AttachClusterNodeVolumeRequest {}
16
+ export interface AttachClusterNodeVolumeCommandOutput
17
+ extends AttachClusterNodeVolumeResponse,
18
+ __MetadataBearer {}
19
+ declare const AttachClusterNodeVolumeCommand_base: {
20
+ new (
21
+ input: AttachClusterNodeVolumeCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ AttachClusterNodeVolumeCommandInput,
24
+ AttachClusterNodeVolumeCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: AttachClusterNodeVolumeCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ AttachClusterNodeVolumeCommandInput,
33
+ AttachClusterNodeVolumeCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class AttachClusterNodeVolumeCommand extends AttachClusterNodeVolumeCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AttachClusterNodeVolumeRequest;
44
+ output: AttachClusterNodeVolumeResponse;
45
+ };
46
+ sdk: {
47
+ input: AttachClusterNodeVolumeCommandInput;
48
+ output: AttachClusterNodeVolumeCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -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
- CreateModelBiasJobDefinitionRequest,
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
  CreateModelCardRequest,
5
5
  CreateModelCardResponse,
6
- } from "../models/models_1";
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
  CreateModelCardExportJobRequest,
5
5
  CreateModelCardExportJobResponse,
6
- } from "../models/models_1";
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/models_1";
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
- DescribeContextRequest,
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/models_2";
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
  DescribeDeviceRequest,
5
5
  DescribeDeviceResponse,
6
- } from "../models/models_2";
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
  DescribeDeviceFleetRequest,
5
5
  DescribeDeviceFleetResponse,
6
- } from "../models/models_2";
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
  DescribeDomainRequest,
5
5
  DescribeDomainResponse,
6
- } from "../models/models_2";
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/models_2";
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/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,