amazonka-ec2-0.3.5: 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

dpgDryRun :: Lens' DeletePlacementGroup (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

dpgGroupName :: Lens' DeletePlacementGroup Text Source

The name of the placement group.

Response

Response constructor