Values.DeleteSubscriptionTargetInputSourceDeletes a subscription target in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the subscription target is deleted.
*)environmentIdentifier : EnvironmentId.t;The ID of the Amazon DataZone environment in which the subscription target is deleted.
*)identifier : SubscriptionTargetId.t;The ID of the subscription target that is deleted.
*)}val make :
domainIdentifier:DomainId.t ->
environmentIdentifier:EnvironmentId.t ->
identifier:SubscriptionTargetId.t ->
unit ->
t