packages feed

amazonka-sts 0.0.4 → 0.0.5

raw patch · 10 files changed

+20/−2 lines, 10 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

README.md view
@@ -26,3 +26,5 @@ ## Licence  `amazonka-sts` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).++Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.
amazonka-sts.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-sts-version:               0.0.4+version:               0.0.5 synopsis:              Amazon Security Token Service SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -46,5 +46,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.4.*+          amazonka-core == 0.0.5.*         , base          >= 4.7     && < 5
gen/Network/AWS/STS.hs view
@@ -7,6 +7,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | The AWS Security Token Service (STS) is a web service that enables you to -- request temporary, limited-privilege credentials for AWS Identity and Access
gen/Network/AWS/STS/AssumeRole.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns a set of temporary security credentials (consisting of an access key -- ID, a secret access key, and a security token) that you can use to access AWS
gen/Network/AWS/STS/AssumeRoleWithSAML.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns a set of temporary security credentials for users who have been -- authenticated via a SAML authentication response. This operation provides a
gen/Network/AWS/STS/AssumeRoleWithWebIdentity.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns a set of temporary security credentials for users who have been -- authenticated in a mobile or web application with a web identity provider,
gen/Network/AWS/STS/DecodeAuthorizationMessage.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Decodes additional information about the authorization status of a request -- from an encoded message returned in response to an AWS request.
gen/Network/AWS/STS/GetFederationToken.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns a set of temporary security credentials (consisting of an access key -- ID, a secret access key, and a security token) for a federated user. A
gen/Network/AWS/STS/GetSessionToken.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns a set of temporary credentials for an AWS account or IAM user. The -- credentials consist of an access key ID, a secret access key, and a security
gen/Network/AWS/STS/Types.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  module Network.AWS.STS.Types     (