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

UpdateMaintenanceWindowTargetRequest

import type { UpdateMaintenanceWindowTargetRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface UpdateMaintenanceWindowTargetRequest {
Description?: string | null;
Name?: string | null;
OwnerInformation?: string | null;
Replace?: boolean | null;
Targets?: Target[] | null;
WindowId: string;
WindowTargetId: string;
}

§Properties

§
Description?: string | null
[src]
§
Name?: string | null
[src]
§
OwnerInformation?: string | null
[src]
§
Replace?: boolean | null
[src]
§
Targets?: Target[] | null
[src]
§
WindowId: string
[src]
§
WindowTargetId: string
[src]