Module Values.InputConfigInputSource

Input configuration information.

Sourcetype nonrec t = {
  1. previousEarthObservationJobArn : EarthObservationJobArn.t option;
    (*

    The Amazon Resource Name (ARN) of the previous Earth Observation job.

    *)
  2. rasterDataCollectionQuery : RasterDataCollectionQueryInput.t option;
    (*

    The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.

    *)
}
Sourceval make : ?previousEarthObservationJobArn:??? -> ?rasterDataCollectionQuery:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EarthObservationJobArn.t | `Structure of (string * [> `String of DataCollectionArn.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Float of Float_.t | `String of String_.t ]) list ]) list ]) list ] list | `Structure of (string * [> `Structure of (string * [> `List of [> `List of [> `List of [> `Double of Double.t | `List of [> `Double of Double.t ] list ] list ] list ] list ]) list ]) list | `Timestamp of Timestamp.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