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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.UpdateSAMLProvider

Contents

Description

Updates the metadata document for an existing SAML provider.

This operation requires Signature Version 4.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateSAMLProvider.html

Synopsis

Request

Request constructor

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.

Response

Response constructor

updateSAMLProviderResponse :: UpdateSAMLProviderResponse Source

UpdateSAMLProviderResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

usamlprSAMLProviderArn :: Lens' UpdateSAMLProviderResponse (Maybe Text) Source

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