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

ListOutpostsInput

import type { ListOutpostsInput } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
interface ListOutpostsInput {
AvailabilityZoneFilter?: string[] | null;
AvailabilityZoneIdFilter?: string[] | null;
LifeCycleStatusFilter?: string[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AvailabilityZoneFilter?: string[] | null
[src]

A filter for the Availability Zone (us-east-1a) of the Outpost.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

§
AvailabilityZoneIdFilter?: string[] | null
[src]

A filter for the AZ IDs (use1-az1) of the Outpost.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

§
LifeCycleStatusFilter?: string[] | null
[src]

A filter for the lifecycle status of the Outpost.

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]