{
  "data": {
    "$metadata": {
      "httpStatusCode": 200,
      "requestId": "PQR678STU901VWX234YZA567BCD890EF",
      "attempts": 1,
      "totalRetryDelay": 0
    },
    "TableDescription": {
      "TableName": "Users",
      "TableArn": "arn:aws:dynamodb:us-east-1:123456789012:table/Users",
      "TableStatus": "DELETING",
      "CreationDateTime": "2024-03-20T10:30:00.000Z",
      "AttributeDefinitions": [
        {
          "AttributeName": "userId",
          "AttributeType": "S"
        }
      ],
      "KeySchema": [
        {
          "AttributeName": "userId",
          "KeyType": "HASH"
        }
      ],
      "TableSizeBytes": 524288,
      "ItemCount": 1247,
      "ProvisionedThroughput": {
        "ReadCapacityUnits": 5,
        "WriteCapacityUnits": 5,
        "NumberOfDecreasesToday": 0
      }
    }
  }
}