Skip to content

Commit 49a3f59

Browse files
author
awstools
committed
Updates SDK to v2.970.0
1 parent 5a36451 commit 49a3f59

22 files changed

+2886
-2534
lines changed

.changes/2.970.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": "Cloud9",
5+
"description": "Added DryRun parameter to CreateEnvironmentEC2 API. Added ManagedCredentialsActions parameter to UpdateEnvironment API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CostExplorer",
10+
"description": "This release is a new feature for Cost Categories: Split charge rules. Split charge rules enable you to allocate shared costs between your cost category values."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "This release adds support for EC2 ED25519 key pairs for authentication"
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.969.0-->
2+
<!--LATEST=2.970.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.970.0
6+
* feature: Cloud9: Added DryRun parameter to CreateEnvironmentEC2 API. Added ManagedCredentialsActions parameter to UpdateEnvironment API
7+
* feature: CostExplorer: This release is a new feature for Cost Categories: Split charge rules. Split charge rules enable you to allocate shared costs between your cost category values.
8+
* feature: EC2: This release adds support for EC2 ED25519 key pairs for authentication
9+
510
## 2.969.0
611
* feature: CodeBuild: CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.
712
* feature: ConfigService: Update ResourceType enum with values for Backup Plan, Selection, Vault, RecoveryPoint; ECS Cluster, Service, TaskDefinition; EFS AccessPoint, FileSystem; EKS Cluster; ECR Repository resources

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