ImportJobRequest
import type { ImportJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/pinpoint.ts";interface ImportJobRequest {
DefineSegment?: boolean | null;
ExternalId?: string | null;
Format: Format;
RegisterEndpoints?: boolean | null;
RoleArn: string;
S3Url: string;
SegmentId?: string | null;
SegmentName?: string | null;
}