stratosphere-redshiftserverless-1.0.0: Stratosphere integration for AWS RedshiftServerless.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.RedshiftServerless.Snapshot

Documentation

data Snapshot Source #

Instances

Instances details
ToJSON Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

Show Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

Eq Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

ToResourceProperties Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

Property "NamespaceName" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

Associated Types

type PropertyType "NamespaceName" Snapshot 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "NamespaceName" Snapshot = Value Text

Methods

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

Property "RetentionPeriod" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

Associated Types

type PropertyType "RetentionPeriod" Snapshot 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "RetentionPeriod" Snapshot = Value Integer

Methods

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

Property "SnapshotName" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

Associated Types

type PropertyType "SnapshotName" Snapshot 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "SnapshotName" Snapshot = Value Text

Methods

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

Property "Tags" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

Associated Types

type PropertyType "Tags" Snapshot 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "Tags" Snapshot = [Tag]

Methods

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

type PropertyType "NamespaceName" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "NamespaceName" Snapshot = Value Text
type PropertyType "RetentionPeriod" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "RetentionPeriod" Snapshot = Value Integer
type PropertyType "SnapshotName" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "SnapshotName" Snapshot = Value Text
type PropertyType "Tags" Snapshot Source # 
Instance details

Defined in Stratosphere.RedshiftServerless.Snapshot

type PropertyType "Tags" Snapshot = [Tag]