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.deno.dev/v0.3/services/ssm.ts?docs=full";
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]

An optional description for the update.

§
Name?: string | null
[src]

A name for the update.

§
OwnerInformation?: string | null
[src]

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

§
Replace?: boolean | null
[src]

If True, then all fields that are required by the "RegisterTargetWithMaintenanceWindow" operation are also required for this API request. Optional fields that aren't specified are set to null.

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

The targets to add or replace.

§
WindowId: string
[src]

The maintenance window ID with which to modify the target.

§
WindowTargetId: string
[src]

The target ID to modify.