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

UpdateMaintenanceWindowTargetResult

import type { UpdateMaintenanceWindowTargetResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface UpdateMaintenanceWindowTargetResult {
Description?: string | null;
Name?: string | null;
OwnerInformation?: string | null;
Targets?: Target[] | null;
WindowId?: string | null;
WindowTargetId?: string | null;
}

§Properties

§
Description?: string | null
[src]

The updated description.

§
Name?: string | null
[src]

The updated name.

§
OwnerInformation?: string | null
[src]

The updated owner.

§
Targets?: Target[] | null
[src]

The updated targets.

§
WindowId?: string | null
[src]

The maintenance window ID specified in the update request.

§
WindowTargetId?: string | null
[src]

The target ID specified in the update request.