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

RemoveIpamOperatingRegion

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

Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide

interface RemoveIpamOperatingRegion {
RegionName?: string | null;
}

§Properties

§
RegionName?: string | null
[src]

The name of the operating Region you want to remove.