aws_sdk_sso/primitives.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_smithy_types::Blob;
3pub use ::aws_smithy_types::DateTime;
4 pub use ::aws_smithy_types::date_time::Format as DateTimeFormat;
5
6/// Event stream related primitives such as `Message` or `Header`.
7pub mod event_stream;
8