amazonka-autoscaling-0.3.3: Amazon Auto Scaling SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.AutoScaling.DeleteTags

Contents

Description

Synopsis

Request

Request constructor

deleteTags :: DeleteTags Source

DeleteTags constructor.

The fields accessible through corresponding lenses are:

Request lenses

dtTags :: Lens' DeleteTags [Tag] Source

Each tag should be defined by its resource type, resource ID, key, value, and a propagate flag. Valid values are: Resource type = auto-scaling-group, Resource ID = AutoScalingGroupName, key=value, value=value, propagate=true or false.

Response

Response constructor