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