Skip to content

Commit b13b746

Browse files
author
awstools
committed
Updates SDK to v2.1198.0
1 parent 65d960c commit b13b746

30 files changed

+5414
-1522
lines changed

.changes/2.1198.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": "ChimeSDKMediaPipelines",
5+
"description": "The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudWatch",
10+
"description": "Add support for managed Contributor Insights Rules"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DynamoDB",
15+
"description": "This release adds support for importing data from S3 into a new DynamoDB table"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "NetworkManager",
25+
"description": "Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model"
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.1197.0-->
2+
<!--LATEST=2.1198.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1198.0
6+
* feature: ChimeSDKMediaPipelines: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
7+
* feature: CloudWatch: Add support for managed Contributor Insights Rules
8+
* feature: DynamoDB: This release adds support for importing data from S3 into a new DynamoDB table
9+
* feature: EC2: This release adds support for VPN log options , a new feature allowing S2S VPN connections to send IKE activity logs to CloudWatch Logs
10+
* feature: NetworkManager: Add TransitGatewayPeeringAttachmentId property to TransitGatewayPeering Model
11+
512
## 2.1197.0
613
* feature: AppMesh: AWS App Mesh release to support Multiple Listener and Access Log Format feature
714
* feature: ConnectCampaigns: Updated exceptions for Amazon Connect Outbound Campaign api's.

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.1197.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1198.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)