Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SegmentImportResource

import type { SegmentImportResource } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/pinpoint.ts";
interface SegmentImportResource {
ChannelCounts?: {
[key: string]: number | null | undefined;
}
| null;
ExternalId: string;
Format: Format;
RoleArn: string;
S3Url: string;
Size: number;
}

§Properties

§
ChannelCounts?: {
[key: string]: number | null | undefined;
}
| null
[src]
§
ExternalId: string
[src]
§
RoleArn: string
[src]
§
S3Url: string
[src]
§
Size: number
[src]