MaintenanceWindowExecutionTaskInvocationIdentity
import type { MaintenanceWindowExecutionTaskInvocationIdentity } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface MaintenanceWindowExecutionTaskInvocationIdentity {
EndTime?: Date | number | null;
ExecutionId?: string | null;
InvocationId?: string | null;
OwnerInformation?: string | null;
Parameters?: string | null;
StartTime?: Date | number | null;
Status?: MaintenanceWindowExecutionStatus | null;
StatusDetails?: string | null;
TaskExecutionId?: string | null;
TaskType?: MaintenanceWindowTaskType | null;
WindowExecutionId?: string | null;
WindowTargetId?: string | null;
}§Properties
§
Status?: MaintenanceWindowExecutionStatus | null
[src]§
TaskType?: MaintenanceWindowTaskType | null
[src]