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

DescribeMaintenanceWindowExecutionTasksResult

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

§Properties

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

§
WindowExecutionTaskIdentities?: MaintenanceWindowExecutionTaskIdentity[] | null
[src]

Information about the task executions.