@aws-sdk/client-ssm

DeleteAssociationCommandInput Interface

Members

Name
Type
Details
AssociationId string | undefined

The association ID that you want to delete.

InstanceId string | undefined

The managed node ID.

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 | undefined

The name of the SSM document.

Full Signature

export interface DeleteAssociationCommandInput extends DeleteAssociationRequest