Skip to content

Commit

Permalink
Updates SDK to v2.667.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 30, 2020
1 parent 7df8897 commit 7b2fe20
Show file tree
Hide file tree
Showing 25 changed files with 1,976 additions and 1,163 deletions.
27 changes: 27 additions & 0 deletions .changes/2.667.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "IoTEvents",
"description": "Doc only update to correct APIs and related descriptions"
},
{
"type": "feature",
"category": "Iot",
"description": "AWS IoT Core released Fleet Provisioning for scalable onboarding of IoT devices to the cloud. This release includes support for customer's Lambda functions to validate devices during onboarding. Fleet Provisioning also allows devices to send Certificate Signing Requests (CSR) to AWS IoT Core for signing and getting a unique certificate. Lastly, AWS IoT Core added a feature to register the same certificate for multiple accounts in the same region without needing to register the certificate authority (CA)."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper."
},
{
"type": "feature",
"category": "Schemas",
"description": "Add support for resource policies for Amazon EventBridge Schema Registry, which is now generally available."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Adding support for S3_INTELLIGENT_TIERING as a storage class option"
}
]
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.666.0-->
<!--LATEST=2.667.0-->
<!--ENTRYINSERT-->

## 2.667.0
* feature: IoTEvents: Doc only update to correct APIs and related descriptions
* feature: Iot: AWS IoT Core released Fleet Provisioning for scalable onboarding of IoT devices to the cloud. This release includes support for customer's Lambda functions to validate devices during onboarding. Fleet Provisioning also allows devices to send Certificate Signing Requests (CSR) to AWS IoT Core for signing and getting a unique certificate. Lastly, AWS IoT Core added a feature to register the same certificate for multiple accounts in the same region without needing to register the certificate authority (CA).
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper.
* feature: Schemas: Add support for resource policies for Amazon EventBridge Schema Registry, which is now generally available.
* feature: StorageGateway: Adding support for S3_INTELLIGENT_TIERING as a storage class option

## 2.666.0
* feature: IoTSiteWise: AWS IoT SiteWise is a managed service that makes it easy to collect, store, organize and monitor data from industrial equipment at scale. You can use AWS IoT SiteWise to model your physical assets, processes and facilities, quickly compute common industrial performance metrics, and create fully managed web applications to help analyze industrial equipment data, prevent costly equipment issues, and reduce production inefficiencies.
* feature: TranscribeService: With this release, you can now use Amazon Transcribe to create medical custom vocabularies and use them in both medical real-time streaming and medical batch transcription jobs.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.666.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.667.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 7b2fe20

Please sign in to comment.