Modifies the specified managed prefix list.
See https://www.paws-r-sdk.com/docs/ec2_modify_managed_prefix_list/ for full documentation.
ec2_modify_managed_prefix_list(
DryRun = NULL,
PrefixListId,
CurrentVersion = NULL,
PrefixListName = NULL,
AddEntries = NULL,
RemoveEntries = NULL,
MaxEntries = NULL
)
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.
The current version of the prefix list.
A name for the prefix list.
One or more entries to add to the prefix list.
One or more entries to remove from the prefix list.
The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.
If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.