Module Values.PutBackupPolicyRequestSource

Updates the file system's backup policy. Use this action to start or stop automatic backups of the file system.

Sourcetype nonrec t = {
  1. fileSystemId : FileSystemId.t;
    (*

    Specifies which EFS file system to update the backup policy for.

    *)
  2. backupPolicy : BackupPolicy.t;
    (*

    The backup policy included in the PutBackupPolicy request.

    *)
}
Sourceval context_ : string
Sourceval make : fileSystemId:FileSystemId.t -> backupPolicy:BackupPolicy.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FileSystemId.t | `Structure of (string * [> `Enum of string ]) 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