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

DeleteAssociationRequest

import type { DeleteAssociationRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DeleteAssociationRequest {
AssociationId?: string | null;
InstanceId?: string | null;
Name?: string | null;
}

§Properties

§
AssociationId?: string | null
[src]

The association ID that you want to delete.

§
InstanceId?: string | null
[src]

The managed node ID.

Note: InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

§
Name?: string | null
[src]

The name of the SSM document.