Amazon.RDS.AmazonRDSClient.ModifyEventSubscription C# (CSharp) Method

ModifyEventSubscription() public method

Modifies an existing RDS event notification subscription. Note that you cannot modify the source identifiers using this call; to change source identifiers for a subscription, use the AddSourceIdentifierToSubscription and RemoveSourceIdentifierFromSubscription calls.

You can see a list of the event categories for a given SourceType in the Events topic in the Amazon RDS User Guide or by using the DescribeEventCategories action.

/// You have reached the maximum number of event subscriptions. /// /// SNS has responded that there is a problem with the SND topic specified. /// /// You do not have permission to publish to the SNS topic ARN. /// /// The SNS topic ARN does not exist. /// /// The supplied category does not exist. /// /// The subscription name does not exist. ///
public ModifyEventSubscription ( ModifyEventSubscriptionRequest request ) : ModifyEventSubscriptionResponse
request ModifyEventSubscriptionRequest Container for the necessary parameters to execute the ModifyEventSubscription service method.
return ModifyEventSubscriptionResponse
        public ModifyEventSubscriptionResponse ModifyEventSubscription(ModifyEventSubscriptionRequest request)
        {
            var marshaller = new ModifyEventSubscriptionRequestMarshaller();
            var unmarshaller = ModifyEventSubscriptionResponseUnmarshaller.Instance;

            return Invoke<ModifyEventSubscriptionRequest,ModifyEventSubscriptionResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient