Re-exports§
pub use state::Activity;pub use state::AliasRoute;pub use state::StateMachine;pub use state::StateMachineAlias;pub use state::StateMachineStatus;pub use state::StateMachineType;pub use state::StateMachineVersion;pub use state::StepFunctionsSnapshot;pub use state::StepFunctionsState;pub use state::TaskTokenState;pub use state::STEPFUNCTIONS_SNAPSHOT_SCHEMA_VERSION;
Modules§
- choice
- error_
handling - interpreter
- intrinsics
- Amazon States Language intrinsic functions.
- io_
processing - state
Structs§
Functions§
- start_
execution_ from_ delivery - Start a Step Functions execution from a cross-service delivery (e.g. EventBridge).
Type Aliases§
- Shared
Service Registry - Handle to the central service registry, set by
main.rsafter every service has been registered. Wrapped inOnceLocksoStepFunctionsServicecan be constructed (and registered into the very registry it later reads back) before the registry itself is finalized. The interpreter snapshots the innerArcwhen it needs to dispatch genericaws-sdk:*Task integrations.