module Stratosphere.VpcLattice.TargetGroup.HealthCheckConfigProperty (
        module Exports, HealthCheckConfigProperty(..),
        mkHealthCheckConfigProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.VpcLattice.TargetGroup.MatcherProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data HealthCheckConfigProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html>
    HealthCheckConfigProperty {HealthCheckConfigProperty -> ()
haddock_workaround_ :: (),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-enabled>
                               HealthCheckConfigProperty -> Maybe (Value Bool)
enabled :: (Prelude.Maybe (Value Prelude.Bool)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-healthcheckintervalseconds>
                               HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckIntervalSeconds :: (Prelude.Maybe (Value Prelude.Integer)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-healthchecktimeoutseconds>
                               HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: (Prelude.Maybe (Value Prelude.Integer)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-healthythresholdcount>
                               HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: (Prelude.Maybe (Value Prelude.Integer)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-matcher>
                               HealthCheckConfigProperty -> Maybe MatcherProperty
matcher :: (Prelude.Maybe MatcherProperty),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-path>
                               HealthCheckConfigProperty -> Maybe (Value Text)
path :: (Prelude.Maybe (Value Prelude.Text)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-port>
                               HealthCheckConfigProperty -> Maybe (Value Integer)
port :: (Prelude.Maybe (Value Prelude.Integer)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-protocol>
                               HealthCheckConfigProperty -> Maybe (Value Text)
protocol :: (Prelude.Maybe (Value Prelude.Text)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-protocolversion>
                               HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: (Prelude.Maybe (Value Prelude.Text)),
                               -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-healthcheckconfig.html#cfn-vpclattice-targetgroup-healthcheckconfig-unhealthythresholdcount>
                               HealthCheckConfigProperty -> Maybe (Value Integer)
unhealthyThresholdCount :: (Prelude.Maybe (Value Prelude.Integer))}
  deriving stock (HealthCheckConfigProperty -> HealthCheckConfigProperty -> Bool
(HealthCheckConfigProperty -> HealthCheckConfigProperty -> Bool)
-> (HealthCheckConfigProperty -> HealthCheckConfigProperty -> Bool)
-> Eq HealthCheckConfigProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: HealthCheckConfigProperty -> HealthCheckConfigProperty -> Bool
== :: HealthCheckConfigProperty -> HealthCheckConfigProperty -> Bool
$c/= :: HealthCheckConfigProperty -> HealthCheckConfigProperty -> Bool
/= :: HealthCheckConfigProperty -> HealthCheckConfigProperty -> Bool
Prelude.Eq, Int -> HealthCheckConfigProperty -> ShowS
[HealthCheckConfigProperty] -> ShowS
HealthCheckConfigProperty -> String
(Int -> HealthCheckConfigProperty -> ShowS)
-> (HealthCheckConfigProperty -> String)
-> ([HealthCheckConfigProperty] -> ShowS)
-> Show HealthCheckConfigProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> HealthCheckConfigProperty -> ShowS
showsPrec :: Int -> HealthCheckConfigProperty -> ShowS
$cshow :: HealthCheckConfigProperty -> String
show :: HealthCheckConfigProperty -> String
$cshowList :: [HealthCheckConfigProperty] -> ShowS
showList :: [HealthCheckConfigProperty] -> ShowS
Prelude.Show)
mkHealthCheckConfigProperty :: HealthCheckConfigProperty
mkHealthCheckConfigProperty :: HealthCheckConfigProperty
mkHealthCheckConfigProperty
  = HealthCheckConfigProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), enabled :: Maybe (Value Bool)
enabled = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckIntervalSeconds = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       healthyThresholdCount :: Maybe (Value Integer)
healthyThresholdCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, matcher :: Maybe MatcherProperty
matcher = Maybe MatcherProperty
forall a. Maybe a
Prelude.Nothing,
       path :: Maybe (Value Text)
path = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, port :: Maybe (Value Integer)
port = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       protocol :: Maybe (Value Text)
protocol = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, protocolVersion :: Maybe (Value Text)
protocolVersion = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       unhealthyThresholdCount :: Maybe (Value Integer)
unhealthyThresholdCount = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties HealthCheckConfigProperty where
  toResourceProperties :: HealthCheckConfigProperty -> ResourceProperties
toResourceProperties HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::VpcLattice::TargetGroup.HealthCheckConfig",
         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 -> 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
"Enabled" (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)
enabled,
                            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
"HealthCheckIntervalSeconds"
                              (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)
healthCheckIntervalSeconds,
                            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
"HealthCheckTimeoutSeconds"
                              (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)
healthCheckTimeoutSeconds,
                            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
"HealthyThresholdCount"
                              (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)
healthyThresholdCount,
                            Key -> MatcherProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Matcher" (MatcherProperty -> (Key, Value))
-> Maybe MatcherProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MatcherProperty
matcher,
                            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
"Path" (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)
path,
                            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
"Port" (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)
port,
                            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
"Protocol" (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)
protocol,
                            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
"ProtocolVersion" (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)
protocolVersion,
                            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
"UnhealthyThresholdCount"
                              (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)
unhealthyThresholdCount])}
instance JSON.ToJSON HealthCheckConfigProperty where
  toJSON :: HealthCheckConfigProperty -> Value
toJSON HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: 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 -> 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
"Enabled" (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)
enabled,
               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
"HealthCheckIntervalSeconds"
                 (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)
healthCheckIntervalSeconds,
               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
"HealthCheckTimeoutSeconds"
                 (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)
healthCheckTimeoutSeconds,
               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
"HealthyThresholdCount"
                 (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)
healthyThresholdCount,
               Key -> MatcherProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Matcher" (MatcherProperty -> (Key, Value))
-> Maybe MatcherProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MatcherProperty
matcher,
               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
"Path" (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)
path,
               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
"Port" (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)
port,
               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
"Protocol" (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)
protocol,
               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
"ProtocolVersion" (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)
protocolVersion,
               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
"UnhealthyThresholdCount"
                 (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)
unhealthyThresholdCount]))
instance Property "Enabled" HealthCheckConfigProperty where
  type PropertyType "Enabled" HealthCheckConfigProperty = Value Prelude.Bool
  set :: PropertyType "Enabled" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "Enabled" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty {enabled :: Maybe (Value Bool)
enabled = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Enabled" HealthCheckConfigProperty
Value Bool
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "HealthCheckIntervalSeconds" HealthCheckConfigProperty where
  type PropertyType "HealthCheckIntervalSeconds" HealthCheckConfigProperty = Value Prelude.Integer
  set :: PropertyType "HealthCheckIntervalSeconds" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "HealthCheckIntervalSeconds" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty
        {healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckIntervalSeconds = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "HealthCheckIntervalSeconds" HealthCheckConfigProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "HealthCheckTimeoutSeconds" HealthCheckConfigProperty where
  type PropertyType "HealthCheckTimeoutSeconds" HealthCheckConfigProperty = Value Prelude.Integer
  set :: PropertyType "HealthCheckTimeoutSeconds" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "HealthCheckTimeoutSeconds" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty
        {healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "HealthCheckTimeoutSeconds" HealthCheckConfigProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "HealthyThresholdCount" HealthCheckConfigProperty where
  type PropertyType "HealthyThresholdCount" HealthCheckConfigProperty = Value Prelude.Integer
  set :: PropertyType "HealthyThresholdCount" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "HealthyThresholdCount" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty
        {healthyThresholdCount :: Maybe (Value Integer)
healthyThresholdCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "HealthyThresholdCount" HealthCheckConfigProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "Matcher" HealthCheckConfigProperty where
  type PropertyType "Matcher" HealthCheckConfigProperty = MatcherProperty
  set :: PropertyType "Matcher" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "Matcher" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty {matcher :: Maybe MatcherProperty
matcher = MatcherProperty -> Maybe MatcherProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Matcher" HealthCheckConfigProperty
MatcherProperty
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "Path" HealthCheckConfigProperty where
  type PropertyType "Path" HealthCheckConfigProperty = Value Prelude.Text
  set :: PropertyType "Path" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "Path" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty {path :: Maybe (Value Text)
path = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Path" HealthCheckConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "Port" HealthCheckConfigProperty where
  type PropertyType "Port" HealthCheckConfigProperty = Value Prelude.Integer
  set :: PropertyType "Port" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "Port" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty {port :: Maybe (Value Integer)
port = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Port" HealthCheckConfigProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "Protocol" HealthCheckConfigProperty where
  type PropertyType "Protocol" HealthCheckConfigProperty = Value Prelude.Text
  set :: PropertyType "Protocol" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "Protocol" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty {protocol :: Maybe (Value Text)
protocol = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Protocol" HealthCheckConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "ProtocolVersion" HealthCheckConfigProperty where
  type PropertyType "ProtocolVersion" HealthCheckConfigProperty = Value Prelude.Text
  set :: PropertyType "ProtocolVersion" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "ProtocolVersion" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty
        {protocolVersion :: Maybe (Value Text)
protocolVersion = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ProtocolVersion" HealthCheckConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
instance Property "UnhealthyThresholdCount" HealthCheckConfigProperty where
  type PropertyType "UnhealthyThresholdCount" HealthCheckConfigProperty = Value Prelude.Integer
  set :: PropertyType "UnhealthyThresholdCount" HealthCheckConfigProperty
-> HealthCheckConfigProperty -> HealthCheckConfigProperty
set PropertyType "UnhealthyThresholdCount" HealthCheckConfigProperty
newValue HealthCheckConfigProperty {Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: HealthCheckConfigProperty -> ()
enabled :: HealthCheckConfigProperty -> Maybe (Value Bool)
healthCheckIntervalSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthCheckTimeoutSeconds :: HealthCheckConfigProperty -> Maybe (Value Integer)
healthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
matcher :: HealthCheckConfigProperty -> Maybe MatcherProperty
path :: HealthCheckConfigProperty -> Maybe (Value Text)
port :: HealthCheckConfigProperty -> Maybe (Value Integer)
protocol :: HealthCheckConfigProperty -> Maybe (Value Text)
protocolVersion :: HealthCheckConfigProperty -> Maybe (Value Text)
unhealthyThresholdCount :: HealthCheckConfigProperty -> Maybe (Value Integer)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
unhealthyThresholdCount :: Maybe (Value Integer)
..}
    = HealthCheckConfigProperty
        {unhealthyThresholdCount :: Maybe (Value Integer)
unhealthyThresholdCount = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "UnhealthyThresholdCount" HealthCheckConfigProperty
Value Integer
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe MatcherProperty
()
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
haddock_workaround_ :: ()
enabled :: Maybe (Value Bool)
healthCheckIntervalSeconds :: Maybe (Value Integer)
healthCheckTimeoutSeconds :: Maybe (Value Integer)
healthyThresholdCount :: Maybe (Value Integer)
matcher :: Maybe MatcherProperty
path :: Maybe (Value Text)
port :: Maybe (Value Integer)
protocol :: Maybe (Value Text)
protocolVersion :: Maybe (Value Text)
..}