aws-smithy-runtime-api 0.56.0

Smithy runtime types.
Documentation
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

pub mod endpoint;

/// Smithy identity used by auth and signing.
pub mod identity;

pub mod interceptors;

pub mod orchestrator;

pub mod retries;

pub mod runtime_components;

pub mod runtime_plugin;

pub mod auth;

/// Smithy connectors and related code.
pub mod connectors;

pub mod ser_de;