module Stratosphere.Bedrock.FlowAlias (
module Exports, FlowAlias(..), mkFlowAlias
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.Bedrock.FlowAlias.FlowAliasConcurrencyConfigurationProperty as Exports
import {-# SOURCE #-} Stratosphere.Bedrock.FlowAlias.FlowAliasRoutingConfigurationListItemProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data FlowAlias
=
FlowAlias {FlowAlias -> ()
haddock_workaround_ :: (),
FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
concurrencyConfiguration :: (Prelude.Maybe FlowAliasConcurrencyConfigurationProperty),
FlowAlias -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
FlowAlias -> Value Text
flowArn :: (Value Prelude.Text),
FlowAlias -> Value Text
name :: (Value Prelude.Text),
FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty],
FlowAlias -> Maybe (Map Text (Value Text))
tags :: (Prelude.Maybe (Prelude.Map Prelude.Text (Value Prelude.Text)))}
deriving stock (FlowAlias -> FlowAlias -> Bool
(FlowAlias -> FlowAlias -> Bool)
-> (FlowAlias -> FlowAlias -> Bool) -> Eq FlowAlias
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: FlowAlias -> FlowAlias -> Bool
== :: FlowAlias -> FlowAlias -> Bool
$c/= :: FlowAlias -> FlowAlias -> Bool
/= :: FlowAlias -> FlowAlias -> Bool
Prelude.Eq, Int -> FlowAlias -> ShowS
[FlowAlias] -> ShowS
FlowAlias -> String
(Int -> FlowAlias -> ShowS)
-> (FlowAlias -> String)
-> ([FlowAlias] -> ShowS)
-> Show FlowAlias
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> FlowAlias -> ShowS
showsPrec :: Int -> FlowAlias -> ShowS
$cshow :: FlowAlias -> String
show :: FlowAlias -> String
$cshowList :: [FlowAlias] -> ShowS
showList :: [FlowAlias] -> ShowS
Prelude.Show)
mkFlowAlias ::
Value Prelude.Text
-> Value Prelude.Text
-> [FlowAliasRoutingConfigurationListItemProperty] -> FlowAlias
mkFlowAlias :: Value Text
-> Value Text
-> [FlowAliasRoutingConfigurationListItemProperty]
-> FlowAlias
mkFlowAlias Value Text
flowArn Value Text
name [FlowAliasRoutingConfigurationListItemProperty]
routingConfiguration
= FlowAlias
{haddock_workaround_ :: ()
haddock_workaround_ = (), flowArn :: Value Text
flowArn = Value Text
flowArn, name :: Value Text
name = Value Text
name,
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
routingConfiguration = [FlowAliasRoutingConfigurationListItemProperty]
routingConfiguration,
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
concurrencyConfiguration = Maybe FlowAliasConcurrencyConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, tags :: Maybe (Map Text (Value Text))
tags = Maybe (Map Text (Value Text))
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties FlowAlias where
toResourceProperties :: FlowAlias -> ResourceProperties
toResourceProperties FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::Bedrock::FlowAlias", 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
"FlowArn" 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
flowArn, Key
"Name" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
name,
Key
"RoutingConfiguration" Key
-> [FlowAliasRoutingConfigurationListItemProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [FlowAliasRoutingConfigurationListItemProperty]
routingConfiguration]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> FlowAliasConcurrencyConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConcurrencyConfiguration"
(FlowAliasConcurrencyConfigurationProperty -> (Key, Value))
-> Maybe FlowAliasConcurrencyConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FlowAliasConcurrencyConfigurationProperty
concurrencyConfiguration,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
Key -> Map Text (Value Text) -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
tags]))}
instance JSON.ToJSON FlowAlias where
toJSON :: FlowAlias -> Value
toJSON FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"FlowArn" 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
flowArn, Key
"Name" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
name,
Key
"RoutingConfiguration" Key
-> [FlowAliasRoutingConfigurationListItemProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= [FlowAliasRoutingConfigurationListItemProperty]
routingConfiguration]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> FlowAliasConcurrencyConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ConcurrencyConfiguration"
(FlowAliasConcurrencyConfigurationProperty -> (Key, Value))
-> Maybe FlowAliasConcurrencyConfigurationProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FlowAliasConcurrencyConfigurationProperty
concurrencyConfiguration,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
Key -> Map Text (Value Text) -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" (Map Text (Value Text) -> (Key, Value))
-> Maybe (Map Text (Value Text)) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text (Value Text))
tags])))
instance Property "ConcurrencyConfiguration" FlowAlias where
type PropertyType "ConcurrencyConfiguration" FlowAlias = FlowAliasConcurrencyConfigurationProperty
set :: PropertyType "ConcurrencyConfiguration" FlowAlias
-> FlowAlias -> FlowAlias
set PropertyType "ConcurrencyConfiguration" FlowAlias
newValue FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
= FlowAlias {concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
concurrencyConfiguration = FlowAliasConcurrencyConfigurationProperty
-> Maybe FlowAliasConcurrencyConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ConcurrencyConfiguration" FlowAlias
FlowAliasConcurrencyConfigurationProperty
newValue, [FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
instance Property "Description" FlowAlias where
type PropertyType "Description" FlowAlias = Value Prelude.Text
set :: PropertyType "Description" FlowAlias -> FlowAlias -> FlowAlias
set PropertyType "Description" FlowAlias
newValue FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
= FlowAlias {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" FlowAlias
Value Text
newValue, [FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
instance Property "FlowArn" FlowAlias where
type PropertyType "FlowArn" FlowAlias = Value Prelude.Text
set :: PropertyType "FlowArn" FlowAlias -> FlowAlias -> FlowAlias
set PropertyType "FlowArn" FlowAlias
newValue FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..} = FlowAlias {flowArn :: Value Text
flowArn = PropertyType "FlowArn" FlowAlias
Value Text
newValue, [FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
instance Property "Name" FlowAlias where
type PropertyType "Name" FlowAlias = Value Prelude.Text
set :: PropertyType "Name" FlowAlias -> FlowAlias -> FlowAlias
set PropertyType "Name" FlowAlias
newValue FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..} = FlowAlias {name :: Value Text
name = PropertyType "Name" FlowAlias
Value Text
newValue, [FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
instance Property "RoutingConfiguration" FlowAlias where
type PropertyType "RoutingConfiguration" FlowAlias = [FlowAliasRoutingConfigurationListItemProperty]
set :: PropertyType "RoutingConfiguration" FlowAlias
-> FlowAlias -> FlowAlias
set PropertyType "RoutingConfiguration" FlowAlias
newValue FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
= FlowAlias {routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
routingConfiguration = [FlowAliasRoutingConfigurationListItemProperty]
PropertyType "RoutingConfiguration" FlowAlias
newValue, Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
tags :: Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
tags :: Maybe (Map Text (Value Text))
..}
instance Property "Tags" FlowAlias where
type PropertyType "Tags" FlowAlias = Prelude.Map Prelude.Text (Value Prelude.Text)
set :: PropertyType "Tags" FlowAlias -> FlowAlias -> FlowAlias
set PropertyType "Tags" FlowAlias
newValue FlowAlias {[FlowAliasRoutingConfigurationListItemProperty]
Maybe (Map Text (Value Text))
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: FlowAlias -> ()
concurrencyConfiguration :: FlowAlias -> Maybe FlowAliasConcurrencyConfigurationProperty
description :: FlowAlias -> Maybe (Value Text)
flowArn :: FlowAlias -> Value Text
name :: FlowAlias -> Value Text
routingConfiguration :: FlowAlias -> [FlowAliasRoutingConfigurationListItemProperty]
tags :: FlowAlias -> Maybe (Map Text (Value Text))
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
tags :: Maybe (Map Text (Value Text))
..}
= FlowAlias {tags :: Maybe (Map Text (Value Text))
tags = Map Text (Value Text) -> Maybe (Map Text (Value Text))
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text (Value Text)
PropertyType "Tags" FlowAlias
newValue, [FlowAliasRoutingConfigurationListItemProperty]
Maybe (Value Text)
Maybe FlowAliasConcurrencyConfigurationProperty
()
Value Text
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
haddock_workaround_ :: ()
concurrencyConfiguration :: Maybe FlowAliasConcurrencyConfigurationProperty
description :: Maybe (Value Text)
flowArn :: Value Text
name :: Value Text
routingConfiguration :: [FlowAliasRoutingConfigurationListItemProperty]
..}