Module Values.S3SetObjectLegalHoldOperationSource

Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes to every object to the underlying PutObjectLegalHold API operation. For more information, see Using S3 Object Lock legal hold with S3 Batch Operations in the Amazon S3 User Guide. This functionality is not supported by directory buckets.

Sourcetype nonrec t = {
  1. legalHold : S3ObjectLockLegalHold.t;
    (*

    Contains the Object Lock legal hold status to be applied to all objects in the Batch Operations job.

    *)
}
Sourceval context_ : string
Sourceval make : legalHold:S3ObjectLockLegalHold.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string ]) 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