Skip to content

Commit

Permalink
Updates SDK to v2.1625.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 21, 2024
1 parent 582b7bf commit 2331230
Show file tree
Hide file tree
Showing 34 changed files with 9,601 additions and 510 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1625.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "Model update; no change to SDK functionality."
},
{
"type": "feature",
"category": "Glue",
"description": "Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types."
},
{
"type": "feature",
"category": "MailManager",
"description": "This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control."
},
{
"type": "feature",
"category": "PI",
"description": "Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters."
},
{
"type": "feature",
"category": "StorageGateway",
"description": "Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1624.0-->
<!--LATEST=2.1625.0-->
<!--ENTRYINSERT-->

## 2.1625.0
* feature: CloudFront: Model update; no change to SDK functionality.
* feature: Glue: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
* feature: Lightsail: This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
* feature: MailManager: This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
* feature: PI: Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
* feature: StorageGateway: Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.

## 2.1624.0
* feature: BedrockAgent: This release adds support for using Guardrails with Bedrock Agents.
* feature: BedrockAgentRuntime: This release adds support for using Guardrails with Bedrock Agents.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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.1624.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1625.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
3 changes: 3 additions & 0 deletions apis/cloudfront-2020-05-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "cloudfront",
"globalEndpoint": "cloudfront.amazonaws.com",
"protocol": "rest-xml",
"protocols": [
"rest-xml"
],
"serviceAbbreviation": "CloudFront",
"serviceFullName": "Amazon CloudFront",
"serviceId": "CloudFront",
Expand Down
3 changes: 3 additions & 0 deletions apis/cloudfront-2020-05-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"endpointPrefix": "cloudfront",
"globalEndpoint": "cloudfront.amazonaws.com",
"protocol": "rest-xml",
"protocols": [
"rest-xml"
],
"serviceAbbreviation": "CloudFront",
"serviceFullName": "Amazon CloudFront",
"serviceId": "CloudFront",
Expand Down
Loading

0 comments on commit 2331230

Please sign in to comment.