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 |
Amazonka.IAM.UntagSAMLProvider
Description
Removes the specified tags from the specified Security Assertion Markup Language (SAML) identity provider in IAM. For more information about these providers, see About web identity federation. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Synopsis
- data UntagSAMLProvider = UntagSAMLProvider' {
- sAMLProviderArn :: Text
- tagKeys :: [Text]
- newUntagSAMLProvider :: Text -> UntagSAMLProvider
- untagSAMLProvider_sAMLProviderArn :: Lens' UntagSAMLProvider Text
- untagSAMLProvider_tagKeys :: Lens' UntagSAMLProvider [Text]
- data UntagSAMLProviderResponse = UntagSAMLProviderResponse' {
- newUntagSAMLProviderResponse :: UntagSAMLProviderResponse
Creating a Request
data UntagSAMLProvider Source #
See: newUntagSAMLProvider
smart constructor.
Constructors
UntagSAMLProvider' | |
Fields
|
Instances
Arguments
:: Text | |
-> UntagSAMLProvider |
Create a value of UntagSAMLProvider
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:UntagSAMLProvider'
, untagSAMLProvider_sAMLProviderArn
- The ARN of the SAML identity provider in IAM from which you want to
remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
$sel:tagKeys:UntagSAMLProvider'
, untagSAMLProvider_tagKeys
- A list of key names as a simple array of strings. The tags with matching
keys are removed from the specified SAML identity provider.
Request Lenses
untagSAMLProvider_sAMLProviderArn :: Lens' UntagSAMLProvider Text Source #
The ARN of the SAML identity provider in IAM from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
untagSAMLProvider_tagKeys :: Lens' UntagSAMLProvider [Text] Source #
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified SAML identity provider.
Destructuring the Response
data UntagSAMLProviderResponse Source #
See: newUntagSAMLProviderResponse
smart constructor.
Constructors
UntagSAMLProviderResponse' | |
Instances
newUntagSAMLProviderResponse :: UntagSAMLProviderResponse Source #
Create a value of UntagSAMLProviderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.