Module Values.UpdateExperimentTemplateReportConfigurationInputSource

Specifies the input for the experiment report configuration.

Sourcetype nonrec t = {
  1. outputs : ExperimentTemplateReportConfigurationOutputsInput.t option;
    (*

    Describes the output destinations of the experiment report.

    *)
  2. dataSources : ExperimentTemplateReportConfigurationDataSourcesInput.t option;
    (*

    The data sources for the experiment report.

    *)
  3. preExperimentDuration : ReportConfigurationDuration.t option;
    (*

    The duration before the experiment start time for the data sources to include in the report.

    *)
  4. postExperimentDuration : ReportConfigurationDuration.t option;
    (*

    The duration after the experiment end time for the data sources to include in the report.

    *)
}
Sourceval make : ?outputs:??? -> ?dataSources:??? -> ?preExperimentDuration:??? -> ?postExperimentDuration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ReportConfigurationDuration.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ReportConfigurationCloudWatchDashboardIdentifier.t ]) list ] list | `Structure of (string * [> `String of S3BucketName.t ]) list ]) list ]) 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