Values.GetSnapshotLimitsResultSourceContains the results of the GetSnapshotLimits operation.
type nonrec t = {snapshotLimits : SnapshotLimits.t option;A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
*)}type nonrec error = [ | `ClientException of ClientException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of ManualSnapshotsLimitReached.t
| `Integer of Limit.t ])
list ])
list ]