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

ListDocumentsRequest

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

§Properties

§
DocumentFilterList?: DocumentFilter[] | null
[src]

This data type is deprecated. Instead, use Filters.

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

One or more DocumentKeyValuesFilter objects. Use a filter to return a more specific list of results. For keys, you can specify one or more key-value pair tags that have been applied to a document. Other valid keys include Owner, Name, PlatformTypes, DocumentType, and TargetType. For example, to return documents you own use Key=Owner,Values=Self. To specify a custom key-value pair, use the format Key=tag:tagName,Values=valueName.

Note: This API operation only supports filtering documents by using a single tag key and one or more tag values. For example: Key=tag:tagName,Values=valueName1,valueName2

§
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]

The token for the next set of items to return. (You received this token from a previous call.)