Module Values.StartFHIRExportJobRequestSource

Start a FHIR export job.

Sourcetype nonrec t = {
  1. jobName : JobName.t option;
    (*

    The export job name.

    *)
  2. outputDataConfig : OutputDataConfig.t;
    (*

    The output data configuration supplied when the export job was started.

    *)
  3. datastoreId : DatastoreId.t;
    (*

    The data store identifier from which files are being exported.

    *)
  4. dataAccessRoleArn : IamRoleArn.t;
    (*

    The Amazon Resource Name (ARN) used during initiation of the export job.

    *)
  5. clientToken : ClientTokenString.t option;
    (*

    An optional user provided token used for ensuring API idempotency.

    *)
}
Sourceval context_ : string
Sourceval make : ?jobName:??? -> ?clientToken:??? -> outputDataConfig:OutputDataConfig.t -> datastoreId:DatastoreId.t -> dataAccessRoleArn:IamRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of JobName.t | `Structure of (string * [> `Structure of (string * [> `String of S3Uri.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