Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 6060d92

Browse files
Release v1.44.237 (2023-04-05) (#4788)
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
1 parent 0ea5add commit 6060d92

File tree

32 files changed

+1830
-588
lines changed

32 files changed

+1830
-588
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.44.237 (2023-04-05)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apprunner`: Updates service API
6+
* `service/config`: Updates service API and documentation
7+
* `service/ecs`: Updates service documentation
8+
* This is a document only updated to add information about Amazon Elastic Inference (EI).
9+
* `service/identitystore`: Updates service documentation
10+
* `service/ivs-realtime`: Updates service API
11+
* `service/network-firewall`: Updates service API and documentation
12+
* `service/servicecatalog`: Updates service API
13+
* removed incorrect product type value
14+
* `service/vpc-lattice`: Updates service documentation
15+
116
Release v1.44.236 (2023-04-04)
217
===
318

aws/endpoints/defaults.go

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.236"
8+
const SDKVersion = "1.44.237"

models/apis/apprunner/2020-05-15/api-2.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -711,9 +711,9 @@
711711
},
712712
"Cpu":{
713713
"type":"string",
714-
"max":6,
715-
"min":4,
716-
"pattern":"1024|2048|(1|2) vCPU"
714+
"max":9,
715+
"min":3,
716+
"pattern":"256|512|1024|2048|4096|(0.25|0.5|1|2|4) vCPU"
717717
},
718718
"CreateAutoScalingConfigurationRequest":{
719719
"type":"structure",
@@ -1388,9 +1388,9 @@
13881388
},
13891389
"Memory":{
13901390
"type":"string",
1391-
"max":4,
1392-
"min":4,
1393-
"pattern":"2048|3072|4096|(2|3|4) GB"
1391+
"max":6,
1392+
"min":3,
1393+
"pattern":"512|1024|2048|3072|4096|6144|8192|10240|12288|(0.5|1|2|3|4|6|8|10|12) GB"
13941394
},
13951395
"NetworkConfiguration":{
13961396
"type":"structure",

0 commit comments

Comments
 (0)