UpdateRegistryRecordResponse

Response structure for updating a registry record

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the registry record was created.

Link copied to clipboard

The ID of the Amazon Web Services account that created the registry record.

Link copied to clipboard

Specifies whether the registry record was created by auto-detection. true indicates the record was automatically created by the service based on the registry's auto-detection configuration; false indicates the record was created through a control-plane API call.

Link copied to clipboard

A description of the registry record.

Link copied to clipboard

The typed descriptors that define the content of the registry record.

Link copied to clipboard

The human-readable display name of the registry record.

Link copied to clipboard

The name of the registry record. Names are unique within a registry.

Link copied to clipboard

List of provenance entries on a registry record. Capped at one entry today: a record carries a single DETECTED_FROM lineage. Modeled as a list so additional relations can be unlocked post-GA by raising this bound without a breaking shape change.

Link copied to clipboard

The Amazon Resource Name (ARN) of the registry record.

Link copied to clipboard

The unique identifier of the registry record.

Link copied to clipboard

The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.

Link copied to clipboard

The version identifier of the registry record.

Link copied to clipboard

The Amazon Resource Name (ARN) of the parent registry that owns the record.

Link copied to clipboard

The lifecycle status of the registry record.

Link copied to clipboard

The reason for the current status. Typically populated when the status indicates a failure state.

Link copied to clipboard

The timestamp when the registry record was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String