Skip to content

Commit f9615e6

Browse files
author
awstools
committed
Updates SDK to v2.1284.0
1 parent eef9d58 commit f9615e6

21 files changed

+1169
-953
lines changed

.changes/2.1284.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ElastiCache",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "NetworkFirewall",
10+
"description": "AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RDS",
15+
"description": "This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Route53RecoveryControlConfig",
20+
"description": "Added support for Python paginators in the route53-recovery-control-config List* APIs."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1283.0-->
2+
<!--LATEST=2.1284.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1284.0
6+
* 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.
7+
* feature: NetworkFirewall: AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.
8+
* feature: RDS: This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
9+
* feature: Route53RecoveryControlConfig: Added support for Python paginators in the route53-recovery-control-config List* APIs.
10+
511
## 2.1283.0
612
* 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.
713
* feature: Transfer: Add additional operations to throw ThrottlingExceptions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1283.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1284.0.min.js"></script>
6161

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)