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

AssignIpv6AddressesResult

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

§Properties

§
AssignedIpv6Addresses: string[]
[src]

The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

§
AssignedIpv6Prefixes: string[]
[src]

The IPv6 prefixes that are assigned to the network interface.

§
NetworkInterfaceId?: string | null
[src]

The ID of the network interface.