From 4a3e848775ccf4d2792365f9a80e671d06152dc5 Mon Sep 17 00:00:00 2001 From: awstools Date: Fri, 2 Feb 2024 19:13:06 +0000 Subject: [PATCH] docs(client-dynamodb): Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account. --- .../src/commands/RestoreTableToPointInTimeCommand.ts | 6 +++--- clients/client-dynamodb/src/models/models_0.ts | 4 ++-- codegen/sdk-codegen/aws-models/dynamodb.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts index 1e65be9369c2..67bb586ddfec 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts @@ -31,10 +31,10 @@ export interface RestoreTableToPointInTimeCommandOutput extends RestoreTableToPo *

Restores the specified table to the specified point in time within * EarliestRestorableDateTime and LatestRestorableDateTime. * You can restore your table to any point in time during the last 35 days. Any number of - * users can execute up to 4 concurrent restores (any type of restore) in a given account.

- *

When you restore using point in time recovery, DynamoDB restores your table data to + * users can execute up to 50 concurrent restores (any type of restore) in a given account.

+ *

When you restore using point in time recovery, DynamoDB restores your table data to * the state based on the selected date and time (day:hour:minute:second) to a new table.

- *

Along with data, the following are also included on the new restored table using + *

Along with data, the following are also included on the new restored table using * point in time recovery:

*