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

ListInfrastructureConfigurationsRequest

import type { ListInfrastructureConfigurationsRequest } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface ListInfrastructureConfigurationsRequest {
filters?: Filter[] | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
filters?: Filter[] | null
[src]

You can filter on name to streamline results.

§
maxResults?: number | null
[src]

The maximum items to return in a request.

§
nextToken?: string | null
[src]

A token to specify where to start paginating. This is the NextToken from a previously truncated response.