@aws-sdk/client-sagemaker 3.606.0 → 3.613.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 +40 -0
  2. package/dist-cjs/index.js +4869 -4441
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/CreateOptimizationJobCommand.js +24 -0
  5. package/dist-es/commands/DeleteOptimizationJobCommand.js +24 -0
  6. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  7. package/dist-es/commands/DescribeOptimizationJobCommand.js +24 -0
  8. package/dist-es/commands/ListOptimizationJobsCommand.js +24 -0
  9. package/dist-es/commands/StopOptimizationJobCommand.js +24 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +4 -4
  12. package/dist-es/models/models_1.js +38 -0
  13. package/dist-es/models/models_2.js +0 -19
  14. package/dist-es/models/models_3.js +27 -17
  15. package/dist-es/models/models_4.js +22 -0
  16. package/dist-es/pagination/ListOptimizationJobsPaginator.js +4 -0
  17. package/dist-es/pagination/index.js +1 -0
  18. package/dist-es/protocols/Aws_json1_1.js +278 -0
  19. package/dist-types/SageMaker.d.ts +36 -0
  20. package/dist-types/SageMakerClient.d.ts +7 -2
  21. package/dist-types/commands/CreateAppCommand.d.ts +3 -2
  22. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -2
  24. package/dist-types/commands/CreateDomainCommand.d.ts +22 -18
  25. package/dist-types/commands/CreateModelCommand.d.ts +22 -0
  26. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +124 -0
  27. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +15 -15
  28. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
  30. package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +61 -0
  31. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -1
  32. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeModelCommand.d.ts +22 -0
  36. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -2
  41. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +119 -0
  42. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  43. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListModelsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +85 -0
  48. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchCommand.d.ts +32 -0
  50. package/dist-types/commands/StopOptimizationJobCommand.d.ts +61 -0
  51. package/dist-types/commands/UpdateDomainCommand.d.ts +4 -0
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/models_0.d.ts +69 -61
  54. package/dist-types/models/models_1.d.ts +421 -442
  55. package/dist-types/models/models_2.d.ts +436 -556
  56. package/dist-types/models/models_3.d.ts +5535 -5371
  57. package/dist-types/models/models_4.d.ts +740 -38
  58. package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +7 -0
  59. package/dist-types/pagination/index.d.ts +1 -0
  60. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  61. package/dist-types/ts3.4/SageMaker.d.ts +86 -0
  62. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  63. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +40 -0
  66. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteOptimizationJobCommand.d.ts +35 -0
  68. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +4 -2
  74. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +40 -0
  75. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -2
  80. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +40 -0
  81. package/dist-types/ts3.4/commands/StopOptimizationJobCommand.d.ts +35 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +14 -13
  84. package/dist-types/ts3.4/models/models_1.d.ts +109 -71
  85. package/dist-types/ts3.4/models/models_2.d.ts +81 -142
  86. package/dist-types/ts3.4/models/models_3.d.ts +192 -125
  87. package/dist-types/ts3.4/models/models_4.d.ts +170 -9
  88. package/dist-types/ts3.4/pagination/ListOptimizationJobsPaginator.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 +60 -0
  91. package/package.json +36 -36
@@ -64,17 +64,12 @@ import {
64
64
  NetworkConfig,
65
65
  NotebookInstanceAcceleratorType,
66
66
  NotebookInstanceLifecycleHook,
67
+ OptimizationJobDeploymentInstanceType,
67
68
  ParallelismConfiguration,
68
69
  PipelineDefinitionS3Location,
69
- ProcessingInput,
70
- ProcessingOutputConfig,
71
- ProcessingResources,
72
- ProcessingStoppingCondition,
73
70
  Processor,
74
- ProvisioningParameter,
75
71
  RetryStrategy,
76
72
  RootAccess,
77
- ServiceCatalogProvisioningDetails,
78
73
  ShadowModeConfig,
79
74
  SkipModelValidation,
80
75
  SourceAlgorithmSpecification,
@@ -98,12 +93,16 @@ import {
98
93
  MemberDefinition,
99
94
  ModelArtifacts,
100
95
  ModelClientConfig,
101
- ModelPackageGroupStatus,
102
- ModelPackageStatusDetails,
103
96
  NotificationConfiguration,
104
97
  OidcConfig,
98
+ ProcessingInput,
99
+ ProcessingOutputConfig,
100
+ ProcessingResources,
101
+ ProcessingStoppingCondition,
105
102
  ProfilerConfig,
106
103
  ProfilerRuleConfiguration,
104
+ ProvisioningParameter,
105
+ ServiceCatalogProvisioningDetails,
107
106
  SharingType,
108
107
  SourceIpConfig,
109
108
  SpaceSettings,
@@ -138,9 +137,15 @@ import {
138
137
  LambdaStepMetadata,
139
138
  LineageType,
140
139
  MetricData,
141
- ModelSummary,
140
+ ModelMetadataFilter,
141
+ ModelPackageGroupStatus,
142
+ ModelPackageStatusDetails,
142
143
  MonitoringExecutionSummary,
144
+ MonitoringJobDefinitionSortKey,
145
+ MonitoringJobDefinitionSummary,
143
146
  NotebookInstanceStatus,
147
+ OptimizationJobStatus,
148
+ OrderKey,
144
149
  PipelineExecutionStatus,
145
150
  PipelineExperimentConfig,
146
151
  PipelineStatus,
@@ -166,6 +171,124 @@ import {
166
171
  Workforce,
167
172
  Workteam,
168
173
  } from "./models_3";
174
+ export interface ModelMetadataSearchExpression {
175
+ Filters?: ModelMetadataFilter[];
176
+ }
177
+ export interface ListModelMetadataRequest {
178
+ SearchExpression?: ModelMetadataSearchExpression;
179
+ NextToken?: string;
180
+ MaxResults?: number;
181
+ }
182
+ export interface ModelMetadataSummary {
183
+ Domain: string | undefined;
184
+ Framework: string | undefined;
185
+ Task: string | undefined;
186
+ Model: string | undefined;
187
+ FrameworkVersion: string | undefined;
188
+ }
189
+ export interface ListModelMetadataResponse {
190
+ ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
191
+ NextToken?: string;
192
+ }
193
+ export declare const ModelPackageGroupSortBy: {
194
+ readonly CREATION_TIME: "CreationTime";
195
+ readonly NAME: "Name";
196
+ };
197
+ export type ModelPackageGroupSortBy =
198
+ (typeof ModelPackageGroupSortBy)[keyof typeof ModelPackageGroupSortBy];
199
+ export interface ListModelPackageGroupsInput {
200
+ CreationTimeAfter?: Date;
201
+ CreationTimeBefore?: Date;
202
+ MaxResults?: number;
203
+ NameContains?: string;
204
+ NextToken?: string;
205
+ SortBy?: ModelPackageGroupSortBy;
206
+ SortOrder?: SortOrder;
207
+ CrossAccountFilterOption?: CrossAccountFilterOption;
208
+ }
209
+ export interface ModelPackageGroupSummary {
210
+ ModelPackageGroupName: string | undefined;
211
+ ModelPackageGroupArn: string | undefined;
212
+ ModelPackageGroupDescription?: string;
213
+ CreationTime: Date | undefined;
214
+ ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
215
+ }
216
+ export interface ListModelPackageGroupsOutput {
217
+ ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
218
+ NextToken?: string;
219
+ }
220
+ export declare const ModelPackageType: {
221
+ readonly BOTH: "Both";
222
+ readonly UNVERSIONED: "Unversioned";
223
+ readonly VERSIONED: "Versioned";
224
+ };
225
+ export type ModelPackageType =
226
+ (typeof ModelPackageType)[keyof typeof ModelPackageType];
227
+ export declare const ModelPackageSortBy: {
228
+ readonly CREATION_TIME: "CreationTime";
229
+ readonly NAME: "Name";
230
+ };
231
+ export type ModelPackageSortBy =
232
+ (typeof ModelPackageSortBy)[keyof typeof ModelPackageSortBy];
233
+ export interface ListModelPackagesInput {
234
+ CreationTimeAfter?: Date;
235
+ CreationTimeBefore?: Date;
236
+ MaxResults?: number;
237
+ NameContains?: string;
238
+ ModelApprovalStatus?: ModelApprovalStatus;
239
+ ModelPackageGroupName?: string;
240
+ ModelPackageType?: ModelPackageType;
241
+ NextToken?: string;
242
+ SortBy?: ModelPackageSortBy;
243
+ SortOrder?: SortOrder;
244
+ }
245
+ export interface ModelPackageSummary {
246
+ ModelPackageName?: string;
247
+ ModelPackageGroupName?: string;
248
+ ModelPackageVersion?: number;
249
+ ModelPackageArn: string | undefined;
250
+ ModelPackageDescription?: string;
251
+ CreationTime: Date | undefined;
252
+ ModelPackageStatus: ModelPackageStatus | undefined;
253
+ ModelApprovalStatus?: ModelApprovalStatus;
254
+ }
255
+ export interface ListModelPackagesOutput {
256
+ ModelPackageSummaryList: ModelPackageSummary[] | undefined;
257
+ NextToken?: string;
258
+ }
259
+ export interface ListModelQualityJobDefinitionsRequest {
260
+ EndpointName?: string;
261
+ SortBy?: MonitoringJobDefinitionSortKey;
262
+ SortOrder?: SortOrder;
263
+ NextToken?: string;
264
+ MaxResults?: number;
265
+ NameContains?: string;
266
+ CreationTimeBefore?: Date;
267
+ CreationTimeAfter?: Date;
268
+ }
269
+ export interface ListModelQualityJobDefinitionsResponse {
270
+ JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
271
+ NextToken?: string;
272
+ }
273
+ export declare const ModelSortKey: {
274
+ readonly CreationTime: "CreationTime";
275
+ readonly Name: "Name";
276
+ };
277
+ export type ModelSortKey = (typeof ModelSortKey)[keyof typeof ModelSortKey];
278
+ export interface ListModelsInput {
279
+ SortBy?: ModelSortKey;
280
+ SortOrder?: OrderKey;
281
+ NextToken?: string;
282
+ MaxResults?: number;
283
+ NameContains?: string;
284
+ CreationTimeBefore?: Date;
285
+ CreationTimeAfter?: Date;
286
+ }
287
+ export interface ModelSummary {
288
+ ModelName: string | undefined;
289
+ ModelArn: string | undefined;
290
+ CreationTime: Date | undefined;
291
+ }
169
292
  export interface ListModelsOutput {
170
293
  Models: ModelSummary[] | undefined;
171
294
  NextToken?: string;
@@ -369,6 +492,41 @@ export interface ListNotebookInstancesOutput {
369
492
  NextToken?: string;
370
493
  NotebookInstances?: NotebookInstanceSummary[];
371
494
  }
495
+ export declare const ListOptimizationJobsSortBy: {
496
+ readonly CREATION_TIME: "CreationTime";
497
+ readonly NAME: "Name";
498
+ readonly STATUS: "Status";
499
+ };
500
+ export type ListOptimizationJobsSortBy =
501
+ (typeof ListOptimizationJobsSortBy)[keyof typeof ListOptimizationJobsSortBy];
502
+ export interface ListOptimizationJobsRequest {
503
+ NextToken?: string;
504
+ MaxResults?: number;
505
+ CreationTimeAfter?: Date;
506
+ CreationTimeBefore?: Date;
507
+ LastModifiedTimeAfter?: Date;
508
+ LastModifiedTimeBefore?: Date;
509
+ OptimizationContains?: string;
510
+ NameContains?: string;
511
+ StatusEquals?: OptimizationJobStatus;
512
+ SortBy?: ListOptimizationJobsSortBy;
513
+ SortOrder?: SortOrder;
514
+ }
515
+ export interface OptimizationJobSummary {
516
+ OptimizationJobName: string | undefined;
517
+ OptimizationJobArn: string | undefined;
518
+ CreationTime: Date | undefined;
519
+ OptimizationJobStatus: OptimizationJobStatus | undefined;
520
+ OptimizationStartTime?: Date;
521
+ OptimizationEndTime?: Date;
522
+ LastModifiedTime?: Date;
523
+ DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
524
+ OptimizationTypes: string[] | undefined;
525
+ }
526
+ export interface ListOptimizationJobsResponse {
527
+ OptimizationJobSummaries: OptimizationJobSummary[] | undefined;
528
+ NextToken?: string;
529
+ }
372
530
  export declare const SortPipelineExecutionsBy: {
373
531
  readonly CREATION_TIME: "CreationTime";
374
532
  readonly PIPELINE_EXECUTION_ARN: "PipelineExecutionArn";
@@ -1410,6 +1568,9 @@ export interface StopMonitoringScheduleRequest {
1410
1568
  export interface StopNotebookInstanceInput {
1411
1569
  NotebookInstanceName: string | undefined;
1412
1570
  }
1571
+ export interface StopOptimizationJobRequest {
1572
+ OptimizationJobName: string | undefined;
1573
+ }
1413
1574
  export interface StopPipelineExecutionRequest {
1414
1575
  PipelineExecutionArn: string | undefined;
1415
1576
  ClientRequestToken?: string;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListOptimizationJobsCommandInput,
4
+ ListOptimizationJobsCommandOutput,
5
+ } from "../commands/ListOptimizationJobsCommand";
6
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListOptimizationJobs: (
8
+ config: SageMakerPaginationConfiguration,
9
+ input: ListOptimizationJobsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListOptimizationJobsCommandOutput>;
@@ -50,6 +50,7 @@ export * from "./ListMonitoringExecutionsPaginator";
50
50
  export * from "./ListMonitoringSchedulesPaginator";
51
51
  export * from "./ListNotebookInstanceLifecycleConfigsPaginator";
52
52
  export * from "./ListNotebookInstancesPaginator";
53
+ export * from "./ListOptimizationJobsPaginator";
53
54
  export * from "./ListPipelineExecutionStepsPaginator";
54
55
  export * from "./ListPipelineExecutionsPaginator";
55
56
  export * from "./ListPipelineParametersForExecutionPaginator";
@@ -195,6 +195,10 @@ import {
195
195
  CreateNotebookInstanceLifecycleConfigCommandInput,
196
196
  CreateNotebookInstanceLifecycleConfigCommandOutput,
197
197
  } from "../commands/CreateNotebookInstanceLifecycleConfigCommand";
198
+ import {
199
+ CreateOptimizationJobCommandInput,
200
+ CreateOptimizationJobCommandOutput,
201
+ } from "../commands/CreateOptimizationJobCommand";
198
202
  import {
199
203
  CreatePipelineCommandInput,
200
204
  CreatePipelineCommandOutput,
@@ -419,6 +423,10 @@ import {
419
423
  DeleteNotebookInstanceLifecycleConfigCommandInput,
420
424
  DeleteNotebookInstanceLifecycleConfigCommandOutput,
421
425
  } from "../commands/DeleteNotebookInstanceLifecycleConfigCommand";
426
+ import {
427
+ DeleteOptimizationJobCommandInput,
428
+ DeleteOptimizationJobCommandOutput,
429
+ } from "../commands/DeleteOptimizationJobCommand";
422
430
  import {
423
431
  DeletePipelineCommandInput,
424
432
  DeletePipelineCommandOutput,
@@ -651,6 +659,10 @@ import {
651
659
  DescribeNotebookInstanceLifecycleConfigCommandInput,
652
660
  DescribeNotebookInstanceLifecycleConfigCommandOutput,
653
661
  } from "../commands/DescribeNotebookInstanceLifecycleConfigCommand";
662
+ import {
663
+ DescribeOptimizationJobCommandInput,
664
+ DescribeOptimizationJobCommandOutput,
665
+ } from "../commands/DescribeOptimizationJobCommand";
654
666
  import {
655
667
  DescribePipelineCommandInput,
656
668
  DescribePipelineCommandOutput,
@@ -975,6 +987,10 @@ import {
975
987
  ListNotebookInstancesCommandInput,
976
988
  ListNotebookInstancesCommandOutput,
977
989
  } from "../commands/ListNotebookInstancesCommand";
990
+ import {
991
+ ListOptimizationJobsCommandInput,
992
+ ListOptimizationJobsCommandOutput,
993
+ } from "../commands/ListOptimizationJobsCommand";
978
994
  import {
979
995
  ListPipelineExecutionsCommandInput,
980
996
  ListPipelineExecutionsCommandOutput,
@@ -1155,6 +1171,10 @@ import {
1155
1171
  StopNotebookInstanceCommandInput,
1156
1172
  StopNotebookInstanceCommandOutput,
1157
1173
  } from "../commands/StopNotebookInstanceCommand";
1174
+ import {
1175
+ StopOptimizationJobCommandInput,
1176
+ StopOptimizationJobCommandOutput,
1177
+ } from "../commands/StopOptimizationJobCommand";
1158
1178
  import {
1159
1179
  StopPipelineExecutionCommandInput,
1160
1180
  StopPipelineExecutionCommandOutput,
@@ -1515,6 +1535,10 @@ export declare const se_CreateNotebookInstanceLifecycleConfigCommand: (
1515
1535
  input: CreateNotebookInstanceLifecycleConfigCommandInput,
1516
1536
  context: __SerdeContext
1517
1537
  ) => Promise<__HttpRequest>;
1538
+ export declare const se_CreateOptimizationJobCommand: (
1539
+ input: CreateOptimizationJobCommandInput,
1540
+ context: __SerdeContext
1541
+ ) => Promise<__HttpRequest>;
1518
1542
  export declare const se_CreatePipelineCommand: (
1519
1543
  input: CreatePipelineCommandInput,
1520
1544
  context: __SerdeContext
@@ -1739,6 +1763,10 @@ export declare const se_DeleteNotebookInstanceLifecycleConfigCommand: (
1739
1763
  input: DeleteNotebookInstanceLifecycleConfigCommandInput,
1740
1764
  context: __SerdeContext
1741
1765
  ) => Promise<__HttpRequest>;
1766
+ export declare const se_DeleteOptimizationJobCommand: (
1767
+ input: DeleteOptimizationJobCommandInput,
1768
+ context: __SerdeContext
1769
+ ) => Promise<__HttpRequest>;
1742
1770
  export declare const se_DeletePipelineCommand: (
1743
1771
  input: DeletePipelineCommandInput,
1744
1772
  context: __SerdeContext
@@ -1971,6 +1999,10 @@ export declare const se_DescribeNotebookInstanceLifecycleConfigCommand: (
1971
1999
  input: DescribeNotebookInstanceLifecycleConfigCommandInput,
1972
2000
  context: __SerdeContext
1973
2001
  ) => Promise<__HttpRequest>;
2002
+ export declare const se_DescribeOptimizationJobCommand: (
2003
+ input: DescribeOptimizationJobCommandInput,
2004
+ context: __SerdeContext
2005
+ ) => Promise<__HttpRequest>;
1974
2006
  export declare const se_DescribePipelineCommand: (
1975
2007
  input: DescribePipelineCommandInput,
1976
2008
  context: __SerdeContext
@@ -2295,6 +2327,10 @@ export declare const se_ListNotebookInstancesCommand: (
2295
2327
  input: ListNotebookInstancesCommandInput,
2296
2328
  context: __SerdeContext
2297
2329
  ) => Promise<__HttpRequest>;
2330
+ export declare const se_ListOptimizationJobsCommand: (
2331
+ input: ListOptimizationJobsCommandInput,
2332
+ context: __SerdeContext
2333
+ ) => Promise<__HttpRequest>;
2298
2334
  export declare const se_ListPipelineExecutionsCommand: (
2299
2335
  input: ListPipelineExecutionsCommandInput,
2300
2336
  context: __SerdeContext
@@ -2475,6 +2511,10 @@ export declare const se_StopNotebookInstanceCommand: (
2475
2511
  input: StopNotebookInstanceCommandInput,
2476
2512
  context: __SerdeContext
2477
2513
  ) => Promise<__HttpRequest>;
2514
+ export declare const se_StopOptimizationJobCommand: (
2515
+ input: StopOptimizationJobCommandInput,
2516
+ context: __SerdeContext
2517
+ ) => Promise<__HttpRequest>;
2478
2518
  export declare const se_StopPipelineExecutionCommand: (
2479
2519
  input: StopPipelineExecutionCommandInput,
2480
2520
  context: __SerdeContext
@@ -2835,6 +2875,10 @@ export declare const de_CreateNotebookInstanceLifecycleConfigCommand: (
2835
2875
  output: __HttpResponse,
2836
2876
  context: __SerdeContext
2837
2877
  ) => Promise<CreateNotebookInstanceLifecycleConfigCommandOutput>;
2878
+ export declare const de_CreateOptimizationJobCommand: (
2879
+ output: __HttpResponse,
2880
+ context: __SerdeContext
2881
+ ) => Promise<CreateOptimizationJobCommandOutput>;
2838
2882
  export declare const de_CreatePipelineCommand: (
2839
2883
  output: __HttpResponse,
2840
2884
  context: __SerdeContext
@@ -3059,6 +3103,10 @@ export declare const de_DeleteNotebookInstanceLifecycleConfigCommand: (
3059
3103
  output: __HttpResponse,
3060
3104
  context: __SerdeContext
3061
3105
  ) => Promise<DeleteNotebookInstanceLifecycleConfigCommandOutput>;
3106
+ export declare const de_DeleteOptimizationJobCommand: (
3107
+ output: __HttpResponse,
3108
+ context: __SerdeContext
3109
+ ) => Promise<DeleteOptimizationJobCommandOutput>;
3062
3110
  export declare const de_DeletePipelineCommand: (
3063
3111
  output: __HttpResponse,
3064
3112
  context: __SerdeContext
@@ -3291,6 +3339,10 @@ export declare const de_DescribeNotebookInstanceLifecycleConfigCommand: (
3291
3339
  output: __HttpResponse,
3292
3340
  context: __SerdeContext
3293
3341
  ) => Promise<DescribeNotebookInstanceLifecycleConfigCommandOutput>;
3342
+ export declare const de_DescribeOptimizationJobCommand: (
3343
+ output: __HttpResponse,
3344
+ context: __SerdeContext
3345
+ ) => Promise<DescribeOptimizationJobCommandOutput>;
3294
3346
  export declare const de_DescribePipelineCommand: (
3295
3347
  output: __HttpResponse,
3296
3348
  context: __SerdeContext
@@ -3615,6 +3667,10 @@ export declare const de_ListNotebookInstancesCommand: (
3615
3667
  output: __HttpResponse,
3616
3668
  context: __SerdeContext
3617
3669
  ) => Promise<ListNotebookInstancesCommandOutput>;
3670
+ export declare const de_ListOptimizationJobsCommand: (
3671
+ output: __HttpResponse,
3672
+ context: __SerdeContext
3673
+ ) => Promise<ListOptimizationJobsCommandOutput>;
3618
3674
  export declare const de_ListPipelineExecutionsCommand: (
3619
3675
  output: __HttpResponse,
3620
3676
  context: __SerdeContext
@@ -3795,6 +3851,10 @@ export declare const de_StopNotebookInstanceCommand: (
3795
3851
  output: __HttpResponse,
3796
3852
  context: __SerdeContext
3797
3853
  ) => Promise<StopNotebookInstanceCommandOutput>;
3854
+ export declare const de_StopOptimizationJobCommand: (
3855
+ output: __HttpResponse,
3856
+ context: __SerdeContext
3857
+ ) => Promise<StopOptimizationJobCommandOutput>;
3798
3858
  export declare const de_StopPipelineExecutionCommand: (
3799
3859
  output: __HttpResponse,
3800
3860
  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.606.0",
4
+ "version": "3.613.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",
@@ -20,45 +20,45 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.606.0",
24
- "@aws-sdk/client-sts": "3.606.0",
25
- "@aws-sdk/core": "3.598.0",
26
- "@aws-sdk/credential-provider-node": "3.600.0",
27
- "@aws-sdk/middleware-host-header": "3.598.0",
28
- "@aws-sdk/middleware-logger": "3.598.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.598.0",
30
- "@aws-sdk/middleware-user-agent": "3.598.0",
31
- "@aws-sdk/region-config-resolver": "3.598.0",
32
- "@aws-sdk/types": "3.598.0",
33
- "@aws-sdk/util-endpoints": "3.598.0",
34
- "@aws-sdk/util-user-agent-browser": "3.598.0",
35
- "@aws-sdk/util-user-agent-node": "3.598.0",
36
- "@smithy/config-resolver": "^3.0.2",
37
- "@smithy/core": "^2.2.1",
38
- "@smithy/fetch-http-handler": "^3.0.2",
39
- "@smithy/hash-node": "^3.0.1",
40
- "@smithy/invalid-dependency": "^3.0.1",
41
- "@smithy/middleware-content-length": "^3.0.1",
42
- "@smithy/middleware-endpoint": "^3.0.2",
43
- "@smithy/middleware-retry": "^3.0.4",
44
- "@smithy/middleware-serde": "^3.0.1",
45
- "@smithy/middleware-stack": "^3.0.1",
46
- "@smithy/node-config-provider": "^3.1.1",
47
- "@smithy/node-http-handler": "^3.0.1",
48
- "@smithy/protocol-http": "^4.0.1",
49
- "@smithy/smithy-client": "^3.1.2",
50
- "@smithy/types": "^3.1.0",
51
- "@smithy/url-parser": "^3.0.1",
23
+ "@aws-sdk/client-sso-oidc": "3.613.0",
24
+ "@aws-sdk/client-sts": "3.613.0",
25
+ "@aws-sdk/core": "3.609.0",
26
+ "@aws-sdk/credential-provider-node": "3.613.0",
27
+ "@aws-sdk/middleware-host-header": "3.609.0",
28
+ "@aws-sdk/middleware-logger": "3.609.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
+ "@aws-sdk/middleware-user-agent": "3.609.0",
31
+ "@aws-sdk/region-config-resolver": "3.609.0",
32
+ "@aws-sdk/types": "3.609.0",
33
+ "@aws-sdk/util-endpoints": "3.609.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.609.0",
35
+ "@aws-sdk/util-user-agent-node": "3.609.0",
36
+ "@smithy/config-resolver": "^3.0.4",
37
+ "@smithy/core": "^2.2.4",
38
+ "@smithy/fetch-http-handler": "^3.2.0",
39
+ "@smithy/hash-node": "^3.0.3",
40
+ "@smithy/invalid-dependency": "^3.0.3",
41
+ "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-endpoint": "^3.0.4",
43
+ "@smithy/middleware-retry": "^3.0.7",
44
+ "@smithy/middleware-serde": "^3.0.3",
45
+ "@smithy/middleware-stack": "^3.0.3",
46
+ "@smithy/node-config-provider": "^3.1.3",
47
+ "@smithy/node-http-handler": "^3.1.1",
48
+ "@smithy/protocol-http": "^4.0.3",
49
+ "@smithy/smithy-client": "^3.1.5",
50
+ "@smithy/types": "^3.3.0",
51
+ "@smithy/url-parser": "^3.0.3",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.4",
56
- "@smithy/util-defaults-mode-node": "^3.0.4",
57
- "@smithy/util-endpoints": "^2.0.2",
58
- "@smithy/util-middleware": "^3.0.1",
59
- "@smithy/util-retry": "^3.0.1",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.7",
56
+ "@smithy/util-defaults-mode-node": "^3.0.7",
57
+ "@smithy/util-endpoints": "^2.0.4",
58
+ "@smithy/util-middleware": "^3.0.3",
59
+ "@smithy/util-retry": "^3.0.3",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
- "@smithy/util-waiter": "^3.0.1",
61
+ "@smithy/util-waiter": "^3.1.2",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },