| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.EC2.ResetSnapshotAttribute
Description
Resets permission settings for the specified snapshot. For more information on modifying snapshot permissions, see Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide.
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ResetSnapshotAttribute.html
- data ResetSnapshotAttribute
- resetSnapshotAttribute :: Text -> Text -> ResetSnapshotAttribute
- rsaAttribute :: Lens' ResetSnapshotAttribute Text
- rsaDryRun :: Lens' ResetSnapshotAttribute (Maybe Bool)
- rsaSnapshotId :: Lens' ResetSnapshotAttribute Text
- data ResetSnapshotAttributeResponse
- resetSnapshotAttributeResponse :: ResetSnapshotAttributeResponse
Request
data ResetSnapshotAttribute Source
Instances
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> ResetSnapshotAttribute |
ResetSnapshotAttribute constructor.
The fields accessible through corresponding lenses are:
rsaAttribute::TextrsaDryRun::MaybeBoolrsaSnapshotId::Text
Request lenses
rsaAttribute :: Lens' ResetSnapshotAttribute Text Source
The attribute to reset (currently only the attribute for permission to create volumes can be reset).
rsaSnapshotId :: Lens' ResetSnapshotAttribute Text Source
The ID of the snapshot.