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

AmiAggregation

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

The details that define an aggregation based on Amazon machine images (AMIs).

interface AmiAggregation {
amis?: StringFilter[] | null;
sortBy?: AmiSortBy | null;
sortOrder?: SortOrder | null;
}

§Properties

§
amis?: StringFilter[] | null
[src]

The IDs of AMIs to aggregate findings for.

§
sortBy?: AmiSortBy | null
[src]

The value to sort results by.

§
sortOrder?: SortOrder | null
[src]

The order to sort results by.