Module Values.GetBackupSelectionInputSource

Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.

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

    Uniquely identifies a backup plan.

    *)
  2. selectionId : string;
    (*

    Uniquely identifies the body of a request to assign a set of resources to a backup plan.

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