Module Values.UpdateBackupPlanInputSource

Updates the specified backup plan. The new version is uniquely identified by its ID.

Sourcetype nonrec t = {
  1. backupPlanId : string;
    (*

    The ID of the backup plan.

    *)
  2. backupPlan : BackupPlanInput.t;
    (*

    The body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

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