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