Skip to content

Commit

Permalink
Updates SDK to v2.1571.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 5, 2024
1 parent 13f1d44 commit a9a6e0a
Show file tree
Hide file tree
Showing 16 changed files with 231 additions and 125 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1571.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Organizations",
"description": "This release contains an endpoint addition"
},
{
"type": "feature",
"category": "SESV2",
"description": "Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1570.0-->
<!--LATEST=2.1571.0-->
<!--ENTRYINSERT-->

## 2.1571.0
* feature: Organizations: This release contains an endpoint addition
* feature: SESV2: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2.

## 2.1570.0
* feature: CloudFormation: Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1570.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1571.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
2 changes: 1 addition & 1 deletion apis/apigateway-2015-07-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7247,7 +7247,7 @@
},
"dataTraceEnabled": {
"shape": "Boolean",
"documentation": "<p>Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs.</p>"
"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>"
},
"throttlingBurstLimit": {
"shape": "Integer",
Expand Down
2 changes: 1 addition & 1 deletion apis/chatbot-2017-10-11.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"endpointPrefix": "chatbot",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceFullName": "chatbot",
"serviceFullName": "AWS Chatbot",
"serviceId": "chatbot",
"signatureVersion": "v4",
"uid": "chatbot-2017-10-11"
Expand Down
2 changes: 1 addition & 1 deletion apis/chatbot-2017-10-11.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"endpointPrefix": "chatbot",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceFullName": "chatbot",
"serviceFullName": "AWS Chatbot",
"serviceId": "chatbot",
"signatureVersion": "v4",
"uid": "chatbot-2017-10-11"
Expand Down
Loading

0 comments on commit a9a6e0a

Please sign in to comment.