Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.StorageGateway.RemoveTagsFromResource
Description
Removes one or more tags from the specified resource.
- removeTagsFromResource :: Text -> RemoveTagsFromResource
- data RemoveTagsFromResource
- rtfrResourceARN :: Lens' RemoveTagsFromResource Text
- rtfrTagKeys :: Lens' RemoveTagsFromResource [Text]
- removeTagsFromResourceResponse :: Int -> RemoveTagsFromResourceResponse
- data RemoveTagsFromResourceResponse
- rtfrrsResourceARN :: Lens' RemoveTagsFromResourceResponse (Maybe Text)
- rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int
Creating a Request
Arguments
:: Text | |
-> RemoveTagsFromResource |
Creates a value of RemoveTagsFromResource
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtfrResourceARN
- The Amazon Resource Name (ARN) of the resource you want to remove the tags from.rtfrTagKeys
- The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.
data RemoveTagsFromResource #
RemoveTagsFromResourceInput
See: removeTagsFromResource
smart constructor.
Instances
Request Lenses
rtfrResourceARN :: Lens' RemoveTagsFromResource Text #
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
rtfrTagKeys :: Lens' RemoveTagsFromResource [Text] #
The keys of the tags you want to remove from the specified resource. A tag is composed of a key/value pair.
Destructuring the Response
removeTagsFromResourceResponse #
Arguments
:: Int | |
-> RemoveTagsFromResourceResponse |
Creates a value of RemoveTagsFromResourceResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rtfrrsResourceARN
- The Amazon Resource Name (ARN) of the resource that the tags were removed from.rtfrrsResponseStatus
- -- | The response status code.
data RemoveTagsFromResourceResponse #
RemoveTagsFromResourceOutput
See: removeTagsFromResourceResponse
smart constructor.
Response Lenses
rtfrrsResourceARN :: Lens' RemoveTagsFromResourceResponse (Maybe Text) #
The Amazon Resource Name (ARN) of the resource that the tags were removed from.
rtfrrsResponseStatus :: Lens' RemoveTagsFromResourceResponse Int #
- - | The response status code.