Module Values.SourceManifestConfigSource

Specifies the manifest that you want DataSync to use and where it's hosted. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.

Sourcetype nonrec t = {
  1. s3 : S3ManifestConfig.t;
    (*

    Specifies the S3 bucket where you're hosting your manifest.

    *)
}
Sourceval context_ : string
Sourceval make : s3:S3ManifestConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of S3Subdirectory.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