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,1867 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-12-01",
5
- "endpointPrefix":"elasticloadbalancing",
6
- "protocol":"query",
7
- "serviceAbbreviation":"Elastic Load Balancing v2",
8
- "serviceFullName":"Elastic Load Balancing",
9
- "signatureVersion":"v4",
10
- "uid":"elasticloadbalancingv2-2015-12-01",
11
- "xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
12
- },
13
- "operations":{
14
- "AddTags":{
15
- "name":"AddTags",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/"
19
- },
20
- "input":{"shape":"AddTagsInput"},
21
- "output":{
22
- "shape":"AddTagsOutput",
23
- "resultWrapper":"AddTagsResult"
24
- },
25
- "errors":[
26
- {"shape":"DuplicateTagKeysException"},
27
- {"shape":"TooManyTagsException"},
28
- {"shape":"LoadBalancerNotFoundException"},
29
- {"shape":"TargetGroupNotFoundException"}
30
- ]
31
- },
32
- "CreateListener":{
33
- "name":"CreateListener",
34
- "http":{
35
- "method":"POST",
36
- "requestUri":"/"
37
- },
38
- "input":{"shape":"CreateListenerInput"},
39
- "output":{
40
- "shape":"CreateListenerOutput",
41
- "resultWrapper":"CreateListenerResult"
42
- },
43
- "errors":[
44
- {"shape":"DuplicateListenerException"},
45
- {"shape":"TooManyListenersException"},
46
- {"shape":"TooManyCertificatesException"},
47
- {"shape":"LoadBalancerNotFoundException"},
48
- {"shape":"TargetGroupNotFoundException"},
49
- {"shape":"TargetGroupAssociationLimitException"},
50
- {"shape":"InvalidConfigurationRequestException"},
51
- {"shape":"IncompatibleProtocolsException"},
52
- {"shape":"SSLPolicyNotFoundException"},
53
- {"shape":"CertificateNotFoundException"},
54
- {"shape":"UnsupportedProtocolException"},
55
- {"shape":"TooManyRegistrationsForTargetIdException"}
56
- ]
57
- },
58
- "CreateLoadBalancer":{
59
- "name":"CreateLoadBalancer",
60
- "http":{
61
- "method":"POST",
62
- "requestUri":"/"
63
- },
64
- "input":{"shape":"CreateLoadBalancerInput"},
65
- "output":{
66
- "shape":"CreateLoadBalancerOutput",
67
- "resultWrapper":"CreateLoadBalancerResult"
68
- },
69
- "errors":[
70
- {"shape":"DuplicateLoadBalancerNameException"},
71
- {"shape":"TooManyLoadBalancersException"},
72
- {"shape":"InvalidConfigurationRequestException"},
73
- {"shape":"SubnetNotFoundException"},
74
- {"shape":"InvalidSubnetException"},
75
- {"shape":"InvalidSecurityGroupException"},
76
- {"shape":"InvalidSchemeException"},
77
- {"shape":"TooManyTagsException"},
78
- {"shape":"DuplicateTagKeysException"}
79
- ]
80
- },
81
- "CreateRule":{
82
- "name":"CreateRule",
83
- "http":{
84
- "method":"POST",
85
- "requestUri":"/"
86
- },
87
- "input":{"shape":"CreateRuleInput"},
88
- "output":{
89
- "shape":"CreateRuleOutput",
90
- "resultWrapper":"CreateRuleResult"
91
- },
92
- "errors":[
93
- {"shape":"PriorityInUseException"},
94
- {"shape":"TooManyTargetGroupsException"},
95
- {"shape":"TooManyRulesException"},
96
- {"shape":"TargetGroupAssociationLimitException"},
97
- {"shape":"ListenerNotFoundException"},
98
- {"shape":"TargetGroupNotFoundException"},
99
- {"shape":"InvalidConfigurationRequestException"},
100
- {"shape":"TooManyRegistrationsForTargetIdException"}
101
- ]
102
- },
103
- "CreateTargetGroup":{
104
- "name":"CreateTargetGroup",
105
- "http":{
106
- "method":"POST",
107
- "requestUri":"/"
108
- },
109
- "input":{"shape":"CreateTargetGroupInput"},
110
- "output":{
111
- "shape":"CreateTargetGroupOutput",
112
- "resultWrapper":"CreateTargetGroupResult"
113
- },
114
- "errors":[
115
- {"shape":"DuplicateTargetGroupNameException"},
116
- {"shape":"TooManyTargetGroupsException"}
117
- ]
118
- },
119
- "DeleteListener":{
120
- "name":"DeleteListener",
121
- "http":{
122
- "method":"POST",
123
- "requestUri":"/"
124
- },
125
- "input":{"shape":"DeleteListenerInput"},
126
- "output":{
127
- "shape":"DeleteListenerOutput",
128
- "resultWrapper":"DeleteListenerResult"
129
- },
130
- "errors":[
131
- {"shape":"ListenerNotFoundException"}
132
- ]
133
- },
134
- "DeleteLoadBalancer":{
135
- "name":"DeleteLoadBalancer",
136
- "http":{
137
- "method":"POST",
138
- "requestUri":"/"
139
- },
140
- "input":{"shape":"DeleteLoadBalancerInput"},
141
- "output":{
142
- "shape":"DeleteLoadBalancerOutput",
143
- "resultWrapper":"DeleteLoadBalancerResult"
144
- },
145
- "errors":[
146
- {"shape":"LoadBalancerNotFoundException"},
147
- {"shape":"OperationNotPermittedException"}
148
- ]
149
- },
150
- "DeleteRule":{
151
- "name":"DeleteRule",
152
- "http":{
153
- "method":"POST",
154
- "requestUri":"/"
155
- },
156
- "input":{"shape":"DeleteRuleInput"},
157
- "output":{
158
- "shape":"DeleteRuleOutput",
159
- "resultWrapper":"DeleteRuleResult"
160
- },
161
- "errors":[
162
- {"shape":"RuleNotFoundException"},
163
- {"shape":"OperationNotPermittedException"}
164
- ]
165
- },
166
- "DeleteTargetGroup":{
167
- "name":"DeleteTargetGroup",
168
- "http":{
169
- "method":"POST",
170
- "requestUri":"/"
171
- },
172
- "input":{"shape":"DeleteTargetGroupInput"},
173
- "output":{
174
- "shape":"DeleteTargetGroupOutput",
175
- "resultWrapper":"DeleteTargetGroupResult"
176
- },
177
- "errors":[
178
- {"shape":"ResourceInUseException"}
179
- ]
180
- },
181
- "DeregisterTargets":{
182
- "name":"DeregisterTargets",
183
- "http":{
184
- "method":"POST",
185
- "requestUri":"/"
186
- },
187
- "input":{"shape":"DeregisterTargetsInput"},
188
- "output":{
189
- "shape":"DeregisterTargetsOutput",
190
- "resultWrapper":"DeregisterTargetsResult"
191
- },
192
- "errors":[
193
- {"shape":"TargetGroupNotFoundException"},
194
- {"shape":"InvalidTargetException"}
195
- ]
196
- },
197
- "DescribeAccountLimits":{
198
- "name":"DescribeAccountLimits",
199
- "http":{
200
- "method":"POST",
201
- "requestUri":"/"
202
- },
203
- "input":{"shape":"DescribeAccountLimitsInput"},
204
- "output":{
205
- "shape":"DescribeAccountLimitsOutput",
206
- "resultWrapper":"DescribeAccountLimitsResult"
207
- }
208
- },
209
- "DescribeListeners":{
210
- "name":"DescribeListeners",
211
- "http":{
212
- "method":"POST",
213
- "requestUri":"/"
214
- },
215
- "input":{"shape":"DescribeListenersInput"},
216
- "output":{
217
- "shape":"DescribeListenersOutput",
218
- "resultWrapper":"DescribeListenersResult"
219
- },
220
- "errors":[
221
- {"shape":"ListenerNotFoundException"},
222
- {"shape":"LoadBalancerNotFoundException"}
223
- ]
224
- },
225
- "DescribeLoadBalancerAttributes":{
226
- "name":"DescribeLoadBalancerAttributes",
227
- "http":{
228
- "method":"POST",
229
- "requestUri":"/"
230
- },
231
- "input":{"shape":"DescribeLoadBalancerAttributesInput"},
232
- "output":{
233
- "shape":"DescribeLoadBalancerAttributesOutput",
234
- "resultWrapper":"DescribeLoadBalancerAttributesResult"
235
- },
236
- "errors":[
237
- {"shape":"LoadBalancerNotFoundException"}
238
- ]
239
- },
240
- "DescribeLoadBalancers":{
241
- "name":"DescribeLoadBalancers",
242
- "http":{
243
- "method":"POST",
244
- "requestUri":"/"
245
- },
246
- "input":{"shape":"DescribeLoadBalancersInput"},
247
- "output":{
248
- "shape":"DescribeLoadBalancersOutput",
249
- "resultWrapper":"DescribeLoadBalancersResult"
250
- },
251
- "errors":[
252
- {"shape":"LoadBalancerNotFoundException"}
253
- ]
254
- },
255
- "DescribeRules":{
256
- "name":"DescribeRules",
257
- "http":{
258
- "method":"POST",
259
- "requestUri":"/"
260
- },
261
- "input":{"shape":"DescribeRulesInput"},
262
- "output":{
263
- "shape":"DescribeRulesOutput",
264
- "resultWrapper":"DescribeRulesResult"
265
- },
266
- "errors":[
267
- {"shape":"ListenerNotFoundException"},
268
- {"shape":"RuleNotFoundException"}
269
- ]
270
- },
271
- "DescribeSSLPolicies":{
272
- "name":"DescribeSSLPolicies",
273
- "http":{
274
- "method":"POST",
275
- "requestUri":"/"
276
- },
277
- "input":{"shape":"DescribeSSLPoliciesInput"},
278
- "output":{
279
- "shape":"DescribeSSLPoliciesOutput",
280
- "resultWrapper":"DescribeSSLPoliciesResult"
281
- },
282
- "errors":[
283
- {"shape":"SSLPolicyNotFoundException"}
284
- ]
285
- },
286
- "DescribeTags":{
287
- "name":"DescribeTags",
288
- "http":{
289
- "method":"POST",
290
- "requestUri":"/"
291
- },
292
- "input":{"shape":"DescribeTagsInput"},
293
- "output":{
294
- "shape":"DescribeTagsOutput",
295
- "resultWrapper":"DescribeTagsResult"
296
- },
297
- "errors":[
298
- {"shape":"LoadBalancerNotFoundException"},
299
- {"shape":"TargetGroupNotFoundException"},
300
- {"shape":"ListenerNotFoundException"},
301
- {"shape":"RuleNotFoundException"}
302
- ]
303
- },
304
- "DescribeTargetGroupAttributes":{
305
- "name":"DescribeTargetGroupAttributes",
306
- "http":{
307
- "method":"POST",
308
- "requestUri":"/"
309
- },
310
- "input":{"shape":"DescribeTargetGroupAttributesInput"},
311
- "output":{
312
- "shape":"DescribeTargetGroupAttributesOutput",
313
- "resultWrapper":"DescribeTargetGroupAttributesResult"
314
- },
315
- "errors":[
316
- {"shape":"TargetGroupNotFoundException"}
317
- ]
318
- },
319
- "DescribeTargetGroups":{
320
- "name":"DescribeTargetGroups",
321
- "http":{
322
- "method":"POST",
323
- "requestUri":"/"
324
- },
325
- "input":{"shape":"DescribeTargetGroupsInput"},
326
- "output":{
327
- "shape":"DescribeTargetGroupsOutput",
328
- "resultWrapper":"DescribeTargetGroupsResult"
329
- },
330
- "errors":[
331
- {"shape":"LoadBalancerNotFoundException"},
332
- {"shape":"TargetGroupNotFoundException"}
333
- ]
334
- },
335
- "DescribeTargetHealth":{
336
- "name":"DescribeTargetHealth",
337
- "http":{
338
- "method":"POST",
339
- "requestUri":"/"
340
- },
341
- "input":{"shape":"DescribeTargetHealthInput"},
342
- "output":{
343
- "shape":"DescribeTargetHealthOutput",
344
- "resultWrapper":"DescribeTargetHealthResult"
345
- },
346
- "errors":[
347
- {"shape":"InvalidTargetException"},
348
- {"shape":"TargetGroupNotFoundException"},
349
- {"shape":"HealthUnavailableException"}
350
- ]
351
- },
352
- "ModifyListener":{
353
- "name":"ModifyListener",
354
- "http":{
355
- "method":"POST",
356
- "requestUri":"/"
357
- },
358
- "input":{"shape":"ModifyListenerInput"},
359
- "output":{
360
- "shape":"ModifyListenerOutput",
361
- "resultWrapper":"ModifyListenerResult"
362
- },
363
- "errors":[
364
- {"shape":"DuplicateListenerException"},
365
- {"shape":"TooManyListenersException"},
366
- {"shape":"TooManyCertificatesException"},
367
- {"shape":"ListenerNotFoundException"},
368
- {"shape":"TargetGroupNotFoundException"},
369
- {"shape":"TargetGroupAssociationLimitException"},
370
- {"shape":"IncompatibleProtocolsException"},
371
- {"shape":"SSLPolicyNotFoundException"},
372
- {"shape":"CertificateNotFoundException"},
373
- {"shape":"InvalidConfigurationRequestException"},
374
- {"shape":"UnsupportedProtocolException"},
375
- {"shape":"TooManyRegistrationsForTargetIdException"}
376
- ]
377
- },
378
- "ModifyLoadBalancerAttributes":{
379
- "name":"ModifyLoadBalancerAttributes",
380
- "http":{
381
- "method":"POST",
382
- "requestUri":"/"
383
- },
384
- "input":{"shape":"ModifyLoadBalancerAttributesInput"},
385
- "output":{
386
- "shape":"ModifyLoadBalancerAttributesOutput",
387
- "resultWrapper":"ModifyLoadBalancerAttributesResult"
388
- },
389
- "errors":[
390
- {"shape":"LoadBalancerNotFoundException"},
391
- {"shape":"InvalidConfigurationRequestException"}
392
- ]
393
- },
394
- "ModifyRule":{
395
- "name":"ModifyRule",
396
- "http":{
397
- "method":"POST",
398
- "requestUri":"/"
399
- },
400
- "input":{"shape":"ModifyRuleInput"},
401
- "output":{
402
- "shape":"ModifyRuleOutput",
403
- "resultWrapper":"ModifyRuleResult"
404
- },
405
- "errors":[
406
- {"shape":"TargetGroupAssociationLimitException"},
407
- {"shape":"RuleNotFoundException"},
408
- {"shape":"OperationNotPermittedException"},
409
- {"shape":"TooManyRegistrationsForTargetIdException"},
410
- {"shape":"TooManyTargetsException"},
411
- {"shape":"TargetGroupNotFoundException"}
412
- ]
413
- },
414
- "ModifyTargetGroup":{
415
- "name":"ModifyTargetGroup",
416
- "http":{
417
- "method":"POST",
418
- "requestUri":"/"
419
- },
420
- "input":{"shape":"ModifyTargetGroupInput"},
421
- "output":{
422
- "shape":"ModifyTargetGroupOutput",
423
- "resultWrapper":"ModifyTargetGroupResult"
424
- },
425
- "errors":[
426
- {"shape":"TargetGroupNotFoundException"}
427
- ]
428
- },
429
- "ModifyTargetGroupAttributes":{
430
- "name":"ModifyTargetGroupAttributes",
431
- "http":{
432
- "method":"POST",
433
- "requestUri":"/"
434
- },
435
- "input":{"shape":"ModifyTargetGroupAttributesInput"},
436
- "output":{
437
- "shape":"ModifyTargetGroupAttributesOutput",
438
- "resultWrapper":"ModifyTargetGroupAttributesResult"
439
- },
440
- "errors":[
441
- {"shape":"TargetGroupNotFoundException"}
442
- ]
443
- },
444
- "RegisterTargets":{
445
- "name":"RegisterTargets",
446
- "http":{
447
- "method":"POST",
448
- "requestUri":"/"
449
- },
450
- "input":{"shape":"RegisterTargetsInput"},
451
- "output":{
452
- "shape":"RegisterTargetsOutput",
453
- "resultWrapper":"RegisterTargetsResult"
454
- },
455
- "errors":[
456
- {"shape":"TargetGroupNotFoundException"},
457
- {"shape":"TooManyTargetsException"},
458
- {"shape":"InvalidTargetException"},
459
- {"shape":"TooManyRegistrationsForTargetIdException"}
460
- ]
461
- },
462
- "RemoveTags":{
463
- "name":"RemoveTags",
464
- "http":{
465
- "method":"POST",
466
- "requestUri":"/"
467
- },
468
- "input":{"shape":"RemoveTagsInput"},
469
- "output":{
470
- "shape":"RemoveTagsOutput",
471
- "resultWrapper":"RemoveTagsResult"
472
- },
473
- "errors":[
474
- {"shape":"LoadBalancerNotFoundException"},
475
- {"shape":"TargetGroupNotFoundException"},
476
- {"shape":"ListenerNotFoundException"},
477
- {"shape":"RuleNotFoundException"},
478
- {"shape":"TooManyTagsException"}
479
- ]
480
- },
481
- "SetIpAddressType":{
482
- "name":"SetIpAddressType",
483
- "http":{
484
- "method":"POST",
485
- "requestUri":"/"
486
- },
487
- "input":{"shape":"SetIpAddressTypeInput"},
488
- "output":{
489
- "shape":"SetIpAddressTypeOutput",
490
- "resultWrapper":"SetIpAddressTypeResult"
491
- },
492
- "errors":[
493
- {"shape":"LoadBalancerNotFoundException"},
494
- {"shape":"InvalidConfigurationRequestException"},
495
- {"shape":"InvalidSubnetException"}
496
- ]
497
- },
498
- "SetRulePriorities":{
499
- "name":"SetRulePriorities",
500
- "http":{
501
- "method":"POST",
502
- "requestUri":"/"
503
- },
504
- "input":{"shape":"SetRulePrioritiesInput"},
505
- "output":{
506
- "shape":"SetRulePrioritiesOutput",
507
- "resultWrapper":"SetRulePrioritiesResult"
508
- },
509
- "errors":[
510
- {"shape":"RuleNotFoundException"},
511
- {"shape":"PriorityInUseException"},
512
- {"shape":"OperationNotPermittedException"}
513
- ]
514
- },
515
- "SetSecurityGroups":{
516
- "name":"SetSecurityGroups",
517
- "http":{
518
- "method":"POST",
519
- "requestUri":"/"
520
- },
521
- "input":{"shape":"SetSecurityGroupsInput"},
522
- "output":{
523
- "shape":"SetSecurityGroupsOutput",
524
- "resultWrapper":"SetSecurityGroupsResult"
525
- },
526
- "errors":[
527
- {"shape":"LoadBalancerNotFoundException"},
528
- {"shape":"InvalidConfigurationRequestException"},
529
- {"shape":"InvalidSecurityGroupException"}
530
- ]
531
- },
532
- "SetSubnets":{
533
- "name":"SetSubnets",
534
- "http":{
535
- "method":"POST",
536
- "requestUri":"/"
537
- },
538
- "input":{"shape":"SetSubnetsInput"},
539
- "output":{
540
- "shape":"SetSubnetsOutput",
541
- "resultWrapper":"SetSubnetsResult"
542
- },
543
- "errors":[
544
- {"shape":"LoadBalancerNotFoundException"},
545
- {"shape":"InvalidConfigurationRequestException"},
546
- {"shape":"SubnetNotFoundException"},
547
- {"shape":"InvalidSubnetException"}
548
- ]
549
- }
550
- },
551
- "shapes":{
552
- "Action":{
553
- "type":"structure",
554
- "required":[
555
- "Type",
556
- "TargetGroupArn"
557
- ],
558
- "members":{
559
- "Type":{"shape":"ActionTypeEnum"},
560
- "TargetGroupArn":{"shape":"TargetGroupArn"}
561
- }
562
- },
563
- "ActionTypeEnum":{
564
- "type":"string",
565
- "enum":["forward"]
566
- },
567
- "Actions":{
568
- "type":"list",
569
- "member":{"shape":"Action"}
570
- },
571
- "AddTagsInput":{
572
- "type":"structure",
573
- "required":[
574
- "ResourceArns",
575
- "Tags"
576
- ],
577
- "members":{
578
- "ResourceArns":{"shape":"ResourceArns"},
579
- "Tags":{"shape":"TagList"}
580
- }
581
- },
582
- "AddTagsOutput":{
583
- "type":"structure",
584
- "members":{
585
- }
586
- },
587
- "AvailabilityZone":{
588
- "type":"structure",
589
- "members":{
590
- "ZoneName":{"shape":"ZoneName"},
591
- "SubnetId":{"shape":"SubnetId"}
592
- }
593
- },
594
- "AvailabilityZones":{
595
- "type":"list",
596
- "member":{"shape":"AvailabilityZone"}
597
- },
598
- "CanonicalHostedZoneId":{"type":"string"},
599
- "Certificate":{
600
- "type":"structure",
601
- "members":{
602
- "CertificateArn":{"shape":"CertificateArn"}
603
- }
604
- },
605
- "CertificateArn":{"type":"string"},
606
- "CertificateList":{
607
- "type":"list",
608
- "member":{"shape":"Certificate"}
609
- },
610
- "CertificateNotFoundException":{
611
- "type":"structure",
612
- "members":{
613
- },
614
- "error":{
615
- "code":"CertificateNotFound",
616
- "httpStatusCode":400,
617
- "senderFault":true
618
- },
619
- "exception":true
620
- },
621
- "Cipher":{
622
- "type":"structure",
623
- "members":{
624
- "Name":{"shape":"CipherName"},
625
- "Priority":{"shape":"CipherPriority"}
626
- }
627
- },
628
- "CipherName":{"type":"string"},
629
- "CipherPriority":{"type":"integer"},
630
- "Ciphers":{
631
- "type":"list",
632
- "member":{"shape":"Cipher"}
633
- },
634
- "ConditionFieldName":{
635
- "type":"string",
636
- "max":64
637
- },
638
- "CreateListenerInput":{
639
- "type":"structure",
640
- "required":[
641
- "LoadBalancerArn",
642
- "Protocol",
643
- "Port",
644
- "DefaultActions"
645
- ],
646
- "members":{
647
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
648
- "Protocol":{"shape":"ProtocolEnum"},
649
- "Port":{"shape":"Port"},
650
- "SslPolicy":{"shape":"SslPolicyName"},
651
- "Certificates":{"shape":"CertificateList"},
652
- "DefaultActions":{"shape":"Actions"}
653
- }
654
- },
655
- "CreateListenerOutput":{
656
- "type":"structure",
657
- "members":{
658
- "Listeners":{"shape":"Listeners"}
659
- }
660
- },
661
- "CreateLoadBalancerInput":{
662
- "type":"structure",
663
- "required":[
664
- "Name",
665
- "Subnets"
666
- ],
667
- "members":{
668
- "Name":{"shape":"LoadBalancerName"},
669
- "Subnets":{"shape":"Subnets"},
670
- "SecurityGroups":{"shape":"SecurityGroups"},
671
- "Scheme":{"shape":"LoadBalancerSchemeEnum"},
672
- "Tags":{"shape":"TagList"},
673
- "IpAddressType":{"shape":"IpAddressType"}
674
- }
675
- },
676
- "CreateLoadBalancerOutput":{
677
- "type":"structure",
678
- "members":{
679
- "LoadBalancers":{"shape":"LoadBalancers"}
680
- }
681
- },
682
- "CreateRuleInput":{
683
- "type":"structure",
684
- "required":[
685
- "ListenerArn",
686
- "Conditions",
687
- "Priority",
688
- "Actions"
689
- ],
690
- "members":{
691
- "ListenerArn":{"shape":"ListenerArn"},
692
- "Conditions":{"shape":"RuleConditionList"},
693
- "Priority":{"shape":"RulePriority"},
694
- "Actions":{"shape":"Actions"}
695
- }
696
- },
697
- "CreateRuleOutput":{
698
- "type":"structure",
699
- "members":{
700
- "Rules":{"shape":"Rules"}
701
- }
702
- },
703
- "CreateTargetGroupInput":{
704
- "type":"structure",
705
- "required":[
706
- "Name",
707
- "Protocol",
708
- "Port",
709
- "VpcId"
710
- ],
711
- "members":{
712
- "Name":{"shape":"TargetGroupName"},
713
- "Protocol":{"shape":"ProtocolEnum"},
714
- "Port":{"shape":"Port"},
715
- "VpcId":{"shape":"VpcId"},
716
- "HealthCheckProtocol":{"shape":"ProtocolEnum"},
717
- "HealthCheckPort":{"shape":"HealthCheckPort"},
718
- "HealthCheckPath":{"shape":"Path"},
719
- "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
720
- "HealthCheckTimeoutSeconds":{"shape":"HealthCheckTimeoutSeconds"},
721
- "HealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
722
- "UnhealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
723
- "Matcher":{"shape":"Matcher"}
724
- }
725
- },
726
- "CreateTargetGroupOutput":{
727
- "type":"structure",
728
- "members":{
729
- "TargetGroups":{"shape":"TargetGroups"}
730
- }
731
- },
732
- "CreatedTime":{"type":"timestamp"},
733
- "DNSName":{"type":"string"},
734
- "DeleteListenerInput":{
735
- "type":"structure",
736
- "required":["ListenerArn"],
737
- "members":{
738
- "ListenerArn":{"shape":"ListenerArn"}
739
- }
740
- },
741
- "DeleteListenerOutput":{
742
- "type":"structure",
743
- "members":{
744
- }
745
- },
746
- "DeleteLoadBalancerInput":{
747
- "type":"structure",
748
- "required":["LoadBalancerArn"],
749
- "members":{
750
- "LoadBalancerArn":{"shape":"LoadBalancerArn"}
751
- }
752
- },
753
- "DeleteLoadBalancerOutput":{
754
- "type":"structure",
755
- "members":{
756
- }
757
- },
758
- "DeleteRuleInput":{
759
- "type":"structure",
760
- "required":["RuleArn"],
761
- "members":{
762
- "RuleArn":{"shape":"RuleArn"}
763
- }
764
- },
765
- "DeleteRuleOutput":{
766
- "type":"structure",
767
- "members":{
768
- }
769
- },
770
- "DeleteTargetGroupInput":{
771
- "type":"structure",
772
- "required":["TargetGroupArn"],
773
- "members":{
774
- "TargetGroupArn":{"shape":"TargetGroupArn"}
775
- }
776
- },
777
- "DeleteTargetGroupOutput":{
778
- "type":"structure",
779
- "members":{
780
- }
781
- },
782
- "DeregisterTargetsInput":{
783
- "type":"structure",
784
- "required":[
785
- "TargetGroupArn",
786
- "Targets"
787
- ],
788
- "members":{
789
- "TargetGroupArn":{"shape":"TargetGroupArn"},
790
- "Targets":{"shape":"TargetDescriptions"}
791
- }
792
- },
793
- "DeregisterTargetsOutput":{
794
- "type":"structure",
795
- "members":{
796
- }
797
- },
798
- "DescribeAccountLimitsInput":{
799
- "type":"structure",
800
- "members":{
801
- "Marker":{"shape":"Marker"},
802
- "PageSize":{"shape":"PageSize"}
803
- }
804
- },
805
- "DescribeAccountLimitsOutput":{
806
- "type":"structure",
807
- "members":{
808
- "Limits":{"shape":"Limits"},
809
- "NextMarker":{"shape":"Marker"}
810
- }
811
- },
812
- "DescribeListenersInput":{
813
- "type":"structure",
814
- "members":{
815
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
816
- "ListenerArns":{"shape":"ListenerArns"},
817
- "Marker":{"shape":"Marker"},
818
- "PageSize":{"shape":"PageSize"}
819
- }
820
- },
821
- "DescribeListenersOutput":{
822
- "type":"structure",
823
- "members":{
824
- "Listeners":{"shape":"Listeners"},
825
- "NextMarker":{"shape":"Marker"}
826
- }
827
- },
828
- "DescribeLoadBalancerAttributesInput":{
829
- "type":"structure",
830
- "required":["LoadBalancerArn"],
831
- "members":{
832
- "LoadBalancerArn":{"shape":"LoadBalancerArn"}
833
- }
834
- },
835
- "DescribeLoadBalancerAttributesOutput":{
836
- "type":"structure",
837
- "members":{
838
- "Attributes":{"shape":"LoadBalancerAttributes"}
839
- }
840
- },
841
- "DescribeLoadBalancersInput":{
842
- "type":"structure",
843
- "members":{
844
- "LoadBalancerArns":{"shape":"LoadBalancerArns"},
845
- "Names":{"shape":"LoadBalancerNames"},
846
- "Marker":{"shape":"Marker"},
847
- "PageSize":{"shape":"PageSize"}
848
- }
849
- },
850
- "DescribeLoadBalancersOutput":{
851
- "type":"structure",
852
- "members":{
853
- "LoadBalancers":{"shape":"LoadBalancers"},
854
- "NextMarker":{"shape":"Marker"}
855
- }
856
- },
857
- "DescribeRulesInput":{
858
- "type":"structure",
859
- "members":{
860
- "ListenerArn":{"shape":"ListenerArn"},
861
- "RuleArns":{"shape":"RuleArns"},
862
- "Marker":{"shape":"Marker"},
863
- "PageSize":{"shape":"PageSize"}
864
- }
865
- },
866
- "DescribeRulesOutput":{
867
- "type":"structure",
868
- "members":{
869
- "Rules":{"shape":"Rules"},
870
- "NextMarker":{"shape":"Marker"}
871
- }
872
- },
873
- "DescribeSSLPoliciesInput":{
874
- "type":"structure",
875
- "members":{
876
- "Names":{"shape":"SslPolicyNames"},
877
- "Marker":{"shape":"Marker"},
878
- "PageSize":{"shape":"PageSize"}
879
- }
880
- },
881
- "DescribeSSLPoliciesOutput":{
882
- "type":"structure",
883
- "members":{
884
- "SslPolicies":{"shape":"SslPolicies"},
885
- "NextMarker":{"shape":"Marker"}
886
- }
887
- },
888
- "DescribeTagsInput":{
889
- "type":"structure",
890
- "required":["ResourceArns"],
891
- "members":{
892
- "ResourceArns":{"shape":"ResourceArns"}
893
- }
894
- },
895
- "DescribeTagsOutput":{
896
- "type":"structure",
897
- "members":{
898
- "TagDescriptions":{"shape":"TagDescriptions"}
899
- }
900
- },
901
- "DescribeTargetGroupAttributesInput":{
902
- "type":"structure",
903
- "required":["TargetGroupArn"],
904
- "members":{
905
- "TargetGroupArn":{"shape":"TargetGroupArn"}
906
- }
907
- },
908
- "DescribeTargetGroupAttributesOutput":{
909
- "type":"structure",
910
- "members":{
911
- "Attributes":{"shape":"TargetGroupAttributes"}
912
- }
913
- },
914
- "DescribeTargetGroupsInput":{
915
- "type":"structure",
916
- "members":{
917
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
918
- "TargetGroupArns":{"shape":"TargetGroupArns"},
919
- "Names":{"shape":"TargetGroupNames"},
920
- "Marker":{"shape":"Marker"},
921
- "PageSize":{"shape":"PageSize"}
922
- }
923
- },
924
- "DescribeTargetGroupsOutput":{
925
- "type":"structure",
926
- "members":{
927
- "TargetGroups":{"shape":"TargetGroups"},
928
- "NextMarker":{"shape":"Marker"}
929
- }
930
- },
931
- "DescribeTargetHealthInput":{
932
- "type":"structure",
933
- "required":["TargetGroupArn"],
934
- "members":{
935
- "TargetGroupArn":{"shape":"TargetGroupArn"},
936
- "Targets":{"shape":"TargetDescriptions"}
937
- }
938
- },
939
- "DescribeTargetHealthOutput":{
940
- "type":"structure",
941
- "members":{
942
- "TargetHealthDescriptions":{"shape":"TargetHealthDescriptions"}
943
- }
944
- },
945
- "Description":{"type":"string"},
946
- "DuplicateListenerException":{
947
- "type":"structure",
948
- "members":{
949
- },
950
- "error":{
951
- "code":"DuplicateListener",
952
- "httpStatusCode":400,
953
- "senderFault":true
954
- },
955
- "exception":true
956
- },
957
- "DuplicateLoadBalancerNameException":{
958
- "type":"structure",
959
- "members":{
960
- },
961
- "error":{
962
- "code":"DuplicateLoadBalancerName",
963
- "httpStatusCode":400,
964
- "senderFault":true
965
- },
966
- "exception":true
967
- },
968
- "DuplicateTagKeysException":{
969
- "type":"structure",
970
- "members":{
971
- },
972
- "error":{
973
- "code":"DuplicateTagKeys",
974
- "httpStatusCode":400,
975
- "senderFault":true
976
- },
977
- "exception":true
978
- },
979
- "DuplicateTargetGroupNameException":{
980
- "type":"structure",
981
- "members":{
982
- },
983
- "error":{
984
- "code":"DuplicateTargetGroupName",
985
- "httpStatusCode":400,
986
- "senderFault":true
987
- },
988
- "exception":true
989
- },
990
- "HealthCheckIntervalSeconds":{
991
- "type":"integer",
992
- "max":300,
993
- "min":5
994
- },
995
- "HealthCheckPort":{"type":"string"},
996
- "HealthCheckThresholdCount":{
997
- "type":"integer",
998
- "max":10,
999
- "min":2
1000
- },
1001
- "HealthCheckTimeoutSeconds":{
1002
- "type":"integer",
1003
- "max":60,
1004
- "min":2
1005
- },
1006
- "HealthUnavailableException":{
1007
- "type":"structure",
1008
- "members":{
1009
- },
1010
- "error":{
1011
- "code":"HealthUnavailable",
1012
- "httpStatusCode":500
1013
- },
1014
- "exception":true
1015
- },
1016
- "HttpCode":{"type":"string"},
1017
- "IncompatibleProtocolsException":{
1018
- "type":"structure",
1019
- "members":{
1020
- },
1021
- "error":{
1022
- "code":"IncompatibleProtocols",
1023
- "httpStatusCode":400,
1024
- "senderFault":true
1025
- },
1026
- "exception":true
1027
- },
1028
- "InvalidConfigurationRequestException":{
1029
- "type":"structure",
1030
- "members":{
1031
- },
1032
- "error":{
1033
- "code":"InvalidConfigurationRequest",
1034
- "httpStatusCode":400,
1035
- "senderFault":true
1036
- },
1037
- "exception":true
1038
- },
1039
- "InvalidSchemeException":{
1040
- "type":"structure",
1041
- "members":{
1042
- },
1043
- "error":{
1044
- "code":"InvalidScheme",
1045
- "httpStatusCode":400,
1046
- "senderFault":true
1047
- },
1048
- "exception":true
1049
- },
1050
- "InvalidSecurityGroupException":{
1051
- "type":"structure",
1052
- "members":{
1053
- },
1054
- "error":{
1055
- "code":"InvalidSecurityGroup",
1056
- "httpStatusCode":400,
1057
- "senderFault":true
1058
- },
1059
- "exception":true
1060
- },
1061
- "InvalidSubnetException":{
1062
- "type":"structure",
1063
- "members":{
1064
- },
1065
- "error":{
1066
- "code":"InvalidSubnet",
1067
- "httpStatusCode":400,
1068
- "senderFault":true
1069
- },
1070
- "exception":true
1071
- },
1072
- "InvalidTargetException":{
1073
- "type":"structure",
1074
- "members":{
1075
- },
1076
- "error":{
1077
- "code":"InvalidTarget",
1078
- "httpStatusCode":400,
1079
- "senderFault":true
1080
- },
1081
- "exception":true
1082
- },
1083
- "IpAddressType":{
1084
- "type":"string",
1085
- "enum":[
1086
- "ipv4",
1087
- "dualstack"
1088
- ]
1089
- },
1090
- "IsDefault":{"type":"boolean"},
1091
- "Limit":{
1092
- "type":"structure",
1093
- "members":{
1094
- "Name":{"shape":"Name"},
1095
- "Max":{"shape":"Max"}
1096
- }
1097
- },
1098
- "Limits":{
1099
- "type":"list",
1100
- "member":{"shape":"Limit"}
1101
- },
1102
- "ListOfString":{
1103
- "type":"list",
1104
- "member":{"shape":"StringValue"}
1105
- },
1106
- "Listener":{
1107
- "type":"structure",
1108
- "members":{
1109
- "ListenerArn":{"shape":"ListenerArn"},
1110
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1111
- "Port":{"shape":"Port"},
1112
- "Protocol":{"shape":"ProtocolEnum"},
1113
- "Certificates":{"shape":"CertificateList"},
1114
- "SslPolicy":{"shape":"SslPolicyName"},
1115
- "DefaultActions":{"shape":"Actions"}
1116
- }
1117
- },
1118
- "ListenerArn":{"type":"string"},
1119
- "ListenerArns":{
1120
- "type":"list",
1121
- "member":{"shape":"ListenerArn"}
1122
- },
1123
- "ListenerNotFoundException":{
1124
- "type":"structure",
1125
- "members":{
1126
- },
1127
- "error":{
1128
- "code":"ListenerNotFound",
1129
- "httpStatusCode":400,
1130
- "senderFault":true
1131
- },
1132
- "exception":true
1133
- },
1134
- "Listeners":{
1135
- "type":"list",
1136
- "member":{"shape":"Listener"}
1137
- },
1138
- "LoadBalancer":{
1139
- "type":"structure",
1140
- "members":{
1141
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1142
- "DNSName":{"shape":"DNSName"},
1143
- "CanonicalHostedZoneId":{"shape":"CanonicalHostedZoneId"},
1144
- "CreatedTime":{"shape":"CreatedTime"},
1145
- "LoadBalancerName":{"shape":"LoadBalancerName"},
1146
- "Scheme":{"shape":"LoadBalancerSchemeEnum"},
1147
- "VpcId":{"shape":"VpcId"},
1148
- "State":{"shape":"LoadBalancerState"},
1149
- "Type":{"shape":"LoadBalancerTypeEnum"},
1150
- "AvailabilityZones":{"shape":"AvailabilityZones"},
1151
- "SecurityGroups":{"shape":"SecurityGroups"},
1152
- "IpAddressType":{"shape":"IpAddressType"}
1153
- }
1154
- },
1155
- "LoadBalancerArn":{"type":"string"},
1156
- "LoadBalancerArns":{
1157
- "type":"list",
1158
- "member":{"shape":"LoadBalancerArn"}
1159
- },
1160
- "LoadBalancerAttribute":{
1161
- "type":"structure",
1162
- "members":{
1163
- "Key":{"shape":"LoadBalancerAttributeKey"},
1164
- "Value":{"shape":"LoadBalancerAttributeValue"}
1165
- }
1166
- },
1167
- "LoadBalancerAttributeKey":{
1168
- "type":"string",
1169
- "max":256,
1170
- "pattern":"^[a-zA-Z0-9._]+$"
1171
- },
1172
- "LoadBalancerAttributeValue":{
1173
- "type":"string",
1174
- "max":1024
1175
- },
1176
- "LoadBalancerAttributes":{
1177
- "type":"list",
1178
- "member":{"shape":"LoadBalancerAttribute"},
1179
- "max":20
1180
- },
1181
- "LoadBalancerName":{"type":"string"},
1182
- "LoadBalancerNames":{
1183
- "type":"list",
1184
- "member":{"shape":"LoadBalancerName"}
1185
- },
1186
- "LoadBalancerNotFoundException":{
1187
- "type":"structure",
1188
- "members":{
1189
- },
1190
- "error":{
1191
- "code":"LoadBalancerNotFound",
1192
- "httpStatusCode":400,
1193
- "senderFault":true
1194
- },
1195
- "exception":true
1196
- },
1197
- "LoadBalancerSchemeEnum":{
1198
- "type":"string",
1199
- "enum":[
1200
- "internet-facing",
1201
- "internal"
1202
- ]
1203
- },
1204
- "LoadBalancerState":{
1205
- "type":"structure",
1206
- "members":{
1207
- "Code":{"shape":"LoadBalancerStateEnum"},
1208
- "Reason":{"shape":"StateReason"}
1209
- }
1210
- },
1211
- "LoadBalancerStateEnum":{
1212
- "type":"string",
1213
- "enum":[
1214
- "active",
1215
- "provisioning",
1216
- "failed"
1217
- ]
1218
- },
1219
- "LoadBalancerTypeEnum":{
1220
- "type":"string",
1221
- "enum":["application"]
1222
- },
1223
- "LoadBalancers":{
1224
- "type":"list",
1225
- "member":{"shape":"LoadBalancer"}
1226
- },
1227
- "Marker":{"type":"string"},
1228
- "Matcher":{
1229
- "type":"structure",
1230
- "required":["HttpCode"],
1231
- "members":{
1232
- "HttpCode":{"shape":"HttpCode"}
1233
- }
1234
- },
1235
- "Max":{"type":"string"},
1236
- "ModifyListenerInput":{
1237
- "type":"structure",
1238
- "required":["ListenerArn"],
1239
- "members":{
1240
- "ListenerArn":{"shape":"ListenerArn"},
1241
- "Port":{"shape":"Port"},
1242
- "Protocol":{"shape":"ProtocolEnum"},
1243
- "SslPolicy":{"shape":"SslPolicyName"},
1244
- "Certificates":{"shape":"CertificateList"},
1245
- "DefaultActions":{"shape":"Actions"}
1246
- }
1247
- },
1248
- "ModifyListenerOutput":{
1249
- "type":"structure",
1250
- "members":{
1251
- "Listeners":{"shape":"Listeners"}
1252
- }
1253
- },
1254
- "ModifyLoadBalancerAttributesInput":{
1255
- "type":"structure",
1256
- "required":[
1257
- "LoadBalancerArn",
1258
- "Attributes"
1259
- ],
1260
- "members":{
1261
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1262
- "Attributes":{"shape":"LoadBalancerAttributes"}
1263
- }
1264
- },
1265
- "ModifyLoadBalancerAttributesOutput":{
1266
- "type":"structure",
1267
- "members":{
1268
- "Attributes":{"shape":"LoadBalancerAttributes"}
1269
- }
1270
- },
1271
- "ModifyRuleInput":{
1272
- "type":"structure",
1273
- "required":["RuleArn"],
1274
- "members":{
1275
- "RuleArn":{"shape":"RuleArn"},
1276
- "Conditions":{"shape":"RuleConditionList"},
1277
- "Actions":{"shape":"Actions"}
1278
- }
1279
- },
1280
- "ModifyRuleOutput":{
1281
- "type":"structure",
1282
- "members":{
1283
- "Rules":{"shape":"Rules"}
1284
- }
1285
- },
1286
- "ModifyTargetGroupAttributesInput":{
1287
- "type":"structure",
1288
- "required":[
1289
- "TargetGroupArn",
1290
- "Attributes"
1291
- ],
1292
- "members":{
1293
- "TargetGroupArn":{"shape":"TargetGroupArn"},
1294
- "Attributes":{"shape":"TargetGroupAttributes"}
1295
- }
1296
- },
1297
- "ModifyTargetGroupAttributesOutput":{
1298
- "type":"structure",
1299
- "members":{
1300
- "Attributes":{"shape":"TargetGroupAttributes"}
1301
- }
1302
- },
1303
- "ModifyTargetGroupInput":{
1304
- "type":"structure",
1305
- "required":["TargetGroupArn"],
1306
- "members":{
1307
- "TargetGroupArn":{"shape":"TargetGroupArn"},
1308
- "HealthCheckProtocol":{"shape":"ProtocolEnum"},
1309
- "HealthCheckPort":{"shape":"HealthCheckPort"},
1310
- "HealthCheckPath":{"shape":"Path"},
1311
- "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
1312
- "HealthCheckTimeoutSeconds":{"shape":"HealthCheckTimeoutSeconds"},
1313
- "HealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
1314
- "UnhealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
1315
- "Matcher":{"shape":"Matcher"}
1316
- }
1317
- },
1318
- "ModifyTargetGroupOutput":{
1319
- "type":"structure",
1320
- "members":{
1321
- "TargetGroups":{"shape":"TargetGroups"}
1322
- }
1323
- },
1324
- "Name":{"type":"string"},
1325
- "OperationNotPermittedException":{
1326
- "type":"structure",
1327
- "members":{
1328
- },
1329
- "error":{
1330
- "code":"OperationNotPermitted",
1331
- "httpStatusCode":400,
1332
- "senderFault":true
1333
- },
1334
- "exception":true
1335
- },
1336
- "PageSize":{
1337
- "type":"integer",
1338
- "max":400,
1339
- "min":1
1340
- },
1341
- "Path":{
1342
- "type":"string",
1343
- "max":1024,
1344
- "min":1
1345
- },
1346
- "Port":{
1347
- "type":"integer",
1348
- "max":65535,
1349
- "min":1
1350
- },
1351
- "PriorityInUseException":{
1352
- "type":"structure",
1353
- "members":{
1354
- },
1355
- "error":{
1356
- "code":"PriorityInUse",
1357
- "httpStatusCode":400,
1358
- "senderFault":true
1359
- },
1360
- "exception":true
1361
- },
1362
- "ProtocolEnum":{
1363
- "type":"string",
1364
- "enum":[
1365
- "HTTP",
1366
- "HTTPS"
1367
- ]
1368
- },
1369
- "RegisterTargetsInput":{
1370
- "type":"structure",
1371
- "required":[
1372
- "TargetGroupArn",
1373
- "Targets"
1374
- ],
1375
- "members":{
1376
- "TargetGroupArn":{"shape":"TargetGroupArn"},
1377
- "Targets":{"shape":"TargetDescriptions"}
1378
- }
1379
- },
1380
- "RegisterTargetsOutput":{
1381
- "type":"structure",
1382
- "members":{
1383
- }
1384
- },
1385
- "RemoveTagsInput":{
1386
- "type":"structure",
1387
- "required":[
1388
- "ResourceArns",
1389
- "TagKeys"
1390
- ],
1391
- "members":{
1392
- "ResourceArns":{"shape":"ResourceArns"},
1393
- "TagKeys":{"shape":"TagKeys"}
1394
- }
1395
- },
1396
- "RemoveTagsOutput":{
1397
- "type":"structure",
1398
- "members":{
1399
- }
1400
- },
1401
- "ResourceArn":{"type":"string"},
1402
- "ResourceArns":{
1403
- "type":"list",
1404
- "member":{"shape":"ResourceArn"}
1405
- },
1406
- "ResourceInUseException":{
1407
- "type":"structure",
1408
- "members":{
1409
- },
1410
- "error":{
1411
- "code":"ResourceInUse",
1412
- "httpStatusCode":400,
1413
- "senderFault":true
1414
- },
1415
- "exception":true
1416
- },
1417
- "Rule":{
1418
- "type":"structure",
1419
- "members":{
1420
- "RuleArn":{"shape":"RuleArn"},
1421
- "Priority":{"shape":"String"},
1422
- "Conditions":{"shape":"RuleConditionList"},
1423
- "Actions":{"shape":"Actions"},
1424
- "IsDefault":{"shape":"IsDefault"}
1425
- }
1426
- },
1427
- "RuleArn":{"type":"string"},
1428
- "RuleArns":{
1429
- "type":"list",
1430
- "member":{"shape":"RuleArn"}
1431
- },
1432
- "RuleCondition":{
1433
- "type":"structure",
1434
- "members":{
1435
- "Field":{"shape":"ConditionFieldName"},
1436
- "Values":{"shape":"ListOfString"}
1437
- }
1438
- },
1439
- "RuleConditionList":{
1440
- "type":"list",
1441
- "member":{"shape":"RuleCondition"}
1442
- },
1443
- "RuleNotFoundException":{
1444
- "type":"structure",
1445
- "members":{
1446
- },
1447
- "error":{
1448
- "code":"RuleNotFound",
1449
- "httpStatusCode":400,
1450
- "senderFault":true
1451
- },
1452
- "exception":true
1453
- },
1454
- "RulePriority":{
1455
- "type":"integer",
1456
- "max":99999,
1457
- "min":1
1458
- },
1459
- "RulePriorityList":{
1460
- "type":"list",
1461
- "member":{"shape":"RulePriorityPair"}
1462
- },
1463
- "RulePriorityPair":{
1464
- "type":"structure",
1465
- "members":{
1466
- "RuleArn":{"shape":"RuleArn"},
1467
- "Priority":{"shape":"RulePriority"}
1468
- }
1469
- },
1470
- "Rules":{
1471
- "type":"list",
1472
- "member":{"shape":"Rule"}
1473
- },
1474
- "SSLPolicyNotFoundException":{
1475
- "type":"structure",
1476
- "members":{
1477
- },
1478
- "error":{
1479
- "code":"SSLPolicyNotFound",
1480
- "httpStatusCode":400,
1481
- "senderFault":true
1482
- },
1483
- "exception":true
1484
- },
1485
- "SecurityGroupId":{"type":"string"},
1486
- "SecurityGroups":{
1487
- "type":"list",
1488
- "member":{"shape":"SecurityGroupId"}
1489
- },
1490
- "SetIpAddressTypeInput":{
1491
- "type":"structure",
1492
- "required":[
1493
- "LoadBalancerArn",
1494
- "IpAddressType"
1495
- ],
1496
- "members":{
1497
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1498
- "IpAddressType":{"shape":"IpAddressType"}
1499
- }
1500
- },
1501
- "SetIpAddressTypeOutput":{
1502
- "type":"structure",
1503
- "members":{
1504
- "IpAddressType":{"shape":"IpAddressType"}
1505
- }
1506
- },
1507
- "SetRulePrioritiesInput":{
1508
- "type":"structure",
1509
- "required":["RulePriorities"],
1510
- "members":{
1511
- "RulePriorities":{"shape":"RulePriorityList"}
1512
- }
1513
- },
1514
- "SetRulePrioritiesOutput":{
1515
- "type":"structure",
1516
- "members":{
1517
- "Rules":{"shape":"Rules"}
1518
- }
1519
- },
1520
- "SetSecurityGroupsInput":{
1521
- "type":"structure",
1522
- "required":[
1523
- "LoadBalancerArn",
1524
- "SecurityGroups"
1525
- ],
1526
- "members":{
1527
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1528
- "SecurityGroups":{"shape":"SecurityGroups"}
1529
- }
1530
- },
1531
- "SetSecurityGroupsOutput":{
1532
- "type":"structure",
1533
- "members":{
1534
- "SecurityGroupIds":{"shape":"SecurityGroups"}
1535
- }
1536
- },
1537
- "SetSubnetsInput":{
1538
- "type":"structure",
1539
- "required":[
1540
- "LoadBalancerArn",
1541
- "Subnets"
1542
- ],
1543
- "members":{
1544
- "LoadBalancerArn":{"shape":"LoadBalancerArn"},
1545
- "Subnets":{"shape":"Subnets"}
1546
- }
1547
- },
1548
- "SetSubnetsOutput":{
1549
- "type":"structure",
1550
- "members":{
1551
- "AvailabilityZones":{"shape":"AvailabilityZones"}
1552
- }
1553
- },
1554
- "SslPolicies":{
1555
- "type":"list",
1556
- "member":{"shape":"SslPolicy"}
1557
- },
1558
- "SslPolicy":{
1559
- "type":"structure",
1560
- "members":{
1561
- "SslProtocols":{"shape":"SslProtocols"},
1562
- "Ciphers":{"shape":"Ciphers"},
1563
- "Name":{"shape":"SslPolicyName"}
1564
- }
1565
- },
1566
- "SslPolicyName":{"type":"string"},
1567
- "SslPolicyNames":{
1568
- "type":"list",
1569
- "member":{"shape":"SslPolicyName"}
1570
- },
1571
- "SslProtocol":{"type":"string"},
1572
- "SslProtocols":{
1573
- "type":"list",
1574
- "member":{"shape":"SslProtocol"}
1575
- },
1576
- "StateReason":{"type":"string"},
1577
- "String":{"type":"string"},
1578
- "StringValue":{"type":"string"},
1579
- "SubnetId":{"type":"string"},
1580
- "SubnetNotFoundException":{
1581
- "type":"structure",
1582
- "members":{
1583
- },
1584
- "error":{
1585
- "code":"SubnetNotFound",
1586
- "httpStatusCode":400,
1587
- "senderFault":true
1588
- },
1589
- "exception":true
1590
- },
1591
- "Subnets":{
1592
- "type":"list",
1593
- "member":{"shape":"SubnetId"}
1594
- },
1595
- "Tag":{
1596
- "type":"structure",
1597
- "required":["Key"],
1598
- "members":{
1599
- "Key":{"shape":"TagKey"},
1600
- "Value":{"shape":"TagValue"}
1601
- }
1602
- },
1603
- "TagDescription":{
1604
- "type":"structure",
1605
- "members":{
1606
- "ResourceArn":{"shape":"ResourceArn"},
1607
- "Tags":{"shape":"TagList"}
1608
- }
1609
- },
1610
- "TagDescriptions":{
1611
- "type":"list",
1612
- "member":{"shape":"TagDescription"}
1613
- },
1614
- "TagKey":{
1615
- "type":"string",
1616
- "max":128,
1617
- "min":1,
1618
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1619
- },
1620
- "TagKeys":{
1621
- "type":"list",
1622
- "member":{"shape":"TagKey"}
1623
- },
1624
- "TagList":{
1625
- "type":"list",
1626
- "member":{"shape":"Tag"},
1627
- "min":1
1628
- },
1629
- "TagValue":{
1630
- "type":"string",
1631
- "max":256,
1632
- "min":0,
1633
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1634
- },
1635
- "TargetDescription":{
1636
- "type":"structure",
1637
- "required":["Id"],
1638
- "members":{
1639
- "Id":{"shape":"TargetId"},
1640
- "Port":{"shape":"Port"}
1641
- }
1642
- },
1643
- "TargetDescriptions":{
1644
- "type":"list",
1645
- "member":{"shape":"TargetDescription"}
1646
- },
1647
- "TargetGroup":{
1648
- "type":"structure",
1649
- "members":{
1650
- "TargetGroupArn":{"shape":"TargetGroupArn"},
1651
- "TargetGroupName":{"shape":"TargetGroupName"},
1652
- "Protocol":{"shape":"ProtocolEnum"},
1653
- "Port":{"shape":"Port"},
1654
- "VpcId":{"shape":"VpcId"},
1655
- "HealthCheckProtocol":{"shape":"ProtocolEnum"},
1656
- "HealthCheckPort":{"shape":"HealthCheckPort"},
1657
- "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
1658
- "HealthCheckTimeoutSeconds":{"shape":"HealthCheckTimeoutSeconds"},
1659
- "HealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
1660
- "UnhealthyThresholdCount":{"shape":"HealthCheckThresholdCount"},
1661
- "HealthCheckPath":{"shape":"Path"},
1662
- "Matcher":{"shape":"Matcher"},
1663
- "LoadBalancerArns":{"shape":"LoadBalancerArns"}
1664
- }
1665
- },
1666
- "TargetGroupArn":{"type":"string"},
1667
- "TargetGroupArns":{
1668
- "type":"list",
1669
- "member":{"shape":"TargetGroupArn"}
1670
- },
1671
- "TargetGroupAssociationLimitException":{
1672
- "type":"structure",
1673
- "members":{
1674
- },
1675
- "error":{
1676
- "code":"TargetGroupAssociationLimit",
1677
- "httpStatusCode":400,
1678
- "senderFault":true
1679
- },
1680
- "exception":true
1681
- },
1682
- "TargetGroupAttribute":{
1683
- "type":"structure",
1684
- "members":{
1685
- "Key":{"shape":"TargetGroupAttributeKey"},
1686
- "Value":{"shape":"TargetGroupAttributeValue"}
1687
- }
1688
- },
1689
- "TargetGroupAttributeKey":{
1690
- "type":"string",
1691
- "max":256,
1692
- "pattern":"^[a-zA-Z0-9._]+$"
1693
- },
1694
- "TargetGroupAttributeValue":{"type":"string"},
1695
- "TargetGroupAttributes":{
1696
- "type":"list",
1697
- "member":{"shape":"TargetGroupAttribute"}
1698
- },
1699
- "TargetGroupName":{"type":"string"},
1700
- "TargetGroupNames":{
1701
- "type":"list",
1702
- "member":{"shape":"TargetGroupName"}
1703
- },
1704
- "TargetGroupNotFoundException":{
1705
- "type":"structure",
1706
- "members":{
1707
- },
1708
- "error":{
1709
- "code":"TargetGroupNotFound",
1710
- "httpStatusCode":400,
1711
- "senderFault":true
1712
- },
1713
- "exception":true
1714
- },
1715
- "TargetGroups":{
1716
- "type":"list",
1717
- "member":{"shape":"TargetGroup"}
1718
- },
1719
- "TargetHealth":{
1720
- "type":"structure",
1721
- "members":{
1722
- "State":{"shape":"TargetHealthStateEnum"},
1723
- "Reason":{"shape":"TargetHealthReasonEnum"},
1724
- "Description":{"shape":"Description"}
1725
- }
1726
- },
1727
- "TargetHealthDescription":{
1728
- "type":"structure",
1729
- "members":{
1730
- "Target":{"shape":"TargetDescription"},
1731
- "HealthCheckPort":{"shape":"HealthCheckPort"},
1732
- "TargetHealth":{"shape":"TargetHealth"}
1733
- }
1734
- },
1735
- "TargetHealthDescriptions":{
1736
- "type":"list",
1737
- "member":{"shape":"TargetHealthDescription"}
1738
- },
1739
- "TargetHealthReasonEnum":{
1740
- "type":"string",
1741
- "enum":[
1742
- "Elb.RegistrationInProgress",
1743
- "Elb.InitialHealthChecking",
1744
- "Target.ResponseCodeMismatch",
1745
- "Target.Timeout",
1746
- "Target.FailedHealthChecks",
1747
- "Target.NotRegistered",
1748
- "Target.NotInUse",
1749
- "Target.DeregistrationInProgress",
1750
- "Target.InvalidState",
1751
- "Elb.InternalError"
1752
- ]
1753
- },
1754
- "TargetHealthStateEnum":{
1755
- "type":"string",
1756
- "enum":[
1757
- "initial",
1758
- "healthy",
1759
- "unhealthy",
1760
- "unused",
1761
- "draining"
1762
- ]
1763
- },
1764
- "TargetId":{"type":"string"},
1765
- "TooManyCertificatesException":{
1766
- "type":"structure",
1767
- "members":{
1768
- },
1769
- "error":{
1770
- "code":"TooManyCertificates",
1771
- "httpStatusCode":400,
1772
- "senderFault":true
1773
- },
1774
- "exception":true
1775
- },
1776
- "TooManyListenersException":{
1777
- "type":"structure",
1778
- "members":{
1779
- },
1780
- "error":{
1781
- "code":"TooManyListeners",
1782
- "httpStatusCode":400,
1783
- "senderFault":true
1784
- },
1785
- "exception":true
1786
- },
1787
- "TooManyLoadBalancersException":{
1788
- "type":"structure",
1789
- "members":{
1790
- },
1791
- "error":{
1792
- "code":"TooManyLoadBalancers",
1793
- "httpStatusCode":400,
1794
- "senderFault":true
1795
- },
1796
- "exception":true
1797
- },
1798
- "TooManyRegistrationsForTargetIdException":{
1799
- "type":"structure",
1800
- "members":{
1801
- },
1802
- "error":{
1803
- "code":"TooManyRegistrationsForTargetId",
1804
- "httpStatusCode":400,
1805
- "senderFault":true
1806
- },
1807
- "exception":true
1808
- },
1809
- "TooManyRulesException":{
1810
- "type":"structure",
1811
- "members":{
1812
- },
1813
- "error":{
1814
- "code":"TooManyRules",
1815
- "httpStatusCode":400,
1816
- "senderFault":true
1817
- },
1818
- "exception":true
1819
- },
1820
- "TooManyTagsException":{
1821
- "type":"structure",
1822
- "members":{
1823
- },
1824
- "error":{
1825
- "code":"TooManyTags",
1826
- "httpStatusCode":400,
1827
- "senderFault":true
1828
- },
1829
- "exception":true
1830
- },
1831
- "TooManyTargetGroupsException":{
1832
- "type":"structure",
1833
- "members":{
1834
- },
1835
- "error":{
1836
- "code":"TooManyTargetGroups",
1837
- "httpStatusCode":400,
1838
- "senderFault":true
1839
- },
1840
- "exception":true
1841
- },
1842
- "TooManyTargetsException":{
1843
- "type":"structure",
1844
- "members":{
1845
- },
1846
- "error":{
1847
- "code":"TooManyTargets",
1848
- "httpStatusCode":400,
1849
- "senderFault":true
1850
- },
1851
- "exception":true
1852
- },
1853
- "UnsupportedProtocolException":{
1854
- "type":"structure",
1855
- "members":{
1856
- },
1857
- "error":{
1858
- "code":"UnsupportedProtocol",
1859
- "httpStatusCode":400,
1860
- "senderFault":true
1861
- },
1862
- "exception":true
1863
- },
1864
- "VpcId":{"type":"string"},
1865
- "ZoneName":{"type":"string"}
1866
- }
1867
- }