AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-16 · Documentation low

File: cli/latest/reference/backup/describe-restore-job.md

Summary

Added documentation for SourceResourceArn and BackupVaultArn fields in restore job context

Security assessment

Added resource ARN fields provide contextual information about restore operations but do not describe security controls or address vulnerabilities. The changes appear to be general documentation improvements rather than security-specific updates.

Diff

diff --git a/cli/latest/reference/backup/describe-restore-job.md b/cli/latest/reference/backup/describe-restore-job.md
index e5de719b4..a311c8aec 100644
--- a//cli/latest/reference/backup/describe-restore-job.md
+++ b//cli/latest/reference/backup/describe-restore-job.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.16 Command Reference](../../index.html) »
@@ -212,0 +213,8 @@ RecoveryPointArn -> (string)
+SourceResourceArn -> (string)
+
+> The Amazon Resource Name (ARN) of the original resource that was backed up. This provides context about what resource is being restored.
+
+BackupVaultArn -> (string)
+
+> The Amazon Resource Name (ARN) of the backup vault containing the recovery point being restored. This helps identify vault access policies and permissions.
+
@@ -326 +334 @@ DeletionStatusMessage -> (string)
-  * [AWS CLI 2.31.13 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.16 Command Reference](../../index.html) »