module Stratosphere.FSx.FileSystem.OntapConfigurationProperty (
        module Exports, OntapConfigurationProperty(..),
        mkOntapConfigurationProperty
    ) 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 Stratosphere.ResourceProperties
import Stratosphere.Value
data OntapConfigurationProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html>
    OntapConfigurationProperty {OntapConfigurationProperty -> ()
haddock_workaround_ :: (),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-automaticbackupretentiondays>
                                OntapConfigurationProperty -> Maybe (Value Integer)
automaticBackupRetentionDays :: (Prelude.Maybe (Value Prelude.Integer)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-dailyautomaticbackupstarttime>
                                OntapConfigurationProperty -> Maybe (Value Text)
dailyAutomaticBackupStartTime :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-deploymenttype>
                                OntapConfigurationProperty -> Value Text
deploymentType :: (Value Prelude.Text),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-diskiopsconfiguration>
                                OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
diskIopsConfiguration :: (Prelude.Maybe DiskIopsConfigurationProperty),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-endpointipaddressrange>
                                OntapConfigurationProperty -> Maybe (Value Text)
endpointIpAddressRange :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-endpointipv6addressrange>
                                OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-fsxadminpassword>
                                OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-hapairs>
                                OntapConfigurationProperty -> Maybe (Value Integer)
hAPairs :: (Prelude.Maybe (Value Prelude.Integer)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-preferredsubnetid>
                                OntapConfigurationProperty -> Maybe (Value Text)
preferredSubnetId :: (Prelude.Maybe (Value Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-routetableids>
                                OntapConfigurationProperty -> Maybe (ValueList Text)
routeTableIds :: (Prelude.Maybe (ValueList Prelude.Text)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-throughputcapacity>
                                OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacity :: (Prelude.Maybe (Value Prelude.Integer)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-throughputcapacityperhapair>
                                OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: (Prelude.Maybe (Value Prelude.Integer)),
                                -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-ontapconfiguration.html#cfn-fsx-filesystem-ontapconfiguration-weeklymaintenancestarttime>
                                OntapConfigurationProperty -> Maybe (Value Text)
weeklyMaintenanceStartTime :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (OntapConfigurationProperty -> OntapConfigurationProperty -> Bool
(OntapConfigurationProperty -> OntapConfigurationProperty -> Bool)
-> (OntapConfigurationProperty
    -> OntapConfigurationProperty -> Bool)
-> Eq OntapConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: OntapConfigurationProperty -> OntapConfigurationProperty -> Bool
== :: OntapConfigurationProperty -> OntapConfigurationProperty -> Bool
$c/= :: OntapConfigurationProperty -> OntapConfigurationProperty -> Bool
/= :: OntapConfigurationProperty -> OntapConfigurationProperty -> Bool
Prelude.Eq, Int -> OntapConfigurationProperty -> ShowS
[OntapConfigurationProperty] -> ShowS
OntapConfigurationProperty -> String
(Int -> OntapConfigurationProperty -> ShowS)
-> (OntapConfigurationProperty -> String)
-> ([OntapConfigurationProperty] -> ShowS)
-> Show OntapConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> OntapConfigurationProperty -> ShowS
showsPrec :: Int -> OntapConfigurationProperty -> ShowS
$cshow :: OntapConfigurationProperty -> String
show :: OntapConfigurationProperty -> String
$cshowList :: [OntapConfigurationProperty] -> ShowS
showList :: [OntapConfigurationProperty] -> ShowS
Prelude.Show)
mkOntapConfigurationProperty ::
  Value Prelude.Text -> OntapConfigurationProperty
mkOntapConfigurationProperty :: Value Text -> OntapConfigurationProperty
mkOntapConfigurationProperty Value Text
deploymentType
  = OntapConfigurationProperty
      {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,
       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,
       fsxAdminPassword :: Maybe (Value Text)
fsxAdminPassword = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, hAPairs :: Maybe (Value Integer)
hAPairs = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       preferredSubnetId :: Maybe (Value Text)
preferredSubnetId = Maybe (Value Text)
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,
       throughputCapacityPerHAPair :: Maybe (Value Integer)
throughputCapacityPerHAPair = 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 OntapConfigurationProperty where
  toResourceProperties :: OntapConfigurationProperty -> ResourceProperties
toResourceProperties OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::FSx::FileSystem.OntapConfiguration",
         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 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 -> 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
"FsxAdminPassword" (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)
fsxAdminPassword,
                               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
"HAPairs" (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)
hAPairs,
                               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 -> 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 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
"ThroughputCapacityPerHAPair"
                                 (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)
throughputCapacityPerHAPair,
                               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 OntapConfigurationProperty where
  toJSON :: OntapConfigurationProperty -> Value
toJSON OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: 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 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 -> 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
"FsxAdminPassword" (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)
fsxAdminPassword,
                  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
"HAPairs" (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)
hAPairs,
                  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 -> 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 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
"ThroughputCapacityPerHAPair"
                    (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)
throughputCapacityPerHAPair,
                  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" OntapConfigurationProperty where
  type PropertyType "AutomaticBackupRetentionDays" OntapConfigurationProperty = Value Prelude.Integer
  set :: PropertyType
  "AutomaticBackupRetentionDays" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType
  "AutomaticBackupRetentionDays" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "DailyAutomaticBackupStartTime" OntapConfigurationProperty where
  type PropertyType "DailyAutomaticBackupStartTime" OntapConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "DailyAutomaticBackupStartTime" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType
  "DailyAutomaticBackupStartTime" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "DeploymentType" OntapConfigurationProperty where
  type PropertyType "DeploymentType" OntapConfigurationProperty = Value Prelude.Text
  set :: PropertyType "DeploymentType" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "DeploymentType" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty {deploymentType :: Value Text
deploymentType = PropertyType "DeploymentType" OntapConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "DiskIopsConfiguration" OntapConfigurationProperty where
  type PropertyType "DiskIopsConfiguration" OntapConfigurationProperty = DiskIopsConfigurationProperty
  set :: PropertyType "DiskIopsConfiguration" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "DiskIopsConfiguration" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
diskIopsConfiguration = DiskIopsConfigurationProperty
-> Maybe DiskIopsConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DiskIopsConfiguration" OntapConfigurationProperty
DiskIopsConfigurationProperty
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "EndpointIpAddressRange" OntapConfigurationProperty where
  type PropertyType "EndpointIpAddressRange" OntapConfigurationProperty = Value Prelude.Text
  set :: PropertyType "EndpointIpAddressRange" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "EndpointIpAddressRange" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "EndpointIpv6AddressRange" OntapConfigurationProperty where
  type PropertyType "EndpointIpv6AddressRange" OntapConfigurationProperty = Value Prelude.Text
  set :: PropertyType "EndpointIpv6AddressRange" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "EndpointIpv6AddressRange" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "FsxAdminPassword" OntapConfigurationProperty where
  type PropertyType "FsxAdminPassword" OntapConfigurationProperty = Value Prelude.Text
  set :: PropertyType "FsxAdminPassword" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "FsxAdminPassword" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {fsxAdminPassword :: Maybe (Value Text)
fsxAdminPassword = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FsxAdminPassword" OntapConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "HAPairs" OntapConfigurationProperty where
  type PropertyType "HAPairs" OntapConfigurationProperty = Value Prelude.Integer
  set :: PropertyType "HAPairs" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "HAPairs" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty {hAPairs :: Maybe (Value Integer)
hAPairs = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "HAPairs" OntapConfigurationProperty
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "PreferredSubnetId" OntapConfigurationProperty where
  type PropertyType "PreferredSubnetId" OntapConfigurationProperty = Value Prelude.Text
  set :: PropertyType "PreferredSubnetId" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "PreferredSubnetId" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "RouteTableIds" OntapConfigurationProperty where
  type PropertyType "RouteTableIds" OntapConfigurationProperty = ValueList Prelude.Text
  set :: PropertyType "RouteTableIds" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "RouteTableIds" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
ValueList Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "ThroughputCapacity" OntapConfigurationProperty where
  type PropertyType "ThroughputCapacity" OntapConfigurationProperty = Value Prelude.Integer
  set :: PropertyType "ThroughputCapacity" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType "ThroughputCapacity" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "ThroughputCapacityPerHAPair" OntapConfigurationProperty where
  type PropertyType "ThroughputCapacityPerHAPair" OntapConfigurationProperty = Value Prelude.Integer
  set :: PropertyType
  "ThroughputCapacityPerHAPair" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType
  "ThroughputCapacityPerHAPair" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {throughputCapacityPerHAPair :: Maybe (Value Integer)
throughputCapacityPerHAPair = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "ThroughputCapacityPerHAPair" OntapConfigurationProperty
Value Integer
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
instance Property "WeeklyMaintenanceStartTime" OntapConfigurationProperty where
  type PropertyType "WeeklyMaintenanceStartTime" OntapConfigurationProperty = Value Prelude.Text
  set :: PropertyType
  "WeeklyMaintenanceStartTime" OntapConfigurationProperty
-> OntapConfigurationProperty -> OntapConfigurationProperty
set PropertyType
  "WeeklyMaintenanceStartTime" OntapConfigurationProperty
newValue OntapConfigurationProperty {Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: OntapConfigurationProperty -> ()
automaticBackupRetentionDays :: OntapConfigurationProperty -> Maybe (Value Integer)
dailyAutomaticBackupStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
deploymentType :: OntapConfigurationProperty -> Value Text
diskIopsConfiguration :: OntapConfigurationProperty -> Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
endpointIpv6AddressRange :: OntapConfigurationProperty -> Maybe (Value Text)
fsxAdminPassword :: OntapConfigurationProperty -> Maybe (Value Text)
hAPairs :: OntapConfigurationProperty -> Maybe (Value Integer)
preferredSubnetId :: OntapConfigurationProperty -> Maybe (Value Text)
routeTableIds :: OntapConfigurationProperty -> Maybe (ValueList Text)
throughputCapacity :: OntapConfigurationProperty -> Maybe (Value Integer)
throughputCapacityPerHAPair :: OntapConfigurationProperty -> Maybe (Value Integer)
weeklyMaintenanceStartTime :: OntapConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
weeklyMaintenanceStartTime :: Maybe (Value Text)
..}
    = OntapConfigurationProperty
        {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" OntapConfigurationProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Integer)
Maybe (Value Text)
Maybe DiskIopsConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
haddock_workaround_ :: ()
automaticBackupRetentionDays :: Maybe (Value Integer)
dailyAutomaticBackupStartTime :: Maybe (Value Text)
deploymentType :: Value Text
diskIopsConfiguration :: Maybe DiskIopsConfigurationProperty
endpointIpAddressRange :: Maybe (Value Text)
endpointIpv6AddressRange :: Maybe (Value Text)
fsxAdminPassword :: Maybe (Value Text)
hAPairs :: Maybe (Value Integer)
preferredSubnetId :: Maybe (Value Text)
routeTableIds :: Maybe (ValueList Text)
throughputCapacity :: Maybe (Value Integer)
throughputCapacityPerHAPair :: Maybe (Value Integer)
..}