Module Values.ReplicaAutoScalingUpdateSource

Represents the auto scaling settings of a replica that will be modified.

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

    The Region where the replica exists.

    *)
  2. replicaGlobalSecondaryIndexUpdates : ReplicaGlobalSecondaryIndexAutoScalingUpdateList.t option;
    (*

    Represents the auto scaling settings of global secondary indexes that will be modified.

    *)
  3. replicaProvisionedReadCapacityAutoScalingUpdate : AutoScalingSettingsUpdate.t option;
}
Sourceval context_ : string
Sourceval make : ?replicaGlobalSecondaryIndexUpdates:??? -> ?replicaProvisionedReadCapacityAutoScalingUpdate:??? -> regionName:RegionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of IndexName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Long of PositiveLongObject.t | `String of AutoScalingRoleArn.t | `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 ]) list ] list | `String of RegionName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Long of PositiveLongObject.t | `String of AutoScalingRoleArn.t | `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 ]) 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