Skip to content

Commit

Permalink
Update generated code (#1670)
Browse files Browse the repository at this point in the history
update generated code
  • Loading branch information
async-aws-bot authored Feb 21, 2024
1 parent b371095 commit 5335a95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DynamoDbClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -975,9 +975,9 @@ public function updateItem($input): UpdateItemOutput
* - Create a new global secondary index on the table. After the index begins backfilling, you can use `UpdateTable` to
* perform other operations.
*
* `UpdateTable` is an asynchronous operation; while it is executing, the table status changes from `ACTIVE` to
* `UPDATING`. While it is `UPDATING`, you cannot issue another `UpdateTable` request. When the table returns to the
* `ACTIVE` state, the `UpdateTable` operation is complete.
* `UpdateTable` is an asynchronous operation; while it's executing, the table status changes from `ACTIVE` to
* `UPDATING`. While it's `UPDATING`, you can't issue another `UpdateTable` request on the base table nor any replicas.
* When the table returns to the `ACTIVE` state, the `UpdateTable` operation is complete.
*
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html
*
Expand Down

0 comments on commit 5335a95

Please sign in to comment.