Skip to content

Commit 62fd192

Browse files
author
awstools
committed
Updates SDK to v2.1230.0
1 parent 2e27d77 commit 62fd192

18 files changed

+1051
-490
lines changed

.changes/2.1230.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Glue",
5+
"description": "This SDK release adds support to sync glue jobs with source control provider. Additionally, a new parameter called SourceControlDetails will be added to Job model."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "NetworkFirewall",
10+
"description": "StreamExceptionPolicy configures how AWS Network Firewall processes traffic when a network connection breaks midstream"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Outposts",
15+
"description": "This release adds the Asset state information to the ListAssets response. The ListAssets request supports filtering on Asset state."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1230.0
6+
* feature: Glue: This SDK release adds support to sync glue jobs with source control provider. Additionally, a new parameter called SourceControlDetails will be added to Job model.
7+
* feature: NetworkFirewall: StreamExceptionPolicy configures how AWS Network Firewall processes traffic when a network connection breaks midstream
8+
* feature: Outposts: This release adds the Asset state information to the ListAssets response. The ListAssets request supports filtering on Asset state.
9+
510
## 2.1229.0
611
* feature: Connect: Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType.
712
* feature: ConnectCases: This release adds APIs for Amazon Connect Cases. Cases allows your agents to quickly track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. For more information, see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html

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