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

ListContactsRequest

import type { ListContactsRequest } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface ListContactsRequest {
AliasPrefix?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Type?: ContactType | null;
}

§Properties

§
AliasPrefix?: string | null
[src]

Used to list only contacts who's aliases start with the specified prefix.

§
MaxResults?: number | null
[src]

The maximum number of contacts and escalation plans per page of results.

§
NextToken?: string | null
[src]

The pagination token to continue to the next page of results.

§
Type?: ContactType | null
[src]

The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.