Skip to content

Commit

Permalink
Release v1.44.295 (2023-07-03) (#4901)
Browse files Browse the repository at this point in the history
Release v1.44.295 (2023-07-03)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
  * This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
* `service/sagemaker`: Updates service API and documentation
  * SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.
  • Loading branch information
aws-sdk-go-automation authored Jul 3, 2023
1 parent 86c1a36 commit c5d956a
Show file tree
Hide file tree
Showing 11 changed files with 705 additions and 219 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.44.295 (2023-07-03)
===

### Service Client Updates
* `service/batch`: Updates service API and documentation
* This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
* `service/sagemaker`: Updates service API and documentation
* SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.

Release v1.44.294 (2023-06-30)
===

Expand Down
246 changes: 210 additions & 36 deletions aws/endpoints/defaults.go

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

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.294"
const SDKVersion = "1.44.295"
13 changes: 11 additions & 2 deletions models/apis/batch/2016-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,8 @@
"secrets":{"shape":"SecretList"},
"networkConfiguration":{"shape":"NetworkConfiguration"},
"fargatePlatformConfiguration":{"shape":"FargatePlatformConfiguration"},
"ephemeralStorage":{"shape":"EphemeralStorage"}
"ephemeralStorage":{"shape":"EphemeralStorage"},
"runtimePlatform":{"shape":"RuntimePlatform"}
}
},
"ContainerOverrides":{
Expand Down Expand Up @@ -642,7 +643,8 @@
"secrets":{"shape":"SecretList"},
"networkConfiguration":{"shape":"NetworkConfiguration"},
"fargatePlatformConfiguration":{"shape":"FargatePlatformConfiguration"},
"ephemeralStorage":{"shape":"EphemeralStorage"}
"ephemeralStorage":{"shape":"EphemeralStorage"},
"runtimePlatform":{"shape":"RuntimePlatform"}
}
},
"ContainerSummary":{
Expand Down Expand Up @@ -1700,6 +1702,13 @@
"evaluateOnExit":{"shape":"EvaluateOnExitList"}
}
},
"RuntimePlatform":{
"type":"structure",
"members":{
"operatingSystemFamily":{"shape":"String"},
"cpuArchitecture":{"shape":"String"}
}
},
"SchedulingPolicyDetail":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit c5d956a

Please sign in to comment.