Skip to content

Commit b1d9fbe

Browse files
author
awstools
committed
Updates SDK to v2.857.0
1 parent 54b9649 commit b1d9fbe

24 files changed

+6131
-223
lines changed

.changes/2.857.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": "CloudWatchEvents",
5+
"description": "Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EventBridge",
10+
"description": "Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MWAA",
15+
"description": "This release introduces a new MinWorker parameter to the CreateEnvironment and UpdateEnvironment APIs. MinWorker allows the users to set a minimum worker count for worker auto-scaling operations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "This release adds the ResolvedOutputS3Uri to the DescribeFeatureGroup API to indicate the S3 prefix where offline data is stored in a feature group"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ServiceDiscovery",
25+
"description": "Supports creating API-only services under DNS namespace. Add namespace syntax validation."
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.856.0-->
2+
<!--LATEST=2.857.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.857.0
6+
* feature: CloudWatchEvents: Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections.
7+
* feature: EventBridge: Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections.
8+
* feature: MWAA: This release introduces a new MinWorker parameter to the CreateEnvironment and UpdateEnvironment APIs. MinWorker allows the users to set a minimum worker count for worker auto-scaling operations.
9+
* feature: SageMaker: This release adds the ResolvedOutputS3Uri to the DescribeFeatureGroup API to indicate the S3 prefix where offline data is stored in a feature group
10+
* feature: ServiceDiscovery: Supports creating API-only services under DNS namespace. Add namespace syntax validation.
11+
512
## 2.856.0
613
* feature: ACM: Adds 2 new APIs to add and retrieve account configuration in AWS Certificate Manager.
714
* feature: CloudWatchEvents: Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation.

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