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

DescribeAssociationRequest

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

§Properties

§
AssociationId?: string | null
[src]

The association ID for which you want information.

§
AssociationVersion?: string | null
[src]

Specify the association version to retrieve. To view the latest version, either specify $LATEST for this parameter, or omit this parameter. To view a list of all associations for a managed node, use "ListAssociations". To get a list of versions for a specific association, use "ListAssociationVersions".

§
InstanceId?: string | null
[src]

The managed node ID.

§
Name?: string | null
[src]

The name of the SSM document.