amazonka-iam-1.3.4: 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.DeleteSAMLProvider

Contents

Description

Deletes a SAML provider.

Deleting the provider does not update any roles that reference the SAML provider as a principal in their trust policies. Any attempt to assume a role that references a SAML provider that has been deleted will fail.

This operation requires Signature Version 4.

See: AWS API Reference for DeleteSAMLProvider.

Synopsis

Creating a Request

deleteSAMLProvider Source

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

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

Request Lenses

dsamlpSAMLProviderARN :: Lens' DeleteSAMLProvider Text Source

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

Destructuring the Response

deleteSAMLProviderResponse :: DeleteSAMLProviderResponse Source

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