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

DeregisterTargetFromMaintenanceWindowRequest

import type { DeregisterTargetFromMaintenanceWindowRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DeregisterTargetFromMaintenanceWindowRequest {
Safe?: boolean | null;
WindowId: string;
WindowTargetId: string;
}

§Properties

§
Safe?: boolean | null
[src]

The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and doesn't deregister the target from the maintenance window.

§
WindowId: string
[src]

The ID of the maintenance window the target should be removed from.

§
WindowTargetId: string
[src]

The ID of the target definition to remove.