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

UnassignIpv6AddressesResult

import type { UnassignIpv6AddressesResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface UnassignIpv6AddressesResult {
NetworkInterfaceId?: string | null;
UnassignedIpv6Addresses: string[];
UnassignedIpv6Prefixes: string[];
}

§Properties

§
NetworkInterfaceId?: string | null
[src]

The ID of the network interface.

§
UnassignedIpv6Addresses: string[]
[src]

The IPv6 addresses that have been unassigned from the network interface.

§
UnassignedIpv6Prefixes: string[]
[src]

The IPv4 prefixes that have been unassigned from the network interface.