Module Values.ModifyBackupAttributesRequestSource

Modifies attributes for CloudHSM backup. Cross-account use: No. You cannot perform this operation on an CloudHSM backup in a different Amazon Web Services account.

Sourcetype nonrec t = {
  1. backupId : BackupId.t;
    (*

    The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.

    *)
  2. neverExpires : Boolean.t;
    (*

    Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.

    *)
}
Sourceval context_ : string
Sourceval make : backupId:BackupId.t -> neverExpires:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of BackupId.t ]) 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