Based on the cognito service file the DateType is a timestamp which is internally represented as int (Unix secons) for AWSCognito, specifcally the expiration field of identity credentials
As per the the sdk code here, the timestamp can be iso string , date object or a unix timestamp