| 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.KeySpaces.UntagResource
Description
Removes the association of tags from a Amazon Keyspaces resource.
Synopsis
- data UntagResource = UntagResource' {
- resourceArn :: Text
- tags :: NonEmpty Tag
- newUntagResource :: Text -> NonEmpty Tag -> UntagResource
- untagResource_resourceArn :: Lens' UntagResource Text
- untagResource_tags :: Lens' UntagResource (NonEmpty Tag)
- data UntagResourceResponse = UntagResourceResponse' {
- httpStatus :: Int
- newUntagResourceResponse :: Int -> UntagResourceResponse
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
Creating a Request
data UntagResource Source #
See: newUntagResource smart constructor.
Constructors
| UntagResource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> NonEmpty Tag | |
| -> UntagResource |
Create a value of UntagResource 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:
UntagResource, untagResource_resourceArn - The Amazon Keyspaces resource that the tags will be removed from. This
value is an Amazon Resource Name (ARN).
$sel:tags:UntagResource', untagResource_tags - A list of existing tags to be removed from the Amazon Keyspaces
resource.
Request Lenses
untagResource_resourceArn :: Lens' UntagResource Text Source #
The Amazon Keyspaces resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
untagResource_tags :: Lens' UntagResource (NonEmpty Tag) Source #
A list of existing tags to be removed from the Amazon Keyspaces resource.
Destructuring the Response
data UntagResourceResponse Source #
See: newUntagResourceResponse smart constructor.
Constructors
| UntagResourceResponse' | |
Fields
| |
Instances
newUntagResourceResponse Source #
Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.
Response Lenses
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.