Values.RejectSubscriptionRequestInputSourceRejects the specified subscription request.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which the subscription request was rejected.
*)identifier : SubscriptionRequestId.t;The identifier of the subscription request that was rejected.
*)decisionComment : DecisionComment.t option;The decision comment of the rejected subscription request.
*)}val make :
?decisionComment:??? ->
domainIdentifier:DomainId.t ->
identifier:SubscriptionRequestId.t ->
unit ->
t