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

DescribeAggregateIdFormatResult

import type { DescribeAggregateIdFormatResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface DescribeAggregateIdFormatResult {
Statuses: IdFormat[];
UseLongIdsAggregated?: boolean | null;
}

§Properties

§
Statuses: IdFormat[]
[src]

Information about each resource's ID format.

§
UseLongIdsAggregated?: boolean | null
[src]

Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.