Module Values.StartDataIngestionJobRequestSource

Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.

Sourcetype nonrec t = {
  1. datasetName : DatasetIdentifier.t;
    (*

    The name of the dataset being used by the data ingestion job.

    *)
  2. ingestionInputConfiguration : IngestionInputConfiguration.t;
    (*

    Specifies information for the input data for the data ingestion job, including dataset S3 location.

    *)
  3. roleArn : IamRoleArn.t;
    (*

    The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.

    *)
  4. clientToken : IdempotenceToken.t;
    (*

    A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

    *)
}
Sourceval context_ : string
Sourceval make : datasetName:DatasetIdentifier.t -> ingestionInputConfiguration:IngestionInputConfiguration.t -> roleArn:IamRoleArn.t -> clientToken:IdempotenceToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DatasetIdentifier.t | `Structure of (string * [> `Structure of (string * [> `String of S3Bucket.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