You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* nonexistent items consume the minimum read capacity units according to the type of read.
76
76
* For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.html#CapacityUnitCalculations">Working with Tables</a> in the <i>Amazon DynamoDB Developer
77
77
* Guide</i>.</p>
78
+
* <note>
79
+
* <p>
80
+
* <code>BatchGetItem</code> will result in a <code>ValidationException</code> if the
81
+
* same key is specified multiple times.</p>
82
+
* </note>
78
83
* @example
79
84
* Use a bare-bones client and the command you need to make an API call.
* <p>Represents the provisioned throughput settings for a specified table or index. The
524
-
* settings can be modified using the <code>UpdateTable</code> operation.</p>
523
+
* <p>Represents the provisioned throughput settings for the specified global secondary
524
+
* index. You must use <code>ProvisionedThroughput</code> or
525
+
* <code>OnDemandThroughput</code> based on your table’s capacity mode.</p>
525
526
* <p>For current minimum and maximum provisioned throughput values, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Service,
526
527
* Account, and Table Quotas</a> in the <i>Amazon DynamoDB Developer
* <p>Represents the provisioned throughput settings for a specified table or index. The
4804
-
* settings can be modified using the <code>UpdateTable</code> operation.</p>
4807
+
* <p>Represents the provisioned throughput settings for the specified global secondary
4808
+
* index. You must use <code>ProvisionedThroughput</code> or
4809
+
* <code>OnDemandThroughput</code> based on your table’s capacity mode.</p>
4805
4810
* <p>For current minimum and maximum provisioned throughput values, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html">Service,
4806
4811
* Account, and Table Quotas</a> in the <i>Amazon DynamoDB Developer
0 commit comments