Skip to content

Commit

Permalink
Updates SDK to v2.1264.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 29, 2022
1 parent 221156e commit 5c1852a
Show file tree
Hide file tree
Showing 51 changed files with 40,693 additions and 2,976 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1264.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "bugfix",
"category": "Token",
"description": "Export Token types from core.d.ts"
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "Firehose",
"description": "Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination."
},
{
"type": "feature",
"category": "KMS",
"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."
},
{
"type": "feature",
"category": "Omics",
"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."
},
{
"type": "feature",
"category": "OpenSearchServerless",
"description": "Publish SDK for Amazon OpenSearch Serverless"
},
{
"type": "feature",
"category": "SecurityLake",
"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"
},
{
"type": "feature",
"category": "SimSpaceWeaver",
"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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Token-ee8a4626.json

This file was deleted.

12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1263.0-->
<!--LATEST=2.1264.0-->
<!--ENTRYINSERT-->

## 2.1264.0
* bugfix: Token: Export Token types from core.d.ts
* 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.
* feature: Firehose: Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
* 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.
* 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.
* feature: OpenSearchServerless: Publish SDK for Amazon OpenSearch Serverless
* 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
* 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

## 2.1263.0
* bugfix: event_listeners: differentiate identity type in VALIDATE_CREDENTIALS listener
* bugfix: region_config: Set signatureVersion to bearer explcitly when defined in service API
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1263.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1264.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 5c1852a

Please sign in to comment.