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

ListComplianceItemsRequest

import type { ListComplianceItemsRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface ListComplianceItemsRequest {
Filters?: ComplianceStringFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
ResourceIds?: string[] | null;
ResourceTypes?: string[] | null;
}

§Properties

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

One or more compliance filters. Use a filter to return a more specific list of results.

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

A token to start the list. Use this token to get the next set of results.

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

The ID for the resources from which to get compliance information. Currently, you can only specify one resource ID.

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

The type of resource from which to get compliance information. Currently, the only supported resource type is ManagedInstance.