//! CloudWatch Logs HTTP service layer for Rustack.
//!
//! This crate implements the `awsJson1_1` protocol for CloudWatch Logs, providing:
//!
//! - **Router**: Extracts the operation from `X-Amz-Target` header
//! - **Handler trait**: Defines the boundary between HTTP and business logic
//! - **Service**: Hyper `Service` implementation for the CloudWatch Logs protocol
//! - **Response helpers**: JSON success/error response formatting
pub use LogsResponseBody;
pub use ;
pub use ;