//! SSM Parameter Store model types for Rustack.
//!
//! This crate provides all SSM Parameter Store API types needed for the
//! Rustack SSM implementation. Types are hand-written since the SSM
//! `awsJson1_1` protocol makes serde derives trivial.
pub use ;
pub use SsmOperation;