Module Values.GetEarthObservationJobOutputSource

Get the details for a previously initiated Earth Observation job.

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

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

    *)
  2. creationTime : SyntheticTimestamp_date_time.t option;
    (*

    The creation time of the initiated Earth Observation job.

    *)
  3. durationInSeconds : Integer.t option;
    (*

    The duration of Earth Observation job, in seconds.

    *)
  4. errorDetails : EarthObservationJobErrorDetails.t option;
    (*

    Details about the errors generated during the Earth Observation job.

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

    The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

    *)
  6. exportErrorDetails : ExportErrorDetails.t option;
    (*

    Details about the errors generated during ExportEarthObservationJob.

    *)
  7. exportStatus : EarthObservationJobExportStatus.t option;
    (*

    The status of the Earth Observation job.

    *)
  8. inputConfig : InputConfigOutput.t option;
    (*

    Input data for the Earth Observation job.

    *)
  9. jobConfig : JobConfigInput.t option;
    (*

    An object containing information about the job configuration.

    *)
  10. kmsKeyId : KmsKey.t option;
    (*

    The Key Management Service key ID for server-side encryption.

    *)
  11. name : String_.t option;
    (*

    The name of the Earth Observation job.

    *)
  12. outputBands : EarthObservationJobOutputBands.t option;
    (*

    Bands available in the output of an operation.

    *)
  13. status : EarthObservationJobStatus.t option;
    (*

    The status of a previously initiated Earth Observation job.

    *)
  14. tags : Tags.t option;
    (*

    Each tag consists of a key and a value.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?creationTime:??? -> ?durationInSeconds:??? -> ?errorDetails:??? -> ?executionRoleArn:??? -> ?exportErrorDetails:??? -> ?exportStatus:??? -> ?inputConfig:??? -> ?jobConfig:??? -> ?kmsKeyId:??? -> ?name:??? -> ?outputBands:??? -> ?status:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of String_.t ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Float of Float_.t | `String of String_.t ]) list ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `Float of Float_.t | `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 SyntheticTimestamp_date_time.t ]) list ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.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