File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -975,9 +975,9 @@ public function updateItem($input): UpdateItemOutput
975
975
* - Create a new global secondary index on the table. After the index begins backfilling, you can use `UpdateTable` to
976
976
* perform other operations.
977
977
*
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.
981
981
*
982
982
* [^1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html
983
983
*
You can’t perform that action at this time.
0 commit comments