seamless-glance 1.0.0

Fast, read-only AWS TUI for cloud infrastructure visibility and triage
pub mod account_overview;
pub mod apigatway;
pub mod cloudwatch;
pub mod cost;
pub mod describable;
pub mod ec2;
pub mod ecs;
pub mod elb;
pub mod finding;
pub mod lambda;
pub mod rds;
pub mod secrets;
pub mod security_group;
pub mod service_status;
pub mod sqs;
pub mod target_group;
pub mod vpc;

pub use account_overview::*;
pub use cost::{
    BudgetInfo, CostSavingsOpportunity, SavingsRoute, ServiceCostInsight, UsageTypeCost,
};
pub use ecs::*;