On importing the new package there are 10 warnings about private fields being assigned but the value not being used.
E.g.
Assets/Plugins/Amazon/AmazonMobileAds/Source/Ad.cs(31,37): warning CS0414: The private field `com.amazon.mas.cpt.ads.Ad.logger' is assigned but its value is never used
On requesting a banner or interstitial there is an exception every time:
InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.Collections.Generic.List`1+Enumerator[com.amazon.mas.cpt.ads.IDelegator].VerifyState () [0x00000] in :0 at System.Collections.Generic.List`1+Enumerator[com.amazon.mas.cpt.ads.IDelegator].MoveNext () [0x00000] in :0 at com.amazon.mas.cpt.ads.AmazonMobileAdsImpl.FireEvent (System.String jsonMessage) [0x00000] in :0 at com.amazon.mas.cpt.ads.AmazonMobileAdsImpl+AmazonMobileAdsBase.UnityFireEvent (System.String jsonMessage) [0x00000] in :0