Skip to content

Commit 5335a95

Browse files
Update generated code (#1670)
update generated code
1 parent b371095 commit 5335a95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DynamoDbClient.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -975,9 +975,9 @@ public function updateItem($input): UpdateItemOutput
975975
* - Create a new global secondary index on the table. After the index begins backfilling, you can use `UpdateTable` to
976976
* perform other operations.
977977
*
978-
* `UpdateTable` is an asynchronous operation; while it is executing, the table status changes from `ACTIVE` to
979-
* `UPDATING`. While it is `UPDATING`, you cannot issue another `UpdateTable` request. When the table returns to the
980-
* `ACTIVE` state, the `UpdateTable` operation is complete.
978+
* `UpdateTable` is an asynchronous operation; while it's executing, the table status changes from `ACTIVE` to
979+
* `UPDATING`. While it's `UPDATING`, you can't issue another `UpdateTable` request on the base table nor any replicas.
980+
* When the table returns to the `ACTIVE` state, the `UpdateTable` operation is complete.
981981
*
982982
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html
983983
*

0 commit comments

Comments
 (0)