Values.GuardrailSummarySourceContains details about a guardrail. This data type is used in the following API operations: ListGuardrails response body
type nonrec t = {id : GuardrailId.t option;The unique identifier of the guardrail.
*)arn : GuardrailArn.t option;The ARN of the guardrail.
*)status : GuardrailStatus.t option;The status of the guardrail.
*)name : GuardrailName.t option;The name of the guardrail.
*)description : GuardrailDescription.t option;A description of the guardrail.
*)version : GuardrailVersion.t option;The version of the guardrail.
*)createdAt : Timestamp.t option;The date and time at which the guardrail was created.
*)updatedAt : Timestamp.t option;The date and time at which the guardrail was last updated.
*)crossRegionDetails : GuardrailCrossRegionDetails.t option;Details about the system-defined guardrail profile that you're using with your guardrail, including the guardrail profile ID and Amazon Resource Name (ARN).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of GuardrailId.t
| `Structure of
(string * [> `String of GuardrailCrossRegionGuardrailProfileId.t ])
list
| `Timestamp of Timestamp.t ])
list ]