I have an API Key associated with a particular usage plan. How do I use boto3 to update the usage plan to another usage plan?
I've tried the following methods:
update_api_key() // add, remove and replace operations do not have usage plan path update_usage_plan() // add, remove and replace operations do not have usage plan path
I thought about remove the key from the plan then re-adding but there are no usage plan paths.
Each op operation can have only one path associated with it