Module Values.UpdateTableReplicaAutoScalingInputSource

Updates auto scaling settings on your global tables at once.

Sourcetype nonrec t = {
  1. globalSecondaryIndexUpdates : GlobalSecondaryIndexAutoScalingUpdateList.t option;
    (*

    Represents the auto scaling settings of the global secondary indexes of the replica to be updated.

    *)
  2. tableName : TableArn.t;
    (*

    The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

    *)
  3. provisionedWriteCapacityAutoScalingUpdate : AutoScalingSettingsUpdate.t option;
  4. replicaUpdates : ReplicaAutoScalingUpdateList.t option;
    (*

    Represents the auto scaling settings of replicas of the table that will be modified.

    *)
}
Sourceval context_ : string
Sourceval make : ?globalSecondaryIndexUpdates:??? -> ?provisionedWriteCapacityAutoScalingUpdate:??? -> ?replicaUpdates:??? -> tableName:TableArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 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 TableArn.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