Skip to content

Commit

Permalink
Updates SDK to v2.1446.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 28, 2023
1 parent 6295de3 commit ac661ff
Show file tree
Hide file tree
Showing 24 changed files with 1,789 additions and 525 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1446.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Backup",
"description": "Add support for customizing time zone for backup window in backup plan rules."
},
{
"type": "feature",
"category": "ComputeOptimizer",
"description": "This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances."
},
{
"type": "feature",
"category": "SecurityLake",
"description": "Remove incorrect regex enforcement on pagination tokens."
},
{
"type": "feature",
"category": "ServiceQuotas",
"description": "Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account."
},
{
"type": "feature",
"category": "WorkSpacesWeb",
"description": "WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1445.0-->
<!--LATEST=2.1446.0-->
<!--ENTRYINSERT-->

## 2.1446.0
* feature: Backup: Add support for customizing time zone for backup window in backup plan rules.
* feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate licensing optimization recommendations for sql server running on EC2 instances.
* feature: SecurityLake: Remove incorrect regex enforcement on pagination tokens.
* feature: ServiceQuotas: Service Quotas now supports viewing the applied quota value and requesting a quota increase for a specific resource in an AWS account.
* feature: WorkSpacesWeb: WorkSpaces Web now enables Admins to configure which cookies are synchronized from an end-user's local browser to the in-session browser. In conjunction with a browser extension, this feature enables enhanced Single-Sign On capability by reducing the number of times an end-user has to authenticate.

## 2.1445.0
* feature: CloudTrail: Add ThrottlingException with error code 429 to handle CloudTrail Delegated Admin request rate exceeded on organization resources.
* feature: Detective: Added protections to interacting with fields containing customer information.
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.1445.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1446.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 ac661ff

Please sign in to comment.