Module Values.StopContinuousExportRequestSource

Stop the continuous flow of agent's discovered data into Amazon Athena.

Sourcetype nonrec t = {
  1. exportId : ConfigurationsExportId.t;
    (*

    The unique ID assigned to this export.

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