module Stratosphere.ServiceCatalog.StackSetConstraint (
        StackSetConstraint(..), mkStackSetConstraint
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data StackSetConstraint
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html>
    StackSetConstraint {StackSetConstraint -> ()
haddock_workaround_ :: (),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-acceptlanguage>
                        StackSetConstraint -> Maybe (Value Text)
acceptLanguage :: (Prelude.Maybe (Value Prelude.Text)),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-accountlist>
                        StackSetConstraint -> ValueList Text
accountList :: (ValueList Prelude.Text),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-adminrole>
                        StackSetConstraint -> Value Text
adminRole :: (Value Prelude.Text),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-description>
                        StackSetConstraint -> Value Text
description :: (Value Prelude.Text),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-executionrole>
                        StackSetConstraint -> Value Text
executionRole :: (Value Prelude.Text),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-portfolioid>
                        StackSetConstraint -> Value Text
portfolioId :: (Value Prelude.Text),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-productid>
                        StackSetConstraint -> Value Text
productId :: (Value Prelude.Text),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-regionlist>
                        StackSetConstraint -> ValueList Text
regionList :: (ValueList Prelude.Text),
                        -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-stacksetconstraint.html#cfn-servicecatalog-stacksetconstraint-stackinstancecontrol>
                        StackSetConstraint -> Value Text
stackInstanceControl :: (Value Prelude.Text)}
  deriving stock (StackSetConstraint -> StackSetConstraint -> Bool
(StackSetConstraint -> StackSetConstraint -> Bool)
-> (StackSetConstraint -> StackSetConstraint -> Bool)
-> Eq StackSetConstraint
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: StackSetConstraint -> StackSetConstraint -> Bool
== :: StackSetConstraint -> StackSetConstraint -> Bool
$c/= :: StackSetConstraint -> StackSetConstraint -> Bool
/= :: StackSetConstraint -> StackSetConstraint -> Bool
Prelude.Eq, Int -> StackSetConstraint -> ShowS
[StackSetConstraint] -> ShowS
StackSetConstraint -> String
(Int -> StackSetConstraint -> ShowS)
-> (StackSetConstraint -> String)
-> ([StackSetConstraint] -> ShowS)
-> Show StackSetConstraint
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> StackSetConstraint -> ShowS
showsPrec :: Int -> StackSetConstraint -> ShowS
$cshow :: StackSetConstraint -> String
show :: StackSetConstraint -> String
$cshowList :: [StackSetConstraint] -> ShowS
showList :: [StackSetConstraint] -> ShowS
Prelude.Show)
mkStackSetConstraint ::
  ValueList Prelude.Text
  -> Value Prelude.Text
     -> Value Prelude.Text
        -> Value Prelude.Text
           -> Value Prelude.Text
              -> Value Prelude.Text
                 -> ValueList Prelude.Text
                    -> Value Prelude.Text -> StackSetConstraint
mkStackSetConstraint :: ValueList Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> ValueList Text
-> Value Text
-> StackSetConstraint
mkStackSetConstraint
  ValueList Text
accountList
  Value Text
adminRole
  Value Text
description
  Value Text
executionRole
  Value Text
portfolioId
  Value Text
productId
  ValueList Text
regionList
  Value Text
stackInstanceControl
  = StackSetConstraint
      {haddock_workaround_ :: ()
haddock_workaround_ = (), accountList :: ValueList Text
accountList = ValueList Text
accountList,
       adminRole :: Value Text
adminRole = Value Text
adminRole, description :: Value Text
description = Value Text
description,
       executionRole :: Value Text
executionRole = Value Text
executionRole, portfolioId :: Value Text
portfolioId = Value Text
portfolioId,
       productId :: Value Text
productId = Value Text
productId, regionList :: ValueList Text
regionList = ValueList Text
regionList,
       stackInstanceControl :: Value Text
stackInstanceControl = Value Text
stackInstanceControl,
       acceptLanguage :: Maybe (Value Text)
acceptLanguage = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties StackSetConstraint where
  toResourceProperties :: StackSetConstraint -> ResourceProperties
toResourceProperties StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::ServiceCatalog::StackSetConstraint",
         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
"AccountList" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
accountList, Key
"AdminRole" 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
adminRole,
                            Key
"Description" 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
description,
                            Key
"ExecutionRole" 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
executionRole,
                            Key
"PortfolioId" 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
portfolioId, Key
"ProductId" 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
productId,
                            Key
"RegionList" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
regionList,
                            Key
"StackInstanceControl" 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
stackInstanceControl]
                           ([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
"AcceptLanguage" (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)
acceptLanguage]))}
instance JSON.ToJSON StackSetConstraint where
  toJSON :: StackSetConstraint -> Value
toJSON StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: 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
"AccountList" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
accountList, Key
"AdminRole" 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
adminRole,
               Key
"Description" 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
description,
               Key
"ExecutionRole" 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
executionRole,
               Key
"PortfolioId" 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
portfolioId, Key
"ProductId" 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
productId,
               Key
"RegionList" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
regionList,
               Key
"StackInstanceControl" 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
stackInstanceControl]
              ([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
"AcceptLanguage" (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)
acceptLanguage])))
instance Property "AcceptLanguage" StackSetConstraint where
  type PropertyType "AcceptLanguage" StackSetConstraint = Value Prelude.Text
  set :: PropertyType "AcceptLanguage" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "AcceptLanguage" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {acceptLanguage :: Maybe (Value Text)
acceptLanguage = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AcceptLanguage" StackSetConstraint
Value Text
newValue, ()
ValueList Text
Value Text
haddock_workaround_ :: ()
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
instance Property "AccountList" StackSetConstraint where
  type PropertyType "AccountList" StackSetConstraint = ValueList Prelude.Text
  set :: PropertyType "AccountList" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "AccountList" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {accountList :: ValueList Text
accountList = PropertyType "AccountList" StackSetConstraint
ValueList Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
instance Property "AdminRole" StackSetConstraint where
  type PropertyType "AdminRole" StackSetConstraint = Value Prelude.Text
  set :: PropertyType "AdminRole" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "AdminRole" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {adminRole :: Value Text
adminRole = PropertyType "AdminRole" StackSetConstraint
Value Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
instance Property "Description" StackSetConstraint where
  type PropertyType "Description" StackSetConstraint = Value Prelude.Text
  set :: PropertyType "Description" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "Description" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {description :: Value Text
description = PropertyType "Description" StackSetConstraint
Value Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
instance Property "ExecutionRole" StackSetConstraint where
  type PropertyType "ExecutionRole" StackSetConstraint = Value Prelude.Text
  set :: PropertyType "ExecutionRole" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "ExecutionRole" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {executionRole :: Value Text
executionRole = PropertyType "ExecutionRole" StackSetConstraint
Value Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
instance Property "PortfolioId" StackSetConstraint where
  type PropertyType "PortfolioId" StackSetConstraint = Value Prelude.Text
  set :: PropertyType "PortfolioId" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "PortfolioId" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {portfolioId :: Value Text
portfolioId = PropertyType "PortfolioId" StackSetConstraint
Value Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
instance Property "ProductId" StackSetConstraint where
  type PropertyType "ProductId" StackSetConstraint = Value Prelude.Text
  set :: PropertyType "ProductId" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "ProductId" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {productId :: Value Text
productId = PropertyType "ProductId" StackSetConstraint
Value Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
instance Property "RegionList" StackSetConstraint where
  type PropertyType "RegionList" StackSetConstraint = ValueList Prelude.Text
  set :: PropertyType "RegionList" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "RegionList" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {regionList :: ValueList Text
regionList = PropertyType "RegionList" StackSetConstraint
ValueList Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
stackInstanceControl :: Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
stackInstanceControl :: Value Text
..}
instance Property "StackInstanceControl" StackSetConstraint where
  type PropertyType "StackInstanceControl" StackSetConstraint = Value Prelude.Text
  set :: PropertyType "StackInstanceControl" StackSetConstraint
-> StackSetConstraint -> StackSetConstraint
set PropertyType "StackInstanceControl" StackSetConstraint
newValue StackSetConstraint {Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: StackSetConstraint -> ()
acceptLanguage :: StackSetConstraint -> Maybe (Value Text)
accountList :: StackSetConstraint -> ValueList Text
adminRole :: StackSetConstraint -> Value Text
description :: StackSetConstraint -> Value Text
executionRole :: StackSetConstraint -> Value Text
portfolioId :: StackSetConstraint -> Value Text
productId :: StackSetConstraint -> Value Text
regionList :: StackSetConstraint -> ValueList Text
stackInstanceControl :: StackSetConstraint -> Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
stackInstanceControl :: Value Text
..}
    = StackSetConstraint {stackInstanceControl :: Value Text
stackInstanceControl = PropertyType "StackInstanceControl" StackSetConstraint
Value Text
newValue, Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
haddock_workaround_ :: ()
acceptLanguage :: Maybe (Value Text)
accountList :: ValueList Text
adminRole :: Value Text
description :: Value Text
executionRole :: Value Text
portfolioId :: Value Text
productId :: Value Text
regionList :: ValueList Text
..}