aws-sdk 2.1415.0 → 2.1417.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,20 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1415.0-->
2
+ <!--LATEST=2.1417.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1417.0
6
+ * feature: ES: Regex Validation on the ElasticSearch Engine Version attribute
7
+ * feature: LexModelsV2: This release adds support for Lex Developers to view analytics for their bots.
8
+ * feature: M2: Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API
9
+ * feature: Snowball: Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
10
+
11
+ ## 2.1416.0
12
+ * feature: DocDB: Added major version upgrade option in ModifyDBCluster API
13
+ * feature: EC2: Add Nitro TPM support on DescribeInstanceTypes
14
+ * 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.
15
+ * feature: IVS: This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration.
16
+ * 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.
17
+
5
18
  ## 2.1415.0
6
19
  * feature: CognitoIdentityServiceProvider: API model updated in Amazon Cognito
7
20
  * feature: Connect: Add support for deleting Queues and Routing Profiles.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
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.1417.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1158,6 +1158,9 @@
1158
1158
  }
1159
1159
  },
1160
1160
  "EngineVersion": {},
1161
+ "AllowMajorVersionUpgrade": {
1162
+ "type": "boolean"
1163
+ },
1161
1164
  "DeletionProtection": {
1162
1165
  "type": "boolean"
1163
1166
  }