Module Values.DescribeTableReplicaAutoScalingInputSource

Describes auto scaling settings across replicas of the global table at once.

Sourcetype nonrec t = {
  1. tableName : TableArn.t;
    (*

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

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