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

RemoveIpRoutesRequest

import type { RemoveIpRoutesRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface RemoveIpRoutesRequest {
CidrIps: string[];
DirectoryId: string;
}

§Properties

§
CidrIps: string[]
[src]

IP address blocks that you want to remove.

§
DirectoryId: string
[src]

Identifier (ID) of the directory from which you want to remove the IP addresses.