module Stratosphere.EMRServerless.Application (
        module Exports, Application(..), mkApplication
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.AutoStartConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.AutoStopConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.ConfigurationObjectProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.IdentityCenterConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.ImageConfigurationInputProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.InitialCapacityConfigKeyValuePairProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.InteractiveConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.MaximumAllowedResourcesProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.MonitoringConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.NetworkConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.SchedulerConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.EMRServerless.Application.WorkerTypeSpecificationInputProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Application
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html>
    Application {Application -> ()
haddock_workaround_ :: (),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-architecture>
                 Application -> Maybe (Value Text)
architecture :: (Prelude.Maybe (Value Prelude.Text)),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-autostartconfiguration>
                 Application -> Maybe AutoStartConfigurationProperty
autoStartConfiguration :: (Prelude.Maybe AutoStartConfigurationProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-autostopconfiguration>
                 Application -> Maybe AutoStopConfigurationProperty
autoStopConfiguration :: (Prelude.Maybe AutoStopConfigurationProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration>
                 Application -> Maybe IdentityCenterConfigurationProperty
identityCenterConfiguration :: (Prelude.Maybe IdentityCenterConfigurationProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-imageconfiguration>
                 Application -> Maybe ImageConfigurationInputProperty
imageConfiguration :: (Prelude.Maybe ImageConfigurationInputProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-initialcapacity>
                 Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
initialCapacity :: (Prelude.Maybe [InitialCapacityConfigKeyValuePairProperty]),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-interactiveconfiguration>
                 Application -> Maybe InteractiveConfigurationProperty
interactiveConfiguration :: (Prelude.Maybe InteractiveConfigurationProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-maximumcapacity>
                 Application -> Maybe MaximumAllowedResourcesProperty
maximumCapacity :: (Prelude.Maybe MaximumAllowedResourcesProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-monitoringconfiguration>
                 Application -> Maybe MonitoringConfigurationProperty
monitoringConfiguration :: (Prelude.Maybe MonitoringConfigurationProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-name>
                 Application -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-networkconfiguration>
                 Application -> Maybe NetworkConfigurationProperty
networkConfiguration :: (Prelude.Maybe NetworkConfigurationProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-releaselabel>
                 Application -> Value Text
releaseLabel :: (Value Prelude.Text),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-runtimeconfiguration>
                 Application -> Maybe [ConfigurationObjectProperty]
runtimeConfiguration :: (Prelude.Maybe [ConfigurationObjectProperty]),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-schedulerconfiguration>
                 Application -> Maybe SchedulerConfigurationProperty
schedulerConfiguration :: (Prelude.Maybe SchedulerConfigurationProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-tags>
                 Application -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-type>
                 Application -> Value Text
type' :: (Value Prelude.Text),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-workertypespecifications>
                 Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
workerTypeSpecifications :: (Prelude.Maybe (Prelude.Map Prelude.Text WorkerTypeSpecificationInputProperty))}
  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 -> Value Prelude.Text -> Application
mkApplication :: Value Text -> Value Text -> Application
mkApplication Value Text
releaseLabel Value Text
type'
  = Application
      {haddock_workaround_ :: ()
haddock_workaround_ = (), releaseLabel :: Value Text
releaseLabel = Value Text
releaseLabel,
       type' :: Value Text
type' = Value Text
type', architecture :: Maybe (Value Text)
architecture = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStartConfiguration = Maybe AutoStartConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       autoStopConfiguration :: Maybe AutoStopConfigurationProperty
autoStopConfiguration = Maybe AutoStopConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
identityCenterConfiguration = Maybe IdentityCenterConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       imageConfiguration :: Maybe ImageConfigurationInputProperty
imageConfiguration = Maybe ImageConfigurationInputProperty
forall a. Maybe a
Prelude.Nothing,
       initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
initialCapacity = Maybe [InitialCapacityConfigKeyValuePairProperty]
forall a. Maybe a
Prelude.Nothing,
       interactiveConfiguration :: Maybe InteractiveConfigurationProperty
interactiveConfiguration = Maybe InteractiveConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       maximumCapacity :: Maybe MaximumAllowedResourcesProperty
maximumCapacity = Maybe MaximumAllowedResourcesProperty
forall a. Maybe a
Prelude.Nothing,
       monitoringConfiguration :: Maybe MonitoringConfigurationProperty
monitoringConfiguration = Maybe MonitoringConfigurationProperty
forall a. Maybe a
Prelude.Nothing, name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       networkConfiguration :: Maybe NetworkConfigurationProperty
networkConfiguration = Maybe NetworkConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
       runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
runtimeConfiguration = Maybe [ConfigurationObjectProperty]
forall a. Maybe a
Prelude.Nothing,
       schedulerConfiguration :: Maybe SchedulerConfigurationProperty
schedulerConfiguration = Maybe SchedulerConfigurationProperty
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing,
       workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
workerTypeSpecifications = Maybe (Map Text WorkerTypeSpecificationInputProperty)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Application where
  toResourceProperties :: Application -> ResourceProperties
toResourceProperties Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::EMRServerless::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
"ReleaseLabel" 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
releaseLabel, 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
"Architecture" (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)
architecture,
                               Key -> AutoStartConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoStartConfiguration"
                                 (AutoStartConfigurationProperty -> (Key, Value))
-> Maybe AutoStartConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoStartConfigurationProperty
autoStartConfiguration,
                               Key -> AutoStopConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoStopConfiguration"
                                 (AutoStopConfigurationProperty -> (Key, Value))
-> Maybe AutoStopConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoStopConfigurationProperty
autoStopConfiguration,
                               Key -> IdentityCenterConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IdentityCenterConfiguration"
                                 (IdentityCenterConfigurationProperty -> (Key, Value))
-> Maybe IdentityCenterConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IdentityCenterConfigurationProperty
identityCenterConfiguration,
                               Key -> ImageConfigurationInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageConfiguration" (ImageConfigurationInputProperty -> (Key, Value))
-> Maybe ImageConfigurationInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageConfigurationInputProperty
imageConfiguration,
                               Key -> [InitialCapacityConfigKeyValuePairProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InitialCapacity" ([InitialCapacityConfigKeyValuePairProperty] -> (Key, Value))
-> Maybe [InitialCapacityConfigKeyValuePairProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [InitialCapacityConfigKeyValuePairProperty]
initialCapacity,
                               Key -> InteractiveConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InteractiveConfiguration"
                                 (InteractiveConfigurationProperty -> (Key, Value))
-> Maybe InteractiveConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InteractiveConfigurationProperty
interactiveConfiguration,
                               Key -> MaximumAllowedResourcesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaximumCapacity" (MaximumAllowedResourcesProperty -> (Key, Value))
-> Maybe MaximumAllowedResourcesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MaximumAllowedResourcesProperty
maximumCapacity,
                               Key -> MonitoringConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MonitoringConfiguration"
                                 (MonitoringConfigurationProperty -> (Key, Value))
-> Maybe MonitoringConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MonitoringConfigurationProperty
monitoringConfiguration,
                               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
"Name" (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)
name,
                               Key -> NetworkConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkConfiguration" (NetworkConfigurationProperty -> (Key, Value))
-> Maybe NetworkConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NetworkConfigurationProperty
networkConfiguration,
                               Key -> [ConfigurationObjectProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RuntimeConfiguration" ([ConfigurationObjectProperty] -> (Key, Value))
-> Maybe [ConfigurationObjectProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ConfigurationObjectProperty]
runtimeConfiguration,
                               Key -> SchedulerConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SchedulerConfiguration"
                                 (SchedulerConfigurationProperty -> (Key, Value))
-> Maybe SchedulerConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SchedulerConfigurationProperty
schedulerConfiguration,
                               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
-> Map Text WorkerTypeSpecificationInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WorkerTypeSpecifications"
                                 (Map Text WorkerTypeSpecificationInputProperty -> (Key, Value))
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text WorkerTypeSpecificationInputProperty)
workerTypeSpecifications]))}
instance JSON.ToJSON Application where
  toJSON :: Application -> Value
toJSON Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = [(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
"ReleaseLabel" 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
releaseLabel, 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
"Architecture" (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)
architecture,
                  Key -> AutoStartConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoStartConfiguration"
                    (AutoStartConfigurationProperty -> (Key, Value))
-> Maybe AutoStartConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoStartConfigurationProperty
autoStartConfiguration,
                  Key -> AutoStopConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AutoStopConfiguration"
                    (AutoStopConfigurationProperty -> (Key, Value))
-> Maybe AutoStopConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AutoStopConfigurationProperty
autoStopConfiguration,
                  Key -> IdentityCenterConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IdentityCenterConfiguration"
                    (IdentityCenterConfigurationProperty -> (Key, Value))
-> Maybe IdentityCenterConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe IdentityCenterConfigurationProperty
identityCenterConfiguration,
                  Key -> ImageConfigurationInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ImageConfiguration" (ImageConfigurationInputProperty -> (Key, Value))
-> Maybe ImageConfigurationInputProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ImageConfigurationInputProperty
imageConfiguration,
                  Key -> [InitialCapacityConfigKeyValuePairProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InitialCapacity" ([InitialCapacityConfigKeyValuePairProperty] -> (Key, Value))
-> Maybe [InitialCapacityConfigKeyValuePairProperty]
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [InitialCapacityConfigKeyValuePairProperty]
initialCapacity,
                  Key -> InteractiveConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InteractiveConfiguration"
                    (InteractiveConfigurationProperty -> (Key, Value))
-> Maybe InteractiveConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InteractiveConfigurationProperty
interactiveConfiguration,
                  Key -> MaximumAllowedResourcesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaximumCapacity" (MaximumAllowedResourcesProperty -> (Key, Value))
-> Maybe MaximumAllowedResourcesProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MaximumAllowedResourcesProperty
maximumCapacity,
                  Key -> MonitoringConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MonitoringConfiguration"
                    (MonitoringConfigurationProperty -> (Key, Value))
-> Maybe MonitoringConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MonitoringConfigurationProperty
monitoringConfiguration,
                  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
"Name" (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)
name,
                  Key -> NetworkConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkConfiguration" (NetworkConfigurationProperty -> (Key, Value))
-> Maybe NetworkConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NetworkConfigurationProperty
networkConfiguration,
                  Key -> [ConfigurationObjectProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RuntimeConfiguration" ([ConfigurationObjectProperty] -> (Key, Value))
-> Maybe [ConfigurationObjectProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [ConfigurationObjectProperty]
runtimeConfiguration,
                  Key -> SchedulerConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SchedulerConfiguration"
                    (SchedulerConfigurationProperty -> (Key, Value))
-> Maybe SchedulerConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SchedulerConfigurationProperty
schedulerConfiguration,
                  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
-> Map Text WorkerTypeSpecificationInputProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"WorkerTypeSpecifications"
                    (Map Text WorkerTypeSpecificationInputProperty -> (Key, Value))
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text WorkerTypeSpecificationInputProperty)
workerTypeSpecifications])))
instance Property "Architecture" Application where
  type PropertyType "Architecture" Application = Value Prelude.Text
  set :: PropertyType "Architecture" Application
-> Application -> Application
set PropertyType "Architecture" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {architecture :: Maybe (Value Text)
architecture = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Architecture" Application
Value Text
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "AutoStartConfiguration" Application where
  type PropertyType "AutoStartConfiguration" Application = AutoStartConfigurationProperty
  set :: PropertyType "AutoStartConfiguration" Application
-> Application -> Application
set PropertyType "AutoStartConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStartConfiguration = AutoStartConfigurationProperty
-> Maybe AutoStartConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AutoStartConfiguration" Application
AutoStartConfigurationProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "AutoStopConfiguration" Application where
  type PropertyType "AutoStopConfiguration" Application = AutoStopConfigurationProperty
  set :: PropertyType "AutoStopConfiguration" Application
-> Application -> Application
set PropertyType "AutoStopConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {autoStopConfiguration :: Maybe AutoStopConfigurationProperty
autoStopConfiguration = AutoStopConfigurationProperty
-> Maybe AutoStopConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AutoStopConfiguration" Application
AutoStopConfigurationProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "IdentityCenterConfiguration" Application where
  type PropertyType "IdentityCenterConfiguration" Application = IdentityCenterConfigurationProperty
  set :: PropertyType "IdentityCenterConfiguration" Application
-> Application -> Application
set PropertyType "IdentityCenterConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application
        {identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
identityCenterConfiguration = IdentityCenterConfigurationProperty
-> Maybe IdentityCenterConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IdentityCenterConfiguration" Application
IdentityCenterConfigurationProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "ImageConfiguration" Application where
  type PropertyType "ImageConfiguration" Application = ImageConfigurationInputProperty
  set :: PropertyType "ImageConfiguration" Application
-> Application -> Application
set PropertyType "ImageConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {imageConfiguration :: Maybe ImageConfigurationInputProperty
imageConfiguration = ImageConfigurationInputProperty
-> Maybe ImageConfigurationInputProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ImageConfiguration" Application
ImageConfigurationInputProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "InitialCapacity" Application where
  type PropertyType "InitialCapacity" Application = [InitialCapacityConfigKeyValuePairProperty]
  set :: PropertyType "InitialCapacity" Application
-> Application -> Application
set PropertyType "InitialCapacity" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
initialCapacity = [InitialCapacityConfigKeyValuePairProperty]
-> Maybe [InitialCapacityConfigKeyValuePairProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [InitialCapacityConfigKeyValuePairProperty]
PropertyType "InitialCapacity" Application
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "InteractiveConfiguration" Application where
  type PropertyType "InteractiveConfiguration" Application = InteractiveConfigurationProperty
  set :: PropertyType "InteractiveConfiguration" Application
-> Application -> Application
set PropertyType "InteractiveConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application
        {interactiveConfiguration :: Maybe InteractiveConfigurationProperty
interactiveConfiguration = InteractiveConfigurationProperty
-> Maybe InteractiveConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InteractiveConfiguration" Application
InteractiveConfigurationProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "MaximumCapacity" Application where
  type PropertyType "MaximumCapacity" Application = MaximumAllowedResourcesProperty
  set :: PropertyType "MaximumCapacity" Application
-> Application -> Application
set PropertyType "MaximumCapacity" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {maximumCapacity :: Maybe MaximumAllowedResourcesProperty
maximumCapacity = MaximumAllowedResourcesProperty
-> Maybe MaximumAllowedResourcesProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MaximumCapacity" Application
MaximumAllowedResourcesProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "MonitoringConfiguration" Application where
  type PropertyType "MonitoringConfiguration" Application = MonitoringConfigurationProperty
  set :: PropertyType "MonitoringConfiguration" Application
-> Application -> Application
set PropertyType "MonitoringConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {monitoringConfiguration :: Maybe MonitoringConfigurationProperty
monitoringConfiguration = MonitoringConfigurationProperty
-> Maybe MonitoringConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MonitoringConfiguration" Application
MonitoringConfigurationProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
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 [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" Application
Value Text
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "NetworkConfiguration" Application where
  type PropertyType "NetworkConfiguration" Application = NetworkConfigurationProperty
  set :: PropertyType "NetworkConfiguration" Application
-> Application -> Application
set PropertyType "NetworkConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {networkConfiguration :: Maybe NetworkConfigurationProperty
networkConfiguration = NetworkConfigurationProperty -> Maybe NetworkConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NetworkConfiguration" Application
NetworkConfigurationProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "ReleaseLabel" Application where
  type PropertyType "ReleaseLabel" Application = Value Prelude.Text
  set :: PropertyType "ReleaseLabel" Application
-> Application -> Application
set PropertyType "ReleaseLabel" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {releaseLabel :: Value Text
releaseLabel = PropertyType "ReleaseLabel" Application
Value Text
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "RuntimeConfiguration" Application where
  type PropertyType "RuntimeConfiguration" Application = [ConfigurationObjectProperty]
  set :: PropertyType "RuntimeConfiguration" Application
-> Application -> Application
set PropertyType "RuntimeConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
runtimeConfiguration = [ConfigurationObjectProperty]
-> Maybe [ConfigurationObjectProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [ConfigurationObjectProperty]
PropertyType "RuntimeConfiguration" Application
newValue, Maybe [Tag]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "SchedulerConfiguration" Application where
  type PropertyType "SchedulerConfiguration" Application = SchedulerConfigurationProperty
  set :: PropertyType "SchedulerConfiguration" Application
-> Application -> Application
set PropertyType "SchedulerConfiguration" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application {schedulerConfiguration :: Maybe SchedulerConfigurationProperty
schedulerConfiguration = SchedulerConfigurationProperty
-> Maybe SchedulerConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SchedulerConfiguration" Application
SchedulerConfigurationProperty
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
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 [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = 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 [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "Type" Application where
  type PropertyType "Type" Application = Value Prelude.Text
  set :: PropertyType "Type" Application -> Application -> Application
set PropertyType "Type" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..} = Application {type' :: Value Text
type' = PropertyType "Type" Application
Value Text
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
instance Property "WorkerTypeSpecifications" Application where
  type PropertyType "WorkerTypeSpecifications" Application = Prelude.Map Prelude.Text WorkerTypeSpecificationInputProperty
  set :: PropertyType "WorkerTypeSpecifications" Application
-> Application -> Application
set PropertyType "WorkerTypeSpecifications" Application
newValue Application {Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Map Text WorkerTypeSpecificationInputProperty)
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: Application -> ()
architecture :: Application -> Maybe (Value Text)
autoStartConfiguration :: Application -> Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Application -> Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Application -> Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Application -> Maybe ImageConfigurationInputProperty
initialCapacity :: Application -> Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Application -> Maybe InteractiveConfigurationProperty
maximumCapacity :: Application -> Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Application -> Maybe MonitoringConfigurationProperty
name :: Application -> Maybe (Value Text)
networkConfiguration :: Application -> Maybe NetworkConfigurationProperty
releaseLabel :: Application -> Value Text
runtimeConfiguration :: Application -> Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Application -> Maybe SchedulerConfigurationProperty
tags :: Application -> Maybe [Tag]
type' :: Application -> Value Text
workerTypeSpecifications :: Application
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
..}
    = Application
        {workerTypeSpecifications :: Maybe (Map Text WorkerTypeSpecificationInputProperty)
workerTypeSpecifications = Map Text WorkerTypeSpecificationInputProperty
-> Maybe (Map Text WorkerTypeSpecificationInputProperty)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text WorkerTypeSpecificationInputProperty
PropertyType "WorkerTypeSpecifications" Application
newValue, Maybe [Tag]
Maybe [ConfigurationObjectProperty]
Maybe [InitialCapacityConfigKeyValuePairProperty]
Maybe (Value Text)
Maybe AutoStartConfigurationProperty
Maybe AutoStopConfigurationProperty
Maybe IdentityCenterConfigurationProperty
Maybe ImageConfigurationInputProperty
Maybe InteractiveConfigurationProperty
Maybe MaximumAllowedResourcesProperty
Maybe NetworkConfigurationProperty
Maybe MonitoringConfigurationProperty
Maybe SchedulerConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
haddock_workaround_ :: ()
architecture :: Maybe (Value Text)
autoStartConfiguration :: Maybe AutoStartConfigurationProperty
autoStopConfiguration :: Maybe AutoStopConfigurationProperty
identityCenterConfiguration :: Maybe IdentityCenterConfigurationProperty
imageConfiguration :: Maybe ImageConfigurationInputProperty
initialCapacity :: Maybe [InitialCapacityConfigKeyValuePairProperty]
interactiveConfiguration :: Maybe InteractiveConfigurationProperty
maximumCapacity :: Maybe MaximumAllowedResourcesProperty
monitoringConfiguration :: Maybe MonitoringConfigurationProperty
name :: Maybe (Value Text)
networkConfiguration :: Maybe NetworkConfigurationProperty
releaseLabel :: Value Text
runtimeConfiguration :: Maybe [ConfigurationObjectProperty]
schedulerConfiguration :: Maybe SchedulerConfigurationProperty
tags :: Maybe [Tag]
type' :: Value Text
..}