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 IAM server certificate. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
For certificates in a Region supported by Certificate Manager (ACM), we recommend that you don't use IAM server certificates. Instead, use ACM to provision, manage, and deploy your server certificates. For more information about IAM server certificates, Working with server certificates in the IAM User Guide.
Synopsis
- data UntagServerCertificate = UntagServerCertificate' {
- serverCertificateName :: Text
- tagKeys :: [Text]
- newUntagServerCertificate :: Text -> UntagServerCertificate
- untagServerCertificate_serverCertificateName :: Lens' UntagServerCertificate Text
- untagServerCertificate_tagKeys :: Lens' UntagServerCertificate [Text]
- data UntagServerCertificateResponse = UntagServerCertificateResponse' {
- newUntagServerCertificateResponse :: UntagServerCertificateResponse
Creating a Request
data UntagServerCertificate Source #
See: newUntagServerCertificate
smart constructor.
UntagServerCertificate' | |
|
Instances
newUntagServerCertificate Source #
Create a value of UntagServerCertificate
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:serverCertificateName:UntagServerCertificate'
, untagServerCertificate_serverCertificateName
- The name of the IAM server certificate 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:UntagServerCertificate'
, untagServerCertificate_tagKeys
- A list of key names as a simple array of strings. The tags with matching
keys are removed from the specified IAM server certificate.
Request Lenses
untagServerCertificate_serverCertificateName :: Lens' UntagServerCertificate Text Source #
The name of the IAM server certificate 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: _+=,.@-
untagServerCertificate_tagKeys :: Lens' UntagServerCertificate [Text] Source #
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified IAM server certificate.
Destructuring the Response
data UntagServerCertificateResponse Source #
See: newUntagServerCertificateResponse
smart constructor.
Instances
newUntagServerCertificateResponse :: UntagServerCertificateResponse Source #
Create a value of UntagServerCertificateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.