Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface GetItemCommandOutputProtected

The output of GetItemCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

ConsumedCapacity?: ConsumedCapacity

The capacity units consumed by the GetItem 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.

Item?: Record<string, AttributeValue>

A map of attribute names to AttributeValue objects, as specified by ProjectionExpression.