amazonka-core-0.0.6: src/Network/AWS/Signing.hs
{-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeFamilies #-}
-- Module : Network.AWS.Signing.Internal
-- Copyright : (c) 2013-2014 Brendan Hay <brendan.g.hay@gmail.com>
-- License : This Source Code Form is subject to the terms of
-- the Mozilla Public License, v. 2.0.
-- A copy of the MPL can be found in the LICENSE file or
-- you can obtain it at http://mozilla.org/MPL/2.0/.
-- Maintainer : Brendan Hay <brendan.g.hay@gmail.com>
-- Stability : experimental
-- Portability : non-portable (GHC extensions)
module Network.AWS.Signing
(
-- * Version 2
V2
-- * Version 3
, V3
-- * Version 4
, V4
-- * Signing functions
, sign
, presign
) where
import Network.AWS.Signing.Internal
import Network.AWS.Signing.Internal.V2
import Network.AWS.Signing.Internal.V3
import Network.AWS.Signing.Internal.V4