aws_smithy_runtime/client/
auth.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6pub mod no_auth;
7
8#[cfg(feature = "http-auth")]
9pub mod http;