Skip to content

Commit af5475f

Browse files
author
awstools
committed
Updates SDK to v2.1000.0
1 parent 33cbd22 commit af5475f

16 files changed

+826
-189
lines changed

.changes/2.1000.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeBuild",
5+
"description": "CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EFS",
10+
"description": "EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers."
11+
}
12+
]

CHANGELOG.md

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

5+
## 2.1000.0
6+
* feature: CodeBuild: CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.
7+
* feature: EFS: EFS adds a new exception for short identifiers to be thrown after its migration to long resource identifiers.
8+
59
## 2.999.0
610
* feature: AppRunner: This release contains several minor bug fixes.
711
* feature: SSM: When "AutoApprovable" is true for a Change Template, then specifying --auto-approve (boolean) in Start-Change-Request-Execution will create a change request that bypasses approver review. (except for change calendar restrictions)

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