v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Updates the status of a registry record. Use this operation to approve, reject, or deprecate a registry record.

patch/registries/{registryId}/records/{recordId}/status

Path parameters

registryIdstring required

The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

recordIdstring required

The identifier of the registry record to update the status for. You can specify either the Amazon Resource Name (ARN) or the ID of the record.

Request body

status'DRAFT' | 'PENDING_APPROVAL' | 'APPROVED' | 'REJECTED' | 'DEPRECATED' | 'CREATING' | 'UPDATING' | 'CREATE_FAILED' | 'UPDATE_FAILED' required

The target status for the registry record.

statusReasonstring required

The reason for the status change, such as why the record was approved or rejected.

Response

Success

registryArnstring required

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

recordArnstring required

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

recordIdstring required

The unique identifier of the registry record.

status'DRAFT' | 'PENDING_APPROVAL' | 'APPROVED' | 'REJECTED' | 'DEPRECATED' | 'CREATING' | 'UPDATING' | 'CREATE_FAILED' | 'UPDATE_FAILED' required

The resulting status of the registry record.

statusReasonstring required

The reason for the status change.

updatedAtstring date-time required

The timestamp when the record was last updated.