For some reason today I was receiving the following error on many of my AWS CLI commands:
Unknown output type: [None]
I looked into it and found that in my AWS config file (~/.aws/config). Output was set to clear.
I changed this to json and the error went away.

Just adding this my blog in case you have the same issue and need to search for it.