Skip to content

Commit 302d48a

Browse files
author
awstools
committed
Updates SDK to v2.1292.0
1 parent dbe1c5f commit 302d48a

15 files changed

+185
-110
lines changed

.changes/2.1292.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "bugfix",
4+
"category": "KendraRanking",
5+
"description": "Set endpoint to dualstack by default"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Location",
10+
"description": "This release adds support for two new route travel models, Bicycle and Motorcycle which can be used with Grab data source."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RDS",
15+
"description": "This release adds support for configuring allocated storage on the CreateDBInstanceReadReplica, RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs."
16+
}
17+
]

.changes/next-release/bugfix-KendraRanking-2ca3213c.json

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

CHANGELOG.md

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

5+
## 2.1292.0
6+
* bugfix: KendraRanking: Set endpoint to dualstack by default
7+
* feature: Location: This release adds support for two new route travel models, Bicycle and Motorcycle which can be used with Grab data source.
8+
* feature: RDS: This release adds support for configuring allocated storage on the CreateDBInstanceReadReplica, RestoreDBInstanceFromDBSnapshot, and RestoreDBInstanceToPointInTime APIs.
9+
510
## 2.1291.0
611
* feature: ECRPUBLIC: This release for Amazon ECR Public makes several change to bring the SDK into sync with the API.
712
* feature: KendraRanking: Introducing Amazon Kendra Intelligent Ranking, a new set of Kendra APIs that leverages Kendra semantic ranking capabilities to improve the quality of search results from other search services (i.e. OpenSearch, ElasticSearch, Solr).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1291.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1292.0.min.js"></script>
6161

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

apis/location-2020-11-19.normal.json

Lines changed: 39 additions & 25 deletions
Large diffs are not rendered by default.

apis/rds-2014-10-31.min.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,9 @@
770770
"EnableCustomerOwnedIp": {
771771
"type": "boolean"
772772
},
773+
"AllocatedStorage": {
774+
"type": "integer"
775+
},
773776
"SourceRegion": {}
774777
}
775778
},
@@ -4226,7 +4229,10 @@
42264229
"StorageThroughput": {
42274230
"type": "integer"
42284231
},
4229-
"DBClusterSnapshotIdentifier": {}
4232+
"DBClusterSnapshotIdentifier": {},
4233+
"AllocatedStorage": {
4234+
"type": "integer"
4235+
}
42304236
}
42314237
},
42324238
"output": {
@@ -4438,6 +4444,9 @@
44384444
"NetworkType": {},
44394445
"StorageThroughput": {
44404446
"type": "integer"
4447+
},
4448+
"AllocatedStorage": {
4449+
"type": "integer"
44414450
}
44424451
}
44434452
},

apis/rds-2014-10-31.normal.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3735,7 +3735,7 @@
37353735
"shape": "KMSKeyNotAccessibleFault"
37363736
}
37373737
],
3738-
"documentation": "<p>Starts a database activity stream to monitor activity on the database. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html\">Database Activity Streams</a> in the <i>Amazon Aurora User Guide</i>.</p>"
3738+
"documentation": "<p>Starts a database activity stream to monitor activity on the database. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html\"> Monitoring Amazon Aurora with Database Activity Streams</a> in the <i>Amazon Aurora User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html\"> Monitoring Amazon RDS with Database Activity Streams</a> in the <i>Amazon RDS User Guide</i>.</p>"
37393739
},
37403740
"StartDBCluster": {
37413741
"name": "StartDBCluster",
@@ -3922,7 +3922,7 @@
39223922
"shape": "DBInstanceNotFoundFault"
39233923
}
39243924
],
3925-
"documentation": "<p>Stops a database activity stream that was started using the Amazon Web Services console, the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> action.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html\">Database Activity Streams</a> in the <i>Amazon Aurora User Guide</i>.</p>"
3925+
"documentation": "<p>Stops a database activity stream that was started using the Amazon Web Services console, the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> action.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html\"> Monitoring Amazon Aurora with Database Activity Streams</a> in the <i>Amazon Aurora User Guide</i> or <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.html\"> Monitoring Amazon RDS with Database Activity Streams</a> in the <i>Amazon RDS User Guide</i>.</p>"
39263926
},
39273927
"StopDBCluster": {
39283928
"name": "StopDBCluster",
@@ -5705,6 +5705,10 @@
57055705
"shape": "BooleanOptional",
57065706
"documentation": "<p>A value that indicates whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts read replica.</p> <p>A <i>CoIP</i> provides local or external connectivity to resources in your Outpost subnets through your on-premises network. For some use cases, a CoIP can provide lower latency for connections to the read replica from outside of its virtual private cloud (VPC) on your local network.</p> <p>For more information about RDS on Outposts, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html\">Working with Amazon RDS on Amazon Web Services Outposts</a> in the <i>Amazon RDS User Guide</i>.</p> <p>For more information about CoIPs, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing\">Customer-owned IP addresses</a> in the <i>Amazon Web Services Outposts User Guide</i>.</p>"
57075707
},
5708+
"AllocatedStorage": {
5709+
"shape": "IntegerOptional",
5710+
"documentation": "<p>The amount of storage (in gibibytes) to allocate initially for the read replica. Follow the allocation rules specified in <code>CreateDBInstance</code>.</p> <note> <p>Be sure to allocate enough memory for your read replica so that the create operation can succeed. You can also allocate additional memory for future growth.</p> </note>"
5711+
},
57085712
"SourceRegion": {
57095713
"shape": "String",
57105714
"documentation": "<p>The ID of the region that contains the source for the read replica.</p>"
@@ -13454,6 +13458,10 @@
1345413458
"DBClusterSnapshotIdentifier": {
1345513459
"shape": "String",
1345613460
"documentation": "<p>The identifier for the RDS for MySQL Multi-AZ DB cluster snapshot to restore from.</p> <p>For more information on Multi-AZ DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\"> Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Constraints:</p> <ul> <li> <p>Must match the identifier of an existing Multi-AZ DB cluster snapshot.</p> </li> <li> <p>Can't be specified when <code>DBSnapshotIdentifier</code> is specified.</p> </li> <li> <p>Must be specified when <code>DBSnapshotIdentifier</code> isn't specified.</p> </li> <li> <p>If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the <code>DBClusterSnapshotIdentifier</code> must be the ARN of the shared snapshot.</p> </li> <li> <p>Can't be the identifier of an Aurora DB cluster snapshot.</p> </li> <li> <p>Can't be the identifier of an RDS for PostgreSQL Multi-AZ DB cluster snapshot.</p> </li> </ul>"
13461+
},
13462+
"AllocatedStorage": {
13463+
"shape": "IntegerOptional",
13464+
"documentation": "<p>The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in CreateDBInstance.</p> <note> <p>Be sure to allocate enough memory for your new DB instance so that the restore operation can succeed. You can also allocate additional memory for future growth.</p> </note>"
1345713465
}
1345813466
},
1345913467
"documentation": "<p/>"
@@ -13488,7 +13496,7 @@
1348813496
},
1348913497
"AllocatedStorage": {
1349013498
"shape": "IntegerOptional",
13491-
"documentation": "<p>The amount of storage (in gigabytes) to allocate initially for the DB instance. Follow the allocation rules specified in <code>CreateDBInstance</code>.</p> <note> <p>Be sure to allocate enough memory for your new DB instance so that the restore operation can succeed. You can also allocate additional memory for future growth.</p> </note>"
13499+
"documentation": "<p>The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in <code>CreateDBInstance</code>.</p> <note> <p>Be sure to allocate enough memory for your new DB instance so that the restore operation can succeed. You can also allocate additional memory for future growth.</p> </note>"
1349213500
},
1349313501
"DBInstanceClass": {
1349413502
"shape": "String",
@@ -13836,6 +13844,10 @@
1383613844
"StorageThroughput": {
1383713845
"shape": "IntegerOptional",
1383813846
"documentation": "<p>Specifies the storage throughput value for the DB instance.</p> <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>"
13847+
},
13848+
"AllocatedStorage": {
13849+
"shape": "IntegerOptional",
13850+
"documentation": "<p>The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in <code>CreateDBInstance</code>.</p> <note> <p>Be sure to allocate enough memory for your new DB instance so that the restore operation can succeed. You can also allocate additional memory for future growth.</p> </note>"
1383913851
}
1384013852
},
1384113853
"documentation": "<p/>"

0 commit comments

Comments
 (0)