Module Values_1.ModifyEventSubscriptionResultSource

Modifies an existing RDS event notification subscription. You can't 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 source type (SourceType) in Events in the Amazon RDS User Guide or by using the DescribeEventCategories operation.

Sourcetype modifyEventSubscriptionResult = {
  1. eventSubscription : Values_0.EventSubscription.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyEventSubscriptionResult : modifyEventSubscriptionResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `EventSubscriptionQuotaExceededFault of Values_0.EventSubscriptionQuotaExceededFault.t
  2. | `SNSInvalidTopicFault of Values_0.SNSInvalidTopicFault.t
  3. | `SNSNoAuthorizationFault of Values_0.SNSNoAuthorizationFault.t
  4. | `SNSTopicArnNotFoundFault of Values_0.SNSTopicArnNotFoundFault.t
  5. | `SubscriptionCategoryNotFoundFault of Values_0.SubscriptionCategoryNotFoundFault.t
  6. | `SubscriptionNotFoundFault of Values_0.SubscriptionNotFoundFault.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?eventSubscription:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `EventSubscriptionQuotaExceededFault of unit | `SNSInvalidTopicFault of unit | `SNSNoAuthorizationFault of unit | `SNSTopicArnNotFoundFault of unit | `SubscriptionCategoryNotFoundFault of unit | `SubscriptionNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `EventSubscriptionQuotaExceededFault of unit | `SNSInvalidTopicFault of unit | `SNSNoAuthorizationFault of unit | `SNSTopicArnNotFoundFault of unit | `SubscriptionCategoryNotFoundFault of unit | `SubscriptionNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `List of [> `String of string ] list | `String of string ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t