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 |
Creates or updates tags for the specified Auto Scaling group.
When you specify a tag with a key that already exists, the operation overwrites the previous tag definition, and you do not get an error message.
For more information, see Tagging Auto Scaling Groups and Instances in the Auto Scaling User Guide .
Creating a Request
createOrUpdateTags :: CreateOrUpdateTags Source #
Creates a value of CreateOrUpdateTags
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
coutTags
- One or more tags.
data CreateOrUpdateTags Source #
Contains the parameters for CreateOrUpdateTags.
See: createOrUpdateTags
smart constructor.
Request Lenses
Destructuring the Response
createOrUpdateTagsResponse :: CreateOrUpdateTagsResponse Source #
Creates a value of CreateOrUpdateTagsResponse
with the minimum fields required to make a request.
data CreateOrUpdateTagsResponse Source #
See: createOrUpdateTagsResponse
smart constructor.