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

DescribeAssociationExecutionTargetsRequest

import type { DescribeAssociationExecutionTargetsRequest } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeAssociationExecutionTargetsRequest {
AssociationId: string;
ExecutionId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AssociationId: string
[src]

The association ID that includes the execution for which you want to view details.

§
ExecutionId: string
[src]

The execution ID for which you want to view details.

§

Filters for the request. You can specify the following filters and values.

Status (EQUAL)

ResourceId (EQUAL)

ResourceType (EQUAL)

§
MaxResults?: number | null
[src]

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

§
NextToken?: string | null
[src]

A token to start the list. Use this token to get the next set of results.