Module Values.ProvisionedCapacityDescriptionSource

The definition for a provisioned capacity unit.

Sourcetype nonrec t = {
  1. capacityId : String_.t option;
    (*

    The ID that identifies the provisioned capacity unit.

    *)
  2. startDate : String_.t option;
    (*

    The date that the provisioned capacity unit was purchased, in Universal Coordinated Time (UTC).

    *)
  3. expirationDate : String_.t option;
    (*

    The date that the provisioned capacity unit expires, in Universal Coordinated Time (UTC).

    *)
}
Sourceval make : ?capacityId:??? -> ?startDate:??? -> ?expirationDate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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