Skip to content

Commit

Permalink
docs(client-dynamodb): Documentation updates for DynamoDB API
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 17, 2023
1 parent 4122770 commit 05fc44b
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 102 deletions.
4 changes: 2 additions & 2 deletions clients/client-dynamodb/src/DynamoDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export class DynamoDB extends DynamoDBClient {
* <p>By default, <code>BatchGetItem</code> performs eventually consistent reads on every
* table in the request. If you want strongly consistent reads instead, you can set
* <code>ConsistentRead</code> to <code>true</code> for any or all tables.</p>
* <p>In order to minimize response latency, <code>BatchGetItem</code> retrieves items in
* <p>In order to minimize response latency, <code>BatchGetItem</code> may retrieve items in
* parallel.</p>
* <p>When designing your application, keep in mind that DynamoDB does not return items in
* any particular order. To help parse the response by item, include the primary key values
Expand Down Expand Up @@ -1940,7 +1940,7 @@ export class DynamoDB extends DynamoDBClient {

/**
* @public
* <p>Creates a new table from an existing backup. Any number of users can execute up to 4
* <p>Creates a new table from an existing backup. Any number of users can execute up to 50
* concurrent restores (any type of restore) in a given account. </p>
* <p>You can call <code>RestoreTableFromBackup</code> at a maximum rate of 10 times per
* second.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface BatchGetItemCommandOutput extends BatchGetItemOutput, __Metadat
* <p>By default, <code>BatchGetItem</code> performs eventually consistent reads on every
* table in the request. If you want strongly consistent reads instead, you can set
* <code>ConsistentRead</code> to <code>true</code> for any or all tables.</p>
* <p>In order to minimize response latency, <code>BatchGetItem</code> retrieves items in
* <p>In order to minimize response latency, <code>BatchGetItem</code> may retrieve items in
* parallel.</p>
* <p>When designing your application, keep in mind that DynamoDB does not return items in
* any particular order. To help parse the response by item, include the primary key values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface RestoreTableFromBackupCommandOutput extends RestoreTableFromBac

/**
* @public
* <p>Creates a new table from an existing backup. Any number of users can execute up to 4
* <p>Creates a new table from an existing backup. Any number of users can execute up to 50
* concurrent restores (any type of restore) in a given account. </p>
* <p>You can call <code>RestoreTableFromBackup</code> at a maximum rate of 10 times per
* second.</p>
Expand Down
Loading

0 comments on commit 05fc44b

Please sign in to comment.