Crate aws_smithy_types[][src]

Expand description

Protocol-agnostic types for smithy-rs.

Re-exports

pub use crate::date_time::DateTime;
pub use error::Error;

Modules

A correct, small, but not especially fast base64 implementation

DateTime type for representing Smithy timestamps.

Generic errors for Smithy codegen

Utilities for formatting and parsing primitives

This module defines types that describe when to retry given a response.

This module defines types that describe timeouts for the various stages of an HTTP request.

Structs

Binary Blob Type

Enums

Document Type

A number type that implements Javascript / JSON semantics, modeled on serde_json: https://docs.serde.rs/src/serde_json/number.rs.html#20-22