| Copyright | (c) 2013-2015 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.AutoScaling.DeleteTags
Description
Deletes the specified tags.
See: AWS API Reference for DeleteTags.
Creating a Request
deleteTags :: DeleteTags Source
Creates a value of DeleteTags with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteTags Source
See: deleteTags smart constructor.
Instances
Request Lenses
dtTags :: Lens' DeleteTags [Tag] Source
Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. Valid values are: Resource type = auto-scaling-group, Resource ID = AutoScalingGroupName, key=value, value=value, propagate=true or false.
Destructuring the Response
deleteTagsResponse :: DeleteTagsResponse Source
Creates a value of DeleteTagsResponse with the minimum fields required to make a request.
data DeleteTagsResponse Source
See: deleteTagsResponse smart constructor.