Skip to content

Commit

Permalink
Updates SDK to v2.942.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 8, 2021
1 parent 69494c3 commit 7d75b8c
Show file tree
Hide file tree
Showing 28 changed files with 2,322 additions and 398 deletions.
27 changes: 27 additions & 0 deletions .changes/2.942.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Add AnomalyReportedTimeRange field to include open and close time of anomalies."
},
{
"type": "feature",
"category": "EKS",
"description": "Added waiters for EKS FargateProfiles."
},
{
"type": "feature",
"category": "FMS",
"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."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "Add ListAlerts for Channel, Program, Source Location, and VOD Source to return alerts for resources."
},
{
"type": "feature",
"category": "Outposts",
"description": "Added property filters for listOutposts"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.941.0-->
<!--LATEST=2.942.0-->
<!--ENTRYINSERT-->

## 2.942.0
* feature: DevOpsGuru: Add AnomalyReportedTimeRange field to include open and close time of anomalies.
* feature: EKS: Added waiters for EKS FargateProfiles.
* 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.
* feature: MediaTailor: Add ListAlerts for Channel, Program, Source Location, and VOD Source to return alerts for resources.
* feature: Outposts: Added property filters for listOutposts

## 2.941.0
* feature: Chime: Releasing new APIs for AWS Chime MediaCapturePipeline
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.941.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.942.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 7d75b8c

Please sign in to comment.