module Stratosphere.CloudFormation.StackSet (
module Exports, StackSet(..), mkStackSet
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.CloudFormation.StackSet.AutoDeploymentProperty as Exports
import {-# SOURCE #-} Stratosphere.CloudFormation.StackSet.ManagedExecutionProperty as Exports
import {-# SOURCE #-} Stratosphere.CloudFormation.StackSet.OperationPreferencesProperty as Exports
import {-# SOURCE #-} Stratosphere.CloudFormation.StackSet.ParameterProperty as Exports
import {-# SOURCE #-} Stratosphere.CloudFormation.StackSet.StackInstancesProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data StackSet
=
StackSet {StackSet -> ()
haddock_workaround_ :: (),
StackSet -> Maybe (Value Text)
administrationRoleARN :: (Prelude.Maybe (Value Prelude.Text)),
StackSet -> Maybe AutoDeploymentProperty
autoDeployment :: (Prelude.Maybe AutoDeploymentProperty),
StackSet -> Maybe (Value Text)
callAs :: (Prelude.Maybe (Value Prelude.Text)),
StackSet -> Maybe (ValueList Text)
capabilities :: (Prelude.Maybe (ValueList Prelude.Text)),
StackSet -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
StackSet -> Maybe (Value Text)
executionRoleName :: (Prelude.Maybe (Value Prelude.Text)),
StackSet -> Maybe ManagedExecutionProperty
managedExecution :: (Prelude.Maybe ManagedExecutionProperty),
StackSet -> Maybe OperationPreferencesProperty
operationPreferences :: (Prelude.Maybe OperationPreferencesProperty),
StackSet -> Maybe [ParameterProperty]
parameters :: (Prelude.Maybe [ParameterProperty]),
StackSet -> Value Text
permissionModel :: (Value Prelude.Text),
StackSet -> Maybe [StackInstancesProperty]
stackInstancesGroup :: (Prelude.Maybe [StackInstancesProperty]),
StackSet -> Value Text
stackSetName :: (Value Prelude.Text),
StackSet -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
StackSet -> Maybe (Value Text)
templateBody :: (Prelude.Maybe (Value Prelude.Text)),
StackSet -> Maybe (Value Text)
templateURL :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (StackSet -> StackSet -> Bool
(StackSet -> StackSet -> Bool)
-> (StackSet -> StackSet -> Bool) -> Eq StackSet
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: StackSet -> StackSet -> Bool
== :: StackSet -> StackSet -> Bool
$c/= :: StackSet -> StackSet -> Bool
/= :: StackSet -> StackSet -> Bool
Prelude.Eq, Int -> StackSet -> ShowS
[StackSet] -> ShowS
StackSet -> String
(Int -> StackSet -> ShowS)
-> (StackSet -> String) -> ([StackSet] -> ShowS) -> Show StackSet
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> StackSet -> ShowS
showsPrec :: Int -> StackSet -> ShowS
$cshow :: StackSet -> String
show :: StackSet -> String
$cshowList :: [StackSet] -> ShowS
showList :: [StackSet] -> ShowS
Prelude.Show)
mkStackSet :: Value Prelude.Text -> Value Prelude.Text -> StackSet
mkStackSet :: Value Text -> Value Text -> StackSet
mkStackSet Value Text
permissionModel Value Text
stackSetName
= StackSet
{haddock_workaround_ :: ()
haddock_workaround_ = (), permissionModel :: Value Text
permissionModel = Value Text
permissionModel,
stackSetName :: Value Text
stackSetName = Value Text
stackSetName,
administrationRoleARN :: Maybe (Value Text)
administrationRoleARN = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
autoDeployment :: Maybe AutoDeploymentProperty
autoDeployment = Maybe AutoDeploymentProperty
forall a. Maybe a
Prelude.Nothing, callAs :: Maybe (Value Text)
callAs = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
capabilities :: Maybe (ValueList Text)
capabilities = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing, description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
executionRoleName :: Maybe (Value Text)
executionRoleName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
managedExecution :: Maybe ManagedExecutionProperty
managedExecution = Maybe ManagedExecutionProperty
forall a. Maybe a
Prelude.Nothing,
operationPreferences :: Maybe OperationPreferencesProperty
operationPreferences = Maybe OperationPreferencesProperty
forall a. Maybe a
Prelude.Nothing,
parameters :: Maybe [ParameterProperty]
parameters = Maybe [ParameterProperty]
forall a. Maybe a
Prelude.Nothing,
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackInstancesGroup = Maybe [StackInstancesProperty]
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing,
templateBody :: Maybe (Value Text)
templateBody = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, templateURL :: Maybe (Value Text)
templateURL = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties StackSet where
toResourceProperties :: StackSet -> ResourceProperties
toResourceProperties StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::CloudFormation::StackSet",
supportsTags :: Bool
supportsTags = Bool
Prelude.True,
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
"PermissionModel" 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
permissionModel,
Key
"StackSetName" 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
stackSetName]
([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
"AdministrationRoleARN"
(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)
administrationRoleARN,
Key -> AutoDeploymentProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoDeployment" (AutoDeploymentProperty -> (Key, Value))
-> Maybe AutoDeploymentProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoDeploymentProperty
autoDeployment,
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
"CallAs" (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)
callAs,
Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Capabilities" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
capabilities,
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
"Description" (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)
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..=) Key
"ExecutionRoleName" (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)
executionRoleName,
Key -> ManagedExecutionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ManagedExecution" (ManagedExecutionProperty -> (Key, Value))
-> Maybe ManagedExecutionProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ManagedExecutionProperty
managedExecution,
Key -> OperationPreferencesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OperationPreferences" (OperationPreferencesProperty -> (Key, Value))
-> Maybe OperationPreferencesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OperationPreferencesProperty
operationPreferences,
Key -> [ParameterProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Parameters" ([ParameterProperty] -> (Key, Value))
-> Maybe [ParameterProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ParameterProperty]
parameters,
Key -> [StackInstancesProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StackInstancesGroup" ([StackInstancesProperty] -> (Key, Value))
-> Maybe [StackInstancesProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [StackInstancesProperty]
stackInstancesGroup,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
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
"TemplateBody" (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)
templateBody,
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
"TemplateURL" (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)
templateURL]))}
instance JSON.ToJSON StackSet where
toJSON :: StackSet -> Value
toJSON StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"PermissionModel" 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
permissionModel,
Key
"StackSetName" 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
stackSetName]
([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
"AdministrationRoleARN"
(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)
administrationRoleARN,
Key -> AutoDeploymentProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoDeployment" (AutoDeploymentProperty -> (Key, Value))
-> Maybe AutoDeploymentProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoDeploymentProperty
autoDeployment,
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
"CallAs" (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)
callAs,
Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Capabilities" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
capabilities,
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
"Description" (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)
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..=) Key
"ExecutionRoleName" (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)
executionRoleName,
Key -> ManagedExecutionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ManagedExecution" (ManagedExecutionProperty -> (Key, Value))
-> Maybe ManagedExecutionProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ManagedExecutionProperty
managedExecution,
Key -> OperationPreferencesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OperationPreferences" (OperationPreferencesProperty -> (Key, Value))
-> Maybe OperationPreferencesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OperationPreferencesProperty
operationPreferences,
Key -> [ParameterProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Parameters" ([ParameterProperty] -> (Key, Value))
-> Maybe [ParameterProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ParameterProperty]
parameters,
Key -> [StackInstancesProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StackInstancesGroup" ([StackInstancesProperty] -> (Key, Value))
-> Maybe [StackInstancesProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [StackInstancesProperty]
stackInstancesGroup,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
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
"TemplateBody" (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)
templateBody,
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
"TemplateURL" (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)
templateURL])))
instance Property "AdministrationRoleARN" StackSet where
type PropertyType "AdministrationRoleARN" StackSet = Value Prelude.Text
set :: PropertyType "AdministrationRoleARN" StackSet
-> StackSet -> StackSet
set PropertyType "AdministrationRoleARN" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {administrationRoleARN :: Maybe (Value Text)
administrationRoleARN = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AdministrationRoleARN" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "AutoDeployment" StackSet where
type PropertyType "AutoDeployment" StackSet = AutoDeploymentProperty
set :: PropertyType "AutoDeployment" StackSet -> StackSet -> StackSet
set PropertyType "AutoDeployment" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {autoDeployment :: Maybe AutoDeploymentProperty
autoDeployment = AutoDeploymentProperty -> Maybe AutoDeploymentProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AutoDeployment" StackSet
AutoDeploymentProperty
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "CallAs" StackSet where
type PropertyType "CallAs" StackSet = Value Prelude.Text
set :: PropertyType "CallAs" StackSet -> StackSet -> StackSet
set PropertyType "CallAs" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {callAs :: Maybe (Value Text)
callAs = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CallAs" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "Capabilities" StackSet where
type PropertyType "Capabilities" StackSet = ValueList Prelude.Text
set :: PropertyType "Capabilities" StackSet -> StackSet -> StackSet
set PropertyType "Capabilities" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {capabilities :: Maybe (ValueList Text)
capabilities = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Capabilities" StackSet
ValueList Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "Description" StackSet where
type PropertyType "Description" StackSet = Value Prelude.Text
set :: PropertyType "Description" StackSet -> StackSet -> StackSet
set PropertyType "Description" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "ExecutionRoleName" StackSet where
type PropertyType "ExecutionRoleName" StackSet = Value Prelude.Text
set :: PropertyType "ExecutionRoleName" StackSet -> StackSet -> StackSet
set PropertyType "ExecutionRoleName" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {executionRoleName :: Maybe (Value Text)
executionRoleName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ExecutionRoleName" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "ManagedExecution" StackSet where
type PropertyType "ManagedExecution" StackSet = ManagedExecutionProperty
set :: PropertyType "ManagedExecution" StackSet -> StackSet -> StackSet
set PropertyType "ManagedExecution" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {managedExecution :: Maybe ManagedExecutionProperty
managedExecution = ManagedExecutionProperty -> Maybe ManagedExecutionProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ManagedExecution" StackSet
ManagedExecutionProperty
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "OperationPreferences" StackSet where
type PropertyType "OperationPreferences" StackSet = OperationPreferencesProperty
set :: PropertyType "OperationPreferences" StackSet
-> StackSet -> StackSet
set PropertyType "OperationPreferences" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {operationPreferences :: Maybe OperationPreferencesProperty
operationPreferences = OperationPreferencesProperty -> Maybe OperationPreferencesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OperationPreferences" StackSet
OperationPreferencesProperty
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "Parameters" StackSet where
type PropertyType "Parameters" StackSet = [ParameterProperty]
set :: PropertyType "Parameters" StackSet -> StackSet -> StackSet
set PropertyType "Parameters" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {parameters :: Maybe [ParameterProperty]
parameters = [ParameterProperty] -> Maybe [ParameterProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [ParameterProperty]
PropertyType "Parameters" StackSet
newValue, Maybe [Tag]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "PermissionModel" StackSet where
type PropertyType "PermissionModel" StackSet = Value Prelude.Text
set :: PropertyType "PermissionModel" StackSet -> StackSet -> StackSet
set PropertyType "PermissionModel" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {permissionModel :: Value Text
permissionModel = PropertyType "PermissionModel" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "StackInstancesGroup" StackSet where
type PropertyType "StackInstancesGroup" StackSet = [StackInstancesProperty]
set :: PropertyType "StackInstancesGroup" StackSet -> StackSet -> StackSet
set PropertyType "StackInstancesGroup" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {stackInstancesGroup :: Maybe [StackInstancesProperty]
stackInstancesGroup = [StackInstancesProperty] -> Maybe [StackInstancesProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [StackInstancesProperty]
PropertyType "StackInstancesGroup" StackSet
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "StackSetName" StackSet where
type PropertyType "StackSetName" StackSet = Value Prelude.Text
set :: PropertyType "StackSetName" StackSet -> StackSet -> StackSet
set PropertyType "StackSetName" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..} = StackSet {stackSetName :: Value Text
stackSetName = PropertyType "StackSetName" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "Tags" StackSet where
type PropertyType "Tags" StackSet = [Tag]
set :: PropertyType "Tags" StackSet -> StackSet -> StackSet
set PropertyType "Tags" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" StackSet
newValue, Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
instance Property "TemplateBody" StackSet where
type PropertyType "TemplateBody" StackSet = Value Prelude.Text
set :: PropertyType "TemplateBody" StackSet -> StackSet -> StackSet
set PropertyType "TemplateBody" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {templateBody :: Maybe (Value Text)
templateBody = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TemplateBody" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateURL :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateURL :: Maybe (Value Text)
..}
instance Property "TemplateURL" StackSet where
type PropertyType "TemplateURL" StackSet = Value Prelude.Text
set :: PropertyType "TemplateURL" StackSet -> StackSet -> StackSet
set PropertyType "TemplateURL" StackSet
newValue StackSet {Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: StackSet -> ()
administrationRoleARN :: StackSet -> Maybe (Value Text)
autoDeployment :: StackSet -> Maybe AutoDeploymentProperty
callAs :: StackSet -> Maybe (Value Text)
capabilities :: StackSet -> Maybe (ValueList Text)
description :: StackSet -> Maybe (Value Text)
executionRoleName :: StackSet -> Maybe (Value Text)
managedExecution :: StackSet -> Maybe ManagedExecutionProperty
operationPreferences :: StackSet -> Maybe OperationPreferencesProperty
parameters :: StackSet -> Maybe [ParameterProperty]
permissionModel :: StackSet -> Value Text
stackInstancesGroup :: StackSet -> Maybe [StackInstancesProperty]
stackSetName :: StackSet -> Value Text
tags :: StackSet -> Maybe [Tag]
templateBody :: StackSet -> Maybe (Value Text)
templateURL :: StackSet -> Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
templateURL :: Maybe (Value Text)
..}
= StackSet {templateURL :: Maybe (Value Text)
templateURL = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TemplateURL" StackSet
Value Text
newValue, Maybe [Tag]
Maybe [ParameterProperty]
Maybe [StackInstancesProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe AutoDeploymentProperty
Maybe ManagedExecutionProperty
Maybe OperationPreferencesProperty
()
Value Text
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
haddock_workaround_ :: ()
administrationRoleARN :: Maybe (Value Text)
autoDeployment :: Maybe AutoDeploymentProperty
callAs :: Maybe (Value Text)
capabilities :: Maybe (ValueList Text)
description :: Maybe (Value Text)
executionRoleName :: Maybe (Value Text)
managedExecution :: Maybe ManagedExecutionProperty
operationPreferences :: Maybe OperationPreferencesProperty
parameters :: Maybe [ParameterProperty]
permissionModel :: Value Text
stackInstancesGroup :: Maybe [StackInstancesProperty]
stackSetName :: Value Text
tags :: Maybe [Tag]
templateBody :: Maybe (Value Text)
..}