//! Vista bridge for the AWS backend.
//!
//! Construct a `Vista` from a typed `Table<AwsAccount, E>` via
//! `AwsAccount::vista_factory().from_table(...)`. AWS is read-only at
//! this stage — the shell advertises only `can_count`. YAML-driven
//! construction is stubbed; see [`factory::AwsVistaFactory`].
pub use AwsVistaFactory;
pub use AwsTableShell;
pub use ;
use crateAwsAccount;