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

DescribeImagesRequest

import type { DescribeImagesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface DescribeImagesRequest {
DryRun?: boolean | null;
ExecutableUsers?: string[] | null;
Filters?: Filter[] | null;
ImageIds?: string[] | null;
IncludeDeprecated?: boolean | null;
Owners?: string[] | null;
}

§Properties

§
DryRun?: boolean | null
[src]
§
ExecutableUsers?: string[] | null
[src]
§
Filters?: Filter[] | null
[src]
§
ImageIds?: string[] | null
[src]
§
IncludeDeprecated?: boolean | null
[src]
§
Owners?: string[] | null
[src]