Module Values.DeleteCustomLogSourceRequestSource

Removes a custom log source from Amazon Security Lake, to stop sending data from the custom source to Security Lake.

Sourcetype nonrec t = {
  1. sourceName : CustomLogSourceName.t;
    (*

    The source name of custom log source that you want to delete.

    *)
  2. sourceVersion : CustomLogSourceVersion.t option;
    (*

    The source version for the third-party custom source. You can limit the custom source removal to the specified source version.

    *)
}
Sourceval context_ : string
Sourceval make : ?sourceVersion:??? -> sourceName:CustomLogSourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CustomLogSourceName.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