Skip to main content

fakecloud_cloudformation/
lib.rs

1pub mod extras;
2pub(crate) mod input_constraints;
3pub mod resource_provisioner;
4pub(crate) mod service;
5pub(crate) mod state;
6pub mod template;
7pub mod xml_responses;
8
9pub use service::{CloudControlOutcome, CloudFormationDeps, CloudFormationService};
10pub use state::{
11    CloudFormationSnapshot, SharedCloudFormationState, CLOUDFORMATION_SNAPSHOT_SCHEMA_VERSION,
12};