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

DescribeMaintenanceWindowsForTargetResult

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

§Properties

§
NextToken?: string | null
[src]

The token for the next set of items to return. (You use this token in the next call.)

§
WindowIdentities?: MaintenanceWindowIdentityForTarget[] | null
[src]

Information about the maintenance window targets and tasks a managed node is associated with.