Values.DeleteProfileShareInputSourceDelete a profile share.
type nonrec t = {profileArn : ProfileArn.t;The profile ARN.
*)clientRequestToken : ClientRequestToken.t;}val make :
shareId:ShareId.t ->
profileArn:ProfileArn.t ->
clientRequestToken:ClientRequestToken.t ->
unit ->
t