Module Values.PackageSourceSource

The Amazon S3 location to import the package from.

Sourcetype nonrec t = {
  1. s3BucketName : S3BucketName.t option;
    (*

    The name of the Amazon S3 bucket containing the package.

    *)
  2. s3Key : S3Key.t option;
    (*

    Key (file name) of the package.

    *)
}
Sourceval make : ?s3BucketName:??? -> ?s3Key:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3BucketName.t ]) 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