RegistryRecordSummary¶
Structure Class¶
RegistryRecordSummary
dataclass
¶
Contains summary information about a registry record.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the registry record was created.
description
class-attribute
instance-attribute
¶
description: str | None = field(repr=False, default=None)
The description of the registry record.
descriptor_type
instance-attribute
¶
descriptor_type: DescriptorType
The descriptor type of the registry record. Possible values are MCP,
A2A, CUSTOM, and AGENT_SKILLS.
record_arn
instance-attribute
¶
record_arn: str
The Amazon Resource Name (ARN) of the registry record.
registry_arn
instance-attribute
¶
registry_arn: str
The Amazon Resource Name (ARN) of the registry that contains the record.
status
instance-attribute
¶
status: RegistryRecordStatus
The current status of the registry record. Possible values include
CREATING, DRAFT, APPROVED, PENDING_APPROVAL, REJECTED,
DEPRECATED, UPDATING, CREATE_FAILED, and UPDATE_FAILED.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the registry record was last updated.