| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.Agent.AgentActionGroupProperty
Documentation
data APISchemaProperty Source #
Constructors
| APISchemaProperty | |
Fields
| |
Instances
data S3IdentifierProperty Source #
Constructors
| S3IdentifierProperty | |
Fields
| |
Instances
| ToJSON S3IdentifierProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.S3IdentifierProperty Methods toJSON :: S3IdentifierProperty -> Value # toEncoding :: S3IdentifierProperty -> Encoding # toJSONList :: [S3IdentifierProperty] -> Value # toEncodingList :: [S3IdentifierProperty] -> Encoding # omitField :: S3IdentifierProperty -> Bool # | |||||
| Show S3IdentifierProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.S3IdentifierProperty Methods showsPrec :: Int -> S3IdentifierProperty -> ShowS # show :: S3IdentifierProperty -> String # showList :: [S3IdentifierProperty] -> ShowS # | |||||
| Eq S3IdentifierProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.S3IdentifierProperty Methods (==) :: S3IdentifierProperty -> S3IdentifierProperty -> Bool # (/=) :: S3IdentifierProperty -> S3IdentifierProperty -> Bool # | |||||
| ToResourceProperties S3IdentifierProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.S3IdentifierProperty Methods toResourceProperties :: S3IdentifierProperty -> ResourceProperties # | |||||
| Property "S3BucketName" S3IdentifierProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.S3IdentifierProperty Associated Types
Methods set :: PropertyType "S3BucketName" S3IdentifierProperty -> S3IdentifierProperty -> S3IdentifierProperty # | |||||
| Property "S3ObjectKey" S3IdentifierProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.S3IdentifierProperty Associated Types
Methods set :: PropertyType "S3ObjectKey" S3IdentifierProperty -> S3IdentifierProperty -> S3IdentifierProperty # | |||||
| type PropertyType "S3BucketName" S3IdentifierProperty Source # | |||||
| type PropertyType "S3ObjectKey" S3IdentifierProperty Source # | |||||
data AgentActionGroupProperty Source #
Constructors
| AgentActionGroupProperty | |
Fields
| |
Instances
| ToJSON AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Methods toJSON :: AgentActionGroupProperty -> Value # toEncoding :: AgentActionGroupProperty -> Encoding # toJSONList :: [AgentActionGroupProperty] -> Value # | |||||
| Show AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Methods showsPrec :: Int -> AgentActionGroupProperty -> ShowS # show :: AgentActionGroupProperty -> String # showList :: [AgentActionGroupProperty] -> ShowS # | |||||
| Eq AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Methods (==) :: AgentActionGroupProperty -> AgentActionGroupProperty -> Bool # (/=) :: AgentActionGroupProperty -> AgentActionGroupProperty -> Bool # | |||||
| ToResourceProperties AgentActionGroupProperty Source # | |||||
| Property "ActionGroupExecutor" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "ActionGroupExecutor" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| Property "ActionGroupName" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "ActionGroupName" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| Property "ActionGroupState" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "ActionGroupState" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| Property "ApiSchema" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "ApiSchema" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| Property "Description" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "Description" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| Property "FunctionSchema" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "FunctionSchema" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| Property "ParentActionGroupSignature" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "ParentActionGroupSignature" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| Property "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty Source # | |||||
Defined in Stratosphere.Bedrock.Agent.AgentActionGroupProperty Associated Types
Methods set :: PropertyType "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty -> AgentActionGroupProperty -> AgentActionGroupProperty # | |||||
| type PropertyType "ActionGroupExecutor" AgentActionGroupProperty Source # | |||||
| type PropertyType "ActionGroupName" AgentActionGroupProperty Source # | |||||
| type PropertyType "ActionGroupState" AgentActionGroupProperty Source # | |||||
| type PropertyType "ApiSchema" AgentActionGroupProperty Source # | |||||
| type PropertyType "Description" AgentActionGroupProperty Source # | |||||
| type PropertyType "FunctionSchema" AgentActionGroupProperty Source # | |||||
| type PropertyType "ParentActionGroupSignature" AgentActionGroupProperty Source # | |||||
| type PropertyType "SkipResourceInUseCheckOnDelete" AgentActionGroupProperty Source # | |||||