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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeImageAttribute

Contents

Description

Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.

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

Synopsis

Request

Request constructor

Request lenses

dia1ImageId :: Lens' DescribeImageAttribute Text Source

The ID of the AMI.

Response

Response constructor

Response lenses

diarBlockDeviceMappings :: Lens' DescribeImageAttributeResponse [BlockDeviceMapping] Source

One or more block device mapping entries.

diarImageId :: Lens' DescribeImageAttributeResponse (Maybe Text) Source

The ID of the AMI.