module Stratosphere.AppStream.Application (
module Exports, Application(..), mkApplication
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.AppStream.Application.S3LocationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Application
=
Application {Application -> ()
haddock_workaround_ :: (),
Application -> Value Text
appBlockArn :: (Value Prelude.Text),
Application -> Maybe (ValueList Text)
attributesToDelete :: (Prelude.Maybe (ValueList Prelude.Text)),
Application -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
Application -> Maybe (Value Text)
displayName :: (Prelude.Maybe (Value Prelude.Text)),
Application -> S3LocationProperty
iconS3Location :: S3LocationProperty,
Application -> ValueList Text
instanceFamilies :: (ValueList Prelude.Text),
Application -> Maybe (Value Text)
launchParameters :: (Prelude.Maybe (Value Prelude.Text)),
Application -> Value Text
launchPath :: (Value Prelude.Text),
Application -> Value Text
name :: (Value Prelude.Text),
Application -> ValueList Text
platforms :: (ValueList Prelude.Text),
Application -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
Application -> Maybe (Value Text)
workingDirectory :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (Application -> Application -> Bool
(Application -> Application -> Bool)
-> (Application -> Application -> Bool) -> Eq Application
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Application -> Application -> Bool
== :: Application -> Application -> Bool
$c/= :: Application -> Application -> Bool
/= :: Application -> Application -> Bool
Prelude.Eq, Int -> Application -> ShowS
[Application] -> ShowS
Application -> String
(Int -> Application -> ShowS)
-> (Application -> String)
-> ([Application] -> ShowS)
-> Show Application
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Application -> ShowS
showsPrec :: Int -> Application -> ShowS
$cshow :: Application -> String
show :: Application -> String
$cshowList :: [Application] -> ShowS
showList :: [Application] -> ShowS
Prelude.Show)
mkApplication ::
Value Prelude.Text
-> S3LocationProperty
-> ValueList Prelude.Text
-> Value Prelude.Text
-> Value Prelude.Text -> ValueList Prelude.Text -> Application
mkApplication :: Value Text
-> S3LocationProperty
-> ValueList Text
-> Value Text
-> Value Text
-> ValueList Text
-> Application
mkApplication
Value Text
appBlockArn
S3LocationProperty
iconS3Location
ValueList Text
instanceFamilies
Value Text
launchPath
Value Text
name
ValueList Text
platforms
= Application
{haddock_workaround_ :: ()
haddock_workaround_ = (), appBlockArn :: Value Text
appBlockArn = Value Text
appBlockArn,
iconS3Location :: S3LocationProperty
iconS3Location = S3LocationProperty
iconS3Location,
instanceFamilies :: ValueList Text
instanceFamilies = ValueList Text
instanceFamilies, launchPath :: Value Text
launchPath = Value Text
launchPath,
name :: Value Text
name = Value Text
name, platforms :: ValueList Text
platforms = ValueList Text
platforms,
attributesToDelete :: Maybe (ValueList Text)
attributesToDelete = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, displayName :: Maybe (Value Text)
displayName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
launchParameters :: Maybe (Value Text)
launchParameters = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing,
workingDirectory :: Maybe (Value Text)
workingDirectory = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Application where
toResourceProperties :: Application -> ResourceProperties
toResourceProperties Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::AppStream::Application",
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
"AppBlockArn" 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
appBlockArn,
Key
"IconS3Location" Key -> S3LocationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= S3LocationProperty
iconS3Location,
Key
"InstanceFamilies" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
instanceFamilies,
Key
"LaunchPath" 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
launchPath, Key
"Name" 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
name,
Key
"Platforms" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
platforms]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AttributesToDelete" (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)
attributesToDelete,
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
"DisplayName" (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)
displayName,
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
"LaunchParameters" (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)
launchParameters,
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
"WorkingDirectory" (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)
workingDirectory]))}
instance JSON.ToJSON Application where
toJSON :: Application -> Value
toJSON Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: 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
"AppBlockArn" 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
appBlockArn,
Key
"IconS3Location" Key -> S3LocationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= S3LocationProperty
iconS3Location,
Key
"InstanceFamilies" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
instanceFamilies,
Key
"LaunchPath" 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
launchPath, Key
"Name" 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
name,
Key
"Platforms" Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ValueList Text
platforms]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[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
"AttributesToDelete" (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)
attributesToDelete,
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
"DisplayName" (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)
displayName,
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
"LaunchParameters" (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)
launchParameters,
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
"WorkingDirectory" (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)
workingDirectory])))
instance Property "AppBlockArn" Application where
type PropertyType "AppBlockArn" Application = Value Prelude.Text
set :: PropertyType "AppBlockArn" Application
-> Application -> Application
set PropertyType "AppBlockArn" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {appBlockArn :: Value Text
appBlockArn = PropertyType "AppBlockArn" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "AttributesToDelete" Application where
type PropertyType "AttributesToDelete" Application = ValueList Prelude.Text
set :: PropertyType "AttributesToDelete" Application
-> Application -> Application
set PropertyType "AttributesToDelete" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {attributesToDelete :: Maybe (ValueList Text)
attributesToDelete = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AttributesToDelete" Application
ValueList Text
newValue, Maybe [Tag]
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "Description" Application where
type PropertyType "Description" Application = Value Prelude.Text
set :: PropertyType "Description" Application
-> Application -> Application
set PropertyType "Description" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {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" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "DisplayName" Application where
type PropertyType "DisplayName" Application = Value Prelude.Text
set :: PropertyType "DisplayName" Application
-> Application -> Application
set PropertyType "DisplayName" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {displayName :: Maybe (Value Text)
displayName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DisplayName" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "IconS3Location" Application where
type PropertyType "IconS3Location" Application = S3LocationProperty
set :: PropertyType "IconS3Location" Application
-> Application -> Application
set PropertyType "IconS3Location" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {iconS3Location :: S3LocationProperty
iconS3Location = PropertyType "IconS3Location" Application
S3LocationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "InstanceFamilies" Application where
type PropertyType "InstanceFamilies" Application = ValueList Prelude.Text
set :: PropertyType "InstanceFamilies" Application
-> Application -> Application
set PropertyType "InstanceFamilies" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {instanceFamilies :: ValueList Text
instanceFamilies = PropertyType "InstanceFamilies" Application
ValueList Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "LaunchParameters" Application where
type PropertyType "LaunchParameters" Application = Value Prelude.Text
set :: PropertyType "LaunchParameters" Application
-> Application -> Application
set PropertyType "LaunchParameters" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {launchParameters :: Maybe (Value Text)
launchParameters = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LaunchParameters" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "LaunchPath" Application where
type PropertyType "LaunchPath" Application = Value Prelude.Text
set :: PropertyType "LaunchPath" Application -> Application -> Application
set PropertyType "LaunchPath" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {launchPath :: Value Text
launchPath = PropertyType "LaunchPath" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "Name" Application where
type PropertyType "Name" Application = Value Prelude.Text
set :: PropertyType "Name" Application -> Application -> Application
set PropertyType "Name" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..} = Application {name :: Value Text
name = PropertyType "Name" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "Platforms" Application where
type PropertyType "Platforms" Application = ValueList Prelude.Text
set :: PropertyType "Platforms" Application -> Application -> Application
set PropertyType "Platforms" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {platforms :: ValueList Text
platforms = PropertyType "Platforms" Application
ValueList Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
instance Property "Tags" Application where
type PropertyType "Tags" Application = [Tag]
set :: PropertyType "Tags" Application -> Application -> Application
set PropertyType "Tags" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {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" Application
newValue, Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
workingDirectory :: Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
workingDirectory :: Maybe (Value Text)
..}
instance Property "WorkingDirectory" Application where
type PropertyType "WorkingDirectory" Application = Value Prelude.Text
set :: PropertyType "WorkingDirectory" Application
-> Application -> Application
set PropertyType "WorkingDirectory" Application
newValue Application {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: Application -> ()
appBlockArn :: Application -> Value Text
attributesToDelete :: Application -> Maybe (ValueList Text)
description :: Application -> Maybe (Value Text)
displayName :: Application -> Maybe (Value Text)
iconS3Location :: Application -> S3LocationProperty
instanceFamilies :: Application -> ValueList Text
launchParameters :: Application -> Maybe (Value Text)
launchPath :: Application -> Value Text
name :: Application -> Value Text
platforms :: Application -> ValueList Text
tags :: Application -> Maybe [Tag]
workingDirectory :: Application -> Maybe (Value Text)
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
workingDirectory :: Maybe (Value Text)
..}
= Application {workingDirectory :: Maybe (Value Text)
workingDirectory = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "WorkingDirectory" Application
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
()
ValueList Text
Value Text
S3LocationProperty
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
haddock_workaround_ :: ()
appBlockArn :: Value Text
attributesToDelete :: Maybe (ValueList Text)
description :: Maybe (Value Text)
displayName :: Maybe (Value Text)
iconS3Location :: S3LocationProperty
instanceFamilies :: ValueList Text
launchParameters :: Maybe (Value Text)
launchPath :: Value Text
name :: Value Text
platforms :: ValueList Text
tags :: Maybe [Tag]
..}