Values.GetGlossaryOutputSourceGets a business glossary in Amazon DataZone. Prerequisites: The specified glossary ID must exist and be associated with the given domain. The caller must have the datazone:GetGlossary permission on the domain.
type nonrec t = {domainId : DomainId.t option;The ID of the Amazon DataZone domain in which this business glossary exists.
*)id : GlossaryId.t option;The ID of the business glossary.
*)owningProjectId : ProjectId.t option;The ID of the project that owns this business glossary.
*)name : GlossaryName.t option;The name of the business glossary.
*)description : GlossaryDescription.t option;The description of the business glossary.
*)status : GlossaryStatus.t option;The status of the business glossary.
*)createdAt : CreatedAt.t option;The timestamp of when this business glossary was created.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created this business glossary.
*)updatedAt : UpdatedAt.t option;The timestamp of when the business glossary was updated.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the business glossary.
*)usageRestrictions : GlossaryUsageRestrictions.t option;The usage restriction of the restricted glossary.
*)}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
| `UnauthorizedException of UnauthorizedException.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
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of DomainId.t
| `Timestamp of CreatedAt.t ])
list ]