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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeSnapshotAttribute

Contents

Description

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

For more information about Amazon EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide for Linux.

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

Synopsis

Request

Request constructor

Request lenses

dsaAttribute :: Lens' DescribeSnapshotAttribute SnapshotAttributeName Source

The snapshot attribute you would like to view.

dsaSnapshotId :: Lens' DescribeSnapshotAttribute Text Source

The ID of the Amazon EBS snapshot.

Response

Response constructor

Response lenses

dsarCreateVolumePermissions :: Lens' DescribeSnapshotAttributeResponse [CreateVolumePermission] Source

A list of permissions for creating volumes from the snapshot.