Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a SAML provider resource in IAM.
Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies. Any attempt to assume a role that references a non-existent provider resource ARN fails.
This operation requires Signature Version 4.
Creating a Request
data DeleteSAMLProvider Source #
See: newDeleteSAMLProvider
smart constructor.
DeleteSAMLProvider' | |
|
Instances
newDeleteSAMLProvider Source #
Create a value of DeleteSAMLProvider
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sAMLProviderArn:DeleteSAMLProvider'
, deleteSAMLProvider_sAMLProviderArn
- The Amazon Resource Name (ARN) of the SAML provider to delete.
Request Lenses
deleteSAMLProvider_sAMLProviderArn :: Lens' DeleteSAMLProvider Text Source #
The Amazon Resource Name (ARN) of the SAML provider to delete.
Destructuring the Response
data DeleteSAMLProviderResponse Source #
See: newDeleteSAMLProviderResponse
smart constructor.
Instances
newDeleteSAMLProviderResponse :: DeleteSAMLProviderResponse Source #
Create a value of DeleteSAMLProviderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.