Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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