module Stratosphere.SSMQuickSetup.ConfigurationManager.ConfigurationDefinitionProperty (
        ConfigurationDefinitionProperty(..),
        mkConfigurationDefinitionProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data ConfigurationDefinitionProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html>
    ConfigurationDefinitionProperty {ConfigurationDefinitionProperty -> ()
haddock_workaround_ :: (),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html#cfn-ssmquicksetup-configurationmanager-configurationdefinition-localdeploymentadministrationrolearn>
                                     ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentAdministrationRoleArn :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html#cfn-ssmquicksetup-configurationmanager-configurationdefinition-localdeploymentexecutionrolename>
                                     ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html#cfn-ssmquicksetup-configurationmanager-configurationdefinition-parameters>
                                     ConfigurationDefinitionProperty -> Map Text (Value Text)
parameters :: (Prelude.Map Prelude.Text (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html#cfn-ssmquicksetup-configurationmanager-configurationdefinition-type>
                                     ConfigurationDefinitionProperty -> Value Text
type' :: (Value Prelude.Text),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html#cfn-ssmquicksetup-configurationmanager-configurationdefinition-typeversion>
                                     ConfigurationDefinitionProperty -> Maybe (Value Text)
typeVersion :: (Prelude.Maybe (Value Prelude.Text)),
                                     -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssmquicksetup-configurationmanager-configurationdefinition.html#cfn-ssmquicksetup-configurationmanager-configurationdefinition-id>
                                     ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty -> Bool
(ConfigurationDefinitionProperty
 -> ConfigurationDefinitionProperty -> Bool)
-> (ConfigurationDefinitionProperty
    -> ConfigurationDefinitionProperty -> Bool)
-> Eq ConfigurationDefinitionProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty -> Bool
== :: ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty -> Bool
$c/= :: ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty -> Bool
/= :: ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty -> Bool
Prelude.Eq, Int -> ConfigurationDefinitionProperty -> ShowS
[ConfigurationDefinitionProperty] -> ShowS
ConfigurationDefinitionProperty -> String
(Int -> ConfigurationDefinitionProperty -> ShowS)
-> (ConfigurationDefinitionProperty -> String)
-> ([ConfigurationDefinitionProperty] -> ShowS)
-> Show ConfigurationDefinitionProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ConfigurationDefinitionProperty -> ShowS
showsPrec :: Int -> ConfigurationDefinitionProperty -> ShowS
$cshow :: ConfigurationDefinitionProperty -> String
show :: ConfigurationDefinitionProperty -> String
$cshowList :: [ConfigurationDefinitionProperty] -> ShowS
showList :: [ConfigurationDefinitionProperty] -> ShowS
Prelude.Show)
mkConfigurationDefinitionProperty ::
  Prelude.Map Prelude.Text (Value Prelude.Text)
  -> Value Prelude.Text -> ConfigurationDefinitionProperty
mkConfigurationDefinitionProperty :: Map Text (Value Text)
-> Value Text -> ConfigurationDefinitionProperty
mkConfigurationDefinitionProperty Map Text (Value Text)
parameters Value Text
type'
  = ConfigurationDefinitionProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), parameters :: Map Text (Value Text)
parameters = Map Text (Value Text)
parameters, type' :: Value Text
type' = Value Text
type',
       localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentAdministrationRoleArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       localDeploymentExecutionRoleName :: Maybe (Value Text)
localDeploymentExecutionRoleName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       typeVersion :: Maybe (Value Text)
typeVersion = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, id :: Maybe (Value Text)
id = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties ConfigurationDefinitionProperty where
  toResourceProperties :: ConfigurationDefinitionProperty -> ResourceProperties
toResourceProperties ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::SSMQuickSetup::ConfigurationManager.ConfigurationDefinition",
         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
"Parameters" Key -> Map Text (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..= Map Text (Value Text)
parameters, Key
"Type" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
type']
                           ([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
"LocalDeploymentAdministrationRoleArn"
                                 (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)
localDeploymentAdministrationRoleArn,
                               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
"LocalDeploymentExecutionRoleName"
                                 (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)
localDeploymentExecutionRoleName,
                               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
"TypeVersion" (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)
typeVersion,
                               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
"id" (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)
id]))}
instance JSON.ToJSON ConfigurationDefinitionProperty where
  toJSON :: ConfigurationDefinitionProperty -> Value
toJSON ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: 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
"Parameters" Key -> Map Text (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..= Map Text (Value Text)
parameters, Key
"Type" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
type']
              ([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
"LocalDeploymentAdministrationRoleArn"
                    (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)
localDeploymentAdministrationRoleArn,
                  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
"LocalDeploymentExecutionRoleName"
                    (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)
localDeploymentExecutionRoleName,
                  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
"TypeVersion" (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)
typeVersion,
                  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
"id" (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)
id])))
instance Property "LocalDeploymentAdministrationRoleArn" ConfigurationDefinitionProperty where
  type PropertyType "LocalDeploymentAdministrationRoleArn" ConfigurationDefinitionProperty = Value Prelude.Text
  set :: PropertyType
  "LocalDeploymentAdministrationRoleArn"
  ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
set PropertyType
  "LocalDeploymentAdministrationRoleArn"
  ConfigurationDefinitionProperty
newValue ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
    = ConfigurationDefinitionProperty
        {localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentAdministrationRoleArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "LocalDeploymentAdministrationRoleArn"
  ConfigurationDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ()
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
instance Property "LocalDeploymentExecutionRoleName" ConfigurationDefinitionProperty where
  type PropertyType "LocalDeploymentExecutionRoleName" ConfigurationDefinitionProperty = Value Prelude.Text
  set :: PropertyType
  "LocalDeploymentExecutionRoleName" ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
set PropertyType
  "LocalDeploymentExecutionRoleName" ConfigurationDefinitionProperty
newValue ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
    = ConfigurationDefinitionProperty
        {localDeploymentExecutionRoleName :: Maybe (Value Text)
localDeploymentExecutionRoleName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "LocalDeploymentExecutionRoleName" ConfigurationDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
instance Property "Parameters" ConfigurationDefinitionProperty where
  type PropertyType "Parameters" ConfigurationDefinitionProperty = Prelude.Map Prelude.Text (Value Prelude.Text)
  set :: PropertyType "Parameters" ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
set PropertyType "Parameters" ConfigurationDefinitionProperty
newValue ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
    = ConfigurationDefinitionProperty {parameters :: Map Text (Value Text)
parameters = Map Text (Value Text)
PropertyType "Parameters" ConfigurationDefinitionProperty
newValue, Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
instance Property "Type" ConfigurationDefinitionProperty where
  type PropertyType "Type" ConfigurationDefinitionProperty = Value Prelude.Text
  set :: PropertyType "Type" ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
set PropertyType "Type" ConfigurationDefinitionProperty
newValue ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
    = ConfigurationDefinitionProperty {type' :: Value Text
type' = PropertyType "Type" ConfigurationDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Map Text (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
instance Property "TypeVersion" ConfigurationDefinitionProperty where
  type PropertyType "TypeVersion" ConfigurationDefinitionProperty = Value Prelude.Text
  set :: PropertyType "TypeVersion" ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
set PropertyType "TypeVersion" ConfigurationDefinitionProperty
newValue ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
    = ConfigurationDefinitionProperty
        {typeVersion :: Maybe (Value Text)
typeVersion = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TypeVersion" ConfigurationDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
id :: Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
id :: Maybe (Value Text)
..}
instance Property "id" ConfigurationDefinitionProperty where
  type PropertyType "id" ConfigurationDefinitionProperty = Value Prelude.Text
  set :: PropertyType "id" ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
-> ConfigurationDefinitionProperty
set PropertyType "id" ConfigurationDefinitionProperty
newValue ConfigurationDefinitionProperty {Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ConfigurationDefinitionProperty -> ()
localDeploymentAdministrationRoleArn :: ConfigurationDefinitionProperty -> Maybe (Value Text)
localDeploymentExecutionRoleName :: ConfigurationDefinitionProperty -> Maybe (Value Text)
parameters :: ConfigurationDefinitionProperty -> Map Text (Value Text)
type' :: ConfigurationDefinitionProperty -> Value Text
typeVersion :: ConfigurationDefinitionProperty -> Maybe (Value Text)
id :: ConfigurationDefinitionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
id :: Maybe (Value Text)
..}
    = ConfigurationDefinitionProperty {id :: Maybe (Value Text)
id = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "id" ConfigurationDefinitionProperty
Value Text
newValue, Maybe (Value Text)
()
Map Text (Value Text)
Value Text
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
haddock_workaround_ :: ()
localDeploymentAdministrationRoleArn :: Maybe (Value Text)
localDeploymentExecutionRoleName :: Maybe (Value Text)
parameters :: Map Text (Value Text)
type' :: Value Text
typeVersion :: Maybe (Value Text)
..}