Skip to content

Commit a29a1cb

Browse files
Update generated code (#1886)
update generated code
1 parent 623867a commit a29a1cb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"${LATEST}": "3.342.35"
3+
"${LATEST}": "3.342.36"
44
},
55
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
66
"services": {

src/Service/DynamoDb/src/ValueObject/GlobalSecondaryIndex.php

Lines changed: 4 additions & 2 deletions
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)