Skip to content

Commit

Permalink
Updates SDK to v2.857.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 4, 2021
1 parent 54b9649 commit b1d9fbe
Show file tree
Hide file tree
Showing 24 changed files with 6,131 additions and 223 deletions.
27 changes: 27 additions & 0 deletions .changes/2.857.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CloudWatchEvents",
"description": "Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections."
},
{
"type": "feature",
"category": "EventBridge",
"description": "Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections."
},
{
"type": "feature",
"category": "MWAA",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds the ResolvedOutputS3Uri to the DescribeFeatureGroup API to indicate the S3 prefix where offline data is stored in a feature group"
},
{
"type": "feature",
"category": "ServiceDiscovery",
"description": "Supports creating API-only services under DNS namespace. Add namespace syntax validation."
}
]
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.856.0-->
<!--LATEST=2.857.0-->
<!--ENTRYINSERT-->

## 2.857.0
* feature: CloudWatchEvents: Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections.
* feature: EventBridge: Introducing support for EventBridge Api Destinations - any HTTP APIs as Targets, with managed authorization via EventBridge Connections.
* 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.
* 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
* feature: ServiceDiscovery: Supports creating API-only services under DNS namespace. Add namespace syntax validation.

## 2.856.0
* feature: ACM: Adds 2 new APIs to add and retrieve account configuration in AWS Certificate Manager.
* feature: CloudWatchEvents: Adds TraceHeader to PutEventsRequestEntry to support AWS X-Ray trace-ids on events generated using the PutEvents operation.
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.856.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.857.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 b1d9fbe

Please sign in to comment.