Skip to content

Commit 64189ec

Browse files
Release v1.44.23 (2022-05-26) (#4416)
Release v1.44.23 (2022-05-26) === ### Service Client Updates * `service/ec2`: Updates service API * C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads. * `service/emr-serverless`: Adds new service * `service/forecast`: Updates service API and documentation * `service/lightsail`: Updates service API and documentation * Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account. ### SDK Bugs * `service/cloudwatchevidently`: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with the service's request and response shapes. * `EvaluateFeatureInput.EvaluationContext` * `EvaluateFeatureOutput.Details` * `EvaluationRequest.EvaluationContext` * `EvaluationResult.Details` * `Event.Data` * `ExperimentReport.Content` * `MetricDefinition.EventPattern` * `MetricDefinitionConfig.EventPattern`
1 parent 085b96f commit 64189ec

File tree

22 files changed

+8082
-39
lines changed

22 files changed

+8082
-39
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release v1.44.23 (2022-05-26)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ec2`: Updates service API
6+
* C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.
7+
* `service/emr-serverless`: Adds new service
8+
* `service/forecast`: Updates service API and documentation
9+
* `service/lightsail`: Updates service API and documentation
10+
* Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account.
11+
12+
### SDK Bugs
13+
* `service/cloudwatchevidently`: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with the service's request and response shapes.
14+
* `EvaluateFeatureInput.EvaluationContext`
15+
* `EvaluateFeatureOutput.Details`
16+
* `EvaluationRequest.EvaluationContext`
17+
* `EvaluationResult.Details`
18+
* `Event.Data`
19+
* `ExperimentReport.Content`
20+
* `MetricDefinition.EventPattern`
21+
* `MetricDefinitionConfig.EventPattern`
22+
123
Release v1.44.22 (2022-05-25)
224
===
325

CHANGELOG_PENDING.md

-9
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,3 @@
33
### SDK Enhancements
44

55
### SDK Bugs
6-
* `service/cloudwatchevidently`: Introduces a breaking change for following parameters from a JSONValue to string type, because the SDKs JSONValue is not compatible with the service's request and response shapes.
7-
* `EvaluateFeatureInput.EvaluationContext`
8-
* `EvaluateFeatureOutput.Details`
9-
* `EvaluationRequest.EvaluationContext`
10-
* `EvaluationResult.Details`
11-
* `Event.Data`
12-
* `ExperimentReport.Content`
13-
* `MetricDefinition.EventPattern`
14-
* `MetricDefinitionConfig.EventPattern`

aws/endpoints/defaults.go

+129-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
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.22"
8+
const SDKVersion = "1.44.23"

models/apis/ec2/2016-11-15/api-2.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -24251,7 +24251,18 @@
2425124251
"i4i.4xlarge",
2425224252
"i4i.8xlarge",
2425324253
"i4i.16xlarge",
24254-
"i4i.32xlarge"
24254+
"i4i.32xlarge",
24255+
"i4i.metal",
24256+
"x2idn.metal",
24257+
"x2iedn.metal",
24258+
"c7g.medium",
24259+
"c7g.large",
24260+
"c7g.xlarge",
24261+
"c7g.2xlarge",
24262+
"c7g.4xlarge",
24263+
"c7g.8xlarge",
24264+
"c7g.12xlarge",
24265+
"c7g.16xlarge"
2425524266
]
2425624267
},
2425724268
"InstanceTypeHypervisor":{

0 commit comments

Comments
 (0)