| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IAM.DeleteSAMLProvider
Description
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.
Constructors
| DeleteSAMLProvider' | |
Fields
| |
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.
Constructors
| DeleteSAMLProviderResponse' | |
Instances
newDeleteSAMLProviderResponse :: DeleteSAMLProviderResponse Source #
Create a value of DeleteSAMLProviderResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.