HTTP/1.1 200 OK
x-amzn-RequestId: 8966d095-71e9-11e0-a498-71d736f27375
content-type: application/x-amz-json-1.0

{
    "Count": 2,
    "Items": [{
        "AttributeName1": {
            "S": "AttributeValue1"
        },
        "AttributeName2": {
            "S": "AttributeValue2"
        },
        "AttributeName3": {
            "S": "AttributeValue3"
        }
    }, {
        "AttributeName1": {
            "S": "AttributeValue4"
        },
        "AttributeName2": {
            "S": "AttributeValue5"
        },
        "AttributeName3": {
            "S": "AttributeValue6"
        }
    }],
    "LastEvaluatedKey": {
        "AttributeName1": {
            "S": "AttributeName1"
        },
        "AttributeName2": {
            "N": "2"
        }
    },
    "ConsumedCapacityUnits": 1,
    "ScannedCount": 2
}
