Values.GetBackupPlanFromJSONOutputSourceReturns a valid JSON document specifying a backup plan or an error.
type nonrec t = {backupPlan : BackupPlan.t option;Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidRequestException of InvalidRequestException.t| `LimitExceededException of LimitExceededException.t| `MissingParameterValueException of MissingParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidRequestException of InvalidRequestException.t
| `LimitExceededException of LimitExceededException.t
| `MissingParameterValueException of MissingParameterValueException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of ResourceType.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of ResourceType.t ] list
| `String of ARN.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of Long.t ])
list ])
list ]
list
| `Long of WindowMinutes.t
| `Map of
([> `String of TagKey.t ]
* [> `String of TagValue.t ])
list
| `String of BackupRuleName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Long of Long.t ])
list ])
list ]
list
| `String of BackupPlanName.t ])
list ])
list ]