UserProfileDetails
import type { UserProfileDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface UserProfileDetails {
CreationTime?: Date | number | null;
DomainId?: string | null;
LastModifiedTime?: Date | number | null;
Status?: UserProfileStatus | null;
UserProfileName?: string | null;
}