@aws-sdk/client-sagemaker 3.662.0 → 3.663.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -11686,6 +11686,7 @@ var de_CodeEditorAppImageConfig = /* @__PURE__ */ __name((output, context) => {
11686
11686
  var de_CodeEditorAppSettings = /* @__PURE__ */ __name((output, context) => {
11687
11687
  return (0, import_smithy_client.take)(output, {
11688
11688
  AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
11689
+ BuiltInLifecycleConfigArn: import_smithy_client.expectString,
11689
11690
  CustomImages: (_) => de_CustomImages(_, context),
11690
11691
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
11691
11692
  LifecycleConfigArns: (_) => de_LifecycleConfigArns(_, context)
@@ -12575,6 +12576,7 @@ var de_DescribeAppResponse = /* @__PURE__ */ __name((output, context) => {
12575
12576
  AppArn: import_smithy_client.expectString,
12576
12577
  AppName: import_smithy_client.expectString,
12577
12578
  AppType: import_smithy_client.expectString,
12579
+ BuiltInLifecycleConfigArn: import_smithy_client.expectString,
12578
12580
  CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
12579
12581
  DomainId: import_smithy_client.expectString,
12580
12582
  FailureReason: import_smithy_client.expectString,
@@ -15089,6 +15091,7 @@ var de_JupyterLabAppImageConfig = /* @__PURE__ */ __name((output, context) => {
15089
15091
  var de_JupyterLabAppSettings = /* @__PURE__ */ __name((output, context) => {
15090
15092
  return (0, import_smithy_client.take)(output, {
15091
15093
  AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
15094
+ BuiltInLifecycleConfigArn: import_smithy_client.expectString,
15092
15095
  CodeRepositories: (_) => de_CodeRepositories(_, context),
15093
15096
  CustomImages: (_) => de_CustomImages(_, context),
15094
15097
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
@@ -8728,6 +8728,7 @@ const de_CodeEditorAppImageConfig = (output, context) => {
8728
8728
  const de_CodeEditorAppSettings = (output, context) => {
8729
8729
  return take(output, {
8730
8730
  AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
8731
+ BuiltInLifecycleConfigArn: __expectString,
8731
8732
  CustomImages: (_) => de_CustomImages(_, context),
8732
8733
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
8733
8734
  LifecycleConfigArns: (_) => de_LifecycleConfigArns(_, context),
@@ -9666,6 +9667,7 @@ const de_DescribeAppResponse = (output, context) => {
9666
9667
  AppArn: __expectString,
9667
9668
  AppName: __expectString,
9668
9669
  AppType: __expectString,
9670
+ BuiltInLifecycleConfigArn: __expectString,
9669
9671
  CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
9670
9672
  DomainId: __expectString,
9671
9673
  FailureReason: __expectString,
@@ -12299,6 +12301,7 @@ const de_JupyterLabAppImageConfig = (output, context) => {
12299
12301
  const de_JupyterLabAppSettings = (output, context) => {
12300
12302
  return take(output, {
12301
12303
  AppLifecycleManagement: (_) => de_AppLifecycleManagement(_, context),
12304
+ BuiltInLifecycleConfigArn: __expectString,
12302
12305
  CodeRepositories: (_) => de_CodeRepositories(_, context),
12303
12306
  CustomImages: (_) => de_CustomImages(_, context),
12304
12307
  DefaultResourceSpec: (_) => de_ResourceSpec(_, context),
@@ -215,6 +215,7 @@ declare const CreateDomainCommand_base: {
215
215
  * MaxIdleTimeoutInMinutes: Number("int"),
216
216
  * },
217
217
  * },
218
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
218
219
  * },
219
220
  * JupyterLabAppSettings: { // JupyterLabAppSettings
220
221
  * DefaultResourceSpec: "<ResourceSpec>",
@@ -249,6 +250,7 @@ declare const CreateDomainCommand_base: {
249
250
  * "STRING_VALUE",
250
251
  * ],
251
252
  * },
253
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
252
254
  * },
253
255
  * SpaceStorageSettings: { // DefaultSpaceStorageSettings
254
256
  * DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
@@ -380,6 +382,7 @@ declare const CreateDomainCommand_base: {
380
382
  * "STRING_VALUE",
381
383
  * ],
382
384
  * },
385
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
383
386
  * },
384
387
  * SpaceStorageSettings: {
385
388
  * DefaultEbsStorageSettings: {
@@ -186,6 +186,7 @@ declare const CreateUserProfileCommand_base: {
186
186
  * MaxIdleTimeoutInMinutes: Number("int"),
187
187
  * },
188
188
  * },
189
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
189
190
  * },
190
191
  * JupyterLabAppSettings: { // JupyterLabAppSettings
191
192
  * DefaultResourceSpec: "<ResourceSpec>",
@@ -220,6 +221,7 @@ declare const CreateUserProfileCommand_base: {
220
221
  * "STRING_VALUE",
221
222
  * ],
222
223
  * },
224
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
223
225
  * },
224
226
  * SpaceStorageSettings: { // DefaultSpaceStorageSettings
225
227
  * DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
@@ -62,6 +62,7 @@ declare const DescribeAppCommand_base: {
62
62
  * // InstanceType: "system" || "ml.t3.micro" || "ml.t3.small" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.m5d.large" || "ml.m5d.xlarge" || "ml.m5d.2xlarge" || "ml.m5d.4xlarge" || "ml.m5d.8xlarge" || "ml.m5d.12xlarge" || "ml.m5d.16xlarge" || "ml.m5d.24xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.geospatial.interactive" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.p5.48xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.c7i.large" || "ml.c7i.xlarge" || "ml.c7i.2xlarge" || "ml.c7i.4xlarge" || "ml.c7i.8xlarge" || "ml.c7i.12xlarge" || "ml.c7i.16xlarge" || "ml.c7i.24xlarge" || "ml.c7i.48xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge" || "ml.m6id.large" || "ml.m6id.xlarge" || "ml.m6id.2xlarge" || "ml.m6id.4xlarge" || "ml.m6id.8xlarge" || "ml.m6id.12xlarge" || "ml.m6id.16xlarge" || "ml.m6id.24xlarge" || "ml.m6id.32xlarge" || "ml.c6id.large" || "ml.c6id.xlarge" || "ml.c6id.2xlarge" || "ml.c6id.4xlarge" || "ml.c6id.8xlarge" || "ml.c6id.12xlarge" || "ml.c6id.16xlarge" || "ml.c6id.24xlarge" || "ml.c6id.32xlarge" || "ml.r6id.large" || "ml.r6id.xlarge" || "ml.r6id.2xlarge" || "ml.r6id.4xlarge" || "ml.r6id.8xlarge" || "ml.r6id.12xlarge" || "ml.r6id.16xlarge" || "ml.r6id.24xlarge" || "ml.r6id.32xlarge",
63
63
  * // LifecycleConfigArn: "STRING_VALUE",
64
64
  * // },
65
+ * // BuiltInLifecycleConfigArn: "STRING_VALUE",
65
66
  * // };
66
67
  *
67
68
  * ```
@@ -187,6 +187,7 @@ declare const DescribeDomainCommand_base: {
187
187
  * // MaxIdleTimeoutInMinutes: Number("int"),
188
188
  * // },
189
189
  * // },
190
+ * // BuiltInLifecycleConfigArn: "STRING_VALUE",
190
191
  * // },
191
192
  * // JupyterLabAppSettings: { // JupyterLabAppSettings
192
193
  * // DefaultResourceSpec: "<ResourceSpec>",
@@ -221,6 +222,7 @@ declare const DescribeDomainCommand_base: {
221
222
  * // "STRING_VALUE",
222
223
  * // ],
223
224
  * // },
225
+ * // BuiltInLifecycleConfigArn: "STRING_VALUE",
224
226
  * // },
225
227
  * // SpaceStorageSettings: { // DefaultSpaceStorageSettings
226
228
  * // DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
@@ -347,6 +349,7 @@ declare const DescribeDomainCommand_base: {
347
349
  * // "STRING_VALUE",
348
350
  * // ],
349
351
  * // },
352
+ * // BuiltInLifecycleConfigArn: "STRING_VALUE",
350
353
  * // },
351
354
  * // SpaceStorageSettings: {
352
355
  * // DefaultEbsStorageSettings: {
@@ -186,6 +186,7 @@ declare const DescribeUserProfileCommand_base: {
186
186
  * // MaxIdleTimeoutInMinutes: Number("int"),
187
187
  * // },
188
188
  * // },
189
+ * // BuiltInLifecycleConfigArn: "STRING_VALUE",
189
190
  * // },
190
191
  * // JupyterLabAppSettings: { // JupyterLabAppSettings
191
192
  * // DefaultResourceSpec: "<ResourceSpec>",
@@ -220,6 +221,7 @@ declare const DescribeUserProfileCommand_base: {
220
221
  * // "STRING_VALUE",
221
222
  * // ],
222
223
  * // },
224
+ * // BuiltInLifecycleConfigArn: "STRING_VALUE",
223
225
  * // },
224
226
  * // SpaceStorageSettings: { // DefaultSpaceStorageSettings
225
227
  * // DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
@@ -171,6 +171,7 @@ declare const UpdateDomainCommand_base: {
171
171
  * MaxIdleTimeoutInMinutes: Number("int"),
172
172
  * },
173
173
  * },
174
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
174
175
  * },
175
176
  * JupyterLabAppSettings: { // JupyterLabAppSettings
176
177
  * DefaultResourceSpec: "<ResourceSpec>",
@@ -205,6 +206,7 @@ declare const UpdateDomainCommand_base: {
205
206
  * "STRING_VALUE",
206
207
  * ],
207
208
  * },
209
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
208
210
  * },
209
211
  * SpaceStorageSettings: { // DefaultSpaceStorageSettings
210
212
  * DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
@@ -322,6 +324,7 @@ declare const UpdateDomainCommand_base: {
322
324
  * "STRING_VALUE",
323
325
  * ],
324
326
  * },
327
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
325
328
  * },
326
329
  * SpaceStorageSettings: {
327
330
  * DefaultEbsStorageSettings: {
@@ -172,6 +172,7 @@ declare const UpdateUserProfileCommand_base: {
172
172
  * MaxIdleTimeoutInMinutes: Number("int"),
173
173
  * },
174
174
  * },
175
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
175
176
  * },
176
177
  * JupyterLabAppSettings: { // JupyterLabAppSettings
177
178
  * DefaultResourceSpec: "<ResourceSpec>",
@@ -206,6 +207,7 @@ declare const UpdateUserProfileCommand_base: {
206
207
  * "STRING_VALUE",
207
208
  * ],
208
209
  * },
210
+ * BuiltInLifecycleConfigArn: "STRING_VALUE",
209
211
  * },
210
212
  * SpaceStorageSettings: { // DefaultSpaceStorageSettings
211
213
  * DefaultEbsStorageSettings: { // DefaultEbsStorageSettings
@@ -8984,6 +8984,12 @@ export interface CodeEditorAppSettings {
8984
8984
  * @public
8985
8985
  */
8986
8986
  AppLifecycleManagement?: AppLifecycleManagement;
8987
+ /**
8988
+ * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default
8989
+ * lifecycle configuration.</p>
8990
+ * @public
8991
+ */
8992
+ BuiltInLifecycleConfigArn?: string;
8987
8993
  }
8988
8994
  /**
8989
8995
  * <p>A Git repository that SageMaker automatically displays to users for cloning in the
@@ -2047,6 +2047,12 @@ export interface JupyterLabAppSettings {
2047
2047
  * @public
2048
2048
  */
2049
2049
  EmrSettings?: EmrSettings;
2050
+ /**
2051
+ * <p>The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default
2052
+ * lifecycle configuration.</p>
2053
+ * @public
2054
+ */
2055
+ BuiltInLifecycleConfigArn?: string;
2050
2056
  }
2051
2057
  /**
2052
2058
  * <p>The JupyterServer app settings.</p>
@@ -3778,6 +3778,11 @@ export interface DescribeAppResponse {
3778
3778
  * @public
3779
3779
  */
3780
3780
  ResourceSpec?: ResourceSpec;
3781
+ /**
3782
+ * <p>The lifecycle configuration that runs before the default lifecycle configuration</p>
3783
+ * @public
3784
+ */
3785
+ BuiltInLifecycleConfigArn?: string;
3781
3786
  }
3782
3787
  /**
3783
3788
  * @public
@@ -2232,6 +2232,7 @@ export interface CodeEditorAppSettings {
2232
2232
  CustomImages?: CustomImage[];
2233
2233
  LifecycleConfigArns?: string[];
2234
2234
  AppLifecycleManagement?: AppLifecycleManagement;
2235
+ BuiltInLifecycleConfigArn?: string;
2235
2236
  }
2236
2237
  export interface CodeRepository {
2237
2238
  RepositoryUrl: string | undefined;
@@ -431,6 +431,7 @@ export interface JupyterLabAppSettings {
431
431
  CodeRepositories?: CodeRepository[];
432
432
  AppLifecycleManagement?: AppLifecycleManagement;
433
433
  EmrSettings?: EmrSettings;
434
+ BuiltInLifecycleConfigArn?: string;
434
435
  }
435
436
  export interface JupyterServerAppSettings {
436
437
  DefaultResourceSpec?: ResourceSpec;
@@ -1038,6 +1038,7 @@ export interface DescribeAppResponse {
1038
1038
  CreationTime?: Date;
1039
1039
  FailureReason?: string;
1040
1040
  ResourceSpec?: ResourceSpec;
1041
+ BuiltInLifecycleConfigArn?: string;
1041
1042
  }
1042
1043
  export interface DescribeAppImageConfigRequest {
1043
1044
  AppImageConfigName: string | undefined;
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.662.0",
4
+ "version": "3.663.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",