Values.UpdateTargetDomainInputSourceInput for updating a target domain.
type nonrec t = {targetDomainId : TargetDomainId.t;The unique identifier of the target domain to update.
*)verificationMethod : DomainVerificationMethod.t;The updated verification method for the target domain.
*)}val make :
targetDomainId:TargetDomainId.t ->
verificationMethod:DomainVerificationMethod.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TargetDomainId.t ]) list ]