| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.BedrockAgentCore.Memory
Documentation
data MemoryStrategyProperty Source #
Constructors
| MemoryStrategyProperty | |
Instances
data CustomConfigurationInputProperty Source #
Constructors
| CustomConfigurationInputProperty | |
Instances
| ToJSON CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty | |||||
| Show CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty Methods showsPrec :: Int -> CustomConfigurationInputProperty -> ShowS # | |||||
| Eq CustomConfigurationInputProperty Source # | |||||
| ToResourceProperties CustomConfigurationInputProperty Source # | |||||
| Property "SelfManagedConfiguration" CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty Associated Types
Methods set :: PropertyType "SelfManagedConfiguration" CustomConfigurationInputProperty -> CustomConfigurationInputProperty -> CustomConfigurationInputProperty # | |||||
| Property "SemanticOverride" CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty Associated Types
Methods set :: PropertyType "SemanticOverride" CustomConfigurationInputProperty -> CustomConfigurationInputProperty -> CustomConfigurationInputProperty # | |||||
| Property "SummaryOverride" CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty Associated Types
Methods set :: PropertyType "SummaryOverride" CustomConfigurationInputProperty -> CustomConfigurationInputProperty -> CustomConfigurationInputProperty # | |||||
| Property "UserPreferenceOverride" CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty Associated Types
Methods set :: PropertyType "UserPreferenceOverride" CustomConfigurationInputProperty -> CustomConfigurationInputProperty -> CustomConfigurationInputProperty # | |||||
| type PropertyType "SelfManagedConfiguration" CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty type PropertyType "SelfManagedConfiguration" CustomConfigurationInputProperty = SelfManagedConfigurationProperty | |||||
| type PropertyType "SemanticOverride" CustomConfigurationInputProperty Source # | |||||
| type PropertyType "SummaryOverride" CustomConfigurationInputProperty Source # | |||||
| type PropertyType "UserPreferenceOverride" CustomConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomConfigurationInputProperty type PropertyType "UserPreferenceOverride" CustomConfigurationInputProperty = UserPreferenceOverrideProperty | |||||
data SelfManagedConfigurationProperty Source #
Constructors
| SelfManagedConfigurationProperty | |
Instances
| ToJSON SelfManagedConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty | |||||
| Show SelfManagedConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty Methods showsPrec :: Int -> SelfManagedConfigurationProperty -> ShowS # | |||||
| Eq SelfManagedConfigurationProperty Source # | |||||
| ToResourceProperties SelfManagedConfigurationProperty Source # | |||||
| Property "HistoricalContextWindowSize" SelfManagedConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty Associated Types
Methods set :: PropertyType "HistoricalContextWindowSize" SelfManagedConfigurationProperty -> SelfManagedConfigurationProperty -> SelfManagedConfigurationProperty # | |||||
| Property "InvocationConfiguration" SelfManagedConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty Associated Types
Methods set :: PropertyType "InvocationConfiguration" SelfManagedConfigurationProperty -> SelfManagedConfigurationProperty -> SelfManagedConfigurationProperty # | |||||
| Property "TriggerConditions" SelfManagedConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty Associated Types
Methods set :: PropertyType "TriggerConditions" SelfManagedConfigurationProperty -> SelfManagedConfigurationProperty -> SelfManagedConfigurationProperty # | |||||
| type PropertyType "HistoricalContextWindowSize" SelfManagedConfigurationProperty Source # | |||||
| type PropertyType "InvocationConfiguration" SelfManagedConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty type PropertyType "InvocationConfiguration" SelfManagedConfigurationProperty = InvocationConfigurationInputProperty | |||||
| type PropertyType "TriggerConditions" SelfManagedConfigurationProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SelfManagedConfigurationProperty type PropertyType "TriggerConditions" SelfManagedConfigurationProperty = [TriggerConditionInputProperty] | |||||
data SemanticOverrideProperty Source #
Constructors
| SemanticOverrideProperty | |
Instances
| ToJSON SemanticOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideProperty Methods toJSON :: SemanticOverrideProperty -> Value # toEncoding :: SemanticOverrideProperty -> Encoding # toJSONList :: [SemanticOverrideProperty] -> Value # | |||||
| Show SemanticOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideProperty Methods showsPrec :: Int -> SemanticOverrideProperty -> ShowS # show :: SemanticOverrideProperty -> String # showList :: [SemanticOverrideProperty] -> ShowS # | |||||
| Eq SemanticOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideProperty Methods (==) :: SemanticOverrideProperty -> SemanticOverrideProperty -> Bool # (/=) :: SemanticOverrideProperty -> SemanticOverrideProperty -> Bool # | |||||
| ToResourceProperties SemanticOverrideProperty Source # | |||||
| Property "Consolidation" SemanticOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideProperty Associated Types
Methods set :: PropertyType "Consolidation" SemanticOverrideProperty -> SemanticOverrideProperty -> SemanticOverrideProperty # | |||||
| Property "Extraction" SemanticOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideProperty Associated Types
Methods set :: PropertyType "Extraction" SemanticOverrideProperty -> SemanticOverrideProperty -> SemanticOverrideProperty # | |||||
| type PropertyType "Consolidation" SemanticOverrideProperty Source # | |||||
| type PropertyType "Extraction" SemanticOverrideProperty Source # | |||||
data SummaryOverrideProperty Source #
Constructors
| SummaryOverrideProperty | |
Instances
| ToJSON SummaryOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryOverrideProperty Methods toJSON :: SummaryOverrideProperty -> Value # toEncoding :: SummaryOverrideProperty -> Encoding # toJSONList :: [SummaryOverrideProperty] -> Value # | |||||
| Show SummaryOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryOverrideProperty Methods showsPrec :: Int -> SummaryOverrideProperty -> ShowS # show :: SummaryOverrideProperty -> String # showList :: [SummaryOverrideProperty] -> ShowS # | |||||
| Eq SummaryOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryOverrideProperty Methods (==) :: SummaryOverrideProperty -> SummaryOverrideProperty -> Bool # (/=) :: SummaryOverrideProperty -> SummaryOverrideProperty -> Bool # | |||||
| ToResourceProperties SummaryOverrideProperty Source # | |||||
| Property "Consolidation" SummaryOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryOverrideProperty Associated Types
Methods set :: PropertyType "Consolidation" SummaryOverrideProperty -> SummaryOverrideProperty -> SummaryOverrideProperty # | |||||
| type PropertyType "Consolidation" SummaryOverrideProperty Source # | |||||
data UserPreferenceOverrideProperty Source #
Constructors
| UserPreferenceOverrideProperty | |
Instances
| ToJSON UserPreferenceOverrideProperty Source # | |||||
| Show UserPreferenceOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideProperty Methods showsPrec :: Int -> UserPreferenceOverrideProperty -> ShowS # show :: UserPreferenceOverrideProperty -> String # showList :: [UserPreferenceOverrideProperty] -> ShowS # | |||||
| Eq UserPreferenceOverrideProperty Source # | |||||
| ToResourceProperties UserPreferenceOverrideProperty Source # | |||||
| Property "Consolidation" UserPreferenceOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideProperty Associated Types
Methods set :: PropertyType "Consolidation" UserPreferenceOverrideProperty -> UserPreferenceOverrideProperty -> UserPreferenceOverrideProperty # | |||||
| Property "Extraction" UserPreferenceOverrideProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideProperty Associated Types
Methods set :: PropertyType "Extraction" UserPreferenceOverrideProperty -> UserPreferenceOverrideProperty -> UserPreferenceOverrideProperty # | |||||
| type PropertyType "Consolidation" UserPreferenceOverrideProperty Source # | |||||
| type PropertyType "Extraction" UserPreferenceOverrideProperty Source # | |||||
data CustomMemoryStrategyProperty Source #
Constructors
| CustomMemoryStrategyProperty | |
Fields
| |
Instances
| ToJSON CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Methods toJSON :: CustomMemoryStrategyProperty -> Value # toEncoding :: CustomMemoryStrategyProperty -> Encoding # toJSONList :: [CustomMemoryStrategyProperty] -> Value # toEncodingList :: [CustomMemoryStrategyProperty] -> Encoding # | |||||
| Show CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Methods showsPrec :: Int -> CustomMemoryStrategyProperty -> ShowS # show :: CustomMemoryStrategyProperty -> String # showList :: [CustomMemoryStrategyProperty] -> ShowS # | |||||
| Eq CustomMemoryStrategyProperty Source # | |||||
| ToResourceProperties CustomMemoryStrategyProperty Source # | |||||
| Property "Configuration" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Configuration" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "CreatedAt" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "CreatedAt" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "Description" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Description" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "Name" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Name" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "Namespaces" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Namespaces" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "Status" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Status" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "StrategyId" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "StrategyId" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "Type" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Type" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| Property "UpdatedAt" CustomMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.CustomMemoryStrategyProperty Associated Types
Methods set :: PropertyType "UpdatedAt" CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty -> CustomMemoryStrategyProperty # | |||||
| type PropertyType "Configuration" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "CreatedAt" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "Description" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "Name" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "Namespaces" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "Status" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "StrategyId" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "Type" CustomMemoryStrategyProperty Source # | |||||
| type PropertyType "UpdatedAt" CustomMemoryStrategyProperty Source # | |||||
data InvocationConfigurationInputProperty Source #
Constructors
| InvocationConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON InvocationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.InvocationConfigurationInputProperty | |||||
| Show InvocationConfigurationInputProperty Source # | |||||
| Eq InvocationConfigurationInputProperty Source # | |||||
| ToResourceProperties InvocationConfigurationInputProperty Source # | |||||
| Property "PayloadDeliveryBucketName" InvocationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.InvocationConfigurationInputProperty Associated Types
Methods set :: PropertyType "PayloadDeliveryBucketName" InvocationConfigurationInputProperty -> InvocationConfigurationInputProperty -> InvocationConfigurationInputProperty # | |||||
| Property "TopicArn" InvocationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.InvocationConfigurationInputProperty Associated Types
Methods set :: PropertyType "TopicArn" InvocationConfigurationInputProperty -> InvocationConfigurationInputProperty -> InvocationConfigurationInputProperty # | |||||
| type PropertyType "PayloadDeliveryBucketName" InvocationConfigurationInputProperty Source # | |||||
| type PropertyType "TopicArn" InvocationConfigurationInputProperty Source # | |||||
data SemanticMemoryStrategyProperty Source #
Constructors
| SemanticMemoryStrategyProperty | |
Instances
| ToJSON SemanticMemoryStrategyProperty Source # | |||||
| Show SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Methods showsPrec :: Int -> SemanticMemoryStrategyProperty -> ShowS # show :: SemanticMemoryStrategyProperty -> String # showList :: [SemanticMemoryStrategyProperty] -> ShowS # | |||||
| Eq SemanticMemoryStrategyProperty Source # | |||||
| ToResourceProperties SemanticMemoryStrategyProperty Source # | |||||
| Property "CreatedAt" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "CreatedAt" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| Property "Description" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Description" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| Property "Name" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Name" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| Property "Namespaces" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Namespaces" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| Property "Status" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Status" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| Property "StrategyId" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "StrategyId" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| Property "Type" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Type" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| Property "UpdatedAt" SemanticMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticMemoryStrategyProperty Associated Types
Methods set :: PropertyType "UpdatedAt" SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty -> SemanticMemoryStrategyProperty # | |||||
| type PropertyType "CreatedAt" SemanticMemoryStrategyProperty Source # | |||||
| type PropertyType "Description" SemanticMemoryStrategyProperty Source # | |||||
| type PropertyType "Name" SemanticMemoryStrategyProperty Source # | |||||
| type PropertyType "Namespaces" SemanticMemoryStrategyProperty Source # | |||||
| type PropertyType "Status" SemanticMemoryStrategyProperty Source # | |||||
| type PropertyType "StrategyId" SemanticMemoryStrategyProperty Source # | |||||
| type PropertyType "Type" SemanticMemoryStrategyProperty Source # | |||||
| type PropertyType "UpdatedAt" SemanticMemoryStrategyProperty Source # | |||||
data SummaryMemoryStrategyProperty Source #
Constructors
| SummaryMemoryStrategyProperty | |
Instances
| ToJSON SummaryMemoryStrategyProperty Source # | |||||
| Show SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Methods showsPrec :: Int -> SummaryMemoryStrategyProperty -> ShowS # show :: SummaryMemoryStrategyProperty -> String # showList :: [SummaryMemoryStrategyProperty] -> ShowS # | |||||
| Eq SummaryMemoryStrategyProperty Source # | |||||
| ToResourceProperties SummaryMemoryStrategyProperty Source # | |||||
| Property "CreatedAt" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "CreatedAt" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| Property "Description" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Description" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| Property "Name" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Name" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| Property "Namespaces" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Namespaces" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| Property "Status" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Status" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| Property "StrategyId" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "StrategyId" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| Property "Type" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Type" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| Property "UpdatedAt" SummaryMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryMemoryStrategyProperty Associated Types
Methods set :: PropertyType "UpdatedAt" SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty -> SummaryMemoryStrategyProperty # | |||||
| type PropertyType "CreatedAt" SummaryMemoryStrategyProperty Source # | |||||
| type PropertyType "Description" SummaryMemoryStrategyProperty Source # | |||||
| type PropertyType "Name" SummaryMemoryStrategyProperty Source # | |||||
| type PropertyType "Namespaces" SummaryMemoryStrategyProperty Source # | |||||
| type PropertyType "Status" SummaryMemoryStrategyProperty Source # | |||||
| type PropertyType "StrategyId" SummaryMemoryStrategyProperty Source # | |||||
| type PropertyType "Type" SummaryMemoryStrategyProperty Source # | |||||
| type PropertyType "UpdatedAt" SummaryMemoryStrategyProperty Source # | |||||
data UserPreferenceMemoryStrategyProperty Source #
Constructors
| UserPreferenceMemoryStrategyProperty | |
Instances
| ToJSON UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty | |||||
| Show UserPreferenceMemoryStrategyProperty Source # | |||||
| Eq UserPreferenceMemoryStrategyProperty Source # | |||||
| ToResourceProperties UserPreferenceMemoryStrategyProperty Source # | |||||
| Property "CreatedAt" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
Methods set :: PropertyType "CreatedAt" UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty # | |||||
| Property "Description" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Description" UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty # | |||||
| Property "Name" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
| |||||
| Property "Namespaces" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
Methods set :: PropertyType "Namespaces" UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty # | |||||
| Property "Status" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
| |||||
| Property "StrategyId" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
Methods set :: PropertyType "StrategyId" UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty # | |||||
| Property "Type" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
| |||||
| Property "UpdatedAt" UserPreferenceMemoryStrategyProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceMemoryStrategyProperty Associated Types
Methods set :: PropertyType "UpdatedAt" UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty -> UserPreferenceMemoryStrategyProperty # | |||||
| type PropertyType "CreatedAt" UserPreferenceMemoryStrategyProperty Source # | |||||
| type PropertyType "Description" UserPreferenceMemoryStrategyProperty Source # | |||||
| type PropertyType "Name" UserPreferenceMemoryStrategyProperty Source # | |||||
| type PropertyType "Namespaces" UserPreferenceMemoryStrategyProperty Source # | |||||
| type PropertyType "Status" UserPreferenceMemoryStrategyProperty Source # | |||||
| type PropertyType "StrategyId" UserPreferenceMemoryStrategyProperty Source # | |||||
| type PropertyType "Type" UserPreferenceMemoryStrategyProperty Source # | |||||
| type PropertyType "UpdatedAt" UserPreferenceMemoryStrategyProperty Source # | |||||
data MessageBasedTriggerInputProperty Source #
Constructors
| MessageBasedTriggerInputProperty | |
Fields
| |
Instances
| ToJSON MessageBasedTriggerInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.MessageBasedTriggerInputProperty | |||||
| Show MessageBasedTriggerInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.MessageBasedTriggerInputProperty Methods showsPrec :: Int -> MessageBasedTriggerInputProperty -> ShowS # | |||||
| Eq MessageBasedTriggerInputProperty Source # | |||||
| ToResourceProperties MessageBasedTriggerInputProperty Source # | |||||
| Property "MessageCount" MessageBasedTriggerInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.MessageBasedTriggerInputProperty Associated Types
Methods set :: PropertyType "MessageCount" MessageBasedTriggerInputProperty -> MessageBasedTriggerInputProperty -> MessageBasedTriggerInputProperty # | |||||
| type PropertyType "MessageCount" MessageBasedTriggerInputProperty Source # | |||||
data TriggerConditionInputProperty Source #
Constructors
| TriggerConditionInputProperty | |
Instances
| ToJSON TriggerConditionInputProperty Source # | |||||
| Show TriggerConditionInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TriggerConditionInputProperty Methods showsPrec :: Int -> TriggerConditionInputProperty -> ShowS # show :: TriggerConditionInputProperty -> String # showList :: [TriggerConditionInputProperty] -> ShowS # | |||||
| Eq TriggerConditionInputProperty Source # | |||||
| ToResourceProperties TriggerConditionInputProperty Source # | |||||
| Property "MessageBasedTrigger" TriggerConditionInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TriggerConditionInputProperty Associated Types
Methods set :: PropertyType "MessageBasedTrigger" TriggerConditionInputProperty -> TriggerConditionInputProperty -> TriggerConditionInputProperty # | |||||
| Property "TimeBasedTrigger" TriggerConditionInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TriggerConditionInputProperty Associated Types
Methods set :: PropertyType "TimeBasedTrigger" TriggerConditionInputProperty -> TriggerConditionInputProperty -> TriggerConditionInputProperty # | |||||
| Property "TokenBasedTrigger" TriggerConditionInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TriggerConditionInputProperty Associated Types
Methods set :: PropertyType "TokenBasedTrigger" TriggerConditionInputProperty -> TriggerConditionInputProperty -> TriggerConditionInputProperty # | |||||
| type PropertyType "MessageBasedTrigger" TriggerConditionInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TriggerConditionInputProperty type PropertyType "MessageBasedTrigger" TriggerConditionInputProperty = MessageBasedTriggerInputProperty | |||||
| type PropertyType "TimeBasedTrigger" TriggerConditionInputProperty Source # | |||||
| type PropertyType "TokenBasedTrigger" TriggerConditionInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TriggerConditionInputProperty type PropertyType "TokenBasedTrigger" TriggerConditionInputProperty = TokenBasedTriggerInputProperty | |||||
data SemanticOverrideConsolidationConfigurationInputProperty Source #
Constructors
| SemanticOverrideConsolidationConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideConsolidationConfigurationInputProperty Methods toJSON :: SemanticOverrideConsolidationConfigurationInputProperty -> Value # toEncoding :: SemanticOverrideConsolidationConfigurationInputProperty -> Encoding # toJSONList :: [SemanticOverrideConsolidationConfigurationInputProperty] -> Value # toEncodingList :: [SemanticOverrideConsolidationConfigurationInputProperty] -> Encoding # omitField :: SemanticOverrideConsolidationConfigurationInputProperty -> Bool # | |||||
| Show SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
| Eq SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
| ToResourceProperties SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
| Property "AppendToPrompt" SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideConsolidationConfigurationInputProperty Associated Types
| |||||
| Property "ModelId" SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideConsolidationConfigurationInputProperty Associated Types
| |||||
| type PropertyType "AppendToPrompt" SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
| type PropertyType "ModelId" SemanticOverrideConsolidationConfigurationInputProperty Source # | |||||
data SemanticOverrideExtractionConfigurationInputProperty Source #
Constructors
| SemanticOverrideExtractionConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideExtractionConfigurationInputProperty Methods toJSON :: SemanticOverrideExtractionConfigurationInputProperty -> Value # toEncoding :: SemanticOverrideExtractionConfigurationInputProperty -> Encoding # toJSONList :: [SemanticOverrideExtractionConfigurationInputProperty] -> Value # toEncodingList :: [SemanticOverrideExtractionConfigurationInputProperty] -> Encoding # omitField :: SemanticOverrideExtractionConfigurationInputProperty -> Bool # | |||||
| Show SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
| Eq SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
| ToResourceProperties SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
| Property "AppendToPrompt" SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideExtractionConfigurationInputProperty Associated Types
| |||||
| Property "ModelId" SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SemanticOverrideExtractionConfigurationInputProperty Associated Types
| |||||
| type PropertyType "AppendToPrompt" SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
| type PropertyType "ModelId" SemanticOverrideExtractionConfigurationInputProperty Source # | |||||
data SummaryOverrideConsolidationConfigurationInputProperty Source #
Constructors
| SummaryOverrideConsolidationConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryOverrideConsolidationConfigurationInputProperty Methods toJSON :: SummaryOverrideConsolidationConfigurationInputProperty -> Value # toEncoding :: SummaryOverrideConsolidationConfigurationInputProperty -> Encoding # toJSONList :: [SummaryOverrideConsolidationConfigurationInputProperty] -> Value # toEncodingList :: [SummaryOverrideConsolidationConfigurationInputProperty] -> Encoding # omitField :: SummaryOverrideConsolidationConfigurationInputProperty -> Bool # | |||||
| Show SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
| Eq SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
| ToResourceProperties SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
| Property "AppendToPrompt" SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryOverrideConsolidationConfigurationInputProperty Associated Types
| |||||
| Property "ModelId" SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.SummaryOverrideConsolidationConfigurationInputProperty Associated Types
| |||||
| type PropertyType "AppendToPrompt" SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
| type PropertyType "ModelId" SummaryOverrideConsolidationConfigurationInputProperty Source # | |||||
data TimeBasedTriggerInputProperty Source #
Constructors
| TimeBasedTriggerInputProperty | |
Fields
| |
Instances
| ToJSON TimeBasedTriggerInputProperty Source # | |||||
| Show TimeBasedTriggerInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TimeBasedTriggerInputProperty Methods showsPrec :: Int -> TimeBasedTriggerInputProperty -> ShowS # show :: TimeBasedTriggerInputProperty -> String # showList :: [TimeBasedTriggerInputProperty] -> ShowS # | |||||
| Eq TimeBasedTriggerInputProperty Source # | |||||
| ToResourceProperties TimeBasedTriggerInputProperty Source # | |||||
| Property "IdleSessionTimeout" TimeBasedTriggerInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TimeBasedTriggerInputProperty Associated Types
Methods set :: PropertyType "IdleSessionTimeout" TimeBasedTriggerInputProperty -> TimeBasedTriggerInputProperty -> TimeBasedTriggerInputProperty # | |||||
| type PropertyType "IdleSessionTimeout" TimeBasedTriggerInputProperty Source # | |||||
data TokenBasedTriggerInputProperty Source #
Constructors
| TokenBasedTriggerInputProperty | |
Fields
| |
Instances
| ToJSON TokenBasedTriggerInputProperty Source # | |||||
| Show TokenBasedTriggerInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TokenBasedTriggerInputProperty Methods showsPrec :: Int -> TokenBasedTriggerInputProperty -> ShowS # show :: TokenBasedTriggerInputProperty -> String # showList :: [TokenBasedTriggerInputProperty] -> ShowS # | |||||
| Eq TokenBasedTriggerInputProperty Source # | |||||
| ToResourceProperties TokenBasedTriggerInputProperty Source # | |||||
| Property "TokenCount" TokenBasedTriggerInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.TokenBasedTriggerInputProperty Associated Types
Methods set :: PropertyType "TokenCount" TokenBasedTriggerInputProperty -> TokenBasedTriggerInputProperty -> TokenBasedTriggerInputProperty # | |||||
| type PropertyType "TokenCount" TokenBasedTriggerInputProperty Source # | |||||
data UserPreferenceOverrideConsolidationConfigurationInputProperty Source #
Constructors
| UserPreferenceOverrideConsolidationConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideConsolidationConfigurationInputProperty Methods toJSON :: UserPreferenceOverrideConsolidationConfigurationInputProperty -> Value # toEncoding :: UserPreferenceOverrideConsolidationConfigurationInputProperty -> Encoding # toJSONList :: [UserPreferenceOverrideConsolidationConfigurationInputProperty] -> Value # toEncodingList :: [UserPreferenceOverrideConsolidationConfigurationInputProperty] -> Encoding # omitField :: UserPreferenceOverrideConsolidationConfigurationInputProperty -> Bool # | |||||
| Show UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
| Eq UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
| ToResourceProperties UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
| Property "AppendToPrompt" UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideConsolidationConfigurationInputProperty Associated Types
| |||||
| Property "ModelId" UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideConsolidationConfigurationInputProperty Associated Types
| |||||
| type PropertyType "AppendToPrompt" UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
| type PropertyType "ModelId" UserPreferenceOverrideConsolidationConfigurationInputProperty Source # | |||||
data UserPreferenceOverrideExtractionConfigurationInputProperty Source #
Constructors
| UserPreferenceOverrideExtractionConfigurationInputProperty | |
Fields
| |
Instances
| ToJSON UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideExtractionConfigurationInputProperty Methods toJSON :: UserPreferenceOverrideExtractionConfigurationInputProperty -> Value # toEncoding :: UserPreferenceOverrideExtractionConfigurationInputProperty -> Encoding # toJSONList :: [UserPreferenceOverrideExtractionConfigurationInputProperty] -> Value # toEncodingList :: [UserPreferenceOverrideExtractionConfigurationInputProperty] -> Encoding # omitField :: UserPreferenceOverrideExtractionConfigurationInputProperty -> Bool # | |||||
| Show UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
| Eq UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
| ToResourceProperties UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
| Property "AppendToPrompt" UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideExtractionConfigurationInputProperty Associated Types
| |||||
| Property "ModelId" UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory.UserPreferenceOverrideExtractionConfigurationInputProperty Associated Types
| |||||
| type PropertyType "AppendToPrompt" UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
| type PropertyType "ModelId" UserPreferenceOverrideExtractionConfigurationInputProperty Source # | |||||
mkSemanticOverrideConsolidationConfigurationInputProperty :: Value Text -> Value Text -> SemanticOverrideConsolidationConfigurationInputProperty Source #
mkSemanticOverrideExtractionConfigurationInputProperty :: Value Text -> Value Text -> SemanticOverrideExtractionConfigurationInputProperty Source #
mkSummaryOverrideConsolidationConfigurationInputProperty :: Value Text -> Value Text -> SummaryOverrideConsolidationConfigurationInputProperty Source #
mkUserPreferenceMemoryStrategyProperty :: Value Text -> UserPreferenceMemoryStrategyProperty Source #
mkUserPreferenceOverrideConsolidationConfigurationInputProperty :: Value Text -> Value Text -> UserPreferenceOverrideConsolidationConfigurationInputProperty Source #
mkUserPreferenceOverrideExtractionConfigurationInputProperty :: Value Text -> Value Text -> UserPreferenceOverrideExtractionConfigurationInputProperty Source #
Constructors
| Memory | |
Fields
| |
Instances
| ToJSON Memory Source # | |||||
| Show Memory Source # | |||||
| Eq Memory Source # | |||||
| ToResourceProperties Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Methods | |||||
| Property "Description" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Associated Types
| |||||
| Property "EncryptionKeyArn" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Associated Types
| |||||
| Property "EventExpiryDuration" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Associated Types
| |||||
| Property "MemoryExecutionRoleArn" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Associated Types
| |||||
| Property "MemoryStrategies" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Associated Types
| |||||
| Property "Name" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Associated Types
| |||||
| Property "Tags" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory Associated Types
| |||||
| type PropertyType "Description" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory | |||||
| type PropertyType "EncryptionKeyArn" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory | |||||
| type PropertyType "EventExpiryDuration" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory | |||||
| type PropertyType "MemoryExecutionRoleArn" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory | |||||
| type PropertyType "MemoryStrategies" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory | |||||
| type PropertyType "Name" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory | |||||
| type PropertyType "Tags" Memory Source # | |||||
Defined in Stratosphere.BedrockAgentCore.Memory | |||||