Skip to content

Commit 3b21fb4

Browse files
author
awstools
committed
Updates SDK to v2.1003.0
1 parent 427b0b4 commit 3b21fb4

31 files changed

+4717
-514
lines changed

.changes/2.1003.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Backup",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Chime",
10+
"description": "This release enables customers to configure Chime MediaCapturePipeline via API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Firehose",
15+
"description": "Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Grafana",
20+
"description": "Initial release of the SDK for Amazon Managed Grafana API."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Kendra",
25+
"description": "Amazon Kendra now supports indexing and querying documents in different languages."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Schemas",
30+
"description": "Removing unused request/response objects."
31+
}
32+
]

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1002.0-->
2+
<!--LATEST=2.1003.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1003.0
6+
* 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.
7+
* feature: Chime: This release enables customers to configure Chime MediaCapturePipeline via API.
8+
* feature: Firehose: Allow support for Amazon Opensearch Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
9+
* feature: Grafana: Initial release of the SDK for Amazon Managed Grafana API.
10+
* feature: Kendra: Amazon Kendra now supports indexing and querying documents in different languages.
11+
* feature: Schemas: Removing unused request/response objects.
12+
513
## 2.1002.0
614
* 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.
715
* feature: FSx: This release adds support for Lustre 2.12 to FSx for Lustre.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1002.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1003.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

0 commit comments

Comments
 (0)