Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Represents information about the state of transitions between one stage and another stage.

Hierarchy

  • TransitionState

Properties

disabledReason?: string

The user-specified reason why the transition between two stages of a pipeline was disabled.

enabled?: boolean

Whether the transition between stages is enabled (true) or disabled (false).

lastChangedAt?: Date

The timestamp when the transition state was last changed.

lastChangedBy?: string

The ID of the user who last changed the transition state.