Module Values.StopContinuousExportResponseSource

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

Sourcetype nonrec t = {
  1. startTime : TimeStamp.t option;
    (*

    Timestamp that represents when this continuous export started collecting data.

    *)
  2. stopTime : TimeStamp.t option;
    (*

    Timestamp that represents when this continuous export was stopped.

    *)
}
Sourcetype nonrec error = [
  1. | `AuthorizationErrorException of AuthorizationErrorException.t
  2. | `HomeRegionNotSetException of HomeRegionNotSetException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `InvalidParameterValueException of InvalidParameterValueException.t
  5. | `OperationNotPermittedException of OperationNotPermittedException.t
  6. | `ResourceInUseException of ResourceInUseException.t
  7. | `ResourceNotFoundException of ResourceNotFoundException.t
  8. | `ServerInternalErrorException of ServerInternalErrorException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?startTime:??? -> ?stopTime:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AuthorizationErrorException of AuthorizationErrorException.t | `HomeRegionNotSetException of HomeRegionNotSetException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `OperationNotPermittedException of OperationNotPermittedException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServerInternalErrorException of ServerInternalErrorException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationErrorException of AuthorizationErrorException.t | `HomeRegionNotSetException of HomeRegionNotSetException.t | `InvalidParameterException of InvalidParameterException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `OperationNotPermittedException of OperationNotPermittedException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServerInternalErrorException of ServerInternalErrorException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of TimeStamp.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