Skip to content

Commit

Permalink
Release v1.48.16 (2023-12-08)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/ec2`: Updates service API
  * M2 Mac instances are built on Apple M2 Mac mini computers. I4i instances are powered by 3rd generation Intel Xeon Scalable processors. C7i compute optimized, M7i general purpose and R7i memory optimized instances are powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/finspace`: Updates service API, documentation, and paginators
* `service/monitoring`: Updates service API and documentation
  * Adds support for the OpenTelemetry 1.0 output format in CloudWatch Metric Streams.
  • Loading branch information
awssdkgo committed Dec 8, 2023
1 parent 074b1df commit 1eabb26
Show file tree
Hide file tree
Showing 13 changed files with 9,853 additions and 2,376 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.48.16 (2023-12-08)
===

### Service Client Updates
* `service/ec2`: Updates service API
* M2 Mac instances are built on Apple M2 Mac mini computers. I4i instances are powered by 3rd generation Intel Xeon Scalable processors. C7i compute optimized, M7i general purpose and R7i memory optimized instances are powered by custom 4th Generation Intel Xeon Scalable processors.
* `service/finspace`: Updates service API, documentation, and paginators
* `service/monitoring`: Updates service API and documentation
* Adds support for the OpenTelemetry 1.0 output format in CloudWatch Metric Streams.

Release v1.48.15 (2023-12-07)
===

Expand Down
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.48.15"
const SDKVersion = "1.48.16"
11 changes: 10 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -28388,7 +28388,16 @@
"r7i.16xlarge",
"r7i.24xlarge",
"r7i.48xlarge",
"dl2q.24xlarge"
"dl2q.24xlarge",
"mac2-m2.metal",
"i4i.12xlarge",
"i4i.24xlarge",
"c7i.metal-24xl",
"c7i.metal-48xl",
"m7i.metal-24xl",
"m7i.metal-48xl",
"r7i.metal-24xl",
"r7i.metal-48xl"
]
},
"InstanceTypeHypervisor":{
Expand Down
Loading

0 comments on commit 1eabb26

Please sign in to comment.