Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.23 #4416

Merged
merged 1 commit into from
May 26, 2022
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
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`

Release v1.44.22 (2022-05-25)
===

Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@
### SDK Enhancements

### 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`
138 changes: 129 additions & 9 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.22"
const SDKVersion = "1.44.23"
13 changes: 12 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24251,7 +24251,18 @@
"i4i.4xlarge",
"i4i.8xlarge",
"i4i.16xlarge",
"i4i.32xlarge"
"i4i.32xlarge",
"i4i.metal",
"x2idn.metal",
"x2iedn.metal",
"c7g.medium",
"c7g.large",
"c7g.xlarge",
"c7g.2xlarge",
"c7g.4xlarge",
"c7g.8xlarge",
"c7g.12xlarge",
"c7g.16xlarge"
]
},
"InstanceTypeHypervisor":{
Expand Down
Loading