Module Values.CopyJobTemplateRequestSource

Copies a job template to an Amazon S3 bucket.

Sourcetype nonrec t = {
  1. farmId : FarmId.t;
    (*

    The farm ID to copy.

    *)
  2. queueId : QueueId.t;
    (*

    The queue ID to copy.

    *)
  3. jobId : JobId.t;
    (*

    The job ID to copy.

    *)
  4. targetS3Location : S3Location.t;
    (*

    The Amazon S3 bucket name and key where you would like to add a copy of the job template.

    *)
}
Sourceval context_ : string
Sourceval make : farmId:FarmId.t -> queueId:QueueId.t -> jobId:JobId.t -> targetS3Location:S3Location.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FarmId.t | `Structure of (string * [> `String of S3BucketName.t ]) 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