Module Values.AwsBackupBackupPlanDetailsSource

Provides details about an Backup backup plan and an array of BackupRule objects, each of which specifies a backup rule.

Sourcetype nonrec t = {
  1. backupPlan : AwsBackupBackupPlanBackupPlanDetails.t option;
    (*

    Uniquely identifies the backup plan to be associated with the selection of resources.

    *)
  2. backupPlanArn : NonEmptyString.t option;
    (*

    An Amazon Resource Name (ARN) that uniquely identifies the backup plan.

    *)
  3. backupPlanId : NonEmptyString.t option;
    (*

    A unique ID for the backup plan.

    *)
  4. versionId : NonEmptyString.t option;
    (*

    Unique, randomly generated, Unicode, UTF-8 encoded strings. Version IDs cannot be edited.

    *)
}
Sourceval make : ?backupPlan:??? -> ?backupPlanArn:??? -> ?backupPlanId:??? -> ?versionId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `Long of Long.t ]) list ]) list ] list | `Long of Long.t | `Map of ([> `String of NonEmptyString.t ] * [> `String of NonEmptyString.t ]) list | `String of NonEmptyString.t | `Structure of (string * [> `Long of Long.t ]) list ]) list ] list | `String of NonEmptyString.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