MemoryRecordUpdateInput - Amazon Bedrock AgentCore Data Plane

MemoryRecordUpdateInput

Input structure to update an existing memory record.

Contents

memoryRecordId

The unique ID of the memory record to be updated.

Type: String

Length Constraints: Minimum length of 40. Maximum length of 50.

Pattern: mem-[a-zA-Z0-9-_]*

Required: Yes

timestamp

Time at which the memory record was updated

Type: Timestamp

Required: Yes

content

The content to be stored within the memory record.

Type: MemoryContent object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

memoryStrategyId

The updated ID of the memory strategy that defines how this memory record is grouped.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: [a-zA-Z0-9][a-zA-Z0-9-_]*

Required: No

namespaces

The updated list of namespace identifiers for categorizing the memory record.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 1 item.

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: [a-zA-Z0-9/*][a-zA-Z0-9-_/*]*(?::[a-zA-Z0-9-_/*]+)*[a-zA-Z0-9-_/*]*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: