Loading aws/rust-runtime/aws-auth/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ pub mod provider; use smithy_http::property_bag::PropertyBag; Loading aws/rust-runtime/aws-endpoint/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ use std::error::Error; use std::fmt; use std::fmt::{Debug, Display, Formatter}; Loading aws/rust-runtime/aws-http/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ pub mod user_agent; use smithy_http::result::SdkError; Loading aws/rust-runtime/aws-hyper/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ pub mod conn; mod retry; #[cfg(feature = "test-util")] Loading aws/rust-runtime/aws-sig-auth/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ //! AWS Signature Authentication Package //! //! In the future, additional signature algorithms can be enabled as Cargo Features. Loading Loading
aws/rust-runtime/aws-auth/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ pub mod provider; use smithy_http::property_bag::PropertyBag; Loading
aws/rust-runtime/aws-endpoint/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ use std::error::Error; use std::fmt; use std::fmt::{Debug, Display, Formatter}; Loading
aws/rust-runtime/aws-http/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ pub mod user_agent; use smithy_http::result::SdkError; Loading
aws/rust-runtime/aws-hyper/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ pub mod conn; mod retry; #[cfg(feature = "test-util")] Loading
aws/rust-runtime/aws-sig-auth/src/lib.rs +5 −0 Original line number Diff line number Diff line /* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ //! AWS Signature Authentication Package //! //! In the future, additional signature algorithms can be enabled as Cargo Features. Loading