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

GetMaintenanceWindowExecutionTaskInvocationResult

import type { GetMaintenanceWindowExecutionTaskInvocationResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface GetMaintenanceWindowExecutionTaskInvocationResult {
EndTime?: Date | number | null;
ExecutionId?: string | null;
InvocationId?: string | null;
OwnerInformation?: string | null;
Parameters?: string | null;
StartTime?: Date | number | null;
StatusDetails?: string | null;
TaskExecutionId?: string | null;
TaskType?: MaintenanceWindowTaskType | null;
WindowExecutionId?: string | null;
WindowTargetId?: string | null;
}

§Properties

§
EndTime?: Date | number | null
[src]

The time that the task finished running on the target.

§
ExecutionId?: string | null
[src]

The execution ID.

§
InvocationId?: string | null
[src]

The invocation ID.

§
OwnerInformation?: string | null
[src]

User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.

§
Parameters?: string | null
[src]

The parameters used at the time that the task ran.

§
StartTime?: Date | number | null
[src]

The time that the task started running on the target.

§

The task status for an invocation.

§
StatusDetails?: string | null
[src]

The details explaining the status. Details are only available for certain status values.

§
TaskExecutionId?: string | null
[src]

The task execution ID.

§

Retrieves the task type for a maintenance window.

§
WindowExecutionId?: string | null
[src]

The maintenance window execution ID.

§
WindowTargetId?: string | null
[src]

The maintenance window target ID.