Skip to content

Commit 5c1852a

Browse files
author
awstools
committed
Updates SDK to v2.1264.0
1 parent 221156e commit 5c1852a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+40693
-2976
lines changed

.changes/2.1264.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Token",
5+
"description": "Export Token types from core.d.ts"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Firehose",
15+
"description": "Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "KMS",
20+
"description": "AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Omics",
25+
"description": "Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "OpenSearchServerless",
30+
"description": "Publish SDK for Amazon OpenSearch Serverless"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SecurityLake",
35+
"description": "Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SimSpaceWeaver",
40+
"description": "AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver"
41+
}
42+
]

.changes/next-release/bugfix-Token-ee8a4626.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.1264.0
6+
* bugfix: Token: Export Token types from core.d.ts
7+
* feature: EC2: This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
8+
* feature: Firehose: Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
9+
* feature: KMS: AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
10+
* feature: Omics: Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare.
11+
* feature: OpenSearchServerless: Publish SDK for Amazon OpenSearch Serverless
12+
* feature: SecurityLake: Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data
13+
* feature: SimSpaceWeaver: AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver
14+
515
## 2.1263.0
616
* bugfix: event_listeners: differentiate identity type in VALIDATE_CREDENTIALS listener
717
* bugfix: region_config: Set signatureVersion to bearer explcitly when defined in service API

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1263.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1264.0.min.js"></script>
6161

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

0 commit comments

Comments
 (0)