Module Values.GetBackupPlanFromTemplateOutputSource

Returns the template specified by its templateId as a backup plan.

Sourcetype nonrec t = {
  1. backupPlanDocument : BackupPlan.t option;
    (*

    Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidParameterValueException of InvalidParameterValueException.t
  2. | `MissingParameterValueException of MissingParameterValueException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ServiceUnavailableException of ServiceUnavailableException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?backupPlanDocument:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterValueException of InvalidParameterValueException.t | `MissingParameterValueException of MissingParameterValueException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterValueException of InvalidParameterValueException.t | `MissingParameterValueException of MissingParameterValueException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ServiceUnavailableException of ServiceUnavailableException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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