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

CreateAssociationBatchResult

import type { CreateAssociationBatchResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface CreateAssociationBatchResult {
Failed?: FailedCreateAssociation[] | null;
Successful?: AssociationDescription[] | null;
}

§Properties

§

Information about the associations that failed.

§
Successful?: AssociationDescription[] | null
[src]

Information about the associations that succeeded.