/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
// internal APIs, may be unstable
pub use Credentials;
use Cow;
/// The name of the service used to sign this request
///
/// Generally, user code should never interact with `SigningService` directly
;