{
  "data": {
    "$metadata": {
      "httpStatusCode": 200,
      "requestId": "GHI789JKL012MNO345PQR678STU901VW",
      "attempts": 1,
      "totalRetryDelay": 0
    },
    "TableDescription": {
      "TableName": "Users",
      "TableArn": "arn:aws:dynamodb:us-east-1:123456789012:table/Users",
      "TableStatus": "CREATING",
      "CreationDateTime": "2024-03-20T10:30:00.000Z",
      "AttributeDefinitions": [
        {
          "AttributeName": "userId",
          "AttributeType": "S"
        },
        {
          "AttributeName": "email",
          "AttributeType": "S"
        }
      ],
      "KeySchema": [
        {
          "AttributeName": "userId",
          "KeyType": "HASH"
        }
      ],
      "TableSizeBytes": 0,
      "ItemCount": 0,
      "ProvisionedThroughput": {
        "ReadCapacityUnits": 5,
        "WriteCapacityUnits": 5,
        "NumberOfDecreasesToday": 0
      },
      "GlobalSecondaryIndexes": [
        {
          "IndexName": "EmailIndex",
          "KeySchema": [
            {
              "AttributeName": "email",
              "KeyType": "HASH"
            }
          ],
          "Projection": {
            "ProjectionType": "ALL"
          },
          "IndexStatus": "CREATING",
          "ProvisionedThroughput": {
            "ReadCapacityUnits": 5,
            "WriteCapacityUnits": 5,
            "NumberOfDecreasesToday": 0
          }
        }
      ]
    }
  }
}