{
  "data": {
    "$metadata": {
      "httpStatusCode": 200,
      "requestId": "JKL012MNO345PQR678STU901VWX234YZ",
      "attempts": 1,
      "totalRetryDelay": 0
    },
    "Table": {
      "TableName": "Users",
      "TableArn": "arn:aws:dynamodb:us-east-1:123456789012:table/Users",
      "TableStatus": "ACTIVE",
      "CreationDateTime": "2024-03-20T10:30:00.000Z",
      "AttributeDefinitions": [
        {
          "AttributeName": "userId",
          "AttributeType": "S"
        },
        {
          "AttributeName": "email",
          "AttributeType": "S"
        }
      ],
      "KeySchema": [
        {
          "AttributeName": "userId",
          "KeyType": "HASH"
        }
      ],
      "TableSizeBytes": 524288,
      "ItemCount": 1247,
      "ProvisionedThroughput": {
        "ReadCapacityUnits": 5,
        "WriteCapacityUnits": 5,
        "NumberOfDecreasesToday": 0,
        "LastIncreaseDateTime": "2024-03-15T08:00:00.000Z",
        "LastDecreaseDateTime": "2024-03-10T16:30:00.000Z"
      },
      "GlobalSecondaryIndexes": [
        {
          "IndexName": "EmailIndex",
          "KeySchema": [
            {
              "AttributeName": "email",
              "KeyType": "HASH"
            }
          ],
          "Projection": {
            "ProjectionType": "ALL"
          },
          "IndexStatus": "ACTIVE",
          "IndexSizeBytes": 524288,
          "ItemCount": 1247,
          "ProvisionedThroughput": {
            "ReadCapacityUnits": 5,
            "WriteCapacityUnits": 5,
            "NumberOfDecreasesToday": 0
          }
        }
      ]
    }
  }
}