Module Values.ReplicaSettingsDescriptionSource

Represents the properties of a replica.

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

    The Region name of the replica.

    *)
  2. replicaStatus : ReplicaStatus.t option;
    (*

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

    *)
  3. replicaBillingModeSummary : BillingModeSummary.t option;
    (*

    The read/write capacity mode of the replica.

    *)
  4. replicaProvisionedReadCapacityUnits : NonNegativeLongObject.t option;
    (*

    The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

    *)
  5. replicaProvisionedReadCapacityAutoScalingSettings : AutoScalingSettingsDescription.t option;
    (*

    Auto scaling settings for a global table replica's read capacity units.

    *)
  6. replicaProvisionedWriteCapacityUnits : NonNegativeLongObject.t option;
    (*

    The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

    *)
  7. replicaProvisionedWriteCapacityAutoScalingSettings : AutoScalingSettingsDescription.t option;
    (*

    Auto scaling settings for a global table replica's write capacity units.

    *)
  8. replicaGlobalSecondaryIndexSettings : ReplicaGlobalSecondaryIndexSettingsDescriptionList.t option;
    (*

    Replica global secondary index settings for the global table.

    *)
  9. replicaTableClassSummary : TableClassSummary.t option;
}
Sourceval make : ?regionName:??? -> ?replicaStatus:??? -> ?replicaBillingModeSummary:??? -> ?replicaProvisionedReadCapacityUnits:??? -> ?replicaProvisionedReadCapacityAutoScalingSettings:??? -> ?replicaProvisionedWriteCapacityUnits:??? -> ?replicaProvisionedWriteCapacityAutoScalingSettings:??? -> ?replicaGlobalSecondaryIndexSettings:??? -> ?replicaTableClassSummary:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Long of PositiveLongObject.t | `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 | `Long of NonNegativeLongObject.t | `String of RegionName.t | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `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 | `Timestamp of Date.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