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

ModifyIpamRequest

import type { ModifyIpamRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyIpamRequest {
AddOperatingRegions?: AddIpamOperatingRegion[] | null;
Description?: string | null;
DryRun?: boolean | null;
IpamId: string;
RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | null;
}

§Properties

§
AddOperatingRegions?: AddIpamOperatingRegion[] | null
[src]

Choose the operating Regions for the 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.

§
Description?: string | null
[src]

The description of the IPAM you want to modify.

§
DryRun?: boolean | null
[src]

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
IpamId: string
[src]

The ID of the IPAM you want to modify.

§
RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | null
[src]

The operating Regions to remove.