amazonka-codedeploy-0.3.4: Amazon CodeDeploy SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeDeploy.RemoveTagsFromOnPremisesInstances

Contents

Description

Synopsis

Request

Request constructor

Request lenses

rtfopiInstanceNames :: Lens' RemoveTagsFromOnPremisesInstances [Text] Source

The names of the on-premises instances to remove tags from.

rtfopiTags :: Lens' RemoveTagsFromOnPremisesInstances [Tag] Source

The tag key-value pairs to remove from the on-premises instances.

Response

Response constructor