Module Values_4.ModifyVpcEndpointConnectionNotificationRequestSource

Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.

Sourcetype nonrec t = {
  1. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
  2. connectionNotificationId : Values_3.ConnectionNotificationId.t;
    (*

    The ID of the notification.

    *)
  3. connectionNotificationArn : Values_0.String_.t option;
    (*

    The ARN for the SNS topic for the notification.

    *)
  4. connectionEvents : Values_0.ValueStringList.t option;
    (*

    The events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?connectionNotificationArn:??? -> ?connectionEvents:??? -> connectionNotificationId:Values_3.ConnectionNotificationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of string ] list | `String of Values_3.ConnectionNotificationId.t ]) 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