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

DisassociateTrunkInterfaceResult

import type { DisassociateTrunkInterfaceResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DisassociateTrunkInterfaceResult {
ClientToken?: string | null;
Return?: boolean | null;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

§
Return?: boolean | null
[src]

Returns true if the request succeeds; otherwise, it returns an error.