| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.IAM.DeleteSAMLProvider
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.
http://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteSAMLProvider.html
Request
data DeleteSAMLProvider Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DeleteSAMLProvider |
DeleteSAMLProvider constructor.
The fields accessible through corresponding lenses are:
Request lenses
dsamlpSAMLProviderArn :: Lens' DeleteSAMLProvider Text Source
The Amazon Resource Name (ARN) of the SAML provider to delete.