amazonka-iam-1.3.2: Amazon Identity and Access Management SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.UpdateSAMLProvider

Contents

Description

Updates the metadata document for an existing SAML provider.

This operation requires Signature Version 4.

See: AWS API Reference for UpdateSAMLProvider.

Synopsis

Creating a Request

updateSAMLProvider Source

Creates a value of UpdateSAMLProvider with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

usamlpSAMLMetadataDocument :: Lens' UpdateSAMLProvider Text Source

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

usamlpSAMLProviderARN :: Lens' UpdateSAMLProvider Text Source

The Amazon Resource Name (ARN) of the SAML provider to update.

Destructuring the Response

updateSAMLProviderResponse Source

Creates a value of UpdateSAMLProviderResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

usamlprsSAMLProviderARN :: Lens' UpdateSAMLProviderResponse (Maybe Text) Source

The Amazon Resource Name (ARN) of the SAML provider that was updated.