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

CreateFlowLogsResult

import type { CreateFlowLogsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateFlowLogsResult {
ClientToken?: string | null;
FlowLogIds: string[];
Unsuccessful: UnsuccessfulItem[];
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
FlowLogIds: string[]
[src]

The IDs of the flow logs.

§
Unsuccessful: UnsuccessfulItem[]
[src]

Information about the flow logs that could not be created successfully.