Module Values.ExistingObjectReplicationSource

Optional configuration to replicate existing source bucket objects. This parameter is no longer supported. To replicate existing objects, see Replicating existing objects with S3 Batch Replication in the Amazon S3 User Guide.

Sourcetype nonrec t = {
  1. status : ExistingObjectReplicationStatus.t;
    (*

    Specifies whether Amazon S3 replicates existing source bucket objects.

    *)
}
Sourceval context_ : string
Sourceval make : status:ExistingObjectReplicationStatus.t -> 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