| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.ResourceGroups.Untag
Description
Deletes specified tags from a specified resource.
- untag :: Text -> Untag
- data Untag
- uARN :: Lens' Untag Text
- uKeys :: Lens' Untag [Text]
- untagResponse :: Int -> UntagResponse
- data UntagResponse
- ursARN :: Lens' UntagResponse (Maybe Text)
- ursKeys :: Lens' UntagResponse [Text]
- ursResponseStatus :: Lens' UntagResponse Int
Creating a Request
See: untag smart constructor.
Instances
| Eq Untag Source # | |
| Data Untag Source # | |
| Read Untag Source # | |
| Show Untag Source # | |
| Generic Untag Source # | |
| Hashable Untag Source # | |
| ToJSON Untag Source # | |
| NFData Untag Source # | |
| AWSRequest Untag Source # | |
| ToHeaders Untag Source # | |
| ToPath Untag Source # | |
| ToQuery Untag Source # | |
| type Rep Untag Source # | |
| type Rs Untag Source # | |
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> UntagResponse |
Creates a value of UntagResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ursARN- The ARN of the resource from which tags have been removed.ursKeys- The keys of tags that have been removed.ursResponseStatus- -- | The response status code.
data UntagResponse Source #
See: untagResponse smart constructor.
Response Lenses
ursARN :: Lens' UntagResponse (Maybe Text) Source #
The ARN of the resource from which tags have been removed.
ursResponseStatus :: Lens' UntagResponse Int Source #
- - | The response status code.