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.RemoveTagsFromOnPremisesInstances

Contents

Description

Removes one or more tags from one or more on-premises instances.

See: AWS API Reference for RemoveTagsFromOnPremisesInstances.

Synopsis

Creating a Request

removeTagsFromOnPremisesInstances :: RemoveTagsFromOnPremisesInstances Source

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

Use one of the following lenses to modify other fields as desired:

Request Lenses

rtfopiTags :: Lens' RemoveTagsFromOnPremisesInstances [Tag] Source

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

rtfopiInstanceNames :: Lens' RemoveTagsFromOnPremisesInstances [Text] Source

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

Destructuring the Response