| 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.AutoScaling.DeleteTags
Description
Deletes the specified tags.
Synopsis
Creating a Request
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:
dtTags- One or more tags.
data DeleteTags #
See: deleteTags smart constructor.
Instances
Request Lenses
dtTags :: Lens' DeleteTags [Tag] #
One or more tags.
Destructuring the Response
deleteTagsResponse :: DeleteTagsResponse #
Creates a value of DeleteTagsResponse with the minimum fields required to make a request.
data DeleteTagsResponse #
See: deleteTagsResponse smart constructor.