Jean-Baptiste Barth 5392978eaf Check parameters are strings on SWF endpoints
SWF endpoints raise a 400 Bad Request for non-string types, and boto
doesn't enforce it as of today, so better have some safety nets in moto
to avoid this common mistake.

Example exception raised by Boto:

    SWFResponseError: SWFResponseError: 400 Bad Request
    {u'Message': u'class java.lang.Short can not be converted to an String',
    u'__type': u'com.amazon.coral.service#SerializationException'}
2015-11-19 11:45:21 +01:00
..
2015-07-12 19:32:16 +09:00
2015-06-05 20:09:15 -04:00
2015-07-23 10:56:33 -04:00
2015-01-30 19:28:07 +11:00
2014-11-23 23:20:02 -05:00
2015-11-11 20:26:29 -05:00
2014-08-28 10:57:43 -04:00
2015-11-10 11:39:00 -05:00