Skip to content

Commit 8dcb3e2

Browse files
author
awstools
committed
Updates SDK to v2.1349.0
1 parent cc11160 commit 8dcb3e2

27 files changed

+1838
-825
lines changed

.changes/2.1349.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Glue",
5+
"description": "Add support for database-level federation"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "LakeFormation",
10+
"description": "Add support for database-level federation"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LicenseManager",
15+
"description": "This release adds grant override options to the CreateGrantVersion API. These options can be used to specify grant replacement behavior during grant activation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MWAA",
20+
"description": "This Amazon MWAA release adds the ability to customize the Apache Airflow environment by launching a shell script at startup. This shell script is hosted in your environment's Amazon S3 bucket. Amazon MWAA runs the script before installing requirements and initializing the Apache Airflow process."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "ServiceCatalog",
25+
"description": "This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "WAFV2",
30+
"description": "For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs."
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.1348.0-->
2+
<!--LATEST=2.1349.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1349.0
6+
* feature: Glue: Add support for database-level federation
7+
* feature: LakeFormation: Add support for database-level federation
8+
* feature: LicenseManager: This release adds grant override options to the CreateGrantVersion API. These options can be used to specify grant replacement behavior during grant activation.
9+
* feature: MWAA: This Amazon MWAA release adds the ability to customize the Apache Airflow environment by launching a shell script at startup. This shell script is hosted in your environment's Amazon S3 bucket. Amazon MWAA runs the script before installing requirements and initializing the Apache Airflow process.
10+
* feature: ServiceCatalog: This release introduces Service Catalog support for Terraform open source. It enables 1. The notify* APIs to Service Catalog. These APIs are used by the terraform engine to notify the result of the provisioning engine execution. 2. Adds a new TERRAFORM_OPEN_SOURCE product type in CreateProduct API.
11+
* feature: WAFV2: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
12+
513
## 2.1348.0
614
* feature: InternetMonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs.
715
* feature: SMS: Deprecating AWS Server Migration Service.

README.md

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

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1348.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1349.0.min.js"></script>
7474

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

0 commit comments

Comments
 (0)