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

AssociateTrunkInterfaceResult

import type { AssociateTrunkInterfaceResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssociateTrunkInterfaceResult {
ClientToken?: string | null;
InterfaceAssociation?: TrunkInterfaceAssociation | 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.

§
InterfaceAssociation?: TrunkInterfaceAssociation | null
[src]

Information about the association between the trunk network interface and branch network interface.