Values.ModifyEventSubscriptionMessageSourcetype nonrec t = {subscriptionName : String_.t;The name of the DMS event notification subscription to be modified.
*)snsTopicArn : String_.t option;The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
*)sourceType : String_.t option;The type of DMS resource that generates the events you want to subscribe to. Valid values: replication-instance | replication-task
*)eventCategories : EventCategoriesList.t option;A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.
*)enabled : BooleanOptional.t option;A Boolean value; set to true to activate the subscription.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]