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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeregisterImage

Contents

Description

Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances.

This command does not delete the AMI.

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

Synopsis

Request

Request constructor

deregisterImage Source

Arguments

:: Text

diImageId

-> DeregisterImage 

DeregisterImage constructor.

The fields accessible through corresponding lenses are:

Request lenses

diImageId :: Lens' DeregisterImage Text Source

The ID of the AMI.

Response

Response constructor