AWS aws-backup documentation change
Summary
Reordered and removed parameters in S3 restore job documentation. Removed parameters like NewBucket, Encrypted, CreationToken, and adjusted ordering of ItemsToRestore/EncryptionType/RestoreTime.
Security assessment
Changes appear to be documentation restructuring/formatting rather than addressing security issues. While encryption parameters are mentioned, this is part of existing functionality documentation rather than a security fix or advisory.
Diff
diff --git a/aws-backup/latest/devguide/restoring-s3.md b/aws-backup/latest/devguide/restoring-s3.md index db93f6ad0..86230b000 100644 --- a//aws-backup/latest/devguide/restoring-s3.md +++ b//aws-backup/latest/devguide/restoring-s3.md @@ -135,6 +134,0 @@ Use `[StartRestoreJob](https://docs.aws.amazon.com/aws-backup/latest/devguide/AP - ItemsToRestore // A list of up to five paths of individual objects to restore. Only required for item-level restore. - NewBucket // Boolean to indicate whether to create a new bucket. - Encrypted // Boolean to indicate whether to encrypt the restored data. - CreationToken // An idempotency token. - EncryptionType // The type of encryption to encrypt your restored objects. Options are original (same encryption as the original object), SSE-S3, or SSE-KMS). - RestoreTime // The restore time (only valid for continuous recovery points where it is required, in format 2021-11-27T03:30:27Z). @@ -143 +137,2 @@ Use `[StartRestoreJob](https://docs.aws.amazon.com/aws-backup/latest/devguide/AP - RestoreLatestVersionsUpTo // Include this optional parameter to multiple versions. + EncryptionType // The type of encryption to encrypt your restored objects. Options are original (same encryption as the original object), SSE-S3, or SSE-KMS). + ItemsToRestore // A list of up to five paths of individual objects to restore. Only required for item-level restore. @@ -145 +140,3 @@ Use `[StartRestoreJob](https://docs.aws.amazon.com/aws-backup/latest/devguide/AP - aws:backup:request-id + RestoreLatestVersionsUpTo // Include this optional parameter to multiple versions. + RestoreTime // The restore time (only valid for continuous recovery points where it is required, in format 2021-11-27T03:30:27Z). +