modifyManagedPrefixList
inline suspend fun Ec2Client.modifyManagedPrefixList(crossinline block: ModifyManagedPrefixListRequest.Builder.() -> Unit): ModifyManagedPrefixListResponse
Modifies the specified managed prefix list.
Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version.
If you specify a current version number that does not match the true current version number, the request fails.