Module Values.RasterDataCollectionQueryInputSource

The input structure for Raster Data Collection Query containing the Area of Interest, TimeRange Filters, and Property Filters.

Sourcetype nonrec t = {
  1. areaOfInterest : AreaOfInterest.t option;
    (*

    The area of interest being queried for the raster data collection.

    *)
  2. propertyFilters : PropertyFilters.t option;
    (*

    The list of Property filters used in the Raster Data Collection Query.

    *)
  3. rasterDataCollectionArn : DataCollectionArn.t;
    (*

    The Amazon Resource Name (ARN) of the raster data collection.

    *)
  4. timeRangeFilter : TimeRangeFilterInput.t;
    (*

    The TimeRange Filter used in the RasterDataCollection Query.

    *)
}
Sourceval context_ : string
Sourceval make : ?areaOfInterest:??? -> ?propertyFilters:??? -> rasterDataCollectionArn:DataCollectionArn.t -> timeRangeFilter:TimeRangeFilterInput.t -> unit -> t
Sourceval to_value : 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 ]
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