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

GetEnrollmentStatusesForOrganizationRequest

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

§Properties

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

An array of objects to specify a filter that returns a more specific list of account enrollment statuses.

§
maxResults?: number | null
[src]

The maximum number of account enrollment statuses to return with a single request. You can specify up to 100 statuses to return with each request.

To retrieve the remaining results, make another request with the returned nextToken value.

§
nextToken?: string | null
[src]

The token to advance to the next page of account enrollment statuses.