Module Values.RevokeRestoreAccessBackupVaultInputSource

Revokes access to a restore access backup vault, removing the ability to restore from its recovery points and permanently deleting the vault.

Sourcetype nonrec t = {
  1. backupVaultName : BackupVaultName.t;
    (*

    The name of the source backup vault associated with the restore access backup vault to be revoked.

    *)
  2. restoreAccessBackupVaultArn : ARN.t;
    (*

    The ARN of the restore access backup vault to revoke.

    *)
  3. requesterComment : RequesterComment.t option;
    (*

    A comment explaining the reason for revoking access to the restore access backup vault.

    *)
}
Sourceval context_ : string
Sourceval make : ?requesterComment:??? -> backupVaultName:BackupVaultName.t -> restoreAccessBackupVaultArn:ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BackupVaultName.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