Values.UpdateSubscriptionRequestInputSourceUpdates a specified subscription request in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
*)identifier : SubscriptionRequestId.t;The identifier of the subscription request that is to be updated.
*)requestReason : RequestReason.t;The reason for the UpdateSubscriptionRequest action.
*)}val make :
domainIdentifier:DomainId.t ->
identifier:SubscriptionRequestId.t ->
requestReason:RequestReason.t ->
unit ->
t