Skip to content

Commit 5a36451

Browse files
author
awstools
committed
Updates SDK to v2.969.0
1 parent d048fa3 commit 5a36451

25 files changed

+1019
-744
lines changed

.changes/2.969.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": "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": "ConfigService",
10+
"description": "Update ResourceType enum with values for Backup Plan, Selection, Vault, RecoveryPoint; ECS Cluster, Service, TaskDefinition; EFS AccessPoint, FileSystem; EKS Cluster; ECR Repository resources"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DirectoryService",
15+
"description": "This release adds support for describing client authentication settings."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IoTSiteWise",
20+
"description": "AWS IoT SiteWise added query window for the interpolation interval. AWS IoT SiteWise computes each interpolated value by using data points from the timestamp of each interval minus the window to the timestamp of each interval plus the window."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "LicenseManager",
25+
"description": "AWS License Manager now allows end users to call CheckoutLicense API using new CheckoutType PERPETUAL. Perpetual checkouts allow sellers to check out a quantity of entitlements to be drawn down for consumption."
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.968.0-->
2+
<!--LATEST=2.969.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.969.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: ConfigService: Update ResourceType enum with values for Backup Plan, Selection, Vault, RecoveryPoint; ECS Cluster, Service, TaskDefinition; EFS AccessPoint, FileSystem; EKS Cluster; ECR Repository resources
8+
* feature: DirectoryService: This release adds support for describing client authentication settings.
9+
* feature: IoTSiteWise: AWS IoT SiteWise added query window for the interpolation interval. AWS IoT SiteWise computes each interpolated value by using data points from the timestamp of each interval minus the window to the timestamp of each interval plus the window.
10+
* feature: LicenseManager: AWS License Manager now allows end users to call CheckoutLicense API using new CheckoutType PERPETUAL. Perpetual checkouts allow sellers to check out a quantity of entitlements to be drawn down for consumption.
11+
512
## 2.968.0
613
* feature: CustomerProfiles: This release introduces Standard Profile Objects, namely Asset and Case which contain values populated by data from third party systems and belong to a specific profile. This release adds an optional parameter, ObjectFilter to the ListProfileObjects API in order to search for these Standard Objects.
714
* feature: EMR: Amazon EMR customers can now specify custom AMIs at the instance level in their clusters. This allows using custom AMIs in clusters that have instances with different instruction set architectures, e.g. m5.xlarge (x86) and m6g.xlarge (ARM).

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