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

StartAssociationsOnceRequest

import type { StartAssociationsOnceRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface StartAssociationsOnceRequest {
AssociationIds: string[];
}

§Properties

§
AssociationIds: string[]
[src]

The association IDs that you want to run immediately and only one time.