Expand description
EventBridge model types for Rustack.
This crate provides all EventBridge API types needed for the
Rustack Events implementation. Types are hand-written since the
awsJson1_1 protocol makes serde derives trivial.
Re-exports§
pub use error::EventsError;pub use error::EventsErrorCode;pub use operations::EventsOperation;
Modules§
- error
- EventBridge error types.
- input
- EventBridge input types for Phase 0 through Phase 3 operations.
- operations
- EventBridge operation enum.
- output
- EventBridge output types for Phase 0 through Phase 3 operations.
- types
- Shared EventBridge types used across input, output, and internal representations.
Macros§
- events_
error - Create an
EventsErrorfrom an error code.