AWS SDK for AWS Identity and Access Management, enabling programmatic management of IAM users, roles, and policies.
# Cargo.toml
[dependencies]
aws-sdk-iam = "1.113.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Lists IAM users using the AWS SDK for Rust.
Add tokio as a dependency and use #[tokio::main] or another async runtime.
Enable the appropriate feature in Cargo.toml, e.g., aws-sdk-iam = { features = ["rustls"] }.No dependency data recorded yet.