Skip to content

Commit 8875a35

Browse files
author
awstools
committed
Updates SDK to v2.814.0
1 parent dd83d67 commit 8875a35

17 files changed

+636
-445
lines changed

.changes/2.814.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Credentials",
5+
"description": "SDK will throw if shared ini file's profile name can be resolved to __proto__"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "EBS io2 volumes now supports Multi-Attach"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "PersonalizeRuntime",
15+
"description": "Updated FilterValues regex pattern to align with Filter Expression."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "Adds IAM DB authentication information to the PendingModifiedValues output of the DescribeDBInstances API. Adds ClusterPendingModifiedValues information to the output of the DescribeDBClusters API."
21+
}
22+
]

.changes/next-release/bugfix-Credentials-74d3274e.json

-5
This file was deleted.

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.813.0-->
2+
<!--LATEST=2.814.0-->
33
<!--ENTRYINSERT-->
44

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+
511
## 2.813.0
612
* feature: ConfigService: Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config
713
* feature: DLM: Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version.
2424
To use the SDK in the browser, simply add the following script tag to your
2525
HTML pages:
2626

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>
2828

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

apis/ec2-2016-11-15.min.json

+11
Original file line numberDiff line numberDiff line change
@@ -15663,6 +15663,9 @@
1566315663
},
1566415664
"Throughput": {
1566515665
"type": "integer"
15666+
},
15667+
"MultiAttachEnabled": {
15668+
"type": "boolean"
1566615669
}
1566715670
}
1566815671
},
@@ -24661,6 +24664,10 @@
2466124664
"locationName": "targetThroughput",
2466224665
"type": "integer"
2466324666
},
24667+
"TargetMultiAttachEnabled": {
24668+
"locationName": "targetMultiAttachEnabled",
24669+
"type": "boolean"
24670+
},
2466424671
"OriginalSize": {
2466524672
"locationName": "originalSize",
2466624673
"type": "integer"
@@ -24676,6 +24683,10 @@
2467624683
"locationName": "originalThroughput",
2467724684
"type": "integer"
2467824685
},
24686+
"OriginalMultiAttachEnabled": {
24687+
"locationName": "originalMultiAttachEnabled",
24688+
"type": "boolean"
24689+
},
2467924690
"Progress": {
2468024691
"locationName": "progress",
2468124692
"type": "long"

apis/ec2-2016-11-15.normal.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -12648,7 +12648,7 @@
1264812648
},
1264912649
"MultiAttachEnabled": {
1265012650
"shape": "Boolean",
12651-
"documentation": "<p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <code>io1</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
12651+
"documentation": "<p>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
1265212652
},
1265312653
"Throughput": {
1265412654
"shape": "Integer",
@@ -31474,6 +31474,10 @@
3147431474
"Throughput": {
3147531475
"shape": "Integer",
3147631476
"documentation": "<p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes. The maximum value is 1,000.</p> <p>Default: If no throughput value is specified, the existing value is retained.</p> <p>Valid Range: Minimum value of 125. Maximum value of 1000.</p>"
31477+
},
31478+
"MultiAttachEnabled": {
31479+
"shape": "Boolean",
31480+
"documentation": "<p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances\"> Nitro-based instances</a> in the same Availability Zone. This parameter is supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volumes-multi.html\"> Amazon EBS Multi-Attach</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>"
3147731481
}
3147831482
}
3147931483
},
@@ -43098,6 +43102,11 @@
4309843102
"documentation": "<p>The target throughput of the volume, in MiB/s.</p>",
4309943103
"locationName": "targetThroughput"
4310043104
},
43105+
"TargetMultiAttachEnabled": {
43106+
"shape": "Boolean",
43107+
"documentation": "<p>The target setting for Amazon EBS Multi-Attach.</p>",
43108+
"locationName": "targetMultiAttachEnabled"
43109+
},
4310143110
"OriginalSize": {
4310243111
"shape": "Integer",
4310343112
"documentation": "<p>The original size of the volume, in GiB.</p>",
@@ -43118,6 +43127,11 @@
4311843127
"documentation": "<p>The original throughput of the volume, in MiB/s.</p>",
4311943128
"locationName": "originalThroughput"
4312043129
},
43130+
"OriginalMultiAttachEnabled": {
43131+
"shape": "Boolean",
43132+
"documentation": "<p>The original setting for Amazon EBS Multi-Attach.</p>",
43133+
"locationName": "originalMultiAttachEnabled"
43134+
},
4312143135
"Progress": {
4312243136
"shape": "Long",
4312343137
"documentation": "<p>The modification progress, from 0 to 100 percent complete.</p>",

apis/personalize-runtime-2018-05-22.normal.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"FilterAttributeName": {
8989
"type": "string",
9090
"max": 50,
91-
"pattern": "[A-Za-z0-9]+"
91+
"pattern": "[A-Za-z0-9_]+"
9292
},
9393
"FilterAttributeValue": {
9494
"type": "string",

0 commit comments

Comments
 (0)