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

GetIpamAddressHistoryResult

import type { GetIpamAddressHistoryResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface GetIpamAddressHistoryResult {
HistoryRecords: IpamAddressHistoryRecord[];
NextToken?: string | null;
}

§Properties

§

A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.