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

GetCoipPoolUsageResult

import type { GetCoipPoolUsageResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetCoipPoolUsageResult {
CoipAddressUsages: CoipAddressUsage[];
CoipPoolId?: string | null;
LocalGatewayRouteTableId?: string | null;
}

§Properties

§
CoipAddressUsages: CoipAddressUsage[]
[src]

Information about the address usage.

§
CoipPoolId?: string | null
[src]

The ID of the customer-owned address pool.

§
LocalGatewayRouteTableId?: string | null
[src]

The ID of the local gateway route table.