Skip to content

Commit 4d86772

Browse files
author
AWS
committed
Amazon SageMaker Service Update: This release will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts.
1 parent 11f8b9e commit 4d86772

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
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 will have ValidationException thrown if certain invalid app types are provided. The release will also throw ValidationException if more than 10 account ids are provided in VpcOnlyTrustedAccounts."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4120,7 +4120,10 @@
41204120
},
41214121
"AdditionalS3DataSourceDataType":{
41224122
"type":"string",
4123-
"enum":["S3Object"]
4123+
"enum":[
4124+
"S3Object",
4125+
"S3Prefix"
4126+
]
41244127
},
41254128
"AgentVersion":{
41264129
"type":"structure",
@@ -4604,17 +4607,11 @@
46044607
"KernelGateway",
46054608
"DetailedProfiler",
46064609
"TensorBoard",
4607-
"VSCode",
4608-
"Savitur",
46094610
"CodeEditor",
46104611
"JupyterLab",
46114612
"RStudioServerPro",
4612-
"RSession",
46134613
"RSessionGateway",
4614-
"Canvas",
4615-
"DatasetManager",
4616-
"SageMakerLite",
4617-
"Local"
4614+
"Canvas"
46184615
]
46194616
},
46204617
"ApprovalDescription":{
@@ -33475,8 +33472,6 @@
3347533472
"enum":[
3347633473
"JupyterServer",
3347733474
"KernelGateway",
33478-
"VSCode",
33479-
"Savitur",
3348033475
"CodeEditor",
3348133476
"JupyterLab"
3348233477
]
@@ -37194,7 +37189,8 @@
3719437189
},
3719537190
"VpcOnlyTrustedAccounts":{
3719637191
"type":"list",
37197-
"member":{"shape":"AccountId"}
37192+
"member":{"shape":"AccountId"},
37193+
"max":10
3719837194
},
3719937195
"VpcSecurityGroupIds":{
3720037196
"type":"list",

0 commit comments

Comments
 (0)