Skip to content

Commit 4071a62

Browse files
author
awstools
committed
Updates SDK to v2.1416.0
1 parent 36b7091 commit 4071a62

25 files changed

+987
-689
lines changed

.changes/2.1416.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DocDB",
5+
"description": "Added major version upgrade option in ModifyDBCluster API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Add Nitro TPM support on DescribeInstanceTypes"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Glue",
15+
"description": "Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "IVS",
20+
"description": "This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "LakeFormation",
25+
"description": "Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource."
26+
}
27+
]

CHANGELOG.md

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

5+
## 2.1416.0
6+
* feature: DocDB: Added major version upgrade option in ModifyDBCluster API
7+
* feature: EC2: Add Nitro TPM support on DescribeInstanceTypes
8+
* feature: Glue: Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes.
9+
* feature: IVS: This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.
10+
* feature: LakeFormation: Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource.
11+
512
## 2.1415.0
613
* feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
714
* feature: Connect: Add support for deleting Queues and Routing Profiles.

README.md

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

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1415.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1416.0.min.js"></script>
7575

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

apis/codeartifact-2018-09-22.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,7 @@
35333533
},
35343534
"format": {
35353535
"shape": "PackageFormat",
3536-
"documentation": "<p>A format that specifies the type of the package version with the requested asset file.</p>",
3536+
"documentation": "<p>A format that specifies the type of the package version with the requested asset file.</p> <p>The only supported value is <code>generic</code>.</p>",
35373537
"location": "querystring",
35383538
"locationName": "format"
35393539
},

apis/docdb-2014-10-31.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,9 @@
11581158
}
11591159
},
11601160
"EngineVersion": {},
1161+
"AllowMajorVersionUpgrade": {
1162+
"type": "boolean"
1163+
},
11611164
"DeletionProtection": {
11621165
"type": "boolean"
11631166
}

apis/docdb-2014-10-31.normal.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3803,7 +3803,11 @@
38033803
},
38043804
"EngineVersion": {
38053805
"shape": "String",
3806-
"documentation": "<p>The version number of the database engine to which you want to upgrade. Modifying engine version is not supported on Amazon DocumentDB.</p>"
3806+
"documentation": "<p>The version number of the database engine to which you want to upgrade. Changing this parameter results in an outage. The change is applied during the next maintenance window unless <code>ApplyImmediately</code> is enabled.</p> <p>To list all of the available engine versions for Amazon DocumentDB use the following command:</p> <p> <code>aws docdb describe-db-engine-versions --engine docdb --query \"DBEngineVersions[].EngineVersion\"</code> </p>"
3807+
},
3808+
"AllowMajorVersionUpgrade": {
3809+
"shape": "Boolean",
3810+
"documentation": "<p>A value that indicates whether major version upgrades are allowed.</p> <p>Constraints: You must allow major version upgrades when specifying a value for the <code>EngineVersion</code> parameter that is a different major version than the DB cluster's current version.</p>"
38073811
},
38083812
"DeletionProtection": {
38093813
"shape": "BooleanOptional",
@@ -4738,5 +4742,5 @@
47384742
}
47394743
}
47404744
},
4741-
"documentation": "<p>Amazon DocumentDB API documentation</p>"
4745+
"documentation": "<p>Amazon DocumentDB is a fast, reliable, and fully managed database service. Amazon DocumentDB makes it easy to set up, operate, and scale MongoDB-compatible databases in the cloud. With Amazon DocumentDB, you can run the same application code and use the same drivers and tools that you use with MongoDB.</p>"
47424746
}

0 commit comments

Comments
 (0)