Skip to content

Commit 7099ea7

Browse files
author
awstools
committed
Updates SDK to v2.701.0
1 parent d1833de commit 7099ea7

20 files changed

+440
-286
lines changed

.changes/2.701.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "Request Signing",
5+
"description": "Better handle colons in accessKeyIds when presigning URLs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Adds support to tag elastic-gpu on the RunInstances api"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaLive",
15+
"description": "AWS Elemental MediaLive now supports Input Prepare schedule actions. This feature improves existing input switching by allowing users to prepare an input prior to switching to it."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "OpsWorksCM",
20+
"description": "Documentation updates for AWS OpsWorks CM."
21+
}
22+
]

.changes/next-release/bugfix-Signers.Presign-6cf33bd5.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

5+
## 2.701.0
6+
* bugfix: Request Signing: Better handle colons in accessKeyIds when presigning URLs.
7+
* feature: EC2: Adds support to tag elastic-gpu on the RunInstances api
8+
* feature: MediaLive: AWS Elemental MediaLive now supports Input Prepare schedule actions. This feature improves existing input switching by allowing users to prepare an input prior to switching to it.
9+
* feature: OpsWorksCM: Documentation updates for AWS OpsWorks CM.
10+
511
## 2.700.0
612
* feature: RDS: Adding support for global write forwarding on secondary clusters in an Aurora global database.
713
* feature: Route53: Added a new ListHostedZonesByVPC API for customers to list all the private hosted zones that a specified VPC is associated with.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.700.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.701.0.min.js"></script>
2929

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32933,6 +32933,7 @@
3293332933
"dedicated-host",
3293432934
"dhcp-options",
3293532935
"elastic-ip",
32936+
"elastic-gpu",
3293632937
"fleet",
3293732938
"fpga-image",
3293832939
"host-reservation",
@@ -39157,6 +39158,7 @@
3915739158
"enum": [
3915839159
"standard",
3915939160
"io1",
39161+
"io2",
3916039162
"gp2",
3916139163
"sc1",
3916239164
"st1"

apis/elasticache-2015-02-02.normal.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@
11771177
"shape": "InvalidParameterCombinationException"
11781178
}
11791179
],
1180-
"documentation": "<p>Used to failover the primary region to a selected secondary region. The selected secondary region will be come primary, and all other clusters will become secondary.</p>"
1180+
"documentation": "<p>Used to failover the primary region to a selected secondary region. The selected secondary region will become primary, and all other clusters will become secondary.</p>"
11811181
},
11821182
"IncreaseNodeGroupsInGlobalReplicationGroup": {
11831183
"name": "IncreaseNodeGroupsInGlobalReplicationGroup",
@@ -2652,7 +2652,7 @@
26522652
},
26532653
"PreferredAvailabilityZone": {
26542654
"shape": "String",
2655-
"documentation": "<p>The EC2 Availability Zone in which the cluster is created.</p> <p>All nodes belonging to this Memcached cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use <code>PreferredAvailabilityZones</code>.</p> <p>Default: System chosen Availability Zone.</p>"
2655+
"documentation": "<p>The EC2 Availability Zone in which the cluster is created.</p> <p>All nodes belonging to this cluster are placed in the preferred Availability Zone. If you want to create your nodes across multiple Availability Zones, use <code>PreferredAvailabilityZones</code>.</p> <p>Default: System chosen Availability Zone.</p>"
26562656
},
26572657
"PreferredAvailabilityZones": {
26582658
"shape": "PreferredAvailabilityZoneList",
@@ -2883,14 +2883,15 @@
28832883
},
28842884
"AutomaticFailoverEnabled": {
28852885
"shape": "BooleanOptional",
2886-
"documentation": "<p>Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.</p> <p>If <code>true</code>, Multi-AZ is enabled for this replication group. If <code>false</code>, Multi-AZ is disabled for this replication group.</p> <p> <code>AutomaticFailoverEnabled</code> must be enabled for Redis (cluster mode enabled) replication groups.</p> <p>Default: false</p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>"
2886+
"documentation": "<p>Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.</p> <p> <code>AutomaticFailoverEnabled</code> must be enabled for Redis (cluster mode enabled) replication groups.</p> <p>Default: false</p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>"
28872887
},
28882888
"MultiAZEnabled": {
2889-
"shape": "BooleanOptional"
2889+
"shape": "BooleanOptional",
2890+
"documentation": "<p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html\">Minimizing Downtime: Multi-AZ</a>.</p>"
28902891
},
28912892
"NumCacheClusters": {
28922893
"shape": "IntegerOptional",
2893-
"documentation": "<p>The number of nodes in the cluster.</p> <p>This parameter is not used if there is more than one node group (shard). You should use <code>ReplicasPerNodeGroup</code> instead.</p> <p>If <code>AutomaticFailoverEnabled</code> is <code>true</code>, the value of this parameter must be at least 2. If <code>AutomaticFailoverEnabled</code> is <code>false</code> you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.</p> <p>The maximum permitted value for <code>NumCacheClusters</code> is 6 (1 primary plus 5 replicas).</p>"
2894+
"documentation": "<p>The number of clusters this replication group initially has.</p> <p>This parameter is not used if there is more than one node group (shard). You should use <code>ReplicasPerNodeGroup</code> instead.</p> <p>If <code>AutomaticFailoverEnabled</code> is <code>true</code>, the value of this parameter must be at least 2. If <code>AutomaticFailoverEnabled</code> is <code>false</code> you can omit this parameter (it will default to 1), or you can explicitly set it to a value between 2 and 6.</p> <p>The maximum permitted value for <code>NumCacheClusters</code> is 6 (1 primary plus 5 replicas).</p>"
28942895
},
28952896
"PreferredCacheClusterAZs": {
28962897
"shape": "AvailabilityZonesList",
@@ -4326,7 +4327,8 @@
43264327
"documentation": "<p>Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.</p> <p>Valid values: <code>true</code> | <code>false</code> </p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>"
43274328
},
43284329
"MultiAZEnabled": {
4329-
"shape": "BooleanOptional"
4330+
"shape": "BooleanOptional",
4331+
"documentation": "<p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html\">Minimizing Downtime: Multi-AZ</a>.</p>"
43304332
},
43314333
"NodeGroupId": {
43324334
"shape": "String",
@@ -4459,7 +4461,7 @@
44594461
},
44604462
"Status": {
44614463
"shape": "String",
4462-
"documentation": "<p>The current state of this replication group - <code>creating</code>, <code>available</code>, etc.</p>"
4464+
"documentation": "<p>The current state of this replication group - <code>creating</code>, <code>available</code>, <code>modifying</code>, <code>deleting</code>.</p>"
44634465
},
44644466
"PrimaryEndpoint": {
44654467
"shape": "Endpoint",
@@ -5059,7 +5061,8 @@
50595061
"documentation": "<p>Indicates the status of Multi-AZ with automatic failover for this Redis replication group.</p> <p>Amazon ElastiCache for Redis does not support Multi-AZ with automatic failover on:</p> <ul> <li> <p>Redis versions earlier than 2.8.6.</p> </li> <li> <p>Redis (cluster mode disabled): T1 node types.</p> </li> <li> <p>Redis (cluster mode enabled): T1 node types.</p> </li> </ul>"
50605062
},
50615063
"MultiAZ": {
5062-
"shape": "MultiAZStatus"
5064+
"shape": "MultiAZStatus",
5065+
"documentation": "<p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more information, see <a href=\"http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html\">Minimizing Downtime: Multi-AZ</a> </p>"
50635066
},
50645067
"ConfigurationEndpoint": {
50655068
"shape": "Endpoint",

0 commit comments

Comments
 (0)