Skip to content

Commit

Permalink
Updates SDK to v2.946.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 14, 2021
1 parent 371ca9d commit a7db325
Show file tree
Hide file tree
Showing 27 changed files with 4,466 additions and 1,317 deletions.
32 changes: 32 additions & 0 deletions .changes/2.946.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ACM",
"description": "Added support for RSA 3072 SSL certificate import"
},
{
"type": "feature",
"category": "DMS",
"description": "Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api."
},
{
"type": "feature",
"category": "Glue",
"description": "Add support for Event Driven Workflows"
},
{
"type": "feature",
"category": "HealthLake",
"description": "General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects."
},
{
"type": "feature",
"category": "WellArchitected",
"description": "This update provides support for Well-Architected API users to mark answer choices as not applicable."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.945.0-->
<!--LATEST=2.946.0-->
<!--ENTRYINSERT-->

## 2.946.0
* feature: ACM: Added support for RSA 3072 SSL certificate import
* feature: DMS: Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api.
* feature: Glue: Add support for Event Driven Workflows
* feature: HealthLake: General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html.
* feature: Lightsail: This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.
* feature: WellArchitected: This update provides support for Well-Architected API users to mark answer choices as not applicable.

## 2.945.0
* feature: AmplifyBackend: Added Sign in with Apple OAuth provider.
* feature: DevOpsGuru: Add paginator for GetCostEstimation
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.945.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.946.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
31 changes: 16 additions & 15 deletions apis/acm-2015-12-08.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit a7db325

Please sign in to comment.