Restores the entries from a previous version of a managed prefix list to a new version of the prefix list
Source:R/ec2_operations.R
ec2_restore_managed_prefix_list_version.RdRestores the entries from a previous version of a managed prefix list to a new version of the prefix list.
See https://www.paws-r-sdk.com/docs/ec2_restore_managed_prefix_list_version/ for full documentation.
Usage
ec2_restore_managed_prefix_list_version(
DryRun = NULL,
PrefixListId,
PreviousVersion,
CurrentVersion
)Arguments
- DryRun
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- PrefixListId
[required] The ID of the prefix list.
- PreviousVersion
[required] The version to restore.
- CurrentVersion
[required] The current version number for the prefix list.