ec2_restore_managed_prefix_list_version {paws.compute} | R Documentation |
Restores the entries from a previous version of a managed prefix list to a new version of the prefix list
Description
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.
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 |
PrefixListId |
[required] The ID of the prefix list. |
PreviousVersion |
[required] The version to restore. |
CurrentVersion |
[required] The current version number for the prefix list. |
[Package paws.compute version 0.7.0 Index]