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
//! Server Certificate Resource Module
//!
//! This module provides self-contained handling of IAM server certificate resources.

pub mod builder;
pub mod model;
// pub mod operations; // TODO: Fix model ref
pub mod requests;

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