Rename API Gateway
I can rename only by using aws cli.
aws apigateway update-rest-api --rest-api-id IDOfTheAPIThatNeedsTobeUpdated --patch-operations op=replace,path=/name,value=NewName
Ref: http://stackoverflow.com/questions/34337340/how-to-rename-an-aws-api-gateway-api-instance