Skip to content

Commit a618313

Browse files
author
awstools
committed
feat(client-sagemaker): Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.
1 parent 656877d commit a618313

22 files changed

+985
-538
lines changed

clients/client-sagemaker/src/commands/CreateArtifactCommand.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_0";
8+
import { CreateArtifactRequest } from "../models/models_0";
9+
import { CreateArtifactResponse } from "../models/models_1";
910
import { de_CreateArtifactCommand, se_CreateArtifactCommand } from "../protocols/Aws_json1_1";
1011
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
1112

clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { CreateAutoMLJobRequest } from "../models/models_0";
9-
import { CreateAutoMLJobResponse } from "../models/models_1";
8+
import { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/models_1";
109
import { de_CreateAutoMLJobCommand, se_CreateAutoMLJobCommand } from "../protocols/Aws_json1_1";
1110
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
1211

clients/client-sagemaker/src/commands/CreateDomainCommand.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,14 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
208208
* LifecycleConfigArns: [
209209
* "STRING_VALUE",
210210
* ],
211+
* AppLifecycleManagement: { // AppLifecycleManagement
212+
* IdleSettings: { // IdleSettings
213+
* LifecycleManagement: "ENABLED" || "DISABLED",
214+
* IdleTimeoutInMinutes: Number("int"),
215+
* MinIdleTimeoutInMinutes: Number("int"),
216+
* MaxIdleTimeoutInMinutes: Number("int"),
217+
* },
218+
* },
211219
* },
212220
* JupyterLabAppSettings: { // JupyterLabAppSettings
213221
* DefaultResourceSpec: "<ResourceSpec>",
@@ -226,6 +234,14 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
226234
* RepositoryUrl: "STRING_VALUE", // required
227235
* },
228236
* ],
237+
* AppLifecycleManagement: {
238+
* IdleSettings: {
239+
* LifecycleManagement: "ENABLED" || "DISABLED",
240+
* IdleTimeoutInMinutes: Number("int"),
241+
* MinIdleTimeoutInMinutes: Number("int"),
242+
* MaxIdleTimeoutInMinutes: Number("int"),
243+
* },
244+
* },
229245
* EmrSettings: { // EmrSettings
230246
* AssumableRoleArns: [ // AssumableRoleArns
231247
* "STRING_VALUE",
@@ -337,6 +353,14 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
337353
* RepositoryUrl: "STRING_VALUE", // required
338354
* },
339355
* ],
356+
* AppLifecycleManagement: {
357+
* IdleSettings: {
358+
* LifecycleManagement: "ENABLED" || "DISABLED",
359+
* IdleTimeoutInMinutes: Number("int"),
360+
* MinIdleTimeoutInMinutes: Number("int"),
361+
* MaxIdleTimeoutInMinutes: Number("int"),
362+
* },
363+
* },
340364
* EmrSettings: {
341365
* AssumableRoleArns: [
342366
* "STRING_VALUE",

clients/client-sagemaker/src/commands/CreateSpaceCommand.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ export interface CreateSpaceCommandOutput extends CreateSpaceResponse, __Metadat
8989
* 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.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",
9090
* LifecycleConfigArn: "STRING_VALUE",
9191
* },
92+
* AppLifecycleManagement: { // SpaceAppLifecycleManagement
93+
* IdleSettings: { // SpaceIdleSettings
94+
* IdleTimeoutInMinutes: Number("int"),
95+
* },
96+
* },
9297
* },
9398
* JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
9499
* DefaultResourceSpec: {
@@ -103,6 +108,11 @@ export interface CreateSpaceCommandOutput extends CreateSpaceResponse, __Metadat
103108
* RepositoryUrl: "STRING_VALUE", // required
104109
* },
105110
* ],
111+
* AppLifecycleManagement: {
112+
* IdleSettings: {
113+
* IdleTimeoutInMinutes: Number("int"),
114+
* },
115+
* },
106116
* },
107117
* AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
108118
* SpaceStorageSettings: { // SpaceStorageSettings

clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
179179
* LifecycleConfigArns: [
180180
* "STRING_VALUE",
181181
* ],
182+
* AppLifecycleManagement: { // AppLifecycleManagement
183+
* IdleSettings: { // IdleSettings
184+
* LifecycleManagement: "ENABLED" || "DISABLED",
185+
* IdleTimeoutInMinutes: Number("int"),
186+
* MinIdleTimeoutInMinutes: Number("int"),
187+
* MaxIdleTimeoutInMinutes: Number("int"),
188+
* },
189+
* },
182190
* },
183191
* JupyterLabAppSettings: { // JupyterLabAppSettings
184192
* DefaultResourceSpec: "<ResourceSpec>",
@@ -197,6 +205,14 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
197205
* RepositoryUrl: "STRING_VALUE", // required
198206
* },
199207
* ],
208+
* AppLifecycleManagement: {
209+
* IdleSettings: {
210+
* LifecycleManagement: "ENABLED" || "DISABLED",
211+
* IdleTimeoutInMinutes: Number("int"),
212+
* MinIdleTimeoutInMinutes: Number("int"),
213+
* MaxIdleTimeoutInMinutes: Number("int"),
214+
* },
215+
* },
200216
* EmrSettings: { // EmrSettings
201217
* AssumableRoleArns: [ // AssumableRoleArns
202218
* "STRING_VALUE",

clients/client-sagemaker/src/commands/DescribeDomainCommand.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,14 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
180180
* // LifecycleConfigArns: [
181181
* // "STRING_VALUE",
182182
* // ],
183+
* // AppLifecycleManagement: { // AppLifecycleManagement
184+
* // IdleSettings: { // IdleSettings
185+
* // LifecycleManagement: "ENABLED" || "DISABLED",
186+
* // IdleTimeoutInMinutes: Number("int"),
187+
* // MinIdleTimeoutInMinutes: Number("int"),
188+
* // MaxIdleTimeoutInMinutes: Number("int"),
189+
* // },
190+
* // },
183191
* // },
184192
* // JupyterLabAppSettings: { // JupyterLabAppSettings
185193
* // DefaultResourceSpec: "<ResourceSpec>",
@@ -198,6 +206,14 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
198206
* // RepositoryUrl: "STRING_VALUE", // required
199207
* // },
200208
* // ],
209+
* // AppLifecycleManagement: {
210+
* // IdleSettings: {
211+
* // LifecycleManagement: "ENABLED" || "DISABLED",
212+
* // IdleTimeoutInMinutes: Number("int"),
213+
* // MinIdleTimeoutInMinutes: Number("int"),
214+
* // MaxIdleTimeoutInMinutes: Number("int"),
215+
* // },
216+
* // },
201217
* // EmrSettings: { // EmrSettings
202218
* // AssumableRoleArns: [ // AssumableRoleArns
203219
* // "STRING_VALUE",
@@ -304,6 +320,14 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
304320
* // RepositoryUrl: "STRING_VALUE", // required
305321
* // },
306322
* // ],
323+
* // AppLifecycleManagement: {
324+
* // IdleSettings: {
325+
* // LifecycleManagement: "ENABLED" || "DISABLED",
326+
* // IdleTimeoutInMinutes: Number("int"),
327+
* // MinIdleTimeoutInMinutes: Number("int"),
328+
* // MaxIdleTimeoutInMinutes: Number("int"),
329+
* // },
330+
* // },
307331
* // EmrSettings: {
308332
* // AssumableRoleArns: [
309333
* // "STRING_VALUE",

clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { DescribeModelBiasJobDefinitionRequest, DescribeModelBiasJobDefinitionResponse } from "../models/models_2";
8+
import { DescribeModelBiasJobDefinitionRequest, DescribeModelBiasJobDefinitionResponse } from "../models/models_3";
99
import {
1010
de_DescribeModelBiasJobDefinitionCommand,
1111
se_DescribeModelBiasJobDefinitionCommand,

clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { DescribeModelCardRequest } from "../models/models_2";
9-
import { DescribeModelCardResponse, DescribeModelCardResponseFilterSensitiveLog } from "../models/models_3";
8+
import {
9+
DescribeModelCardRequest,
10+
DescribeModelCardResponse,
11+
DescribeModelCardResponseFilterSensitiveLog,
12+
} from "../models/models_3";
1013
import { de_DescribeModelCardCommand, se_DescribeModelCardCommand } from "../protocols/Aws_json1_1";
1114
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
1215

clients/client-sagemaker/src/commands/DescribeModelCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { DescribeModelInput, DescribeModelOutput } from "../models/models_2";
8+
import { DescribeModelInput, DescribeModelOutput } from "../models/models_3";
99
import { de_DescribeModelCommand, se_DescribeModelCommand } from "../protocols/Aws_json1_1";
1010
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
1111

clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ export interface DescribeSpaceCommandOutput extends DescribeSpaceResponse, __Met
9595
* // 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.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",
9696
* // LifecycleConfigArn: "STRING_VALUE",
9797
* // },
98+
* // AppLifecycleManagement: { // SpaceAppLifecycleManagement
99+
* // IdleSettings: { // SpaceIdleSettings
100+
* // IdleTimeoutInMinutes: Number("int"),
101+
* // },
102+
* // },
98103
* // },
99104
* // JupyterLabAppSettings: { // SpaceJupyterLabAppSettings
100105
* // DefaultResourceSpec: {
@@ -109,6 +114,11 @@ export interface DescribeSpaceCommandOutput extends DescribeSpaceResponse, __Met
109114
* // RepositoryUrl: "STRING_VALUE", // required
110115
* // },
111116
* // ],
117+
* // AppLifecycleManagement: {
118+
* // IdleSettings: {
119+
* // IdleTimeoutInMinutes: Number("int"),
120+
* // },
121+
* // },
112122
* // },
113123
* // AppType: "JupyterServer" || "KernelGateway" || "DetailedProfiler" || "TensorBoard" || "CodeEditor" || "JupyterLab" || "RStudioServerPro" || "RSessionGateway" || "Canvas",
114124
* // SpaceStorageSettings: { // SpaceStorageSettings

clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,14 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes
179179
* // LifecycleConfigArns: [
180180
* // "STRING_VALUE",
181181
* // ],
182+
* // AppLifecycleManagement: { // AppLifecycleManagement
183+
* // IdleSettings: { // IdleSettings
184+
* // LifecycleManagement: "ENABLED" || "DISABLED",
185+
* // IdleTimeoutInMinutes: Number("int"),
186+
* // MinIdleTimeoutInMinutes: Number("int"),
187+
* // MaxIdleTimeoutInMinutes: Number("int"),
188+
* // },
189+
* // },
182190
* // },
183191
* // JupyterLabAppSettings: { // JupyterLabAppSettings
184192
* // DefaultResourceSpec: "<ResourceSpec>",
@@ -197,6 +205,14 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes
197205
* // RepositoryUrl: "STRING_VALUE", // required
198206
* // },
199207
* // ],
208+
* // AppLifecycleManagement: {
209+
* // IdleSettings: {
210+
* // LifecycleManagement: "ENABLED" || "DISABLED",
211+
* // IdleTimeoutInMinutes: Number("int"),
212+
* // MinIdleTimeoutInMinutes: Number("int"),
213+
* // MaxIdleTimeoutInMinutes: Number("int"),
214+
* // },
215+
* // },
200216
* // EmrSettings: { // EmrSettings
201217
* // AssumableRoleArns: [ // AssumableRoleArns
202218
* // "STRING_VALUE",

clients/client-sagemaker/src/commands/ListModelCardsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { ListModelCardsRequest, ListModelCardsResponse } from "../models/models_3";
8+
import { ListModelCardsRequest, ListModelCardsResponse } from "../models/models_4";
99
import { de_ListModelCardsCommand, se_ListModelCardsCommand } from "../protocols/Aws_json1_1";
1010
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
1111

clients/client-sagemaker/src/commands/UpdateDomainCommand.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,14 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
164164
* LifecycleConfigArns: [
165165
* "STRING_VALUE",
166166
* ],
167+
* AppLifecycleManagement: { // AppLifecycleManagement
168+
* IdleSettings: { // IdleSettings
169+
* LifecycleManagement: "ENABLED" || "DISABLED",
170+
* IdleTimeoutInMinutes: Number("int"),
171+
* MinIdleTimeoutInMinutes: Number("int"),
172+
* MaxIdleTimeoutInMinutes: Number("int"),
173+
* },
174+
* },
167175
* },
168176
* JupyterLabAppSettings: { // JupyterLabAppSettings
169177
* DefaultResourceSpec: "<ResourceSpec>",
@@ -182,6 +190,14 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
182190
* RepositoryUrl: "STRING_VALUE", // required
183191
* },
184192
* ],
193+
* AppLifecycleManagement: {
194+
* IdleSettings: {
195+
* LifecycleManagement: "ENABLED" || "DISABLED",
196+
* IdleTimeoutInMinutes: Number("int"),
197+
* MinIdleTimeoutInMinutes: Number("int"),
198+
* MaxIdleTimeoutInMinutes: Number("int"),
199+
* },
200+
* },
185201
* EmrSettings: { // EmrSettings
186202
* AssumableRoleArns: [ // AssumableRoleArns
187203
* "STRING_VALUE",
@@ -280,6 +296,14 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
280296
* RepositoryUrl: "STRING_VALUE", // required
281297
* },
282298
* ],
299+
* AppLifecycleManagement: {
300+
* IdleSettings: {
301+
* LifecycleManagement: "ENABLED" || "DISABLED",
302+
* IdleTimeoutInMinutes: Number("int"),
303+
* MinIdleTimeoutInMinutes: Number("int"),
304+
* MaxIdleTimeoutInMinutes: Number("int"),
305+
* },
306+
* },
283307
* EmrSettings: {
284308
* AssumableRoleArns: [
285309
* "STRING_VALUE",

0 commit comments

Comments
 (0)