Values.RemoveSourceIdentifierFromSubscriptionMessageSourceRemoves a source identifier from an existing event notification subscription.
type nonrec t = {subscriptionName : String_.t;The name of the event notification subscription you want to remove a source identifier from.
*)sourceIdentifier : String_.t;The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.
*)}