module Stratosphere.FSx.FileSystem.OpenZFSConfigurationProperty (
module Exports, OpenZFSConfigurationProperty(..),
mkOpenZFSConfigurationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.FSx.FileSystem.DiskIopsConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.FSx.FileSystem.ReadCacheConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.FSx.FileSystem.RootVolumeConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data OpenZFSConfigurationProperty
=
OpenZFSConfigurationProperty {OpenZFSConfigurationProperty -> ()
haddock_workaround_ :: (),
OpenZFSConfigurationProperty -> Maybe (Value Integer)
automaticBackupRetentionDays :: (Prelude.Maybe (Value Prelude.Integer)),
OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToBackups :: (Prelude.Maybe (Value Prelude.Bool)),
OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: (Prelude.Maybe (Value Prelude.Bool)),
OpenZFSConfigurationProperty -> Maybe (Value Text)
dailyAutomaticBackupStartTime :: (Prelude.Maybe (Value Prelude.Text)),
OpenZFSConfigurationProperty -> Value Text
deploymentType :: (Value Prelude.Text),
OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
diskIopsConfiguration :: (Prelude.Maybe DiskIopsConfigurationProperty),
OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpAddressRange :: (Prelude.Maybe (Value Prelude.Text)),
OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: (Prelude.Maybe (Value Prelude.Text)),
OpenZFSConfigurationProperty -> Maybe (ValueList Text)
options :: (Prelude.Maybe (ValueList Prelude.Text)),
OpenZFSConfigurationProperty -> Maybe (Value Text)
preferredSubnetId :: (Prelude.Maybe (Value Prelude.Text)),
OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
readCacheConfiguration :: (Prelude.Maybe ReadCacheConfigurationProperty),
OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
rootVolumeConfiguration :: (Prelude.Maybe RootVolumeConfigurationProperty),
OpenZFSConfigurationProperty -> Maybe (ValueList Text)
routeTableIds :: (Prelude.Maybe (ValueList Prelude.Text)),
OpenZFSConfigurationProperty -> Maybe (Value Integer)
throughputCapacity :: (Prelude.Maybe (Value Prelude.Integer)),
OpenZFSConfigurationProperty -> Maybe (Value Text)
weeklyMaintenanceStartTime :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> Bool
(OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> Bool)
-> (OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> Bool)
-> Eq OpenZFSConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> Bool
== :: OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> Bool
$c/= :: OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> Bool
/= :: OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> Bool
Prelude.Eq, Int -> OpenZFSConfigurationProperty -> ShowS
[OpenZFSConfigurationProperty] -> ShowS
OpenZFSConfigurationProperty -> String
(Int -> OpenZFSConfigurationProperty -> ShowS)
-> (OpenZFSConfigurationProperty -> String)
-> ([OpenZFSConfigurationProperty] -> ShowS)
-> Show OpenZFSConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> OpenZFSConfigurationProperty -> ShowS
showsPrec :: Int -> OpenZFSConfigurationProperty -> ShowS
$cshow :: OpenZFSConfigurationProperty -> String
show :: OpenZFSConfigurationProperty -> String
$cshowList :: [OpenZFSConfigurationProperty] -> ShowS
showList :: [OpenZFSConfigurationProperty] -> ShowS
Prelude.Show)
mkOpenZFSConfigurationProperty ::
Value Prelude.Text -> OpenZFSConfigurationProperty
mkOpenZFSConfigurationProperty :: Value Text -> OpenZFSConfigurationProperty
mkOpenZFSConfigurationProperty Value Text
deploymentType
= OpenZFSConfigurationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), deploymentType :: Value Text
deploymentType = Value Text
deploymentType,
automaticBackupRetentionDays :: Maybe (Value Integer)
automaticBackupRetentionDays = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToBackups = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
copyTagsToVolumes :: Maybe (Value Bool)
copyTagsToVolumes = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
dailyAutomaticBackupStartTime :: Maybe (Value Text)
dailyAutomaticBackupStartTime = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
diskIopsConfiguration = Maybe DiskIopsConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
endpointIpAddressRange :: Maybe (Value Text)
endpointIpAddressRange = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
endpointIpv6AddressRange :: Maybe (Value Text)
endpointIpv6AddressRange = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
options :: Maybe (ValueList Text)
options = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, preferredSubnetId :: Maybe (Value Text)
preferredSubnetId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
readCacheConfiguration = Maybe ReadCacheConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
rootVolumeConfiguration = Maybe RootVolumeConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
routeTableIds :: Maybe (ValueList Text)
routeTableIds = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
throughputCapacity :: Maybe (Value Integer)
throughputCapacity = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
weeklyMaintenanceStartTime :: Maybe (Value Text)
weeklyMaintenanceStartTime = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties OpenZFSConfigurationProperty where
toResourceProperties :: OpenZFSConfigurationProperty -> ResourceProperties
toResourceProperties OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::FSx::FileSystem.OpenZFSConfiguration",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"DeploymentType" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
deploymentType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutomaticBackupRetentionDays"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
automaticBackupRetentionDays,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CopyTagsToBackups" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
copyTagsToBackups,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CopyTagsToVolumes" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
copyTagsToVolumes,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DailyAutomaticBackupStartTime"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
dailyAutomaticBackupStartTime,
Key -> DiskIopsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DiskIopsConfiguration"
(DiskIopsConfigurationProperty -> (Key, Value))
-> Maybe DiskIopsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DiskIopsConfigurationProperty
diskIopsConfiguration,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndpointIpAddressRange"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endpointIpAddressRange,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndpointIpv6AddressRange"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endpointIpv6AddressRange,
Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Options" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
options,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PreferredSubnetId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
preferredSubnetId,
Key -> ReadCacheConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReadCacheConfiguration"
(ReadCacheConfigurationProperty -> (Key, Value))
-> Maybe ReadCacheConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ReadCacheConfigurationProperty
readCacheConfiguration,
Key -> RootVolumeConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RootVolumeConfiguration"
(RootVolumeConfigurationProperty -> (Key, Value))
-> Maybe RootVolumeConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RootVolumeConfigurationProperty
rootVolumeConfiguration,
Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RouteTableIds" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
routeTableIds,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ThroughputCapacity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
throughputCapacity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WeeklyMaintenanceStartTime"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
weeklyMaintenanceStartTime]))}
instance JSON.ToJSON OpenZFSConfigurationProperty where
toJSON :: OpenZFSConfigurationProperty -> Value
toJSON OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"DeploymentType" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
deploymentType]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutomaticBackupRetentionDays"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
automaticBackupRetentionDays,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CopyTagsToBackups" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
copyTagsToBackups,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CopyTagsToVolumes" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
copyTagsToVolumes,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DailyAutomaticBackupStartTime"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
dailyAutomaticBackupStartTime,
Key -> DiskIopsConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DiskIopsConfiguration"
(DiskIopsConfigurationProperty -> (Key, Value))
-> Maybe DiskIopsConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DiskIopsConfigurationProperty
diskIopsConfiguration,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndpointIpAddressRange"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endpointIpAddressRange,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EndpointIpv6AddressRange"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
endpointIpv6AddressRange,
Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Options" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
options,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PreferredSubnetId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
preferredSubnetId,
Key -> ReadCacheConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReadCacheConfiguration"
(ReadCacheConfigurationProperty -> (Key, Value))
-> Maybe ReadCacheConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ReadCacheConfigurationProperty
readCacheConfiguration,
Key -> RootVolumeConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RootVolumeConfiguration"
(RootVolumeConfigurationProperty -> (Key, Value))
-> Maybe RootVolumeConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RootVolumeConfigurationProperty
rootVolumeConfiguration,
Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RouteTableIds" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
routeTableIds,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ThroughputCapacity" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
throughputCapacity,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WeeklyMaintenanceStartTime"
(Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
weeklyMaintenanceStartTime])))
instance Property "AutomaticBackupRetentionDays" OpenZFSConfigurationProperty where
type PropertyType "AutomaticBackupRetentionDays" OpenZFSConfigurationProperty = Value Prelude.Integer
set :: PropertyType
"AutomaticBackupRetentionDays" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType
"AutomaticBackupRetentionDays" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{automaticBackupRetentionDays :: Maybe (Value Integer)
automaticBackupRetentionDays = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"AutomaticBackupRetentionDays" OpenZFSConfigurationProperty
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "CopyTagsToBackups" OpenZFSConfigurationProperty where
type PropertyType "CopyTagsToBackups" OpenZFSConfigurationProperty = Value Prelude.Bool
set :: PropertyType "CopyTagsToBackups" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "CopyTagsToBackups" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{copyTagsToBackups :: Maybe (Value Bool)
copyTagsToBackups = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CopyTagsToBackups" OpenZFSConfigurationProperty
Value Bool
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "CopyTagsToVolumes" OpenZFSConfigurationProperty where
type PropertyType "CopyTagsToVolumes" OpenZFSConfigurationProperty = Value Prelude.Bool
set :: PropertyType "CopyTagsToVolumes" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "CopyTagsToVolumes" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{copyTagsToVolumes :: Maybe (Value Bool)
copyTagsToVolumes = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CopyTagsToVolumes" OpenZFSConfigurationProperty
Value Bool
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "DailyAutomaticBackupStartTime" OpenZFSConfigurationProperty where
type PropertyType "DailyAutomaticBackupStartTime" OpenZFSConfigurationProperty = Value Prelude.Text
set :: PropertyType
"DailyAutomaticBackupStartTime" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType
"DailyAutomaticBackupStartTime" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{dailyAutomaticBackupStartTime :: Maybe (Value Text)
dailyAutomaticBackupStartTime = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"DailyAutomaticBackupStartTime" OpenZFSConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "DeploymentType" OpenZFSConfigurationProperty where
type PropertyType "DeploymentType" OpenZFSConfigurationProperty = Value Prelude.Text
set :: PropertyType "DeploymentType" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "DeploymentType" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty {deploymentType :: Value Text
deploymentType = PropertyType "DeploymentType" OpenZFSConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "DiskIopsConfiguration" OpenZFSConfigurationProperty where
type PropertyType "DiskIopsConfiguration" OpenZFSConfigurationProperty = DiskIopsConfigurationProperty
set :: PropertyType "DiskIopsConfiguration" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "DiskIopsConfiguration" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
diskIopsConfiguration = DiskIopsConfigurationProperty
-> Maybe DiskIopsConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DiskIopsConfiguration" OpenZFSConfigurationProperty
DiskIopsConfigurationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "EndpointIpAddressRange" OpenZFSConfigurationProperty where
type PropertyType "EndpointIpAddressRange" OpenZFSConfigurationProperty = Value Prelude.Text
set :: PropertyType "EndpointIpAddressRange" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "EndpointIpAddressRange" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{endpointIpAddressRange :: Maybe (Value Text)
endpointIpAddressRange = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EndpointIpAddressRange" OpenZFSConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "EndpointIpv6AddressRange" OpenZFSConfigurationProperty where
type PropertyType "EndpointIpv6AddressRange" OpenZFSConfigurationProperty = Value Prelude.Text
set :: PropertyType
"EndpointIpv6AddressRange" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType
"EndpointIpv6AddressRange" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{endpointIpv6AddressRange :: Maybe (Value Text)
endpointIpv6AddressRange = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"EndpointIpv6AddressRange" OpenZFSConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "Options" OpenZFSConfigurationProperty where
type PropertyType "Options" OpenZFSConfigurationProperty = ValueList Prelude.Text
set :: PropertyType "Options" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "Options" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{options :: Maybe (ValueList Text)
options = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Options" OpenZFSConfigurationProperty
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "PreferredSubnetId" OpenZFSConfigurationProperty where
type PropertyType "PreferredSubnetId" OpenZFSConfigurationProperty = Value Prelude.Text
set :: PropertyType "PreferredSubnetId" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "PreferredSubnetId" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{preferredSubnetId :: Maybe (Value Text)
preferredSubnetId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PreferredSubnetId" OpenZFSConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "ReadCacheConfiguration" OpenZFSConfigurationProperty where
type PropertyType "ReadCacheConfiguration" OpenZFSConfigurationProperty = ReadCacheConfigurationProperty
set :: PropertyType "ReadCacheConfiguration" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "ReadCacheConfiguration" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
readCacheConfiguration = ReadCacheConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ReadCacheConfiguration" OpenZFSConfigurationProperty
ReadCacheConfigurationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "RootVolumeConfiguration" OpenZFSConfigurationProperty where
type PropertyType "RootVolumeConfiguration" OpenZFSConfigurationProperty = RootVolumeConfigurationProperty
set :: PropertyType "RootVolumeConfiguration" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "RootVolumeConfiguration" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
rootVolumeConfiguration = RootVolumeConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RootVolumeConfiguration" OpenZFSConfigurationProperty
RootVolumeConfigurationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "RouteTableIds" OpenZFSConfigurationProperty where
type PropertyType "RouteTableIds" OpenZFSConfigurationProperty = ValueList Prelude.Text
set :: PropertyType "RouteTableIds" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "RouteTableIds" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{routeTableIds :: Maybe (ValueList Text)
routeTableIds = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RouteTableIds" OpenZFSConfigurationProperty
ValueList Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "ThroughputCapacity" OpenZFSConfigurationProperty where
type PropertyType "ThroughputCapacity" OpenZFSConfigurationProperty = Value Prelude.Integer
set :: PropertyType "ThroughputCapacity" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType "ThroughputCapacity" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{throughputCapacity :: Maybe (Value Integer)
throughputCapacity = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ThroughputCapacity" OpenZFSConfigurationProperty
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "WeeklyMaintenanceStartTime" OpenZFSConfigurationProperty where
type PropertyType "WeeklyMaintenanceStartTime" OpenZFSConfigurationProperty = Value Prelude.Text
set :: PropertyType
"WeeklyMaintenanceStartTime" OpenZFSConfigurationProperty
-> OpenZFSConfigurationProperty -> OpenZFSConfigurationProperty
set PropertyType
"WeeklyMaintenanceStartTime" OpenZFSConfigurationProperty
newValue OpenZFSConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: OpenZFSConfigurationProperty -> ()
automaticBackupRetentionDays :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
copyTagsToBackups :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
copyTagsToVolumes :: OpenZFSConfigurationProperty -> Maybe (Value Bool)
dailyAutomaticBackupStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
deploymentType :: OpenZFSConfigurationProperty -> Value Text
diskIopsConfiguration :: OpenZFSConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OpenZFSConfigurationProperty -> Maybe (Value Text)
options :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
preferredSubnetId :: OpenZFSConfigurationProperty -> Maybe (Value Text)
readCacheConfiguration :: OpenZFSConfigurationProperty
-> Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: OpenZFSConfigurationProperty
-> Maybe RootVolumeConfigurationProperty
routeTableIds :: OpenZFSConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OpenZFSConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OpenZFSConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
= OpenZFSConfigurationProperty
{weeklyMaintenanceStartTime :: Maybe (Value Text)
weeklyMaintenanceStartTime = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"WeeklyMaintenanceStartTime" OpenZFSConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
Maybe ReadCacheConfigurationProperty
Maybe RootVolumeConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
copyTagsToBackups :: Maybe (Value Bool)
copyTagsToVolumes :: Maybe (Value Bool)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
options :: Maybe (ValueList Text)
preferredSubnetId :: Maybe (Value Text)
readCacheConfiguration :: Maybe ReadCacheConfigurationProperty
rootVolumeConfiguration :: Maybe RootVolumeConfigurationProperty
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
..}