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

DescribeEffectiveInstanceAssociationsResult

import type { DescribeEffectiveInstanceAssociationsResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeEffectiveInstanceAssociationsResult {
Associations?: InstanceAssociation[] | null;
NextToken?: string | null;
}

§Properties

§
Associations?: InstanceAssociation[] | null
[src]

The associations for the requested managed node.

§
NextToken?: string | null
[src]

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.