module Stratosphere.EC2.SpotFleet.SpotFleetRequestConfigDataProperty (
module Exports, SpotFleetRequestConfigDataProperty(..),
mkSpotFleetRequestConfigDataProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EC2.SpotFleet.LaunchTemplateConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.SpotFleet.LoadBalancersConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.SpotFleet.SpotFleetLaunchSpecificationProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.SpotFleet.SpotFleetTagSpecificationProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.SpotFleet.SpotMaintenanceStrategiesProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data SpotFleetRequestConfigDataProperty
=
SpotFleetRequestConfigDataProperty {SpotFleetRequestConfigDataProperty -> ()
haddock_workaround_ :: (),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
allocationStrategy :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Value Text
iamFleetRole :: (Value Prelude.Text),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instanceInterruptionBehavior :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
instancePoolsToUseCount :: (Prelude.Maybe (Value Prelude.Integer)),
SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchSpecifications :: (Prelude.Maybe [SpotFleetLaunchSpecificationProperty]),
SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
launchTemplateConfigs :: (Prelude.Maybe [LaunchTemplateConfigProperty]),
SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
loadBalancersConfig :: (Prelude.Maybe LoadBalancersConfigProperty),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandAllocationStrategy :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
onDemandTargetCapacity :: (Prelude.Maybe (Value Prelude.Integer)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
replaceUnhealthyInstances :: (Prelude.Maybe (Value Prelude.Bool)),
SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaintenanceStrategies :: (Prelude.Maybe SpotMaintenanceStrategiesProperty),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotMaxTotalPrice :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
tagSpecifications :: (Prelude.Maybe [SpotFleetTagSpecificationProperty]),
SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacity :: (Value Prelude.Integer),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
targetCapacityUnitType :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
terminateInstancesWithExpiration :: (Prelude.Maybe (Value Prelude.Bool)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
type' :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: (Prelude.Maybe (Value Prelude.Text)),
SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty -> Bool
(SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty -> Bool)
-> (SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty -> Bool)
-> Eq SpotFleetRequestConfigDataProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty -> Bool
== :: SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty -> Bool
$c/= :: SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty -> Bool
/= :: SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty -> Bool
Prelude.Eq, Int -> SpotFleetRequestConfigDataProperty -> ShowS
[SpotFleetRequestConfigDataProperty] -> ShowS
SpotFleetRequestConfigDataProperty -> String
(Int -> SpotFleetRequestConfigDataProperty -> ShowS)
-> (SpotFleetRequestConfigDataProperty -> String)
-> ([SpotFleetRequestConfigDataProperty] -> ShowS)
-> Show SpotFleetRequestConfigDataProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> SpotFleetRequestConfigDataProperty -> ShowS
showsPrec :: Int -> SpotFleetRequestConfigDataProperty -> ShowS
$cshow :: SpotFleetRequestConfigDataProperty -> String
show :: SpotFleetRequestConfigDataProperty -> String
$cshowList :: [SpotFleetRequestConfigDataProperty] -> ShowS
showList :: [SpotFleetRequestConfigDataProperty] -> ShowS
Prelude.Show)
mkSpotFleetRequestConfigDataProperty ::
Value Prelude.Text
-> Value Prelude.Integer -> SpotFleetRequestConfigDataProperty
mkSpotFleetRequestConfigDataProperty :: Value Text -> Value Integer -> SpotFleetRequestConfigDataProperty
mkSpotFleetRequestConfigDataProperty Value Text
iamFleetRole Value Integer
targetCapacity
= SpotFleetRequestConfigDataProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), iamFleetRole :: Value Text
iamFleetRole = Value Text
iamFleetRole,
targetCapacity :: Value Integer
targetCapacity = Value Integer
targetCapacity,
allocationStrategy :: Maybe (Value Text)
allocationStrategy = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, context :: Maybe (Value Text)
context = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
excessCapacityTerminationPolicy :: Maybe (Value Text)
excessCapacityTerminationPolicy = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
instanceInterruptionBehavior :: Maybe (Value Text)
instanceInterruptionBehavior = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
instancePoolsToUseCount :: Maybe (Value Integer)
instancePoolsToUseCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchSpecifications = Maybe [SpotFleetLaunchSpecificationProperty]
forall a. Maybe a
Prelude.Nothing,
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
launchTemplateConfigs = Maybe [LaunchTemplateConfigProperty]
forall a. Maybe a
Prelude.Nothing,
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
loadBalancersConfig = Maybe LoadBalancersConfigProperty
forall a. Maybe a
Prelude.Nothing,
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandAllocationStrategy = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandMaxTotalPrice = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
onDemandTargetCapacity :: Maybe (Value Integer)
onDemandTargetCapacity = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
replaceUnhealthyInstances :: Maybe (Value Bool)
replaceUnhealthyInstances = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaintenanceStrategies = Maybe SpotMaintenanceStrategiesProperty
forall a. Maybe a
Prelude.Nothing,
spotMaxTotalPrice :: Maybe (Value Text)
spotMaxTotalPrice = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, spotPrice :: Maybe (Value Text)
spotPrice = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
tagSpecifications = Maybe [SpotFleetTagSpecificationProperty]
forall a. Maybe a
Prelude.Nothing,
targetCapacityUnitType :: Maybe (Value Text)
targetCapacityUnitType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
terminateInstancesWithExpiration :: Maybe (Value Bool)
terminateInstancesWithExpiration = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
type' :: Maybe (Value Text)
type' = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, validFrom :: Maybe (Value Text)
validFrom = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
validUntil :: Maybe (Value Text)
validUntil = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties SpotFleetRequestConfigDataProperty where
toResourceProperties :: SpotFleetRequestConfigDataProperty -> ResourceProperties
toResourceProperties SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::EC2::SpotFleet.SpotFleetRequestConfigData",
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
"IamFleetRole" 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
iamFleetRole,
Key
"TargetCapacity" 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..= Value Integer
targetCapacity]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AllocationStrategy" (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)
allocationStrategy,
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
"Context" (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)
context,
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
"ExcessCapacityTerminationPolicy"
(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)
excessCapacityTerminationPolicy,
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
"InstanceInterruptionBehavior"
(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)
instanceInterruptionBehavior,
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
"InstancePoolsToUseCount"
(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)
instancePoolsToUseCount,
Key -> [SpotFleetLaunchSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LaunchSpecifications" ([SpotFleetLaunchSpecificationProperty] -> (Key, Value))
-> Maybe [SpotFleetLaunchSpecificationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SpotFleetLaunchSpecificationProperty]
launchSpecifications,
Key -> [LaunchTemplateConfigProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LaunchTemplateConfigs"
([LaunchTemplateConfigProperty] -> (Key, Value))
-> Maybe [LaunchTemplateConfigProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [LaunchTemplateConfigProperty]
launchTemplateConfigs,
Key -> LoadBalancersConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoadBalancersConfig" (LoadBalancersConfigProperty -> (Key, Value))
-> Maybe LoadBalancersConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LoadBalancersConfigProperty
loadBalancersConfig,
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
"OnDemandAllocationStrategy"
(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)
onDemandAllocationStrategy,
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
"OnDemandMaxTotalPrice"
(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)
onDemandMaxTotalPrice,
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
"OnDemandTargetCapacity"
(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)
onDemandTargetCapacity,
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
"ReplaceUnhealthyInstances"
(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)
replaceUnhealthyInstances,
Key -> SpotMaintenanceStrategiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SpotMaintenanceStrategies"
(SpotMaintenanceStrategiesProperty -> (Key, Value))
-> Maybe SpotMaintenanceStrategiesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SpotMaintenanceStrategiesProperty
spotMaintenanceStrategies,
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
"SpotMaxTotalPrice" (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)
spotMaxTotalPrice,
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
"SpotPrice" (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)
spotPrice,
Key -> [SpotFleetTagSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TagSpecifications" ([SpotFleetTagSpecificationProperty] -> (Key, Value))
-> Maybe [SpotFleetTagSpecificationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SpotFleetTagSpecificationProperty]
tagSpecifications,
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
"TargetCapacityUnitType"
(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)
targetCapacityUnitType,
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
"TerminateInstancesWithExpiration"
(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)
terminateInstancesWithExpiration,
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
"Type" (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)
type',
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
"ValidFrom" (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)
validFrom,
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
"ValidUntil" (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)
validUntil]))}
instance JSON.ToJSON SpotFleetRequestConfigDataProperty where
toJSON :: SpotFleetRequestConfigDataProperty -> Value
toJSON SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: 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
"IamFleetRole" 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
iamFleetRole,
Key
"TargetCapacity" 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..= Value Integer
targetCapacity]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AllocationStrategy" (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)
allocationStrategy,
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
"Context" (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)
context,
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
"ExcessCapacityTerminationPolicy"
(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)
excessCapacityTerminationPolicy,
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
"InstanceInterruptionBehavior"
(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)
instanceInterruptionBehavior,
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
"InstancePoolsToUseCount"
(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)
instancePoolsToUseCount,
Key -> [SpotFleetLaunchSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LaunchSpecifications" ([SpotFleetLaunchSpecificationProperty] -> (Key, Value))
-> Maybe [SpotFleetLaunchSpecificationProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SpotFleetLaunchSpecificationProperty]
launchSpecifications,
Key -> [LaunchTemplateConfigProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LaunchTemplateConfigs"
([LaunchTemplateConfigProperty] -> (Key, Value))
-> Maybe [LaunchTemplateConfigProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [LaunchTemplateConfigProperty]
launchTemplateConfigs,
Key -> LoadBalancersConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoadBalancersConfig" (LoadBalancersConfigProperty -> (Key, Value))
-> Maybe LoadBalancersConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LoadBalancersConfigProperty
loadBalancersConfig,
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
"OnDemandAllocationStrategy"
(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)
onDemandAllocationStrategy,
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
"OnDemandMaxTotalPrice"
(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)
onDemandMaxTotalPrice,
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
"OnDemandTargetCapacity"
(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)
onDemandTargetCapacity,
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
"ReplaceUnhealthyInstances"
(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)
replaceUnhealthyInstances,
Key -> SpotMaintenanceStrategiesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SpotMaintenanceStrategies"
(SpotMaintenanceStrategiesProperty -> (Key, Value))
-> Maybe SpotMaintenanceStrategiesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SpotMaintenanceStrategiesProperty
spotMaintenanceStrategies,
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
"SpotMaxTotalPrice" (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)
spotMaxTotalPrice,
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
"SpotPrice" (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)
spotPrice,
Key -> [SpotFleetTagSpecificationProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TagSpecifications" ([SpotFleetTagSpecificationProperty] -> (Key, Value))
-> Maybe [SpotFleetTagSpecificationProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [SpotFleetTagSpecificationProperty]
tagSpecifications,
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
"TargetCapacityUnitType"
(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)
targetCapacityUnitType,
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
"TerminateInstancesWithExpiration"
(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)
terminateInstancesWithExpiration,
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
"Type" (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)
type',
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
"ValidFrom" (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)
validFrom,
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
"ValidUntil" (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)
validUntil])))
instance Property "AllocationStrategy" SpotFleetRequestConfigDataProperty where
type PropertyType "AllocationStrategy" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType
"AllocationStrategy" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"AllocationStrategy" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{allocationStrategy :: Maybe (Value Text)
allocationStrategy = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"AllocationStrategy" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "Context" SpotFleetRequestConfigDataProperty where
type PropertyType "Context" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType "Context" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "Context" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{context :: Maybe (Value Text)
context = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Context" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "ExcessCapacityTerminationPolicy" SpotFleetRequestConfigDataProperty where
type PropertyType "ExcessCapacityTerminationPolicy" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType
"ExcessCapacityTerminationPolicy"
SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"ExcessCapacityTerminationPolicy"
SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{excessCapacityTerminationPolicy :: Maybe (Value Text)
excessCapacityTerminationPolicy = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ExcessCapacityTerminationPolicy"
SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "IamFleetRole" SpotFleetRequestConfigDataProperty where
type PropertyType "IamFleetRole" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType "IamFleetRole" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "IamFleetRole" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty {iamFleetRole :: Value Text
iamFleetRole = PropertyType "IamFleetRole" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "InstanceInterruptionBehavior" SpotFleetRequestConfigDataProperty where
type PropertyType "InstanceInterruptionBehavior" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType
"InstanceInterruptionBehavior" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"InstanceInterruptionBehavior" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{instanceInterruptionBehavior :: Maybe (Value Text)
instanceInterruptionBehavior = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"InstanceInterruptionBehavior" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "InstancePoolsToUseCount" SpotFleetRequestConfigDataProperty where
type PropertyType "InstancePoolsToUseCount" SpotFleetRequestConfigDataProperty = Value Prelude.Integer
set :: PropertyType
"InstancePoolsToUseCount" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"InstancePoolsToUseCount" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{instancePoolsToUseCount :: Maybe (Value Integer)
instancePoolsToUseCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"InstancePoolsToUseCount" SpotFleetRequestConfigDataProperty
Value Integer
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "LaunchSpecifications" SpotFleetRequestConfigDataProperty where
type PropertyType "LaunchSpecifications" SpotFleetRequestConfigDataProperty = [SpotFleetLaunchSpecificationProperty]
set :: PropertyType
"LaunchSpecifications" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"LaunchSpecifications" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchSpecifications = [SpotFleetLaunchSpecificationProperty]
-> Maybe [SpotFleetLaunchSpecificationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [SpotFleetLaunchSpecificationProperty]
PropertyType
"LaunchSpecifications" SpotFleetRequestConfigDataProperty
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "LaunchTemplateConfigs" SpotFleetRequestConfigDataProperty where
type PropertyType "LaunchTemplateConfigs" SpotFleetRequestConfigDataProperty = [LaunchTemplateConfigProperty]
set :: PropertyType
"LaunchTemplateConfigs" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"LaunchTemplateConfigs" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
launchTemplateConfigs = [LaunchTemplateConfigProperty]
-> Maybe [LaunchTemplateConfigProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [LaunchTemplateConfigProperty]
PropertyType
"LaunchTemplateConfigs" SpotFleetRequestConfigDataProperty
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "LoadBalancersConfig" SpotFleetRequestConfigDataProperty where
type PropertyType "LoadBalancersConfig" SpotFleetRequestConfigDataProperty = LoadBalancersConfigProperty
set :: PropertyType
"LoadBalancersConfig" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"LoadBalancersConfig" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{loadBalancersConfig :: Maybe LoadBalancersConfigProperty
loadBalancersConfig = LoadBalancersConfigProperty -> Maybe LoadBalancersConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"LoadBalancersConfig" SpotFleetRequestConfigDataProperty
LoadBalancersConfigProperty
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "OnDemandAllocationStrategy" SpotFleetRequestConfigDataProperty where
type PropertyType "OnDemandAllocationStrategy" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType
"OnDemandAllocationStrategy" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"OnDemandAllocationStrategy" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{onDemandAllocationStrategy :: Maybe (Value Text)
onDemandAllocationStrategy = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"OnDemandAllocationStrategy" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "OnDemandMaxTotalPrice" SpotFleetRequestConfigDataProperty where
type PropertyType "OnDemandMaxTotalPrice" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType
"OnDemandMaxTotalPrice" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"OnDemandMaxTotalPrice" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandMaxTotalPrice = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"OnDemandMaxTotalPrice" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "OnDemandTargetCapacity" SpotFleetRequestConfigDataProperty where
type PropertyType "OnDemandTargetCapacity" SpotFleetRequestConfigDataProperty = Value Prelude.Integer
set :: PropertyType
"OnDemandTargetCapacity" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"OnDemandTargetCapacity" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{onDemandTargetCapacity :: Maybe (Value Integer)
onDemandTargetCapacity = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"OnDemandTargetCapacity" SpotFleetRequestConfigDataProperty
Value Integer
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "ReplaceUnhealthyInstances" SpotFleetRequestConfigDataProperty where
type PropertyType "ReplaceUnhealthyInstances" SpotFleetRequestConfigDataProperty = Value Prelude.Bool
set :: PropertyType
"ReplaceUnhealthyInstances" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"ReplaceUnhealthyInstances" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{replaceUnhealthyInstances :: Maybe (Value Bool)
replaceUnhealthyInstances = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ReplaceUnhealthyInstances" SpotFleetRequestConfigDataProperty
Value Bool
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "SpotMaintenanceStrategies" SpotFleetRequestConfigDataProperty where
type PropertyType "SpotMaintenanceStrategies" SpotFleetRequestConfigDataProperty = SpotMaintenanceStrategiesProperty
set :: PropertyType
"SpotMaintenanceStrategies" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"SpotMaintenanceStrategies" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaintenanceStrategies = SpotMaintenanceStrategiesProperty
-> Maybe SpotMaintenanceStrategiesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"SpotMaintenanceStrategies" SpotFleetRequestConfigDataProperty
SpotMaintenanceStrategiesProperty
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "SpotMaxTotalPrice" SpotFleetRequestConfigDataProperty where
type PropertyType "SpotMaxTotalPrice" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType "SpotMaxTotalPrice" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "SpotMaxTotalPrice" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{spotMaxTotalPrice :: Maybe (Value Text)
spotMaxTotalPrice = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SpotMaxTotalPrice" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "SpotPrice" SpotFleetRequestConfigDataProperty where
type PropertyType "SpotPrice" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType "SpotPrice" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "SpotPrice" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{spotPrice :: Maybe (Value Text)
spotPrice = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SpotPrice" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "TagSpecifications" SpotFleetRequestConfigDataProperty where
type PropertyType "TagSpecifications" SpotFleetRequestConfigDataProperty = [SpotFleetTagSpecificationProperty]
set :: PropertyType "TagSpecifications" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "TagSpecifications" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
tagSpecifications = [SpotFleetTagSpecificationProperty]
-> Maybe [SpotFleetTagSpecificationProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [SpotFleetTagSpecificationProperty]
PropertyType "TagSpecifications" SpotFleetRequestConfigDataProperty
newValue, Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "TargetCapacity" SpotFleetRequestConfigDataProperty where
type PropertyType "TargetCapacity" SpotFleetRequestConfigDataProperty = Value Prelude.Integer
set :: PropertyType "TargetCapacity" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "TargetCapacity" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{targetCapacity :: Value Integer
targetCapacity = PropertyType "TargetCapacity" SpotFleetRequestConfigDataProperty
Value Integer
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "TargetCapacityUnitType" SpotFleetRequestConfigDataProperty where
type PropertyType "TargetCapacityUnitType" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType
"TargetCapacityUnitType" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"TargetCapacityUnitType" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{targetCapacityUnitType :: Maybe (Value Text)
targetCapacityUnitType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"TargetCapacityUnitType" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "TerminateInstancesWithExpiration" SpotFleetRequestConfigDataProperty where
type PropertyType "TerminateInstancesWithExpiration" SpotFleetRequestConfigDataProperty = Value Prelude.Bool
set :: PropertyType
"TerminateInstancesWithExpiration"
SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType
"TerminateInstancesWithExpiration"
SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{terminateInstancesWithExpiration :: Maybe (Value Bool)
terminateInstancesWithExpiration = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"TerminateInstancesWithExpiration"
SpotFleetRequestConfigDataProperty
Value Bool
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "Type" SpotFleetRequestConfigDataProperty where
type PropertyType "Type" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType "Type" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "Type" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{type' :: Maybe (Value Text)
type' = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Type" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "ValidFrom" SpotFleetRequestConfigDataProperty where
type PropertyType "ValidFrom" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType "ValidFrom" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "ValidFrom" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{validFrom :: Maybe (Value Text)
validFrom = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ValidFrom" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
instance Property "ValidUntil" SpotFleetRequestConfigDataProperty where
type PropertyType "ValidUntil" SpotFleetRequestConfigDataProperty = Value Prelude.Text
set :: PropertyType "ValidUntil" SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
-> SpotFleetRequestConfigDataProperty
set PropertyType "ValidUntil" SpotFleetRequestConfigDataProperty
newValue SpotFleetRequestConfigDataProperty {Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: SpotFleetRequestConfigDataProperty -> ()
allocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
context :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
excessCapacityTerminationPolicy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
iamFleetRole :: SpotFleetRequestConfigDataProperty -> Value Text
instanceInterruptionBehavior :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
instancePoolsToUseCount :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
launchSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: SpotFleetRequestConfigDataProperty
-> Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: SpotFleetRequestConfigDataProperty
-> Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
onDemandTargetCapacity :: SpotFleetRequestConfigDataProperty -> Maybe (Value Integer)
replaceUnhealthyInstances :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
spotMaintenanceStrategies :: SpotFleetRequestConfigDataProperty
-> Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
spotPrice :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
tagSpecifications :: SpotFleetRequestConfigDataProperty
-> Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: SpotFleetRequestConfigDataProperty -> Value Integer
targetCapacityUnitType :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
terminateInstancesWithExpiration :: SpotFleetRequestConfigDataProperty -> Maybe (Value Bool)
type' :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validFrom :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
validUntil :: SpotFleetRequestConfigDataProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
validUntil :: Maybe (Value Text)
..}
= SpotFleetRequestConfigDataProperty
{validUntil :: Maybe (Value Text)
validUntil = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ValidUntil" SpotFleetRequestConfigDataProperty
Value Text
newValue, Maybe [SpotFleetTagSpecificationProperty]
Maybe [SpotFleetLaunchSpecificationProperty]
Maybe [LaunchTemplateConfigProperty]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe SpotMaintenanceStrategiesProperty
Maybe LoadBalancersConfigProperty
()
Value Integer
Value Text
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
haddock_workaround_ :: ()
allocationStrategy :: Maybe (Value Text)
context :: Maybe (Value Text)
excessCapacityTerminationPolicy :: Maybe (Value Text)
iamFleetRole :: Value Text
instanceInterruptionBehavior :: Maybe (Value Text)
instancePoolsToUseCount :: Maybe (Value Integer)
launchSpecifications :: Maybe [SpotFleetLaunchSpecificationProperty]
launchTemplateConfigs :: Maybe [LaunchTemplateConfigProperty]
loadBalancersConfig :: Maybe LoadBalancersConfigProperty
onDemandAllocationStrategy :: Maybe (Value Text)
onDemandMaxTotalPrice :: Maybe (Value Text)
onDemandTargetCapacity :: Maybe (Value Integer)
replaceUnhealthyInstances :: Maybe (Value Bool)
spotMaintenanceStrategies :: Maybe SpotMaintenanceStrategiesProperty
spotMaxTotalPrice :: Maybe (Value Text)
spotPrice :: Maybe (Value Text)
tagSpecifications :: Maybe [SpotFleetTagSpecificationProperty]
targetCapacity :: Value Integer
targetCapacityUnitType :: Maybe (Value Text)
terminateInstancesWithExpiration :: Maybe (Value Bool)
type' :: Maybe (Value Text)
validFrom :: Maybe (Value Text)
..}