Skip to content

Commit

Permalink
Release v1.49.21 (2024-01-14) (#5142)
Browse files Browse the repository at this point in the history
Release v1.49.21 (2024-01-14)
===

### Service Client Updates
* `service/sagemaker`: Updates service API
  * 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.
  • Loading branch information
aws-sdk-go-automation committed Jan 14, 2024
1 parent f7f68df commit a1bdcb0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 44 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
Release v1.49.21 (2024-01-14)
===

### Service Client Updates
* `service/sagemaker`: Updates service API
* 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.

Release v1.49.20 (2024-01-12)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.49.20"
const SDKVersion = "1.49.21"
18 changes: 7 additions & 11 deletions models/apis/sagemaker/2017-07-24/api-2.json
Expand Up @@ -3714,7 +3714,10 @@
},
"AdditionalS3DataSourceDataType":{
"type":"string",
"enum":["S3Object"]
"enum":[
"S3Object",
"S3Prefix"
]
},
"AgentVersion":{
"type":"structure",
Expand Down Expand Up @@ -4060,17 +4063,11 @@
"KernelGateway",
"DetailedProfiler",
"TensorBoard",
"VSCode",
"Savitur",
"CodeEditor",
"JupyterLab",
"RStudioServerPro",
"RSession",
"RSessionGateway",
"Canvas",
"DatasetManager",
"SageMakerLite",
"Local"
"Canvas"
]
},
"ApprovalDescription":{
Expand Down Expand Up @@ -20696,8 +20693,6 @@
"enum":[
"JupyterServer",
"KernelGateway",
"VSCode",
"Savitur",
"CodeEditor",
"JupyterLab"
]
Expand Down Expand Up @@ -22887,7 +22882,8 @@
},
"VpcOnlyTrustedAccounts":{
"type":"list",
"member":{"shape":"AccountId"}
"member":{"shape":"AccountId"},
"max":10
},
"VpcSecurityGroupIds":{
"type":"list",
Expand Down
36 changes: 4 additions & 32 deletions service/sagemaker/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1bdcb0

Please sign in to comment.