ec2_restore_managed_prefix_list_version: Restores the entries from a previous version of a managed...

View source: R/ec2_operations.R

ec2_restore_managed_prefix_list_versionR 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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

PrefixListId

[required] The ID of the prefix list.

PreviousVersion

[required] The version to restore.

CurrentVersion

[required] The current version number for the prefix list.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.