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 OpenID Connect (OIDC)-compatible identity provider in IAM. For more information about OIDC providers, see About web identity federation. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
Synopsis
- data UntagOpenIDConnectProvider = UntagOpenIDConnectProvider' {
- openIDConnectProviderArn :: Text
- tagKeys :: [Text]
- newUntagOpenIDConnectProvider :: Text -> UntagOpenIDConnectProvider
- untagOpenIDConnectProvider_openIDConnectProviderArn :: Lens' UntagOpenIDConnectProvider Text
- untagOpenIDConnectProvider_tagKeys :: Lens' UntagOpenIDConnectProvider [Text]
- data UntagOpenIDConnectProviderResponse = UntagOpenIDConnectProviderResponse' {
- newUntagOpenIDConnectProviderResponse :: UntagOpenIDConnectProviderResponse
Creating a Request
data UntagOpenIDConnectProvider Source #
See: newUntagOpenIDConnectProvider
smart constructor.
UntagOpenIDConnectProvider' | |
|
Instances
newUntagOpenIDConnectProvider Source #
Create a value of UntagOpenIDConnectProvider
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:openIDConnectProviderArn:UntagOpenIDConnectProvider'
, untagOpenIDConnectProvider_openIDConnectProviderArn
- The ARN of the OIDC 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:UntagOpenIDConnectProvider'
, untagOpenIDConnectProvider_tagKeys
- A list of key names as a simple array of strings. The tags with matching
keys are removed from the specified OIDC provider.
Request Lenses
untagOpenIDConnectProvider_openIDConnectProviderArn :: Lens' UntagOpenIDConnectProvider Text Source #
The ARN of the OIDC 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: _+=,.@-
untagOpenIDConnectProvider_tagKeys :: Lens' UntagOpenIDConnectProvider [Text] Source #
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified OIDC provider.
Destructuring the Response
data UntagOpenIDConnectProviderResponse Source #
See: newUntagOpenIDConnectProviderResponse
smart constructor.
Instances
newUntagOpenIDConnectProviderResponse :: UntagOpenIDConnectProviderResponse Source #
Create a value of UntagOpenIDConnectProviderResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.