@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
@@ -5,6 +5,7 @@ import {
5
5
  AlgorithmSpecification,
6
6
  AppNetworkAccessType,
7
7
  AppSecurityGroupManagement,
8
+ AppSpecification,
8
9
  BooleanOperator,
9
10
  CfnUpdateTemplateProvider,
10
11
  Channel,
@@ -41,9 +42,6 @@ import {
41
42
  InferenceExperimentSchedule,
42
43
  JobType,
43
44
  MetadataProperties,
44
- ModelCardStatus,
45
- ModelLifeCycle,
46
- ModelPackageModelCard,
47
45
  ModelVariantConfig,
48
46
  Processor,
49
47
  RetryStrategy,
@@ -52,6 +50,8 @@ import {
52
50
  TagPropagation,
53
51
  ThroughputMode,
54
52
  TrackingServerSize,
53
+ TtlDuration,
54
+ UiTemplate,
55
55
  UserSettings,
56
56
  VendorGuidance,
57
57
  } from "./models_1";
@@ -64,7 +64,11 @@ import {
64
64
  InstanceMetadataServiceConfiguration,
65
65
  MemberDefinition,
66
66
  ModelArtifacts,
67
+ ModelCardStatus,
68
+ ModelLifeCycle,
69
+ ModelPackageModelCard,
67
70
  MonitoringScheduleConfig,
71
+ NetworkConfig,
68
72
  NotebookInstanceAcceleratorType,
69
73
  NotebookInstanceLifecycleHook,
70
74
  NotificationConfiguration,
@@ -73,10 +77,15 @@ import {
73
77
  PartnerAppConfig,
74
78
  PartnerAppMaintenanceConfig,
75
79
  PipelineDefinitionS3Location,
80
+ ProcessingInput,
81
+ ProcessingOutputConfig,
82
+ ProcessingResources,
83
+ ProcessingStoppingCondition,
76
84
  ProfilerConfig,
77
85
  ProfilerRuleConfiguration,
78
86
  ProvisioningParameter,
79
87
  RootAccess,
88
+ ServiceCatalogProvisioningDetails,
80
89
  SourceIpConfig,
81
90
  SpaceSettings,
82
91
  TensorBoardOutputConfig,
@@ -90,7 +99,9 @@ import {
90
99
  import {
91
100
  DesiredWeightAndCapacity,
92
101
  Device,
102
+ Direction,
93
103
  DomainSettingsForUpdate,
104
+ Edge,
94
105
  Endpoint,
95
106
  Experiment,
96
107
  FeatureGroup,
@@ -101,14 +112,21 @@ import {
101
112
  HubContentSupportStatus,
102
113
  HyperParameterTuningJobSearchEntity,
103
114
  InferenceComponentDeploymentConfig,
104
- InferenceExperimentStopDesiredState,
105
115
  MetricData,
116
+ ModelPackageGroupStatus,
117
+ PipelineExecutionStatus,
118
+ PipelineExperimentConfig,
119
+ PipelineStatus,
120
+ ProcessingJobStatus,
121
+ ProjectStatus,
106
122
  ReservedCapacityInstanceType,
107
123
  ResourceType,
108
124
  SageMakerResourceName,
109
125
  SecondaryStatus,
110
126
  SecondaryStatusTransition,
111
127
  SelectiveExecutionConfig,
128
+ ServiceCatalogProvisionedProductDetails,
129
+ TemplateProviderDetail,
112
130
  TrainingJobStatus,
113
131
  TrialComponentMetricSummary,
114
132
  TrialComponentSource,
@@ -117,29 +135,231 @@ import {
117
135
  Workteam,
118
136
  } from "./models_3";
119
137
  import {
138
+ InferenceExperimentStopDesiredState,
139
+ LineageType,
120
140
  ModelCard,
121
141
  ModelDashboardModel,
122
142
  ModelPackage,
123
- ModelPackageGroup,
124
- ModelVariantAction,
125
- NestedFilters,
126
- OnlineStoreConfigUpdate,
127
143
  Parameter,
128
- Parent,
129
- Pipeline,
130
- PipelineExecution,
131
- PipelineVersion,
132
- ProcessingJob,
133
- ProfilerConfigForUpdate,
134
- Project,
135
- Relation,
136
- RemoteDebugConfigForUpdate,
137
- ReservedCapacityOffering,
138
- ResourceConfigForUpdate,
139
- SearchSortOrder,
140
144
  TransformJob,
141
- VisibilityConditions,
142
145
  } from "./models_4";
146
+ export interface ModelPackageGroup {
147
+ ModelPackageGroupName?: string | undefined;
148
+ ModelPackageGroupArn?: string | undefined;
149
+ ModelPackageGroupDescription?: string | undefined;
150
+ CreationTime?: Date | undefined;
151
+ CreatedBy?: UserContext | undefined;
152
+ ModelPackageGroupStatus?: ModelPackageGroupStatus | undefined;
153
+ Tags?: Tag[] | undefined;
154
+ }
155
+ export declare const ModelVariantAction: {
156
+ readonly PROMOTE: "Promote";
157
+ readonly REMOVE: "Remove";
158
+ readonly RETAIN: "Retain";
159
+ };
160
+ export type ModelVariantAction =
161
+ (typeof ModelVariantAction)[keyof typeof ModelVariantAction];
162
+ export interface NestedFilters {
163
+ NestedPropertyName: string | undefined;
164
+ Filters: Filter[] | undefined;
165
+ }
166
+ export interface OnlineStoreConfigUpdate {
167
+ TtlDuration?: TtlDuration | undefined;
168
+ }
169
+ export interface Parent {
170
+ TrialName?: string | undefined;
171
+ ExperimentName?: string | undefined;
172
+ }
173
+ export interface Pipeline {
174
+ PipelineArn?: string | undefined;
175
+ PipelineName?: string | undefined;
176
+ PipelineDisplayName?: string | undefined;
177
+ PipelineDescription?: string | undefined;
178
+ RoleArn?: string | undefined;
179
+ PipelineStatus?: PipelineStatus | undefined;
180
+ CreationTime?: Date | undefined;
181
+ LastModifiedTime?: Date | undefined;
182
+ LastRunTime?: Date | undefined;
183
+ CreatedBy?: UserContext | undefined;
184
+ LastModifiedBy?: UserContext | undefined;
185
+ ParallelismConfiguration?: ParallelismConfiguration | undefined;
186
+ Tags?: Tag[] | undefined;
187
+ }
188
+ export interface PipelineExecution {
189
+ PipelineArn?: string | undefined;
190
+ PipelineExecutionArn?: string | undefined;
191
+ PipelineExecutionDisplayName?: string | undefined;
192
+ PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
193
+ PipelineExecutionDescription?: string | undefined;
194
+ PipelineExperimentConfig?: PipelineExperimentConfig | undefined;
195
+ FailureReason?: string | undefined;
196
+ CreationTime?: Date | undefined;
197
+ LastModifiedTime?: Date | undefined;
198
+ CreatedBy?: UserContext | undefined;
199
+ LastModifiedBy?: UserContext | undefined;
200
+ ParallelismConfiguration?: ParallelismConfiguration | undefined;
201
+ SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
202
+ PipelineParameters?: Parameter[] | undefined;
203
+ PipelineVersionId?: number | undefined;
204
+ PipelineVersionDisplayName?: string | undefined;
205
+ }
206
+ export interface PipelineVersion {
207
+ PipelineArn?: string | undefined;
208
+ PipelineVersionId?: number | undefined;
209
+ PipelineVersionDisplayName?: string | undefined;
210
+ PipelineVersionDescription?: string | undefined;
211
+ CreationTime?: Date | undefined;
212
+ LastModifiedTime?: Date | undefined;
213
+ CreatedBy?: UserContext | undefined;
214
+ LastModifiedBy?: UserContext | undefined;
215
+ LastExecutedPipelineExecutionArn?: string | undefined;
216
+ LastExecutedPipelineExecutionDisplayName?: string | undefined;
217
+ LastExecutedPipelineExecutionStatus?: PipelineExecutionStatus | undefined;
218
+ }
219
+ export interface ProcessingJob {
220
+ ProcessingInputs?: ProcessingInput[] | undefined;
221
+ ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
222
+ ProcessingJobName?: string | undefined;
223
+ ProcessingResources?: ProcessingResources | undefined;
224
+ StoppingCondition?: ProcessingStoppingCondition | undefined;
225
+ AppSpecification?: AppSpecification | undefined;
226
+ Environment?: Record<string, string> | undefined;
227
+ NetworkConfig?: NetworkConfig | undefined;
228
+ RoleArn?: string | undefined;
229
+ ExperimentConfig?: ExperimentConfig | undefined;
230
+ ProcessingJobArn?: string | undefined;
231
+ ProcessingJobStatus?: ProcessingJobStatus | undefined;
232
+ ExitMessage?: string | undefined;
233
+ FailureReason?: string | undefined;
234
+ ProcessingEndTime?: Date | undefined;
235
+ ProcessingStartTime?: Date | undefined;
236
+ LastModifiedTime?: Date | undefined;
237
+ CreationTime?: Date | undefined;
238
+ MonitoringScheduleArn?: string | undefined;
239
+ AutoMLJobArn?: string | undefined;
240
+ TrainingJobArn?: string | undefined;
241
+ Tags?: Tag[] | undefined;
242
+ }
243
+ export interface ProfilerConfigForUpdate {
244
+ S3OutputPath?: string | undefined;
245
+ ProfilingIntervalInMilliseconds?: number | undefined;
246
+ ProfilingParameters?: Record<string, string> | undefined;
247
+ DisableProfiler?: boolean | undefined;
248
+ }
249
+ export interface Project {
250
+ ProjectArn?: string | undefined;
251
+ ProjectName?: string | undefined;
252
+ ProjectId?: string | undefined;
253
+ ProjectDescription?: string | undefined;
254
+ ServiceCatalogProvisioningDetails?:
255
+ | ServiceCatalogProvisioningDetails
256
+ | undefined;
257
+ ServiceCatalogProvisionedProductDetails?:
258
+ | ServiceCatalogProvisionedProductDetails
259
+ | undefined;
260
+ ProjectStatus?: ProjectStatus | undefined;
261
+ CreatedBy?: UserContext | undefined;
262
+ CreationTime?: Date | undefined;
263
+ TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
264
+ Tags?: Tag[] | undefined;
265
+ LastModifiedTime?: Date | undefined;
266
+ LastModifiedBy?: UserContext | undefined;
267
+ }
268
+ export interface PutModelPackageGroupPolicyInput {
269
+ ModelPackageGroupName: string | undefined;
270
+ ResourcePolicy: string | undefined;
271
+ }
272
+ export interface PutModelPackageGroupPolicyOutput {
273
+ ModelPackageGroupArn: string | undefined;
274
+ }
275
+ export interface QueryFilters {
276
+ Types?: string[] | undefined;
277
+ LineageTypes?: LineageType[] | undefined;
278
+ CreatedBefore?: Date | undefined;
279
+ CreatedAfter?: Date | undefined;
280
+ ModifiedBefore?: Date | undefined;
281
+ ModifiedAfter?: Date | undefined;
282
+ Properties?: Record<string, string> | undefined;
283
+ }
284
+ export interface QueryLineageRequest {
285
+ StartArns?: string[] | undefined;
286
+ Direction?: Direction | undefined;
287
+ IncludeEdges?: boolean | undefined;
288
+ Filters?: QueryFilters | undefined;
289
+ MaxDepth?: number | undefined;
290
+ MaxResults?: number | undefined;
291
+ NextToken?: string | undefined;
292
+ }
293
+ export interface Vertex {
294
+ Arn?: string | undefined;
295
+ Type?: string | undefined;
296
+ LineageType?: LineageType | undefined;
297
+ }
298
+ export interface QueryLineageResponse {
299
+ Vertices?: Vertex[] | undefined;
300
+ Edges?: Edge[] | undefined;
301
+ NextToken?: string | undefined;
302
+ }
303
+ export interface RegisterDevicesRequest {
304
+ DeviceFleetName: string | undefined;
305
+ Devices: Device[] | undefined;
306
+ Tags?: Tag[] | undefined;
307
+ }
308
+ export declare const Relation: {
309
+ readonly EQUAL_TO: "EqualTo";
310
+ readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
311
+ };
312
+ export type Relation = (typeof Relation)[keyof typeof Relation];
313
+ export interface RemoteDebugConfigForUpdate {
314
+ EnableRemoteDebug?: boolean | undefined;
315
+ }
316
+ export interface RenderableTask {
317
+ Input: string | undefined;
318
+ }
319
+ export interface RenderingError {
320
+ Code: string | undefined;
321
+ Message: string | undefined;
322
+ }
323
+ export interface RenderUiTemplateRequest {
324
+ UiTemplate?: UiTemplate | undefined;
325
+ Task: RenderableTask | undefined;
326
+ RoleArn: string | undefined;
327
+ HumanTaskUiArn?: string | undefined;
328
+ }
329
+ export interface RenderUiTemplateResponse {
330
+ RenderedContent: string | undefined;
331
+ Errors: RenderingError[] | undefined;
332
+ }
333
+ export interface ReservedCapacityOffering {
334
+ InstanceType: ReservedCapacityInstanceType | undefined;
335
+ InstanceCount: number | undefined;
336
+ AvailabilityZone?: string | undefined;
337
+ DurationHours?: number | undefined;
338
+ DurationMinutes?: number | undefined;
339
+ StartTime?: Date | undefined;
340
+ EndTime?: Date | undefined;
341
+ }
342
+ export interface ResourceConfigForUpdate {
343
+ KeepAlivePeriodInSeconds: number | undefined;
344
+ }
345
+ export interface RetryPipelineExecutionRequest {
346
+ PipelineExecutionArn: string | undefined;
347
+ ClientRequestToken?: string | undefined;
348
+ ParallelismConfiguration?: ParallelismConfiguration | undefined;
349
+ }
350
+ export interface RetryPipelineExecutionResponse {
351
+ PipelineExecutionArn?: string | undefined;
352
+ }
353
+ export declare const SearchSortOrder: {
354
+ readonly ASCENDING: "Ascending";
355
+ readonly DESCENDING: "Descending";
356
+ };
357
+ export type SearchSortOrder =
358
+ (typeof SearchSortOrder)[keyof typeof SearchSortOrder];
359
+ export interface VisibilityConditions {
360
+ Key?: string | undefined;
361
+ Value?: string | undefined;
362
+ }
143
363
  export interface TrainingJob {
144
364
  TrainingJobName?: string | undefined;
145
365
  TrainingJobArn?: string | undefined;
@@ -460,6 +680,7 @@ export interface UpdateClusterSoftwareRequest {
460
680
  | UpdateClusterSoftwareInstanceGroupSpecification[]
461
681
  | undefined;
462
682
  DeploymentConfig?: DeploymentConfiguration | undefined;
683
+ ImageId?: string | undefined;
463
684
  }
464
685
  export interface UpdateClusterSoftwareResponse {
465
686
  ClusterArn: string | undefined;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListClusterEventsCommandInput,
4
+ ListClusterEventsCommandOutput,
5
+ } from "../commands/ListClusterEventsCommand";
6
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListClusterEvents: (
8
+ config: SageMakerPaginationConfiguration,
9
+ input: ListClusterEventsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";
@@ -15,6 +15,14 @@ import {
15
15
  AssociateTrialComponentCommandInput,
16
16
  AssociateTrialComponentCommandOutput,
17
17
  } from "../commands/AssociateTrialComponentCommand";
18
+ import {
19
+ AttachClusterNodeVolumeCommandInput,
20
+ AttachClusterNodeVolumeCommandOutput,
21
+ } from "../commands/AttachClusterNodeVolumeCommand";
22
+ import {
23
+ BatchAddClusterNodesCommandInput,
24
+ BatchAddClusterNodesCommandOutput,
25
+ } from "../commands/BatchAddClusterNodesCommand";
18
26
  import {
19
27
  BatchDeleteClusterNodesCommandInput,
20
28
  BatchDeleteClusterNodesCommandOutput,
@@ -543,6 +551,10 @@ import {
543
551
  DescribeClusterCommandInput,
544
552
  DescribeClusterCommandOutput,
545
553
  } from "../commands/DescribeClusterCommand";
554
+ import {
555
+ DescribeClusterEventCommandInput,
556
+ DescribeClusterEventCommandOutput,
557
+ } from "../commands/DescribeClusterEventCommand";
546
558
  import {
547
559
  DescribeClusterNodeCommandInput,
548
560
  DescribeClusterNodeCommandOutput,
@@ -779,6 +791,10 @@ import {
779
791
  DescribeWorkteamCommandInput,
780
792
  DescribeWorkteamCommandOutput,
781
793
  } from "../commands/DescribeWorkteamCommand";
794
+ import {
795
+ DetachClusterNodeVolumeCommandInput,
796
+ DetachClusterNodeVolumeCommandOutput,
797
+ } from "../commands/DetachClusterNodeVolumeCommand";
782
798
  import {
783
799
  DisableSagemakerServicecatalogPortfolioCommandInput,
784
800
  DisableSagemakerServicecatalogPortfolioCommandOutput,
@@ -855,6 +871,10 @@ import {
855
871
  ListCandidatesForAutoMLJobCommandInput,
856
872
  ListCandidatesForAutoMLJobCommandOutput,
857
873
  } from "../commands/ListCandidatesForAutoMLJobCommand";
874
+ import {
875
+ ListClusterEventsCommandInput,
876
+ ListClusterEventsCommandOutput,
877
+ } from "../commands/ListClusterEventsCommand";
858
878
  import {
859
879
  ListClusterNodesCommandInput,
860
880
  ListClusterNodesCommandOutput,
@@ -1463,6 +1483,14 @@ export declare const se_AssociateTrialComponentCommand: (
1463
1483
  input: AssociateTrialComponentCommandInput,
1464
1484
  context: __SerdeContext
1465
1485
  ) => Promise<__HttpRequest>;
1486
+ export declare const se_AttachClusterNodeVolumeCommand: (
1487
+ input: AttachClusterNodeVolumeCommandInput,
1488
+ context: __SerdeContext
1489
+ ) => Promise<__HttpRequest>;
1490
+ export declare const se_BatchAddClusterNodesCommand: (
1491
+ input: BatchAddClusterNodesCommandInput,
1492
+ context: __SerdeContext
1493
+ ) => Promise<__HttpRequest>;
1466
1494
  export declare const se_BatchDeleteClusterNodesCommand: (
1467
1495
  input: BatchDeleteClusterNodesCommandInput,
1468
1496
  context: __SerdeContext
@@ -1991,6 +2019,10 @@ export declare const se_DescribeClusterCommand: (
1991
2019
  input: DescribeClusterCommandInput,
1992
2020
  context: __SerdeContext
1993
2021
  ) => Promise<__HttpRequest>;
2022
+ export declare const se_DescribeClusterEventCommand: (
2023
+ input: DescribeClusterEventCommandInput,
2024
+ context: __SerdeContext
2025
+ ) => Promise<__HttpRequest>;
1994
2026
  export declare const se_DescribeClusterNodeCommand: (
1995
2027
  input: DescribeClusterNodeCommandInput,
1996
2028
  context: __SerdeContext
@@ -2227,6 +2259,10 @@ export declare const se_DescribeWorkteamCommand: (
2227
2259
  input: DescribeWorkteamCommandInput,
2228
2260
  context: __SerdeContext
2229
2261
  ) => Promise<__HttpRequest>;
2262
+ export declare const se_DetachClusterNodeVolumeCommand: (
2263
+ input: DetachClusterNodeVolumeCommandInput,
2264
+ context: __SerdeContext
2265
+ ) => Promise<__HttpRequest>;
2230
2266
  export declare const se_DisableSagemakerServicecatalogPortfolioCommand: (
2231
2267
  input: DisableSagemakerServicecatalogPortfolioCommandInput,
2232
2268
  context: __SerdeContext
@@ -2303,6 +2339,10 @@ export declare const se_ListCandidatesForAutoMLJobCommand: (
2303
2339
  input: ListCandidatesForAutoMLJobCommandInput,
2304
2340
  context: __SerdeContext
2305
2341
  ) => Promise<__HttpRequest>;
2342
+ export declare const se_ListClusterEventsCommand: (
2343
+ input: ListClusterEventsCommandInput,
2344
+ context: __SerdeContext
2345
+ ) => Promise<__HttpRequest>;
2306
2346
  export declare const se_ListClusterNodesCommand: (
2307
2347
  input: ListClusterNodesCommandInput,
2308
2348
  context: __SerdeContext
@@ -2911,6 +2951,14 @@ export declare const de_AssociateTrialComponentCommand: (
2911
2951
  output: __HttpResponse,
2912
2952
  context: __SerdeContext
2913
2953
  ) => Promise<AssociateTrialComponentCommandOutput>;
2954
+ export declare const de_AttachClusterNodeVolumeCommand: (
2955
+ output: __HttpResponse,
2956
+ context: __SerdeContext
2957
+ ) => Promise<AttachClusterNodeVolumeCommandOutput>;
2958
+ export declare const de_BatchAddClusterNodesCommand: (
2959
+ output: __HttpResponse,
2960
+ context: __SerdeContext
2961
+ ) => Promise<BatchAddClusterNodesCommandOutput>;
2914
2962
  export declare const de_BatchDeleteClusterNodesCommand: (
2915
2963
  output: __HttpResponse,
2916
2964
  context: __SerdeContext
@@ -3439,6 +3487,10 @@ export declare const de_DescribeClusterCommand: (
3439
3487
  output: __HttpResponse,
3440
3488
  context: __SerdeContext
3441
3489
  ) => Promise<DescribeClusterCommandOutput>;
3490
+ export declare const de_DescribeClusterEventCommand: (
3491
+ output: __HttpResponse,
3492
+ context: __SerdeContext
3493
+ ) => Promise<DescribeClusterEventCommandOutput>;
3442
3494
  export declare const de_DescribeClusterNodeCommand: (
3443
3495
  output: __HttpResponse,
3444
3496
  context: __SerdeContext
@@ -3675,6 +3727,10 @@ export declare const de_DescribeWorkteamCommand: (
3675
3727
  output: __HttpResponse,
3676
3728
  context: __SerdeContext
3677
3729
  ) => Promise<DescribeWorkteamCommandOutput>;
3730
+ export declare const de_DetachClusterNodeVolumeCommand: (
3731
+ output: __HttpResponse,
3732
+ context: __SerdeContext
3733
+ ) => Promise<DetachClusterNodeVolumeCommandOutput>;
3678
3734
  export declare const de_DisableSagemakerServicecatalogPortfolioCommand: (
3679
3735
  output: __HttpResponse,
3680
3736
  context: __SerdeContext
@@ -3751,6 +3807,10 @@ export declare const de_ListCandidatesForAutoMLJobCommand: (
3751
3807
  output: __HttpResponse,
3752
3808
  context: __SerdeContext
3753
3809
  ) => Promise<ListCandidatesForAutoMLJobCommandOutput>;
3810
+ export declare const de_ListClusterEventsCommand: (
3811
+ output: __HttpResponse,
3812
+ context: __SerdeContext
3813
+ ) => Promise<ListClusterEventsCommandOutput>;
3754
3814
  export declare const de_ListClusterNodesCommand: (
3755
3815
  output: __HttpResponse,
3756
3816
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.859.0",
4
+ "version": "3.861.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",