Skip to content

FetchExecutionHistoryParams

Defined in: src/aws.ts:14

client: SFNClient;

Defined in: src/aws.ts:16

A caller-constructed SFN client (with the caller’s credentials/region).


executionArn: string;

Defined in: src/aws.ts:18

ARN of the execution whose history should be fetched.


optional maxResults?: number;

Defined in: src/aws.ts:20

Page size passed to GetExecutionHistory. Defaults to 1000 (the AWS max).