aws-secrets 0.1.1

Retrieve AWS secrets and interact with Secrets Manager and SSM Parameter Store
Documentation
1
2
3
4
//! Library-specific type definitions

/// A `Result` alias where the `Err` case is `aws_secrets::Error`.
pub type Result<T> = std::result::Result<T, crate::Error>;