Module Values.ReplicaAutoScalingDescriptionSource

Represents the auto scaling settings of the replica.

Sourcetype nonrec t = {
  1. regionName : RegionName.t option;
    (*

    The Region where the replica exists.

    *)
  2. globalSecondaryIndexes : ReplicaGlobalSecondaryIndexAutoScalingDescriptionList.t option;
    (*

    Replica-specific global secondary index auto scaling settings.

    *)
  3. replicaProvisionedReadCapacityAutoScalingSettings : AutoScalingSettingsDescription.t option;
  4. replicaProvisionedWriteCapacityAutoScalingSettings : AutoScalingSettingsDescription.t option;
  5. replicaStatus : ReplicaStatus.t option;
    (*

    The current state of the replica: CREATING - The replica is being created. UPDATING - The replica is being updated. DELETING - The replica is being deleted. ACTIVE - The replica is ready for use.

    *)
}
Sourceval make : ?regionName:??? -> ?globalSecondaryIndexes:??? -> ?replicaProvisionedReadCapacityAutoScalingSettings:??? -> ?replicaProvisionedWriteCapacityAutoScalingSettings:??? -> ?replicaStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `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 ] list | `String of RegionName.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