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 |
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.
UntagSAMLProvider' | |
|
Instances
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.
Instances
Eq UntagSAMLProviderResponse Source # | |
Defined in Amazonka.IAM.UntagSAMLProvider | |
Read UntagSAMLProviderResponse Source # | |
Show UntagSAMLProviderResponse Source # | |
Defined in Amazonka.IAM.UntagSAMLProvider showsPrec :: Int -> UntagSAMLProviderResponse -> ShowS # show :: UntagSAMLProviderResponse -> String # showList :: [UntagSAMLProviderResponse] -> ShowS # | |
Generic UntagSAMLProviderResponse Source # | |
Defined in Amazonka.IAM.UntagSAMLProvider type Rep UntagSAMLProviderResponse :: Type -> Type # | |
NFData UntagSAMLProviderResponse Source # | |
Defined in Amazonka.IAM.UntagSAMLProvider rnf :: UntagSAMLProviderResponse -> () # | |
type Rep UntagSAMLProviderResponse Source # | |
newUntagSAMLProviderResponse :: UntagSAMLProviderResponse Source #
Create a value of UntagSAMLProviderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.