aws-sdk 2.813.0 → 2.814.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,13 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.813.0-->
2
+ <!--LATEST=2.814.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.814.0
6
+ * bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to __proto__
7
+ * feature: EC2: EBS io2 volumes now supports Multi-Attach
8
+ * feature: PersonalizeRuntime: Updated FilterValues regex pattern to align with Filter Expression.
9
+ * feature: RDS: Adds IAM DB authentication information to the PendingModifiedValues output of the DescribeDBInstances API. Adds ClusterPendingModifiedValues information to the output of the DescribeDBClusters API.
10
+
5
11
  ## 2.813.0
6
12
  * feature: ConfigService: Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config
7
13
  * feature: DLM: Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)
package/README.md CHANGED
@@ -24,7 +24,7 @@ version.
24
24
  To use the SDK in the browser, simply add the following script tag to your
25
25
  HTML pages:
26
26
 
27
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.813.0.min.js"></script>
27
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.814.0.min.js"></script>
28
28
 
29
29
  You can also build a custom browser SDK with your specified set of AWS services.
30
30
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -15663,6 +15663,9 @@
15663
15663
  },
15664
15664
  "Throughput": {
15665
15665
  "type": "integer"
15666
+ },
15667
+ "MultiAttachEnabled": {
15668
+ "type": "boolean"
15666
15669
  }
15667
15670
  }
15668
15671
  },
@@ -24661,6 +24664,10 @@
24661
24664
  "locationName": "targetThroughput",
24662
24665
  "type": "integer"
24663
24666
  },
24667
+ "TargetMultiAttachEnabled": {
24668
+ "locationName": "targetMultiAttachEnabled",
24669
+ "type": "boolean"
24670
+ },
24664
24671
  "OriginalSize": {
24665
24672
  "locationName": "originalSize",
24666
24673
  "type": "integer"
@@ -24676,6 +24683,10 @@
24676
24683
  "locationName": "originalThroughput",
24677
24684
  "type": "integer"
24678
24685
  },
24686
+ "OriginalMultiAttachEnabled": {
24687
+ "locationName": "originalMultiAttachEnabled",
24688
+ "type": "boolean"
24689
+ },
24679
24690
  "Progress": {
24680
24691
  "locationName": "progress",
24681
24692
  "type": "long"