fakecloud-acm 0.39.0

AWS Certificate Manager (ACM) implementation for FakeCloud
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod service;
pub(crate) mod state;

pub use service::AcmService;
pub use state::{
    AccountConfig, AccountState, AcmAccounts, AcmSnapshot, CertificateOptions, DomainValidation,
    RenewalSummary, SharedAcmState, StoredCertificate, ACM_SNAPSHOT_SCHEMA_VERSION,
};