Skip to content

Commit

Permalink
Updates SDK to v2.969.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 16, 2021
1 parent d048fa3 commit 5a36451
Show file tree
Hide file tree
Showing 25 changed files with 1,019 additions and 744 deletions.
27 changes: 27 additions & 0 deletions .changes/2.969.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CodeBuild",
"description": "CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project."
},
{
"type": "feature",
"category": "ConfigService",
"description": "Update ResourceType enum with values for Backup Plan, Selection, Vault, RecoveryPoint; ECS Cluster, Service, TaskDefinition; EFS AccessPoint, FileSystem; EKS Cluster; ECR Repository resources"
},
{
"type": "feature",
"category": "DirectoryService",
"description": "This release adds support for describing client authentication settings."
},
{
"type": "feature",
"category": "IoTSiteWise",
"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."
},
{
"type": "feature",
"category": "LicenseManager",
"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."
}
]
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.968.0-->
<!--LATEST=2.969.0-->
<!--ENTRYINSERT-->

## 2.969.0
* feature: CodeBuild: CodeBuild now allows you to select how batch build statuses are sent to the source provider for a project.
* 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
* feature: DirectoryService: This release adds support for describing client authentication settings.
* 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.
* 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.

## 2.968.0
* 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.
* 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).
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.968.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.969.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 5a36451

Please sign in to comment.