Skip to content

Commit 2331230

Browse files
author
awstools
committed
Updates SDK to v2.1625.0
1 parent 582b7bf commit 2331230

34 files changed

+9601
-510
lines changed

.changes/2.1625.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFront",
5+
"description": "Model update; no change to SDK functionality."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Glue",
10+
"description": "Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Lightsail",
15+
"description": "This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MailManager",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "PI",
25+
"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."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "StorageGateway",
30+
"description": "Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums."
31+
}
32+
]

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1624.0-->
2+
<!--LATEST=2.1625.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1625.0
6+
* feature: CloudFront: Model update; no change to SDK functionality.
7+
* feature: Glue: Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
8+
* 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.
9+
* 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.
10+
* 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.
11+
* feature: StorageGateway: Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.
12+
513
## 2.1624.0
614
* feature: BedrockAgent: This release adds support for using Guardrails with Bedrock Agents.
715
* feature: BedrockAgentRuntime: This release adds support for using Guardrails with Bedrock Agents.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1624.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1625.0.min.js"></script>
6868

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

apis/cloudfront-2020-05-31.min.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "cloudfront",
66
"globalEndpoint": "cloudfront.amazonaws.com",
77
"protocol": "rest-xml",
8+
"protocols": [
9+
"rest-xml"
10+
],
811
"serviceAbbreviation": "CloudFront",
912
"serviceFullName": "Amazon CloudFront",
1013
"serviceId": "CloudFront",

apis/cloudfront-2020-05-31.normal.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"endpointPrefix": "cloudfront",
66
"globalEndpoint": "cloudfront.amazonaws.com",
77
"protocol": "rest-xml",
8+
"protocols": [
9+
"rest-xml"
10+
],
811
"serviceAbbreviation": "CloudFront",
912
"serviceFullName": "Amazon CloudFront",
1013
"serviceId": "CloudFront",

0 commit comments

Comments
 (0)