| 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.CodeDeploy.AddTagsToOnPremisesInstances
Description
Adds tags to on-premises instances.
- addTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances
- data AddTagsToOnPremisesInstances
- attopiTags :: Lens' AddTagsToOnPremisesInstances [Tag]
- attopiInstanceNames :: Lens' AddTagsToOnPremisesInstances [Text]
- addTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse
- data AddTagsToOnPremisesInstancesResponse
Creating a Request
addTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances Source #
Creates a value of AddTagsToOnPremisesInstances with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
attopiTags- The tag key-value pairs to add to the on-premises instances. Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.attopiInstanceNames- The names of the on-premises instances to which to add tags.
data AddTagsToOnPremisesInstances Source #
Represents the input of, and adds tags to, an on-premises instance operation.
See: addTagsToOnPremisesInstances smart constructor.
Instances
Request Lenses
attopiTags :: Lens' AddTagsToOnPremisesInstances [Tag] Source #
The tag key-value pairs to add to the on-premises instances. Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
attopiInstanceNames :: Lens' AddTagsToOnPremisesInstances [Text] Source #
The names of the on-premises instances to which to add tags.
Destructuring the Response
addTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse Source #
Creates a value of AddTagsToOnPremisesInstancesResponse with the minimum fields required to make a request.
data AddTagsToOnPremisesInstancesResponse Source #
See: addTagsToOnPremisesInstancesResponse smart constructor.
Instances