Module Values.GetBucketBundlesRequestSource

Returns the bundles that you can apply to a Amazon Lightsail bucket. The bucket bundle specifies the monthly cost, storage quota, and data transfer quota for a bucket. Use the UpdateBucketBundle action to update the bundle for a bucket.

Sourcetype nonrec t = {
  1. includeInactive : Boolean.t option;
    (*

    A Boolean value that indicates whether to include inactive (unavailable) bundles in the response of your request.

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