Skip to content

Commit

Permalink
Release v1.44.23 (2022-05-26) (#4416)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
aws-sdk-go-automation committed May 26, 2022
1 parent 085b96f commit 64189ec
Show file tree
Hide file tree
Showing 22 changed files with 8,082 additions and 39 deletions.
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

0 comments on commit 64189ec

Please sign in to comment.