wami 0.17.1

Who Am I - Multicloud Identity, IAM, STS, and SSO operations library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Service Credential Resource Module
//!
//! This module provides self-contained handling of IAM service-specific credential resources.

pub mod builder;
pub mod model;
// pub mod operations; // TODO: Fix ResourceType enum
pub mod requests;

pub use builder::build_service_credential;
pub use model::*;
pub use requests::*;