Module Values_1.ProvisionedBandwidthSource

Reserved. If you need to sustain traffic greater than the documented limits, contact Amazon Web Services Support.

Sourcetype nonrec t = {
  1. provisionTime : Values_0.DateTime.t option;
    (*

    Reserved.

    *)
  2. provisioned : Values_0.String_.t option;
    (*

    Reserved.

    *)
  3. requestTime : Values_0.DateTime.t option;
    (*

    Reserved.

    *)
  4. requested : Values_0.String_.t option;
    (*

    Reserved.

    *)
  5. status : Values_0.String_.t option;
    (*

    Reserved.

    *)
}
Sourceval make : ?provisionTime:??? -> ?provisioned:??? -> ?requestTime:??? -> ?requested:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Timestamp of Values_0.DateTime.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