Module Values.S3ContentBaseLocationUpdateSource

The information required to update the S3 base location that holds the application.

Sourcetype nonrec t = {
  1. bucketARNUpdate : BucketARN.t option;
    (*

    The updated Amazon Resource Name (ARN) of the S3 bucket.

    *)
  2. basePathUpdate : BasePath.t option;
    (*

    The updated S3 bucket path.

    *)
}
Sourceval make : ?bucketARNUpdate:??? -> ?basePathUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BucketARN.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