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

DescribePatchGroupsResult

import type { DescribePatchGroupsResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribePatchGroupsResult {
Mappings?: PatchGroupPatchBaselineMapping[] | null;
NextToken?: string | null;
}

§Properties

§

Each entry in the array contains:

  • PatchGroup: string (between 1 and 256 characters. Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)
  • PatchBaselineIdentity: A PatchBaselineIdentity element.
§
NextToken?: string | null
[src]

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.