Skip to content

Commit

Permalink
Updates SDK to v2.1515.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 8, 2023
1 parent 28a4e42 commit dd6f225
Show file tree
Hide file tree
Showing 18 changed files with 4,465 additions and 306 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1515.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Endpoints",
"description": "Add endpoint customizations for services which do not use FIPS suffix"
},
{
"type": "feature",
"category": "CloudWatch",
"description": "Adds support for the OpenTelemetry 1.0 output format in CloudWatch Metric Streams."
},
{
"type": "feature",
"category": "EC2",
"description": "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."
},
{
"type": "feature",
"category": "Finspace",
"description": "Releasing Scaling Group, Dataview, and Volume APIs"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpoints-53e779cb.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1514.0-->
<!--LATEST=2.1515.0-->
<!--ENTRYINSERT-->

## 2.1515.0
* bugfix: Endpoints: Add endpoint customizations for services which do not use FIPS suffix
* feature: CloudWatch: Adds support for the OpenTelemetry 1.0 output format in CloudWatch Metric Streams.
* feature: EC2: 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.
* feature: Finspace: Releasing Scaling Group, Dataview, and Volume APIs

## 2.1514.0
* feature: CodeDeploy: This release adds support for two new CodeDeploy features: 1) zonal deployments for Amazon EC2 in-place deployments, 2) deployments triggered by Auto Scaling group termination lifecycle hook events.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1514.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1515.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
11 changes: 10 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -39704,7 +39704,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 dd6f225

Please sign in to comment.