amazonka-ec2-0.0.3: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeletePlacementGroup

Contents

Description

Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see ClusterInstances in the Amazon Elastic Compute Cloud User Guide.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DeletePlacementGroup.html

Synopsis

Request

Request constructor

deletePlacementGroup Source

DeletePlacementGroup constructor.

The fields accessible through corresponding lenses are:

Request lenses

dpgGroupName :: Lens' DeletePlacementGroup Text Source

The name of the placement group.

Response

Response constructor