- Navigation Guide
@aws-sdk/client-dynamodb
UpdateItemCommandOutput Interface
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Attributes | Record<string, AttributeValue> | undefined | A map of attribute values as they appear before or after the The |
ConsumedCapacity | ConsumedCapacity | undefined | The capacity units consumed by the |
ItemCollectionMetrics | ItemCollectionMetrics | undefined | Information about item collections, if any, that were affected by the Each
|
Full Signature
export interface UpdateItemCommandOutput extends UpdateItemOutput, MetadataBearer