module Stratosphere.AppConfig.Deployment (
module Exports, Deployment(..), mkDeployment
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.AppConfig.Deployment.DynamicExtensionParametersProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Deployment
=
Deployment {Deployment -> ()
haddock_workaround_ :: (),
Deployment -> Value Text
applicationId :: (Value Prelude.Text),
Deployment -> Value Text
configurationProfileId :: (Value Prelude.Text),
Deployment -> Value Text
configurationVersion :: (Value Prelude.Text),
Deployment -> Value Text
deploymentStrategyId :: (Value Prelude.Text),
Deployment -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
Deployment -> Maybe [DynamicExtensionParametersProperty]
dynamicExtensionParameters :: (Prelude.Maybe [DynamicExtensionParametersProperty]),
Deployment -> Value Text
environmentId :: (Value Prelude.Text),
Deployment -> Maybe (Value Text)
kmsKeyIdentifier :: (Prelude.Maybe (Value Prelude.Text)),
Deployment -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag])}
deriving stock (Deployment -> Deployment -> Bool
(Deployment -> Deployment -> Bool)
-> (Deployment -> Deployment -> Bool) -> Eq Deployment
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Deployment -> Deployment -> Bool
== :: Deployment -> Deployment -> Bool
$c/= :: Deployment -> Deployment -> Bool
/= :: Deployment -> Deployment -> Bool
Prelude.Eq, Int -> Deployment -> ShowS
[Deployment] -> ShowS
Deployment -> String
(Int -> Deployment -> ShowS)
-> (Deployment -> String)
-> ([Deployment] -> ShowS)
-> Show Deployment
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Deployment -> ShowS
showsPrec :: Int -> Deployment -> ShowS
$cshow :: Deployment -> String
show :: Deployment -> String
$cshowList :: [Deployment] -> ShowS
showList :: [Deployment] -> ShowS
Prelude.Show)
mkDeployment ::
Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text -> Value Prelude.Text -> Deployment
mkDeployment :: Value Text
-> Value Text
-> Value Text
-> Value Text
-> Value Text
-> Deployment
mkDeployment
Value Text
applicationId
Value Text
configurationProfileId
Value Text
configurationVersion
Value Text
deploymentStrategyId
Value Text
environmentId
= Deployment
{haddock_workaround_ :: ()
haddock_workaround_ = (), applicationId :: Value Text
applicationId = Value Text
applicationId,
configurationProfileId :: Value Text
configurationProfileId = Value Text
configurationProfileId,
configurationVersion :: Value Text
configurationVersion = Value Text
configurationVersion,
deploymentStrategyId :: Value Text
deploymentStrategyId = Value Text
deploymentStrategyId,
environmentId :: Value Text
environmentId = Value Text
environmentId, description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
dynamicExtensionParameters = Maybe [DynamicExtensionParametersProperty]
forall a. Maybe a
Prelude.Nothing,
kmsKeyIdentifier :: Maybe (Value Text)
kmsKeyIdentifier = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Deployment where
toResourceProperties :: Deployment -> ResourceProperties
toResourceProperties Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::AppConfig::Deployment",
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
"ApplicationId" 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
applicationId,
Key
"ConfigurationProfileId" 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
configurationProfileId,
Key
"ConfigurationVersion" 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
configurationVersion,
Key
"DeploymentStrategyId" 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
deploymentStrategyId,
Key
"EnvironmentId" 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
environmentId]
([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
"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 -> [DynamicExtensionParametersProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DynamicExtensionParameters"
([DynamicExtensionParametersProperty] -> (Key, Value))
-> Maybe [DynamicExtensionParametersProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DynamicExtensionParametersProperty]
dynamicExtensionParameters,
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
"KmsKeyIdentifier" (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)
kmsKeyIdentifier,
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]))}
instance JSON.ToJSON Deployment where
toJSON :: Deployment -> Value
toJSON Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= [(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
"ApplicationId" 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
applicationId,
Key
"ConfigurationProfileId" 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
configurationProfileId,
Key
"ConfigurationVersion" 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
configurationVersion,
Key
"DeploymentStrategyId" 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
deploymentStrategyId,
Key
"EnvironmentId" 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
environmentId]
([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
"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 -> [DynamicExtensionParametersProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DynamicExtensionParameters"
([DynamicExtensionParametersProperty] -> (Key, Value))
-> Maybe [DynamicExtensionParametersProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [DynamicExtensionParametersProperty]
dynamicExtensionParameters,
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
"KmsKeyIdentifier" (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)
kmsKeyIdentifier,
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])))
instance Property "ApplicationId" Deployment where
type PropertyType "ApplicationId" Deployment = Value Prelude.Text
set :: PropertyType "ApplicationId" Deployment -> Deployment -> Deployment
set PropertyType "ApplicationId" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {applicationId :: Value Text
applicationId = PropertyType "ApplicationId" Deployment
Value Text
newValue, Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ConfigurationProfileId" Deployment where
type PropertyType "ConfigurationProfileId" Deployment = Value Prelude.Text
set :: PropertyType "ConfigurationProfileId" Deployment
-> Deployment -> Deployment
set PropertyType "ConfigurationProfileId" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {configurationProfileId :: Value Text
configurationProfileId = PropertyType "ConfigurationProfileId" Deployment
Value Text
newValue, Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "ConfigurationVersion" Deployment where
type PropertyType "ConfigurationVersion" Deployment = Value Prelude.Text
set :: PropertyType "ConfigurationVersion" Deployment
-> Deployment -> Deployment
set PropertyType "ConfigurationVersion" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {configurationVersion :: Value Text
configurationVersion = PropertyType "ConfigurationVersion" Deployment
Value Text
newValue, Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "DeploymentStrategyId" Deployment where
type PropertyType "DeploymentStrategyId" Deployment = Value Prelude.Text
set :: PropertyType "DeploymentStrategyId" Deployment
-> Deployment -> Deployment
set PropertyType "DeploymentStrategyId" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {deploymentStrategyId :: Value Text
deploymentStrategyId = PropertyType "DeploymentStrategyId" Deployment
Value Text
newValue, Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "Description" Deployment where
type PropertyType "Description" Deployment = Value Prelude.Text
set :: PropertyType "Description" Deployment -> Deployment -> Deployment
set PropertyType "Description" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {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" Deployment
Value Text
newValue, Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "DynamicExtensionParameters" Deployment where
type PropertyType "DynamicExtensionParameters" Deployment = [DynamicExtensionParametersProperty]
set :: PropertyType "DynamicExtensionParameters" Deployment
-> Deployment -> Deployment
set PropertyType "DynamicExtensionParameters" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment
{dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
dynamicExtensionParameters = [DynamicExtensionParametersProperty]
-> Maybe [DynamicExtensionParametersProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [DynamicExtensionParametersProperty]
PropertyType "DynamicExtensionParameters" Deployment
newValue, Maybe [Tag]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "EnvironmentId" Deployment where
type PropertyType "EnvironmentId" Deployment = Value Prelude.Text
set :: PropertyType "EnvironmentId" Deployment -> Deployment -> Deployment
set PropertyType "EnvironmentId" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {environmentId :: Value Text
environmentId = PropertyType "EnvironmentId" Deployment
Value Text
newValue, Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
instance Property "KmsKeyIdentifier" Deployment where
type PropertyType "KmsKeyIdentifier" Deployment = Value Prelude.Text
set :: PropertyType "KmsKeyIdentifier" Deployment
-> Deployment -> Deployment
set PropertyType "KmsKeyIdentifier" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {kmsKeyIdentifier :: Maybe (Value Text)
kmsKeyIdentifier = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "KmsKeyIdentifier" Deployment
Value Text
newValue, Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
tags :: Maybe [Tag]
..}
instance Property "Tags" Deployment where
type PropertyType "Tags" Deployment = [Tag]
set :: PropertyType "Tags" Deployment -> Deployment -> Deployment
set PropertyType "Tags" Deployment
newValue Deployment {Maybe [Tag]
Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: Deployment -> ()
applicationId :: Deployment -> Value Text
configurationProfileId :: Deployment -> Value Text
configurationVersion :: Deployment -> Value Text
deploymentStrategyId :: Deployment -> Value Text
description :: Deployment -> Maybe (Value Text)
dynamicExtensionParameters :: Deployment -> Maybe [DynamicExtensionParametersProperty]
environmentId :: Deployment -> Value Text
kmsKeyIdentifier :: Deployment -> Maybe (Value Text)
tags :: Deployment -> Maybe [Tag]
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
tags :: Maybe [Tag]
..}
= Deployment {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" Deployment
newValue, Maybe [DynamicExtensionParametersProperty]
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
haddock_workaround_ :: ()
applicationId :: Value Text
configurationProfileId :: Value Text
configurationVersion :: Value Text
deploymentStrategyId :: Value Text
description :: Maybe (Value Text)
dynamicExtensionParameters :: Maybe [DynamicExtensionParametersProperty]
environmentId :: Value Text
kmsKeyIdentifier :: Maybe (Value Text)
..}