wami 0.10.0

Who Am I - Multicloud Identity, IAM, STS, and SSO operations library for Rust
Documentation
1
2
3
4
5
6
7
//! Reports Service Module
//!
//! Services for generating IAM reports and account summaries.

pub mod credential_report;

pub use credential_report::CredentialReportService;