Skip to content

Commit

Permalink
Release v1.44.237 (2023-04-05) (#4788)
Browse files Browse the repository at this point in the history
Release v1.44.237 (2023-04-05)
===

### Service Client Updates
* `service/apprunner`: Updates service API
* `service/config`: Updates service API and documentation
* `service/ecs`: Updates service documentation
  * This is a document only updated to add information about Amazon Elastic Inference (EI).
* `service/identitystore`: Updates service documentation
* `service/ivs-realtime`: Updates service API
* `service/network-firewall`: Updates service API and documentation
* `service/servicecatalog`: Updates service API
  * removed incorrect product type value
* `service/vpc-lattice`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation authored Apr 5, 2023
1 parent 0ea5add commit 6060d92
Show file tree
Hide file tree
Showing 32 changed files with 1,830 additions and 588 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.44.237 (2023-04-05)
===

### Service Client Updates
* `service/apprunner`: Updates service API
* `service/config`: Updates service API and documentation
* `service/ecs`: Updates service documentation
* This is a document only updated to add information about Amazon Elastic Inference (EI).
* `service/identitystore`: Updates service documentation
* `service/ivs-realtime`: Updates service API
* `service/network-firewall`: Updates service API and documentation
* `service/servicecatalog`: Updates service API
* removed incorrect product type value
* `service/vpc-lattice`: Updates service documentation

Release v1.44.236 (2023-04-04)
===

Expand Down
39 changes: 39 additions & 0 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.236"
const SDKVersion = "1.44.237"
12 changes: 6 additions & 6 deletions models/apis/apprunner/2020-05-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@
},
"Cpu":{
"type":"string",
"max":6,
"min":4,
"pattern":"1024|2048|(1|2) vCPU"
"max":9,
"min":3,
"pattern":"256|512|1024|2048|4096|(0.25|0.5|1|2|4) vCPU"
},
"CreateAutoScalingConfigurationRequest":{
"type":"structure",
Expand Down Expand Up @@ -1388,9 +1388,9 @@
},
"Memory":{
"type":"string",
"max":4,
"min":4,
"pattern":"2048|3072|4096|(2|3|4) GB"
"max":6,
"min":3,
"pattern":"512|1024|2048|3072|4096|6144|8192|10240|12288|(0.5|1|2|3|4|6|8|10|12) GB"
},
"NetworkConfiguration":{
"type":"structure",
Expand Down
Loading

0 comments on commit 6060d92

Please sign in to comment.