Module Values.AwsDynamoDbTableBillingModeSummarySource

Provides information about the billing for read/write capacity on the table.

Sourcetype nonrec t = {
  1. billingMode : NonEmptyString.t option;
    (*

    The method used to charge for read and write throughput and to manage capacity.

    *)
  2. lastUpdateToPayPerRequestDateTime : NonEmptyString.t option;
    (*

    If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

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