Skip to main content

Crate rustack_ssm_model

Crate rustack_ssm_model 

Source
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 SsmError from an error code.