Module Values.SearchRasterDataCollectionInputSource

Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.

Sourcetype nonrec t = {
  1. arn : DataCollectionArn.t;
    (*

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

    *)
  2. nextToken : NextToken.t option;
    (*

    If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

    *)
  3. rasterDataCollectionQuery : RasterDataCollectionQueryWithBandFilterInput.t;
    (*

    RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in SearchRasterDataCollection.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> arn:DataCollectionArn.t -> rasterDataCollectionQuery:RasterDataCollectionQueryWithBandFilterInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataCollectionArn.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `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