Skip to content

Commit

Permalink
Updates SDK to v2.1003.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 7, 2021
1 parent 427b0b4 commit 3b21fb4
Show file tree
Hide file tree
Showing 31 changed files with 4,717 additions and 514 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1003.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Backup",
"description": "Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements."
},
{
"type": "feature",
"category": "Chime",
"description": "This release enables customers to configure Chime MediaCapturePipeline via API."
},
{
"type": "feature",
"category": "Firehose",
"description": "Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination."
},
{
"type": "feature",
"category": "Grafana",
"description": "Initial release of the SDK for Amazon Managed Grafana API."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now supports indexing and querying documents in different languages."
},
{
"type": "feature",
"category": "Schemas",
"description": "Removing unused request/response objects."
}
]
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.1002.0-->
<!--LATEST=2.1003.0-->
<!--ENTRYINSERT-->

## 2.1003.0
* feature: Backup: Launch of AWS Backup Vault Lock, which protects your backups from malicious and accidental actions, works with existing backup policies, and helps you meet compliance requirements.
* feature: Chime: This release enables customers to configure Chime MediaCapturePipeline via API.
* feature: Firehose: Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
* feature: Grafana: Initial release of the SDK for Amazon Managed Grafana API.
* feature: Kendra: Amazon Kendra now supports indexing and querying documents in different languages.
* feature: Schemas: Removing unused request/response objects.

## 2.1002.0
* feature: AmplifyBackend: Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project.
* feature: FSx: This release adds support for Lustre 2.12 to FSx for Lustre.
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.1002.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1003.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 3b21fb4

Please sign in to comment.