Builder
Properties
A map of attribute values as they appear before or after the UpdateItem
operation, as determined by the ReturnValues
parameter.
The capacity units consumed by the UpdateItem
operation. The data returned includes the total provisioned throughput consumed, along with statistics for the table and any indexes involved in the operation. ConsumedCapacity
is only returned if the ReturnConsumedCapacity
parameter was specified. For more information, see Provisioned Throughput in the Amazon DynamoDB Developer Guide.
Information about item collections, if any, that were affected by the UpdateItem
operation. ItemCollectionMetrics
is only returned if the ReturnItemCollectionMetrics
parameter was specified. If the table does not have any local secondary indexes, this information is not returned in the response.
Functions
construct an aws.sdk.kotlin.services.dynamodb.model.ConsumedCapacity inside the given block
construct an aws.sdk.kotlin.services.dynamodb.model.ItemCollectionMetrics inside the given block