Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jul 3, 2023
1 parent 6cf6aac commit 34375cf
Show file tree
Hide file tree
Showing 14 changed files with 308 additions and 153 deletions.
12 changes: 12 additions & 0 deletions .changes/3.275.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "SageMaker",
"description": "SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints."
},
{
"type": "api-change",
"category": "Batch",
"description": "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."
}
]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\Batch` - 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.
* `Aws\SageMaker` - SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.

## 3.275.1 - 2023-06-30

* `Aws\ECS` - Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
Expand Down
13 changes: 11 additions & 2 deletions src/data/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
2 changes: 1 addition & 1 deletion src/data/batch/2016-08-10/api-2.json.php

Large diffs are not rendered by default.

29 changes: 19 additions & 10 deletions src/data/batch/2016-08-10/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/batch/2016-08-10/docs-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 34375cf

Please sign in to comment.