Skip to content

Commit 7d75b8c

Browse files
author
awstools
committed
Updates SDK to v2.942.0
1 parent 69494c3 commit 7d75b8c

28 files changed

+2322
-398
lines changed

.changes/2.942.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DevOpsGuru",
5+
"description": "Add AnomalyReportedTimeRange field to include open and close time of anomalies."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EKS",
10+
"description": "Added waiters for EKS FargateProfiles."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "FMS",
15+
"description": "AWS Firewall Manager now supports route table monitoring, and provides remediation action recommendations to security administrators for AWS Network Firewall policies with misconfigured routes."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaTailor",
20+
"description": "Add ListAlerts for Channel, Program, Source Location, and VOD Source to return alerts for resources."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Outposts",
25+
"description": "Added property filters for listOutposts"
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.942.0
6+
* feature: DevOpsGuru: Add AnomalyReportedTimeRange field to include open and close time of anomalies.
7+
* feature: EKS: Added waiters for EKS FargateProfiles.
8+
* feature: FMS: AWS Firewall Manager now supports route table monitoring, and provides remediation action recommendations to security administrators for AWS Network Firewall policies with misconfigured routes.
9+
* feature: MediaTailor: Add ListAlerts for Channel, Program, Source Location, and VOD Source to return alerts for resources.
10+
* feature: Outposts: Added property filters for listOutposts
11+
512
## 2.941.0
613
* feature: Chime: Releasing new APIs for AWS Chime MediaCapturePipeline
714
* feature: CloudFront: Amazon CloudFront now provides two new APIs, ListConflictingAliases and AssociateAlias, that help locate and move Alternate Domain Names (CNAMEs) if you encounter the CNAMEAlreadyExists error code.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.941.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.942.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)