Values.GetSchemaOutputSourceRetrieve the details for the specified schema in the specified policy store.
type nonrec t = {policyStoreId : PolicyStoreId.t option;The ID of the policy store that contains the schema.
*)schema : SchemaJson.t option;The body of the schema, written in Cedar schema JSON.
*)createdDate : TimestampFormat.t option;The date and time that the schema was originally created.
*)lastUpdatedDate : TimestampFormat.t option;The date and time that the schema was most recently updated.
*)namespaces : NamespaceList.t option;The namespaces of the entities referenced by this schema.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Namespace.t ] list
| `String of PolicyStoreId.t
| `Timestamp of TimestampFormat.t ])
list ]