Module Values.GetTileInputSource

Gets a web mercator tile for the given Earth Observation job.

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

    The Amazon Resource Name (ARN) of the tile operation.

    *)
  2. executionRoleArn : ExecutionRoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role that you specify.

    *)
  3. imageAssets : StringListInput.t;
    (*

    The particular assets or bands to tile.

    *)
  4. imageMask : Boolean.t option;
    (*

    Determines whether or not to return a valid data mask.

    *)
  5. outputDataType : OutputType.t option;
    (*

    The output data type of the tile operation.

    *)
  6. outputFormat : String_.t option;
    (*

    The data format of the output tile. The formats include .npy, .png and .jpg.

    *)
  7. propertyFilters : String_.t option;
    (*

    Property filters for the imagery to tile.

    *)
  8. target : TargetOptions.t;
    (*

    Determines what part of the Earth Observation job to tile. 'INPUT' or 'OUTPUT' are the valid options.

    *)
  9. timeRangeFilter : String_.t option;
    (*

    Time range filter applied to imagery to find the images to tile.

    *)
  10. x : Integer.t;
    (*

    The x coordinate of the tile input.

    *)
  11. y : Integer.t;
    (*

    The y coordinate of the tile input.

    *)
  12. z : Integer.t;
    (*

    The z coordinate of the tile input.

    *)
}
Sourceval context_ : string
Sourceval make : ?executionRoleArn:??? -> ?imageMask:??? -> ?outputDataType:??? -> ?outputFormat:??? -> ?propertyFilters:??? -> ?timeRangeFilter:??? -> arn:EarthObservationJobArn.t -> imageAssets:StringListInput.t -> target:TargetOptions.t -> x:Integer.t -> y:Integer.t -> z:Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t ] list | `String of EarthObservationJobArn.t ]) 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