stratosphere-fsx-1.0.0: Stratosphere integration for AWS FSx.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.FSx.Snapshot

Documentation

data Snapshot Source #

Instances

Instances details
ToJSON Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

Show Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

Eq Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

ToResourceProperties Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

Property "Name" Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

Associated Types

type PropertyType "Name" Snapshot 
Instance details

Defined in Stratosphere.FSx.Snapshot

Methods

set :: PropertyType "Name" Snapshot -> Snapshot -> Snapshot #

Property "Tags" Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

Associated Types

type PropertyType "Tags" Snapshot 
Instance details

Defined in Stratosphere.FSx.Snapshot

type PropertyType "Tags" Snapshot = [Tag]

Methods

set :: PropertyType "Tags" Snapshot -> Snapshot -> Snapshot #

Property "VolumeId" Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

Associated Types

type PropertyType "VolumeId" Snapshot 
Instance details

Defined in Stratosphere.FSx.Snapshot

type PropertyType "VolumeId" Snapshot = Value Text

Methods

set :: PropertyType "VolumeId" Snapshot -> Snapshot -> Snapshot #

type PropertyType "Name" Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

type PropertyType "Tags" Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

type PropertyType "Tags" Snapshot = [Tag]
type PropertyType "VolumeId" Snapshot Source # 
Instance details

Defined in Stratosphere.FSx.Snapshot

type PropertyType "VolumeId" Snapshot = Value Text