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

UnassignIpv6AddressesRequest

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

§Properties

§
Ipv6Addresses?: string[] | null
[src]

The IPv6 addresses to unassign from the network interface.

§
Ipv6Prefixes?: string[] | null
[src]

One or more IPv6 prefixes to unassign from the network interface.

§
NetworkInterfaceId: string
[src]

The ID of the network interface.