Values.RasterDataCollectionQueryInputSourceThe input structure for Raster Data Collection Query containing the Area of Interest, TimeRange Filters, and Property Filters.
type nonrec t = {areaOfInterest : AreaOfInterest.t option;The area of interest being queried for the raster data collection.
*)propertyFilters : PropertyFilters.t option;The list of Property filters used in the Raster Data Collection Query.
*)rasterDataCollectionArn : DataCollectionArn.t;The Amazon Resource Name (ARN) of the raster data collection.
*)timeRangeFilter : TimeRangeFilterInput.t;The TimeRange Filter used in the RasterDataCollection Query.
*)}val make :
?areaOfInterest:??? ->
?propertyFilters:??? ->
rasterDataCollectionArn:DataCollectionArn.t ->
timeRangeFilter:TimeRangeFilterInput.t ->
unit ->
tval 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 ]