@aws-sdk/client-sagemaker 3.860.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 (91) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +492 -124
  3. package/dist-es/SageMaker.js +6 -0
  4. package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
  5. package/dist-es/commands/CreateModelCardCommand.js +1 -1
  6. package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
  7. package/dist-es/commands/ListClusterEventsCommand.js +22 -0
  8. package/dist-es/commands/index.js +3 -0
  9. package/dist-es/models/models_0.js +38 -93
  10. package/dist-es/models/models_1.js +86 -15
  11. package/dist-es/models/models_2.js +14 -40
  12. package/dist-es/models/models_3.js +43 -40
  13. package/dist-es/models/models_4.js +40 -10
  14. package/dist-es/models/models_5.js +10 -2
  15. package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +1 -0
  17. package/dist-es/protocols/Aws_json1_1.js +281 -0
  18. package/dist-types/SageMaker.d.ts +21 -0
  19. package/dist-types/SageMakerClient.d.ts +5 -2
  20. package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
  21. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
  22. package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
  23. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
  28. package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
  29. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
  30. package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
  38. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  39. package/dist-types/commands/ListActionsCommand.d.ts +1 -2
  40. package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
  41. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
  42. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  43. package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
  44. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  45. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  46. package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
  47. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
  48. package/dist-types/commands/index.d.ts +3 -0
  49. package/dist-types/models/models_0.d.ts +635 -539
  50. package/dist-types/models/models_1.d.ts +3626 -3557
  51. package/dist-types/models/models_2.d.ts +3079 -3394
  52. package/dist-types/models/models_3.d.ts +4419 -4366
  53. package/dist-types/models/models_4.d.ts +3813 -3877
  54. package/dist-types/models/models_5.d.ts +836 -5
  55. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
  56. package/dist-types/pagination/index.d.ts +1 -0
  57. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  58. package/dist-types/ts3.4/SageMaker.d.ts +51 -0
  59. package/dist-types/ts3.4/SageMakerClient.d.ts +18 -0
  60. package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
  66. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
  74. package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -2
  76. package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  82. package/dist-types/ts3.4/models/models_0.d.ts +186 -188
  83. package/dist-types/ts3.4/models/models_1.d.ts +177 -117
  84. package/dist-types/ts3.4/models/models_2.d.ts +123 -214
  85. package/dist-types/ts3.4/models/models_3.d.ts +219 -195
  86. package/dist-types/ts3.4/models/models_4.d.ts +225 -244
  87. package/dist-types/ts3.4/models/models_5.d.ts +220 -17
  88. package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  91. 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,8 +42,6 @@ import {
41
42
  InferenceExperimentSchedule,
42
43
  JobType,
43
44
  MetadataProperties,
44
- ModelCardStatus,
45
- ModelPackageModelCard,
46
45
  ModelVariantConfig,
47
46
  Processor,
48
47
  RetryStrategy,
@@ -51,6 +50,8 @@ import {
51
50
  TagPropagation,
52
51
  ThroughputMode,
53
52
  TrackingServerSize,
53
+ TtlDuration,
54
+ UiTemplate,
54
55
  UserSettings,
55
56
  VendorGuidance,
56
57
  } from "./models_1";
@@ -63,8 +64,11 @@ import {
63
64
  InstanceMetadataServiceConfiguration,
64
65
  MemberDefinition,
65
66
  ModelArtifacts,
67
+ ModelCardStatus,
66
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,26 +135,210 @@ 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
144
  TransformJob,
139
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
+ }
140
342
  export interface ResourceConfigForUpdate {
141
343
  KeepAlivePeriodInSeconds: number | undefined;
142
344
  }
@@ -478,6 +680,7 @@ export interface UpdateClusterSoftwareRequest {
478
680
  | UpdateClusterSoftwareInstanceGroupSpecification[]
479
681
  | undefined;
480
682
  DeploymentConfig?: DeploymentConfiguration | undefined;
683
+ ImageId?: string | undefined;
481
684
  }
482
685
  export interface UpdateClusterSoftwareResponse {
483
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";
@@ -19,6 +19,10 @@ import {
19
19
  AttachClusterNodeVolumeCommandInput,
20
20
  AttachClusterNodeVolumeCommandOutput,
21
21
  } from "../commands/AttachClusterNodeVolumeCommand";
22
+ import {
23
+ BatchAddClusterNodesCommandInput,
24
+ BatchAddClusterNodesCommandOutput,
25
+ } from "../commands/BatchAddClusterNodesCommand";
22
26
  import {
23
27
  BatchDeleteClusterNodesCommandInput,
24
28
  BatchDeleteClusterNodesCommandOutput,
@@ -547,6 +551,10 @@ import {
547
551
  DescribeClusterCommandInput,
548
552
  DescribeClusterCommandOutput,
549
553
  } from "../commands/DescribeClusterCommand";
554
+ import {
555
+ DescribeClusterEventCommandInput,
556
+ DescribeClusterEventCommandOutput,
557
+ } from "../commands/DescribeClusterEventCommand";
550
558
  import {
551
559
  DescribeClusterNodeCommandInput,
552
560
  DescribeClusterNodeCommandOutput,
@@ -863,6 +871,10 @@ import {
863
871
  ListCandidatesForAutoMLJobCommandInput,
864
872
  ListCandidatesForAutoMLJobCommandOutput,
865
873
  } from "../commands/ListCandidatesForAutoMLJobCommand";
874
+ import {
875
+ ListClusterEventsCommandInput,
876
+ ListClusterEventsCommandOutput,
877
+ } from "../commands/ListClusterEventsCommand";
866
878
  import {
867
879
  ListClusterNodesCommandInput,
868
880
  ListClusterNodesCommandOutput,
@@ -1475,6 +1487,10 @@ export declare const se_AttachClusterNodeVolumeCommand: (
1475
1487
  input: AttachClusterNodeVolumeCommandInput,
1476
1488
  context: __SerdeContext
1477
1489
  ) => Promise<__HttpRequest>;
1490
+ export declare const se_BatchAddClusterNodesCommand: (
1491
+ input: BatchAddClusterNodesCommandInput,
1492
+ context: __SerdeContext
1493
+ ) => Promise<__HttpRequest>;
1478
1494
  export declare const se_BatchDeleteClusterNodesCommand: (
1479
1495
  input: BatchDeleteClusterNodesCommandInput,
1480
1496
  context: __SerdeContext
@@ -2003,6 +2019,10 @@ export declare const se_DescribeClusterCommand: (
2003
2019
  input: DescribeClusterCommandInput,
2004
2020
  context: __SerdeContext
2005
2021
  ) => Promise<__HttpRequest>;
2022
+ export declare const se_DescribeClusterEventCommand: (
2023
+ input: DescribeClusterEventCommandInput,
2024
+ context: __SerdeContext
2025
+ ) => Promise<__HttpRequest>;
2006
2026
  export declare const se_DescribeClusterNodeCommand: (
2007
2027
  input: DescribeClusterNodeCommandInput,
2008
2028
  context: __SerdeContext
@@ -2319,6 +2339,10 @@ export declare const se_ListCandidatesForAutoMLJobCommand: (
2319
2339
  input: ListCandidatesForAutoMLJobCommandInput,
2320
2340
  context: __SerdeContext
2321
2341
  ) => Promise<__HttpRequest>;
2342
+ export declare const se_ListClusterEventsCommand: (
2343
+ input: ListClusterEventsCommandInput,
2344
+ context: __SerdeContext
2345
+ ) => Promise<__HttpRequest>;
2322
2346
  export declare const se_ListClusterNodesCommand: (
2323
2347
  input: ListClusterNodesCommandInput,
2324
2348
  context: __SerdeContext
@@ -2931,6 +2955,10 @@ export declare const de_AttachClusterNodeVolumeCommand: (
2931
2955
  output: __HttpResponse,
2932
2956
  context: __SerdeContext
2933
2957
  ) => Promise<AttachClusterNodeVolumeCommandOutput>;
2958
+ export declare const de_BatchAddClusterNodesCommand: (
2959
+ output: __HttpResponse,
2960
+ context: __SerdeContext
2961
+ ) => Promise<BatchAddClusterNodesCommandOutput>;
2934
2962
  export declare const de_BatchDeleteClusterNodesCommand: (
2935
2963
  output: __HttpResponse,
2936
2964
  context: __SerdeContext
@@ -3459,6 +3487,10 @@ export declare const de_DescribeClusterCommand: (
3459
3487
  output: __HttpResponse,
3460
3488
  context: __SerdeContext
3461
3489
  ) => Promise<DescribeClusterCommandOutput>;
3490
+ export declare const de_DescribeClusterEventCommand: (
3491
+ output: __HttpResponse,
3492
+ context: __SerdeContext
3493
+ ) => Promise<DescribeClusterEventCommandOutput>;
3462
3494
  export declare const de_DescribeClusterNodeCommand: (
3463
3495
  output: __HttpResponse,
3464
3496
  context: __SerdeContext
@@ -3775,6 +3807,10 @@ export declare const de_ListCandidatesForAutoMLJobCommand: (
3775
3807
  output: __HttpResponse,
3776
3808
  context: __SerdeContext
3777
3809
  ) => Promise<ListCandidatesForAutoMLJobCommandOutput>;
3810
+ export declare const de_ListClusterEventsCommand: (
3811
+ output: __HttpResponse,
3812
+ context: __SerdeContext
3813
+ ) => Promise<ListClusterEventsCommandOutput>;
3778
3814
  export declare const de_ListClusterNodesCommand: (
3779
3815
  output: __HttpResponse,
3780
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.860.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",