Module Values.S3ComputeObjectChecksumOperationSource

Directs the specified job to invoke the ComputeObjectChecksum operation on every object listed in the job's manifest.

Sourcetype nonrec t = {
  1. checksumAlgorithm : ComputeObjectChecksumAlgorithm.t option;
    (*

    Indicates the algorithm that you want Amazon S3 to use to create the checksum. For more information, see Checking object integrity in the Amazon S3 User Guide.

    *)
  2. checksumType : ComputeObjectChecksumType.t option;
    (*

    Indicates the checksum type that you want Amazon S3 to use to calculate the object's checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.

    *)
}
Sourceval make : ?checksumAlgorithm:??? -> ?checksumType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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