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

IPRange

import type { IPRange } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

This data type is used as a response element in the DescribeDBSecurityGroups action.

interface IPRange {
CIDRIP?: string | null;
Status?: string | null;
}

§Properties

§
CIDRIP?: string | null
[src]

Specifies the IP range.

§
Status?: string | null
[src]

Specifies the status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".