amazonka-codedeploy-0.3.6: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.AddTagsToOnPremisesInstances

Contents

Description

Synopsis

Request

Request constructor

addTagsToOnPremisesInstances :: AddTagsToOnPremisesInstances Source

AddTagsToOnPremisesInstances constructor.

The fields accessible through corresponding lenses are:

Request lenses

attopiInstanceNames :: Lens' AddTagsToOnPremisesInstances [Text] Source

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

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.

Response

Response constructor