Skip to content

Commit

Permalink
Updates SDK to v2.1284.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 28, 2022
1 parent eef9d58 commit f9615e6
Show file tree
Hide file tree
Showing 21 changed files with 1,169 additions and 953 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1284.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ElastiCache",
"description": "This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability."
},
{
"type": "feature",
"category": "NetworkFirewall",
"description": "AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails."
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server."
},
{
"type": "feature",
"category": "Route53RecoveryControlConfig",
"description": "Added support for Python paginators in the route53-recovery-control-config List* APIs."
}
]
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.1283.0-->
<!--LATEST=2.1284.0-->
<!--ENTRYINSERT-->

## 2.1284.0
* feature: ElastiCache: This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
* feature: NetworkFirewall: AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.
* feature: RDS: This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
* feature: Route53RecoveryControlConfig: Added support for Python paginators in the route53-recovery-control-config List* APIs.

## 2.1283.0
* feature: MemoryDB: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
* feature: Transfer: Add additional operations to throw ThrottlingExceptions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1283.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1284.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
Loading

0 comments on commit f9615e6

Please sign in to comment.