- Navigation Guide
@aws-sdk/client-sfn
ListStateMachineVersionsCommandOutput Interface
The output of ListStateMachineVersionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
stateMachineVersions Required | StateMachineVersionListItem[] | undefined | Versions for the state machine. |
nextToken | string | undefined | If |
Full Signature
export interface ListStateMachineVersionsCommandOutput extends ListStateMachineVersionsOutput, MetadataBearer