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

{
    "Count": 1,
    "Items": [{
        "AttributeName1": {
            "S": "Hi"
        },
        "AttributeName2": {
            "S": "There"
        },
        "AttributeName3": {
            "S": "Test!"
        }
    }],
    "ConsumedCapacityUnits": 1,
    "ScannedCount": 5
}
