fakecloud-elasticache 0.30.1

Amazon ElastiCache implementation for FakeCloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cfn_provision;
pub mod runtime;
pub(crate) mod service;
pub(crate) mod state;

pub use service::ElastiCacheService;
pub use state::{
    CacheCluster, CacheParameterGroup, CacheSecurityGroup, CacheSubnetGroup, ElastiCacheSnapshot,
    ElastiCacheState, ElastiCacheUser, ElastiCacheUserGroup, ReplicationGroup, ServerlessCache,
    ServiceUpdate, SharedElastiCacheState, UpdateAction, ELASTICACHE_SNAPSHOT_SCHEMA_VERSION,
};