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

CreateEgressOnlyInternetGatewayResult

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

§Properties

§
ClientToken?: string | null
[src]

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

§
EgressOnlyInternetGateway?: EgressOnlyInternetGateway | null
[src]

Information about the egress-only internet gateway.