module Stratosphere.Bedrock.Agent.AgentActionGroupProperty (
        module Exports, AgentActionGroupProperty(..),
        mkAgentActionGroupProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.Bedrock.Agent.APISchemaProperty as Exports
import {-# SOURCE #-} Stratosphere.Bedrock.Agent.ActionGroupExecutorProperty as Exports
import {-# SOURCE #-} Stratosphere.Bedrock.Agent.FunctionSchemaProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data AgentActionGroupProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html>
    AgentActionGroupProperty {AgentActionGroupProperty -> ()
haddock_workaround_ :: (),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-actiongroupexecutor>
                              AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupExecutor :: (Prelude.Maybe ActionGroupExecutorProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-actiongroupname>
                              AgentActionGroupProperty -> Value Text
actionGroupName :: (Value Prelude.Text),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-actiongroupstate>
                              AgentActionGroupProperty -> Maybe (Value Text)
actionGroupState :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-apischema>
                              AgentActionGroupProperty -> Maybe APISchemaProperty
apiSchema :: (Prelude.Maybe APISchemaProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-description>
                              AgentActionGroupProperty -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-functionschema>
                              AgentActionGroupProperty -> Maybe FunctionSchemaProperty
functionSchema :: (Prelude.Maybe FunctionSchemaProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-parentactiongroupsignature>
                              AgentActionGroupProperty -> Maybe (Value Text)
parentActionGroupSignature :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-agent-agentactiongroup.html#cfn-bedrock-agent-agentactiongroup-skipresourceinusecheckondelete>
                              AgentActionGroupProperty -> Maybe (Value Bool)
skipResourceInUseCheckOnDelete :: (Prelude.Maybe (Value Prelude.Bool))}
  deriving stock (AgentActionGroupProperty -> AgentActionGroupProperty -> Bool
(AgentActionGroupProperty -> AgentActionGroupProperty -> Bool)
-> (AgentActionGroupProperty -> AgentActionGroupProperty -> Bool)
-> Eq AgentActionGroupProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: AgentActionGroupProperty -> AgentActionGroupProperty -> Bool
== :: AgentActionGroupProperty -> AgentActionGroupProperty -> Bool
$c/= :: AgentActionGroupProperty -> AgentActionGroupProperty -> Bool
/= :: AgentActionGroupProperty -> AgentActionGroupProperty -> Bool
Prelude.Eq, Int -> AgentActionGroupProperty -> ShowS
[AgentActionGroupProperty] -> ShowS
AgentActionGroupProperty -> String
(Int -> AgentActionGroupProperty -> ShowS)
-> (AgentActionGroupProperty -> String)
-> ([AgentActionGroupProperty] -> ShowS)
-> Show AgentActionGroupProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> AgentActionGroupProperty -> ShowS
showsPrec :: Int -> AgentActionGroupProperty -> ShowS
$cshow :: AgentActionGroupProperty -> String
show :: AgentActionGroupProperty -> String
$cshowList :: [AgentActionGroupProperty] -> ShowS
showList :: [AgentActionGroupProperty] -> ShowS
Prelude.Show)
mkAgentActionGroupProperty ::
  Value Prelude.Text -> AgentActionGroupProperty
mkAgentActionGroupProperty :: Value Text -> AgentActionGroupProperty
mkAgentActionGroupProperty Value Text
actionGroupName
  = AgentActionGroupProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), actionGroupName :: Value Text
actionGroupName = Value Text
actionGroupName,
       actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupExecutor = Maybe ActionGroupExecutorProperty
forall a. Maybe a
Prelude.Nothing,
       actionGroupState :: Maybe (Value Text)
actionGroupState = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, apiSchema :: Maybe APISchemaProperty
apiSchema = Maybe APISchemaProperty
forall a. Maybe a
Prelude.Nothing,
       description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, functionSchema :: Maybe FunctionSchemaProperty
functionSchema = Maybe FunctionSchemaProperty
forall a. Maybe a
Prelude.Nothing,
       parentActionGroupSignature :: Maybe (Value Text)
parentActionGroupSignature = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
skipResourceInUseCheckOnDelete = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties AgentActionGroupProperty where
  toResourceProperties :: AgentActionGroupProperty -> ResourceProperties
toResourceProperties AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::Bedrock::Agent.AgentActionGroup",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"ActionGroupName" 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
actionGroupName]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> ActionGroupExecutorProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ActionGroupExecutor" (ActionGroupExecutorProperty -> (Key, Value))
-> Maybe ActionGroupExecutorProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ActionGroupExecutorProperty
actionGroupExecutor,
                               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
"ActionGroupState" (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)
actionGroupState,
                               Key -> APISchemaProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ApiSchema" (APISchemaProperty -> (Key, Value))
-> Maybe APISchemaProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe APISchemaProperty
apiSchema,
                               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 -> FunctionSchemaProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FunctionSchema" (FunctionSchemaProperty -> (Key, Value))
-> Maybe FunctionSchemaProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FunctionSchemaProperty
functionSchema,
                               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
"ParentActionGroupSignature"
                                 (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)
parentActionGroupSignature,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SkipResourceInUseCheckOnDelete"
                                 (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
skipResourceInUseCheckOnDelete]))}
instance JSON.ToJSON AgentActionGroupProperty where
  toJSON :: AgentActionGroupProperty -> Value
toJSON AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = [(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
"ActionGroupName" 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
actionGroupName]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> ActionGroupExecutorProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ActionGroupExecutor" (ActionGroupExecutorProperty -> (Key, Value))
-> Maybe ActionGroupExecutorProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ActionGroupExecutorProperty
actionGroupExecutor,
                  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
"ActionGroupState" (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)
actionGroupState,
                  Key -> APISchemaProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ApiSchema" (APISchemaProperty -> (Key, Value))
-> Maybe APISchemaProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe APISchemaProperty
apiSchema,
                  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 -> FunctionSchemaProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FunctionSchema" (FunctionSchemaProperty -> (Key, Value))
-> Maybe FunctionSchemaProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FunctionSchemaProperty
functionSchema,
                  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
"ParentActionGroupSignature"
                    (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)
parentActionGroupSignature,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SkipResourceInUseCheckOnDelete"
                    (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
skipResourceInUseCheckOnDelete])))
instance Property "ActionGroupExecutor" AgentActionGroupProperty where
  type PropertyType "ActionGroupExecutor" AgentActionGroupProperty = ActionGroupExecutorProperty
  set :: PropertyType "ActionGroupExecutor" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType "ActionGroupExecutor" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty
        {actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupExecutor = ActionGroupExecutorProperty -> Maybe ActionGroupExecutorProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ActionGroupExecutor" AgentActionGroupProperty
ActionGroupExecutorProperty
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: ()
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
instance Property "ActionGroupName" AgentActionGroupProperty where
  type PropertyType "ActionGroupName" AgentActionGroupProperty = Value Prelude.Text
  set :: PropertyType "ActionGroupName" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType "ActionGroupName" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty {actionGroupName :: Value Text
actionGroupName = PropertyType "ActionGroupName" AgentActionGroupProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
instance Property "ActionGroupState" AgentActionGroupProperty where
  type PropertyType "ActionGroupState" AgentActionGroupProperty = Value Prelude.Text
  set :: PropertyType "ActionGroupState" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType "ActionGroupState" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty
        {actionGroupState :: Maybe (Value Text)
actionGroupState = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ActionGroupState" AgentActionGroupProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
instance Property "ApiSchema" AgentActionGroupProperty where
  type PropertyType "ApiSchema" AgentActionGroupProperty = APISchemaProperty
  set :: PropertyType "ApiSchema" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType "ApiSchema" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty {apiSchema :: Maybe APISchemaProperty
apiSchema = APISchemaProperty -> Maybe APISchemaProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ApiSchema" AgentActionGroupProperty
APISchemaProperty
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
()
Value Text
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
instance Property "Description" AgentActionGroupProperty where
  type PropertyType "Description" AgentActionGroupProperty = Value Prelude.Text
  set :: PropertyType "Description" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType "Description" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty
        {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" AgentActionGroupProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
instance Property "FunctionSchema" AgentActionGroupProperty where
  type PropertyType "FunctionSchema" AgentActionGroupProperty = FunctionSchemaProperty
  set :: PropertyType "FunctionSchema" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType "FunctionSchema" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty
        {functionSchema :: Maybe FunctionSchemaProperty
functionSchema = FunctionSchemaProperty -> Maybe FunctionSchemaProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FunctionSchema" AgentActionGroupProperty
FunctionSchemaProperty
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
instance Property "ParentActionGroupSignature" AgentActionGroupProperty where
  type PropertyType "ParentActionGroupSignature" AgentActionGroupProperty = Value Prelude.Text
  set :: PropertyType "ParentActionGroupSignature" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType "ParentActionGroupSignature" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty
        {parentActionGroupSignature :: Maybe (Value Text)
parentActionGroupSignature = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ParentActionGroupSignature" AgentActionGroupProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
instance Property "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty where
  type PropertyType "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty = Value Prelude.Bool
  set :: PropertyType
  "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty
-> AgentActionGroupProperty -> AgentActionGroupProperty
set PropertyType
  "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty
newValue AgentActionGroupProperty {Maybe (Value Bool)
Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: AgentActionGroupProperty -> ()
actionGroupExecutor :: AgentActionGroupProperty -> Maybe ActionGroupExecutorProperty
actionGroupName :: AgentActionGroupProperty -> Value Text
actionGroupState :: AgentActionGroupProperty -> Maybe (Value Text)
apiSchema :: AgentActionGroupProperty -> Maybe APISchemaProperty
description :: AgentActionGroupProperty -> Maybe (Value Text)
functionSchema :: AgentActionGroupProperty -> Maybe FunctionSchemaProperty
parentActionGroupSignature :: AgentActionGroupProperty -> Maybe (Value Text)
skipResourceInUseCheckOnDelete :: AgentActionGroupProperty -> Maybe (Value Bool)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
..}
    = AgentActionGroupProperty
        {skipResourceInUseCheckOnDelete :: Maybe (Value Bool)
skipResourceInUseCheckOnDelete = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
  "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty
Value Bool
newValue, Maybe (Value Text)
Maybe ActionGroupExecutorProperty
Maybe FunctionSchemaProperty
Maybe APISchemaProperty
()
Value Text
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
haddock_workaround_ :: ()
actionGroupExecutor :: Maybe ActionGroupExecutorProperty
actionGroupName :: Value Text
actionGroupState :: Maybe (Value Text)
apiSchema :: Maybe APISchemaProperty
description :: Maybe (Value Text)
functionSchema :: Maybe FunctionSchemaProperty
parentActionGroupSignature :: Maybe (Value Text)
..}