Restores 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.
ec2_restore_managed_prefix_list_version(
DryRun = NULL,
PrefixListId,
PreviousVersion,
CurrentVersion
)
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 is UnauthorizedOperation
.
[required] The ID of the prefix list.
[required] The version to restore.
[required] The current version number for the prefix list.