Expand description
SSM Parameter Store model types for Rustack.
This crate provides all SSM Parameter Store API types needed for the
Rustack SSM implementation. Types are hand-written since the SSM
awsJson1_1 protocol makes serde derives trivial.
Re-exports§
pub use error::SsmError;pub use error::SsmErrorCode;pub use operations::SsmOperation;
Modules§
- error
- SSM error types.
- input
- SSM input types for Phase 0, Phase 1, and Phase 2 operations.
- operations
- SSM operation enum.
- output
- SSM output types for Phase 0, Phase 1, and Phase 2 operations.
- types
- Shared SSM types used across input, output, and internal representations.
Macros§
- ssm_
error - Create an
SsmErrorfrom an error code.