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

ListAssociationVersionsResult

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

§Properties

§
AssociationVersions?: AssociationVersionInfo[] | null
[src]

Information about all versions of the association for the specified association ID.

§
NextToken?: string | null
[src]

The token for the next set of items to return. Use this token to get the next set of results.