Skip to main content

fakecloud_ssm/
lib.rs

1pub(crate) mod service;
2pub(crate) mod state;
3
4pub use service::SsmService;
5pub use state::{
6    ParameterPolicyEvent, SharedSsmState, SsmParameter, SsmSnapshot, SsmState,
7    SSM_SNAPSHOT_SCHEMA_VERSION,
8};