Skip to content

Commit a9a6e0a

Browse files
author
awstools
committed
Updates SDK to v2.1571.0
1 parent 13f1d44 commit a9a6e0a

16 files changed

+231
-125
lines changed

.changes/2.1571.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Organizations",
5+
"description": "This release contains an endpoint addition"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SESV2",
10+
"description": "Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1570.0-->
2+
<!--LATEST=2.1571.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1571.0
6+
* feature: Organizations: This release contains an endpoint addition
7+
* feature: SESV2: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.
8+
59
## 2.1570.0
610
* feature: CloudFormation: Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
711
* feature: FSx: Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1570.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1571.0.min.js"></script>
7373

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

apis/apigateway-2015-07-09.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7247,7 +7247,7 @@
72477247
},
72487248
"dataTraceEnabled": {
72497249
"shape": "Boolean",
7250-
"documentation": "<p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.</p>"
7250+
"documentation": "<p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.</p>"
72517251
},
72527252
"throttlingBurstLimit": {
72537253
"shape": "Integer",

apis/chatbot-2017-10-11.min.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"endpointPrefix": "chatbot",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8-
"serviceFullName": "chatbot",
8+
"serviceFullName": "AWS Chatbot",
99
"serviceId": "chatbot",
1010
"signatureVersion": "v4",
1111
"uid": "chatbot-2017-10-11"

apis/chatbot-2017-10-11.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"endpointPrefix": "chatbot",
66
"jsonVersion": "1.1",
77
"protocol": "rest-json",
8-
"serviceFullName": "chatbot",
8+
"serviceFullName": "AWS Chatbot",
99
"serviceId": "chatbot",
1010
"signatureVersion": "v4",
1111
"uid": "chatbot-2017-10-11"

0 commit comments

Comments
 (0)