module Stratosphere.SageMaker.InferenceComponent.InferenceComponentRollingUpdatePolicyProperty (
        module Exports, InferenceComponentRollingUpdatePolicyProperty(..),
        mkInferenceComponentRollingUpdatePolicyProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.SageMaker.InferenceComponent.InferenceComponentCapacitySizeProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data InferenceComponentRollingUpdatePolicyProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy.html>
    InferenceComponentRollingUpdatePolicyProperty {InferenceComponentRollingUpdatePolicyProperty -> ()
haddock_workaround_ :: (),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy.html#cfn-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy-maximumbatchsize>
                                                   InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
maximumBatchSize :: (Prelude.Maybe InferenceComponentCapacitySizeProperty),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy.html#cfn-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy-maximumexecutiontimeoutinseconds>
                                                   InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
maximumExecutionTimeoutInSeconds :: (Prelude.Maybe (Value Prelude.Integer)),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy.html#cfn-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy-rollbackmaximumbatchsize>
                                                   InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
rollbackMaximumBatchSize :: (Prelude.Maybe InferenceComponentCapacitySizeProperty),
                                                   -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy.html#cfn-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy-waitintervalinseconds>
                                                   InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
waitIntervalInSeconds :: (Prelude.Maybe (Value Prelude.Integer))}
  deriving stock (InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty -> Bool
(InferenceComponentRollingUpdatePolicyProperty
 -> InferenceComponentRollingUpdatePolicyProperty -> Bool)
-> (InferenceComponentRollingUpdatePolicyProperty
    -> InferenceComponentRollingUpdatePolicyProperty -> Bool)
-> Eq InferenceComponentRollingUpdatePolicyProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty -> Bool
== :: InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty -> Bool
$c/= :: InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty -> Bool
/= :: InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty -> Bool
Prelude.Eq, Int -> InferenceComponentRollingUpdatePolicyProperty -> ShowS
[InferenceComponentRollingUpdatePolicyProperty] -> ShowS
InferenceComponentRollingUpdatePolicyProperty -> String
(Int -> InferenceComponentRollingUpdatePolicyProperty -> ShowS)
-> (InferenceComponentRollingUpdatePolicyProperty -> String)
-> ([InferenceComponentRollingUpdatePolicyProperty] -> ShowS)
-> Show InferenceComponentRollingUpdatePolicyProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> InferenceComponentRollingUpdatePolicyProperty -> ShowS
showsPrec :: Int -> InferenceComponentRollingUpdatePolicyProperty -> ShowS
$cshow :: InferenceComponentRollingUpdatePolicyProperty -> String
show :: InferenceComponentRollingUpdatePolicyProperty -> String
$cshowList :: [InferenceComponentRollingUpdatePolicyProperty] -> ShowS
showList :: [InferenceComponentRollingUpdatePolicyProperty] -> ShowS
Prelude.Show)
mkInferenceComponentRollingUpdatePolicyProperty ::
  InferenceComponentRollingUpdatePolicyProperty
mkInferenceComponentRollingUpdatePolicyProperty :: InferenceComponentRollingUpdatePolicyProperty
mkInferenceComponentRollingUpdatePolicyProperty
  = InferenceComponentRollingUpdatePolicyProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumBatchSize = Maybe InferenceComponentCapacitySizeProperty
forall a. Maybe a
Prelude.Nothing,
       maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
maximumExecutionTimeoutInSeconds = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
rollbackMaximumBatchSize = Maybe InferenceComponentCapacitySizeProperty
forall a. Maybe a
Prelude.Nothing,
       waitIntervalInSeconds :: Maybe (Value Integer)
waitIntervalInSeconds = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties InferenceComponentRollingUpdatePolicyProperty where
  toResourceProperties :: InferenceComponentRollingUpdatePolicyProperty -> ResourceProperties
toResourceProperties
    InferenceComponentRollingUpdatePolicyProperty {Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: InferenceComponentRollingUpdatePolicyProperty -> ()
maximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
rollbackMaximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::SageMaker::InferenceComponent.InferenceComponentRollingUpdatePolicy",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> InferenceComponentCapacitySizeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaximumBatchSize" (InferenceComponentCapacitySizeProperty -> (Key, Value))
-> Maybe InferenceComponentCapacitySizeProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InferenceComponentCapacitySizeProperty
maximumBatchSize,
                            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
"MaximumExecutionTimeoutInSeconds"
                              (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)
maximumExecutionTimeoutInSeconds,
                            Key -> InferenceComponentCapacitySizeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RollbackMaximumBatchSize"
                              (InferenceComponentCapacitySizeProperty -> (Key, Value))
-> Maybe InferenceComponentCapacitySizeProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InferenceComponentCapacitySizeProperty
rollbackMaximumBatchSize,
                            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
"WaitIntervalInSeconds"
                              (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)
waitIntervalInSeconds])}
instance JSON.ToJSON InferenceComponentRollingUpdatePolicyProperty where
  toJSON :: InferenceComponentRollingUpdatePolicyProperty -> Value
toJSON InferenceComponentRollingUpdatePolicyProperty {Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: InferenceComponentRollingUpdatePolicyProperty -> ()
maximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
rollbackMaximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> InferenceComponentCapacitySizeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaximumBatchSize" (InferenceComponentCapacitySizeProperty -> (Key, Value))
-> Maybe InferenceComponentCapacitySizeProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InferenceComponentCapacitySizeProperty
maximumBatchSize,
               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
"MaximumExecutionTimeoutInSeconds"
                 (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)
maximumExecutionTimeoutInSeconds,
               Key -> InferenceComponentCapacitySizeProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RollbackMaximumBatchSize"
                 (InferenceComponentCapacitySizeProperty -> (Key, Value))
-> Maybe InferenceComponentCapacitySizeProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InferenceComponentCapacitySizeProperty
rollbackMaximumBatchSize,
               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
"WaitIntervalInSeconds"
                 (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)
waitIntervalInSeconds]))
instance Property "MaximumBatchSize" InferenceComponentRollingUpdatePolicyProperty where
  type PropertyType "MaximumBatchSize" InferenceComponentRollingUpdatePolicyProperty = InferenceComponentCapacitySizeProperty
  set :: PropertyType
  "MaximumBatchSize" InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
set PropertyType
  "MaximumBatchSize" InferenceComponentRollingUpdatePolicyProperty
newValue InferenceComponentRollingUpdatePolicyProperty {Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: InferenceComponentRollingUpdatePolicyProperty -> ()
maximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
rollbackMaximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
    = InferenceComponentRollingUpdatePolicyProperty
        {maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumBatchSize = InferenceComponentCapacitySizeProperty
-> Maybe InferenceComponentCapacitySizeProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "MaximumBatchSize" InferenceComponentRollingUpdatePolicyProperty
InferenceComponentCapacitySizeProperty
newValue, Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: ()
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
haddock_workaround_ :: ()
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
instance Property "MaximumExecutionTimeoutInSeconds" InferenceComponentRollingUpdatePolicyProperty where
  type PropertyType "MaximumExecutionTimeoutInSeconds" InferenceComponentRollingUpdatePolicyProperty = Value Prelude.Integer
  set :: PropertyType
  "MaximumExecutionTimeoutInSeconds"
  InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
set PropertyType
  "MaximumExecutionTimeoutInSeconds"
  InferenceComponentRollingUpdatePolicyProperty
newValue InferenceComponentRollingUpdatePolicyProperty {Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: InferenceComponentRollingUpdatePolicyProperty -> ()
maximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
rollbackMaximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
    = InferenceComponentRollingUpdatePolicyProperty
        {maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
maximumExecutionTimeoutInSeconds = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "MaximumExecutionTimeoutInSeconds"
  InferenceComponentRollingUpdatePolicyProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
instance Property "RollbackMaximumBatchSize" InferenceComponentRollingUpdatePolicyProperty where
  type PropertyType "RollbackMaximumBatchSize" InferenceComponentRollingUpdatePolicyProperty = InferenceComponentCapacitySizeProperty
  set :: PropertyType
  "RollbackMaximumBatchSize"
  InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
set PropertyType
  "RollbackMaximumBatchSize"
  InferenceComponentRollingUpdatePolicyProperty
newValue InferenceComponentRollingUpdatePolicyProperty {Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: InferenceComponentRollingUpdatePolicyProperty -> ()
maximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
rollbackMaximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
    = InferenceComponentRollingUpdatePolicyProperty
        {rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
rollbackMaximumBatchSize = InferenceComponentCapacitySizeProperty
-> Maybe InferenceComponentCapacitySizeProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "RollbackMaximumBatchSize"
  InferenceComponentRollingUpdatePolicyProperty
InferenceComponentCapacitySizeProperty
newValue, Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
waitIntervalInSeconds :: Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
waitIntervalInSeconds :: Maybe (Value Integer)
..}
instance Property "WaitIntervalInSeconds" InferenceComponentRollingUpdatePolicyProperty where
  type PropertyType "WaitIntervalInSeconds" InferenceComponentRollingUpdatePolicyProperty = Value Prelude.Integer
  set :: PropertyType
  "WaitIntervalInSeconds"
  InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
-> InferenceComponentRollingUpdatePolicyProperty
set PropertyType
  "WaitIntervalInSeconds"
  InferenceComponentRollingUpdatePolicyProperty
newValue InferenceComponentRollingUpdatePolicyProperty {Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: InferenceComponentRollingUpdatePolicyProperty -> ()
maximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
rollbackMaximumBatchSize :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: InferenceComponentRollingUpdatePolicyProperty
-> Maybe (Value Integer)
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
waitIntervalInSeconds :: Maybe (Value Integer)
..}
    = InferenceComponentRollingUpdatePolicyProperty
        {waitIntervalInSeconds :: Maybe (Value Integer)
waitIntervalInSeconds = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "WaitIntervalInSeconds"
  InferenceComponentRollingUpdatePolicyProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe InferenceComponentCapacitySizeProperty
()
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
haddock_workaround_ :: ()
maximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
maximumExecutionTimeoutInSeconds :: Maybe (Value Integer)
rollbackMaximumBatchSize :: Maybe InferenceComponentCapacitySizeProperty
..}