Module Values.ReplicaGlobalSecondaryIndexAutoScalingDescriptionSource

Represents the auto scaling configuration for a replica global secondary index.

Sourcetype nonrec t = {
  1. indexName : IndexName.t option;
    (*

    The name of the global secondary index.

    *)
  2. indexStatus : IndexStatus.t option;
    (*

    The current state of the replica global secondary index: CREATING - The index is being created. UPDATING - The table/index configuration is being updated. The table/index remains available for data operations when UPDATING DELETING - The index is being deleted. ACTIVE - The index is ready for use.

    *)
  3. provisionedReadCapacityAutoScalingSettings : AutoScalingSettingsDescription.t option;
  4. provisionedWriteCapacityAutoScalingSettings : AutoScalingSettingsDescription.t option;
}
Sourceval make : ?indexName:??? -> ?indexStatus:??? -> ?provisionedReadCapacityAutoScalingSettings:??? -> ?provisionedWriteCapacityAutoScalingSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of IndexName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `List of [> `Structure of (string * [> `String of AutoScalingPolicyName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Double of DoubleObject.t | `Integer of IntegerObject.t ]) list ]) list ] list | `Long of PositiveLongObject.t | `String of String_.t ]) list ]) 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