Module Values.StartEarthObservationJobInputSource

Use this operation to create an Earth observation job.

Sourcetype nonrec t = {
  1. clientToken : StartEarthObservationJobInputClientTokenString.t option;
    (*

    A unique token that guarantees that the call to this API is idempotent.

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

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

    *)
  3. inputConfig : InputConfigInput.t;
    (*

    Input configuration information for the Earth Observation job.

    *)
  4. jobConfig : JobConfigInput.t;
    (*

    An object containing information about the job configuration.

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

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

    *)
  6. name : StartEarthObservationJobInputNameString.t;
    (*

    The name of the Earth Observation job.

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

    Each tag consists of a key and a value.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?kmsKeyId:??? -> ?tags:??? -> executionRoleArn:ExecutionRoleArn.t -> inputConfig:InputConfigInput.t -> jobConfig:JobConfigInput.t -> name:StartEarthObservationJobInputNameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of StartEarthObservationJobInputClientTokenString.t | `Structure of (string * [> `String of EarthObservationJobArn.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of String_.t ] list | `String of DataCollectionArn.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 Timestamp.t ]) list ]) 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