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

ListPlatformVersionsRequest

import type { ListPlatformVersionsRequest } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
interface ListPlatformVersionsRequest {
Filters?: PlatformFilter[] | null;
MaxRecords?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: PlatformFilter[] | null
[src]

Criteria for restricting the resulting list of platform versions. The filter is interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.

§
MaxRecords?: number | null
[src]

The maximum number of platform version values returned in one call.

§
NextToken?: string | null
[src]

For a paginated request. Specify a token from a previous response page to retrieve the next response page. All other parameter values must be identical to the ones specified in the initial request.

If no NextToken is specified, the first page is retrieved.