Skip to content

Commit 3ba26b0

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release adds support for "Lifecycle Configurations" to SageMaker Studio
1 parent 67a8017 commit 3ba26b0

File tree

3 files changed

+289
-5
lines changed

3 files changed

+289
-5
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "This release adds support for \"Lifecycle Configurations\" to SageMaker Studio"
6+
}

services/sagemaker/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@
257257
"output_token": "NextToken",
258258
"limit_key": "MaxResults"
259259
},
260+
"ListStudioLifecycleConfigs": {
261+
"input_token": "NextToken",
262+
"output_token": "NextToken",
263+
"limit_key": "MaxResults",
264+
"result_key": "StudioLifecycleConfigs"
265+
},
260266
"ListSubscribedWorkteams": {
261267
"input_token": "NextToken",
262268
"output_token": "NextToken",

0 commit comments

Comments
 (0)