Module Values.IncreaseNodeGroupsInGlobalReplicationGroupMessageSource

Increase the number of node groups in the Global datastore

Sourcetype nonrec t = {
  1. globalReplicationGroupId : String_.t;
    (*

    The name of the Global datastore

    *)
  2. nodeGroupCount : Integer.t;
    (*

    Total number of node groups you want

    *)
  3. regionalConfigurations : RegionalConfigurationList.t option;
    (*

    Describes the replication group IDs, the Amazon regions where they are stored and the shard configuration for each that comprise the Global datastore

    *)
  4. applyImmediately : Boolean.t;
    (*

    Indicates that the process begins immediately. At present, the only permitted value for this parameter is true.

    *)
}
Sourceval context_ : string
Sourceval make : ?regionalConfigurations:??? -> globalReplicationGroupId:String_.t -> nodeGroupCount:Integer.t -> applyImmediately:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of AllowedNodeGroupId.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.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