aws-sdk-core 2.9.44 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (630) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -0
  3. data/lib/aws-sdk-core/client_stubs.rb +1 -2
  4. data/lib/aws-sdk-core/credential_provider.rb +2 -0
  5. data/lib/aws-sdk-core/credential_provider_chain.rb +2 -1
  6. data/lib/aws-sdk-core/errors.rb +19 -8
  7. data/lib/aws-sdk-core/ini_parser.rb +1 -0
  8. data/lib/aws-sdk-core/json/handler.rb +3 -2
  9. data/lib/aws-sdk-core/json/parser.rb +1 -1
  10. data/lib/aws-sdk-core/json.rb +4 -5
  11. data/lib/aws-sdk-core/log/param_filter.rb +4 -3
  12. data/lib/aws-sdk-core/pageable_response.rb +1 -0
  13. data/lib/aws-sdk-core/pager.rb +30 -25
  14. data/lib/aws-sdk-core/param_converter.rb +3 -3
  15. data/lib/aws-sdk-core/param_validator.rb +10 -4
  16. data/lib/aws-sdk-core/plugins/credentials_configuration.rb +62 -0
  17. data/lib/aws-sdk-core/plugins/global_configuration.rb +19 -10
  18. data/lib/aws-sdk-core/plugins/idempotency_token.rb +1 -2
  19. data/lib/aws-sdk-core/plugins/logging.rb +18 -18
  20. data/lib/aws-sdk-core/plugins/param_converter.rb +9 -5
  21. data/lib/aws-sdk-core/plugins/param_validator.rb +8 -5
  22. data/lib/aws-sdk-core/plugins/protocols/ec2.rb +2 -1
  23. data/lib/aws-sdk-core/plugins/protocols/json_rpc.rb +13 -12
  24. data/lib/aws-sdk-core/plugins/protocols/query.rb +2 -2
  25. data/lib/aws-sdk-core/plugins/regional_endpoint.rb +23 -15
  26. data/lib/aws-sdk-core/plugins/response_paging.rb +5 -18
  27. data/lib/aws-sdk-core/plugins/retry_errors.rb +11 -8
  28. data/lib/aws-sdk-core/plugins/signature_v2.rb +51 -0
  29. data/lib/aws-sdk-core/plugins/signature_v4.rb +139 -0
  30. data/lib/aws-sdk-core/plugins/stub_responses.rb +13 -11
  31. data/lib/aws-sdk-core/plugins/user_agent.rb +17 -6
  32. data/lib/aws-sdk-core/query/handler.rb +15 -16
  33. data/lib/aws-sdk-core/query/param_builder.rb +1 -1
  34. data/lib/aws-sdk-core/query.rb +5 -0
  35. data/lib/aws-sdk-core/resources/collection.rb +121 -0
  36. data/lib/aws-sdk-core/rest/handler.rb +1 -0
  37. data/lib/aws-sdk-core/rest/response/parser.rb +14 -14
  38. data/lib/aws-sdk-core/rest.rb +10 -0
  39. data/lib/aws-sdk-core/shared_config.rb +1 -1
  40. data/lib/aws-sdk-core/shared_credentials.rb +2 -0
  41. data/lib/aws-sdk-core/structure.rb +17 -12
  42. data/lib/aws-sdk-core/stubbing/data_applicator.rb +1 -1
  43. data/lib/aws-sdk-core/stubbing/empty_stub.rb +6 -2
  44. data/lib/aws-sdk-core/stubbing/protocols/ec2.rb +1 -1
  45. data/lib/aws-sdk-core/stubbing/stub_data.rb +4 -0
  46. data/lib/aws-sdk-core/util.rb +39 -0
  47. data/lib/aws-sdk-core/version.rb +1 -1
  48. data/lib/aws-sdk-core/waiters/poller.rb +5 -9
  49. data/lib/aws-sdk-core/waiters/waiter.rb +1 -0
  50. data/lib/aws-sdk-core/waiters.rb +3 -0
  51. data/lib/aws-sdk-core/xml/builder.rb +2 -2
  52. data/lib/aws-sdk-core/xml/error_handler.rb +1 -2
  53. data/lib/aws-sdk-core/xml/parser/frame.rb +4 -4
  54. data/lib/aws-sdk-core/xml/parser.rb +1 -11
  55. data/lib/aws-sdk-core/xml.rb +9 -0
  56. data/lib/aws-sdk-core.rb +66 -454
  57. data/lib/aws-sdk-sts/client.rb +1439 -0
  58. data/lib/aws-sdk-sts/client_api.rb +264 -0
  59. data/lib/aws-sdk-sts/customizations.rb +0 -0
  60. data/lib/aws-sdk-sts/errors.rb +14 -0
  61. data/lib/aws-sdk-sts/resource.rb +23 -0
  62. data/lib/aws-sdk-sts/types.rb +919 -0
  63. data/lib/aws-sdk-sts.rb +45 -0
  64. data/lib/seahorse/client/base.rb +1 -7
  65. data/lib/seahorse/client/logging/formatter.rb +2 -0
  66. data/lib/seahorse/client/logging/handler.rb +2 -0
  67. data/lib/seahorse/client/net_http/connection_pool.rb +3 -0
  68. data/lib/seahorse/client/net_http/handler.rb +2 -0
  69. data/lib/seahorse/client/net_http/patches.rb +1 -0
  70. data/lib/seahorse/client/plugin.rb +66 -6
  71. data/lib/seahorse/client/plugins/endpoint.rb +14 -10
  72. data/lib/seahorse/client/plugins/logging.rb +17 -19
  73. data/lib/seahorse/client/plugins/net_http.rb +23 -15
  74. data/lib/seahorse/client/plugins/raise_response_errors.rb +4 -4
  75. data/lib/seahorse/client/plugins/response_target.rb +2 -0
  76. data/lib/seahorse/model/api.rb +4 -0
  77. data/lib/seahorse/model/shapes.rb +18 -2
  78. data/lib/seahorse/util.rb +0 -20
  79. data/lib/seahorse.rb +50 -60
  80. metadata +36 -557
  81. data/apis/acm/2015-12-08/api-2.json +0 -595
  82. data/apis/acm/2015-12-08/examples-1.json +0 -5
  83. data/apis/acm/2015-12-08/paginators-1.json +0 -10
  84. data/apis/apigateway/2015-07-09/api-2.json +0 -4733
  85. data/apis/apigateway/2015-07-09/examples-1.json +0 -5
  86. data/apis/apigateway/2015-07-09/paginators-1.json +0 -70
  87. data/apis/application-autoscaling/2016-02-06/api-2.json +0 -601
  88. data/apis/application-autoscaling/2016-02-06/examples-1.json +0 -257
  89. data/apis/application-autoscaling/2016-02-06/paginators-1.json +0 -22
  90. data/apis/appstream/2016-12-01/api-2.json +0 -944
  91. data/apis/appstream/2016-12-01/examples-1.json +0 -5
  92. data/apis/appstream/2016-12-01/paginators-1.json +0 -4
  93. data/apis/appstream/2016-12-01/waiters-2.json +0 -55
  94. data/apis/athena/2017-05-18/api-2.json +0 -615
  95. data/apis/athena/2017-05-18/examples-1.json +0 -5
  96. data/apis/athena/2017-05-18/paginators-1.json +0 -19
  97. data/apis/autoscaling/2011-01-01/api-2.json +0 -2172
  98. data/apis/autoscaling/2011-01-01/examples-1.json +0 -1396
  99. data/apis/autoscaling/2011-01-01/paginators-1.json +0 -52
  100. data/apis/autoscaling/2011-01-01/resources-1.json +0 -1624
  101. data/apis/autoscaling/2011-01-01/waiters-2.json +0 -62
  102. data/apis/batch/2016-08-10/api-2.json +0 -920
  103. data/apis/batch/2016-08-10/examples-1.json +0 -589
  104. data/apis/batch/2016-08-10/paginators-1.json +0 -4
  105. data/apis/budgets/2016-10-20/api-2.json +0 -697
  106. data/apis/budgets/2016-10-20/examples-1.json +0 -5
  107. data/apis/budgets/2016-10-20/paginators-1.json +0 -4
  108. data/apis/clouddirectory/2016-05-10/api-2.json +0 -3595
  109. data/apis/clouddirectory/2016-05-10/examples-1.json +0 -5
  110. data/apis/clouddirectory/2016-05-10/paginators-1.json +0 -94
  111. data/apis/cloudformation/2010-05-15/api-2.json +0 -1464
  112. data/apis/cloudformation/2010-05-15/examples-1.json +0 -5
  113. data/apis/cloudformation/2010-05-15/paginators-1.json +0 -37
  114. data/apis/cloudformation/2010-05-15/resources-1.json +0 -211
  115. data/apis/cloudformation/2010-05-15/waiters-2.json +0 -182
  116. data/apis/cloudfront/2016-01-28/api-2.json +0 -2219
  117. data/apis/cloudfront/2016-01-28/examples-1.json +0 -5
  118. data/apis/cloudfront/2016-01-28/paginators-1.json +0 -32
  119. data/apis/cloudfront/2016-01-28/waiters-2.json +0 -47
  120. data/apis/cloudfront/2016-08-01/api-2.json +0 -2548
  121. data/apis/cloudfront/2016-08-01/examples-1.json +0 -5
  122. data/apis/cloudfront/2016-08-01/paginators-1.json +0 -32
  123. data/apis/cloudfront/2016-08-01/waiters-2.json +0 -47
  124. data/apis/cloudfront/2016-08-20/api-2.json +0 -2586
  125. data/apis/cloudfront/2016-08-20/paginators-1.json +0 -32
  126. data/apis/cloudfront/2016-08-20/waiters-2.json +0 -47
  127. data/apis/cloudfront/2016-09-07/api-2.json +0 -2596
  128. data/apis/cloudfront/2016-09-07/examples-1.json +0 -5
  129. data/apis/cloudfront/2016-09-07/paginators-1.json +0 -32
  130. data/apis/cloudfront/2016-09-07/waiters-2.json +0 -47
  131. data/apis/cloudfront/2016-09-29/api-2.json +0 -2599
  132. data/apis/cloudfront/2016-09-29/examples-1.json +0 -5
  133. data/apis/cloudfront/2016-09-29/paginators-1.json +0 -32
  134. data/apis/cloudfront/2016-09-29/waiters-2.json +0 -47
  135. data/apis/cloudfront/2016-11-25/api-2.json +0 -2665
  136. data/apis/cloudfront/2016-11-25/examples-1.json +0 -5
  137. data/apis/cloudfront/2016-11-25/paginators-1.json +0 -32
  138. data/apis/cloudfront/2016-11-25/waiters-2.json +0 -47
  139. data/apis/cloudfront/2017-03-25/api-2.json +0 -2689
  140. data/apis/cloudfront/2017-03-25/examples-1.json +0 -83
  141. data/apis/cloudfront/2017-03-25/paginators-1.json +0 -32
  142. data/apis/cloudfront/2017-03-25/waiters-2.json +0 -47
  143. data/apis/cloudhsm/2014-05-30/api-2.json +0 -878
  144. data/apis/cloudhsm/2014-05-30/examples-1.json +0 -5
  145. data/apis/cloudsearch/2013-01-01/api-2.json +0 -2002
  146. data/apis/cloudsearch/2013-01-01/paginators-1.json +0 -20
  147. data/apis/cloudsearchdomain/2013-01-01/api-2.json +0 -374
  148. data/apis/cloudsearchdomain/2013-01-01/examples-1.json +0 -5
  149. data/apis/cloudtrail/2013-11-01/api-2.json +0 -912
  150. data/apis/cloudtrail/2013-11-01/examples-1.json +0 -5
  151. data/apis/cloudtrail/2013-11-01/paginators-1.json +0 -13
  152. data/apis/codebuild/2016-10-06/api-2.json +0 -704
  153. data/apis/codebuild/2016-10-06/examples-1.json +0 -5
  154. data/apis/codebuild/2016-10-06/paginators-1.json +0 -4
  155. data/apis/codecommit/2015-04-13/api-2.json +0 -1112
  156. data/apis/codecommit/2015-04-13/examples-1.json +0 -5
  157. data/apis/codecommit/2015-04-13/paginators-1.json +0 -19
  158. data/apis/codedeploy/2014-10-06/api-2.json +0 -2380
  159. data/apis/codedeploy/2014-10-06/examples-1.json +0 -5
  160. data/apis/codedeploy/2014-10-06/paginators-1.json +0 -34
  161. data/apis/codedeploy/2014-10-06/waiters-2.json +0 -30
  162. data/apis/codepipeline/2015-07-09/api-2.json +0 -1714
  163. data/apis/codepipeline/2015-07-09/examples-1.json +0 -5
  164. data/apis/codestar/2017-04-19/api-2.json +0 -755
  165. data/apis/codestar/2017-04-19/examples-1.json +0 -5
  166. data/apis/codestar/2017-04-19/paginators-1.json +0 -4
  167. data/apis/cognito-identity/2014-06-30/api-2.json +0 -943
  168. data/apis/cognito-identity/2014-06-30/examples-1.json +0 -5
  169. data/apis/cognito-identity/2014-06-30/paginators-1.json +0 -4
  170. data/apis/cognito-idp/2016-04-18/api-2.json +0 -3847
  171. data/apis/cognito-idp/2016-04-18/examples-1.json +0 -5
  172. data/apis/cognito-idp/2016-04-18/paginators-1.json +0 -4
  173. data/apis/cognito-sync/2014-06-30/api-2.json +0 -1875
  174. data/apis/config/2014-11-12/api-2.json +0 -1418
  175. data/apis/config/2014-11-12/examples-1.json +0 -5
  176. data/apis/config/2014-11-12/paginators-1.json +0 -10
  177. data/apis/cur/2017-01-06/api-2.json +0 -226
  178. data/apis/cur/2017-01-06/examples-1.json +0 -5
  179. data/apis/cur/2017-01-06/paginators-1.json +0 -9
  180. data/apis/datapipeline/2012-10-29/api-2.json +0 -1168
  181. data/apis/datapipeline/2012-10-29/paginators-1.json +0 -26
  182. data/apis/devicefarm/2015-06-23/api-2.json +0 -2312
  183. data/apis/devicefarm/2015-06-23/examples-1.json +0 -1242
  184. data/apis/devicefarm/2015-06-23/paginators-1.json +0 -77
  185. data/apis/directconnect/2012-10-25/api-2.json +0 -1351
  186. data/apis/directconnect/2012-10-25/examples-1.json +0 -5
  187. data/apis/directconnect/2012-10-25/paginators-1.json +0 -22
  188. data/apis/discovery/2015-11-01/api-2.json +0 -938
  189. data/apis/discovery/2015-11-01/examples-1.json +0 -5
  190. data/apis/discovery/2015-11-01/paginators-1.json +0 -4
  191. data/apis/dms/2016-01-01/api-2.json +0 -1881
  192. data/apis/dms/2016-01-01/examples-1.json +0 -1053
  193. data/apis/dms/2016-01-01/paginators-1.json +0 -64
  194. data/apis/ds/2015-04-16/api-2.json +0 -1972
  195. data/apis/ds/2015-04-16/examples-1.json +0 -5
  196. data/apis/dynamodb/2011-12-05/api-2.json +0 -802
  197. data/apis/dynamodb/2011-12-05/examples-1.json +0 -5
  198. data/apis/dynamodb/2011-12-05/paginators-1.json +0 -26
  199. data/apis/dynamodb/2011-12-05/waiters-2.json +0 -35
  200. data/apis/dynamodb/2012-08-10/api-2.json +0 -1405
  201. data/apis/dynamodb/2012-08-10/examples-1.json +0 -628
  202. data/apis/dynamodb/2012-08-10/paginators-1.json +0 -26
  203. data/apis/dynamodb/2012-08-10/resources-1.json +0 -136
  204. data/apis/dynamodb/2012-08-10/waiters-2.json +0 -35
  205. data/apis/ec2/2015-10-01/api-2.json +0 -13760
  206. data/apis/ec2/2015-10-01/examples-1.json +0 -5
  207. data/apis/ec2/2015-10-01/paginators-1.json +0 -138
  208. data/apis/ec2/2015-10-01/resources-1.json +0 -2582
  209. data/apis/ec2/2015-10-01/waiters-2.json +0 -593
  210. data/apis/ec2/2016-04-01/api-2.json +0 -14191
  211. data/apis/ec2/2016-04-01/examples-1.json +0 -3729
  212. data/apis/ec2/2016-04-01/paginators-1.json +0 -138
  213. data/apis/ec2/2016-04-01/resources-1.json +0 -2582
  214. data/apis/ec2/2016-04-01/waiters-2.json +0 -593
  215. data/apis/ec2/2016-09-15/api-2.json +0 -14415
  216. data/apis/ec2/2016-09-15/examples-1.json +0 -3740
  217. data/apis/ec2/2016-09-15/paginators-1.json +0 -138
  218. data/apis/ec2/2016-09-15/resources-1.json +0 -2582
  219. data/apis/ec2/2016-09-15/waiters-2.json +0 -593
  220. data/apis/ec2/2016-11-15/api-2.json +0 -15590
  221. data/apis/ec2/2016-11-15/examples-1.json +0 -3740
  222. data/apis/ec2/2016-11-15/paginators-1.json +0 -144
  223. data/apis/ec2/2016-11-15/resources-1.json +0 -2582
  224. data/apis/ec2/2016-11-15/waiters-2.json +0 -611
  225. data/apis/ecr/2015-09-21/api-2.json +0 -947
  226. data/apis/ecr/2015-09-21/examples-1.json +0 -215
  227. data/apis/ecr/2015-09-21/paginators-1.json +0 -22
  228. data/apis/ecs/2014-11-13/api-2.json +0 -1629
  229. data/apis/ecs/2014-11-13/examples-1.json +0 -883
  230. data/apis/ecs/2014-11-13/paginators-1.json +0 -40
  231. data/apis/ecs/2014-11-13/waiters-2.json +0 -93
  232. data/apis/elasticache/2015-02-02/api-2.json +0 -2550
  233. data/apis/elasticache/2015-02-02/examples-1.json +0 -3145
  234. data/apis/elasticache/2015-02-02/paginators-1.json +0 -76
  235. data/apis/elasticache/2015-02-02/waiters-2.json +0 -143
  236. data/apis/elasticbeanstalk/2010-12-01/api-2.json +0 -2332
  237. data/apis/elasticbeanstalk/2010-12-01/examples-1.json +0 -1109
  238. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +0 -25
  239. data/apis/elasticfilesystem/2015-02-01/api-2.json +0 -714
  240. data/apis/elasticfilesystem/2015-02-01/examples-1.json +0 -222
  241. data/apis/elasticloadbalancing/2012-06-01/api-2.json +0 -1629
  242. data/apis/elasticloadbalancing/2012-06-01/examples-1.json +0 -1036
  243. data/apis/elasticloadbalancing/2012-06-01/paginators-1.json +0 -18
  244. data/apis/elasticloadbalancing/2012-06-01/waiters-2.json +0 -49
  245. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +0 -1867
  246. data/apis/elasticloadbalancingv2/2015-12-01/examples-1.json +0 -1384
  247. data/apis/elasticloadbalancingv2/2015-12-01/paginators-1.json +0 -19
  248. data/apis/elasticloadbalancingv2/2015-12-01/waiters-2.json +0 -64
  249. data/apis/elasticmapreduce/2009-03-31/api-2.json +0 -2056
  250. data/apis/elasticmapreduce/2009-03-31/examples-1.json +0 -5
  251. data/apis/elasticmapreduce/2009-03-31/paginators-1.json +0 -37
  252. data/apis/elasticmapreduce/2009-03-31/waiters-2.json +0 -86
  253. data/apis/elastictranscoder/2012-09-25/api-2.json +0 -1483
  254. data/apis/elastictranscoder/2012-09-25/examples-1.json +0 -5
  255. data/apis/elastictranscoder/2012-09-25/paginators-1.json +0 -24
  256. data/apis/elastictranscoder/2012-09-25/waiters-2.json +0 -30
  257. data/apis/email/2010-12-01/api-2.json +0 -2212
  258. data/apis/email/2010-12-01/examples-1.json +0 -953
  259. data/apis/email/2010-12-01/paginators-1.json +0 -13
  260. data/apis/email/2010-12-01/waiters-2.json +0 -18
  261. data/apis/entitlement.marketplace/2017-01-11/api-2.json +0 -128
  262. data/apis/entitlement.marketplace/2017-01-11/examples-1.json +0 -5
  263. data/apis/entitlement.marketplace/2017-01-11/paginators-1.json +0 -4
  264. data/apis/es/2015-01-01/api-2.json +0 -862
  265. data/apis/es/2015-01-01/examples-1.json +0 -5
  266. data/apis/es/2015-01-01/paginators-1.json +0 -14
  267. data/apis/events/2015-10-07/api-2.json +0 -649
  268. data/apis/events/2015-10-07/examples-1.json +0 -5
  269. data/apis/events/2015-10-07/paginators-1.json +0 -4
  270. data/apis/firehose/2015-08-04/api-2.json +0 -866
  271. data/apis/firehose/2015-08-04/examples-1.json +0 -5
  272. data/apis/gamelift/2015-10-01/api-2.json +0 -2316
  273. data/apis/gamelift/2015-10-01/examples-1.json +0 -5
  274. data/apis/gamelift/2015-10-01/paginators-1.json +0 -4
  275. data/apis/glacier/2012-06-01/api-2.json +0 -1734
  276. data/apis/glacier/2012-06-01/examples-1.json +0 -806
  277. data/apis/glacier/2012-06-01/paginators-1.json +0 -28
  278. data/apis/glacier/2012-06-01/resources-1.json +0 -563
  279. data/apis/glacier/2012-06-01/waiters-2.json +0 -39
  280. data/apis/greengrass/2017-06-07/api-2.json +0 -3451
  281. data/apis/health/2016-08-04/api-2.json +0 -547
  282. data/apis/health/2016-08-04/examples-1.json +0 -5
  283. data/apis/health/2016-08-04/paginators-1.json +0 -31
  284. data/apis/iam/2010-05-08/api-2.json +0 -4832
  285. data/apis/iam/2010-05-08/examples-1.json +0 -1191
  286. data/apis/iam/2010-05-08/paginators-1.json +0 -198
  287. data/apis/iam/2010-05-08/resources-1.json +0 -1740
  288. data/apis/iam/2010-05-08/waiters-2.json +0 -39
  289. data/apis/importexport/2010-06-01/api-2.json +0 -667
  290. data/apis/importexport/2010-06-01/paginators-1.json +0 -11
  291. data/apis/inspector/2016-02-16/api-2.json +0 -2051
  292. data/apis/inspector/2016-02-16/examples-1.json +0 -1147
  293. data/apis/inspector/2016-02-16/paginators-1.json +0 -4
  294. data/apis/iot/2015-05-28/api-2.json +0 -2928
  295. data/apis/iot/2015-05-28/examples-1.json +0 -5
  296. data/apis/iot/2015-05-28/paginators-1.json +0 -4
  297. data/apis/iot-data/2015-05-28/api-2.json +0 -264
  298. data/apis/kinesis/2013-12-02/api-2.json +0 -890
  299. data/apis/kinesis/2013-12-02/examples-1.json +0 -5
  300. data/apis/kinesis/2013-12-02/paginators-1.json +0 -18
  301. data/apis/kinesis/2013-12-02/waiters-2.json +0 -30
  302. data/apis/kinesisanalytics/2015-08-14/api-2.json +0 -1175
  303. data/apis/kinesisanalytics/2015-08-14/examples-1.json +0 -5
  304. data/apis/kinesisanalytics/2015-08-14/paginators-1.json +0 -4
  305. data/apis/kms/2014-11-01/api-2.json +0 -1492
  306. data/apis/kms/2014-11-01/examples-1.json +0 -904
  307. data/apis/kms/2014-11-01/paginators-1.json +0 -32
  308. data/apis/lambda/2014-11-11/api-2.json +0 -668
  309. data/apis/lambda/2014-11-11/paginators-1.json +0 -16
  310. data/apis/lambda/2015-03-31/api-2.json +0 -1647
  311. data/apis/lambda/2015-03-31/examples-1.json +0 -614
  312. data/apis/lambda/2015-03-31/paginators-1.json +0 -16
  313. data/apis/lex-models/2017-04-19/api-2.json +0 -2033
  314. data/apis/lex-models/2017-04-19/examples-1.json +0 -758
  315. data/apis/lex-models/2017-04-19/paginators-1.json +0 -54
  316. data/apis/lightsail/2016-11-28/api-2.json +0 -2187
  317. data/apis/lightsail/2016-11-28/examples-1.json +0 -5
  318. data/apis/lightsail/2016-11-28/paginators-1.json +0 -4
  319. data/apis/logs/2014-03-28/api-2.json +0 -1246
  320. data/apis/logs/2014-03-28/examples-1.json +0 -5
  321. data/apis/logs/2014-03-28/paginators-1.json +0 -49
  322. data/apis/machinelearning/2014-12-12/api-2.json +0 -1978
  323. data/apis/machinelearning/2014-12-12/examples-1.json +0 -5
  324. data/apis/machinelearning/2014-12-12/paginators-1.json +0 -28
  325. data/apis/machinelearning/2014-12-12/waiters-2.json +0 -81
  326. data/apis/marketplacecommerceanalytics/2015-07-01/api-2.json +0 -171
  327. data/apis/marketplacecommerceanalytics/2015-07-01/examples-1.json +0 -5
  328. data/apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json +0 -4
  329. data/apis/meteringmarketplace/2016-01-14/api-2.json +0 -263
  330. data/apis/meteringmarketplace/2016-01-14/examples-1.json +0 -5
  331. data/apis/monitoring/2010-08-01/api-2.json +0 -827
  332. data/apis/monitoring/2010-08-01/examples-1.json +0 -5
  333. data/apis/monitoring/2010-08-01/paginators-1.json +0 -24
  334. data/apis/monitoring/2010-08-01/resources-1.json +0 -346
  335. data/apis/monitoring/2010-08-01/waiters-2.json +0 -18
  336. data/apis/mturk-requester/2017-01-17/api-2.json +0 -1665
  337. data/apis/mturk-requester/2017-01-17/examples-1.json +0 -5
  338. data/apis/mturk-requester/2017-01-17/paginators-1.json +0 -54
  339. data/apis/opsworks/2013-02-18/api-2.json +0 -2839
  340. data/apis/opsworks/2013-02-18/examples-1.json +0 -5
  341. data/apis/opsworks/2013-02-18/paginators-1.json +0 -55
  342. data/apis/opsworks/2013-02-18/resources-1.json +0 -173
  343. data/apis/opsworks/2013-02-18/waiters-2.json +0 -295
  344. data/apis/opsworkscm/2016-11-01/api-2.json +0 -730
  345. data/apis/opsworkscm/2016-11-01/examples-1.json +0 -5
  346. data/apis/opsworkscm/2016-11-01/paginators-1.json +0 -4
  347. data/apis/organizations/2016-11-28/api-2.json +0 -2006
  348. data/apis/organizations/2016-11-28/examples-1.json +0 -1409
  349. data/apis/organizations/2016-11-28/paginators-1.json +0 -64
  350. data/apis/pinpoint/2016-12-01/api-2.json +0 -3949
  351. data/apis/pinpoint/2016-12-01/examples-1.json +0 -5
  352. data/apis/polly/2016-06-10/api-2.json +0 -539
  353. data/apis/polly/2016-06-10/examples-1.json +0 -171
  354. data/apis/polly/2016-06-10/paginators-1.json +0 -4
  355. data/apis/rds/2013-01-10/api-2.json +0 -2902
  356. data/apis/rds/2013-01-10/examples-1.json +0 -5
  357. data/apis/rds/2013-01-10/paginators-1.json +0 -97
  358. data/apis/rds/2013-02-12/api-2.json +0 -3058
  359. data/apis/rds/2013-02-12/examples-1.json +0 -5
  360. data/apis/rds/2013-02-12/paginators-1.json +0 -110
  361. data/apis/rds/2013-09-09/api-2.json +0 -3159
  362. data/apis/rds/2013-09-09/examples-1.json +0 -5
  363. data/apis/rds/2013-09-09/paginators-1.json +0 -110
  364. data/apis/rds/2013-09-09/waiters-2.json +0 -97
  365. data/apis/rds/2014-09-01/api-2.json +0 -3272
  366. data/apis/rds/2014-09-01/examples-1.json +0 -5
  367. data/apis/rds/2014-09-01/paginators-1.json +0 -4
  368. data/apis/rds/2014-10-31/api-2.json +0 -5187
  369. data/apis/rds/2014-10-31/examples-1.json +0 -1951
  370. data/apis/rds/2014-10-31/paginators-1.json +0 -110
  371. data/apis/rds/2014-10-31/resources-1.json +0 -3272
  372. data/apis/rds/2014-10-31/waiters-2.json +0 -90
  373. data/apis/redshift/2012-12-01/api-2.json +0 -3840
  374. data/apis/redshift/2012-12-01/examples-1.json +0 -5
  375. data/apis/redshift/2012-12-01/paginators-1.json +0 -94
  376. data/apis/redshift/2012-12-01/waiters-2.json +0 -97
  377. data/apis/rekognition/2016-06-27/api-2.json +0 -992
  378. data/apis/rekognition/2016-06-27/examples-1.json +0 -651
  379. data/apis/rekognition/2016-06-27/paginators-1.json +0 -16
  380. data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +0 -328
  381. data/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json +0 -5
  382. data/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json +0 -20
  383. data/apis/route53/2013-04-01/api-2.json +0 -3312
  384. data/apis/route53/2013-04-01/examples-1.json +0 -762
  385. data/apis/route53/2013-04-01/paginators-1.json +0 -33
  386. data/apis/route53/2013-04-01/waiters-2.json +0 -18
  387. data/apis/route53domains/2014-05-15/api-2.json +0 -1323
  388. data/apis/route53domains/2014-05-15/examples-1.json +0 -5
  389. data/apis/route53domains/2014-05-15/paginators-1.json +0 -16
  390. data/apis/runtime.lex/2016-11-28/api-2.json +0 -390
  391. data/apis/runtime.lex/2016-11-28/examples-1.json +0 -5
  392. data/apis/runtime.lex/2016-11-28/paginators-1.json +0 -4
  393. data/apis/s3/2006-03-01/api-2.json +0 -5368
  394. data/apis/s3/2006-03-01/examples-1.json +0 -1876
  395. data/apis/s3/2006-03-01/paginators-1.json +0 -66
  396. data/apis/s3/2006-03-01/resources-1.json +0 -1176
  397. data/apis/s3/2006-03-01/waiters-2.json +0 -73
  398. data/apis/sdb/2009-04-15/api-2.json +0 -955
  399. data/apis/sdb/2009-04-15/paginators-1.json +0 -15
  400. data/apis/servicecatalog/2015-12-10/api-2.json +0 -2022
  401. data/apis/servicecatalog/2015-12-10/examples-1.json +0 -5
  402. data/apis/servicecatalog/2015-12-10/paginators-1.json +0 -4
  403. data/apis/shield/2016-06-02/api-2.json +0 -494
  404. data/apis/shield/2016-06-02/examples-1.json +0 -5
  405. data/apis/sms/2016-10-24/api-2.json +0 -612
  406. data/apis/sms/2016-10-24/examples-1.json +0 -5
  407. data/apis/sms/2016-10-24/paginators-1.json +0 -28
  408. data/apis/snowball/2016-06-30/api-2.json +0 -855
  409. data/apis/snowball/2016-06-30/examples-1.json +0 -442
  410. data/apis/snowball/2016-06-30/paginators-1.json +0 -16
  411. data/apis/sns/2010-03-31/api-2.json +0 -1145
  412. data/apis/sns/2010-03-31/examples-1.json +0 -5
  413. data/apis/sns/2010-03-31/paginators-1.json +0 -29
  414. data/apis/sns/2010-03-31/resources-1.json +0 -327
  415. data/apis/sqs/2012-11-05/api-2.json +0 -988
  416. data/apis/sqs/2012-11-05/examples-1.json +0 -5
  417. data/apis/sqs/2012-11-05/paginators-1.json +0 -7
  418. data/apis/sqs/2012-11-05/resources-1.json +0 -232
  419. data/apis/ssm/2014-11-06/api-2.json +0 -5317
  420. data/apis/ssm/2014-11-06/examples-1.json +0 -5
  421. data/apis/ssm/2014-11-06/paginators-1.json +0 -40
  422. data/apis/states/2016-11-23/api-2.json +0 -1021
  423. data/apis/states/2016-11-23/examples-1.json +0 -5
  424. data/apis/states/2016-11-23/paginators-1.json +0 -28
  425. data/apis/storagegateway/2013-06-30/api-2.json +0 -2591
  426. data/apis/storagegateway/2013-06-30/examples-1.json +0 -1381
  427. data/apis/storagegateway/2013-06-30/paginators-1.json +0 -52
  428. data/apis/streams.dynamodb/2012-08-10/api-2.json +0 -406
  429. data/apis/streams.dynamodb/2012-08-10/examples-1.json +0 -212
  430. data/apis/streams.dynamodb/2012-08-10/paginators-1.json +0 -4
  431. data/apis/sts/2011-06-15/api-2.json +0 -522
  432. data/apis/sts/2011-06-15/examples-1.json +0 -206
  433. data/apis/sts/2011-06-15/paginators-1.json +0 -4
  434. data/apis/support/2013-04-15/api-2.json +0 -772
  435. data/apis/support/2013-04-15/examples-1.json +0 -5
  436. data/apis/support/2013-04-15/paginators-1.json +0 -25
  437. data/apis/swf/2012-01-25/api-2.json +0 -2839
  438. data/apis/swf/2012-01-25/paginators-1.json +0 -46
  439. data/apis/waf/2015-08-24/api-2.json +0 -1959
  440. data/apis/waf/2015-08-24/examples-1.json +0 -1017
  441. data/apis/waf/2015-08-24/paginators-1.json +0 -4
  442. data/apis/waf-regional/2016-11-28/api-2.json +0 -2090
  443. data/apis/waf-regional/2016-11-28/examples-1.json +0 -1017
  444. data/apis/waf-regional/2016-11-28/paginators-1.json +0 -4
  445. data/apis/workdocs/2016-05-01/api-2.json +0 -2684
  446. data/apis/workdocs/2016-05-01/examples-1.json +0 -5
  447. data/apis/workdocs/2016-05-01/paginators-1.json +0 -25
  448. data/apis/workspaces/2015-04-08/api-2.json +0 -840
  449. data/apis/workspaces/2015-04-08/examples-1.json +0 -5
  450. data/apis/workspaces/2015-04-08/paginators-1.json +0 -20
  451. data/apis/xray/2016-04-12/api-2.json +0 -492
  452. data/apis/xray/2016-04-12/examples-1.json +0 -5
  453. data/apis/xray/2016-04-12/paginators-1.json +0 -4
  454. data/bin/aws.rb +0 -180
  455. data/endpoints.json +0 -1935
  456. data/lib/aws-sdk-core/acm.rb +0 -6
  457. data/lib/aws-sdk-core/api/builder.rb +0 -106
  458. data/lib/aws-sdk-core/api/customizations.rb +0 -262
  459. data/lib/aws-sdk-core/api/docs/builder.rb +0 -223
  460. data/lib/aws-sdk-core/api/docs/client_type_documenter.rb +0 -118
  461. data/lib/aws-sdk-core/api/docs/crosslink.rb +0 -43
  462. data/lib/aws-sdk-core/api/docs/docstring_provider.rb +0 -75
  463. data/lib/aws-sdk-core/api/docs/operation_documenter.rb +0 -151
  464. data/lib/aws-sdk-core/api/docs/param_formatter.rb +0 -163
  465. data/lib/aws-sdk-core/api/docs/request_syntax_example.rb +0 -22
  466. data/lib/aws-sdk-core/api/docs/response_structure_example.rb +0 -91
  467. data/lib/aws-sdk-core/api/docs/shared_example.rb +0 -100
  468. data/lib/aws-sdk-core/api/docs/utils.rb +0 -133
  469. data/lib/aws-sdk-core/api/shape_map.rb +0 -142
  470. data/lib/aws-sdk-core/apigateway.rb +0 -6
  471. data/lib/aws-sdk-core/applicationautoscaling.rb +0 -6
  472. data/lib/aws-sdk-core/applicationdiscoveryservice.rb +0 -6
  473. data/lib/aws-sdk-core/appstream.rb +0 -7
  474. data/lib/aws-sdk-core/athena.rb +0 -6
  475. data/lib/aws-sdk-core/autoscaling.rb +0 -8
  476. data/lib/aws-sdk-core/batch.rb +0 -6
  477. data/lib/aws-sdk-core/budgets.rb +0 -6
  478. data/lib/aws-sdk-core/checksums.rb +0 -51
  479. data/lib/aws-sdk-core/client.rb +0 -60
  480. data/lib/aws-sdk-core/client_waiters.rb +0 -120
  481. data/lib/aws-sdk-core/clouddirectory.rb +0 -6
  482. data/lib/aws-sdk-core/cloudformation.rb +0 -8
  483. data/lib/aws-sdk-core/cloudfront/cookie_signer.rb +0 -44
  484. data/lib/aws-sdk-core/cloudfront/signer.rb +0 -141
  485. data/lib/aws-sdk-core/cloudfront/url_signer.rb +0 -48
  486. data/lib/aws-sdk-core/cloudfront.rb +0 -17
  487. data/lib/aws-sdk-core/cloudhsm.rb +0 -5
  488. data/lib/aws-sdk-core/cloudsearch.rb +0 -5
  489. data/lib/aws-sdk-core/cloudsearchdomain.rb +0 -5
  490. data/lib/aws-sdk-core/cloudtrail.rb +0 -6
  491. data/lib/aws-sdk-core/cloudwatch.rb +0 -8
  492. data/lib/aws-sdk-core/cloudwatchevents.rb +0 -6
  493. data/lib/aws-sdk-core/cloudwatchlogs.rb +0 -6
  494. data/lib/aws-sdk-core/codebuild.rb +0 -6
  495. data/lib/aws-sdk-core/codecommit.rb +0 -6
  496. data/lib/aws-sdk-core/codedeploy.rb +0 -7
  497. data/lib/aws-sdk-core/codepipeline.rb +0 -5
  498. data/lib/aws-sdk-core/codestar.rb +0 -6
  499. data/lib/aws-sdk-core/cognitoidentity.rb +0 -6
  500. data/lib/aws-sdk-core/cognitoidentityprovider.rb +0 -6
  501. data/lib/aws-sdk-core/cognitosync.rb +0 -4
  502. data/lib/aws-sdk-core/configservice.rb +0 -6
  503. data/lib/aws-sdk-core/costandusagereportservice.rb +0 -6
  504. data/lib/aws-sdk-core/databasemigrationservice.rb +0 -6
  505. data/lib/aws-sdk-core/datapipeline.rb +0 -5
  506. data/lib/aws-sdk-core/devicefarm.rb +0 -6
  507. data/lib/aws-sdk-core/directconnect.rb +0 -6
  508. data/lib/aws-sdk-core/directoryservice.rb +0 -5
  509. data/lib/aws-sdk-core/dynamodb/attribute_value.rb +0 -110
  510. data/lib/aws-sdk-core/dynamodb.rb +0 -40
  511. data/lib/aws-sdk-core/dynamodbstreams.rb +0 -6
  512. data/lib/aws-sdk-core/ec2.rb +0 -8
  513. data/lib/aws-sdk-core/ecr.rb +0 -6
  514. data/lib/aws-sdk-core/ecs.rb +0 -7
  515. data/lib/aws-sdk-core/efs.rb +0 -5
  516. data/lib/aws-sdk-core/elasticache.rb +0 -7
  517. data/lib/aws-sdk-core/elasticbeanstalk.rb +0 -6
  518. data/lib/aws-sdk-core/elasticloadbalancing.rb +0 -7
  519. data/lib/aws-sdk-core/elasticloadbalancingv2.rb +0 -7
  520. data/lib/aws-sdk-core/elasticsearchservice.rb +0 -6
  521. data/lib/aws-sdk-core/elastictranscoder.rb +0 -7
  522. data/lib/aws-sdk-core/empty_structure.rb +0 -3
  523. data/lib/aws-sdk-core/emr.rb +0 -7
  524. data/lib/aws-sdk-core/endpoint_provider.rb +0 -104
  525. data/lib/aws-sdk-core/firehose.rb +0 -5
  526. data/lib/aws-sdk-core/gamelift.rb +0 -6
  527. data/lib/aws-sdk-core/glacier.rb +0 -8
  528. data/lib/aws-sdk-core/greengrass.rb +0 -4
  529. data/lib/aws-sdk-core/health.rb +0 -6
  530. data/lib/aws-sdk-core/iam.rb +0 -8
  531. data/lib/aws-sdk-core/importexport.rb +0 -5
  532. data/lib/aws-sdk-core/inspector.rb +0 -6
  533. data/lib/aws-sdk-core/iot.rb +0 -6
  534. data/lib/aws-sdk-core/iotdataplane.rb +0 -4
  535. data/lib/aws-sdk-core/kinesis.rb +0 -7
  536. data/lib/aws-sdk-core/kinesisanalytics.rb +0 -6
  537. data/lib/aws-sdk-core/kms.rb +0 -6
  538. data/lib/aws-sdk-core/lambda.rb +0 -6
  539. data/lib/aws-sdk-core/lambdapreview.rb +0 -5
  540. data/lib/aws-sdk-core/lex.rb +0 -6
  541. data/lib/aws-sdk-core/lexmodelbuildingservice.rb +0 -6
  542. data/lib/aws-sdk-core/lightsail.rb +0 -6
  543. data/lib/aws-sdk-core/machinelearning.rb +0 -7
  544. data/lib/aws-sdk-core/marketplacecommerceanalytics.rb +0 -6
  545. data/lib/aws-sdk-core/marketplaceentitlementservice.rb +0 -6
  546. data/lib/aws-sdk-core/marketplacemetering.rb +0 -5
  547. data/lib/aws-sdk-core/mturk.rb +0 -6
  548. data/lib/aws-sdk-core/opsworks.rb +0 -8
  549. data/lib/aws-sdk-core/opsworkscm.rb +0 -6
  550. data/lib/aws-sdk-core/organizations.rb +0 -6
  551. data/lib/aws-sdk-core/partitions/partition.rb +0 -95
  552. data/lib/aws-sdk-core/partitions/partition_list.rb +0 -60
  553. data/lib/aws-sdk-core/partitions/region.rb +0 -66
  554. data/lib/aws-sdk-core/partitions/service.rb +0 -74
  555. data/lib/aws-sdk-core/partitions.rb +0 -174
  556. data/lib/aws-sdk-core/pinpoint.rb +0 -5
  557. data/lib/aws-sdk-core/plugins/api_gateway_header.rb +0 -19
  558. data/lib/aws-sdk-core/plugins/csd_conditional_signing.rb +0 -30
  559. data/lib/aws-sdk-core/plugins/csd_switch_to_post.rb +0 -36
  560. data/lib/aws-sdk-core/plugins/dynamodb_crc32_validation.rb +0 -52
  561. data/lib/aws-sdk-core/plugins/dynamodb_extended_retries.rb +0 -22
  562. data/lib/aws-sdk-core/plugins/dynamodb_simple_attributes.rb +0 -208
  563. data/lib/aws-sdk-core/plugins/ec2_copy_encrypted_snapshot.rb +0 -56
  564. data/lib/aws-sdk-core/plugins/ec2_region_validation.rb +0 -17
  565. data/lib/aws-sdk-core/plugins/glacier_account_id.rb +0 -19
  566. data/lib/aws-sdk-core/plugins/glacier_api_version.rb +0 -19
  567. data/lib/aws-sdk-core/plugins/glacier_checksums.rb +0 -87
  568. data/lib/aws-sdk-core/plugins/machine_learning_predict_endpoint.rb +0 -20
  569. data/lib/aws-sdk-core/plugins/rds_cross_region_copying.rb +0 -69
  570. data/lib/aws-sdk-core/plugins/request_signer.rb +0 -150
  571. data/lib/aws-sdk-core/plugins/route_53_id_fix.rb +0 -55
  572. data/lib/aws-sdk-core/plugins/s3_accelerate.rb +0 -90
  573. data/lib/aws-sdk-core/plugins/s3_bucket_dns.rb +0 -86
  574. data/lib/aws-sdk-core/plugins/s3_bucket_name_restrictions.rb +0 -21
  575. data/lib/aws-sdk-core/plugins/s3_dualstack.rb +0 -67
  576. data/lib/aws-sdk-core/plugins/s3_expect_100_continue.rb +0 -27
  577. data/lib/aws-sdk-core/plugins/s3_get_bucket_location_fix.rb +0 -21
  578. data/lib/aws-sdk-core/plugins/s3_host_id.rb +0 -26
  579. data/lib/aws-sdk-core/plugins/s3_http_200_errors.rb +0 -45
  580. data/lib/aws-sdk-core/plugins/s3_location_constraint.rb +0 -31
  581. data/lib/aws-sdk-core/plugins/s3_md5s.rb +0 -50
  582. data/lib/aws-sdk-core/plugins/s3_redirects.rb +0 -37
  583. data/lib/aws-sdk-core/plugins/s3_request_signer.rb +0 -166
  584. data/lib/aws-sdk-core/plugins/s3_sse_cpk.rb +0 -64
  585. data/lib/aws-sdk-core/plugins/s3_url_encoded_keys.rb +0 -93
  586. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +0 -162
  587. data/lib/aws-sdk-core/plugins/sqs_queue_urls.rb +0 -34
  588. data/lib/aws-sdk-core/plugins/swf_read_timeouts.rb +0 -23
  589. data/lib/aws-sdk-core/polly/presigner.rb +0 -70
  590. data/lib/aws-sdk-core/polly.rb +0 -14
  591. data/lib/aws-sdk-core/rds/auth_token_generator.rb +0 -63
  592. data/lib/aws-sdk-core/rds.rb +0 -16
  593. data/lib/aws-sdk-core/redshift.rb +0 -7
  594. data/lib/aws-sdk-core/rekognition.rb +0 -6
  595. data/lib/aws-sdk-core/resourcegroupstaggingapi.rb +0 -6
  596. data/lib/aws-sdk-core/route53.rb +0 -7
  597. data/lib/aws-sdk-core/route53domains.rb +0 -6
  598. data/lib/aws-sdk-core/s3/bucket_region_cache.rb +0 -75
  599. data/lib/aws-sdk-core/s3/presigner.rb +0 -116
  600. data/lib/aws-sdk-core/s3.rb +0 -26
  601. data/lib/aws-sdk-core/service.rb +0 -4
  602. data/lib/aws-sdk-core/servicecatalog.rb +0 -6
  603. data/lib/aws-sdk-core/ses.rb +0 -7
  604. data/lib/aws-sdk-core/shield.rb +0 -5
  605. data/lib/aws-sdk-core/signers/base.rb +0 -31
  606. data/lib/aws-sdk-core/signers/s3.rb +0 -185
  607. data/lib/aws-sdk-core/signers/v2.rb +0 -51
  608. data/lib/aws-sdk-core/signers/v3.rb +0 -34
  609. data/lib/aws-sdk-core/signers/v4.rb +0 -234
  610. data/lib/aws-sdk-core/simpledb.rb +0 -5
  611. data/lib/aws-sdk-core/sms.rb +0 -6
  612. data/lib/aws-sdk-core/snowball.rb +0 -6
  613. data/lib/aws-sdk-core/sns.rb +0 -7
  614. data/lib/aws-sdk-core/sqs.rb +0 -7
  615. data/lib/aws-sdk-core/ssm.rb +0 -6
  616. data/lib/aws-sdk-core/states.rb +0 -6
  617. data/lib/aws-sdk-core/storagegateway.rb +0 -6
  618. data/lib/aws-sdk-core/sts.rb +0 -6
  619. data/lib/aws-sdk-core/support.rb +0 -6
  620. data/lib/aws-sdk-core/swf.rb +0 -5
  621. data/lib/aws-sdk-core/tree_hash.rb +0 -69
  622. data/lib/aws-sdk-core/waf.rb +0 -6
  623. data/lib/aws-sdk-core/wafregional.rb +0 -6
  624. data/lib/aws-sdk-core/waiters/null_provider.rb +0 -12
  625. data/lib/aws-sdk-core/waiters/provider.rb +0 -35
  626. data/lib/aws-sdk-core/workdocs.rb +0 -6
  627. data/lib/aws-sdk-core/workspaces.rb +0 -6
  628. data/lib/aws-sdk-core/xray.rb +0 -6
  629. data/lib/seahorse/client/plugins/restful_bindings.rb +0 -125
  630. data/service-models.json +0 -405
@@ -1,2839 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "uid":"swf-2012-01-25",
5
- "apiVersion":"2012-01-25",
6
- "endpointPrefix":"swf",
7
- "jsonVersion":"1.0",
8
- "serviceAbbreviation":"Amazon SWF",
9
- "serviceFullName":"Amazon Simple Workflow Service",
10
- "signatureVersion":"v4",
11
- "targetPrefix":"SimpleWorkflowService",
12
- "timestampFormat":"unixTimestamp",
13
- "protocol":"json"
14
- },
15
- "operations":{
16
- "CountClosedWorkflowExecutions":{
17
- "name":"CountClosedWorkflowExecutions",
18
- "http":{
19
- "method":"POST",
20
- "requestUri":"/"
21
- },
22
- "input":{"shape":"CountClosedWorkflowExecutionsInput"},
23
- "output":{"shape":"WorkflowExecutionCount"},
24
- "errors":[
25
- {
26
- "shape":"UnknownResourceFault",
27
- "exception":true
28
- },
29
- {
30
- "shape":"OperationNotPermittedFault",
31
- "exception":true
32
- }
33
- ]
34
- },
35
- "CountOpenWorkflowExecutions":{
36
- "name":"CountOpenWorkflowExecutions",
37
- "http":{
38
- "method":"POST",
39
- "requestUri":"/"
40
- },
41
- "input":{"shape":"CountOpenWorkflowExecutionsInput"},
42
- "output":{"shape":"WorkflowExecutionCount"},
43
- "errors":[
44
- {
45
- "shape":"UnknownResourceFault",
46
- "exception":true
47
- },
48
- {
49
- "shape":"OperationNotPermittedFault",
50
- "exception":true
51
- }
52
- ]
53
- },
54
- "CountPendingActivityTasks":{
55
- "name":"CountPendingActivityTasks",
56
- "http":{
57
- "method":"POST",
58
- "requestUri":"/"
59
- },
60
- "input":{"shape":"CountPendingActivityTasksInput"},
61
- "output":{"shape":"PendingTaskCount"},
62
- "errors":[
63
- {
64
- "shape":"UnknownResourceFault",
65
- "exception":true
66
- },
67
- {
68
- "shape":"OperationNotPermittedFault",
69
- "exception":true
70
- }
71
- ]
72
- },
73
- "CountPendingDecisionTasks":{
74
- "name":"CountPendingDecisionTasks",
75
- "http":{
76
- "method":"POST",
77
- "requestUri":"/"
78
- },
79
- "input":{"shape":"CountPendingDecisionTasksInput"},
80
- "output":{"shape":"PendingTaskCount"},
81
- "errors":[
82
- {
83
- "shape":"UnknownResourceFault",
84
- "exception":true
85
- },
86
- {
87
- "shape":"OperationNotPermittedFault",
88
- "exception":true
89
- }
90
- ]
91
- },
92
- "DeprecateActivityType":{
93
- "name":"DeprecateActivityType",
94
- "http":{
95
- "method":"POST",
96
- "requestUri":"/"
97
- },
98
- "input":{"shape":"DeprecateActivityTypeInput"},
99
- "errors":[
100
- {
101
- "shape":"UnknownResourceFault",
102
- "exception":true
103
- },
104
- {
105
- "shape":"TypeDeprecatedFault",
106
- "exception":true
107
- },
108
- {
109
- "shape":"OperationNotPermittedFault",
110
- "exception":true
111
- }
112
- ]
113
- },
114
- "DeprecateDomain":{
115
- "name":"DeprecateDomain",
116
- "http":{
117
- "method":"POST",
118
- "requestUri":"/"
119
- },
120
- "input":{"shape":"DeprecateDomainInput"},
121
- "errors":[
122
- {
123
- "shape":"UnknownResourceFault",
124
- "exception":true
125
- },
126
- {
127
- "shape":"DomainDeprecatedFault",
128
- "exception":true
129
- },
130
- {
131
- "shape":"OperationNotPermittedFault",
132
- "exception":true
133
- }
134
- ]
135
- },
136
- "DeprecateWorkflowType":{
137
- "name":"DeprecateWorkflowType",
138
- "http":{
139
- "method":"POST",
140
- "requestUri":"/"
141
- },
142
- "input":{"shape":"DeprecateWorkflowTypeInput"},
143
- "errors":[
144
- {
145
- "shape":"UnknownResourceFault",
146
- "exception":true
147
- },
148
- {
149
- "shape":"TypeDeprecatedFault",
150
- "exception":true
151
- },
152
- {
153
- "shape":"OperationNotPermittedFault",
154
- "exception":true
155
- }
156
- ]
157
- },
158
- "DescribeActivityType":{
159
- "name":"DescribeActivityType",
160
- "http":{
161
- "method":"POST",
162
- "requestUri":"/"
163
- },
164
- "input":{"shape":"DescribeActivityTypeInput"},
165
- "output":{"shape":"ActivityTypeDetail"},
166
- "errors":[
167
- {
168
- "shape":"UnknownResourceFault",
169
- "exception":true
170
- },
171
- {
172
- "shape":"OperationNotPermittedFault",
173
- "exception":true
174
- }
175
- ]
176
- },
177
- "DescribeDomain":{
178
- "name":"DescribeDomain",
179
- "http":{
180
- "method":"POST",
181
- "requestUri":"/"
182
- },
183
- "input":{"shape":"DescribeDomainInput"},
184
- "output":{"shape":"DomainDetail"},
185
- "errors":[
186
- {
187
- "shape":"UnknownResourceFault",
188
- "exception":true
189
- },
190
- {
191
- "shape":"OperationNotPermittedFault",
192
- "exception":true
193
- }
194
- ]
195
- },
196
- "DescribeWorkflowExecution":{
197
- "name":"DescribeWorkflowExecution",
198
- "http":{
199
- "method":"POST",
200
- "requestUri":"/"
201
- },
202
- "input":{"shape":"DescribeWorkflowExecutionInput"},
203
- "output":{"shape":"WorkflowExecutionDetail"},
204
- "errors":[
205
- {
206
- "shape":"UnknownResourceFault",
207
- "exception":true
208
- },
209
- {
210
- "shape":"OperationNotPermittedFault",
211
- "exception":true
212
- }
213
- ]
214
- },
215
- "DescribeWorkflowType":{
216
- "name":"DescribeWorkflowType",
217
- "http":{
218
- "method":"POST",
219
- "requestUri":"/"
220
- },
221
- "input":{"shape":"DescribeWorkflowTypeInput"},
222
- "output":{"shape":"WorkflowTypeDetail"},
223
- "errors":[
224
- {
225
- "shape":"UnknownResourceFault",
226
- "exception":true
227
- },
228
- {
229
- "shape":"OperationNotPermittedFault",
230
- "exception":true
231
- }
232
- ]
233
- },
234
- "GetWorkflowExecutionHistory":{
235
- "name":"GetWorkflowExecutionHistory",
236
- "http":{
237
- "method":"POST",
238
- "requestUri":"/"
239
- },
240
- "input":{"shape":"GetWorkflowExecutionHistoryInput"},
241
- "output":{"shape":"History"},
242
- "errors":[
243
- {
244
- "shape":"UnknownResourceFault",
245
- "exception":true
246
- },
247
- {
248
- "shape":"OperationNotPermittedFault",
249
- "exception":true
250
- }
251
- ]
252
- },
253
- "ListActivityTypes":{
254
- "name":"ListActivityTypes",
255
- "http":{
256
- "method":"POST",
257
- "requestUri":"/"
258
- },
259
- "input":{"shape":"ListActivityTypesInput"},
260
- "output":{"shape":"ActivityTypeInfos"},
261
- "errors":[
262
- {
263
- "shape":"OperationNotPermittedFault",
264
- "exception":true
265
- },
266
- {
267
- "shape":"UnknownResourceFault",
268
- "exception":true
269
- }
270
- ]
271
- },
272
- "ListClosedWorkflowExecutions":{
273
- "name":"ListClosedWorkflowExecutions",
274
- "http":{
275
- "method":"POST",
276
- "requestUri":"/"
277
- },
278
- "input":{"shape":"ListClosedWorkflowExecutionsInput"},
279
- "output":{"shape":"WorkflowExecutionInfos"},
280
- "errors":[
281
- {
282
- "shape":"UnknownResourceFault",
283
- "exception":true
284
- },
285
- {
286
- "shape":"OperationNotPermittedFault",
287
- "exception":true
288
- }
289
- ]
290
- },
291
- "ListDomains":{
292
- "name":"ListDomains",
293
- "http":{
294
- "method":"POST",
295
- "requestUri":"/"
296
- },
297
- "input":{"shape":"ListDomainsInput"},
298
- "output":{"shape":"DomainInfos"},
299
- "errors":[
300
- {
301
- "shape":"OperationNotPermittedFault",
302
- "exception":true
303
- }
304
- ]
305
- },
306
- "ListOpenWorkflowExecutions":{
307
- "name":"ListOpenWorkflowExecutions",
308
- "http":{
309
- "method":"POST",
310
- "requestUri":"/"
311
- },
312
- "input":{"shape":"ListOpenWorkflowExecutionsInput"},
313
- "output":{"shape":"WorkflowExecutionInfos"},
314
- "errors":[
315
- {
316
- "shape":"UnknownResourceFault",
317
- "exception":true
318
- },
319
- {
320
- "shape":"OperationNotPermittedFault",
321
- "exception":true
322
- }
323
- ]
324
- },
325
- "ListWorkflowTypes":{
326
- "name":"ListWorkflowTypes",
327
- "http":{
328
- "method":"POST",
329
- "requestUri":"/"
330
- },
331
- "input":{"shape":"ListWorkflowTypesInput"},
332
- "output":{"shape":"WorkflowTypeInfos"},
333
- "errors":[
334
- {
335
- "shape":"OperationNotPermittedFault",
336
- "exception":true
337
- },
338
- {
339
- "shape":"UnknownResourceFault",
340
- "exception":true
341
- }
342
- ]
343
- },
344
- "PollForActivityTask":{
345
- "name":"PollForActivityTask",
346
- "http":{
347
- "method":"POST",
348
- "requestUri":"/"
349
- },
350
- "input":{"shape":"PollForActivityTaskInput"},
351
- "output":{"shape":"ActivityTask"},
352
- "errors":[
353
- {
354
- "shape":"UnknownResourceFault",
355
- "exception":true
356
- },
357
- {
358
- "shape":"OperationNotPermittedFault",
359
- "exception":true
360
- },
361
- {
362
- "shape":"LimitExceededFault",
363
- "exception":true
364
- }
365
- ]
366
- },
367
- "PollForDecisionTask":{
368
- "name":"PollForDecisionTask",
369
- "http":{
370
- "method":"POST",
371
- "requestUri":"/"
372
- },
373
- "input":{"shape":"PollForDecisionTaskInput"},
374
- "output":{"shape":"DecisionTask"},
375
- "errors":[
376
- {
377
- "shape":"UnknownResourceFault",
378
- "exception":true
379
- },
380
- {
381
- "shape":"OperationNotPermittedFault",
382
- "exception":true
383
- },
384
- {
385
- "shape":"LimitExceededFault",
386
- "exception":true
387
- }
388
- ]
389
- },
390
- "RecordActivityTaskHeartbeat":{
391
- "name":"RecordActivityTaskHeartbeat",
392
- "http":{
393
- "method":"POST",
394
- "requestUri":"/"
395
- },
396
- "input":{"shape":"RecordActivityTaskHeartbeatInput"},
397
- "output":{"shape":"ActivityTaskStatus"},
398
- "errors":[
399
- {
400
- "shape":"UnknownResourceFault",
401
- "exception":true
402
- },
403
- {
404
- "shape":"OperationNotPermittedFault",
405
- "exception":true
406
- }
407
- ]
408
- },
409
- "RegisterActivityType":{
410
- "name":"RegisterActivityType",
411
- "http":{
412
- "method":"POST",
413
- "requestUri":"/"
414
- },
415
- "input":{"shape":"RegisterActivityTypeInput"},
416
- "errors":[
417
- {
418
- "shape":"TypeAlreadyExistsFault",
419
- "exception":true
420
- },
421
- {
422
- "shape":"LimitExceededFault",
423
- "exception":true
424
- },
425
- {
426
- "shape":"UnknownResourceFault",
427
- "exception":true
428
- },
429
- {
430
- "shape":"OperationNotPermittedFault",
431
- "exception":true
432
- }
433
- ]
434
- },
435
- "RegisterDomain":{
436
- "name":"RegisterDomain",
437
- "http":{
438
- "method":"POST",
439
- "requestUri":"/"
440
- },
441
- "input":{"shape":"RegisterDomainInput"},
442
- "errors":[
443
- {
444
- "shape":"DomainAlreadyExistsFault",
445
- "exception":true
446
- },
447
- {
448
- "shape":"LimitExceededFault",
449
- "exception":true
450
- },
451
- {
452
- "shape":"OperationNotPermittedFault",
453
- "exception":true
454
- }
455
- ]
456
- },
457
- "RegisterWorkflowType":{
458
- "name":"RegisterWorkflowType",
459
- "http":{
460
- "method":"POST",
461
- "requestUri":"/"
462
- },
463
- "input":{"shape":"RegisterWorkflowTypeInput"},
464
- "errors":[
465
- {
466
- "shape":"TypeAlreadyExistsFault",
467
- "exception":true
468
- },
469
- {
470
- "shape":"LimitExceededFault",
471
- "exception":true
472
- },
473
- {
474
- "shape":"UnknownResourceFault",
475
- "exception":true
476
- },
477
- {
478
- "shape":"OperationNotPermittedFault",
479
- "exception":true
480
- }
481
- ]
482
- },
483
- "RequestCancelWorkflowExecution":{
484
- "name":"RequestCancelWorkflowExecution",
485
- "http":{
486
- "method":"POST",
487
- "requestUri":"/"
488
- },
489
- "input":{"shape":"RequestCancelWorkflowExecutionInput"},
490
- "errors":[
491
- {
492
- "shape":"UnknownResourceFault",
493
- "exception":true
494
- },
495
- {
496
- "shape":"OperationNotPermittedFault",
497
- "exception":true
498
- }
499
- ]
500
- },
501
- "RespondActivityTaskCanceled":{
502
- "name":"RespondActivityTaskCanceled",
503
- "http":{
504
- "method":"POST",
505
- "requestUri":"/"
506
- },
507
- "input":{"shape":"RespondActivityTaskCanceledInput"},
508
- "errors":[
509
- {
510
- "shape":"UnknownResourceFault",
511
- "exception":true
512
- },
513
- {
514
- "shape":"OperationNotPermittedFault",
515
- "exception":true
516
- }
517
- ]
518
- },
519
- "RespondActivityTaskCompleted":{
520
- "name":"RespondActivityTaskCompleted",
521
- "http":{
522
- "method":"POST",
523
- "requestUri":"/"
524
- },
525
- "input":{"shape":"RespondActivityTaskCompletedInput"},
526
- "errors":[
527
- {
528
- "shape":"UnknownResourceFault",
529
- "exception":true
530
- },
531
- {
532
- "shape":"OperationNotPermittedFault",
533
- "exception":true
534
- }
535
- ]
536
- },
537
- "RespondActivityTaskFailed":{
538
- "name":"RespondActivityTaskFailed",
539
- "http":{
540
- "method":"POST",
541
- "requestUri":"/"
542
- },
543
- "input":{"shape":"RespondActivityTaskFailedInput"},
544
- "errors":[
545
- {
546
- "shape":"UnknownResourceFault",
547
- "exception":true
548
- },
549
- {
550
- "shape":"OperationNotPermittedFault",
551
- "exception":true
552
- }
553
- ]
554
- },
555
- "RespondDecisionTaskCompleted":{
556
- "name":"RespondDecisionTaskCompleted",
557
- "http":{
558
- "method":"POST",
559
- "requestUri":"/"
560
- },
561
- "input":{"shape":"RespondDecisionTaskCompletedInput"},
562
- "errors":[
563
- {
564
- "shape":"UnknownResourceFault",
565
- "exception":true
566
- },
567
- {
568
- "shape":"OperationNotPermittedFault",
569
- "exception":true
570
- }
571
- ]
572
- },
573
- "SignalWorkflowExecution":{
574
- "name":"SignalWorkflowExecution",
575
- "http":{
576
- "method":"POST",
577
- "requestUri":"/"
578
- },
579
- "input":{"shape":"SignalWorkflowExecutionInput"},
580
- "errors":[
581
- {
582
- "shape":"UnknownResourceFault",
583
- "exception":true
584
- },
585
- {
586
- "shape":"OperationNotPermittedFault",
587
- "exception":true
588
- }
589
- ]
590
- },
591
- "StartWorkflowExecution":{
592
- "name":"StartWorkflowExecution",
593
- "http":{
594
- "method":"POST",
595
- "requestUri":"/"
596
- },
597
- "input":{"shape":"StartWorkflowExecutionInput"},
598
- "output":{"shape":"Run"},
599
- "errors":[
600
- {
601
- "shape":"UnknownResourceFault",
602
- "exception":true
603
- },
604
- {
605
- "shape":"TypeDeprecatedFault",
606
- "exception":true
607
- },
608
- {
609
- "shape":"WorkflowExecutionAlreadyStartedFault",
610
- "exception":true
611
- },
612
- {
613
- "shape":"LimitExceededFault",
614
- "exception":true
615
- },
616
- {
617
- "shape":"OperationNotPermittedFault",
618
- "exception":true
619
- },
620
- {
621
- "shape":"DefaultUndefinedFault",
622
- "exception":true
623
- }
624
- ]
625
- },
626
- "TerminateWorkflowExecution":{
627
- "name":"TerminateWorkflowExecution",
628
- "http":{
629
- "method":"POST",
630
- "requestUri":"/"
631
- },
632
- "input":{"shape":"TerminateWorkflowExecutionInput"},
633
- "errors":[
634
- {
635
- "shape":"UnknownResourceFault",
636
- "exception":true
637
- },
638
- {
639
- "shape":"OperationNotPermittedFault",
640
- "exception":true
641
- }
642
- ]
643
- }
644
- },
645
- "shapes":{
646
- "ActivityId":{
647
- "type":"string",
648
- "min":1,
649
- "max":256
650
- },
651
- "ActivityTask":{
652
- "type":"structure",
653
- "required":[
654
- "taskToken",
655
- "activityId",
656
- "startedEventId",
657
- "workflowExecution",
658
- "activityType"
659
- ],
660
- "members":{
661
- "taskToken":{"shape":"TaskToken"},
662
- "activityId":{"shape":"ActivityId"},
663
- "startedEventId":{"shape":"EventId"},
664
- "workflowExecution":{"shape":"WorkflowExecution"},
665
- "activityType":{"shape":"ActivityType"},
666
- "input":{"shape":"Data"}
667
- }
668
- },
669
- "ActivityTaskCancelRequestedEventAttributes":{
670
- "type":"structure",
671
- "required":[
672
- "decisionTaskCompletedEventId",
673
- "activityId"
674
- ],
675
- "members":{
676
- "decisionTaskCompletedEventId":{"shape":"EventId"},
677
- "activityId":{"shape":"ActivityId"}
678
- }
679
- },
680
- "ActivityTaskCanceledEventAttributes":{
681
- "type":"structure",
682
- "required":[
683
- "scheduledEventId",
684
- "startedEventId"
685
- ],
686
- "members":{
687
- "details":{"shape":"Data"},
688
- "scheduledEventId":{"shape":"EventId"},
689
- "startedEventId":{"shape":"EventId"},
690
- "latestCancelRequestedEventId":{"shape":"EventId"}
691
- }
692
- },
693
- "ActivityTaskCompletedEventAttributes":{
694
- "type":"structure",
695
- "required":[
696
- "scheduledEventId",
697
- "startedEventId"
698
- ],
699
- "members":{
700
- "result":{"shape":"Data"},
701
- "scheduledEventId":{"shape":"EventId"},
702
- "startedEventId":{"shape":"EventId"}
703
- }
704
- },
705
- "ActivityTaskFailedEventAttributes":{
706
- "type":"structure",
707
- "required":[
708
- "scheduledEventId",
709
- "startedEventId"
710
- ],
711
- "members":{
712
- "reason":{"shape":"FailureReason"},
713
- "details":{"shape":"Data"},
714
- "scheduledEventId":{"shape":"EventId"},
715
- "startedEventId":{"shape":"EventId"}
716
- }
717
- },
718
- "ActivityTaskScheduledEventAttributes":{
719
- "type":"structure",
720
- "required":[
721
- "activityType",
722
- "activityId",
723
- "taskList",
724
- "decisionTaskCompletedEventId"
725
- ],
726
- "members":{
727
- "activityType":{"shape":"ActivityType"},
728
- "activityId":{"shape":"ActivityId"},
729
- "input":{"shape":"Data"},
730
- "control":{"shape":"Data"},
731
- "scheduleToStartTimeout":{"shape":"DurationInSecondsOptional"},
732
- "scheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"},
733
- "startToCloseTimeout":{"shape":"DurationInSecondsOptional"},
734
- "taskList":{"shape":"TaskList"},
735
- "taskPriority":{"shape":"TaskPriority"},
736
- "decisionTaskCompletedEventId":{"shape":"EventId"},
737
- "heartbeatTimeout":{"shape":"DurationInSecondsOptional"}
738
- }
739
- },
740
- "ActivityTaskStartedEventAttributes":{
741
- "type":"structure",
742
- "required":["scheduledEventId"],
743
- "members":{
744
- "identity":{"shape":"Identity"},
745
- "scheduledEventId":{"shape":"EventId"}
746
- }
747
- },
748
- "ActivityTaskStatus":{
749
- "type":"structure",
750
- "required":["cancelRequested"],
751
- "members":{
752
- "cancelRequested":{"shape":"Canceled"}
753
- }
754
- },
755
- "ActivityTaskTimedOutEventAttributes":{
756
- "type":"structure",
757
- "required":[
758
- "timeoutType",
759
- "scheduledEventId",
760
- "startedEventId"
761
- ],
762
- "members":{
763
- "timeoutType":{"shape":"ActivityTaskTimeoutType"},
764
- "scheduledEventId":{"shape":"EventId"},
765
- "startedEventId":{"shape":"EventId"},
766
- "details":{"shape":"LimitedData"}
767
- }
768
- },
769
- "ActivityTaskTimeoutType":{
770
- "type":"string",
771
- "enum":[
772
- "START_TO_CLOSE",
773
- "SCHEDULE_TO_START",
774
- "SCHEDULE_TO_CLOSE",
775
- "HEARTBEAT"
776
- ]
777
- },
778
- "ActivityType":{
779
- "type":"structure",
780
- "required":[
781
- "name",
782
- "version"
783
- ],
784
- "members":{
785
- "name":{"shape":"Name"},
786
- "version":{"shape":"Version"}
787
- }
788
- },
789
- "ActivityTypeConfiguration":{
790
- "type":"structure",
791
- "members":{
792
- "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
793
- "defaultTaskHeartbeatTimeout":{"shape":"DurationInSecondsOptional"},
794
- "defaultTaskList":{"shape":"TaskList"},
795
- "defaultTaskPriority":{"shape":"TaskPriority"},
796
- "defaultTaskScheduleToStartTimeout":{"shape":"DurationInSecondsOptional"},
797
- "defaultTaskScheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"}
798
- }
799
- },
800
- "ActivityTypeDetail":{
801
- "type":"structure",
802
- "required":[
803
- "typeInfo",
804
- "configuration"
805
- ],
806
- "members":{
807
- "typeInfo":{"shape":"ActivityTypeInfo"},
808
- "configuration":{"shape":"ActivityTypeConfiguration"}
809
- }
810
- },
811
- "ActivityTypeInfo":{
812
- "type":"structure",
813
- "required":[
814
- "activityType",
815
- "status",
816
- "creationDate"
817
- ],
818
- "members":{
819
- "activityType":{"shape":"ActivityType"},
820
- "status":{"shape":"RegistrationStatus"},
821
- "description":{"shape":"Description"},
822
- "creationDate":{"shape":"Timestamp"},
823
- "deprecationDate":{"shape":"Timestamp"}
824
- }
825
- },
826
- "ActivityTypeInfoList":{
827
- "type":"list",
828
- "member":{"shape":"ActivityTypeInfo"}
829
- },
830
- "ActivityTypeInfos":{
831
- "type":"structure",
832
- "required":["typeInfos"],
833
- "members":{
834
- "typeInfos":{"shape":"ActivityTypeInfoList"},
835
- "nextPageToken":{"shape":"PageToken"}
836
- }
837
- },
838
- "Arn":{
839
- "type":"string",
840
- "min":1,
841
- "max":1224
842
- },
843
- "CancelTimerDecisionAttributes":{
844
- "type":"structure",
845
- "required":["timerId"],
846
- "members":{
847
- "timerId":{"shape":"TimerId"}
848
- }
849
- },
850
- "CancelTimerFailedCause":{
851
- "type":"string",
852
- "enum":[
853
- "TIMER_ID_UNKNOWN",
854
- "OPERATION_NOT_PERMITTED"
855
- ]
856
- },
857
- "CancelTimerFailedEventAttributes":{
858
- "type":"structure",
859
- "required":[
860
- "timerId",
861
- "cause",
862
- "decisionTaskCompletedEventId"
863
- ],
864
- "members":{
865
- "timerId":{"shape":"TimerId"},
866
- "cause":{"shape":"CancelTimerFailedCause"},
867
- "decisionTaskCompletedEventId":{"shape":"EventId"}
868
- }
869
- },
870
- "CancelWorkflowExecutionDecisionAttributes":{
871
- "type":"structure",
872
- "members":{
873
- "details":{"shape":"Data"}
874
- }
875
- },
876
- "CancelWorkflowExecutionFailedCause":{
877
- "type":"string",
878
- "enum":[
879
- "UNHANDLED_DECISION",
880
- "OPERATION_NOT_PERMITTED"
881
- ]
882
- },
883
- "CancelWorkflowExecutionFailedEventAttributes":{
884
- "type":"structure",
885
- "required":[
886
- "cause",
887
- "decisionTaskCompletedEventId"
888
- ],
889
- "members":{
890
- "cause":{"shape":"CancelWorkflowExecutionFailedCause"},
891
- "decisionTaskCompletedEventId":{"shape":"EventId"}
892
- }
893
- },
894
- "Canceled":{"type":"boolean"},
895
- "CauseMessage":{
896
- "type":"string",
897
- "max":1728
898
- },
899
- "ChildPolicy":{
900
- "type":"string",
901
- "enum":[
902
- "TERMINATE",
903
- "REQUEST_CANCEL",
904
- "ABANDON"
905
- ]
906
- },
907
- "ChildWorkflowExecutionCanceledEventAttributes":{
908
- "type":"structure",
909
- "required":[
910
- "workflowExecution",
911
- "workflowType",
912
- "initiatedEventId",
913
- "startedEventId"
914
- ],
915
- "members":{
916
- "workflowExecution":{"shape":"WorkflowExecution"},
917
- "workflowType":{"shape":"WorkflowType"},
918
- "details":{"shape":"Data"},
919
- "initiatedEventId":{"shape":"EventId"},
920
- "startedEventId":{"shape":"EventId"}
921
- }
922
- },
923
- "ChildWorkflowExecutionCompletedEventAttributes":{
924
- "type":"structure",
925
- "required":[
926
- "workflowExecution",
927
- "workflowType",
928
- "initiatedEventId",
929
- "startedEventId"
930
- ],
931
- "members":{
932
- "workflowExecution":{"shape":"WorkflowExecution"},
933
- "workflowType":{"shape":"WorkflowType"},
934
- "result":{"shape":"Data"},
935
- "initiatedEventId":{"shape":"EventId"},
936
- "startedEventId":{"shape":"EventId"}
937
- }
938
- },
939
- "ChildWorkflowExecutionFailedEventAttributes":{
940
- "type":"structure",
941
- "required":[
942
- "workflowExecution",
943
- "workflowType",
944
- "initiatedEventId",
945
- "startedEventId"
946
- ],
947
- "members":{
948
- "workflowExecution":{"shape":"WorkflowExecution"},
949
- "workflowType":{"shape":"WorkflowType"},
950
- "reason":{"shape":"FailureReason"},
951
- "details":{"shape":"Data"},
952
- "initiatedEventId":{"shape":"EventId"},
953
- "startedEventId":{"shape":"EventId"}
954
- }
955
- },
956
- "ChildWorkflowExecutionStartedEventAttributes":{
957
- "type":"structure",
958
- "required":[
959
- "workflowExecution",
960
- "workflowType",
961
- "initiatedEventId"
962
- ],
963
- "members":{
964
- "workflowExecution":{"shape":"WorkflowExecution"},
965
- "workflowType":{"shape":"WorkflowType"},
966
- "initiatedEventId":{"shape":"EventId"}
967
- }
968
- },
969
- "ChildWorkflowExecutionTerminatedEventAttributes":{
970
- "type":"structure",
971
- "required":[
972
- "workflowExecution",
973
- "workflowType",
974
- "initiatedEventId",
975
- "startedEventId"
976
- ],
977
- "members":{
978
- "workflowExecution":{"shape":"WorkflowExecution"},
979
- "workflowType":{"shape":"WorkflowType"},
980
- "initiatedEventId":{"shape":"EventId"},
981
- "startedEventId":{"shape":"EventId"}
982
- }
983
- },
984
- "ChildWorkflowExecutionTimedOutEventAttributes":{
985
- "type":"structure",
986
- "required":[
987
- "workflowExecution",
988
- "workflowType",
989
- "timeoutType",
990
- "initiatedEventId",
991
- "startedEventId"
992
- ],
993
- "members":{
994
- "workflowExecution":{"shape":"WorkflowExecution"},
995
- "workflowType":{"shape":"WorkflowType"},
996
- "timeoutType":{"shape":"WorkflowExecutionTimeoutType"},
997
- "initiatedEventId":{"shape":"EventId"},
998
- "startedEventId":{"shape":"EventId"}
999
- }
1000
- },
1001
- "CloseStatus":{
1002
- "type":"string",
1003
- "enum":[
1004
- "COMPLETED",
1005
- "FAILED",
1006
- "CANCELED",
1007
- "TERMINATED",
1008
- "CONTINUED_AS_NEW",
1009
- "TIMED_OUT"
1010
- ]
1011
- },
1012
- "CloseStatusFilter":{
1013
- "type":"structure",
1014
- "required":["status"],
1015
- "members":{
1016
- "status":{"shape":"CloseStatus"}
1017
- }
1018
- },
1019
- "CompleteWorkflowExecutionDecisionAttributes":{
1020
- "type":"structure",
1021
- "members":{
1022
- "result":{"shape":"Data"}
1023
- }
1024
- },
1025
- "CompleteWorkflowExecutionFailedCause":{
1026
- "type":"string",
1027
- "enum":[
1028
- "UNHANDLED_DECISION",
1029
- "OPERATION_NOT_PERMITTED"
1030
- ]
1031
- },
1032
- "CompleteWorkflowExecutionFailedEventAttributes":{
1033
- "type":"structure",
1034
- "required":[
1035
- "cause",
1036
- "decisionTaskCompletedEventId"
1037
- ],
1038
- "members":{
1039
- "cause":{"shape":"CompleteWorkflowExecutionFailedCause"},
1040
- "decisionTaskCompletedEventId":{"shape":"EventId"}
1041
- }
1042
- },
1043
- "ContinueAsNewWorkflowExecutionDecisionAttributes":{
1044
- "type":"structure",
1045
- "members":{
1046
- "input":{"shape":"Data"},
1047
- "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1048
- "taskList":{"shape":"TaskList"},
1049
- "taskPriority":{"shape":"TaskPriority"},
1050
- "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1051
- "childPolicy":{"shape":"ChildPolicy"},
1052
- "tagList":{"shape":"TagList"},
1053
- "workflowTypeVersion":{"shape":"Version"},
1054
- "lambdaRole":{"shape":"Arn"}
1055
- }
1056
- },
1057
- "ContinueAsNewWorkflowExecutionFailedCause":{
1058
- "type":"string",
1059
- "enum":[
1060
- "UNHANDLED_DECISION",
1061
- "WORKFLOW_TYPE_DEPRECATED",
1062
- "WORKFLOW_TYPE_DOES_NOT_EXIST",
1063
- "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
1064
- "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
1065
- "DEFAULT_TASK_LIST_UNDEFINED",
1066
- "DEFAULT_CHILD_POLICY_UNDEFINED",
1067
- "CONTINUE_AS_NEW_WORKFLOW_EXECUTION_RATE_EXCEEDED",
1068
- "OPERATION_NOT_PERMITTED"
1069
- ]
1070
- },
1071
- "ContinueAsNewWorkflowExecutionFailedEventAttributes":{
1072
- "type":"structure",
1073
- "required":[
1074
- "cause",
1075
- "decisionTaskCompletedEventId"
1076
- ],
1077
- "members":{
1078
- "cause":{"shape":"ContinueAsNewWorkflowExecutionFailedCause"},
1079
- "decisionTaskCompletedEventId":{"shape":"EventId"}
1080
- }
1081
- },
1082
- "Count":{
1083
- "type":"integer",
1084
- "min":0
1085
- },
1086
- "CountClosedWorkflowExecutionsInput":{
1087
- "type":"structure",
1088
- "required":["domain"],
1089
- "members":{
1090
- "domain":{"shape":"DomainName"},
1091
- "startTimeFilter":{"shape":"ExecutionTimeFilter"},
1092
- "closeTimeFilter":{"shape":"ExecutionTimeFilter"},
1093
- "executionFilter":{"shape":"WorkflowExecutionFilter"},
1094
- "typeFilter":{"shape":"WorkflowTypeFilter"},
1095
- "tagFilter":{"shape":"TagFilter"},
1096
- "closeStatusFilter":{"shape":"CloseStatusFilter"}
1097
- }
1098
- },
1099
- "CountOpenWorkflowExecutionsInput":{
1100
- "type":"structure",
1101
- "required":[
1102
- "domain",
1103
- "startTimeFilter"
1104
- ],
1105
- "members":{
1106
- "domain":{"shape":"DomainName"},
1107
- "startTimeFilter":{"shape":"ExecutionTimeFilter"},
1108
- "typeFilter":{"shape":"WorkflowTypeFilter"},
1109
- "tagFilter":{"shape":"TagFilter"},
1110
- "executionFilter":{"shape":"WorkflowExecutionFilter"}
1111
- }
1112
- },
1113
- "CountPendingActivityTasksInput":{
1114
- "type":"structure",
1115
- "required":[
1116
- "domain",
1117
- "taskList"
1118
- ],
1119
- "members":{
1120
- "domain":{"shape":"DomainName"},
1121
- "taskList":{"shape":"TaskList"}
1122
- }
1123
- },
1124
- "CountPendingDecisionTasksInput":{
1125
- "type":"structure",
1126
- "required":[
1127
- "domain",
1128
- "taskList"
1129
- ],
1130
- "members":{
1131
- "domain":{"shape":"DomainName"},
1132
- "taskList":{"shape":"TaskList"}
1133
- }
1134
- },
1135
- "Data":{
1136
- "type":"string",
1137
- "max":32768
1138
- },
1139
- "Decision":{
1140
- "type":"structure",
1141
- "required":["decisionType"],
1142
- "members":{
1143
- "decisionType":{"shape":"DecisionType"},
1144
- "scheduleActivityTaskDecisionAttributes":{"shape":"ScheduleActivityTaskDecisionAttributes"},
1145
- "requestCancelActivityTaskDecisionAttributes":{"shape":"RequestCancelActivityTaskDecisionAttributes"},
1146
- "completeWorkflowExecutionDecisionAttributes":{"shape":"CompleteWorkflowExecutionDecisionAttributes"},
1147
- "failWorkflowExecutionDecisionAttributes":{"shape":"FailWorkflowExecutionDecisionAttributes"},
1148
- "cancelWorkflowExecutionDecisionAttributes":{"shape":"CancelWorkflowExecutionDecisionAttributes"},
1149
- "continueAsNewWorkflowExecutionDecisionAttributes":{"shape":"ContinueAsNewWorkflowExecutionDecisionAttributes"},
1150
- "recordMarkerDecisionAttributes":{"shape":"RecordMarkerDecisionAttributes"},
1151
- "startTimerDecisionAttributes":{"shape":"StartTimerDecisionAttributes"},
1152
- "cancelTimerDecisionAttributes":{"shape":"CancelTimerDecisionAttributes"},
1153
- "signalExternalWorkflowExecutionDecisionAttributes":{"shape":"SignalExternalWorkflowExecutionDecisionAttributes"},
1154
- "requestCancelExternalWorkflowExecutionDecisionAttributes":{"shape":"RequestCancelExternalWorkflowExecutionDecisionAttributes"},
1155
- "startChildWorkflowExecutionDecisionAttributes":{"shape":"StartChildWorkflowExecutionDecisionAttributes"},
1156
- "scheduleLambdaFunctionDecisionAttributes":{"shape":"ScheduleLambdaFunctionDecisionAttributes"}
1157
- }
1158
- },
1159
- "DecisionList":{
1160
- "type":"list",
1161
- "member":{"shape":"Decision"}
1162
- },
1163
- "DecisionTask":{
1164
- "type":"structure",
1165
- "required":[
1166
- "taskToken",
1167
- "startedEventId",
1168
- "workflowExecution",
1169
- "workflowType",
1170
- "events"
1171
- ],
1172
- "members":{
1173
- "taskToken":{"shape":"TaskToken"},
1174
- "startedEventId":{"shape":"EventId"},
1175
- "workflowExecution":{"shape":"WorkflowExecution"},
1176
- "workflowType":{"shape":"WorkflowType"},
1177
- "events":{"shape":"HistoryEventList"},
1178
- "nextPageToken":{"shape":"PageToken"},
1179
- "previousStartedEventId":{"shape":"EventId"}
1180
- }
1181
- },
1182
- "DecisionTaskCompletedEventAttributes":{
1183
- "type":"structure",
1184
- "required":[
1185
- "scheduledEventId",
1186
- "startedEventId"
1187
- ],
1188
- "members":{
1189
- "executionContext":{"shape":"Data"},
1190
- "scheduledEventId":{"shape":"EventId"},
1191
- "startedEventId":{"shape":"EventId"}
1192
- }
1193
- },
1194
- "DecisionTaskScheduledEventAttributes":{
1195
- "type":"structure",
1196
- "required":["taskList"],
1197
- "members":{
1198
- "taskList":{"shape":"TaskList"},
1199
- "taskPriority":{"shape":"TaskPriority"},
1200
- "startToCloseTimeout":{"shape":"DurationInSecondsOptional"}
1201
- }
1202
- },
1203
- "DecisionTaskStartedEventAttributes":{
1204
- "type":"structure",
1205
- "required":["scheduledEventId"],
1206
- "members":{
1207
- "identity":{"shape":"Identity"},
1208
- "scheduledEventId":{"shape":"EventId"}
1209
- }
1210
- },
1211
- "DecisionTaskTimedOutEventAttributes":{
1212
- "type":"structure",
1213
- "required":[
1214
- "timeoutType",
1215
- "scheduledEventId",
1216
- "startedEventId"
1217
- ],
1218
- "members":{
1219
- "timeoutType":{"shape":"DecisionTaskTimeoutType"},
1220
- "scheduledEventId":{"shape":"EventId"},
1221
- "startedEventId":{"shape":"EventId"}
1222
- }
1223
- },
1224
- "DecisionTaskTimeoutType":{
1225
- "type":"string",
1226
- "enum":["START_TO_CLOSE"]
1227
- },
1228
- "DecisionType":{
1229
- "type":"string",
1230
- "enum":[
1231
- "ScheduleActivityTask",
1232
- "RequestCancelActivityTask",
1233
- "CompleteWorkflowExecution",
1234
- "FailWorkflowExecution",
1235
- "CancelWorkflowExecution",
1236
- "ContinueAsNewWorkflowExecution",
1237
- "RecordMarker",
1238
- "StartTimer",
1239
- "CancelTimer",
1240
- "SignalExternalWorkflowExecution",
1241
- "RequestCancelExternalWorkflowExecution",
1242
- "StartChildWorkflowExecution",
1243
- "ScheduleLambdaFunction"
1244
- ]
1245
- },
1246
- "DefaultUndefinedFault":{
1247
- "type":"structure",
1248
- "members":{
1249
- "message":{"shape":"ErrorMessage"}
1250
- },
1251
- "exception":true
1252
- },
1253
- "DeprecateActivityTypeInput":{
1254
- "type":"structure",
1255
- "required":[
1256
- "domain",
1257
- "activityType"
1258
- ],
1259
- "members":{
1260
- "domain":{"shape":"DomainName"},
1261
- "activityType":{"shape":"ActivityType"}
1262
- }
1263
- },
1264
- "DeprecateDomainInput":{
1265
- "type":"structure",
1266
- "required":["name"],
1267
- "members":{
1268
- "name":{"shape":"DomainName"}
1269
- }
1270
- },
1271
- "DeprecateWorkflowTypeInput":{
1272
- "type":"structure",
1273
- "required":[
1274
- "domain",
1275
- "workflowType"
1276
- ],
1277
- "members":{
1278
- "domain":{"shape":"DomainName"},
1279
- "workflowType":{"shape":"WorkflowType"}
1280
- }
1281
- },
1282
- "DescribeActivityTypeInput":{
1283
- "type":"structure",
1284
- "required":[
1285
- "domain",
1286
- "activityType"
1287
- ],
1288
- "members":{
1289
- "domain":{"shape":"DomainName"},
1290
- "activityType":{"shape":"ActivityType"}
1291
- }
1292
- },
1293
- "DescribeDomainInput":{
1294
- "type":"structure",
1295
- "required":["name"],
1296
- "members":{
1297
- "name":{"shape":"DomainName"}
1298
- }
1299
- },
1300
- "DescribeWorkflowExecutionInput":{
1301
- "type":"structure",
1302
- "required":[
1303
- "domain",
1304
- "execution"
1305
- ],
1306
- "members":{
1307
- "domain":{"shape":"DomainName"},
1308
- "execution":{"shape":"WorkflowExecution"}
1309
- }
1310
- },
1311
- "DescribeWorkflowTypeInput":{
1312
- "type":"structure",
1313
- "required":[
1314
- "domain",
1315
- "workflowType"
1316
- ],
1317
- "members":{
1318
- "domain":{"shape":"DomainName"},
1319
- "workflowType":{"shape":"WorkflowType"}
1320
- }
1321
- },
1322
- "Description":{
1323
- "type":"string",
1324
- "max":1024
1325
- },
1326
- "DomainAlreadyExistsFault":{
1327
- "type":"structure",
1328
- "members":{
1329
- "message":{"shape":"ErrorMessage"}
1330
- },
1331
- "exception":true
1332
- },
1333
- "DomainConfiguration":{
1334
- "type":"structure",
1335
- "required":["workflowExecutionRetentionPeriodInDays"],
1336
- "members":{
1337
- "workflowExecutionRetentionPeriodInDays":{"shape":"DurationInDays"}
1338
- }
1339
- },
1340
- "DomainDeprecatedFault":{
1341
- "type":"structure",
1342
- "members":{
1343
- "message":{"shape":"ErrorMessage"}
1344
- },
1345
- "exception":true
1346
- },
1347
- "DomainDetail":{
1348
- "type":"structure",
1349
- "required":[
1350
- "domainInfo",
1351
- "configuration"
1352
- ],
1353
- "members":{
1354
- "domainInfo":{"shape":"DomainInfo"},
1355
- "configuration":{"shape":"DomainConfiguration"}
1356
- }
1357
- },
1358
- "DomainInfo":{
1359
- "type":"structure",
1360
- "required":[
1361
- "name",
1362
- "status"
1363
- ],
1364
- "members":{
1365
- "name":{"shape":"DomainName"},
1366
- "status":{"shape":"RegistrationStatus"},
1367
- "description":{"shape":"Description"}
1368
- }
1369
- },
1370
- "DomainInfoList":{
1371
- "type":"list",
1372
- "member":{"shape":"DomainInfo"}
1373
- },
1374
- "DomainInfos":{
1375
- "type":"structure",
1376
- "required":["domainInfos"],
1377
- "members":{
1378
- "domainInfos":{"shape":"DomainInfoList"},
1379
- "nextPageToken":{"shape":"PageToken"}
1380
- }
1381
- },
1382
- "DomainName":{
1383
- "type":"string",
1384
- "min":1,
1385
- "max":256
1386
- },
1387
- "DurationInDays":{
1388
- "type":"string",
1389
- "min":1,
1390
- "max":8
1391
- },
1392
- "DurationInSeconds":{
1393
- "type":"string",
1394
- "min":1,
1395
- "max":8
1396
- },
1397
- "DurationInSecondsOptional":{
1398
- "type":"string",
1399
- "max":8
1400
- },
1401
- "ErrorMessage":{"type":"string"},
1402
- "EventId":{"type":"long"},
1403
- "EventType":{
1404
- "type":"string",
1405
- "enum":[
1406
- "WorkflowExecutionStarted",
1407
- "WorkflowExecutionCancelRequested",
1408
- "WorkflowExecutionCompleted",
1409
- "CompleteWorkflowExecutionFailed",
1410
- "WorkflowExecutionFailed",
1411
- "FailWorkflowExecutionFailed",
1412
- "WorkflowExecutionTimedOut",
1413
- "WorkflowExecutionCanceled",
1414
- "CancelWorkflowExecutionFailed",
1415
- "WorkflowExecutionContinuedAsNew",
1416
- "ContinueAsNewWorkflowExecutionFailed",
1417
- "WorkflowExecutionTerminated",
1418
- "DecisionTaskScheduled",
1419
- "DecisionTaskStarted",
1420
- "DecisionTaskCompleted",
1421
- "DecisionTaskTimedOut",
1422
- "ActivityTaskScheduled",
1423
- "ScheduleActivityTaskFailed",
1424
- "ActivityTaskStarted",
1425
- "ActivityTaskCompleted",
1426
- "ActivityTaskFailed",
1427
- "ActivityTaskTimedOut",
1428
- "ActivityTaskCanceled",
1429
- "ActivityTaskCancelRequested",
1430
- "RequestCancelActivityTaskFailed",
1431
- "WorkflowExecutionSignaled",
1432
- "MarkerRecorded",
1433
- "RecordMarkerFailed",
1434
- "TimerStarted",
1435
- "StartTimerFailed",
1436
- "TimerFired",
1437
- "TimerCanceled",
1438
- "CancelTimerFailed",
1439
- "StartChildWorkflowExecutionInitiated",
1440
- "StartChildWorkflowExecutionFailed",
1441
- "ChildWorkflowExecutionStarted",
1442
- "ChildWorkflowExecutionCompleted",
1443
- "ChildWorkflowExecutionFailed",
1444
- "ChildWorkflowExecutionTimedOut",
1445
- "ChildWorkflowExecutionCanceled",
1446
- "ChildWorkflowExecutionTerminated",
1447
- "SignalExternalWorkflowExecutionInitiated",
1448
- "SignalExternalWorkflowExecutionFailed",
1449
- "ExternalWorkflowExecutionSignaled",
1450
- "RequestCancelExternalWorkflowExecutionInitiated",
1451
- "RequestCancelExternalWorkflowExecutionFailed",
1452
- "ExternalWorkflowExecutionCancelRequested",
1453
- "LambdaFunctionScheduled",
1454
- "LambdaFunctionStarted",
1455
- "LambdaFunctionCompleted",
1456
- "LambdaFunctionFailed",
1457
- "LambdaFunctionTimedOut",
1458
- "ScheduleLambdaFunctionFailed",
1459
- "StartLambdaFunctionFailed"
1460
- ]
1461
- },
1462
- "ExecutionStatus":{
1463
- "type":"string",
1464
- "enum":[
1465
- "OPEN",
1466
- "CLOSED"
1467
- ]
1468
- },
1469
- "ExecutionTimeFilter":{
1470
- "type":"structure",
1471
- "required":["oldestDate"],
1472
- "members":{
1473
- "oldestDate":{"shape":"Timestamp"},
1474
- "latestDate":{"shape":"Timestamp"}
1475
- }
1476
- },
1477
- "ExternalWorkflowExecutionCancelRequestedEventAttributes":{
1478
- "type":"structure",
1479
- "required":[
1480
- "workflowExecution",
1481
- "initiatedEventId"
1482
- ],
1483
- "members":{
1484
- "workflowExecution":{"shape":"WorkflowExecution"},
1485
- "initiatedEventId":{"shape":"EventId"}
1486
- }
1487
- },
1488
- "ExternalWorkflowExecutionSignaledEventAttributes":{
1489
- "type":"structure",
1490
- "required":[
1491
- "workflowExecution",
1492
- "initiatedEventId"
1493
- ],
1494
- "members":{
1495
- "workflowExecution":{"shape":"WorkflowExecution"},
1496
- "initiatedEventId":{"shape":"EventId"}
1497
- }
1498
- },
1499
- "FailWorkflowExecutionDecisionAttributes":{
1500
- "type":"structure",
1501
- "members":{
1502
- "reason":{"shape":"FailureReason"},
1503
- "details":{"shape":"Data"}
1504
- }
1505
- },
1506
- "FailWorkflowExecutionFailedCause":{
1507
- "type":"string",
1508
- "enum":[
1509
- "UNHANDLED_DECISION",
1510
- "OPERATION_NOT_PERMITTED"
1511
- ]
1512
- },
1513
- "FailWorkflowExecutionFailedEventAttributes":{
1514
- "type":"structure",
1515
- "required":[
1516
- "cause",
1517
- "decisionTaskCompletedEventId"
1518
- ],
1519
- "members":{
1520
- "cause":{"shape":"FailWorkflowExecutionFailedCause"},
1521
- "decisionTaskCompletedEventId":{"shape":"EventId"}
1522
- }
1523
- },
1524
- "FailureReason":{
1525
- "type":"string",
1526
- "max":256
1527
- },
1528
- "FunctionId":{
1529
- "type":"string",
1530
- "min":1,
1531
- "max":256
1532
- },
1533
- "FunctionInput":{
1534
- "type":"string",
1535
- "min":1,
1536
- "max":32768
1537
- },
1538
- "FunctionName":{
1539
- "type":"string",
1540
- "min":1,
1541
- "max":64
1542
- },
1543
- "GetWorkflowExecutionHistoryInput":{
1544
- "type":"structure",
1545
- "required":[
1546
- "domain",
1547
- "execution"
1548
- ],
1549
- "members":{
1550
- "domain":{"shape":"DomainName"},
1551
- "execution":{"shape":"WorkflowExecution"},
1552
- "nextPageToken":{"shape":"PageToken"},
1553
- "maximumPageSize":{"shape":"PageSize"},
1554
- "reverseOrder":{"shape":"ReverseOrder"}
1555
- }
1556
- },
1557
- "History":{
1558
- "type":"structure",
1559
- "required":["events"],
1560
- "members":{
1561
- "events":{"shape":"HistoryEventList"},
1562
- "nextPageToken":{"shape":"PageToken"}
1563
- }
1564
- },
1565
- "HistoryEvent":{
1566
- "type":"structure",
1567
- "required":[
1568
- "eventTimestamp",
1569
- "eventType",
1570
- "eventId"
1571
- ],
1572
- "members":{
1573
- "eventTimestamp":{"shape":"Timestamp"},
1574
- "eventType":{"shape":"EventType"},
1575
- "eventId":{"shape":"EventId"},
1576
- "workflowExecutionStartedEventAttributes":{"shape":"WorkflowExecutionStartedEventAttributes"},
1577
- "workflowExecutionCompletedEventAttributes":{"shape":"WorkflowExecutionCompletedEventAttributes"},
1578
- "completeWorkflowExecutionFailedEventAttributes":{"shape":"CompleteWorkflowExecutionFailedEventAttributes"},
1579
- "workflowExecutionFailedEventAttributes":{"shape":"WorkflowExecutionFailedEventAttributes"},
1580
- "failWorkflowExecutionFailedEventAttributes":{"shape":"FailWorkflowExecutionFailedEventAttributes"},
1581
- "workflowExecutionTimedOutEventAttributes":{"shape":"WorkflowExecutionTimedOutEventAttributes"},
1582
- "workflowExecutionCanceledEventAttributes":{"shape":"WorkflowExecutionCanceledEventAttributes"},
1583
- "cancelWorkflowExecutionFailedEventAttributes":{"shape":"CancelWorkflowExecutionFailedEventAttributes"},
1584
- "workflowExecutionContinuedAsNewEventAttributes":{"shape":"WorkflowExecutionContinuedAsNewEventAttributes"},
1585
- "continueAsNewWorkflowExecutionFailedEventAttributes":{"shape":"ContinueAsNewWorkflowExecutionFailedEventAttributes"},
1586
- "workflowExecutionTerminatedEventAttributes":{"shape":"WorkflowExecutionTerminatedEventAttributes"},
1587
- "workflowExecutionCancelRequestedEventAttributes":{"shape":"WorkflowExecutionCancelRequestedEventAttributes"},
1588
- "decisionTaskScheduledEventAttributes":{"shape":"DecisionTaskScheduledEventAttributes"},
1589
- "decisionTaskStartedEventAttributes":{"shape":"DecisionTaskStartedEventAttributes"},
1590
- "decisionTaskCompletedEventAttributes":{"shape":"DecisionTaskCompletedEventAttributes"},
1591
- "decisionTaskTimedOutEventAttributes":{"shape":"DecisionTaskTimedOutEventAttributes"},
1592
- "activityTaskScheduledEventAttributes":{"shape":"ActivityTaskScheduledEventAttributes"},
1593
- "activityTaskStartedEventAttributes":{"shape":"ActivityTaskStartedEventAttributes"},
1594
- "activityTaskCompletedEventAttributes":{"shape":"ActivityTaskCompletedEventAttributes"},
1595
- "activityTaskFailedEventAttributes":{"shape":"ActivityTaskFailedEventAttributes"},
1596
- "activityTaskTimedOutEventAttributes":{"shape":"ActivityTaskTimedOutEventAttributes"},
1597
- "activityTaskCanceledEventAttributes":{"shape":"ActivityTaskCanceledEventAttributes"},
1598
- "activityTaskCancelRequestedEventAttributes":{"shape":"ActivityTaskCancelRequestedEventAttributes"},
1599
- "workflowExecutionSignaledEventAttributes":{"shape":"WorkflowExecutionSignaledEventAttributes"},
1600
- "markerRecordedEventAttributes":{"shape":"MarkerRecordedEventAttributes"},
1601
- "recordMarkerFailedEventAttributes":{"shape":"RecordMarkerFailedEventAttributes"},
1602
- "timerStartedEventAttributes":{"shape":"TimerStartedEventAttributes"},
1603
- "timerFiredEventAttributes":{"shape":"TimerFiredEventAttributes"},
1604
- "timerCanceledEventAttributes":{"shape":"TimerCanceledEventAttributes"},
1605
- "startChildWorkflowExecutionInitiatedEventAttributes":{"shape":"StartChildWorkflowExecutionInitiatedEventAttributes"},
1606
- "childWorkflowExecutionStartedEventAttributes":{"shape":"ChildWorkflowExecutionStartedEventAttributes"},
1607
- "childWorkflowExecutionCompletedEventAttributes":{"shape":"ChildWorkflowExecutionCompletedEventAttributes"},
1608
- "childWorkflowExecutionFailedEventAttributes":{"shape":"ChildWorkflowExecutionFailedEventAttributes"},
1609
- "childWorkflowExecutionTimedOutEventAttributes":{"shape":"ChildWorkflowExecutionTimedOutEventAttributes"},
1610
- "childWorkflowExecutionCanceledEventAttributes":{"shape":"ChildWorkflowExecutionCanceledEventAttributes"},
1611
- "childWorkflowExecutionTerminatedEventAttributes":{"shape":"ChildWorkflowExecutionTerminatedEventAttributes"},
1612
- "signalExternalWorkflowExecutionInitiatedEventAttributes":{"shape":"SignalExternalWorkflowExecutionInitiatedEventAttributes"},
1613
- "externalWorkflowExecutionSignaledEventAttributes":{"shape":"ExternalWorkflowExecutionSignaledEventAttributes"},
1614
- "signalExternalWorkflowExecutionFailedEventAttributes":{"shape":"SignalExternalWorkflowExecutionFailedEventAttributes"},
1615
- "externalWorkflowExecutionCancelRequestedEventAttributes":{"shape":"ExternalWorkflowExecutionCancelRequestedEventAttributes"},
1616
- "requestCancelExternalWorkflowExecutionInitiatedEventAttributes":{"shape":"RequestCancelExternalWorkflowExecutionInitiatedEventAttributes"},
1617
- "requestCancelExternalWorkflowExecutionFailedEventAttributes":{"shape":"RequestCancelExternalWorkflowExecutionFailedEventAttributes"},
1618
- "scheduleActivityTaskFailedEventAttributes":{"shape":"ScheduleActivityTaskFailedEventAttributes"},
1619
- "requestCancelActivityTaskFailedEventAttributes":{"shape":"RequestCancelActivityTaskFailedEventAttributes"},
1620
- "startTimerFailedEventAttributes":{"shape":"StartTimerFailedEventAttributes"},
1621
- "cancelTimerFailedEventAttributes":{"shape":"CancelTimerFailedEventAttributes"},
1622
- "startChildWorkflowExecutionFailedEventAttributes":{"shape":"StartChildWorkflowExecutionFailedEventAttributes"},
1623
- "lambdaFunctionScheduledEventAttributes":{"shape":"LambdaFunctionScheduledEventAttributes"},
1624
- "lambdaFunctionStartedEventAttributes":{"shape":"LambdaFunctionStartedEventAttributes"},
1625
- "lambdaFunctionCompletedEventAttributes":{"shape":"LambdaFunctionCompletedEventAttributes"},
1626
- "lambdaFunctionFailedEventAttributes":{"shape":"LambdaFunctionFailedEventAttributes"},
1627
- "lambdaFunctionTimedOutEventAttributes":{"shape":"LambdaFunctionTimedOutEventAttributes"},
1628
- "scheduleLambdaFunctionFailedEventAttributes":{"shape":"ScheduleLambdaFunctionFailedEventAttributes"},
1629
- "startLambdaFunctionFailedEventAttributes":{"shape":"StartLambdaFunctionFailedEventAttributes"}
1630
- }
1631
- },
1632
- "HistoryEventList":{
1633
- "type":"list",
1634
- "member":{"shape":"HistoryEvent"}
1635
- },
1636
- "Identity":{
1637
- "type":"string",
1638
- "max":256
1639
- },
1640
- "LambdaFunctionCompletedEventAttributes":{
1641
- "type":"structure",
1642
- "required":[
1643
- "scheduledEventId",
1644
- "startedEventId"
1645
- ],
1646
- "members":{
1647
- "scheduledEventId":{"shape":"EventId"},
1648
- "startedEventId":{"shape":"EventId"},
1649
- "result":{"shape":"Data"}
1650
- }
1651
- },
1652
- "LambdaFunctionFailedEventAttributes":{
1653
- "type":"structure",
1654
- "required":[
1655
- "scheduledEventId",
1656
- "startedEventId"
1657
- ],
1658
- "members":{
1659
- "scheduledEventId":{"shape":"EventId"},
1660
- "startedEventId":{"shape":"EventId"},
1661
- "reason":{"shape":"FailureReason"},
1662
- "details":{"shape":"Data"}
1663
- }
1664
- },
1665
- "LambdaFunctionScheduledEventAttributes":{
1666
- "type":"structure",
1667
- "required":[
1668
- "id",
1669
- "name",
1670
- "decisionTaskCompletedEventId"
1671
- ],
1672
- "members":{
1673
- "id":{"shape":"FunctionId"},
1674
- "name":{"shape":"FunctionName"},
1675
- "input":{"shape":"FunctionInput"},
1676
- "startToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1677
- "decisionTaskCompletedEventId":{"shape":"EventId"}
1678
- }
1679
- },
1680
- "LambdaFunctionStartedEventAttributes":{
1681
- "type":"structure",
1682
- "required":["scheduledEventId"],
1683
- "members":{
1684
- "scheduledEventId":{"shape":"EventId"}
1685
- }
1686
- },
1687
- "LambdaFunctionTimedOutEventAttributes":{
1688
- "type":"structure",
1689
- "required":[
1690
- "scheduledEventId",
1691
- "startedEventId"
1692
- ],
1693
- "members":{
1694
- "scheduledEventId":{"shape":"EventId"},
1695
- "startedEventId":{"shape":"EventId"},
1696
- "timeoutType":{"shape":"LambdaFunctionTimeoutType"}
1697
- }
1698
- },
1699
- "LambdaFunctionTimeoutType":{
1700
- "type":"string",
1701
- "enum":["START_TO_CLOSE"]
1702
- },
1703
- "LimitExceededFault":{
1704
- "type":"structure",
1705
- "members":{
1706
- "message":{"shape":"ErrorMessage"}
1707
- },
1708
- "exception":true
1709
- },
1710
- "LimitedData":{
1711
- "type":"string",
1712
- "max":2048
1713
- },
1714
- "ListActivityTypesInput":{
1715
- "type":"structure",
1716
- "required":[
1717
- "domain",
1718
- "registrationStatus"
1719
- ],
1720
- "members":{
1721
- "domain":{"shape":"DomainName"},
1722
- "name":{"shape":"Name"},
1723
- "registrationStatus":{"shape":"RegistrationStatus"},
1724
- "nextPageToken":{"shape":"PageToken"},
1725
- "maximumPageSize":{"shape":"PageSize"},
1726
- "reverseOrder":{"shape":"ReverseOrder"}
1727
- }
1728
- },
1729
- "ListClosedWorkflowExecutionsInput":{
1730
- "type":"structure",
1731
- "required":["domain"],
1732
- "members":{
1733
- "domain":{"shape":"DomainName"},
1734
- "startTimeFilter":{"shape":"ExecutionTimeFilter"},
1735
- "closeTimeFilter":{"shape":"ExecutionTimeFilter"},
1736
- "executionFilter":{"shape":"WorkflowExecutionFilter"},
1737
- "closeStatusFilter":{"shape":"CloseStatusFilter"},
1738
- "typeFilter":{"shape":"WorkflowTypeFilter"},
1739
- "tagFilter":{"shape":"TagFilter"},
1740
- "nextPageToken":{"shape":"PageToken"},
1741
- "maximumPageSize":{"shape":"PageSize"},
1742
- "reverseOrder":{"shape":"ReverseOrder"}
1743
- }
1744
- },
1745
- "ListDomainsInput":{
1746
- "type":"structure",
1747
- "required":["registrationStatus"],
1748
- "members":{
1749
- "nextPageToken":{"shape":"PageToken"},
1750
- "registrationStatus":{"shape":"RegistrationStatus"},
1751
- "maximumPageSize":{"shape":"PageSize"},
1752
- "reverseOrder":{"shape":"ReverseOrder"}
1753
- }
1754
- },
1755
- "ListOpenWorkflowExecutionsInput":{
1756
- "type":"structure",
1757
- "required":[
1758
- "domain",
1759
- "startTimeFilter"
1760
- ],
1761
- "members":{
1762
- "domain":{"shape":"DomainName"},
1763
- "startTimeFilter":{"shape":"ExecutionTimeFilter"},
1764
- "typeFilter":{"shape":"WorkflowTypeFilter"},
1765
- "tagFilter":{"shape":"TagFilter"},
1766
- "nextPageToken":{"shape":"PageToken"},
1767
- "maximumPageSize":{"shape":"PageSize"},
1768
- "reverseOrder":{"shape":"ReverseOrder"},
1769
- "executionFilter":{"shape":"WorkflowExecutionFilter"}
1770
- }
1771
- },
1772
- "ListWorkflowTypesInput":{
1773
- "type":"structure",
1774
- "required":[
1775
- "domain",
1776
- "registrationStatus"
1777
- ],
1778
- "members":{
1779
- "domain":{"shape":"DomainName"},
1780
- "name":{"shape":"Name"},
1781
- "registrationStatus":{"shape":"RegistrationStatus"},
1782
- "nextPageToken":{"shape":"PageToken"},
1783
- "maximumPageSize":{"shape":"PageSize"},
1784
- "reverseOrder":{"shape":"ReverseOrder"}
1785
- }
1786
- },
1787
- "MarkerName":{
1788
- "type":"string",
1789
- "min":1,
1790
- "max":256
1791
- },
1792
- "MarkerRecordedEventAttributes":{
1793
- "type":"structure",
1794
- "required":[
1795
- "markerName",
1796
- "decisionTaskCompletedEventId"
1797
- ],
1798
- "members":{
1799
- "markerName":{"shape":"MarkerName"},
1800
- "details":{"shape":"Data"},
1801
- "decisionTaskCompletedEventId":{"shape":"EventId"}
1802
- }
1803
- },
1804
- "Name":{
1805
- "type":"string",
1806
- "min":1,
1807
- "max":256
1808
- },
1809
- "OpenDecisionTasksCount":{
1810
- "type":"integer",
1811
- "min":0,
1812
- "max":1
1813
- },
1814
- "OperationNotPermittedFault":{
1815
- "type":"structure",
1816
- "members":{
1817
- "message":{"shape":"ErrorMessage"}
1818
- },
1819
- "exception":true
1820
- },
1821
- "PageSize":{
1822
- "type":"integer",
1823
- "min":0,
1824
- "max":1000
1825
- },
1826
- "PageToken":{
1827
- "type":"string",
1828
- "max":2048
1829
- },
1830
- "PendingTaskCount":{
1831
- "type":"structure",
1832
- "required":["count"],
1833
- "members":{
1834
- "count":{"shape":"Count"},
1835
- "truncated":{"shape":"Truncated"}
1836
- }
1837
- },
1838
- "PollForActivityTaskInput":{
1839
- "type":"structure",
1840
- "required":[
1841
- "domain",
1842
- "taskList"
1843
- ],
1844
- "members":{
1845
- "domain":{"shape":"DomainName"},
1846
- "taskList":{"shape":"TaskList"},
1847
- "identity":{"shape":"Identity"}
1848
- }
1849
- },
1850
- "PollForDecisionTaskInput":{
1851
- "type":"structure",
1852
- "required":[
1853
- "domain",
1854
- "taskList"
1855
- ],
1856
- "members":{
1857
- "domain":{"shape":"DomainName"},
1858
- "taskList":{"shape":"TaskList"},
1859
- "identity":{"shape":"Identity"},
1860
- "nextPageToken":{"shape":"PageToken"},
1861
- "maximumPageSize":{"shape":"PageSize"},
1862
- "reverseOrder":{"shape":"ReverseOrder"}
1863
- }
1864
- },
1865
- "RecordActivityTaskHeartbeatInput":{
1866
- "type":"structure",
1867
- "required":["taskToken"],
1868
- "members":{
1869
- "taskToken":{"shape":"TaskToken"},
1870
- "details":{"shape":"LimitedData"}
1871
- }
1872
- },
1873
- "RecordMarkerDecisionAttributes":{
1874
- "type":"structure",
1875
- "required":["markerName"],
1876
- "members":{
1877
- "markerName":{"shape":"MarkerName"},
1878
- "details":{"shape":"Data"}
1879
- }
1880
- },
1881
- "RecordMarkerFailedCause":{
1882
- "type":"string",
1883
- "enum":["OPERATION_NOT_PERMITTED"]
1884
- },
1885
- "RecordMarkerFailedEventAttributes":{
1886
- "type":"structure",
1887
- "required":[
1888
- "markerName",
1889
- "cause",
1890
- "decisionTaskCompletedEventId"
1891
- ],
1892
- "members":{
1893
- "markerName":{"shape":"MarkerName"},
1894
- "cause":{"shape":"RecordMarkerFailedCause"},
1895
- "decisionTaskCompletedEventId":{"shape":"EventId"}
1896
- }
1897
- },
1898
- "RegisterActivityTypeInput":{
1899
- "type":"structure",
1900
- "required":[
1901
- "domain",
1902
- "name",
1903
- "version"
1904
- ],
1905
- "members":{
1906
- "domain":{"shape":"DomainName"},
1907
- "name":{"shape":"Name"},
1908
- "version":{"shape":"Version"},
1909
- "description":{"shape":"Description"},
1910
- "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1911
- "defaultTaskHeartbeatTimeout":{"shape":"DurationInSecondsOptional"},
1912
- "defaultTaskList":{"shape":"TaskList"},
1913
- "defaultTaskPriority":{"shape":"TaskPriority"},
1914
- "defaultTaskScheduleToStartTimeout":{"shape":"DurationInSecondsOptional"},
1915
- "defaultTaskScheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"}
1916
- }
1917
- },
1918
- "RegisterDomainInput":{
1919
- "type":"structure",
1920
- "required":[
1921
- "name",
1922
- "workflowExecutionRetentionPeriodInDays"
1923
- ],
1924
- "members":{
1925
- "name":{"shape":"DomainName"},
1926
- "description":{"shape":"Description"},
1927
- "workflowExecutionRetentionPeriodInDays":{"shape":"DurationInDays"}
1928
- }
1929
- },
1930
- "RegisterWorkflowTypeInput":{
1931
- "type":"structure",
1932
- "required":[
1933
- "domain",
1934
- "name",
1935
- "version"
1936
- ],
1937
- "members":{
1938
- "domain":{"shape":"DomainName"},
1939
- "name":{"shape":"Name"},
1940
- "version":{"shape":"Version"},
1941
- "description":{"shape":"Description"},
1942
- "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1943
- "defaultExecutionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
1944
- "defaultTaskList":{"shape":"TaskList"},
1945
- "defaultTaskPriority":{"shape":"TaskPriority"},
1946
- "defaultChildPolicy":{"shape":"ChildPolicy"},
1947
- "defaultLambdaRole":{"shape":"Arn"}
1948
- }
1949
- },
1950
- "RegistrationStatus":{
1951
- "type":"string",
1952
- "enum":[
1953
- "REGISTERED",
1954
- "DEPRECATED"
1955
- ]
1956
- },
1957
- "RequestCancelActivityTaskDecisionAttributes":{
1958
- "type":"structure",
1959
- "required":["activityId"],
1960
- "members":{
1961
- "activityId":{"shape":"ActivityId"}
1962
- }
1963
- },
1964
- "RequestCancelActivityTaskFailedCause":{
1965
- "type":"string",
1966
- "enum":[
1967
- "ACTIVITY_ID_UNKNOWN",
1968
- "OPERATION_NOT_PERMITTED"
1969
- ]
1970
- },
1971
- "RequestCancelActivityTaskFailedEventAttributes":{
1972
- "type":"structure",
1973
- "required":[
1974
- "activityId",
1975
- "cause",
1976
- "decisionTaskCompletedEventId"
1977
- ],
1978
- "members":{
1979
- "activityId":{"shape":"ActivityId"},
1980
- "cause":{"shape":"RequestCancelActivityTaskFailedCause"},
1981
- "decisionTaskCompletedEventId":{"shape":"EventId"}
1982
- }
1983
- },
1984
- "RequestCancelExternalWorkflowExecutionDecisionAttributes":{
1985
- "type":"structure",
1986
- "required":["workflowId"],
1987
- "members":{
1988
- "workflowId":{"shape":"WorkflowId"},
1989
- "runId":{"shape":"RunIdOptional"},
1990
- "control":{"shape":"Data"}
1991
- }
1992
- },
1993
- "RequestCancelExternalWorkflowExecutionFailedCause":{
1994
- "type":"string",
1995
- "enum":[
1996
- "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
1997
- "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
1998
- "OPERATION_NOT_PERMITTED"
1999
- ]
2000
- },
2001
- "RequestCancelExternalWorkflowExecutionFailedEventAttributes":{
2002
- "type":"structure",
2003
- "required":[
2004
- "workflowId",
2005
- "cause",
2006
- "initiatedEventId",
2007
- "decisionTaskCompletedEventId"
2008
- ],
2009
- "members":{
2010
- "workflowId":{"shape":"WorkflowId"},
2011
- "runId":{"shape":"RunIdOptional"},
2012
- "cause":{"shape":"RequestCancelExternalWorkflowExecutionFailedCause"},
2013
- "initiatedEventId":{"shape":"EventId"},
2014
- "decisionTaskCompletedEventId":{"shape":"EventId"},
2015
- "control":{"shape":"Data"}
2016
- }
2017
- },
2018
- "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes":{
2019
- "type":"structure",
2020
- "required":[
2021
- "workflowId",
2022
- "decisionTaskCompletedEventId"
2023
- ],
2024
- "members":{
2025
- "workflowId":{"shape":"WorkflowId"},
2026
- "runId":{"shape":"RunIdOptional"},
2027
- "decisionTaskCompletedEventId":{"shape":"EventId"},
2028
- "control":{"shape":"Data"}
2029
- }
2030
- },
2031
- "RequestCancelWorkflowExecutionInput":{
2032
- "type":"structure",
2033
- "required":[
2034
- "domain",
2035
- "workflowId"
2036
- ],
2037
- "members":{
2038
- "domain":{"shape":"DomainName"},
2039
- "workflowId":{"shape":"WorkflowId"},
2040
- "runId":{"shape":"RunIdOptional"}
2041
- }
2042
- },
2043
- "RespondActivityTaskCanceledInput":{
2044
- "type":"structure",
2045
- "required":["taskToken"],
2046
- "members":{
2047
- "taskToken":{"shape":"TaskToken"},
2048
- "details":{"shape":"Data"}
2049
- }
2050
- },
2051
- "RespondActivityTaskCompletedInput":{
2052
- "type":"structure",
2053
- "required":["taskToken"],
2054
- "members":{
2055
- "taskToken":{"shape":"TaskToken"},
2056
- "result":{"shape":"Data"}
2057
- }
2058
- },
2059
- "RespondActivityTaskFailedInput":{
2060
- "type":"structure",
2061
- "required":["taskToken"],
2062
- "members":{
2063
- "taskToken":{"shape":"TaskToken"},
2064
- "reason":{"shape":"FailureReason"},
2065
- "details":{"shape":"Data"}
2066
- }
2067
- },
2068
- "RespondDecisionTaskCompletedInput":{
2069
- "type":"structure",
2070
- "required":["taskToken"],
2071
- "members":{
2072
- "taskToken":{"shape":"TaskToken"},
2073
- "decisions":{"shape":"DecisionList"},
2074
- "executionContext":{"shape":"Data"}
2075
- }
2076
- },
2077
- "ReverseOrder":{"type":"boolean"},
2078
- "Run":{
2079
- "type":"structure",
2080
- "members":{
2081
- "runId":{"shape":"RunId"}
2082
- }
2083
- },
2084
- "RunId":{
2085
- "type":"string",
2086
- "min":1,
2087
- "max":64
2088
- },
2089
- "RunIdOptional":{
2090
- "type":"string",
2091
- "max":64
2092
- },
2093
- "ScheduleActivityTaskDecisionAttributes":{
2094
- "type":"structure",
2095
- "required":[
2096
- "activityType",
2097
- "activityId"
2098
- ],
2099
- "members":{
2100
- "activityType":{"shape":"ActivityType"},
2101
- "activityId":{"shape":"ActivityId"},
2102
- "control":{"shape":"Data"},
2103
- "input":{"shape":"Data"},
2104
- "scheduleToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2105
- "taskList":{"shape":"TaskList"},
2106
- "taskPriority":{"shape":"TaskPriority"},
2107
- "scheduleToStartTimeout":{"shape":"DurationInSecondsOptional"},
2108
- "startToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2109
- "heartbeatTimeout":{"shape":"DurationInSecondsOptional"}
2110
- }
2111
- },
2112
- "ScheduleActivityTaskFailedCause":{
2113
- "type":"string",
2114
- "enum":[
2115
- "ACTIVITY_TYPE_DEPRECATED",
2116
- "ACTIVITY_TYPE_DOES_NOT_EXIST",
2117
- "ACTIVITY_ID_ALREADY_IN_USE",
2118
- "OPEN_ACTIVITIES_LIMIT_EXCEEDED",
2119
- "ACTIVITY_CREATION_RATE_EXCEEDED",
2120
- "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED",
2121
- "DEFAULT_TASK_LIST_UNDEFINED",
2122
- "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED",
2123
- "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED",
2124
- "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED",
2125
- "OPERATION_NOT_PERMITTED"
2126
- ]
2127
- },
2128
- "ScheduleActivityTaskFailedEventAttributes":{
2129
- "type":"structure",
2130
- "required":[
2131
- "activityType",
2132
- "activityId",
2133
- "cause",
2134
- "decisionTaskCompletedEventId"
2135
- ],
2136
- "members":{
2137
- "activityType":{"shape":"ActivityType"},
2138
- "activityId":{"shape":"ActivityId"},
2139
- "cause":{"shape":"ScheduleActivityTaskFailedCause"},
2140
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2141
- }
2142
- },
2143
- "ScheduleLambdaFunctionDecisionAttributes":{
2144
- "type":"structure",
2145
- "required":[
2146
- "id",
2147
- "name"
2148
- ],
2149
- "members":{
2150
- "id":{"shape":"FunctionId"},
2151
- "name":{"shape":"FunctionName"},
2152
- "input":{"shape":"FunctionInput"},
2153
- "startToCloseTimeout":{"shape":"DurationInSecondsOptional"}
2154
- }
2155
- },
2156
- "ScheduleLambdaFunctionFailedCause":{
2157
- "type":"string",
2158
- "enum":[
2159
- "ID_ALREADY_IN_USE",
2160
- "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED",
2161
- "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED",
2162
- "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION"
2163
- ]
2164
- },
2165
- "ScheduleLambdaFunctionFailedEventAttributes":{
2166
- "type":"structure",
2167
- "required":[
2168
- "id",
2169
- "name",
2170
- "cause",
2171
- "decisionTaskCompletedEventId"
2172
- ],
2173
- "members":{
2174
- "id":{"shape":"FunctionId"},
2175
- "name":{"shape":"FunctionName"},
2176
- "cause":{"shape":"ScheduleLambdaFunctionFailedCause"},
2177
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2178
- }
2179
- },
2180
- "SignalExternalWorkflowExecutionDecisionAttributes":{
2181
- "type":"structure",
2182
- "required":[
2183
- "workflowId",
2184
- "signalName"
2185
- ],
2186
- "members":{
2187
- "workflowId":{"shape":"WorkflowId"},
2188
- "runId":{"shape":"RunIdOptional"},
2189
- "signalName":{"shape":"SignalName"},
2190
- "input":{"shape":"Data"},
2191
- "control":{"shape":"Data"}
2192
- }
2193
- },
2194
- "SignalExternalWorkflowExecutionFailedCause":{
2195
- "type":"string",
2196
- "enum":[
2197
- "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION",
2198
- "SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED",
2199
- "OPERATION_NOT_PERMITTED"
2200
- ]
2201
- },
2202
- "SignalExternalWorkflowExecutionFailedEventAttributes":{
2203
- "type":"structure",
2204
- "required":[
2205
- "workflowId",
2206
- "cause",
2207
- "initiatedEventId",
2208
- "decisionTaskCompletedEventId"
2209
- ],
2210
- "members":{
2211
- "workflowId":{"shape":"WorkflowId"},
2212
- "runId":{"shape":"RunIdOptional"},
2213
- "cause":{"shape":"SignalExternalWorkflowExecutionFailedCause"},
2214
- "initiatedEventId":{"shape":"EventId"},
2215
- "decisionTaskCompletedEventId":{"shape":"EventId"},
2216
- "control":{"shape":"Data"}
2217
- }
2218
- },
2219
- "SignalExternalWorkflowExecutionInitiatedEventAttributes":{
2220
- "type":"structure",
2221
- "required":[
2222
- "workflowId",
2223
- "signalName",
2224
- "decisionTaskCompletedEventId"
2225
- ],
2226
- "members":{
2227
- "workflowId":{"shape":"WorkflowId"},
2228
- "runId":{"shape":"RunIdOptional"},
2229
- "signalName":{"shape":"SignalName"},
2230
- "input":{"shape":"Data"},
2231
- "decisionTaskCompletedEventId":{"shape":"EventId"},
2232
- "control":{"shape":"Data"}
2233
- }
2234
- },
2235
- "SignalName":{
2236
- "type":"string",
2237
- "min":1,
2238
- "max":256
2239
- },
2240
- "SignalWorkflowExecutionInput":{
2241
- "type":"structure",
2242
- "required":[
2243
- "domain",
2244
- "workflowId",
2245
- "signalName"
2246
- ],
2247
- "members":{
2248
- "domain":{"shape":"DomainName"},
2249
- "workflowId":{"shape":"WorkflowId"},
2250
- "runId":{"shape":"RunIdOptional"},
2251
- "signalName":{"shape":"SignalName"},
2252
- "input":{"shape":"Data"}
2253
- }
2254
- },
2255
- "StartChildWorkflowExecutionDecisionAttributes":{
2256
- "type":"structure",
2257
- "required":[
2258
- "workflowType",
2259
- "workflowId"
2260
- ],
2261
- "members":{
2262
- "workflowType":{"shape":"WorkflowType"},
2263
- "workflowId":{"shape":"WorkflowId"},
2264
- "control":{"shape":"Data"},
2265
- "input":{"shape":"Data"},
2266
- "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2267
- "taskList":{"shape":"TaskList"},
2268
- "taskPriority":{"shape":"TaskPriority"},
2269
- "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2270
- "childPolicy":{"shape":"ChildPolicy"},
2271
- "tagList":{"shape":"TagList"},
2272
- "lambdaRole":{"shape":"Arn"}
2273
- }
2274
- },
2275
- "StartChildWorkflowExecutionFailedCause":{
2276
- "type":"string",
2277
- "enum":[
2278
- "WORKFLOW_TYPE_DOES_NOT_EXIST",
2279
- "WORKFLOW_TYPE_DEPRECATED",
2280
- "OPEN_CHILDREN_LIMIT_EXCEEDED",
2281
- "OPEN_WORKFLOWS_LIMIT_EXCEEDED",
2282
- "CHILD_CREATION_RATE_EXCEEDED",
2283
- "WORKFLOW_ALREADY_RUNNING",
2284
- "DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED",
2285
- "DEFAULT_TASK_LIST_UNDEFINED",
2286
- "DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED",
2287
- "DEFAULT_CHILD_POLICY_UNDEFINED",
2288
- "OPERATION_NOT_PERMITTED"
2289
- ]
2290
- },
2291
- "StartChildWorkflowExecutionFailedEventAttributes":{
2292
- "type":"structure",
2293
- "required":[
2294
- "workflowType",
2295
- "cause",
2296
- "workflowId",
2297
- "initiatedEventId",
2298
- "decisionTaskCompletedEventId"
2299
- ],
2300
- "members":{
2301
- "workflowType":{"shape":"WorkflowType"},
2302
- "cause":{"shape":"StartChildWorkflowExecutionFailedCause"},
2303
- "workflowId":{"shape":"WorkflowId"},
2304
- "initiatedEventId":{"shape":"EventId"},
2305
- "decisionTaskCompletedEventId":{"shape":"EventId"},
2306
- "control":{"shape":"Data"}
2307
- }
2308
- },
2309
- "StartChildWorkflowExecutionInitiatedEventAttributes":{
2310
- "type":"structure",
2311
- "required":[
2312
- "workflowId",
2313
- "workflowType",
2314
- "taskList",
2315
- "decisionTaskCompletedEventId",
2316
- "childPolicy"
2317
- ],
2318
- "members":{
2319
- "workflowId":{"shape":"WorkflowId"},
2320
- "workflowType":{"shape":"WorkflowType"},
2321
- "control":{"shape":"Data"},
2322
- "input":{"shape":"Data"},
2323
- "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2324
- "taskList":{"shape":"TaskList"},
2325
- "taskPriority":{"shape":"TaskPriority"},
2326
- "decisionTaskCompletedEventId":{"shape":"EventId"},
2327
- "childPolicy":{"shape":"ChildPolicy"},
2328
- "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2329
- "tagList":{"shape":"TagList"},
2330
- "lambdaRole":{"shape":"Arn"}
2331
- }
2332
- },
2333
- "StartLambdaFunctionFailedCause":{
2334
- "type":"string",
2335
- "enum":["ASSUME_ROLE_FAILED"]
2336
- },
2337
- "StartLambdaFunctionFailedEventAttributes":{
2338
- "type":"structure",
2339
- "members":{
2340
- "scheduledEventId":{"shape":"EventId"},
2341
- "cause":{"shape":"StartLambdaFunctionFailedCause"},
2342
- "message":{"shape":"CauseMessage"}
2343
- }
2344
- },
2345
- "StartTimerDecisionAttributes":{
2346
- "type":"structure",
2347
- "required":[
2348
- "timerId",
2349
- "startToFireTimeout"
2350
- ],
2351
- "members":{
2352
- "timerId":{"shape":"TimerId"},
2353
- "control":{"shape":"Data"},
2354
- "startToFireTimeout":{"shape":"DurationInSeconds"}
2355
- }
2356
- },
2357
- "StartTimerFailedCause":{
2358
- "type":"string",
2359
- "enum":[
2360
- "TIMER_ID_ALREADY_IN_USE",
2361
- "OPEN_TIMERS_LIMIT_EXCEEDED",
2362
- "TIMER_CREATION_RATE_EXCEEDED",
2363
- "OPERATION_NOT_PERMITTED"
2364
- ]
2365
- },
2366
- "StartTimerFailedEventAttributes":{
2367
- "type":"structure",
2368
- "required":[
2369
- "timerId",
2370
- "cause",
2371
- "decisionTaskCompletedEventId"
2372
- ],
2373
- "members":{
2374
- "timerId":{"shape":"TimerId"},
2375
- "cause":{"shape":"StartTimerFailedCause"},
2376
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2377
- }
2378
- },
2379
- "StartWorkflowExecutionInput":{
2380
- "type":"structure",
2381
- "required":[
2382
- "domain",
2383
- "workflowId",
2384
- "workflowType"
2385
- ],
2386
- "members":{
2387
- "domain":{"shape":"DomainName"},
2388
- "workflowId":{"shape":"WorkflowId"},
2389
- "workflowType":{"shape":"WorkflowType"},
2390
- "taskList":{"shape":"TaskList"},
2391
- "taskPriority":{"shape":"TaskPriority"},
2392
- "input":{"shape":"Data"},
2393
- "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2394
- "tagList":{"shape":"TagList"},
2395
- "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2396
- "childPolicy":{"shape":"ChildPolicy"},
2397
- "lambdaRole":{"shape":"Arn"}
2398
- }
2399
- },
2400
- "Tag":{
2401
- "type":"string",
2402
- "min":1,
2403
- "max":256
2404
- },
2405
- "TagFilter":{
2406
- "type":"structure",
2407
- "required":["tag"],
2408
- "members":{
2409
- "tag":{"shape":"Tag"}
2410
- }
2411
- },
2412
- "TagList":{
2413
- "type":"list",
2414
- "member":{"shape":"Tag"},
2415
- "max":5
2416
- },
2417
- "TaskList":{
2418
- "type":"structure",
2419
- "required":["name"],
2420
- "members":{
2421
- "name":{"shape":"Name"}
2422
- }
2423
- },
2424
- "TaskPriority":{
2425
- "type":"string",
2426
- "max":11
2427
- },
2428
- "TaskToken":{
2429
- "type":"string",
2430
- "min":1,
2431
- "max":1024
2432
- },
2433
- "TerminateReason":{
2434
- "type":"string",
2435
- "max":256
2436
- },
2437
- "TerminateWorkflowExecutionInput":{
2438
- "type":"structure",
2439
- "required":[
2440
- "domain",
2441
- "workflowId"
2442
- ],
2443
- "members":{
2444
- "domain":{"shape":"DomainName"},
2445
- "workflowId":{"shape":"WorkflowId"},
2446
- "runId":{"shape":"RunIdOptional"},
2447
- "reason":{"shape":"TerminateReason"},
2448
- "details":{"shape":"Data"},
2449
- "childPolicy":{"shape":"ChildPolicy"}
2450
- }
2451
- },
2452
- "TimerCanceledEventAttributes":{
2453
- "type":"structure",
2454
- "required":[
2455
- "timerId",
2456
- "startedEventId",
2457
- "decisionTaskCompletedEventId"
2458
- ],
2459
- "members":{
2460
- "timerId":{"shape":"TimerId"},
2461
- "startedEventId":{"shape":"EventId"},
2462
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2463
- }
2464
- },
2465
- "TimerFiredEventAttributes":{
2466
- "type":"structure",
2467
- "required":[
2468
- "timerId",
2469
- "startedEventId"
2470
- ],
2471
- "members":{
2472
- "timerId":{"shape":"TimerId"},
2473
- "startedEventId":{"shape":"EventId"}
2474
- }
2475
- },
2476
- "TimerId":{
2477
- "type":"string",
2478
- "min":1,
2479
- "max":256
2480
- },
2481
- "TimerStartedEventAttributes":{
2482
- "type":"structure",
2483
- "required":[
2484
- "timerId",
2485
- "startToFireTimeout",
2486
- "decisionTaskCompletedEventId"
2487
- ],
2488
- "members":{
2489
- "timerId":{"shape":"TimerId"},
2490
- "control":{"shape":"Data"},
2491
- "startToFireTimeout":{"shape":"DurationInSeconds"},
2492
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2493
- }
2494
- },
2495
- "Timestamp":{"type":"timestamp"},
2496
- "Truncated":{"type":"boolean"},
2497
- "TypeAlreadyExistsFault":{
2498
- "type":"structure",
2499
- "members":{
2500
- "message":{"shape":"ErrorMessage"}
2501
- },
2502
- "exception":true
2503
- },
2504
- "TypeDeprecatedFault":{
2505
- "type":"structure",
2506
- "members":{
2507
- "message":{"shape":"ErrorMessage"}
2508
- },
2509
- "exception":true
2510
- },
2511
- "UnknownResourceFault":{
2512
- "type":"structure",
2513
- "members":{
2514
- "message":{"shape":"ErrorMessage"}
2515
- },
2516
- "exception":true
2517
- },
2518
- "Version":{
2519
- "type":"string",
2520
- "min":1,
2521
- "max":64
2522
- },
2523
- "VersionOptional":{
2524
- "type":"string",
2525
- "max":64
2526
- },
2527
- "WorkflowExecution":{
2528
- "type":"structure",
2529
- "required":[
2530
- "workflowId",
2531
- "runId"
2532
- ],
2533
- "members":{
2534
- "workflowId":{"shape":"WorkflowId"},
2535
- "runId":{"shape":"RunId"}
2536
- }
2537
- },
2538
- "WorkflowExecutionAlreadyStartedFault":{
2539
- "type":"structure",
2540
- "members":{
2541
- "message":{"shape":"ErrorMessage"}
2542
- },
2543
- "exception":true
2544
- },
2545
- "WorkflowExecutionCancelRequestedCause":{
2546
- "type":"string",
2547
- "enum":["CHILD_POLICY_APPLIED"]
2548
- },
2549
- "WorkflowExecutionCancelRequestedEventAttributes":{
2550
- "type":"structure",
2551
- "members":{
2552
- "externalWorkflowExecution":{"shape":"WorkflowExecution"},
2553
- "externalInitiatedEventId":{"shape":"EventId"},
2554
- "cause":{"shape":"WorkflowExecutionCancelRequestedCause"}
2555
- }
2556
- },
2557
- "WorkflowExecutionCanceledEventAttributes":{
2558
- "type":"structure",
2559
- "required":["decisionTaskCompletedEventId"],
2560
- "members":{
2561
- "details":{"shape":"Data"},
2562
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2563
- }
2564
- },
2565
- "WorkflowExecutionCompletedEventAttributes":{
2566
- "type":"structure",
2567
- "required":["decisionTaskCompletedEventId"],
2568
- "members":{
2569
- "result":{"shape":"Data"},
2570
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2571
- }
2572
- },
2573
- "WorkflowExecutionConfiguration":{
2574
- "type":"structure",
2575
- "required":[
2576
- "taskStartToCloseTimeout",
2577
- "executionStartToCloseTimeout",
2578
- "taskList",
2579
- "childPolicy"
2580
- ],
2581
- "members":{
2582
- "taskStartToCloseTimeout":{"shape":"DurationInSeconds"},
2583
- "executionStartToCloseTimeout":{"shape":"DurationInSeconds"},
2584
- "taskList":{"shape":"TaskList"},
2585
- "taskPriority":{"shape":"TaskPriority"},
2586
- "childPolicy":{"shape":"ChildPolicy"},
2587
- "lambdaRole":{"shape":"Arn"}
2588
- }
2589
- },
2590
- "WorkflowExecutionContinuedAsNewEventAttributes":{
2591
- "type":"structure",
2592
- "required":[
2593
- "decisionTaskCompletedEventId",
2594
- "newExecutionRunId",
2595
- "taskList",
2596
- "childPolicy",
2597
- "workflowType"
2598
- ],
2599
- "members":{
2600
- "input":{"shape":"Data"},
2601
- "decisionTaskCompletedEventId":{"shape":"EventId"},
2602
- "newExecutionRunId":{"shape":"RunId"},
2603
- "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2604
- "taskList":{"shape":"TaskList"},
2605
- "taskPriority":{"shape":"TaskPriority"},
2606
- "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2607
- "childPolicy":{"shape":"ChildPolicy"},
2608
- "tagList":{"shape":"TagList"},
2609
- "workflowType":{"shape":"WorkflowType"},
2610
- "lambdaRole":{"shape":"Arn"}
2611
- }
2612
- },
2613
- "WorkflowExecutionCount":{
2614
- "type":"structure",
2615
- "required":["count"],
2616
- "members":{
2617
- "count":{"shape":"Count"},
2618
- "truncated":{"shape":"Truncated"}
2619
- }
2620
- },
2621
- "WorkflowExecutionDetail":{
2622
- "type":"structure",
2623
- "required":[
2624
- "executionInfo",
2625
- "executionConfiguration",
2626
- "openCounts"
2627
- ],
2628
- "members":{
2629
- "executionInfo":{"shape":"WorkflowExecutionInfo"},
2630
- "executionConfiguration":{"shape":"WorkflowExecutionConfiguration"},
2631
- "openCounts":{"shape":"WorkflowExecutionOpenCounts"},
2632
- "latestActivityTaskTimestamp":{"shape":"Timestamp"},
2633
- "latestExecutionContext":{"shape":"Data"}
2634
- }
2635
- },
2636
- "WorkflowExecutionFailedEventAttributes":{
2637
- "type":"structure",
2638
- "required":["decisionTaskCompletedEventId"],
2639
- "members":{
2640
- "reason":{"shape":"FailureReason"},
2641
- "details":{"shape":"Data"},
2642
- "decisionTaskCompletedEventId":{"shape":"EventId"}
2643
- }
2644
- },
2645
- "WorkflowExecutionFilter":{
2646
- "type":"structure",
2647
- "required":["workflowId"],
2648
- "members":{
2649
- "workflowId":{"shape":"WorkflowId"}
2650
- }
2651
- },
2652
- "WorkflowExecutionInfo":{
2653
- "type":"structure",
2654
- "required":[
2655
- "execution",
2656
- "workflowType",
2657
- "startTimestamp",
2658
- "executionStatus"
2659
- ],
2660
- "members":{
2661
- "execution":{"shape":"WorkflowExecution"},
2662
- "workflowType":{"shape":"WorkflowType"},
2663
- "startTimestamp":{"shape":"Timestamp"},
2664
- "closeTimestamp":{"shape":"Timestamp"},
2665
- "executionStatus":{"shape":"ExecutionStatus"},
2666
- "closeStatus":{"shape":"CloseStatus"},
2667
- "parent":{"shape":"WorkflowExecution"},
2668
- "tagList":{"shape":"TagList"},
2669
- "cancelRequested":{"shape":"Canceled"}
2670
- }
2671
- },
2672
- "WorkflowExecutionInfoList":{
2673
- "type":"list",
2674
- "member":{"shape":"WorkflowExecutionInfo"}
2675
- },
2676
- "WorkflowExecutionInfos":{
2677
- "type":"structure",
2678
- "required":["executionInfos"],
2679
- "members":{
2680
- "executionInfos":{"shape":"WorkflowExecutionInfoList"},
2681
- "nextPageToken":{"shape":"PageToken"}
2682
- }
2683
- },
2684
- "WorkflowExecutionOpenCounts":{
2685
- "type":"structure",
2686
- "required":[
2687
- "openActivityTasks",
2688
- "openDecisionTasks",
2689
- "openTimers",
2690
- "openChildWorkflowExecutions"
2691
- ],
2692
- "members":{
2693
- "openActivityTasks":{"shape":"Count"},
2694
- "openDecisionTasks":{"shape":"OpenDecisionTasksCount"},
2695
- "openTimers":{"shape":"Count"},
2696
- "openChildWorkflowExecutions":{"shape":"Count"},
2697
- "openLambdaFunctions":{"shape":"Count"}
2698
- }
2699
- },
2700
- "WorkflowExecutionSignaledEventAttributes":{
2701
- "type":"structure",
2702
- "required":["signalName"],
2703
- "members":{
2704
- "signalName":{"shape":"SignalName"},
2705
- "input":{"shape":"Data"},
2706
- "externalWorkflowExecution":{"shape":"WorkflowExecution"},
2707
- "externalInitiatedEventId":{"shape":"EventId"}
2708
- }
2709
- },
2710
- "WorkflowExecutionStartedEventAttributes":{
2711
- "type":"structure",
2712
- "required":[
2713
- "childPolicy",
2714
- "taskList",
2715
- "workflowType"
2716
- ],
2717
- "members":{
2718
- "input":{"shape":"Data"},
2719
- "executionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2720
- "taskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2721
- "childPolicy":{"shape":"ChildPolicy"},
2722
- "taskList":{"shape":"TaskList"},
2723
- "workflowType":{"shape":"WorkflowType"},
2724
- "tagList":{"shape":"TagList"},
2725
- "taskPriority":{"shape":"TaskPriority"},
2726
- "continuedExecutionRunId":{"shape":"RunIdOptional"},
2727
- "parentWorkflowExecution":{"shape":"WorkflowExecution"},
2728
- "parentInitiatedEventId":{"shape":"EventId"},
2729
- "lambdaRole":{"shape":"Arn"}
2730
- }
2731
- },
2732
- "WorkflowExecutionTerminatedCause":{
2733
- "type":"string",
2734
- "enum":[
2735
- "CHILD_POLICY_APPLIED",
2736
- "EVENT_LIMIT_EXCEEDED",
2737
- "OPERATOR_INITIATED"
2738
- ]
2739
- },
2740
- "WorkflowExecutionTerminatedEventAttributes":{
2741
- "type":"structure",
2742
- "required":["childPolicy"],
2743
- "members":{
2744
- "reason":{"shape":"TerminateReason"},
2745
- "details":{"shape":"Data"},
2746
- "childPolicy":{"shape":"ChildPolicy"},
2747
- "cause":{"shape":"WorkflowExecutionTerminatedCause"}
2748
- }
2749
- },
2750
- "WorkflowExecutionTimedOutEventAttributes":{
2751
- "type":"structure",
2752
- "required":[
2753
- "timeoutType",
2754
- "childPolicy"
2755
- ],
2756
- "members":{
2757
- "timeoutType":{"shape":"WorkflowExecutionTimeoutType"},
2758
- "childPolicy":{"shape":"ChildPolicy"}
2759
- }
2760
- },
2761
- "WorkflowExecutionTimeoutType":{
2762
- "type":"string",
2763
- "enum":["START_TO_CLOSE"]
2764
- },
2765
- "WorkflowId":{
2766
- "type":"string",
2767
- "min":1,
2768
- "max":256
2769
- },
2770
- "WorkflowType":{
2771
- "type":"structure",
2772
- "required":[
2773
- "name",
2774
- "version"
2775
- ],
2776
- "members":{
2777
- "name":{"shape":"Name"},
2778
- "version":{"shape":"Version"}
2779
- }
2780
- },
2781
- "WorkflowTypeConfiguration":{
2782
- "type":"structure",
2783
- "members":{
2784
- "defaultTaskStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2785
- "defaultExecutionStartToCloseTimeout":{"shape":"DurationInSecondsOptional"},
2786
- "defaultTaskList":{"shape":"TaskList"},
2787
- "defaultTaskPriority":{"shape":"TaskPriority"},
2788
- "defaultChildPolicy":{"shape":"ChildPolicy"},
2789
- "defaultLambdaRole":{"shape":"Arn"}
2790
- }
2791
- },
2792
- "WorkflowTypeDetail":{
2793
- "type":"structure",
2794
- "required":[
2795
- "typeInfo",
2796
- "configuration"
2797
- ],
2798
- "members":{
2799
- "typeInfo":{"shape":"WorkflowTypeInfo"},
2800
- "configuration":{"shape":"WorkflowTypeConfiguration"}
2801
- }
2802
- },
2803
- "WorkflowTypeFilter":{
2804
- "type":"structure",
2805
- "required":["name"],
2806
- "members":{
2807
- "name":{"shape":"Name"},
2808
- "version":{"shape":"VersionOptional"}
2809
- }
2810
- },
2811
- "WorkflowTypeInfo":{
2812
- "type":"structure",
2813
- "required":[
2814
- "workflowType",
2815
- "status",
2816
- "creationDate"
2817
- ],
2818
- "members":{
2819
- "workflowType":{"shape":"WorkflowType"},
2820
- "status":{"shape":"RegistrationStatus"},
2821
- "description":{"shape":"Description"},
2822
- "creationDate":{"shape":"Timestamp"},
2823
- "deprecationDate":{"shape":"Timestamp"}
2824
- }
2825
- },
2826
- "WorkflowTypeInfoList":{
2827
- "type":"list",
2828
- "member":{"shape":"WorkflowTypeInfo"}
2829
- },
2830
- "WorkflowTypeInfos":{
2831
- "type":"structure",
2832
- "required":["typeInfos"],
2833
- "members":{
2834
- "typeInfos":{"shape":"WorkflowTypeInfoList"},
2835
- "nextPageToken":{"shape":"PageToken"}
2836
- }
2837
- }
2838
- }
2839
- }