[go: nahoru, domu]

Skip to content

Commit

Permalink
Updates SDK to v2.814.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 18, 2020
1 parent dd83d67 commit 8875a35
Show file tree
Hide file tree
Showing 17 changed files with 636 additions and 445 deletions.
22 changes: 22 additions & 0 deletions .changes/2.814.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Credentials",
"description": "SDK will throw if shared ini file's profile name can be resolved to __proto__"
},
{
"type": "feature",
"category": "EC2",
"description": "EBS io2 volumes now supports Multi-Attach"
},
{
"type": "feature",
"category": "PersonalizeRuntime",
"description": "Updated FilterValues regex pattern to align with Filter Expression."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds IAM DB authentication information to the PendingModifiedValues output of the DescribeDBInstances API. Adds ClusterPendingModifiedValues information to the output of the DescribeDBClusters API."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Credentials-74d3274e.json

This file was deleted.

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.813.0-->
<!--LATEST=2.814.0-->
<!--ENTRYINSERT-->

## 2.814.0
* bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to __proto__
* feature: EC2: EBS io2 volumes now supports Multi-Attach
* feature: PersonalizeRuntime: Updated FilterValues regex pattern to align with Filter Expression.
* 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.

## 2.813.0
* feature: ConfigService: Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config
* feature: DLM: Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.813.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.814.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
11 changes: 11 additions & 0 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -15663,6 +15663,9 @@
},
"Throughput": {
"type": "integer"
},
"MultiAttachEnabled": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -24661,6 +24664,10 @@
"locationName": "targetThroughput",
"type": "integer"
},
"TargetMultiAttachEnabled": {
"locationName": "targetMultiAttachEnabled",
"type": "boolean"
},
"OriginalSize": {
"locationName": "originalSize",
"type": "integer"
Expand All @@ -24676,6 +24683,10 @@
"locationName": "originalThroughput",
"type": "integer"
},
"OriginalMultiAttachEnabled": {
"locationName": "originalMultiAttachEnabled",
"type": "boolean"
},
"Progress": {
"locationName": "progress",
"type": "long"
Expand Down
16 changes: 15 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -12648,7 +12648,7 @@
},
"MultiAttachEnabled": {
"shape": "Boolean",
"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>"
"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>"
},
"Throughput": {
"shape": "Integer",
Expand Down Expand Up @@ -31474,6 +31474,10 @@
"Throughput": {
"shape": "Integer",
"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>"
},
"MultiAttachEnabled": {
"shape": "Boolean",
"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>"
}
}
},
Expand Down Expand Up @@ -43098,6 +43102,11 @@
"documentation": "<p>The target throughput of the volume, in MiB/s.</p>",
"locationName": "targetThroughput"
},
"TargetMultiAttachEnabled": {
"shape": "Boolean",
"documentation": "<p>The target setting for Amazon EBS Multi-Attach.</p>",
"locationName": "targetMultiAttachEnabled"
},
"OriginalSize": {
"shape": "Integer",
"documentation": "<p>The original size of the volume, in GiB.</p>",
Expand All @@ -43118,6 +43127,11 @@
"documentation": "<p>The original throughput of the volume, in MiB/s.</p>",
"locationName": "originalThroughput"
},
"OriginalMultiAttachEnabled": {
"shape": "Boolean",
"documentation": "<p>The original setting for Amazon EBS Multi-Attach.</p>",
"locationName": "originalMultiAttachEnabled"
},
"Progress": {
"shape": "Long",
"documentation": "<p>The modification progress, from 0 to 100 percent complete.</p>",
Expand Down
2 changes: 1 addition & 1 deletion apis/personalize-runtime-2018-05-22.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"FilterAttributeName": {
"type": "string",
"max": 50,
"pattern": "[A-Za-z0-9]+"
"pattern": "[A-Za-z0-9_]+"
},
"FilterAttributeValue": {
"type": "string",
Expand Down
Loading

0 comments on commit 8875a35

Please sign in to comment.