Skip to content

Commit

Permalink
Updates SDK to v2.982.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 2, 2021
1 parent 728e01b commit 53c57f9
Show file tree
Hide file tree
Showing 44 changed files with 9,611 additions and 1,617 deletions.
47 changes: 47 additions & 0 deletions .changes/2.982.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder."
},
{
"type": "feature",
"category": "EFS",
"description": "Adds support for EFS Intelligent-Tiering, which uses EFS Lifecycle Management to monitor file access patterns and is designed to automatically transition files to and from your corresponding Infrequent Access (IA) storage classes."
},
{
"type": "feature",
"category": "FSx",
"description": "Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP."
},
{
"type": "feature",
"category": "LexModelBuildingService",
"description": "Lex now supports Korean (ko-KR) locale."
},
{
"type": "feature",
"category": "QuickSight",
"description": "This release adds support for referencing parent datasets as sources in a child dataset."
},
{
"type": "feature",
"category": "S3Control",
"description": "S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions."
},
{
"type": "feature",
"category": "Schemas",
"description": "This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket."
},
{
"type": "feature",
"category": "Transfer",
"description": "AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing"
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.981.0-->
<!--LATEST=2.982.0-->
<!--ENTRYINSERT-->

## 2.982.0
* feature: ACMPCA: Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder.
* feature: EFS: Adds support for EFS Intelligent-Tiering, which uses EFS Lifecycle Management to monitor file access patterns and is designed to automatically transition files to and from your corresponding Infrequent Access (IA) storage classes.
* feature: FSx: Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.
* feature: LexModelBuildingService: Lex now supports Korean (ko-KR) locale.
* feature: QuickSight: This release adds support for referencing parent datasets as sources in a child dataset.
* feature: S3Control: S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
* feature: Schemas: This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out by specifying the value for crossAccount.
* feature: SecurityHub: New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.
* feature: Transfer: AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing

## 2.981.0
* feature: EC2: Added LaunchTemplate support for the IMDS IPv6 endpoint
* feature: MediaTailor: This release adds support for wall clock programs in LINEAR channels.
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
PATH
remote: doc-src/yard
specs:
yard (0.9.26)

PATH
remote: doc-src/parsejs
specs:
Expand All @@ -15,6 +10,11 @@ PATH
specs:
yard-js (0.1.3)

PATH
remote: doc-src/yard
specs:
yard (0.9.26)

GEM
remote: https://rubygems.org/
specs:
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.981.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.982.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 53c57f9

Please sign in to comment.