Values.GetGuardrailRequestSourceGets details about a guardrail. If you don't specify a version, the response returns details for the DRAFT version.
type nonrec t = {guardrailIdentifier : GuardrailIdentifier.t;The unique identifier of the guardrail for which to get details. This can be an ID or the ARN.
*)guardrailVersion : GuardrailVersion.t option;The version of the guardrail for which to get details. If you don't specify a version, the response returns details for the DRAFT version.
*)}