Values.UpdateGlossaryInputSourceUpdates the business glossary in Amazon DataZone. Prerequisites: The glossary must exist in the given domain. The caller must have the datazone:UpdateGlossary permission to update it. When updating the name, the new name must be unique within the domain. The glossary must not be deleted or in a terminal state.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
*)identifier : GlossaryId.t;The identifier of the business glossary to be updated.
*)name : GlossaryName.t option;The name to be updated as part of the UpdateGlossary action.
*)description : GlossaryDescription.t option;The description to be updated as part of the UpdateGlossary action.
*)status : GlossaryStatus.t option;The status to be updated as part of the UpdateGlossary action.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?name:??? ->
?description:??? ->
?status:??? ->
?clientToken:??? ->
domainIdentifier:DomainId.t ->
identifier:GlossaryId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]