Values.GetGlossaryTermOutputSourceGets a business glossary term in Amazon DataZone. Prerequisites: Glossary term with identifier must exist in the domain. User must have permission on the glossary term. Domain must be accessible and active.
type nonrec t = {domainId : DomainId.t option;The ID of the Amazon DataZone domain in which this business glossary term exists.
*)glossaryId : GlossaryId.t option;The ID of the business glossary to which this term belongs.
*)id : GlossaryTermId.t option;The ID of the business glossary term.
*)name : GlossaryTermName.t option;The name of the business glossary term.
*)shortDescription : ShortDescription.t option;The short decription of the business glossary term.
*)longDescription : LongDescription.t option;The long description of the business glossary term.
*)termRelations : TermRelations.t option;The relations of the business glossary term.
*)status : GlossaryTermStatus.t option;The status of the business glossary term.
*)createdAt : CreatedAt.t option;The timestamp of when the business glossary term was created.
*)createdBy : CreatedBy.t option;The Amazon DataZone user who created the business glossary.
*)updatedAt : UpdatedAt.t option;The timestamp of when the business glossary term was updated.
*)updatedBy : UpdatedBy.t option;The Amazon DataZone user who updated the business glossary term.
*)usageRestrictions : GlossaryUsageRestrictions.t option;The usage restriction of a term within a 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
| `Structure of
(string * [> `List of [> `String of GlossaryTermId.t ] list ]) list
| `Timestamp of CreatedAt.t ])
list ]