|
728 | 728 | {"shape":"RequestLimitExceeded"},
|
729 | 729 | {"shape":"InternalServerError"}
|
730 | 730 | ],
|
731 |
| - "documentation":"<p> <code>TransactGetItems</code> is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A <code>TransactGetItems</code> call can contain up to 25 <code>TransactGetItem</code> objects, each of which contains a <code>Get</code> structure that specifies an item to retrieve from a table in the account and Region. A call to <code>TransactGetItems</code> cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB.</p> <p>DynamoDB rejects the entire <code>TransactGetItems</code> request if any of the following is true:</p> <ul> <li> <p>A conflicting operation is in the process of updating an item to be read.</p> </li> <li> <p>There is insufficient provisioned capacity for the transaction to be completed.</p> </li> <li> <p>There is a user error, such as an invalid data format.</p> </li> <li> <p>The aggregate size of the items in the transaction cannot exceed 4 MB.</p> </li> </ul>", |
| 731 | + "documentation":"<p> <code>TransactGetItems</code> is a synchronous operation that atomically retrieves multiple items from one or more tables (but not from indexes) in a single account and Region. A <code>TransactGetItems</code> call can contain up to 100 <code>TransactGetItem</code> objects, each of which contains a <code>Get</code> structure that specifies an item to retrieve from a table in the account and Region. A call to <code>TransactGetItems</code> cannot retrieve items from tables in more than one Amazon Web Services account or Region. The aggregate size of the items in the transaction cannot exceed 4 MB.</p> <p>DynamoDB rejects the entire <code>TransactGetItems</code> request if any of the following is true:</p> <ul> <li> <p>A conflicting operation is in the process of updating an item to be read.</p> </li> <li> <p>There is insufficient provisioned capacity for the transaction to be completed.</p> </li> <li> <p>There is a user error, such as an invalid data format.</p> </li> <li> <p>The aggregate size of the items in the transaction cannot exceed 4 MB.</p> </li> </ul>", |
732 | 732 | "endpointdiscovery":{
|
733 | 733 | }
|
734 | 734 | },
|
|
749 | 749 | {"shape":"RequestLimitExceeded"},
|
750 | 750 | {"shape":"InternalServerError"}
|
751 | 751 | ],
|
752 |
| - "documentation":"<p> <code>TransactWriteItems</code> is a synchronous write operation that groups up to 25 action requests. These actions can target items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can target the same item. For example, you cannot both <code>ConditionCheck</code> and <code>Update</code> the same item. The aggregate size of the items in the transaction cannot exceed 4 MB.</p> <p>The actions are completed atomically so that either all of them succeed, or all of them fail. They are defined by the following objects:</p> <ul> <li> <p> <code>Put</code> — Initiates a <code>PutItem</code> operation to write a new item. This structure specifies the primary key of the item to be written, the name of the table to write it in, an optional condition expression that must be satisfied for the write to succeed, a list of the item's attributes, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> <li> <p> <code>Update</code> — Initiates an <code>UpdateItem</code> operation to update an existing item. This structure specifies the primary key of the item to be updated, the name of the table where it resides, an optional condition expression that must be satisfied for the update to succeed, an expression that defines one or more attributes to be updated, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> <li> <p> <code>Delete</code> — Initiates a <code>DeleteItem</code> operation to delete an existing item. This structure specifies the primary key of the item to be deleted, the name of the table where it resides, an optional condition expression that must be satisfied for the deletion to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> <li> <p> <code>ConditionCheck</code> — Applies a condition to an item that is not being modified by the transaction. This structure specifies the primary key of the item to be checked, the name of the table where it resides, a condition expression that must be satisfied for the transaction to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> </ul> <p>DynamoDB rejects the entire <code>TransactWriteItems</code> request if any of the following is true:</p> <ul> <li> <p>A condition in one of the condition expressions is not met.</p> </li> <li> <p>An ongoing operation is in the process of updating the same item.</p> </li> <li> <p>There is insufficient provisioned capacity for the transaction to be completed.</p> </li> <li> <p>An item size becomes too large (bigger than 400 KB), a local secondary index (LSI) becomes too large, or a similar validation error occurs because of changes made by the transaction.</p> </li> <li> <p>The aggregate size of the items in the transaction exceeds 4 MB.</p> </li> <li> <p>There is a user error, such as an invalid data format.</p> </li> </ul>", |
| 752 | + "documentation":"<p> <code>TransactWriteItems</code> is a synchronous write operation that groups up to 100 action requests. These actions can target items in different tables, but not in different Amazon Web Services accounts or Regions, and no two actions can target the same item. For example, you cannot both <code>ConditionCheck</code> and <code>Update</code> the same item. The aggregate size of the items in the transaction cannot exceed 4 MB.</p> <p>The actions are completed atomically so that either all of them succeed, or all of them fail. They are defined by the following objects:</p> <ul> <li> <p> <code>Put</code> — Initiates a <code>PutItem</code> operation to write a new item. This structure specifies the primary key of the item to be written, the name of the table to write it in, an optional condition expression that must be satisfied for the write to succeed, a list of the item's attributes, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> <li> <p> <code>Update</code> — Initiates an <code>UpdateItem</code> operation to update an existing item. This structure specifies the primary key of the item to be updated, the name of the table where it resides, an optional condition expression that must be satisfied for the update to succeed, an expression that defines one or more attributes to be updated, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> <li> <p> <code>Delete</code> — Initiates a <code>DeleteItem</code> operation to delete an existing item. This structure specifies the primary key of the item to be deleted, the name of the table where it resides, an optional condition expression that must be satisfied for the deletion to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> <li> <p> <code>ConditionCheck</code> — Applies a condition to an item that is not being modified by the transaction. This structure specifies the primary key of the item to be checked, the name of the table where it resides, a condition expression that must be satisfied for the transaction to succeed, and a field indicating whether to retrieve the item's attributes if the condition is not met.</p> </li> </ul> <p>DynamoDB rejects the entire <code>TransactWriteItems</code> request if any of the following is true:</p> <ul> <li> <p>A condition in one of the condition expressions is not met.</p> </li> <li> <p>An ongoing operation is in the process of updating the same item.</p> </li> <li> <p>There is insufficient provisioned capacity for the transaction to be completed.</p> </li> <li> <p>An item size becomes too large (bigger than 400 KB), a local secondary index (LSI) becomes too large, or a similar validation error occurs because of changes made by the transaction.</p> </li> <li> <p>The aggregate size of the items in the transaction exceeds 4 MB.</p> </li> <li> <p>There is a user error, such as an invalid data format.</p> </li> </ul>", |
753 | 753 | "endpointdiscovery":{
|
754 | 754 | }
|
755 | 755 | },
|
|
1589 | 1589 | "CancellationReasonList":{
|
1590 | 1590 | "type":"list",
|
1591 | 1591 | "member":{"shape":"CancellationReason"},
|
1592 |
| - "max":25, |
| 1592 | + "max":100, |
1593 | 1593 | "min":1
|
1594 | 1594 | },
|
1595 | 1595 | "Capacity":{
|
|
3570 | 3570 | "ItemResponseList":{
|
3571 | 3571 | "type":"list",
|
3572 | 3572 | "member":{"shape":"ItemResponse"},
|
3573 |
| - "max":25, |
| 3573 | + "max":100, |
3574 | 3574 | "min":1
|
3575 | 3575 | },
|
3576 | 3576 | "KMSMasterKeyArn":{"type":"string"},
|
|
4092 | 4092 | "ParameterizedStatements":{
|
4093 | 4093 | "type":"list",
|
4094 | 4094 | "member":{"shape":"ParameterizedStatement"},
|
4095 |
| - "max":25, |
| 4095 | + "max":100, |
4096 | 4096 | "min":1
|
4097 | 4097 | },
|
4098 | 4098 | "PartiQLBatchRequest":{
|
|
5730 | 5730 | "TransactGetItemList":{
|
5731 | 5731 | "type":"list",
|
5732 | 5732 | "member":{"shape":"TransactGetItem"},
|
5733 |
| - "max":25, |
| 5733 | + "max":100, |
5734 | 5734 | "min":1
|
5735 | 5735 | },
|
5736 | 5736 | "TransactGetItemsInput":{
|
|
5739 | 5739 | "members":{
|
5740 | 5740 | "TransactItems":{
|
5741 | 5741 | "shape":"TransactGetItemList",
|
5742 |
| - "documentation":"<p>An ordered array of up to 25 <code>TransactGetItem</code> objects, each of which contains a <code>Get</code> structure.</p>" |
| 5742 | + "documentation":"<p>An ordered array of up to 100 <code>TransactGetItem</code> objects, each of which contains a <code>Get</code> structure.</p>" |
5743 | 5743 | },
|
5744 | 5744 | "ReturnConsumedCapacity":{
|
5745 | 5745 | "shape":"ReturnConsumedCapacity",
|
|
5756 | 5756 | },
|
5757 | 5757 | "Responses":{
|
5758 | 5758 | "shape":"ItemResponseList",
|
5759 |
| - "documentation":"<p>An ordered array of up to 25 <code>ItemResponse</code> objects, each of which corresponds to the <code>TransactGetItem</code> object in the same position in the <i>TransactItems</i> array. Each <code>ItemResponse</code> object contains a Map of the name-value pairs that are the projected attributes of the requested item.</p> <p>If a requested item could not be retrieved, the corresponding <code>ItemResponse</code> object is Null, or if the requested item has no projected attributes, the corresponding <code>ItemResponse</code> object is an empty Map. </p>" |
| 5759 | + "documentation":"<p>An ordered array of up to 100 <code>ItemResponse</code> objects, each of which corresponds to the <code>TransactGetItem</code> object in the same position in the <i>TransactItems</i> array. Each <code>ItemResponse</code> object contains a Map of the name-value pairs that are the projected attributes of the requested item.</p> <p>If a requested item could not be retrieved, the corresponding <code>ItemResponse</code> object is Null, or if the requested item has no projected attributes, the corresponding <code>ItemResponse</code> object is an empty Map. </p>" |
5760 | 5760 | }
|
5761 | 5761 | }
|
5762 | 5762 | },
|
|
5785 | 5785 | "TransactWriteItemList":{
|
5786 | 5786 | "type":"list",
|
5787 | 5787 | "member":{"shape":"TransactWriteItem"},
|
5788 |
| - "max":25, |
| 5788 | + "max":100, |
5789 | 5789 | "min":1
|
5790 | 5790 | },
|
5791 | 5791 | "TransactWriteItemsInput":{
|
|
5794 | 5794 | "members":{
|
5795 | 5795 | "TransactItems":{
|
5796 | 5796 | "shape":"TransactWriteItemList",
|
5797 |
| - "documentation":"<p>An ordered array of up to 25 <code>TransactWriteItem</code> objects, each of which contains a <code>ConditionCheck</code>, <code>Put</code>, <code>Update</code>, or <code>Delete</code> object. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item. </p>" |
| 5797 | + "documentation":"<p>An ordered array of up to 100 <code>TransactWriteItem</code> objects, each of which contains a <code>ConditionCheck</code>, <code>Put</code>, <code>Update</code>, or <code>Delete</code> object. These can operate on items in different tables, but the tables must reside in the same Amazon Web Services account and Region, and no two of them can operate on the same item. </p>" |
5798 | 5798 | },
|
5799 | 5799 | "ReturnConsumedCapacity":{"shape":"ReturnConsumedCapacity"},
|
5800 | 5800 | "ReturnItemCollectionMetrics":{
|
|
0 commit comments