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,1714 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-07-09",
5
- "endpointPrefix":"codepipeline",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceAbbreviation":"CodePipeline",
9
- "serviceFullName":"AWS CodePipeline",
10
- "signatureVersion":"v4",
11
- "targetPrefix":"CodePipeline_20150709",
12
- "uid":"codepipeline-2015-07-09"
13
- },
14
- "operations":{
15
- "AcknowledgeJob":{
16
- "name":"AcknowledgeJob",
17
- "http":{
18
- "method":"POST",
19
- "requestUri":"/"
20
- },
21
- "input":{"shape":"AcknowledgeJobInput"},
22
- "output":{"shape":"AcknowledgeJobOutput"},
23
- "errors":[
24
- {"shape":"ValidationException"},
25
- {"shape":"InvalidNonceException"},
26
- {"shape":"JobNotFoundException"}
27
- ]
28
- },
29
- "AcknowledgeThirdPartyJob":{
30
- "name":"AcknowledgeThirdPartyJob",
31
- "http":{
32
- "method":"POST",
33
- "requestUri":"/"
34
- },
35
- "input":{"shape":"AcknowledgeThirdPartyJobInput"},
36
- "output":{"shape":"AcknowledgeThirdPartyJobOutput"},
37
- "errors":[
38
- {"shape":"ValidationException"},
39
- {"shape":"InvalidNonceException"},
40
- {"shape":"JobNotFoundException"},
41
- {"shape":"InvalidClientTokenException"}
42
- ]
43
- },
44
- "CreateCustomActionType":{
45
- "name":"CreateCustomActionType",
46
- "http":{
47
- "method":"POST",
48
- "requestUri":"/"
49
- },
50
- "input":{"shape":"CreateCustomActionTypeInput"},
51
- "output":{"shape":"CreateCustomActionTypeOutput"},
52
- "errors":[
53
- {"shape":"ValidationException"},
54
- {"shape":"LimitExceededException"}
55
- ]
56
- },
57
- "CreatePipeline":{
58
- "name":"CreatePipeline",
59
- "http":{
60
- "method":"POST",
61
- "requestUri":"/"
62
- },
63
- "input":{"shape":"CreatePipelineInput"},
64
- "output":{"shape":"CreatePipelineOutput"},
65
- "errors":[
66
- {"shape":"ValidationException"},
67
- {"shape":"PipelineNameInUseException"},
68
- {"shape":"InvalidStageDeclarationException"},
69
- {"shape":"InvalidActionDeclarationException"},
70
- {"shape":"InvalidBlockerDeclarationException"},
71
- {"shape":"InvalidStructureException"},
72
- {"shape":"LimitExceededException"}
73
- ]
74
- },
75
- "DeleteCustomActionType":{
76
- "name":"DeleteCustomActionType",
77
- "http":{
78
- "method":"POST",
79
- "requestUri":"/"
80
- },
81
- "input":{"shape":"DeleteCustomActionTypeInput"},
82
- "errors":[
83
- {"shape":"ValidationException"}
84
- ]
85
- },
86
- "DeletePipeline":{
87
- "name":"DeletePipeline",
88
- "http":{
89
- "method":"POST",
90
- "requestUri":"/"
91
- },
92
- "input":{"shape":"DeletePipelineInput"},
93
- "errors":[
94
- {"shape":"ValidationException"}
95
- ]
96
- },
97
- "DisableStageTransition":{
98
- "name":"DisableStageTransition",
99
- "http":{
100
- "method":"POST",
101
- "requestUri":"/"
102
- },
103
- "input":{"shape":"DisableStageTransitionInput"},
104
- "errors":[
105
- {"shape":"ValidationException"},
106
- {"shape":"PipelineNotFoundException"},
107
- {"shape":"StageNotFoundException"}
108
- ]
109
- },
110
- "EnableStageTransition":{
111
- "name":"EnableStageTransition",
112
- "http":{
113
- "method":"POST",
114
- "requestUri":"/"
115
- },
116
- "input":{"shape":"EnableStageTransitionInput"},
117
- "errors":[
118
- {"shape":"ValidationException"},
119
- {"shape":"PipelineNotFoundException"},
120
- {"shape":"StageNotFoundException"}
121
- ]
122
- },
123
- "GetJobDetails":{
124
- "name":"GetJobDetails",
125
- "http":{
126
- "method":"POST",
127
- "requestUri":"/"
128
- },
129
- "input":{"shape":"GetJobDetailsInput"},
130
- "output":{"shape":"GetJobDetailsOutput"},
131
- "errors":[
132
- {"shape":"ValidationException"},
133
- {"shape":"JobNotFoundException"}
134
- ]
135
- },
136
- "GetPipeline":{
137
- "name":"GetPipeline",
138
- "http":{
139
- "method":"POST",
140
- "requestUri":"/"
141
- },
142
- "input":{"shape":"GetPipelineInput"},
143
- "output":{"shape":"GetPipelineOutput"},
144
- "errors":[
145
- {"shape":"ValidationException"},
146
- {"shape":"PipelineNotFoundException"},
147
- {"shape":"PipelineVersionNotFoundException"}
148
- ]
149
- },
150
- "GetPipelineExecution":{
151
- "name":"GetPipelineExecution",
152
- "http":{
153
- "method":"POST",
154
- "requestUri":"/"
155
- },
156
- "input":{"shape":"GetPipelineExecutionInput"},
157
- "output":{"shape":"GetPipelineExecutionOutput"},
158
- "errors":[
159
- {"shape":"ValidationException"},
160
- {"shape":"PipelineNotFoundException"},
161
- {"shape":"PipelineExecutionNotFoundException"}
162
- ]
163
- },
164
- "GetPipelineState":{
165
- "name":"GetPipelineState",
166
- "http":{
167
- "method":"POST",
168
- "requestUri":"/"
169
- },
170
- "input":{"shape":"GetPipelineStateInput"},
171
- "output":{"shape":"GetPipelineStateOutput"},
172
- "errors":[
173
- {"shape":"ValidationException"},
174
- {"shape":"PipelineNotFoundException"}
175
- ]
176
- },
177
- "GetThirdPartyJobDetails":{
178
- "name":"GetThirdPartyJobDetails",
179
- "http":{
180
- "method":"POST",
181
- "requestUri":"/"
182
- },
183
- "input":{"shape":"GetThirdPartyJobDetailsInput"},
184
- "output":{"shape":"GetThirdPartyJobDetailsOutput"},
185
- "errors":[
186
- {"shape":"JobNotFoundException"},
187
- {"shape":"ValidationException"},
188
- {"shape":"InvalidClientTokenException"},
189
- {"shape":"InvalidJobException"}
190
- ]
191
- },
192
- "ListActionTypes":{
193
- "name":"ListActionTypes",
194
- "http":{
195
- "method":"POST",
196
- "requestUri":"/"
197
- },
198
- "input":{"shape":"ListActionTypesInput"},
199
- "output":{"shape":"ListActionTypesOutput"},
200
- "errors":[
201
- {"shape":"ValidationException"},
202
- {"shape":"InvalidNextTokenException"}
203
- ]
204
- },
205
- "ListPipelines":{
206
- "name":"ListPipelines",
207
- "http":{
208
- "method":"POST",
209
- "requestUri":"/"
210
- },
211
- "input":{"shape":"ListPipelinesInput"},
212
- "output":{"shape":"ListPipelinesOutput"},
213
- "errors":[
214
- {"shape":"InvalidNextTokenException"}
215
- ]
216
- },
217
- "PollForJobs":{
218
- "name":"PollForJobs",
219
- "http":{
220
- "method":"POST",
221
- "requestUri":"/"
222
- },
223
- "input":{"shape":"PollForJobsInput"},
224
- "output":{"shape":"PollForJobsOutput"},
225
- "errors":[
226
- {"shape":"ValidationException"},
227
- {"shape":"ActionTypeNotFoundException"}
228
- ]
229
- },
230
- "PollForThirdPartyJobs":{
231
- "name":"PollForThirdPartyJobs",
232
- "http":{
233
- "method":"POST",
234
- "requestUri":"/"
235
- },
236
- "input":{"shape":"PollForThirdPartyJobsInput"},
237
- "output":{"shape":"PollForThirdPartyJobsOutput"},
238
- "errors":[
239
- {"shape":"ActionTypeNotFoundException"},
240
- {"shape":"ValidationException"}
241
- ]
242
- },
243
- "PutActionRevision":{
244
- "name":"PutActionRevision",
245
- "http":{
246
- "method":"POST",
247
- "requestUri":"/"
248
- },
249
- "input":{"shape":"PutActionRevisionInput"},
250
- "output":{"shape":"PutActionRevisionOutput"},
251
- "errors":[
252
- {"shape":"PipelineNotFoundException"},
253
- {"shape":"StageNotFoundException"},
254
- {"shape":"ActionNotFoundException"},
255
- {"shape":"ValidationException"}
256
- ]
257
- },
258
- "PutApprovalResult":{
259
- "name":"PutApprovalResult",
260
- "http":{
261
- "method":"POST",
262
- "requestUri":"/"
263
- },
264
- "input":{"shape":"PutApprovalResultInput"},
265
- "output":{"shape":"PutApprovalResultOutput"},
266
- "errors":[
267
- {"shape":"InvalidApprovalTokenException"},
268
- {"shape":"ApprovalAlreadyCompletedException"},
269
- {"shape":"PipelineNotFoundException"},
270
- {"shape":"StageNotFoundException"},
271
- {"shape":"ActionNotFoundException"},
272
- {"shape":"ValidationException"}
273
- ]
274
- },
275
- "PutJobFailureResult":{
276
- "name":"PutJobFailureResult",
277
- "http":{
278
- "method":"POST",
279
- "requestUri":"/"
280
- },
281
- "input":{"shape":"PutJobFailureResultInput"},
282
- "errors":[
283
- {"shape":"ValidationException"},
284
- {"shape":"JobNotFoundException"},
285
- {"shape":"InvalidJobStateException"}
286
- ]
287
- },
288
- "PutJobSuccessResult":{
289
- "name":"PutJobSuccessResult",
290
- "http":{
291
- "method":"POST",
292
- "requestUri":"/"
293
- },
294
- "input":{"shape":"PutJobSuccessResultInput"},
295
- "errors":[
296
- {"shape":"ValidationException"},
297
- {"shape":"JobNotFoundException"},
298
- {"shape":"InvalidJobStateException"}
299
- ]
300
- },
301
- "PutThirdPartyJobFailureResult":{
302
- "name":"PutThirdPartyJobFailureResult",
303
- "http":{
304
- "method":"POST",
305
- "requestUri":"/"
306
- },
307
- "input":{"shape":"PutThirdPartyJobFailureResultInput"},
308
- "errors":[
309
- {"shape":"ValidationException"},
310
- {"shape":"JobNotFoundException"},
311
- {"shape":"InvalidJobStateException"},
312
- {"shape":"InvalidClientTokenException"}
313
- ]
314
- },
315
- "PutThirdPartyJobSuccessResult":{
316
- "name":"PutThirdPartyJobSuccessResult",
317
- "http":{
318
- "method":"POST",
319
- "requestUri":"/"
320
- },
321
- "input":{"shape":"PutThirdPartyJobSuccessResultInput"},
322
- "errors":[
323
- {"shape":"ValidationException"},
324
- {"shape":"JobNotFoundException"},
325
- {"shape":"InvalidJobStateException"},
326
- {"shape":"InvalidClientTokenException"}
327
- ]
328
- },
329
- "RetryStageExecution":{
330
- "name":"RetryStageExecution",
331
- "http":{
332
- "method":"POST",
333
- "requestUri":"/"
334
- },
335
- "input":{"shape":"RetryStageExecutionInput"},
336
- "output":{"shape":"RetryStageExecutionOutput"},
337
- "errors":[
338
- {"shape":"ValidationException"},
339
- {"shape":"PipelineNotFoundException"},
340
- {"shape":"StageNotFoundException"},
341
- {"shape":"StageNotRetryableException"},
342
- {"shape":"NotLatestPipelineExecutionException"}
343
- ]
344
- },
345
- "StartPipelineExecution":{
346
- "name":"StartPipelineExecution",
347
- "http":{
348
- "method":"POST",
349
- "requestUri":"/"
350
- },
351
- "input":{"shape":"StartPipelineExecutionInput"},
352
- "output":{"shape":"StartPipelineExecutionOutput"},
353
- "errors":[
354
- {"shape":"ValidationException"},
355
- {"shape":"PipelineNotFoundException"}
356
- ]
357
- },
358
- "UpdatePipeline":{
359
- "name":"UpdatePipeline",
360
- "http":{
361
- "method":"POST",
362
- "requestUri":"/"
363
- },
364
- "input":{"shape":"UpdatePipelineInput"},
365
- "output":{"shape":"UpdatePipelineOutput"},
366
- "errors":[
367
- {"shape":"ValidationException"},
368
- {"shape":"InvalidStageDeclarationException"},
369
- {"shape":"InvalidActionDeclarationException"},
370
- {"shape":"InvalidBlockerDeclarationException"},
371
- {"shape":"InvalidStructureException"}
372
- ]
373
- }
374
- },
375
- "shapes":{
376
- "AWSSessionCredentials":{
377
- "type":"structure",
378
- "required":[
379
- "accessKeyId",
380
- "secretAccessKey",
381
- "sessionToken"
382
- ],
383
- "members":{
384
- "accessKeyId":{"shape":"AccessKeyId"},
385
- "secretAccessKey":{"shape":"SecretAccessKey"},
386
- "sessionToken":{"shape":"SessionToken"}
387
- },
388
- "sensitive":true
389
- },
390
- "AccessKeyId":{"type":"string"},
391
- "AccountId":{
392
- "type":"string",
393
- "pattern":"[0-9]{12}"
394
- },
395
- "AcknowledgeJobInput":{
396
- "type":"structure",
397
- "required":[
398
- "jobId",
399
- "nonce"
400
- ],
401
- "members":{
402
- "jobId":{"shape":"JobId"},
403
- "nonce":{"shape":"Nonce"}
404
- }
405
- },
406
- "AcknowledgeJobOutput":{
407
- "type":"structure",
408
- "members":{
409
- "status":{"shape":"JobStatus"}
410
- }
411
- },
412
- "AcknowledgeThirdPartyJobInput":{
413
- "type":"structure",
414
- "required":[
415
- "jobId",
416
- "nonce",
417
- "clientToken"
418
- ],
419
- "members":{
420
- "jobId":{"shape":"ThirdPartyJobId"},
421
- "nonce":{"shape":"Nonce"},
422
- "clientToken":{"shape":"ClientToken"}
423
- }
424
- },
425
- "AcknowledgeThirdPartyJobOutput":{
426
- "type":"structure",
427
- "members":{
428
- "status":{"shape":"JobStatus"}
429
- }
430
- },
431
- "ActionCategory":{
432
- "type":"string",
433
- "enum":[
434
- "Source",
435
- "Build",
436
- "Deploy",
437
- "Test",
438
- "Invoke",
439
- "Approval"
440
- ]
441
- },
442
- "ActionConfiguration":{
443
- "type":"structure",
444
- "members":{
445
- "configuration":{"shape":"ActionConfigurationMap"}
446
- }
447
- },
448
- "ActionConfigurationKey":{
449
- "type":"string",
450
- "max":50,
451
- "min":1
452
- },
453
- "ActionConfigurationMap":{
454
- "type":"map",
455
- "key":{"shape":"ActionConfigurationKey"},
456
- "value":{"shape":"ActionConfigurationValue"}
457
- },
458
- "ActionConfigurationProperty":{
459
- "type":"structure",
460
- "required":[
461
- "name",
462
- "required",
463
- "key",
464
- "secret"
465
- ],
466
- "members":{
467
- "name":{"shape":"ActionConfigurationKey"},
468
- "required":{"shape":"Boolean"},
469
- "key":{"shape":"Boolean"},
470
- "secret":{"shape":"Boolean"},
471
- "queryable":{"shape":"Boolean"},
472
- "description":{"shape":"Description"},
473
- "type":{"shape":"ActionConfigurationPropertyType"}
474
- }
475
- },
476
- "ActionConfigurationPropertyList":{
477
- "type":"list",
478
- "member":{"shape":"ActionConfigurationProperty"},
479
- "max":10
480
- },
481
- "ActionConfigurationPropertyType":{
482
- "type":"string",
483
- "enum":[
484
- "String",
485
- "Number",
486
- "Boolean"
487
- ]
488
- },
489
- "ActionConfigurationQueryableValue":{
490
- "type":"string",
491
- "max":20,
492
- "min":1,
493
- "pattern":"[a-zA-Z0-9_-]+"
494
- },
495
- "ActionConfigurationValue":{
496
- "type":"string",
497
- "max":1000,
498
- "min":1
499
- },
500
- "ActionContext":{
501
- "type":"structure",
502
- "members":{
503
- "name":{"shape":"ActionName"}
504
- }
505
- },
506
- "ActionDeclaration":{
507
- "type":"structure",
508
- "required":[
509
- "name",
510
- "actionTypeId"
511
- ],
512
- "members":{
513
- "name":{"shape":"ActionName"},
514
- "actionTypeId":{"shape":"ActionTypeId"},
515
- "runOrder":{"shape":"ActionRunOrder"},
516
- "configuration":{"shape":"ActionConfigurationMap"},
517
- "outputArtifacts":{"shape":"OutputArtifactList"},
518
- "inputArtifacts":{"shape":"InputArtifactList"},
519
- "roleArn":{"shape":"RoleArn"}
520
- }
521
- },
522
- "ActionExecution":{
523
- "type":"structure",
524
- "members":{
525
- "status":{"shape":"ActionExecutionStatus"},
526
- "summary":{"shape":"ExecutionSummary"},
527
- "lastStatusChange":{"shape":"Timestamp"},
528
- "token":{"shape":"ActionExecutionToken"},
529
- "lastUpdatedBy":{"shape":"LastUpdatedBy"},
530
- "externalExecutionId":{"shape":"ExecutionId"},
531
- "externalExecutionUrl":{"shape":"Url"},
532
- "percentComplete":{"shape":"Percentage"},
533
- "errorDetails":{"shape":"ErrorDetails"}
534
- }
535
- },
536
- "ActionExecutionStatus":{
537
- "type":"string",
538
- "enum":[
539
- "InProgress",
540
- "Succeeded",
541
- "Failed"
542
- ]
543
- },
544
- "ActionExecutionToken":{"type":"string"},
545
- "ActionName":{
546
- "type":"string",
547
- "max":100,
548
- "min":1,
549
- "pattern":"[A-Za-z0-9.@\\-_]+"
550
- },
551
- "ActionNotFoundException":{
552
- "type":"structure",
553
- "members":{
554
- },
555
- "exception":true
556
- },
557
- "ActionOwner":{
558
- "type":"string",
559
- "enum":[
560
- "AWS",
561
- "ThirdParty",
562
- "Custom"
563
- ]
564
- },
565
- "ActionProvider":{
566
- "type":"string",
567
- "max":25,
568
- "min":1,
569
- "pattern":"[0-9A-Za-z_-]+"
570
- },
571
- "ActionRevision":{
572
- "type":"structure",
573
- "required":[
574
- "revisionId",
575
- "revisionChangeId",
576
- "created"
577
- ],
578
- "members":{
579
- "revisionId":{"shape":"Revision"},
580
- "revisionChangeId":{"shape":"RevisionChangeIdentifier"},
581
- "created":{"shape":"Timestamp"}
582
- }
583
- },
584
- "ActionRunOrder":{
585
- "type":"integer",
586
- "max":999,
587
- "min":1
588
- },
589
- "ActionState":{
590
- "type":"structure",
591
- "members":{
592
- "actionName":{"shape":"ActionName"},
593
- "currentRevision":{"shape":"ActionRevision"},
594
- "latestExecution":{"shape":"ActionExecution"},
595
- "entityUrl":{"shape":"Url"},
596
- "revisionUrl":{"shape":"Url"}
597
- }
598
- },
599
- "ActionStateList":{
600
- "type":"list",
601
- "member":{"shape":"ActionState"}
602
- },
603
- "ActionType":{
604
- "type":"structure",
605
- "required":[
606
- "id",
607
- "inputArtifactDetails",
608
- "outputArtifactDetails"
609
- ],
610
- "members":{
611
- "id":{"shape":"ActionTypeId"},
612
- "settings":{"shape":"ActionTypeSettings"},
613
- "actionConfigurationProperties":{"shape":"ActionConfigurationPropertyList"},
614
- "inputArtifactDetails":{"shape":"ArtifactDetails"},
615
- "outputArtifactDetails":{"shape":"ArtifactDetails"}
616
- }
617
- },
618
- "ActionTypeId":{
619
- "type":"structure",
620
- "required":[
621
- "category",
622
- "owner",
623
- "provider",
624
- "version"
625
- ],
626
- "members":{
627
- "category":{"shape":"ActionCategory"},
628
- "owner":{"shape":"ActionOwner"},
629
- "provider":{"shape":"ActionProvider"},
630
- "version":{"shape":"Version"}
631
- }
632
- },
633
- "ActionTypeList":{
634
- "type":"list",
635
- "member":{"shape":"ActionType"}
636
- },
637
- "ActionTypeNotFoundException":{
638
- "type":"structure",
639
- "members":{
640
- },
641
- "exception":true
642
- },
643
- "ActionTypeSettings":{
644
- "type":"structure",
645
- "members":{
646
- "thirdPartyConfigurationUrl":{"shape":"Url"},
647
- "entityUrlTemplate":{"shape":"UrlTemplate"},
648
- "executionUrlTemplate":{"shape":"UrlTemplate"},
649
- "revisionUrlTemplate":{"shape":"UrlTemplate"}
650
- }
651
- },
652
- "ApprovalAlreadyCompletedException":{
653
- "type":"structure",
654
- "members":{
655
- },
656
- "exception":true
657
- },
658
- "ApprovalResult":{
659
- "type":"structure",
660
- "required":[
661
- "summary",
662
- "status"
663
- ],
664
- "members":{
665
- "summary":{"shape":"ApprovalSummary"},
666
- "status":{"shape":"ApprovalStatus"}
667
- }
668
- },
669
- "ApprovalStatus":{
670
- "type":"string",
671
- "enum":[
672
- "Approved",
673
- "Rejected"
674
- ]
675
- },
676
- "ApprovalSummary":{
677
- "type":"string",
678
- "max":512,
679
- "min":0
680
- },
681
- "ApprovalToken":{
682
- "type":"string",
683
- "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
684
- },
685
- "Artifact":{
686
- "type":"structure",
687
- "members":{
688
- "name":{"shape":"ArtifactName"},
689
- "revision":{"shape":"Revision"},
690
- "location":{"shape":"ArtifactLocation"}
691
- }
692
- },
693
- "ArtifactDetails":{
694
- "type":"structure",
695
- "required":[
696
- "minimumCount",
697
- "maximumCount"
698
- ],
699
- "members":{
700
- "minimumCount":{"shape":"MinimumArtifactCount"},
701
- "maximumCount":{"shape":"MaximumArtifactCount"}
702
- }
703
- },
704
- "ArtifactList":{
705
- "type":"list",
706
- "member":{"shape":"Artifact"}
707
- },
708
- "ArtifactLocation":{
709
- "type":"structure",
710
- "members":{
711
- "type":{"shape":"ArtifactLocationType"},
712
- "s3Location":{"shape":"S3ArtifactLocation"}
713
- }
714
- },
715
- "ArtifactLocationType":{
716
- "type":"string",
717
- "enum":["S3"]
718
- },
719
- "ArtifactName":{
720
- "type":"string",
721
- "max":100,
722
- "min":1,
723
- "pattern":"[a-zA-Z0-9_\\-]+"
724
- },
725
- "ArtifactRevision":{
726
- "type":"structure",
727
- "members":{
728
- "name":{"shape":"ArtifactName"},
729
- "revisionId":{"shape":"Revision"},
730
- "revisionChangeIdentifier":{"shape":"RevisionChangeIdentifier"},
731
- "revisionSummary":{"shape":"RevisionSummary"},
732
- "created":{"shape":"Timestamp"},
733
- "revisionUrl":{"shape":"Url"}
734
- }
735
- },
736
- "ArtifactRevisionList":{
737
- "type":"list",
738
- "member":{"shape":"ArtifactRevision"}
739
- },
740
- "ArtifactStore":{
741
- "type":"structure",
742
- "required":[
743
- "type",
744
- "location"
745
- ],
746
- "members":{
747
- "type":{"shape":"ArtifactStoreType"},
748
- "location":{"shape":"ArtifactStoreLocation"},
749
- "encryptionKey":{"shape":"EncryptionKey"}
750
- }
751
- },
752
- "ArtifactStoreLocation":{
753
- "type":"string",
754
- "max":63,
755
- "min":3,
756
- "pattern":"[a-zA-Z0-9\\-\\.]+"
757
- },
758
- "ArtifactStoreType":{
759
- "type":"string",
760
- "enum":["S3"]
761
- },
762
- "BlockerDeclaration":{
763
- "type":"structure",
764
- "required":[
765
- "name",
766
- "type"
767
- ],
768
- "members":{
769
- "name":{"shape":"BlockerName"},
770
- "type":{"shape":"BlockerType"}
771
- }
772
- },
773
- "BlockerName":{
774
- "type":"string",
775
- "max":100,
776
- "min":1
777
- },
778
- "BlockerType":{
779
- "type":"string",
780
- "enum":["Schedule"]
781
- },
782
- "Boolean":{"type":"boolean"},
783
- "ClientId":{
784
- "type":"string",
785
- "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
786
- },
787
- "ClientToken":{"type":"string"},
788
- "Code":{"type":"string"},
789
- "ContinuationToken":{"type":"string"},
790
- "CreateCustomActionTypeInput":{
791
- "type":"structure",
792
- "required":[
793
- "category",
794
- "provider",
795
- "version",
796
- "inputArtifactDetails",
797
- "outputArtifactDetails"
798
- ],
799
- "members":{
800
- "category":{"shape":"ActionCategory"},
801
- "provider":{"shape":"ActionProvider"},
802
- "version":{"shape":"Version"},
803
- "settings":{"shape":"ActionTypeSettings"},
804
- "configurationProperties":{"shape":"ActionConfigurationPropertyList"},
805
- "inputArtifactDetails":{"shape":"ArtifactDetails"},
806
- "outputArtifactDetails":{"shape":"ArtifactDetails"}
807
- }
808
- },
809
- "CreateCustomActionTypeOutput":{
810
- "type":"structure",
811
- "required":["actionType"],
812
- "members":{
813
- "actionType":{"shape":"ActionType"}
814
- }
815
- },
816
- "CreatePipelineInput":{
817
- "type":"structure",
818
- "required":["pipeline"],
819
- "members":{
820
- "pipeline":{"shape":"PipelineDeclaration"}
821
- }
822
- },
823
- "CreatePipelineOutput":{
824
- "type":"structure",
825
- "members":{
826
- "pipeline":{"shape":"PipelineDeclaration"}
827
- }
828
- },
829
- "CurrentRevision":{
830
- "type":"structure",
831
- "required":[
832
- "revision",
833
- "changeIdentifier"
834
- ],
835
- "members":{
836
- "revision":{"shape":"Revision"},
837
- "changeIdentifier":{"shape":"RevisionChangeIdentifier"},
838
- "created":{"shape":"Time"},
839
- "revisionSummary":{"shape":"RevisionSummary"}
840
- }
841
- },
842
- "DeleteCustomActionTypeInput":{
843
- "type":"structure",
844
- "required":[
845
- "category",
846
- "provider",
847
- "version"
848
- ],
849
- "members":{
850
- "category":{"shape":"ActionCategory"},
851
- "provider":{"shape":"ActionProvider"},
852
- "version":{"shape":"Version"}
853
- }
854
- },
855
- "DeletePipelineInput":{
856
- "type":"structure",
857
- "required":["name"],
858
- "members":{
859
- "name":{"shape":"PipelineName"}
860
- }
861
- },
862
- "Description":{
863
- "type":"string",
864
- "max":2048,
865
- "min":1
866
- },
867
- "DisableStageTransitionInput":{
868
- "type":"structure",
869
- "required":[
870
- "pipelineName",
871
- "stageName",
872
- "transitionType",
873
- "reason"
874
- ],
875
- "members":{
876
- "pipelineName":{"shape":"PipelineName"},
877
- "stageName":{"shape":"StageName"},
878
- "transitionType":{"shape":"StageTransitionType"},
879
- "reason":{"shape":"DisabledReason"}
880
- }
881
- },
882
- "DisabledReason":{
883
- "type":"string",
884
- "max":300,
885
- "min":1,
886
- "pattern":"[a-zA-Z0-9!@ \\(\\)\\.\\*\\?\\-]+"
887
- },
888
- "EnableStageTransitionInput":{
889
- "type":"structure",
890
- "required":[
891
- "pipelineName",
892
- "stageName",
893
- "transitionType"
894
- ],
895
- "members":{
896
- "pipelineName":{"shape":"PipelineName"},
897
- "stageName":{"shape":"StageName"},
898
- "transitionType":{"shape":"StageTransitionType"}
899
- }
900
- },
901
- "Enabled":{"type":"boolean"},
902
- "EncryptionKey":{
903
- "type":"structure",
904
- "required":[
905
- "id",
906
- "type"
907
- ],
908
- "members":{
909
- "id":{"shape":"EncryptionKeyId"},
910
- "type":{"shape":"EncryptionKeyType"}
911
- }
912
- },
913
- "EncryptionKeyId":{
914
- "type":"string",
915
- "max":100,
916
- "min":1
917
- },
918
- "EncryptionKeyType":{
919
- "type":"string",
920
- "enum":["KMS"]
921
- },
922
- "ErrorDetails":{
923
- "type":"structure",
924
- "members":{
925
- "code":{"shape":"Code"},
926
- "message":{"shape":"Message"}
927
- }
928
- },
929
- "ExecutionDetails":{
930
- "type":"structure",
931
- "members":{
932
- "summary":{"shape":"ExecutionSummary"},
933
- "externalExecutionId":{"shape":"ExecutionId"},
934
- "percentComplete":{"shape":"Percentage"}
935
- }
936
- },
937
- "ExecutionId":{
938
- "type":"string",
939
- "max":1500,
940
- "min":1
941
- },
942
- "ExecutionSummary":{"type":"string"},
943
- "FailureDetails":{
944
- "type":"structure",
945
- "required":[
946
- "type",
947
- "message"
948
- ],
949
- "members":{
950
- "type":{"shape":"FailureType"},
951
- "message":{"shape":"Message"},
952
- "externalExecutionId":{"shape":"ExecutionId"}
953
- }
954
- },
955
- "FailureType":{
956
- "type":"string",
957
- "enum":[
958
- "JobFailed",
959
- "ConfigurationError",
960
- "PermissionError",
961
- "RevisionOutOfSync",
962
- "RevisionUnavailable",
963
- "SystemUnavailable"
964
- ]
965
- },
966
- "GetJobDetailsInput":{
967
- "type":"structure",
968
- "required":["jobId"],
969
- "members":{
970
- "jobId":{"shape":"JobId"}
971
- }
972
- },
973
- "GetJobDetailsOutput":{
974
- "type":"structure",
975
- "members":{
976
- "jobDetails":{"shape":"JobDetails"}
977
- }
978
- },
979
- "GetPipelineExecutionInput":{
980
- "type":"structure",
981
- "required":[
982
- "pipelineName",
983
- "pipelineExecutionId"
984
- ],
985
- "members":{
986
- "pipelineName":{"shape":"PipelineName"},
987
- "pipelineExecutionId":{"shape":"PipelineExecutionId"}
988
- }
989
- },
990
- "GetPipelineExecutionOutput":{
991
- "type":"structure",
992
- "members":{
993
- "pipelineExecution":{"shape":"PipelineExecution"}
994
- }
995
- },
996
- "GetPipelineInput":{
997
- "type":"structure",
998
- "required":["name"],
999
- "members":{
1000
- "name":{"shape":"PipelineName"},
1001
- "version":{"shape":"PipelineVersion"}
1002
- }
1003
- },
1004
- "GetPipelineOutput":{
1005
- "type":"structure",
1006
- "members":{
1007
- "pipeline":{"shape":"PipelineDeclaration"}
1008
- }
1009
- },
1010
- "GetPipelineStateInput":{
1011
- "type":"structure",
1012
- "required":["name"],
1013
- "members":{
1014
- "name":{"shape":"PipelineName"}
1015
- }
1016
- },
1017
- "GetPipelineStateOutput":{
1018
- "type":"structure",
1019
- "members":{
1020
- "pipelineName":{"shape":"PipelineName"},
1021
- "pipelineVersion":{"shape":"PipelineVersion"},
1022
- "stageStates":{"shape":"StageStateList"},
1023
- "created":{"shape":"Timestamp"},
1024
- "updated":{"shape":"Timestamp"}
1025
- }
1026
- },
1027
- "GetThirdPartyJobDetailsInput":{
1028
- "type":"structure",
1029
- "required":[
1030
- "jobId",
1031
- "clientToken"
1032
- ],
1033
- "members":{
1034
- "jobId":{"shape":"ThirdPartyJobId"},
1035
- "clientToken":{"shape":"ClientToken"}
1036
- }
1037
- },
1038
- "GetThirdPartyJobDetailsOutput":{
1039
- "type":"structure",
1040
- "members":{
1041
- "jobDetails":{"shape":"ThirdPartyJobDetails"}
1042
- }
1043
- },
1044
- "InputArtifact":{
1045
- "type":"structure",
1046
- "required":["name"],
1047
- "members":{
1048
- "name":{"shape":"ArtifactName"}
1049
- }
1050
- },
1051
- "InputArtifactList":{
1052
- "type":"list",
1053
- "member":{"shape":"InputArtifact"}
1054
- },
1055
- "InvalidActionDeclarationException":{
1056
- "type":"structure",
1057
- "members":{
1058
- },
1059
- "exception":true
1060
- },
1061
- "InvalidApprovalTokenException":{
1062
- "type":"structure",
1063
- "members":{
1064
- },
1065
- "exception":true
1066
- },
1067
- "InvalidBlockerDeclarationException":{
1068
- "type":"structure",
1069
- "members":{
1070
- },
1071
- "exception":true
1072
- },
1073
- "InvalidClientTokenException":{
1074
- "type":"structure",
1075
- "members":{
1076
- },
1077
- "exception":true
1078
- },
1079
- "InvalidJobException":{
1080
- "type":"structure",
1081
- "members":{
1082
- },
1083
- "exception":true
1084
- },
1085
- "InvalidJobStateException":{
1086
- "type":"structure",
1087
- "members":{
1088
- },
1089
- "exception":true
1090
- },
1091
- "InvalidNextTokenException":{
1092
- "type":"structure",
1093
- "members":{
1094
- },
1095
- "exception":true
1096
- },
1097
- "InvalidNonceException":{
1098
- "type":"structure",
1099
- "members":{
1100
- },
1101
- "exception":true
1102
- },
1103
- "InvalidStageDeclarationException":{
1104
- "type":"structure",
1105
- "members":{
1106
- },
1107
- "exception":true
1108
- },
1109
- "InvalidStructureException":{
1110
- "type":"structure",
1111
- "members":{
1112
- },
1113
- "exception":true
1114
- },
1115
- "Job":{
1116
- "type":"structure",
1117
- "members":{
1118
- "id":{"shape":"JobId"},
1119
- "data":{"shape":"JobData"},
1120
- "nonce":{"shape":"Nonce"},
1121
- "accountId":{"shape":"AccountId"}
1122
- }
1123
- },
1124
- "JobData":{
1125
- "type":"structure",
1126
- "members":{
1127
- "actionTypeId":{"shape":"ActionTypeId"},
1128
- "actionConfiguration":{"shape":"ActionConfiguration"},
1129
- "pipelineContext":{"shape":"PipelineContext"},
1130
- "inputArtifacts":{"shape":"ArtifactList"},
1131
- "outputArtifacts":{"shape":"ArtifactList"},
1132
- "artifactCredentials":{"shape":"AWSSessionCredentials"},
1133
- "continuationToken":{"shape":"ContinuationToken"},
1134
- "encryptionKey":{"shape":"EncryptionKey"}
1135
- }
1136
- },
1137
- "JobDetails":{
1138
- "type":"structure",
1139
- "members":{
1140
- "id":{"shape":"JobId"},
1141
- "data":{"shape":"JobData"},
1142
- "accountId":{"shape":"AccountId"}
1143
- }
1144
- },
1145
- "JobId":{
1146
- "type":"string",
1147
- "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
1148
- },
1149
- "JobList":{
1150
- "type":"list",
1151
- "member":{"shape":"Job"}
1152
- },
1153
- "JobNotFoundException":{
1154
- "type":"structure",
1155
- "members":{
1156
- },
1157
- "exception":true
1158
- },
1159
- "JobStatus":{
1160
- "type":"string",
1161
- "enum":[
1162
- "Created",
1163
- "Queued",
1164
- "Dispatched",
1165
- "InProgress",
1166
- "TimedOut",
1167
- "Succeeded",
1168
- "Failed"
1169
- ]
1170
- },
1171
- "LastChangedAt":{"type":"timestamp"},
1172
- "LastChangedBy":{"type":"string"},
1173
- "LastUpdatedBy":{"type":"string"},
1174
- "LimitExceededException":{
1175
- "type":"structure",
1176
- "members":{
1177
- },
1178
- "exception":true
1179
- },
1180
- "ListActionTypesInput":{
1181
- "type":"structure",
1182
- "members":{
1183
- "actionOwnerFilter":{"shape":"ActionOwner"},
1184
- "nextToken":{"shape":"NextToken"}
1185
- }
1186
- },
1187
- "ListActionTypesOutput":{
1188
- "type":"structure",
1189
- "required":["actionTypes"],
1190
- "members":{
1191
- "actionTypes":{"shape":"ActionTypeList"},
1192
- "nextToken":{"shape":"NextToken"}
1193
- }
1194
- },
1195
- "ListPipelinesInput":{
1196
- "type":"structure",
1197
- "members":{
1198
- "nextToken":{"shape":"NextToken"}
1199
- }
1200
- },
1201
- "ListPipelinesOutput":{
1202
- "type":"structure",
1203
- "members":{
1204
- "pipelines":{"shape":"PipelineList"},
1205
- "nextToken":{"shape":"NextToken"}
1206
- }
1207
- },
1208
- "MaxBatchSize":{
1209
- "type":"integer",
1210
- "min":1
1211
- },
1212
- "MaximumArtifactCount":{
1213
- "type":"integer",
1214
- "max":5,
1215
- "min":0
1216
- },
1217
- "Message":{"type":"string"},
1218
- "MinimumArtifactCount":{
1219
- "type":"integer",
1220
- "max":5,
1221
- "min":0
1222
- },
1223
- "NextToken":{"type":"string"},
1224
- "Nonce":{"type":"string"},
1225
- "NotLatestPipelineExecutionException":{
1226
- "type":"structure",
1227
- "members":{
1228
- },
1229
- "exception":true
1230
- },
1231
- "OutputArtifact":{
1232
- "type":"structure",
1233
- "required":["name"],
1234
- "members":{
1235
- "name":{"shape":"ArtifactName"}
1236
- }
1237
- },
1238
- "OutputArtifactList":{
1239
- "type":"list",
1240
- "member":{"shape":"OutputArtifact"}
1241
- },
1242
- "Percentage":{
1243
- "type":"integer",
1244
- "max":100,
1245
- "min":0
1246
- },
1247
- "PipelineContext":{
1248
- "type":"structure",
1249
- "members":{
1250
- "pipelineName":{"shape":"PipelineName"},
1251
- "stage":{"shape":"StageContext"},
1252
- "action":{"shape":"ActionContext"}
1253
- }
1254
- },
1255
- "PipelineDeclaration":{
1256
- "type":"structure",
1257
- "required":[
1258
- "name",
1259
- "roleArn",
1260
- "artifactStore",
1261
- "stages"
1262
- ],
1263
- "members":{
1264
- "name":{"shape":"PipelineName"},
1265
- "roleArn":{"shape":"RoleArn"},
1266
- "artifactStore":{"shape":"ArtifactStore"},
1267
- "stages":{"shape":"PipelineStageDeclarationList"},
1268
- "version":{"shape":"PipelineVersion"}
1269
- }
1270
- },
1271
- "PipelineExecution":{
1272
- "type":"structure",
1273
- "members":{
1274
- "pipelineName":{"shape":"PipelineName"},
1275
- "pipelineVersion":{"shape":"PipelineVersion"},
1276
- "pipelineExecutionId":{"shape":"PipelineExecutionId"},
1277
- "status":{"shape":"PipelineExecutionStatus"},
1278
- "artifactRevisions":{"shape":"ArtifactRevisionList"}
1279
- }
1280
- },
1281
- "PipelineExecutionId":{
1282
- "type":"string",
1283
- "pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
1284
- },
1285
- "PipelineExecutionNotFoundException":{
1286
- "type":"structure",
1287
- "members":{
1288
- },
1289
- "exception":true
1290
- },
1291
- "PipelineExecutionStatus":{
1292
- "type":"string",
1293
- "enum":[
1294
- "InProgress",
1295
- "Succeeded",
1296
- "Superseded",
1297
- "Failed"
1298
- ]
1299
- },
1300
- "PipelineList":{
1301
- "type":"list",
1302
- "member":{"shape":"PipelineSummary"}
1303
- },
1304
- "PipelineName":{
1305
- "type":"string",
1306
- "max":100,
1307
- "min":1,
1308
- "pattern":"[A-Za-z0-9.@\\-_]+"
1309
- },
1310
- "PipelineNameInUseException":{
1311
- "type":"structure",
1312
- "members":{
1313
- },
1314
- "exception":true
1315
- },
1316
- "PipelineNotFoundException":{
1317
- "type":"structure",
1318
- "members":{
1319
- },
1320
- "exception":true
1321
- },
1322
- "PipelineStageDeclarationList":{
1323
- "type":"list",
1324
- "member":{"shape":"StageDeclaration"}
1325
- },
1326
- "PipelineSummary":{
1327
- "type":"structure",
1328
- "members":{
1329
- "name":{"shape":"PipelineName"},
1330
- "version":{"shape":"PipelineVersion"},
1331
- "created":{"shape":"Timestamp"},
1332
- "updated":{"shape":"Timestamp"}
1333
- }
1334
- },
1335
- "PipelineVersion":{
1336
- "type":"integer",
1337
- "min":1
1338
- },
1339
- "PipelineVersionNotFoundException":{
1340
- "type":"structure",
1341
- "members":{
1342
- },
1343
- "exception":true
1344
- },
1345
- "PollForJobsInput":{
1346
- "type":"structure",
1347
- "required":["actionTypeId"],
1348
- "members":{
1349
- "actionTypeId":{"shape":"ActionTypeId"},
1350
- "maxBatchSize":{"shape":"MaxBatchSize"},
1351
- "queryParam":{"shape":"QueryParamMap"}
1352
- }
1353
- },
1354
- "PollForJobsOutput":{
1355
- "type":"structure",
1356
- "members":{
1357
- "jobs":{"shape":"JobList"}
1358
- }
1359
- },
1360
- "PollForThirdPartyJobsInput":{
1361
- "type":"structure",
1362
- "required":["actionTypeId"],
1363
- "members":{
1364
- "actionTypeId":{"shape":"ActionTypeId"},
1365
- "maxBatchSize":{"shape":"MaxBatchSize"}
1366
- }
1367
- },
1368
- "PollForThirdPartyJobsOutput":{
1369
- "type":"structure",
1370
- "members":{
1371
- "jobs":{"shape":"ThirdPartyJobList"}
1372
- }
1373
- },
1374
- "PutActionRevisionInput":{
1375
- "type":"structure",
1376
- "required":[
1377
- "pipelineName",
1378
- "stageName",
1379
- "actionName",
1380
- "actionRevision"
1381
- ],
1382
- "members":{
1383
- "pipelineName":{"shape":"PipelineName"},
1384
- "stageName":{"shape":"StageName"},
1385
- "actionName":{"shape":"ActionName"},
1386
- "actionRevision":{"shape":"ActionRevision"}
1387
- }
1388
- },
1389
- "PutActionRevisionOutput":{
1390
- "type":"structure",
1391
- "members":{
1392
- "newRevision":{"shape":"Boolean"},
1393
- "pipelineExecutionId":{"shape":"PipelineExecutionId"}
1394
- }
1395
- },
1396
- "PutApprovalResultInput":{
1397
- "type":"structure",
1398
- "required":[
1399
- "pipelineName",
1400
- "stageName",
1401
- "actionName",
1402
- "result",
1403
- "token"
1404
- ],
1405
- "members":{
1406
- "pipelineName":{"shape":"PipelineName"},
1407
- "stageName":{"shape":"StageName"},
1408
- "actionName":{"shape":"ActionName"},
1409
- "result":{"shape":"ApprovalResult"},
1410
- "token":{"shape":"ApprovalToken"}
1411
- }
1412
- },
1413
- "PutApprovalResultOutput":{
1414
- "type":"structure",
1415
- "members":{
1416
- "approvedAt":{"shape":"Timestamp"}
1417
- }
1418
- },
1419
- "PutJobFailureResultInput":{
1420
- "type":"structure",
1421
- "required":[
1422
- "jobId",
1423
- "failureDetails"
1424
- ],
1425
- "members":{
1426
- "jobId":{"shape":"JobId"},
1427
- "failureDetails":{"shape":"FailureDetails"}
1428
- }
1429
- },
1430
- "PutJobSuccessResultInput":{
1431
- "type":"structure",
1432
- "required":["jobId"],
1433
- "members":{
1434
- "jobId":{"shape":"JobId"},
1435
- "currentRevision":{"shape":"CurrentRevision"},
1436
- "continuationToken":{"shape":"ContinuationToken"},
1437
- "executionDetails":{"shape":"ExecutionDetails"}
1438
- }
1439
- },
1440
- "PutThirdPartyJobFailureResultInput":{
1441
- "type":"structure",
1442
- "required":[
1443
- "jobId",
1444
- "clientToken",
1445
- "failureDetails"
1446
- ],
1447
- "members":{
1448
- "jobId":{"shape":"ThirdPartyJobId"},
1449
- "clientToken":{"shape":"ClientToken"},
1450
- "failureDetails":{"shape":"FailureDetails"}
1451
- }
1452
- },
1453
- "PutThirdPartyJobSuccessResultInput":{
1454
- "type":"structure",
1455
- "required":[
1456
- "jobId",
1457
- "clientToken"
1458
- ],
1459
- "members":{
1460
- "jobId":{"shape":"ThirdPartyJobId"},
1461
- "clientToken":{"shape":"ClientToken"},
1462
- "currentRevision":{"shape":"CurrentRevision"},
1463
- "continuationToken":{"shape":"ContinuationToken"},
1464
- "executionDetails":{"shape":"ExecutionDetails"}
1465
- }
1466
- },
1467
- "QueryParamMap":{
1468
- "type":"map",
1469
- "key":{"shape":"ActionConfigurationKey"},
1470
- "value":{"shape":"ActionConfigurationQueryableValue"},
1471
- "max":1,
1472
- "min":0
1473
- },
1474
- "RetryStageExecutionInput":{
1475
- "type":"structure",
1476
- "required":[
1477
- "pipelineName",
1478
- "stageName",
1479
- "pipelineExecutionId",
1480
- "retryMode"
1481
- ],
1482
- "members":{
1483
- "pipelineName":{"shape":"PipelineName"},
1484
- "stageName":{"shape":"StageName"},
1485
- "pipelineExecutionId":{"shape":"PipelineExecutionId"},
1486
- "retryMode":{"shape":"StageRetryMode"}
1487
- }
1488
- },
1489
- "RetryStageExecutionOutput":{
1490
- "type":"structure",
1491
- "members":{
1492
- "pipelineExecutionId":{"shape":"PipelineExecutionId"}
1493
- }
1494
- },
1495
- "Revision":{
1496
- "type":"string",
1497
- "max":1500,
1498
- "min":1
1499
- },
1500
- "RevisionChangeIdentifier":{
1501
- "type":"string",
1502
- "max":100,
1503
- "min":1
1504
- },
1505
- "RevisionSummary":{
1506
- "type":"string",
1507
- "max":2048,
1508
- "min":1
1509
- },
1510
- "RoleArn":{
1511
- "type":"string",
1512
- "max":1024,
1513
- "pattern":"arn:aws(-[\\w]+)*:iam::[0-9]{12}:role/.*"
1514
- },
1515
- "S3ArtifactLocation":{
1516
- "type":"structure",
1517
- "required":[
1518
- "bucketName",
1519
- "objectKey"
1520
- ],
1521
- "members":{
1522
- "bucketName":{"shape":"S3BucketName"},
1523
- "objectKey":{"shape":"S3ObjectKey"}
1524
- }
1525
- },
1526
- "S3BucketName":{"type":"string"},
1527
- "S3ObjectKey":{"type":"string"},
1528
- "SecretAccessKey":{"type":"string"},
1529
- "SessionToken":{"type":"string"},
1530
- "StageActionDeclarationList":{
1531
- "type":"list",
1532
- "member":{"shape":"ActionDeclaration"}
1533
- },
1534
- "StageBlockerDeclarationList":{
1535
- "type":"list",
1536
- "member":{"shape":"BlockerDeclaration"}
1537
- },
1538
- "StageContext":{
1539
- "type":"structure",
1540
- "members":{
1541
- "name":{"shape":"StageName"}
1542
- }
1543
- },
1544
- "StageDeclaration":{
1545
- "type":"structure",
1546
- "required":[
1547
- "name",
1548
- "actions"
1549
- ],
1550
- "members":{
1551
- "name":{"shape":"StageName"},
1552
- "blockers":{"shape":"StageBlockerDeclarationList"},
1553
- "actions":{"shape":"StageActionDeclarationList"}
1554
- }
1555
- },
1556
- "StageExecution":{
1557
- "type":"structure",
1558
- "required":[
1559
- "pipelineExecutionId",
1560
- "status"
1561
- ],
1562
- "members":{
1563
- "pipelineExecutionId":{"shape":"PipelineExecutionId"},
1564
- "status":{"shape":"StageExecutionStatus"}
1565
- }
1566
- },
1567
- "StageExecutionStatus":{
1568
- "type":"string",
1569
- "enum":[
1570
- "InProgress",
1571
- "Failed",
1572
- "Succeeded"
1573
- ]
1574
- },
1575
- "StageName":{
1576
- "type":"string",
1577
- "max":100,
1578
- "min":1,
1579
- "pattern":"[A-Za-z0-9.@\\-_]+"
1580
- },
1581
- "StageNotFoundException":{
1582
- "type":"structure",
1583
- "members":{
1584
- },
1585
- "exception":true
1586
- },
1587
- "StageNotRetryableException":{
1588
- "type":"structure",
1589
- "members":{
1590
- },
1591
- "exception":true
1592
- },
1593
- "StageRetryMode":{
1594
- "type":"string",
1595
- "enum":["FAILED_ACTIONS"]
1596
- },
1597
- "StageState":{
1598
- "type":"structure",
1599
- "members":{
1600
- "stageName":{"shape":"StageName"},
1601
- "inboundTransitionState":{"shape":"TransitionState"},
1602
- "actionStates":{"shape":"ActionStateList"},
1603
- "latestExecution":{"shape":"StageExecution"}
1604
- }
1605
- },
1606
- "StageStateList":{
1607
- "type":"list",
1608
- "member":{"shape":"StageState"}
1609
- },
1610
- "StageTransitionType":{
1611
- "type":"string",
1612
- "enum":[
1613
- "Inbound",
1614
- "Outbound"
1615
- ]
1616
- },
1617
- "StartPipelineExecutionInput":{
1618
- "type":"structure",
1619
- "required":["name"],
1620
- "members":{
1621
- "name":{"shape":"PipelineName"}
1622
- }
1623
- },
1624
- "StartPipelineExecutionOutput":{
1625
- "type":"structure",
1626
- "members":{
1627
- "pipelineExecutionId":{"shape":"PipelineExecutionId"}
1628
- }
1629
- },
1630
- "ThirdPartyJob":{
1631
- "type":"structure",
1632
- "members":{
1633
- "clientId":{"shape":"ClientId"},
1634
- "jobId":{"shape":"JobId"}
1635
- }
1636
- },
1637
- "ThirdPartyJobData":{
1638
- "type":"structure",
1639
- "members":{
1640
- "actionTypeId":{"shape":"ActionTypeId"},
1641
- "actionConfiguration":{"shape":"ActionConfiguration"},
1642
- "pipelineContext":{"shape":"PipelineContext"},
1643
- "inputArtifacts":{"shape":"ArtifactList"},
1644
- "outputArtifacts":{"shape":"ArtifactList"},
1645
- "artifactCredentials":{"shape":"AWSSessionCredentials"},
1646
- "continuationToken":{"shape":"ContinuationToken"},
1647
- "encryptionKey":{"shape":"EncryptionKey"}
1648
- }
1649
- },
1650
- "ThirdPartyJobDetails":{
1651
- "type":"structure",
1652
- "members":{
1653
- "id":{"shape":"ThirdPartyJobId"},
1654
- "data":{"shape":"ThirdPartyJobData"},
1655
- "nonce":{"shape":"Nonce"}
1656
- }
1657
- },
1658
- "ThirdPartyJobId":{
1659
- "type":"string",
1660
- "max":512,
1661
- "min":1
1662
- },
1663
- "ThirdPartyJobList":{
1664
- "type":"list",
1665
- "member":{"shape":"ThirdPartyJob"}
1666
- },
1667
- "Time":{"type":"timestamp"},
1668
- "Timestamp":{"type":"timestamp"},
1669
- "TransitionState":{
1670
- "type":"structure",
1671
- "members":{
1672
- "enabled":{"shape":"Enabled"},
1673
- "lastChangedBy":{"shape":"LastChangedBy"},
1674
- "lastChangedAt":{"shape":"LastChangedAt"},
1675
- "disabledReason":{"shape":"DisabledReason"}
1676
- }
1677
- },
1678
- "UpdatePipelineInput":{
1679
- "type":"structure",
1680
- "required":["pipeline"],
1681
- "members":{
1682
- "pipeline":{"shape":"PipelineDeclaration"}
1683
- }
1684
- },
1685
- "UpdatePipelineOutput":{
1686
- "type":"structure",
1687
- "members":{
1688
- "pipeline":{"shape":"PipelineDeclaration"}
1689
- }
1690
- },
1691
- "Url":{
1692
- "type":"string",
1693
- "max":2048,
1694
- "min":1
1695
- },
1696
- "UrlTemplate":{
1697
- "type":"string",
1698
- "max":2048,
1699
- "min":1
1700
- },
1701
- "ValidationException":{
1702
- "type":"structure",
1703
- "members":{
1704
- },
1705
- "exception":true
1706
- },
1707
- "Version":{
1708
- "type":"string",
1709
- "max":9,
1710
- "min":1,
1711
- "pattern":"[0-9A-Za-z_-]+"
1712
- }
1713
- }
1714
- }