Skip to content

Commit

Permalink
Updates SDK to v2.1477.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 19, 2023
1 parent 19000bf commit 3d94bab
Show file tree
Hide file tree
Showing 35 changed files with 2,422 additions and 1,350 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1477.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "bugfix",
"category": "Gamesparks",
"description": "Deprecate Gamesparks"
},
{
"type": "feature",
"category": "EC2",
"description": "Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors."
},
{
"type": "feature",
"category": "ManagedBlockchainQuery",
"description": "This release adds support for Ethereum Sepolia network"
},
{
"type": "feature",
"category": "Omics",
"description": "This change enables customers to retrieve failure reasons with detailed status messages for their failed runs"
},
{
"type": "feature",
"category": "OpenSearch",
"description": "Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains"
},
{
"type": "feature",
"category": "QuickSight",
"description": "This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration"
},
{
"type": "feature",
"category": "ServiceCatalog",
"description": "Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs."
},
{
"type": "feature",
"category": "VerifiedPermissions",
"description": "Improving Amazon Verified Permissions Create experience"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Gamesparks-c981c893.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.1476.0-->
<!--LATEST=2.1477.0-->
<!--ENTRYINSERT-->

## 2.1477.0
* bugfix: Gamesparks: Deprecate Gamesparks
* feature: EC2: Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
* feature: ManagedBlockchainQuery: This release adds support for Ethereum Sepolia network
* feature: Omics: This change enables customers to retrieve failure reasons with detailed status messages for their failed runs
* feature: OpenSearch: Added Cluster Administrative options for node restart, opensearch process restart and opensearch dashboard restart for Multi-AZ without standby domains
* feature: QuickSight: This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
* feature: ServiceCatalog: Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
* feature: VerifiedPermissions: Improving Amazon Verified Permissions Create experience

## 2.1476.0
* feature: Kendra: Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
* feature: RDS: This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1476.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1477.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
24 changes: 23 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -38524,7 +38524,29 @@
"r7iz.8xlarge",
"r7iz.12xlarge",
"r7iz.16xlarge",
"r7iz.32xlarge"
"r7iz.32xlarge",
"c7a.medium",
"c7a.large",
"c7a.xlarge",
"c7a.2xlarge",
"c7a.4xlarge",
"c7a.8xlarge",
"c7a.12xlarge",
"c7a.16xlarge",
"c7a.24xlarge",
"c7a.32xlarge",
"c7a.48xlarge",
"c7a.metal-48xl",
"r7a.metal-48xl",
"r7i.large",
"r7i.xlarge",
"r7i.2xlarge",
"r7i.4xlarge",
"r7i.8xlarge",
"r7i.12xlarge",
"r7i.16xlarge",
"r7i.24xlarge",
"r7i.48xlarge"
]
},
"InstanceTypeHypervisor": {
Expand Down
3 changes: 2 additions & 1 deletion apis/managedblockchain-query-2023-05-04.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,8 @@
"enum": [
"ETHEREUM_MAINNET",
"BITCOIN_MAINNET",
"BITCOIN_TESTNET"
"BITCOIN_TESTNET",
"ETHEREUM_SEPOLIA_TESTNET"
]
},
"QueryTokenId": {
Expand Down
Loading

0 comments on commit 3d94bab

Please sign in to comment.