amazonka-codedeploy-1.1.0: Amazon CodeDeploy SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances

Contents

Description

Adds tags to on-premises instances.

See: AWS API Reference for AddTagsToOnPremisesInstances.

Synopsis

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:

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 nulls or empty strings. Value-only tags are not allowed.

attopiInstanceNames :: Lens' AddTagsToOnPremisesInstances [Text] Source

The names of the on-premises instances to add tags to.

Destructuring the Response

addTagsToOnPremisesInstancesResponse :: AddTagsToOnPremisesInstancesResponse Source

Creates a value of AddTagsToOnPremisesInstancesResponse with the minimum fields required to make a request.