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

AssociationExecutionTarget

import type { AssociationExecutionTarget } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface AssociationExecutionTarget {
AssociationId?: string | null;
AssociationVersion?: string | null;
DetailedStatus?: string | null;
ExecutionId?: string | null;
LastExecutionDate?: Date | number | null;
OutputSource?: OutputSource | null;
ResourceId?: string | null;
ResourceType?: string | null;
Status?: string | null;
}

§Properties

§
AssociationId?: string | null
[src]
§
AssociationVersion?: string | null
[src]
§
DetailedStatus?: string | null
[src]
§
ExecutionId?: string | null
[src]
§
LastExecutionDate?: Date | number | null
[src]
§
OutputSource?: OutputSource | null
[src]
§
ResourceId?: string | null
[src]
§
ResourceType?: string | null
[src]
§
Status?: string | null
[src]