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

UnassignPrivateIpAddressesRequest

import type { UnassignPrivateIpAddressesRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the parameters for UnassignPrivateIpAddresses.

interface UnassignPrivateIpAddressesRequest {
Ipv4Prefixes?: string[] | null;
NetworkInterfaceId: string;
PrivateIpAddresses?: string[] | null;
}

§Properties

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

The IPv4 prefixes to unassign from the network interface.

§
NetworkInterfaceId: string
[src]

The ID of the network interface.

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

The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.