Removes a source identifier from an existing event notification subscription.
neptune_remove_source_identifier_from_subscription(SubscriptionName,
SourceIdentifier)
[required] The name of the event notification subscription you want to remove a source identifier from.
[required] 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.
A list with the following syntax:
list( EventSubscription = list( CustomerAwsId = "string", CustSubscriptionId = "string", SnsTopicArn = "string", Status = "string", SubscriptionCreationTime = "string", SourceType = "string", SourceIdsList = list( "string" ), EventCategoriesList = list( "string" ), Enabled = TRUE|FALSE, EventSubscriptionArn = "string" ) )
svc$remove_source_identifier_from_subscription( SubscriptionName = "string", SourceIdentifier = "string" )