Skip to content

Commit 4a3e848

Browse files
author
awstools
committed
docs(client-dynamodb): Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
1 parent 0f480fe commit 4a3e848

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export interface RestoreTableToPointInTimeCommandOutput extends RestoreTableToPo
3131
* <p>Restores the specified table to the specified point in time within
3232
* <code>EarliestRestorableDateTime</code> and <code>LatestRestorableDateTime</code>.
3333
* You can restore your table to any point in time during the last 35 days. Any number of
34-
* users can execute up to 4 concurrent restores (any type of restore) in a given account. </p>
35-
* <p> When you restore using point in time recovery, DynamoDB restores your table data to
34+
* users can execute up to 50 concurrent restores (any type of restore) in a given account. </p>
35+
* <p>When you restore using point in time recovery, DynamoDB restores your table data to
3636
* the state based on the selected date and time (day:hour:minute:second) to a new table. </p>
37-
* <p> Along with data, the following are also included on the new restored table using
37+
* <p>Along with data, the following are also included on the new restored table using
3838
* point in time recovery: </p>
3939
* <ul>
4040
* <li>

Diff for: clients/client-dynamodb/src/models/models_0.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6736,8 +6736,8 @@ export interface UpdateTableInput {
67366736
* @public
67376737
* <p>Represents the DynamoDB Streams configuration for the table.</p>
67386738
* <note>
6739-
* <p>You receive a <code>ResourceInUseException</code> if you try to enable a stream on
6740-
* a table that already has a stream, or if you try to disable a stream on a table that
6739+
* <p>You receive a <code>ValidationException</code> if you try to enable a stream on a
6740+
* table that already has a stream, or if you try to disable a stream on a table that
67416741
* doesn't have a stream.</p>
67426742
* </note>
67436743
*/

Diff for: codegen/sdk-codegen/aws-models/dynamodb.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9447,7 +9447,7 @@
94479447
"aws.api#clientDiscoveredEndpoint": {
94489448
"required": false
94499449
},
9450-
"smithy.api#documentation": "<p>Restores the specified table to the specified point in time within\n <code>EarliestRestorableDateTime</code> and <code>LatestRestorableDateTime</code>.\n You can restore your table to any point in time during the last 35 days. Any number of\n users can execute up to 4 concurrent restores (any type of restore) in a given account. </p>\n <p> When you restore using point in time recovery, DynamoDB restores your table data to\n the state based on the selected date and time (day:hour:minute:second) to a new table. </p>\n <p> Along with data, the following are also included on the new restored table using\n point in time recovery: </p>\n <ul>\n <li>\n <p>Global secondary indexes (GSIs)</p>\n </li>\n <li>\n <p>Local secondary indexes (LSIs)</p>\n </li>\n <li>\n <p>Provisioned read and write capacity</p>\n </li>\n <li>\n <p>Encryption settings</p>\n <important>\n <p> All these settings come from the current settings of the source table at\n the time of restore. </p>\n </important>\n </li>\n </ul>\n <p>You must manually set up the following on the restored table:</p>\n <ul>\n <li>\n <p>Auto scaling policies</p>\n </li>\n <li>\n <p>IAM policies</p>\n </li>\n <li>\n <p>Amazon CloudWatch metrics and alarms</p>\n </li>\n <li>\n <p>Tags</p>\n </li>\n <li>\n <p>Stream settings</p>\n </li>\n <li>\n <p>Time to Live (TTL) settings</p>\n </li>\n <li>\n <p>Point in time recovery settings</p>\n </li>\n </ul>"
9450+
"smithy.api#documentation": "<p>Restores the specified table to the specified point in time within\n <code>EarliestRestorableDateTime</code> and <code>LatestRestorableDateTime</code>.\n You can restore your table to any point in time during the last 35 days. Any number of\n users can execute up to 50 concurrent restores (any type of restore) in a given account. </p>\n <p>When you restore using point in time recovery, DynamoDB restores your table data to\n the state based on the selected date and time (day:hour:minute:second) to a new table. </p>\n <p>Along with data, the following are also included on the new restored table using\n point in time recovery: </p>\n <ul>\n <li>\n <p>Global secondary indexes (GSIs)</p>\n </li>\n <li>\n <p>Local secondary indexes (LSIs)</p>\n </li>\n <li>\n <p>Provisioned read and write capacity</p>\n </li>\n <li>\n <p>Encryption settings</p>\n <important>\n <p> All these settings come from the current settings of the source table at\n the time of restore. </p>\n </important>\n </li>\n </ul>\n <p>You must manually set up the following on the restored table:</p>\n <ul>\n <li>\n <p>Auto scaling policies</p>\n </li>\n <li>\n <p>IAM policies</p>\n </li>\n <li>\n <p>Amazon CloudWatch metrics and alarms</p>\n </li>\n <li>\n <p>Tags</p>\n </li>\n <li>\n <p>Stream settings</p>\n </li>\n <li>\n <p>Time to Live (TTL) settings</p>\n </li>\n <li>\n <p>Point in time recovery settings</p>\n </li>\n </ul>"
94519451
}
94529452
},
94539453
"com.amazonaws.dynamodb#RestoreTableToPointInTimeInput": {
@@ -12006,7 +12006,7 @@
1200612006
"StreamSpecification": {
1200712007
"target": "com.amazonaws.dynamodb#StreamSpecification",
1200812008
"traits": {
12009-
"smithy.api#documentation": "<p>Represents the DynamoDB Streams configuration for the table.</p>\n <note>\n <p>You receive a <code>ResourceInUseException</code> if you try to enable a stream on\n a table that already has a stream, or if you try to disable a stream on a table that\n doesn't have a stream.</p>\n </note>"
12009+
"smithy.api#documentation": "<p>Represents the DynamoDB Streams configuration for the table.</p>\n <note>\n <p>You receive a <code>ValidationException</code> if you try to enable a stream on a\n table that already has a stream, or if you try to disable a stream on a table that\n doesn't have a stream.</p>\n </note>"
1201012010
}
1201112011
},
1201212012
"SSESpecification": {

0 commit comments

Comments
 (0)