//! IAM Client SDK //! //! Provides a client for interacting with the IAM service. pub mod client; pub use client::IamClient;