Skip to content

Commit 43bb76c

Browse files
Update generated code (#1886)
update generated code
1 parent 4dffc14 commit 43bb76c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ValueObject/GlobalSecondaryIndex.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ final class GlobalSecondaryIndex
4343
private $projection;
4444

4545
/**
46-
* Represents the provisioned throughput settings for the specified global secondary index.
46+
* Represents the provisioned throughput settings for the specified global secondary index. You must use either
47+
* `OnDemandThroughput` or `ProvisionedThroughput` based on your table's capacity mode.
4748
*
4849
* For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas [^1] in the
4950
* *Amazon DynamoDB Developer Guide*.
@@ -56,7 +57,8 @@ final class GlobalSecondaryIndex
5657

5758
/**
5859
* The maximum number of read and write units for the specified global secondary index. If you use this parameter, you
59-
* must specify `MaxReadRequestUnits`, `MaxWriteRequestUnits`, or both.
60+
* must specify `MaxReadRequestUnits`, `MaxWriteRequestUnits`, or both. You must use either `OnDemandThroughput` or
61+
* `ProvisionedThroughput` based on your table's capacity mode.
6062
*
6163
* @var OnDemandThroughput|null
6264
*/

0 commit comments

Comments
 (0)