AWS cli documentation change
Summary
Added SourceResourceArn and BackupVaultArn fields to restore job documentation
Security assessment
Adds resource tracking fields but does not introduce or modify security controls. The ARN documentation provides context but doesn't address vulnerabilities.
Diff
diff --git a/cli/latest/reference/backup/list-restore-jobs-by-protected-resource.md b/cli/latest/reference/backup/list-restore-jobs-by-protected-resource.md index b7258be25..6e58d5f52 100644 --- a//cli/latest/reference/backup/list-restore-jobs-by-protected-resource.md +++ b//cli/latest/reference/backup/list-restore-jobs-by-protected-resource.md @@ -15 +15 @@ - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) » @@ -270,0 +271,8 @@ RestoreJobs -> (list) +>> 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. +>> @@ -386 +394 @@ NextToken -> (string) - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) »