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,4733 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-07-09",
5
- "endpointPrefix":"apigateway",
6
- "protocol":"rest-json",
7
- "serviceFullName":"Amazon API Gateway",
8
- "signatureVersion":"v4",
9
- "uid":"apigateway-2015-07-09"
10
- },
11
- "operations":{
12
- "CreateApiKey":{
13
- "name":"CreateApiKey",
14
- "http":{
15
- "method":"POST",
16
- "requestUri":"/apikeys",
17
- "responseCode":201
18
- },
19
- "input":{"shape":"CreateApiKeyRequest"},
20
- "output":{"shape":"ApiKey"},
21
- "errors":[
22
- {"shape":"UnauthorizedException"},
23
- {"shape":"NotFoundException"},
24
- {"shape":"TooManyRequestsException"},
25
- {"shape":"LimitExceededException"},
26
- {"shape":"BadRequestException"},
27
- {"shape":"ConflictException"}
28
- ]
29
- },
30
- "CreateAuthorizer":{
31
- "name":"CreateAuthorizer",
32
- "http":{
33
- "method":"POST",
34
- "requestUri":"/restapis/{restapi_id}/authorizers",
35
- "responseCode":201
36
- },
37
- "input":{"shape":"CreateAuthorizerRequest"},
38
- "output":{"shape":"Authorizer"},
39
- "errors":[
40
- {"shape":"BadRequestException"},
41
- {"shape":"UnauthorizedException"},
42
- {"shape":"NotFoundException"},
43
- {"shape":"LimitExceededException"},
44
- {"shape":"TooManyRequestsException"}
45
- ]
46
- },
47
- "CreateBasePathMapping":{
48
- "name":"CreateBasePathMapping",
49
- "http":{
50
- "method":"POST",
51
- "requestUri":"/domainnames/{domain_name}/basepathmappings",
52
- "responseCode":201
53
- },
54
- "input":{"shape":"CreateBasePathMappingRequest"},
55
- "output":{"shape":"BasePathMapping"},
56
- "errors":[
57
- {"shape":"UnauthorizedException"},
58
- {"shape":"ConflictException"},
59
- {"shape":"BadRequestException"},
60
- {"shape":"NotFoundException"},
61
- {"shape":"TooManyRequestsException"}
62
- ]
63
- },
64
- "CreateDeployment":{
65
- "name":"CreateDeployment",
66
- "http":{
67
- "method":"POST",
68
- "requestUri":"/restapis/{restapi_id}/deployments",
69
- "responseCode":201
70
- },
71
- "input":{"shape":"CreateDeploymentRequest"},
72
- "output":{"shape":"Deployment"},
73
- "errors":[
74
- {"shape":"UnauthorizedException"},
75
- {"shape":"BadRequestException"},
76
- {"shape":"NotFoundException"},
77
- {"shape":"ConflictException"},
78
- {"shape":"LimitExceededException"},
79
- {"shape":"TooManyRequestsException"},
80
- {"shape":"ServiceUnavailableException"}
81
- ]
82
- },
83
- "CreateDocumentationPart":{
84
- "name":"CreateDocumentationPart",
85
- "http":{
86
- "method":"POST",
87
- "requestUri":"/restapis/{restapi_id}/documentation/parts",
88
- "responseCode":201
89
- },
90
- "input":{"shape":"CreateDocumentationPartRequest"},
91
- "output":{"shape":"DocumentationPart"},
92
- "errors":[
93
- {"shape":"BadRequestException"},
94
- {"shape":"ConflictException"},
95
- {"shape":"UnauthorizedException"},
96
- {"shape":"NotFoundException"},
97
- {"shape":"LimitExceededException"},
98
- {"shape":"TooManyRequestsException"}
99
- ]
100
- },
101
- "CreateDocumentationVersion":{
102
- "name":"CreateDocumentationVersion",
103
- "http":{
104
- "method":"POST",
105
- "requestUri":"/restapis/{restapi_id}/documentation/versions",
106
- "responseCode":201
107
- },
108
- "input":{"shape":"CreateDocumentationVersionRequest"},
109
- "output":{"shape":"DocumentationVersion"},
110
- "errors":[
111
- {"shape":"BadRequestException"},
112
- {"shape":"ConflictException"},
113
- {"shape":"UnauthorizedException"},
114
- {"shape":"NotFoundException"},
115
- {"shape":"LimitExceededException"},
116
- {"shape":"TooManyRequestsException"}
117
- ]
118
- },
119
- "CreateDomainName":{
120
- "name":"CreateDomainName",
121
- "http":{
122
- "method":"POST",
123
- "requestUri":"/domainnames",
124
- "responseCode":201
125
- },
126
- "input":{"shape":"CreateDomainNameRequest"},
127
- "output":{"shape":"DomainName"},
128
- "errors":[
129
- {"shape":"UnauthorizedException"},
130
- {"shape":"BadRequestException"},
131
- {"shape":"ConflictException"},
132
- {"shape":"TooManyRequestsException"}
133
- ]
134
- },
135
- "CreateModel":{
136
- "name":"CreateModel",
137
- "http":{
138
- "method":"POST",
139
- "requestUri":"/restapis/{restapi_id}/models",
140
- "responseCode":201
141
- },
142
- "input":{"shape":"CreateModelRequest"},
143
- "output":{"shape":"Model"},
144
- "errors":[
145
- {"shape":"BadRequestException"},
146
- {"shape":"UnauthorizedException"},
147
- {"shape":"NotFoundException"},
148
- {"shape":"ConflictException"},
149
- {"shape":"LimitExceededException"},
150
- {"shape":"TooManyRequestsException"}
151
- ]
152
- },
153
- "CreateRequestValidator":{
154
- "name":"CreateRequestValidator",
155
- "http":{
156
- "method":"POST",
157
- "requestUri":"/restapis/{restapi_id}/requestvalidators",
158
- "responseCode":201
159
- },
160
- "input":{"shape":"CreateRequestValidatorRequest"},
161
- "output":{"shape":"RequestValidator"},
162
- "errors":[
163
- {"shape":"BadRequestException"},
164
- {"shape":"UnauthorizedException"},
165
- {"shape":"NotFoundException"},
166
- {"shape":"LimitExceededException"},
167
- {"shape":"TooManyRequestsException"}
168
- ]
169
- },
170
- "CreateResource":{
171
- "name":"CreateResource",
172
- "http":{
173
- "method":"POST",
174
- "requestUri":"/restapis/{restapi_id}/resources/{parent_id}",
175
- "responseCode":201
176
- },
177
- "input":{"shape":"CreateResourceRequest"},
178
- "output":{"shape":"Resource"},
179
- "errors":[
180
- {"shape":"UnauthorizedException"},
181
- {"shape":"NotFoundException"},
182
- {"shape":"ConflictException"},
183
- {"shape":"LimitExceededException"},
184
- {"shape":"BadRequestException"},
185
- {"shape":"TooManyRequestsException"}
186
- ]
187
- },
188
- "CreateRestApi":{
189
- "name":"CreateRestApi",
190
- "http":{
191
- "method":"POST",
192
- "requestUri":"/restapis",
193
- "responseCode":201
194
- },
195
- "input":{"shape":"CreateRestApiRequest"},
196
- "output":{"shape":"RestApi"},
197
- "errors":[
198
- {"shape":"UnauthorizedException"},
199
- {"shape":"LimitExceededException"},
200
- {"shape":"BadRequestException"},
201
- {"shape":"TooManyRequestsException"}
202
- ]
203
- },
204
- "CreateStage":{
205
- "name":"CreateStage",
206
- "http":{
207
- "method":"POST",
208
- "requestUri":"/restapis/{restapi_id}/stages",
209
- "responseCode":201
210
- },
211
- "input":{"shape":"CreateStageRequest"},
212
- "output":{"shape":"Stage"},
213
- "errors":[
214
- {"shape":"UnauthorizedException"},
215
- {"shape":"BadRequestException"},
216
- {"shape":"NotFoundException"},
217
- {"shape":"ConflictException"},
218
- {"shape":"LimitExceededException"},
219
- {"shape":"TooManyRequestsException"}
220
- ]
221
- },
222
- "CreateUsagePlan":{
223
- "name":"CreateUsagePlan",
224
- "http":{
225
- "method":"POST",
226
- "requestUri":"/usageplans",
227
- "responseCode":201
228
- },
229
- "input":{"shape":"CreateUsagePlanRequest"},
230
- "output":{"shape":"UsagePlan"},
231
- "errors":[
232
- {"shape":"BadRequestException"},
233
- {"shape":"UnauthorizedException"},
234
- {"shape":"TooManyRequestsException"},
235
- {"shape":"LimitExceededException"},
236
- {"shape":"ConflictException"},
237
- {"shape":"NotFoundException"}
238
- ]
239
- },
240
- "CreateUsagePlanKey":{
241
- "name":"CreateUsagePlanKey",
242
- "http":{
243
- "method":"POST",
244
- "requestUri":"/usageplans/{usageplanId}/keys",
245
- "responseCode":201
246
- },
247
- "input":{"shape":"CreateUsagePlanKeyRequest"},
248
- "output":{"shape":"UsagePlanKey"},
249
- "errors":[
250
- {"shape":"BadRequestException"},
251
- {"shape":"ConflictException"},
252
- {"shape":"UnauthorizedException"},
253
- {"shape":"NotFoundException"},
254
- {"shape":"TooManyRequestsException"}
255
- ]
256
- },
257
- "DeleteApiKey":{
258
- "name":"DeleteApiKey",
259
- "http":{
260
- "method":"DELETE",
261
- "requestUri":"/apikeys/{api_Key}",
262
- "responseCode":202
263
- },
264
- "input":{"shape":"DeleteApiKeyRequest"},
265
- "errors":[
266
- {"shape":"UnauthorizedException"},
267
- {"shape":"NotFoundException"},
268
- {"shape":"TooManyRequestsException"}
269
- ]
270
- },
271
- "DeleteAuthorizer":{
272
- "name":"DeleteAuthorizer",
273
- "http":{
274
- "method":"DELETE",
275
- "requestUri":"/restapis/{restapi_id}/authorizers/{authorizer_id}",
276
- "responseCode":202
277
- },
278
- "input":{"shape":"DeleteAuthorizerRequest"},
279
- "errors":[
280
- {"shape":"UnauthorizedException"},
281
- {"shape":"NotFoundException"},
282
- {"shape":"TooManyRequestsException"},
283
- {"shape":"BadRequestException"},
284
- {"shape":"ConflictException"}
285
- ]
286
- },
287
- "DeleteBasePathMapping":{
288
- "name":"DeleteBasePathMapping",
289
- "http":{
290
- "method":"DELETE",
291
- "requestUri":"/domainnames/{domain_name}/basepathmappings/{base_path}",
292
- "responseCode":202
293
- },
294
- "input":{"shape":"DeleteBasePathMappingRequest"},
295
- "errors":[
296
- {"shape":"UnauthorizedException"},
297
- {"shape":"NotFoundException"},
298
- {"shape":"TooManyRequestsException"}
299
- ]
300
- },
301
- "DeleteClientCertificate":{
302
- "name":"DeleteClientCertificate",
303
- "http":{
304
- "method":"DELETE",
305
- "requestUri":"/clientcertificates/{clientcertificate_id}",
306
- "responseCode":202
307
- },
308
- "input":{"shape":"DeleteClientCertificateRequest"},
309
- "errors":[
310
- {"shape":"UnauthorizedException"},
311
- {"shape":"TooManyRequestsException"},
312
- {"shape":"BadRequestException"},
313
- {"shape":"NotFoundException"}
314
- ]
315
- },
316
- "DeleteDeployment":{
317
- "name":"DeleteDeployment",
318
- "http":{
319
- "method":"DELETE",
320
- "requestUri":"/restapis/{restapi_id}/deployments/{deployment_id}",
321
- "responseCode":202
322
- },
323
- "input":{"shape":"DeleteDeploymentRequest"},
324
- "errors":[
325
- {"shape":"UnauthorizedException"},
326
- {"shape":"NotFoundException"},
327
- {"shape":"BadRequestException"},
328
- {"shape":"TooManyRequestsException"}
329
- ]
330
- },
331
- "DeleteDocumentationPart":{
332
- "name":"DeleteDocumentationPart",
333
- "http":{
334
- "method":"DELETE",
335
- "requestUri":"/restapis/{restapi_id}/documentation/parts/{part_id}",
336
- "responseCode":202
337
- },
338
- "input":{"shape":"DeleteDocumentationPartRequest"},
339
- "errors":[
340
- {"shape":"UnauthorizedException"},
341
- {"shape":"NotFoundException"},
342
- {"shape":"TooManyRequestsException"},
343
- {"shape":"ConflictException"},
344
- {"shape":"BadRequestException"}
345
- ]
346
- },
347
- "DeleteDocumentationVersion":{
348
- "name":"DeleteDocumentationVersion",
349
- "http":{
350
- "method":"DELETE",
351
- "requestUri":"/restapis/{restapi_id}/documentation/versions/{doc_version}",
352
- "responseCode":202
353
- },
354
- "input":{"shape":"DeleteDocumentationVersionRequest"},
355
- "errors":[
356
- {"shape":"UnauthorizedException"},
357
- {"shape":"NotFoundException"},
358
- {"shape":"BadRequestException"},
359
- {"shape":"ConflictException"},
360
- {"shape":"TooManyRequestsException"}
361
- ]
362
- },
363
- "DeleteDomainName":{
364
- "name":"DeleteDomainName",
365
- "http":{
366
- "method":"DELETE",
367
- "requestUri":"/domainnames/{domain_name}",
368
- "responseCode":202
369
- },
370
- "input":{"shape":"DeleteDomainNameRequest"},
371
- "errors":[
372
- {"shape":"UnauthorizedException"},
373
- {"shape":"NotFoundException"},
374
- {"shape":"TooManyRequestsException"}
375
- ]
376
- },
377
- "DeleteIntegration":{
378
- "name":"DeleteIntegration",
379
- "http":{
380
- "method":"DELETE",
381
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration",
382
- "responseCode":204
383
- },
384
- "input":{"shape":"DeleteIntegrationRequest"},
385
- "errors":[
386
- {"shape":"UnauthorizedException"},
387
- {"shape":"NotFoundException"},
388
- {"shape":"TooManyRequestsException"},
389
- {"shape":"ConflictException"}
390
- ]
391
- },
392
- "DeleteIntegrationResponse":{
393
- "name":"DeleteIntegrationResponse",
394
- "http":{
395
- "method":"DELETE",
396
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}",
397
- "responseCode":204
398
- },
399
- "input":{"shape":"DeleteIntegrationResponseRequest"},
400
- "errors":[
401
- {"shape":"UnauthorizedException"},
402
- {"shape":"NotFoundException"},
403
- {"shape":"TooManyRequestsException"},
404
- {"shape":"BadRequestException"},
405
- {"shape":"ConflictException"}
406
- ]
407
- },
408
- "DeleteMethod":{
409
- "name":"DeleteMethod",
410
- "http":{
411
- "method":"DELETE",
412
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}",
413
- "responseCode":204
414
- },
415
- "input":{"shape":"DeleteMethodRequest"},
416
- "errors":[
417
- {"shape":"UnauthorizedException"},
418
- {"shape":"NotFoundException"},
419
- {"shape":"TooManyRequestsException"},
420
- {"shape":"ConflictException"}
421
- ]
422
- },
423
- "DeleteMethodResponse":{
424
- "name":"DeleteMethodResponse",
425
- "http":{
426
- "method":"DELETE",
427
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}",
428
- "responseCode":204
429
- },
430
- "input":{"shape":"DeleteMethodResponseRequest"},
431
- "errors":[
432
- {"shape":"UnauthorizedException"},
433
- {"shape":"NotFoundException"},
434
- {"shape":"TooManyRequestsException"},
435
- {"shape":"BadRequestException"},
436
- {"shape":"ConflictException"}
437
- ]
438
- },
439
- "DeleteModel":{
440
- "name":"DeleteModel",
441
- "http":{
442
- "method":"DELETE",
443
- "requestUri":"/restapis/{restapi_id}/models/{model_name}",
444
- "responseCode":202
445
- },
446
- "input":{"shape":"DeleteModelRequest"},
447
- "errors":[
448
- {"shape":"UnauthorizedException"},
449
- {"shape":"NotFoundException"},
450
- {"shape":"TooManyRequestsException"},
451
- {"shape":"BadRequestException"},
452
- {"shape":"ConflictException"}
453
- ]
454
- },
455
- "DeleteRequestValidator":{
456
- "name":"DeleteRequestValidator",
457
- "http":{
458
- "method":"DELETE",
459
- "requestUri":"/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}",
460
- "responseCode":202
461
- },
462
- "input":{"shape":"DeleteRequestValidatorRequest"},
463
- "errors":[
464
- {"shape":"UnauthorizedException"},
465
- {"shape":"NotFoundException"},
466
- {"shape":"TooManyRequestsException"},
467
- {"shape":"BadRequestException"},
468
- {"shape":"ConflictException"}
469
- ]
470
- },
471
- "DeleteResource":{
472
- "name":"DeleteResource",
473
- "http":{
474
- "method":"DELETE",
475
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}",
476
- "responseCode":202
477
- },
478
- "input":{"shape":"DeleteResourceRequest"},
479
- "errors":[
480
- {"shape":"UnauthorizedException"},
481
- {"shape":"NotFoundException"},
482
- {"shape":"BadRequestException"},
483
- {"shape":"ConflictException"},
484
- {"shape":"TooManyRequestsException"}
485
- ]
486
- },
487
- "DeleteRestApi":{
488
- "name":"DeleteRestApi",
489
- "http":{
490
- "method":"DELETE",
491
- "requestUri":"/restapis/{restapi_id}",
492
- "responseCode":202
493
- },
494
- "input":{"shape":"DeleteRestApiRequest"},
495
- "errors":[
496
- {"shape":"UnauthorizedException"},
497
- {"shape":"NotFoundException"},
498
- {"shape":"TooManyRequestsException"},
499
- {"shape":"BadRequestException"}
500
- ]
501
- },
502
- "DeleteStage":{
503
- "name":"DeleteStage",
504
- "http":{
505
- "method":"DELETE",
506
- "requestUri":"/restapis/{restapi_id}/stages/{stage_name}",
507
- "responseCode":202
508
- },
509
- "input":{"shape":"DeleteStageRequest"},
510
- "errors":[
511
- {"shape":"UnauthorizedException"},
512
- {"shape":"NotFoundException"},
513
- {"shape":"TooManyRequestsException"},
514
- {"shape":"BadRequestException"}
515
- ]
516
- },
517
- "DeleteUsagePlan":{
518
- "name":"DeleteUsagePlan",
519
- "http":{
520
- "method":"DELETE",
521
- "requestUri":"/usageplans/{usageplanId}",
522
- "responseCode":202
523
- },
524
- "input":{"shape":"DeleteUsagePlanRequest"},
525
- "errors":[
526
- {"shape":"UnauthorizedException"},
527
- {"shape":"TooManyRequestsException"},
528
- {"shape":"BadRequestException"},
529
- {"shape":"NotFoundException"}
530
- ]
531
- },
532
- "DeleteUsagePlanKey":{
533
- "name":"DeleteUsagePlanKey",
534
- "http":{
535
- "method":"DELETE",
536
- "requestUri":"/usageplans/{usageplanId}/keys/{keyId}",
537
- "responseCode":202
538
- },
539
- "input":{"shape":"DeleteUsagePlanKeyRequest"},
540
- "errors":[
541
- {"shape":"BadRequestException"},
542
- {"shape":"ConflictException"},
543
- {"shape":"UnauthorizedException"},
544
- {"shape":"NotFoundException"},
545
- {"shape":"TooManyRequestsException"}
546
- ]
547
- },
548
- "FlushStageAuthorizersCache":{
549
- "name":"FlushStageAuthorizersCache",
550
- "http":{
551
- "method":"DELETE",
552
- "requestUri":"/restapis/{restapi_id}/stages/{stage_name}/cache/authorizers",
553
- "responseCode":202
554
- },
555
- "input":{"shape":"FlushStageAuthorizersCacheRequest"},
556
- "errors":[
557
- {"shape":"UnauthorizedException"},
558
- {"shape":"NotFoundException"},
559
- {"shape":"BadRequestException"},
560
- {"shape":"TooManyRequestsException"}
561
- ]
562
- },
563
- "FlushStageCache":{
564
- "name":"FlushStageCache",
565
- "http":{
566
- "method":"DELETE",
567
- "requestUri":"/restapis/{restapi_id}/stages/{stage_name}/cache/data",
568
- "responseCode":202
569
- },
570
- "input":{"shape":"FlushStageCacheRequest"},
571
- "errors":[
572
- {"shape":"UnauthorizedException"},
573
- {"shape":"NotFoundException"},
574
- {"shape":"BadRequestException"},
575
- {"shape":"TooManyRequestsException"}
576
- ]
577
- },
578
- "GenerateClientCertificate":{
579
- "name":"GenerateClientCertificate",
580
- "http":{
581
- "method":"POST",
582
- "requestUri":"/clientcertificates",
583
- "responseCode":201
584
- },
585
- "input":{"shape":"GenerateClientCertificateRequest"},
586
- "output":{"shape":"ClientCertificate"},
587
- "errors":[
588
- {"shape":"UnauthorizedException"},
589
- {"shape":"TooManyRequestsException"},
590
- {"shape":"LimitExceededException"}
591
- ]
592
- },
593
- "GetAccount":{
594
- "name":"GetAccount",
595
- "http":{
596
- "method":"GET",
597
- "requestUri":"/account"
598
- },
599
- "input":{"shape":"GetAccountRequest"},
600
- "output":{"shape":"Account"},
601
- "errors":[
602
- {"shape":"UnauthorizedException"},
603
- {"shape":"NotFoundException"},
604
- {"shape":"TooManyRequestsException"}
605
- ]
606
- },
607
- "GetApiKey":{
608
- "name":"GetApiKey",
609
- "http":{
610
- "method":"GET",
611
- "requestUri":"/apikeys/{api_Key}"
612
- },
613
- "input":{"shape":"GetApiKeyRequest"},
614
- "output":{"shape":"ApiKey"},
615
- "errors":[
616
- {"shape":"UnauthorizedException"},
617
- {"shape":"NotFoundException"},
618
- {"shape":"TooManyRequestsException"}
619
- ]
620
- },
621
- "GetApiKeys":{
622
- "name":"GetApiKeys",
623
- "http":{
624
- "method":"GET",
625
- "requestUri":"/apikeys"
626
- },
627
- "input":{"shape":"GetApiKeysRequest"},
628
- "output":{"shape":"ApiKeys"},
629
- "errors":[
630
- {"shape":"BadRequestException"},
631
- {"shape":"UnauthorizedException"},
632
- {"shape":"TooManyRequestsException"}
633
- ]
634
- },
635
- "GetAuthorizer":{
636
- "name":"GetAuthorizer",
637
- "http":{
638
- "method":"GET",
639
- "requestUri":"/restapis/{restapi_id}/authorizers/{authorizer_id}"
640
- },
641
- "input":{"shape":"GetAuthorizerRequest"},
642
- "output":{"shape":"Authorizer"},
643
- "errors":[
644
- {"shape":"UnauthorizedException"},
645
- {"shape":"NotFoundException"},
646
- {"shape":"TooManyRequestsException"}
647
- ]
648
- },
649
- "GetAuthorizers":{
650
- "name":"GetAuthorizers",
651
- "http":{
652
- "method":"GET",
653
- "requestUri":"/restapis/{restapi_id}/authorizers"
654
- },
655
- "input":{"shape":"GetAuthorizersRequest"},
656
- "output":{"shape":"Authorizers"},
657
- "errors":[
658
- {"shape":"BadRequestException"},
659
- {"shape":"UnauthorizedException"},
660
- {"shape":"NotFoundException"},
661
- {"shape":"TooManyRequestsException"}
662
- ]
663
- },
664
- "GetBasePathMapping":{
665
- "name":"GetBasePathMapping",
666
- "http":{
667
- "method":"GET",
668
- "requestUri":"/domainnames/{domain_name}/basepathmappings/{base_path}"
669
- },
670
- "input":{"shape":"GetBasePathMappingRequest"},
671
- "output":{"shape":"BasePathMapping"},
672
- "errors":[
673
- {"shape":"UnauthorizedException"},
674
- {"shape":"NotFoundException"},
675
- {"shape":"TooManyRequestsException"}
676
- ]
677
- },
678
- "GetBasePathMappings":{
679
- "name":"GetBasePathMappings",
680
- "http":{
681
- "method":"GET",
682
- "requestUri":"/domainnames/{domain_name}/basepathmappings"
683
- },
684
- "input":{"shape":"GetBasePathMappingsRequest"},
685
- "output":{"shape":"BasePathMappings"},
686
- "errors":[
687
- {"shape":"UnauthorizedException"},
688
- {"shape":"NotFoundException"},
689
- {"shape":"TooManyRequestsException"}
690
- ]
691
- },
692
- "GetClientCertificate":{
693
- "name":"GetClientCertificate",
694
- "http":{
695
- "method":"GET",
696
- "requestUri":"/clientcertificates/{clientcertificate_id}"
697
- },
698
- "input":{"shape":"GetClientCertificateRequest"},
699
- "output":{"shape":"ClientCertificate"},
700
- "errors":[
701
- {"shape":"UnauthorizedException"},
702
- {"shape":"NotFoundException"},
703
- {"shape":"TooManyRequestsException"}
704
- ]
705
- },
706
- "GetClientCertificates":{
707
- "name":"GetClientCertificates",
708
- "http":{
709
- "method":"GET",
710
- "requestUri":"/clientcertificates"
711
- },
712
- "input":{"shape":"GetClientCertificatesRequest"},
713
- "output":{"shape":"ClientCertificates"},
714
- "errors":[
715
- {"shape":"BadRequestException"},
716
- {"shape":"UnauthorizedException"},
717
- {"shape":"TooManyRequestsException"}
718
- ]
719
- },
720
- "GetDeployment":{
721
- "name":"GetDeployment",
722
- "http":{
723
- "method":"GET",
724
- "requestUri":"/restapis/{restapi_id}/deployments/{deployment_id}"
725
- },
726
- "input":{"shape":"GetDeploymentRequest"},
727
- "output":{"shape":"Deployment"},
728
- "errors":[
729
- {"shape":"UnauthorizedException"},
730
- {"shape":"NotFoundException"},
731
- {"shape":"TooManyRequestsException"},
732
- {"shape":"ServiceUnavailableException"}
733
- ]
734
- },
735
- "GetDeployments":{
736
- "name":"GetDeployments",
737
- "http":{
738
- "method":"GET",
739
- "requestUri":"/restapis/{restapi_id}/deployments"
740
- },
741
- "input":{"shape":"GetDeploymentsRequest"},
742
- "output":{"shape":"Deployments"},
743
- "errors":[
744
- {"shape":"BadRequestException"},
745
- {"shape":"UnauthorizedException"},
746
- {"shape":"TooManyRequestsException"},
747
- {"shape":"ServiceUnavailableException"}
748
- ]
749
- },
750
- "GetDocumentationPart":{
751
- "name":"GetDocumentationPart",
752
- "http":{
753
- "method":"GET",
754
- "requestUri":"/restapis/{restapi_id}/documentation/parts/{part_id}"
755
- },
756
- "input":{"shape":"GetDocumentationPartRequest"},
757
- "output":{"shape":"DocumentationPart"},
758
- "errors":[
759
- {"shape":"UnauthorizedException"},
760
- {"shape":"NotFoundException"},
761
- {"shape":"TooManyRequestsException"}
762
- ]
763
- },
764
- "GetDocumentationParts":{
765
- "name":"GetDocumentationParts",
766
- "http":{
767
- "method":"GET",
768
- "requestUri":"/restapis/{restapi_id}/documentation/parts"
769
- },
770
- "input":{"shape":"GetDocumentationPartsRequest"},
771
- "output":{"shape":"DocumentationParts"},
772
- "errors":[
773
- {"shape":"BadRequestException"},
774
- {"shape":"UnauthorizedException"},
775
- {"shape":"NotFoundException"},
776
- {"shape":"TooManyRequestsException"}
777
- ]
778
- },
779
- "GetDocumentationVersion":{
780
- "name":"GetDocumentationVersion",
781
- "http":{
782
- "method":"GET",
783
- "requestUri":"/restapis/{restapi_id}/documentation/versions/{doc_version}"
784
- },
785
- "input":{"shape":"GetDocumentationVersionRequest"},
786
- "output":{"shape":"DocumentationVersion"},
787
- "errors":[
788
- {"shape":"UnauthorizedException"},
789
- {"shape":"NotFoundException"},
790
- {"shape":"TooManyRequestsException"}
791
- ]
792
- },
793
- "GetDocumentationVersions":{
794
- "name":"GetDocumentationVersions",
795
- "http":{
796
- "method":"GET",
797
- "requestUri":"/restapis/{restapi_id}/documentation/versions"
798
- },
799
- "input":{"shape":"GetDocumentationVersionsRequest"},
800
- "output":{"shape":"DocumentationVersions"},
801
- "errors":[
802
- {"shape":"BadRequestException"},
803
- {"shape":"UnauthorizedException"},
804
- {"shape":"NotFoundException"},
805
- {"shape":"TooManyRequestsException"}
806
- ]
807
- },
808
- "GetDomainName":{
809
- "name":"GetDomainName",
810
- "http":{
811
- "method":"GET",
812
- "requestUri":"/domainnames/{domain_name}"
813
- },
814
- "input":{"shape":"GetDomainNameRequest"},
815
- "output":{"shape":"DomainName"},
816
- "errors":[
817
- {"shape":"UnauthorizedException"},
818
- {"shape":"NotFoundException"},
819
- {"shape":"ServiceUnavailableException"},
820
- {"shape":"TooManyRequestsException"}
821
- ]
822
- },
823
- "GetDomainNames":{
824
- "name":"GetDomainNames",
825
- "http":{
826
- "method":"GET",
827
- "requestUri":"/domainnames"
828
- },
829
- "input":{"shape":"GetDomainNamesRequest"},
830
- "output":{"shape":"DomainNames"},
831
- "errors":[
832
- {"shape":"BadRequestException"},
833
- {"shape":"UnauthorizedException"},
834
- {"shape":"TooManyRequestsException"}
835
- ]
836
- },
837
- "GetExport":{
838
- "name":"GetExport",
839
- "http":{
840
- "method":"GET",
841
- "requestUri":"/restapis/{restapi_id}/stages/{stage_name}/exports/{export_type}",
842
- "responseCode":200
843
- },
844
- "input":{"shape":"GetExportRequest"},
845
- "output":{"shape":"ExportResponse"},
846
- "errors":[
847
- {"shape":"UnauthorizedException"},
848
- {"shape":"NotFoundException"},
849
- {"shape":"BadRequestException"},
850
- {"shape":"TooManyRequestsException"}
851
- ]
852
- },
853
- "GetIntegration":{
854
- "name":"GetIntegration",
855
- "http":{
856
- "method":"GET",
857
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration"
858
- },
859
- "input":{"shape":"GetIntegrationRequest"},
860
- "output":{"shape":"Integration"},
861
- "errors":[
862
- {"shape":"UnauthorizedException"},
863
- {"shape":"NotFoundException"},
864
- {"shape":"TooManyRequestsException"}
865
- ]
866
- },
867
- "GetIntegrationResponse":{
868
- "name":"GetIntegrationResponse",
869
- "http":{
870
- "method":"GET",
871
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}"
872
- },
873
- "input":{"shape":"GetIntegrationResponseRequest"},
874
- "output":{"shape":"IntegrationResponse"},
875
- "errors":[
876
- {"shape":"UnauthorizedException"},
877
- {"shape":"NotFoundException"},
878
- {"shape":"TooManyRequestsException"}
879
- ]
880
- },
881
- "GetMethod":{
882
- "name":"GetMethod",
883
- "http":{
884
- "method":"GET",
885
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}"
886
- },
887
- "input":{"shape":"GetMethodRequest"},
888
- "output":{"shape":"Method"},
889
- "errors":[
890
- {"shape":"UnauthorizedException"},
891
- {"shape":"NotFoundException"},
892
- {"shape":"TooManyRequestsException"}
893
- ]
894
- },
895
- "GetMethodResponse":{
896
- "name":"GetMethodResponse",
897
- "http":{
898
- "method":"GET",
899
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}"
900
- },
901
- "input":{"shape":"GetMethodResponseRequest"},
902
- "output":{"shape":"MethodResponse"},
903
- "errors":[
904
- {"shape":"UnauthorizedException"},
905
- {"shape":"NotFoundException"},
906
- {"shape":"TooManyRequestsException"}
907
- ]
908
- },
909
- "GetModel":{
910
- "name":"GetModel",
911
- "http":{
912
- "method":"GET",
913
- "requestUri":"/restapis/{restapi_id}/models/{model_name}"
914
- },
915
- "input":{"shape":"GetModelRequest"},
916
- "output":{"shape":"Model"},
917
- "errors":[
918
- {"shape":"UnauthorizedException"},
919
- {"shape":"NotFoundException"},
920
- {"shape":"TooManyRequestsException"}
921
- ]
922
- },
923
- "GetModelTemplate":{
924
- "name":"GetModelTemplate",
925
- "http":{
926
- "method":"GET",
927
- "requestUri":"/restapis/{restapi_id}/models/{model_name}/default_template"
928
- },
929
- "input":{"shape":"GetModelTemplateRequest"},
930
- "output":{"shape":"Template"},
931
- "errors":[
932
- {"shape":"UnauthorizedException"},
933
- {"shape":"NotFoundException"},
934
- {"shape":"BadRequestException"},
935
- {"shape":"TooManyRequestsException"}
936
- ]
937
- },
938
- "GetModels":{
939
- "name":"GetModels",
940
- "http":{
941
- "method":"GET",
942
- "requestUri":"/restapis/{restapi_id}/models"
943
- },
944
- "input":{"shape":"GetModelsRequest"},
945
- "output":{"shape":"Models"},
946
- "errors":[
947
- {"shape":"BadRequestException"},
948
- {"shape":"UnauthorizedException"},
949
- {"shape":"NotFoundException"},
950
- {"shape":"TooManyRequestsException"}
951
- ]
952
- },
953
- "GetRequestValidator":{
954
- "name":"GetRequestValidator",
955
- "http":{
956
- "method":"GET",
957
- "requestUri":"/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}"
958
- },
959
- "input":{"shape":"GetRequestValidatorRequest"},
960
- "output":{"shape":"RequestValidator"},
961
- "errors":[
962
- {"shape":"UnauthorizedException"},
963
- {"shape":"NotFoundException"},
964
- {"shape":"TooManyRequestsException"}
965
- ]
966
- },
967
- "GetRequestValidators":{
968
- "name":"GetRequestValidators",
969
- "http":{
970
- "method":"GET",
971
- "requestUri":"/restapis/{restapi_id}/requestvalidators"
972
- },
973
- "input":{"shape":"GetRequestValidatorsRequest"},
974
- "output":{"shape":"RequestValidators"},
975
- "errors":[
976
- {"shape":"BadRequestException"},
977
- {"shape":"UnauthorizedException"},
978
- {"shape":"NotFoundException"},
979
- {"shape":"TooManyRequestsException"}
980
- ]
981
- },
982
- "GetResource":{
983
- "name":"GetResource",
984
- "http":{
985
- "method":"GET",
986
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}"
987
- },
988
- "input":{"shape":"GetResourceRequest"},
989
- "output":{"shape":"Resource"},
990
- "errors":[
991
- {"shape":"UnauthorizedException"},
992
- {"shape":"NotFoundException"},
993
- {"shape":"TooManyRequestsException"}
994
- ]
995
- },
996
- "GetResources":{
997
- "name":"GetResources",
998
- "http":{
999
- "method":"GET",
1000
- "requestUri":"/restapis/{restapi_id}/resources"
1001
- },
1002
- "input":{"shape":"GetResourcesRequest"},
1003
- "output":{"shape":"Resources"},
1004
- "errors":[
1005
- {"shape":"BadRequestException"},
1006
- {"shape":"UnauthorizedException"},
1007
- {"shape":"NotFoundException"},
1008
- {"shape":"TooManyRequestsException"}
1009
- ]
1010
- },
1011
- "GetRestApi":{
1012
- "name":"GetRestApi",
1013
- "http":{
1014
- "method":"GET",
1015
- "requestUri":"/restapis/{restapi_id}"
1016
- },
1017
- "input":{"shape":"GetRestApiRequest"},
1018
- "output":{"shape":"RestApi"},
1019
- "errors":[
1020
- {"shape":"UnauthorizedException"},
1021
- {"shape":"NotFoundException"},
1022
- {"shape":"TooManyRequestsException"}
1023
- ]
1024
- },
1025
- "GetRestApis":{
1026
- "name":"GetRestApis",
1027
- "http":{
1028
- "method":"GET",
1029
- "requestUri":"/restapis"
1030
- },
1031
- "input":{"shape":"GetRestApisRequest"},
1032
- "output":{"shape":"RestApis"},
1033
- "errors":[
1034
- {"shape":"BadRequestException"},
1035
- {"shape":"UnauthorizedException"},
1036
- {"shape":"TooManyRequestsException"}
1037
- ]
1038
- },
1039
- "GetSdk":{
1040
- "name":"GetSdk",
1041
- "http":{
1042
- "method":"GET",
1043
- "requestUri":"/restapis/{restapi_id}/stages/{stage_name}/sdks/{sdk_type}",
1044
- "responseCode":200
1045
- },
1046
- "input":{"shape":"GetSdkRequest"},
1047
- "output":{"shape":"SdkResponse"},
1048
- "errors":[
1049
- {"shape":"UnauthorizedException"},
1050
- {"shape":"NotFoundException"},
1051
- {"shape":"BadRequestException"},
1052
- {"shape":"TooManyRequestsException"}
1053
- ]
1054
- },
1055
- "GetSdkType":{
1056
- "name":"GetSdkType",
1057
- "http":{
1058
- "method":"GET",
1059
- "requestUri":"/sdktypes/{sdktype_id}"
1060
- },
1061
- "input":{"shape":"GetSdkTypeRequest"},
1062
- "output":{"shape":"SdkType"},
1063
- "errors":[
1064
- {"shape":"UnauthorizedException"},
1065
- {"shape":"NotFoundException"},
1066
- {"shape":"TooManyRequestsException"}
1067
- ]
1068
- },
1069
- "GetSdkTypes":{
1070
- "name":"GetSdkTypes",
1071
- "http":{
1072
- "method":"GET",
1073
- "requestUri":"/sdktypes"
1074
- },
1075
- "input":{"shape":"GetSdkTypesRequest"},
1076
- "output":{"shape":"SdkTypes"},
1077
- "errors":[
1078
- {"shape":"UnauthorizedException"},
1079
- {"shape":"TooManyRequestsException"}
1080
- ]
1081
- },
1082
- "GetStage":{
1083
- "name":"GetStage",
1084
- "http":{
1085
- "method":"GET",
1086
- "requestUri":"/restapis/{restapi_id}/stages/{stage_name}"
1087
- },
1088
- "input":{"shape":"GetStageRequest"},
1089
- "output":{"shape":"Stage"},
1090
- "errors":[
1091
- {"shape":"UnauthorizedException"},
1092
- {"shape":"NotFoundException"},
1093
- {"shape":"TooManyRequestsException"}
1094
- ]
1095
- },
1096
- "GetStages":{
1097
- "name":"GetStages",
1098
- "http":{
1099
- "method":"GET",
1100
- "requestUri":"/restapis/{restapi_id}/stages"
1101
- },
1102
- "input":{"shape":"GetStagesRequest"},
1103
- "output":{"shape":"Stages"},
1104
- "errors":[
1105
- {"shape":"UnauthorizedException"},
1106
- {"shape":"NotFoundException"},
1107
- {"shape":"TooManyRequestsException"}
1108
- ]
1109
- },
1110
- "GetUsage":{
1111
- "name":"GetUsage",
1112
- "http":{
1113
- "method":"GET",
1114
- "requestUri":"/usageplans/{usageplanId}/usage"
1115
- },
1116
- "input":{"shape":"GetUsageRequest"},
1117
- "output":{"shape":"Usage"},
1118
- "errors":[
1119
- {"shape":"BadRequestException"},
1120
- {"shape":"UnauthorizedException"},
1121
- {"shape":"NotFoundException"},
1122
- {"shape":"TooManyRequestsException"}
1123
- ]
1124
- },
1125
- "GetUsagePlan":{
1126
- "name":"GetUsagePlan",
1127
- "http":{
1128
- "method":"GET",
1129
- "requestUri":"/usageplans/{usageplanId}"
1130
- },
1131
- "input":{"shape":"GetUsagePlanRequest"},
1132
- "output":{"shape":"UsagePlan"},
1133
- "errors":[
1134
- {"shape":"BadRequestException"},
1135
- {"shape":"UnauthorizedException"},
1136
- {"shape":"NotFoundException"},
1137
- {"shape":"TooManyRequestsException"}
1138
- ]
1139
- },
1140
- "GetUsagePlanKey":{
1141
- "name":"GetUsagePlanKey",
1142
- "http":{
1143
- "method":"GET",
1144
- "requestUri":"/usageplans/{usageplanId}/keys/{keyId}",
1145
- "responseCode":200
1146
- },
1147
- "input":{"shape":"GetUsagePlanKeyRequest"},
1148
- "output":{"shape":"UsagePlanKey"},
1149
- "errors":[
1150
- {"shape":"BadRequestException"},
1151
- {"shape":"UnauthorizedException"},
1152
- {"shape":"NotFoundException"},
1153
- {"shape":"TooManyRequestsException"}
1154
- ]
1155
- },
1156
- "GetUsagePlanKeys":{
1157
- "name":"GetUsagePlanKeys",
1158
- "http":{
1159
- "method":"GET",
1160
- "requestUri":"/usageplans/{usageplanId}/keys"
1161
- },
1162
- "input":{"shape":"GetUsagePlanKeysRequest"},
1163
- "output":{"shape":"UsagePlanKeys"},
1164
- "errors":[
1165
- {"shape":"BadRequestException"},
1166
- {"shape":"UnauthorizedException"},
1167
- {"shape":"NotFoundException"},
1168
- {"shape":"TooManyRequestsException"}
1169
- ]
1170
- },
1171
- "GetUsagePlans":{
1172
- "name":"GetUsagePlans",
1173
- "http":{
1174
- "method":"GET",
1175
- "requestUri":"/usageplans"
1176
- },
1177
- "input":{"shape":"GetUsagePlansRequest"},
1178
- "output":{"shape":"UsagePlans"},
1179
- "errors":[
1180
- {"shape":"BadRequestException"},
1181
- {"shape":"UnauthorizedException"},
1182
- {"shape":"TooManyRequestsException"},
1183
- {"shape":"ConflictException"},
1184
- {"shape":"NotFoundException"}
1185
- ]
1186
- },
1187
- "ImportApiKeys":{
1188
- "name":"ImportApiKeys",
1189
- "http":{
1190
- "method":"POST",
1191
- "requestUri":"/apikeys?mode=import",
1192
- "responseCode":201
1193
- },
1194
- "input":{"shape":"ImportApiKeysRequest"},
1195
- "output":{"shape":"ApiKeyIds"},
1196
- "errors":[
1197
- {"shape":"UnauthorizedException"},
1198
- {"shape":"NotFoundException"},
1199
- {"shape":"TooManyRequestsException"},
1200
- {"shape":"LimitExceededException"},
1201
- {"shape":"BadRequestException"},
1202
- {"shape":"ConflictException"}
1203
- ]
1204
- },
1205
- "ImportDocumentationParts":{
1206
- "name":"ImportDocumentationParts",
1207
- "http":{
1208
- "method":"PUT",
1209
- "requestUri":"/restapis/{restapi_id}/documentation/parts"
1210
- },
1211
- "input":{"shape":"ImportDocumentationPartsRequest"},
1212
- "output":{"shape":"DocumentationPartIds"},
1213
- "errors":[
1214
- {"shape":"UnauthorizedException"},
1215
- {"shape":"NotFoundException"},
1216
- {"shape":"BadRequestException"},
1217
- {"shape":"LimitExceededException"},
1218
- {"shape":"TooManyRequestsException"}
1219
- ]
1220
- },
1221
- "ImportRestApi":{
1222
- "name":"ImportRestApi",
1223
- "http":{
1224
- "method":"POST",
1225
- "requestUri":"/restapis?mode=import",
1226
- "responseCode":201
1227
- },
1228
- "input":{"shape":"ImportRestApiRequest"},
1229
- "output":{"shape":"RestApi"},
1230
- "errors":[
1231
- {"shape":"UnauthorizedException"},
1232
- {"shape":"LimitExceededException"},
1233
- {"shape":"BadRequestException"},
1234
- {"shape":"TooManyRequestsException"},
1235
- {"shape":"ConflictException"}
1236
- ]
1237
- },
1238
- "PutIntegration":{
1239
- "name":"PutIntegration",
1240
- "http":{
1241
- "method":"PUT",
1242
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration",
1243
- "responseCode":201
1244
- },
1245
- "input":{"shape":"PutIntegrationRequest"},
1246
- "output":{"shape":"Integration"},
1247
- "errors":[
1248
- {"shape":"UnauthorizedException"},
1249
- {"shape":"BadRequestException"},
1250
- {"shape":"ConflictException"},
1251
- {"shape":"NotFoundException"},
1252
- {"shape":"TooManyRequestsException"}
1253
- ]
1254
- },
1255
- "PutIntegrationResponse":{
1256
- "name":"PutIntegrationResponse",
1257
- "http":{
1258
- "method":"PUT",
1259
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}",
1260
- "responseCode":201
1261
- },
1262
- "input":{"shape":"PutIntegrationResponseRequest"},
1263
- "output":{"shape":"IntegrationResponse"},
1264
- "errors":[
1265
- {"shape":"UnauthorizedException"},
1266
- {"shape":"NotFoundException"},
1267
- {"shape":"LimitExceededException"},
1268
- {"shape":"BadRequestException"},
1269
- {"shape":"TooManyRequestsException"},
1270
- {"shape":"ConflictException"}
1271
- ]
1272
- },
1273
- "PutMethod":{
1274
- "name":"PutMethod",
1275
- "http":{
1276
- "method":"PUT",
1277
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}",
1278
- "responseCode":201
1279
- },
1280
- "input":{"shape":"PutMethodRequest"},
1281
- "output":{"shape":"Method"},
1282
- "errors":[
1283
- {"shape":"BadRequestException"},
1284
- {"shape":"UnauthorizedException"},
1285
- {"shape":"NotFoundException"},
1286
- {"shape":"ConflictException"},
1287
- {"shape":"LimitExceededException"},
1288
- {"shape":"TooManyRequestsException"}
1289
- ]
1290
- },
1291
- "PutMethodResponse":{
1292
- "name":"PutMethodResponse",
1293
- "http":{
1294
- "method":"PUT",
1295
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}",
1296
- "responseCode":201
1297
- },
1298
- "input":{"shape":"PutMethodResponseRequest"},
1299
- "output":{"shape":"MethodResponse"},
1300
- "errors":[
1301
- {"shape":"UnauthorizedException"},
1302
- {"shape":"NotFoundException"},
1303
- {"shape":"ConflictException"},
1304
- {"shape":"LimitExceededException"},
1305
- {"shape":"BadRequestException"},
1306
- {"shape":"TooManyRequestsException"}
1307
- ]
1308
- },
1309
- "PutRestApi":{
1310
- "name":"PutRestApi",
1311
- "http":{
1312
- "method":"PUT",
1313
- "requestUri":"/restapis/{restapi_id}"
1314
- },
1315
- "input":{"shape":"PutRestApiRequest"},
1316
- "output":{"shape":"RestApi"},
1317
- "errors":[
1318
- {"shape":"UnauthorizedException"},
1319
- {"shape":"LimitExceededException"},
1320
- {"shape":"NotFoundException"},
1321
- {"shape":"BadRequestException"},
1322
- {"shape":"TooManyRequestsException"},
1323
- {"shape":"ConflictException"}
1324
- ]
1325
- },
1326
- "TestInvokeAuthorizer":{
1327
- "name":"TestInvokeAuthorizer",
1328
- "http":{
1329
- "method":"POST",
1330
- "requestUri":"/restapis/{restapi_id}/authorizers/{authorizer_id}"
1331
- },
1332
- "input":{"shape":"TestInvokeAuthorizerRequest"},
1333
- "output":{"shape":"TestInvokeAuthorizerResponse"},
1334
- "errors":[
1335
- {"shape":"BadRequestException"},
1336
- {"shape":"UnauthorizedException"},
1337
- {"shape":"NotFoundException"},
1338
- {"shape":"TooManyRequestsException"}
1339
- ]
1340
- },
1341
- "TestInvokeMethod":{
1342
- "name":"TestInvokeMethod",
1343
- "http":{
1344
- "method":"POST",
1345
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}"
1346
- },
1347
- "input":{"shape":"TestInvokeMethodRequest"},
1348
- "output":{"shape":"TestInvokeMethodResponse"},
1349
- "errors":[
1350
- {"shape":"BadRequestException"},
1351
- {"shape":"UnauthorizedException"},
1352
- {"shape":"NotFoundException"},
1353
- {"shape":"TooManyRequestsException"}
1354
- ]
1355
- },
1356
- "UpdateAccount":{
1357
- "name":"UpdateAccount",
1358
- "http":{
1359
- "method":"PATCH",
1360
- "requestUri":"/account"
1361
- },
1362
- "input":{"shape":"UpdateAccountRequest"},
1363
- "output":{"shape":"Account"},
1364
- "errors":[
1365
- {"shape":"UnauthorizedException"},
1366
- {"shape":"BadRequestException"},
1367
- {"shape":"NotFoundException"},
1368
- {"shape":"TooManyRequestsException"}
1369
- ]
1370
- },
1371
- "UpdateApiKey":{
1372
- "name":"UpdateApiKey",
1373
- "http":{
1374
- "method":"PATCH",
1375
- "requestUri":"/apikeys/{api_Key}"
1376
- },
1377
- "input":{"shape":"UpdateApiKeyRequest"},
1378
- "output":{"shape":"ApiKey"},
1379
- "errors":[
1380
- {"shape":"UnauthorizedException"},
1381
- {"shape":"NotFoundException"},
1382
- {"shape":"BadRequestException"},
1383
- {"shape":"TooManyRequestsException"},
1384
- {"shape":"ConflictException"}
1385
- ]
1386
- },
1387
- "UpdateAuthorizer":{
1388
- "name":"UpdateAuthorizer",
1389
- "http":{
1390
- "method":"PATCH",
1391
- "requestUri":"/restapis/{restapi_id}/authorizers/{authorizer_id}"
1392
- },
1393
- "input":{"shape":"UpdateAuthorizerRequest"},
1394
- "output":{"shape":"Authorizer"},
1395
- "errors":[
1396
- {"shape":"UnauthorizedException"},
1397
- {"shape":"NotFoundException"},
1398
- {"shape":"BadRequestException"},
1399
- {"shape":"TooManyRequestsException"}
1400
- ]
1401
- },
1402
- "UpdateBasePathMapping":{
1403
- "name":"UpdateBasePathMapping",
1404
- "http":{
1405
- "method":"PATCH",
1406
- "requestUri":"/domainnames/{domain_name}/basepathmappings/{base_path}"
1407
- },
1408
- "input":{"shape":"UpdateBasePathMappingRequest"},
1409
- "output":{"shape":"BasePathMapping"},
1410
- "errors":[
1411
- {"shape":"UnauthorizedException"},
1412
- {"shape":"NotFoundException"},
1413
- {"shape":"ConflictException"},
1414
- {"shape":"BadRequestException"},
1415
- {"shape":"TooManyRequestsException"}
1416
- ]
1417
- },
1418
- "UpdateClientCertificate":{
1419
- "name":"UpdateClientCertificate",
1420
- "http":{
1421
- "method":"PATCH",
1422
- "requestUri":"/clientcertificates/{clientcertificate_id}"
1423
- },
1424
- "input":{"shape":"UpdateClientCertificateRequest"},
1425
- "output":{"shape":"ClientCertificate"},
1426
- "errors":[
1427
- {"shape":"UnauthorizedException"},
1428
- {"shape":"TooManyRequestsException"},
1429
- {"shape":"BadRequestException"},
1430
- {"shape":"NotFoundException"}
1431
- ]
1432
- },
1433
- "UpdateDeployment":{
1434
- "name":"UpdateDeployment",
1435
- "http":{
1436
- "method":"PATCH",
1437
- "requestUri":"/restapis/{restapi_id}/deployments/{deployment_id}"
1438
- },
1439
- "input":{"shape":"UpdateDeploymentRequest"},
1440
- "output":{"shape":"Deployment"},
1441
- "errors":[
1442
- {"shape":"UnauthorizedException"},
1443
- {"shape":"NotFoundException"},
1444
- {"shape":"BadRequestException"},
1445
- {"shape":"TooManyRequestsException"},
1446
- {"shape":"ServiceUnavailableException"}
1447
- ]
1448
- },
1449
- "UpdateDocumentationPart":{
1450
- "name":"UpdateDocumentationPart",
1451
- "http":{
1452
- "method":"PATCH",
1453
- "requestUri":"/restapis/{restapi_id}/documentation/parts/{part_id}"
1454
- },
1455
- "input":{"shape":"UpdateDocumentationPartRequest"},
1456
- "output":{"shape":"DocumentationPart"},
1457
- "errors":[
1458
- {"shape":"BadRequestException"},
1459
- {"shape":"UnauthorizedException"},
1460
- {"shape":"NotFoundException"},
1461
- {"shape":"ConflictException"},
1462
- {"shape":"LimitExceededException"},
1463
- {"shape":"TooManyRequestsException"}
1464
- ]
1465
- },
1466
- "UpdateDocumentationVersion":{
1467
- "name":"UpdateDocumentationVersion",
1468
- "http":{
1469
- "method":"PATCH",
1470
- "requestUri":"/restapis/{restapi_id}/documentation/versions/{doc_version}"
1471
- },
1472
- "input":{"shape":"UpdateDocumentationVersionRequest"},
1473
- "output":{"shape":"DocumentationVersion"},
1474
- "errors":[
1475
- {"shape":"UnauthorizedException"},
1476
- {"shape":"NotFoundException"},
1477
- {"shape":"ConflictException"},
1478
- {"shape":"BadRequestException"},
1479
- {"shape":"TooManyRequestsException"}
1480
- ]
1481
- },
1482
- "UpdateDomainName":{
1483
- "name":"UpdateDomainName",
1484
- "http":{
1485
- "method":"PATCH",
1486
- "requestUri":"/domainnames/{domain_name}"
1487
- },
1488
- "input":{"shape":"UpdateDomainNameRequest"},
1489
- "output":{"shape":"DomainName"},
1490
- "errors":[
1491
- {"shape":"UnauthorizedException"},
1492
- {"shape":"NotFoundException"},
1493
- {"shape":"BadRequestException"},
1494
- {"shape":"ConflictException"},
1495
- {"shape":"TooManyRequestsException"}
1496
- ]
1497
- },
1498
- "UpdateIntegration":{
1499
- "name":"UpdateIntegration",
1500
- "http":{
1501
- "method":"PATCH",
1502
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration"
1503
- },
1504
- "input":{"shape":"UpdateIntegrationRequest"},
1505
- "output":{"shape":"Integration"},
1506
- "errors":[
1507
- {"shape":"UnauthorizedException"},
1508
- {"shape":"NotFoundException"},
1509
- {"shape":"BadRequestException"},
1510
- {"shape":"TooManyRequestsException"},
1511
- {"shape":"ConflictException"}
1512
- ]
1513
- },
1514
- "UpdateIntegrationResponse":{
1515
- "name":"UpdateIntegrationResponse",
1516
- "http":{
1517
- "method":"PATCH",
1518
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/integration/responses/{status_code}"
1519
- },
1520
- "input":{"shape":"UpdateIntegrationResponseRequest"},
1521
- "output":{"shape":"IntegrationResponse"},
1522
- "errors":[
1523
- {"shape":"UnauthorizedException"},
1524
- {"shape":"NotFoundException"},
1525
- {"shape":"ConflictException"},
1526
- {"shape":"BadRequestException"},
1527
- {"shape":"TooManyRequestsException"}
1528
- ]
1529
- },
1530
- "UpdateMethod":{
1531
- "name":"UpdateMethod",
1532
- "http":{
1533
- "method":"PATCH",
1534
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}"
1535
- },
1536
- "input":{"shape":"UpdateMethodRequest"},
1537
- "output":{"shape":"Method"},
1538
- "errors":[
1539
- {"shape":"UnauthorizedException"},
1540
- {"shape":"NotFoundException"},
1541
- {"shape":"BadRequestException"},
1542
- {"shape":"ConflictException"},
1543
- {"shape":"TooManyRequestsException"}
1544
- ]
1545
- },
1546
- "UpdateMethodResponse":{
1547
- "name":"UpdateMethodResponse",
1548
- "http":{
1549
- "method":"PATCH",
1550
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}/methods/{http_method}/responses/{status_code}",
1551
- "responseCode":201
1552
- },
1553
- "input":{"shape":"UpdateMethodResponseRequest"},
1554
- "output":{"shape":"MethodResponse"},
1555
- "errors":[
1556
- {"shape":"UnauthorizedException"},
1557
- {"shape":"NotFoundException"},
1558
- {"shape":"ConflictException"},
1559
- {"shape":"LimitExceededException"},
1560
- {"shape":"BadRequestException"},
1561
- {"shape":"TooManyRequestsException"}
1562
- ]
1563
- },
1564
- "UpdateModel":{
1565
- "name":"UpdateModel",
1566
- "http":{
1567
- "method":"PATCH",
1568
- "requestUri":"/restapis/{restapi_id}/models/{model_name}"
1569
- },
1570
- "input":{"shape":"UpdateModelRequest"},
1571
- "output":{"shape":"Model"},
1572
- "errors":[
1573
- {"shape":"UnauthorizedException"},
1574
- {"shape":"NotFoundException"},
1575
- {"shape":"BadRequestException"},
1576
- {"shape":"ConflictException"},
1577
- {"shape":"TooManyRequestsException"}
1578
- ]
1579
- },
1580
- "UpdateRequestValidator":{
1581
- "name":"UpdateRequestValidator",
1582
- "http":{
1583
- "method":"PATCH",
1584
- "requestUri":"/restapis/{restapi_id}/requestvalidators/{requestvalidator_id}"
1585
- },
1586
- "input":{"shape":"UpdateRequestValidatorRequest"},
1587
- "output":{"shape":"RequestValidator"},
1588
- "errors":[
1589
- {"shape":"UnauthorizedException"},
1590
- {"shape":"NotFoundException"},
1591
- {"shape":"BadRequestException"},
1592
- {"shape":"TooManyRequestsException"}
1593
- ]
1594
- },
1595
- "UpdateResource":{
1596
- "name":"UpdateResource",
1597
- "http":{
1598
- "method":"PATCH",
1599
- "requestUri":"/restapis/{restapi_id}/resources/{resource_id}"
1600
- },
1601
- "input":{"shape":"UpdateResourceRequest"},
1602
- "output":{"shape":"Resource"},
1603
- "errors":[
1604
- {"shape":"UnauthorizedException"},
1605
- {"shape":"NotFoundException"},
1606
- {"shape":"ConflictException"},
1607
- {"shape":"BadRequestException"},
1608
- {"shape":"TooManyRequestsException"}
1609
- ]
1610
- },
1611
- "UpdateRestApi":{
1612
- "name":"UpdateRestApi",
1613
- "http":{
1614
- "method":"PATCH",
1615
- "requestUri":"/restapis/{restapi_id}"
1616
- },
1617
- "input":{"shape":"UpdateRestApiRequest"},
1618
- "output":{"shape":"RestApi"},
1619
- "errors":[
1620
- {"shape":"UnauthorizedException"},
1621
- {"shape":"NotFoundException"},
1622
- {"shape":"ConflictException"},
1623
- {"shape":"BadRequestException"},
1624
- {"shape":"TooManyRequestsException"}
1625
- ]
1626
- },
1627
- "UpdateStage":{
1628
- "name":"UpdateStage",
1629
- "http":{
1630
- "method":"PATCH",
1631
- "requestUri":"/restapis/{restapi_id}/stages/{stage_name}"
1632
- },
1633
- "input":{"shape":"UpdateStageRequest"},
1634
- "output":{"shape":"Stage"},
1635
- "errors":[
1636
- {"shape":"UnauthorizedException"},
1637
- {"shape":"NotFoundException"},
1638
- {"shape":"ConflictException"},
1639
- {"shape":"BadRequestException"},
1640
- {"shape":"TooManyRequestsException"}
1641
- ]
1642
- },
1643
- "UpdateUsage":{
1644
- "name":"UpdateUsage",
1645
- "http":{
1646
- "method":"PATCH",
1647
- "requestUri":"/usageplans/{usageplanId}/keys/{keyId}/usage"
1648
- },
1649
- "input":{"shape":"UpdateUsageRequest"},
1650
- "output":{"shape":"Usage"},
1651
- "errors":[
1652
- {"shape":"UnauthorizedException"},
1653
- {"shape":"TooManyRequestsException"},
1654
- {"shape":"BadRequestException"},
1655
- {"shape":"NotFoundException"}
1656
- ]
1657
- },
1658
- "UpdateUsagePlan":{
1659
- "name":"UpdateUsagePlan",
1660
- "http":{
1661
- "method":"PATCH",
1662
- "requestUri":"/usageplans/{usageplanId}"
1663
- },
1664
- "input":{"shape":"UpdateUsagePlanRequest"},
1665
- "output":{"shape":"UsagePlan"},
1666
- "errors":[
1667
- {"shape":"UnauthorizedException"},
1668
- {"shape":"TooManyRequestsException"},
1669
- {"shape":"BadRequestException"},
1670
- {"shape":"NotFoundException"},
1671
- {"shape":"ConflictException"}
1672
- ]
1673
- }
1674
- },
1675
- "shapes":{
1676
- "Account":{
1677
- "type":"structure",
1678
- "members":{
1679
- "cloudwatchRoleArn":{"shape":"String"},
1680
- "throttleSettings":{"shape":"ThrottleSettings"},
1681
- "features":{"shape":"ListOfString"},
1682
- "apiKeyVersion":{"shape":"String"}
1683
- }
1684
- },
1685
- "ApiKey":{
1686
- "type":"structure",
1687
- "members":{
1688
- "id":{"shape":"String"},
1689
- "value":{"shape":"String"},
1690
- "name":{"shape":"String"},
1691
- "customerId":{"shape":"String"},
1692
- "description":{"shape":"String"},
1693
- "enabled":{"shape":"Boolean"},
1694
- "createdDate":{"shape":"Timestamp"},
1695
- "lastUpdatedDate":{"shape":"Timestamp"},
1696
- "stageKeys":{"shape":"ListOfString"}
1697
- }
1698
- },
1699
- "ApiKeyIds":{
1700
- "type":"structure",
1701
- "members":{
1702
- "ids":{"shape":"ListOfString"},
1703
- "warnings":{"shape":"ListOfString"}
1704
- }
1705
- },
1706
- "ApiKeys":{
1707
- "type":"structure",
1708
- "members":{
1709
- "warnings":{"shape":"ListOfString"},
1710
- "position":{"shape":"String"},
1711
- "items":{
1712
- "shape":"ListOfApiKey",
1713
- "locationName":"item"
1714
- }
1715
- }
1716
- },
1717
- "ApiKeysFormat":{
1718
- "type":"string",
1719
- "enum":["csv"]
1720
- },
1721
- "ApiStage":{
1722
- "type":"structure",
1723
- "members":{
1724
- "apiId":{"shape":"String"},
1725
- "stage":{"shape":"String"}
1726
- }
1727
- },
1728
- "Authorizer":{
1729
- "type":"structure",
1730
- "members":{
1731
- "id":{"shape":"String"},
1732
- "name":{"shape":"String"},
1733
- "type":{"shape":"AuthorizerType"},
1734
- "providerARNs":{"shape":"ListOfARNs"},
1735
- "authType":{"shape":"String"},
1736
- "authorizerUri":{"shape":"String"},
1737
- "authorizerCredentials":{"shape":"String"},
1738
- "identitySource":{"shape":"String"},
1739
- "identityValidationExpression":{"shape":"String"},
1740
- "authorizerResultTtlInSeconds":{"shape":"NullableInteger"}
1741
- }
1742
- },
1743
- "AuthorizerType":{
1744
- "type":"string",
1745
- "enum":[
1746
- "TOKEN",
1747
- "COGNITO_USER_POOLS"
1748
- ]
1749
- },
1750
- "Authorizers":{
1751
- "type":"structure",
1752
- "members":{
1753
- "position":{"shape":"String"},
1754
- "items":{
1755
- "shape":"ListOfAuthorizer",
1756
- "locationName":"item"
1757
- }
1758
- }
1759
- },
1760
- "BadRequestException":{
1761
- "type":"structure",
1762
- "members":{
1763
- "message":{"shape":"String"}
1764
- },
1765
- "error":{"httpStatusCode":400},
1766
- "exception":true
1767
- },
1768
- "BasePathMapping":{
1769
- "type":"structure",
1770
- "members":{
1771
- "basePath":{"shape":"String"},
1772
- "restApiId":{"shape":"String"},
1773
- "stage":{"shape":"String"}
1774
- }
1775
- },
1776
- "BasePathMappings":{
1777
- "type":"structure",
1778
- "members":{
1779
- "position":{"shape":"String"},
1780
- "items":{
1781
- "shape":"ListOfBasePathMapping",
1782
- "locationName":"item"
1783
- }
1784
- }
1785
- },
1786
- "Blob":{"type":"blob"},
1787
- "Boolean":{"type":"boolean"},
1788
- "CacheClusterSize":{
1789
- "type":"string",
1790
- "enum":[
1791
- "0.5",
1792
- "1.6",
1793
- "6.1",
1794
- "13.5",
1795
- "28.4",
1796
- "58.2",
1797
- "118",
1798
- "237"
1799
- ]
1800
- },
1801
- "CacheClusterStatus":{
1802
- "type":"string",
1803
- "enum":[
1804
- "CREATE_IN_PROGRESS",
1805
- "AVAILABLE",
1806
- "DELETE_IN_PROGRESS",
1807
- "NOT_AVAILABLE",
1808
- "FLUSH_IN_PROGRESS"
1809
- ]
1810
- },
1811
- "ClientCertificate":{
1812
- "type":"structure",
1813
- "members":{
1814
- "clientCertificateId":{"shape":"String"},
1815
- "description":{"shape":"String"},
1816
- "pemEncodedCertificate":{"shape":"String"},
1817
- "createdDate":{"shape":"Timestamp"},
1818
- "expirationDate":{"shape":"Timestamp"}
1819
- }
1820
- },
1821
- "ClientCertificates":{
1822
- "type":"structure",
1823
- "members":{
1824
- "position":{"shape":"String"},
1825
- "items":{
1826
- "shape":"ListOfClientCertificate",
1827
- "locationName":"item"
1828
- }
1829
- }
1830
- },
1831
- "ConflictException":{
1832
- "type":"structure",
1833
- "members":{
1834
- "message":{"shape":"String"}
1835
- },
1836
- "error":{"httpStatusCode":409},
1837
- "exception":true
1838
- },
1839
- "ContentHandlingStrategy":{
1840
- "type":"string",
1841
- "enum":[
1842
- "CONVERT_TO_BINARY",
1843
- "CONVERT_TO_TEXT"
1844
- ]
1845
- },
1846
- "CreateApiKeyRequest":{
1847
- "type":"structure",
1848
- "members":{
1849
- "name":{"shape":"String"},
1850
- "description":{"shape":"String"},
1851
- "enabled":{"shape":"Boolean"},
1852
- "generateDistinctId":{"shape":"Boolean"},
1853
- "value":{"shape":"String"},
1854
- "stageKeys":{"shape":"ListOfStageKeys"},
1855
- "customerId":{"shape":"String"}
1856
- }
1857
- },
1858
- "CreateAuthorizerRequest":{
1859
- "type":"structure",
1860
- "required":[
1861
- "restApiId",
1862
- "name",
1863
- "type",
1864
- "identitySource"
1865
- ],
1866
- "members":{
1867
- "restApiId":{
1868
- "shape":"String",
1869
- "location":"uri",
1870
- "locationName":"restapi_id"
1871
- },
1872
- "name":{"shape":"String"},
1873
- "type":{"shape":"AuthorizerType"},
1874
- "providerARNs":{"shape":"ListOfARNs"},
1875
- "authType":{"shape":"String"},
1876
- "authorizerUri":{"shape":"String"},
1877
- "authorizerCredentials":{"shape":"String"},
1878
- "identitySource":{"shape":"String"},
1879
- "identityValidationExpression":{"shape":"String"},
1880
- "authorizerResultTtlInSeconds":{"shape":"NullableInteger"}
1881
- }
1882
- },
1883
- "CreateBasePathMappingRequest":{
1884
- "type":"structure",
1885
- "required":[
1886
- "domainName",
1887
- "restApiId"
1888
- ],
1889
- "members":{
1890
- "domainName":{
1891
- "shape":"String",
1892
- "location":"uri",
1893
- "locationName":"domain_name"
1894
- },
1895
- "basePath":{"shape":"String"},
1896
- "restApiId":{"shape":"String"},
1897
- "stage":{"shape":"String"}
1898
- }
1899
- },
1900
- "CreateDeploymentRequest":{
1901
- "type":"structure",
1902
- "required":["restApiId"],
1903
- "members":{
1904
- "restApiId":{
1905
- "shape":"String",
1906
- "location":"uri",
1907
- "locationName":"restapi_id"
1908
- },
1909
- "stageName":{"shape":"String"},
1910
- "stageDescription":{"shape":"String"},
1911
- "description":{"shape":"String"},
1912
- "cacheClusterEnabled":{"shape":"NullableBoolean"},
1913
- "cacheClusterSize":{"shape":"CacheClusterSize"},
1914
- "variables":{"shape":"MapOfStringToString"}
1915
- }
1916
- },
1917
- "CreateDocumentationPartRequest":{
1918
- "type":"structure",
1919
- "required":[
1920
- "restApiId",
1921
- "location",
1922
- "properties"
1923
- ],
1924
- "members":{
1925
- "restApiId":{
1926
- "shape":"String",
1927
- "location":"uri",
1928
- "locationName":"restapi_id"
1929
- },
1930
- "location":{"shape":"DocumentationPartLocation"},
1931
- "properties":{"shape":"String"}
1932
- }
1933
- },
1934
- "CreateDocumentationVersionRequest":{
1935
- "type":"structure",
1936
- "required":[
1937
- "restApiId",
1938
- "documentationVersion"
1939
- ],
1940
- "members":{
1941
- "restApiId":{
1942
- "shape":"String",
1943
- "location":"uri",
1944
- "locationName":"restapi_id"
1945
- },
1946
- "documentationVersion":{"shape":"String"},
1947
- "stageName":{"shape":"String"},
1948
- "description":{"shape":"String"}
1949
- }
1950
- },
1951
- "CreateDomainNameRequest":{
1952
- "type":"structure",
1953
- "required":["domainName"],
1954
- "members":{
1955
- "domainName":{"shape":"String"},
1956
- "certificateName":{"shape":"String"},
1957
- "certificateBody":{"shape":"String"},
1958
- "certificatePrivateKey":{"shape":"String"},
1959
- "certificateChain":{"shape":"String"},
1960
- "certificateArn":{"shape":"String"}
1961
- }
1962
- },
1963
- "CreateModelRequest":{
1964
- "type":"structure",
1965
- "required":[
1966
- "restApiId",
1967
- "name",
1968
- "contentType"
1969
- ],
1970
- "members":{
1971
- "restApiId":{
1972
- "shape":"String",
1973
- "location":"uri",
1974
- "locationName":"restapi_id"
1975
- },
1976
- "name":{"shape":"String"},
1977
- "description":{"shape":"String"},
1978
- "schema":{"shape":"String"},
1979
- "contentType":{"shape":"String"}
1980
- }
1981
- },
1982
- "CreateRequestValidatorRequest":{
1983
- "type":"structure",
1984
- "required":["restApiId"],
1985
- "members":{
1986
- "restApiId":{
1987
- "shape":"String",
1988
- "location":"uri",
1989
- "locationName":"restapi_id"
1990
- },
1991
- "name":{"shape":"String"},
1992
- "validateRequestBody":{"shape":"Boolean"},
1993
- "validateRequestParameters":{"shape":"Boolean"}
1994
- }
1995
- },
1996
- "CreateResourceRequest":{
1997
- "type":"structure",
1998
- "required":[
1999
- "restApiId",
2000
- "parentId",
2001
- "pathPart"
2002
- ],
2003
- "members":{
2004
- "restApiId":{
2005
- "shape":"String",
2006
- "location":"uri",
2007
- "locationName":"restapi_id"
2008
- },
2009
- "parentId":{
2010
- "shape":"String",
2011
- "location":"uri",
2012
- "locationName":"parent_id"
2013
- },
2014
- "pathPart":{"shape":"String"}
2015
- }
2016
- },
2017
- "CreateRestApiRequest":{
2018
- "type":"structure",
2019
- "required":["name"],
2020
- "members":{
2021
- "name":{"shape":"String"},
2022
- "description":{"shape":"String"},
2023
- "version":{"shape":"String"},
2024
- "cloneFrom":{"shape":"String"},
2025
- "binaryMediaTypes":{"shape":"ListOfString"}
2026
- }
2027
- },
2028
- "CreateStageRequest":{
2029
- "type":"structure",
2030
- "required":[
2031
- "restApiId",
2032
- "stageName",
2033
- "deploymentId"
2034
- ],
2035
- "members":{
2036
- "restApiId":{
2037
- "shape":"String",
2038
- "location":"uri",
2039
- "locationName":"restapi_id"
2040
- },
2041
- "stageName":{"shape":"String"},
2042
- "deploymentId":{"shape":"String"},
2043
- "description":{"shape":"String"},
2044
- "cacheClusterEnabled":{"shape":"Boolean"},
2045
- "cacheClusterSize":{"shape":"CacheClusterSize"},
2046
- "variables":{"shape":"MapOfStringToString"},
2047
- "documentationVersion":{"shape":"String"}
2048
- }
2049
- },
2050
- "CreateUsagePlanKeyRequest":{
2051
- "type":"structure",
2052
- "required":[
2053
- "usagePlanId",
2054
- "keyId",
2055
- "keyType"
2056
- ],
2057
- "members":{
2058
- "usagePlanId":{
2059
- "shape":"String",
2060
- "location":"uri",
2061
- "locationName":"usageplanId"
2062
- },
2063
- "keyId":{"shape":"String"},
2064
- "keyType":{"shape":"String"}
2065
- }
2066
- },
2067
- "CreateUsagePlanRequest":{
2068
- "type":"structure",
2069
- "required":["name"],
2070
- "members":{
2071
- "name":{"shape":"String"},
2072
- "description":{"shape":"String"},
2073
- "apiStages":{"shape":"ListOfApiStage"},
2074
- "throttle":{"shape":"ThrottleSettings"},
2075
- "quota":{"shape":"QuotaSettings"}
2076
- }
2077
- },
2078
- "DeleteApiKeyRequest":{
2079
- "type":"structure",
2080
- "required":["apiKey"],
2081
- "members":{
2082
- "apiKey":{
2083
- "shape":"String",
2084
- "location":"uri",
2085
- "locationName":"api_Key"
2086
- }
2087
- }
2088
- },
2089
- "DeleteAuthorizerRequest":{
2090
- "type":"structure",
2091
- "required":[
2092
- "restApiId",
2093
- "authorizerId"
2094
- ],
2095
- "members":{
2096
- "restApiId":{
2097
- "shape":"String",
2098
- "location":"uri",
2099
- "locationName":"restapi_id"
2100
- },
2101
- "authorizerId":{
2102
- "shape":"String",
2103
- "location":"uri",
2104
- "locationName":"authorizer_id"
2105
- }
2106
- }
2107
- },
2108
- "DeleteBasePathMappingRequest":{
2109
- "type":"structure",
2110
- "required":[
2111
- "domainName",
2112
- "basePath"
2113
- ],
2114
- "members":{
2115
- "domainName":{
2116
- "shape":"String",
2117
- "location":"uri",
2118
- "locationName":"domain_name"
2119
- },
2120
- "basePath":{
2121
- "shape":"String",
2122
- "location":"uri",
2123
- "locationName":"base_path"
2124
- }
2125
- }
2126
- },
2127
- "DeleteClientCertificateRequest":{
2128
- "type":"structure",
2129
- "required":["clientCertificateId"],
2130
- "members":{
2131
- "clientCertificateId":{
2132
- "shape":"String",
2133
- "location":"uri",
2134
- "locationName":"clientcertificate_id"
2135
- }
2136
- }
2137
- },
2138
- "DeleteDeploymentRequest":{
2139
- "type":"structure",
2140
- "required":[
2141
- "restApiId",
2142
- "deploymentId"
2143
- ],
2144
- "members":{
2145
- "restApiId":{
2146
- "shape":"String",
2147
- "location":"uri",
2148
- "locationName":"restapi_id"
2149
- },
2150
- "deploymentId":{
2151
- "shape":"String",
2152
- "location":"uri",
2153
- "locationName":"deployment_id"
2154
- }
2155
- }
2156
- },
2157
- "DeleteDocumentationPartRequest":{
2158
- "type":"structure",
2159
- "required":[
2160
- "restApiId",
2161
- "documentationPartId"
2162
- ],
2163
- "members":{
2164
- "restApiId":{
2165
- "shape":"String",
2166
- "location":"uri",
2167
- "locationName":"restapi_id"
2168
- },
2169
- "documentationPartId":{
2170
- "shape":"String",
2171
- "location":"uri",
2172
- "locationName":"part_id"
2173
- }
2174
- }
2175
- },
2176
- "DeleteDocumentationVersionRequest":{
2177
- "type":"structure",
2178
- "required":[
2179
- "restApiId",
2180
- "documentationVersion"
2181
- ],
2182
- "members":{
2183
- "restApiId":{
2184
- "shape":"String",
2185
- "location":"uri",
2186
- "locationName":"restapi_id"
2187
- },
2188
- "documentationVersion":{
2189
- "shape":"String",
2190
- "location":"uri",
2191
- "locationName":"doc_version"
2192
- }
2193
- }
2194
- },
2195
- "DeleteDomainNameRequest":{
2196
- "type":"structure",
2197
- "required":["domainName"],
2198
- "members":{
2199
- "domainName":{
2200
- "shape":"String",
2201
- "location":"uri",
2202
- "locationName":"domain_name"
2203
- }
2204
- }
2205
- },
2206
- "DeleteIntegrationRequest":{
2207
- "type":"structure",
2208
- "required":[
2209
- "restApiId",
2210
- "resourceId",
2211
- "httpMethod"
2212
- ],
2213
- "members":{
2214
- "restApiId":{
2215
- "shape":"String",
2216
- "location":"uri",
2217
- "locationName":"restapi_id"
2218
- },
2219
- "resourceId":{
2220
- "shape":"String",
2221
- "location":"uri",
2222
- "locationName":"resource_id"
2223
- },
2224
- "httpMethod":{
2225
- "shape":"String",
2226
- "location":"uri",
2227
- "locationName":"http_method"
2228
- }
2229
- }
2230
- },
2231
- "DeleteIntegrationResponseRequest":{
2232
- "type":"structure",
2233
- "required":[
2234
- "restApiId",
2235
- "resourceId",
2236
- "httpMethod",
2237
- "statusCode"
2238
- ],
2239
- "members":{
2240
- "restApiId":{
2241
- "shape":"String",
2242
- "location":"uri",
2243
- "locationName":"restapi_id"
2244
- },
2245
- "resourceId":{
2246
- "shape":"String",
2247
- "location":"uri",
2248
- "locationName":"resource_id"
2249
- },
2250
- "httpMethod":{
2251
- "shape":"String",
2252
- "location":"uri",
2253
- "locationName":"http_method"
2254
- },
2255
- "statusCode":{
2256
- "shape":"StatusCode",
2257
- "location":"uri",
2258
- "locationName":"status_code"
2259
- }
2260
- }
2261
- },
2262
- "DeleteMethodRequest":{
2263
- "type":"structure",
2264
- "required":[
2265
- "restApiId",
2266
- "resourceId",
2267
- "httpMethod"
2268
- ],
2269
- "members":{
2270
- "restApiId":{
2271
- "shape":"String",
2272
- "location":"uri",
2273
- "locationName":"restapi_id"
2274
- },
2275
- "resourceId":{
2276
- "shape":"String",
2277
- "location":"uri",
2278
- "locationName":"resource_id"
2279
- },
2280
- "httpMethod":{
2281
- "shape":"String",
2282
- "location":"uri",
2283
- "locationName":"http_method"
2284
- }
2285
- }
2286
- },
2287
- "DeleteMethodResponseRequest":{
2288
- "type":"structure",
2289
- "required":[
2290
- "restApiId",
2291
- "resourceId",
2292
- "httpMethod",
2293
- "statusCode"
2294
- ],
2295
- "members":{
2296
- "restApiId":{
2297
- "shape":"String",
2298
- "location":"uri",
2299
- "locationName":"restapi_id"
2300
- },
2301
- "resourceId":{
2302
- "shape":"String",
2303
- "location":"uri",
2304
- "locationName":"resource_id"
2305
- },
2306
- "httpMethod":{
2307
- "shape":"String",
2308
- "location":"uri",
2309
- "locationName":"http_method"
2310
- },
2311
- "statusCode":{
2312
- "shape":"StatusCode",
2313
- "location":"uri",
2314
- "locationName":"status_code"
2315
- }
2316
- }
2317
- },
2318
- "DeleteModelRequest":{
2319
- "type":"structure",
2320
- "required":[
2321
- "restApiId",
2322
- "modelName"
2323
- ],
2324
- "members":{
2325
- "restApiId":{
2326
- "shape":"String",
2327
- "location":"uri",
2328
- "locationName":"restapi_id"
2329
- },
2330
- "modelName":{
2331
- "shape":"String",
2332
- "location":"uri",
2333
- "locationName":"model_name"
2334
- }
2335
- }
2336
- },
2337
- "DeleteRequestValidatorRequest":{
2338
- "type":"structure",
2339
- "required":[
2340
- "restApiId",
2341
- "requestValidatorId"
2342
- ],
2343
- "members":{
2344
- "restApiId":{
2345
- "shape":"String",
2346
- "location":"uri",
2347
- "locationName":"restapi_id"
2348
- },
2349
- "requestValidatorId":{
2350
- "shape":"String",
2351
- "location":"uri",
2352
- "locationName":"requestvalidator_id"
2353
- }
2354
- }
2355
- },
2356
- "DeleteResourceRequest":{
2357
- "type":"structure",
2358
- "required":[
2359
- "restApiId",
2360
- "resourceId"
2361
- ],
2362
- "members":{
2363
- "restApiId":{
2364
- "shape":"String",
2365
- "location":"uri",
2366
- "locationName":"restapi_id"
2367
- },
2368
- "resourceId":{
2369
- "shape":"String",
2370
- "location":"uri",
2371
- "locationName":"resource_id"
2372
- }
2373
- }
2374
- },
2375
- "DeleteRestApiRequest":{
2376
- "type":"structure",
2377
- "required":["restApiId"],
2378
- "members":{
2379
- "restApiId":{
2380
- "shape":"String",
2381
- "location":"uri",
2382
- "locationName":"restapi_id"
2383
- }
2384
- }
2385
- },
2386
- "DeleteStageRequest":{
2387
- "type":"structure",
2388
- "required":[
2389
- "restApiId",
2390
- "stageName"
2391
- ],
2392
- "members":{
2393
- "restApiId":{
2394
- "shape":"String",
2395
- "location":"uri",
2396
- "locationName":"restapi_id"
2397
- },
2398
- "stageName":{
2399
- "shape":"String",
2400
- "location":"uri",
2401
- "locationName":"stage_name"
2402
- }
2403
- }
2404
- },
2405
- "DeleteUsagePlanKeyRequest":{
2406
- "type":"structure",
2407
- "required":[
2408
- "usagePlanId",
2409
- "keyId"
2410
- ],
2411
- "members":{
2412
- "usagePlanId":{
2413
- "shape":"String",
2414
- "location":"uri",
2415
- "locationName":"usageplanId"
2416
- },
2417
- "keyId":{
2418
- "shape":"String",
2419
- "location":"uri",
2420
- "locationName":"keyId"
2421
- }
2422
- }
2423
- },
2424
- "DeleteUsagePlanRequest":{
2425
- "type":"structure",
2426
- "required":["usagePlanId"],
2427
- "members":{
2428
- "usagePlanId":{
2429
- "shape":"String",
2430
- "location":"uri",
2431
- "locationName":"usageplanId"
2432
- }
2433
- }
2434
- },
2435
- "Deployment":{
2436
- "type":"structure",
2437
- "members":{
2438
- "id":{"shape":"String"},
2439
- "description":{"shape":"String"},
2440
- "createdDate":{"shape":"Timestamp"},
2441
- "apiSummary":{"shape":"PathToMapOfMethodSnapshot"}
2442
- }
2443
- },
2444
- "Deployments":{
2445
- "type":"structure",
2446
- "members":{
2447
- "position":{"shape":"String"},
2448
- "items":{
2449
- "shape":"ListOfDeployment",
2450
- "locationName":"item"
2451
- }
2452
- }
2453
- },
2454
- "DocumentationPart":{
2455
- "type":"structure",
2456
- "members":{
2457
- "id":{"shape":"String"},
2458
- "location":{"shape":"DocumentationPartLocation"},
2459
- "properties":{"shape":"String"}
2460
- }
2461
- },
2462
- "DocumentationPartIds":{
2463
- "type":"structure",
2464
- "members":{
2465
- "ids":{"shape":"ListOfString"},
2466
- "warnings":{"shape":"ListOfString"}
2467
- }
2468
- },
2469
- "DocumentationPartLocation":{
2470
- "type":"structure",
2471
- "required":["type"],
2472
- "members":{
2473
- "type":{"shape":"DocumentationPartType"},
2474
- "path":{"shape":"String"},
2475
- "method":{"shape":"String"},
2476
- "statusCode":{"shape":"DocumentationPartLocationStatusCode"},
2477
- "name":{"shape":"String"}
2478
- }
2479
- },
2480
- "DocumentationPartLocationStatusCode":{
2481
- "type":"string",
2482
- "pattern":"^([1-5]\\d\\d|\\*|\\s*)$"
2483
- },
2484
- "DocumentationPartType":{
2485
- "type":"string",
2486
- "enum":[
2487
- "API",
2488
- "AUTHORIZER",
2489
- "MODEL",
2490
- "RESOURCE",
2491
- "METHOD",
2492
- "PATH_PARAMETER",
2493
- "QUERY_PARAMETER",
2494
- "REQUEST_HEADER",
2495
- "REQUEST_BODY",
2496
- "RESPONSE",
2497
- "RESPONSE_HEADER",
2498
- "RESPONSE_BODY"
2499
- ]
2500
- },
2501
- "DocumentationParts":{
2502
- "type":"structure",
2503
- "members":{
2504
- "position":{"shape":"String"},
2505
- "items":{
2506
- "shape":"ListOfDocumentationPart",
2507
- "locationName":"item"
2508
- }
2509
- }
2510
- },
2511
- "DocumentationVersion":{
2512
- "type":"structure",
2513
- "members":{
2514
- "version":{"shape":"String"},
2515
- "createdDate":{"shape":"Timestamp"},
2516
- "description":{"shape":"String"}
2517
- }
2518
- },
2519
- "DocumentationVersions":{
2520
- "type":"structure",
2521
- "members":{
2522
- "position":{"shape":"String"},
2523
- "items":{
2524
- "shape":"ListOfDocumentationVersion",
2525
- "locationName":"item"
2526
- }
2527
- }
2528
- },
2529
- "DomainName":{
2530
- "type":"structure",
2531
- "members":{
2532
- "domainName":{"shape":"String"},
2533
- "certificateName":{"shape":"String"},
2534
- "certificateArn":{"shape":"String"},
2535
- "certificateUploadDate":{"shape":"Timestamp"},
2536
- "distributionDomainName":{"shape":"String"}
2537
- }
2538
- },
2539
- "DomainNames":{
2540
- "type":"structure",
2541
- "members":{
2542
- "position":{"shape":"String"},
2543
- "items":{
2544
- "shape":"ListOfDomainName",
2545
- "locationName":"item"
2546
- }
2547
- }
2548
- },
2549
- "Double":{"type":"double"},
2550
- "ExportResponse":{
2551
- "type":"structure",
2552
- "members":{
2553
- "contentType":{
2554
- "shape":"String",
2555
- "location":"header",
2556
- "locationName":"Content-Type"
2557
- },
2558
- "contentDisposition":{
2559
- "shape":"String",
2560
- "location":"header",
2561
- "locationName":"Content-Disposition"
2562
- },
2563
- "body":{"shape":"Blob"}
2564
- },
2565
- "payload":"body"
2566
- },
2567
- "FlushStageAuthorizersCacheRequest":{
2568
- "type":"structure",
2569
- "required":[
2570
- "restApiId",
2571
- "stageName"
2572
- ],
2573
- "members":{
2574
- "restApiId":{
2575
- "shape":"String",
2576
- "location":"uri",
2577
- "locationName":"restapi_id"
2578
- },
2579
- "stageName":{
2580
- "shape":"String",
2581
- "location":"uri",
2582
- "locationName":"stage_name"
2583
- }
2584
- }
2585
- },
2586
- "FlushStageCacheRequest":{
2587
- "type":"structure",
2588
- "required":[
2589
- "restApiId",
2590
- "stageName"
2591
- ],
2592
- "members":{
2593
- "restApiId":{
2594
- "shape":"String",
2595
- "location":"uri",
2596
- "locationName":"restapi_id"
2597
- },
2598
- "stageName":{
2599
- "shape":"String",
2600
- "location":"uri",
2601
- "locationName":"stage_name"
2602
- }
2603
- }
2604
- },
2605
- "GenerateClientCertificateRequest":{
2606
- "type":"structure",
2607
- "members":{
2608
- "description":{"shape":"String"}
2609
- }
2610
- },
2611
- "GetAccountRequest":{
2612
- "type":"structure",
2613
- "members":{
2614
- }
2615
- },
2616
- "GetApiKeyRequest":{
2617
- "type":"structure",
2618
- "required":["apiKey"],
2619
- "members":{
2620
- "apiKey":{
2621
- "shape":"String",
2622
- "location":"uri",
2623
- "locationName":"api_Key"
2624
- },
2625
- "includeValue":{
2626
- "shape":"NullableBoolean",
2627
- "location":"querystring",
2628
- "locationName":"includeValue"
2629
- }
2630
- }
2631
- },
2632
- "GetApiKeysRequest":{
2633
- "type":"structure",
2634
- "members":{
2635
- "position":{
2636
- "shape":"String",
2637
- "location":"querystring",
2638
- "locationName":"position"
2639
- },
2640
- "limit":{
2641
- "shape":"NullableInteger",
2642
- "location":"querystring",
2643
- "locationName":"limit"
2644
- },
2645
- "nameQuery":{
2646
- "shape":"String",
2647
- "location":"querystring",
2648
- "locationName":"name"
2649
- },
2650
- "customerId":{
2651
- "shape":"String",
2652
- "location":"querystring",
2653
- "locationName":"customerId"
2654
- },
2655
- "includeValues":{
2656
- "shape":"NullableBoolean",
2657
- "location":"querystring",
2658
- "locationName":"includeValues"
2659
- }
2660
- }
2661
- },
2662
- "GetAuthorizerRequest":{
2663
- "type":"structure",
2664
- "required":[
2665
- "restApiId",
2666
- "authorizerId"
2667
- ],
2668
- "members":{
2669
- "restApiId":{
2670
- "shape":"String",
2671
- "location":"uri",
2672
- "locationName":"restapi_id"
2673
- },
2674
- "authorizerId":{
2675
- "shape":"String",
2676
- "location":"uri",
2677
- "locationName":"authorizer_id"
2678
- }
2679
- }
2680
- },
2681
- "GetAuthorizersRequest":{
2682
- "type":"structure",
2683
- "required":["restApiId"],
2684
- "members":{
2685
- "restApiId":{
2686
- "shape":"String",
2687
- "location":"uri",
2688
- "locationName":"restapi_id"
2689
- },
2690
- "position":{
2691
- "shape":"String",
2692
- "location":"querystring",
2693
- "locationName":"position"
2694
- },
2695
- "limit":{
2696
- "shape":"NullableInteger",
2697
- "location":"querystring",
2698
- "locationName":"limit"
2699
- }
2700
- }
2701
- },
2702
- "GetBasePathMappingRequest":{
2703
- "type":"structure",
2704
- "required":[
2705
- "domainName",
2706
- "basePath"
2707
- ],
2708
- "members":{
2709
- "domainName":{
2710
- "shape":"String",
2711
- "location":"uri",
2712
- "locationName":"domain_name"
2713
- },
2714
- "basePath":{
2715
- "shape":"String",
2716
- "location":"uri",
2717
- "locationName":"base_path"
2718
- }
2719
- }
2720
- },
2721
- "GetBasePathMappingsRequest":{
2722
- "type":"structure",
2723
- "required":["domainName"],
2724
- "members":{
2725
- "domainName":{
2726
- "shape":"String",
2727
- "location":"uri",
2728
- "locationName":"domain_name"
2729
- },
2730
- "position":{
2731
- "shape":"String",
2732
- "location":"querystring",
2733
- "locationName":"position"
2734
- },
2735
- "limit":{
2736
- "shape":"NullableInteger",
2737
- "location":"querystring",
2738
- "locationName":"limit"
2739
- }
2740
- }
2741
- },
2742
- "GetClientCertificateRequest":{
2743
- "type":"structure",
2744
- "required":["clientCertificateId"],
2745
- "members":{
2746
- "clientCertificateId":{
2747
- "shape":"String",
2748
- "location":"uri",
2749
- "locationName":"clientcertificate_id"
2750
- }
2751
- }
2752
- },
2753
- "GetClientCertificatesRequest":{
2754
- "type":"structure",
2755
- "members":{
2756
- "position":{
2757
- "shape":"String",
2758
- "location":"querystring",
2759
- "locationName":"position"
2760
- },
2761
- "limit":{
2762
- "shape":"NullableInteger",
2763
- "location":"querystring",
2764
- "locationName":"limit"
2765
- }
2766
- }
2767
- },
2768
- "GetDeploymentRequest":{
2769
- "type":"structure",
2770
- "required":[
2771
- "restApiId",
2772
- "deploymentId"
2773
- ],
2774
- "members":{
2775
- "restApiId":{
2776
- "shape":"String",
2777
- "location":"uri",
2778
- "locationName":"restapi_id"
2779
- },
2780
- "deploymentId":{
2781
- "shape":"String",
2782
- "location":"uri",
2783
- "locationName":"deployment_id"
2784
- },
2785
- "embed":{
2786
- "shape":"ListOfString",
2787
- "location":"querystring",
2788
- "locationName":"embed"
2789
- }
2790
- }
2791
- },
2792
- "GetDeploymentsRequest":{
2793
- "type":"structure",
2794
- "required":["restApiId"],
2795
- "members":{
2796
- "restApiId":{
2797
- "shape":"String",
2798
- "location":"uri",
2799
- "locationName":"restapi_id"
2800
- },
2801
- "position":{
2802
- "shape":"String",
2803
- "location":"querystring",
2804
- "locationName":"position"
2805
- },
2806
- "limit":{
2807
- "shape":"NullableInteger",
2808
- "location":"querystring",
2809
- "locationName":"limit"
2810
- }
2811
- }
2812
- },
2813
- "GetDocumentationPartRequest":{
2814
- "type":"structure",
2815
- "required":[
2816
- "restApiId",
2817
- "documentationPartId"
2818
- ],
2819
- "members":{
2820
- "restApiId":{
2821
- "shape":"String",
2822
- "location":"uri",
2823
- "locationName":"restapi_id"
2824
- },
2825
- "documentationPartId":{
2826
- "shape":"String",
2827
- "location":"uri",
2828
- "locationName":"part_id"
2829
- }
2830
- }
2831
- },
2832
- "GetDocumentationPartsRequest":{
2833
- "type":"structure",
2834
- "required":["restApiId"],
2835
- "members":{
2836
- "restApiId":{
2837
- "shape":"String",
2838
- "location":"uri",
2839
- "locationName":"restapi_id"
2840
- },
2841
- "type":{
2842
- "shape":"DocumentationPartType",
2843
- "location":"querystring",
2844
- "locationName":"type"
2845
- },
2846
- "nameQuery":{
2847
- "shape":"String",
2848
- "location":"querystring",
2849
- "locationName":"name"
2850
- },
2851
- "path":{
2852
- "shape":"String",
2853
- "location":"querystring",
2854
- "locationName":"path"
2855
- },
2856
- "position":{
2857
- "shape":"String",
2858
- "location":"querystring",
2859
- "locationName":"position"
2860
- },
2861
- "limit":{
2862
- "shape":"NullableInteger",
2863
- "location":"querystring",
2864
- "locationName":"limit"
2865
- }
2866
- }
2867
- },
2868
- "GetDocumentationVersionRequest":{
2869
- "type":"structure",
2870
- "required":[
2871
- "restApiId",
2872
- "documentationVersion"
2873
- ],
2874
- "members":{
2875
- "restApiId":{
2876
- "shape":"String",
2877
- "location":"uri",
2878
- "locationName":"restapi_id"
2879
- },
2880
- "documentationVersion":{
2881
- "shape":"String",
2882
- "location":"uri",
2883
- "locationName":"doc_version"
2884
- }
2885
- }
2886
- },
2887
- "GetDocumentationVersionsRequest":{
2888
- "type":"structure",
2889
- "required":["restApiId"],
2890
- "members":{
2891
- "restApiId":{
2892
- "shape":"String",
2893
- "location":"uri",
2894
- "locationName":"restapi_id"
2895
- },
2896
- "position":{
2897
- "shape":"String",
2898
- "location":"querystring",
2899
- "locationName":"position"
2900
- },
2901
- "limit":{
2902
- "shape":"NullableInteger",
2903
- "location":"querystring",
2904
- "locationName":"limit"
2905
- }
2906
- }
2907
- },
2908
- "GetDomainNameRequest":{
2909
- "type":"structure",
2910
- "required":["domainName"],
2911
- "members":{
2912
- "domainName":{
2913
- "shape":"String",
2914
- "location":"uri",
2915
- "locationName":"domain_name"
2916
- }
2917
- }
2918
- },
2919
- "GetDomainNamesRequest":{
2920
- "type":"structure",
2921
- "members":{
2922
- "position":{
2923
- "shape":"String",
2924
- "location":"querystring",
2925
- "locationName":"position"
2926
- },
2927
- "limit":{
2928
- "shape":"NullableInteger",
2929
- "location":"querystring",
2930
- "locationName":"limit"
2931
- }
2932
- }
2933
- },
2934
- "GetExportRequest":{
2935
- "type":"structure",
2936
- "required":[
2937
- "restApiId",
2938
- "stageName",
2939
- "exportType"
2940
- ],
2941
- "members":{
2942
- "restApiId":{
2943
- "shape":"String",
2944
- "location":"uri",
2945
- "locationName":"restapi_id"
2946
- },
2947
- "stageName":{
2948
- "shape":"String",
2949
- "location":"uri",
2950
- "locationName":"stage_name"
2951
- },
2952
- "exportType":{
2953
- "shape":"String",
2954
- "location":"uri",
2955
- "locationName":"export_type"
2956
- },
2957
- "parameters":{
2958
- "shape":"MapOfStringToString",
2959
- "location":"querystring"
2960
- },
2961
- "accepts":{
2962
- "shape":"String",
2963
- "location":"header",
2964
- "locationName":"Accept"
2965
- }
2966
- }
2967
- },
2968
- "GetIntegrationRequest":{
2969
- "type":"structure",
2970
- "required":[
2971
- "restApiId",
2972
- "resourceId",
2973
- "httpMethod"
2974
- ],
2975
- "members":{
2976
- "restApiId":{
2977
- "shape":"String",
2978
- "location":"uri",
2979
- "locationName":"restapi_id"
2980
- },
2981
- "resourceId":{
2982
- "shape":"String",
2983
- "location":"uri",
2984
- "locationName":"resource_id"
2985
- },
2986
- "httpMethod":{
2987
- "shape":"String",
2988
- "location":"uri",
2989
- "locationName":"http_method"
2990
- }
2991
- }
2992
- },
2993
- "GetIntegrationResponseRequest":{
2994
- "type":"structure",
2995
- "required":[
2996
- "restApiId",
2997
- "resourceId",
2998
- "httpMethod",
2999
- "statusCode"
3000
- ],
3001
- "members":{
3002
- "restApiId":{
3003
- "shape":"String",
3004
- "location":"uri",
3005
- "locationName":"restapi_id"
3006
- },
3007
- "resourceId":{
3008
- "shape":"String",
3009
- "location":"uri",
3010
- "locationName":"resource_id"
3011
- },
3012
- "httpMethod":{
3013
- "shape":"String",
3014
- "location":"uri",
3015
- "locationName":"http_method"
3016
- },
3017
- "statusCode":{
3018
- "shape":"StatusCode",
3019
- "location":"uri",
3020
- "locationName":"status_code"
3021
- }
3022
- }
3023
- },
3024
- "GetMethodRequest":{
3025
- "type":"structure",
3026
- "required":[
3027
- "restApiId",
3028
- "resourceId",
3029
- "httpMethod"
3030
- ],
3031
- "members":{
3032
- "restApiId":{
3033
- "shape":"String",
3034
- "location":"uri",
3035
- "locationName":"restapi_id"
3036
- },
3037
- "resourceId":{
3038
- "shape":"String",
3039
- "location":"uri",
3040
- "locationName":"resource_id"
3041
- },
3042
- "httpMethod":{
3043
- "shape":"String",
3044
- "location":"uri",
3045
- "locationName":"http_method"
3046
- }
3047
- }
3048
- },
3049
- "GetMethodResponseRequest":{
3050
- "type":"structure",
3051
- "required":[
3052
- "restApiId",
3053
- "resourceId",
3054
- "httpMethod",
3055
- "statusCode"
3056
- ],
3057
- "members":{
3058
- "restApiId":{
3059
- "shape":"String",
3060
- "location":"uri",
3061
- "locationName":"restapi_id"
3062
- },
3063
- "resourceId":{
3064
- "shape":"String",
3065
- "location":"uri",
3066
- "locationName":"resource_id"
3067
- },
3068
- "httpMethod":{
3069
- "shape":"String",
3070
- "location":"uri",
3071
- "locationName":"http_method"
3072
- },
3073
- "statusCode":{
3074
- "shape":"StatusCode",
3075
- "location":"uri",
3076
- "locationName":"status_code"
3077
- }
3078
- }
3079
- },
3080
- "GetModelRequest":{
3081
- "type":"structure",
3082
- "required":[
3083
- "restApiId",
3084
- "modelName"
3085
- ],
3086
- "members":{
3087
- "restApiId":{
3088
- "shape":"String",
3089
- "location":"uri",
3090
- "locationName":"restapi_id"
3091
- },
3092
- "modelName":{
3093
- "shape":"String",
3094
- "location":"uri",
3095
- "locationName":"model_name"
3096
- },
3097
- "flatten":{
3098
- "shape":"Boolean",
3099
- "location":"querystring",
3100
- "locationName":"flatten"
3101
- }
3102
- }
3103
- },
3104
- "GetModelTemplateRequest":{
3105
- "type":"structure",
3106
- "required":[
3107
- "restApiId",
3108
- "modelName"
3109
- ],
3110
- "members":{
3111
- "restApiId":{
3112
- "shape":"String",
3113
- "location":"uri",
3114
- "locationName":"restapi_id"
3115
- },
3116
- "modelName":{
3117
- "shape":"String",
3118
- "location":"uri",
3119
- "locationName":"model_name"
3120
- }
3121
- }
3122
- },
3123
- "GetModelsRequest":{
3124
- "type":"structure",
3125
- "required":["restApiId"],
3126
- "members":{
3127
- "restApiId":{
3128
- "shape":"String",
3129
- "location":"uri",
3130
- "locationName":"restapi_id"
3131
- },
3132
- "position":{
3133
- "shape":"String",
3134
- "location":"querystring",
3135
- "locationName":"position"
3136
- },
3137
- "limit":{
3138
- "shape":"NullableInteger",
3139
- "location":"querystring",
3140
- "locationName":"limit"
3141
- }
3142
- }
3143
- },
3144
- "GetRequestValidatorRequest":{
3145
- "type":"structure",
3146
- "required":[
3147
- "restApiId",
3148
- "requestValidatorId"
3149
- ],
3150
- "members":{
3151
- "restApiId":{
3152
- "shape":"String",
3153
- "location":"uri",
3154
- "locationName":"restapi_id"
3155
- },
3156
- "requestValidatorId":{
3157
- "shape":"String",
3158
- "location":"uri",
3159
- "locationName":"requestvalidator_id"
3160
- }
3161
- }
3162
- },
3163
- "GetRequestValidatorsRequest":{
3164
- "type":"structure",
3165
- "required":["restApiId"],
3166
- "members":{
3167
- "restApiId":{
3168
- "shape":"String",
3169
- "location":"uri",
3170
- "locationName":"restapi_id"
3171
- },
3172
- "position":{
3173
- "shape":"String",
3174
- "location":"querystring",
3175
- "locationName":"position"
3176
- },
3177
- "limit":{
3178
- "shape":"NullableInteger",
3179
- "location":"querystring",
3180
- "locationName":"limit"
3181
- }
3182
- }
3183
- },
3184
- "GetResourceRequest":{
3185
- "type":"structure",
3186
- "required":[
3187
- "restApiId",
3188
- "resourceId"
3189
- ],
3190
- "members":{
3191
- "restApiId":{
3192
- "shape":"String",
3193
- "location":"uri",
3194
- "locationName":"restapi_id"
3195
- },
3196
- "resourceId":{
3197
- "shape":"String",
3198
- "location":"uri",
3199
- "locationName":"resource_id"
3200
- },
3201
- "embed":{
3202
- "shape":"ListOfString",
3203
- "location":"querystring",
3204
- "locationName":"embed"
3205
- }
3206
- }
3207
- },
3208
- "GetResourcesRequest":{
3209
- "type":"structure",
3210
- "required":["restApiId"],
3211
- "members":{
3212
- "restApiId":{
3213
- "shape":"String",
3214
- "location":"uri",
3215
- "locationName":"restapi_id"
3216
- },
3217
- "position":{
3218
- "shape":"String",
3219
- "location":"querystring",
3220
- "locationName":"position"
3221
- },
3222
- "limit":{
3223
- "shape":"NullableInteger",
3224
- "location":"querystring",
3225
- "locationName":"limit"
3226
- },
3227
- "embed":{
3228
- "shape":"ListOfString",
3229
- "location":"querystring",
3230
- "locationName":"embed"
3231
- }
3232
- }
3233
- },
3234
- "GetRestApiRequest":{
3235
- "type":"structure",
3236
- "required":["restApiId"],
3237
- "members":{
3238
- "restApiId":{
3239
- "shape":"String",
3240
- "location":"uri",
3241
- "locationName":"restapi_id"
3242
- }
3243
- }
3244
- },
3245
- "GetRestApisRequest":{
3246
- "type":"structure",
3247
- "members":{
3248
- "position":{
3249
- "shape":"String",
3250
- "location":"querystring",
3251
- "locationName":"position"
3252
- },
3253
- "limit":{
3254
- "shape":"NullableInteger",
3255
- "location":"querystring",
3256
- "locationName":"limit"
3257
- }
3258
- }
3259
- },
3260
- "GetSdkRequest":{
3261
- "type":"structure",
3262
- "required":[
3263
- "restApiId",
3264
- "stageName",
3265
- "sdkType"
3266
- ],
3267
- "members":{
3268
- "restApiId":{
3269
- "shape":"String",
3270
- "location":"uri",
3271
- "locationName":"restapi_id"
3272
- },
3273
- "stageName":{
3274
- "shape":"String",
3275
- "location":"uri",
3276
- "locationName":"stage_name"
3277
- },
3278
- "sdkType":{
3279
- "shape":"String",
3280
- "location":"uri",
3281
- "locationName":"sdk_type"
3282
- },
3283
- "parameters":{
3284
- "shape":"MapOfStringToString",
3285
- "location":"querystring"
3286
- }
3287
- }
3288
- },
3289
- "GetSdkTypeRequest":{
3290
- "type":"structure",
3291
- "required":["id"],
3292
- "members":{
3293
- "id":{
3294
- "shape":"String",
3295
- "location":"uri",
3296
- "locationName":"sdktype_id"
3297
- }
3298
- }
3299
- },
3300
- "GetSdkTypesRequest":{
3301
- "type":"structure",
3302
- "members":{
3303
- "position":{
3304
- "shape":"String",
3305
- "location":"querystring",
3306
- "locationName":"position"
3307
- },
3308
- "limit":{
3309
- "shape":"NullableInteger",
3310
- "location":"querystring",
3311
- "locationName":"limit"
3312
- }
3313
- }
3314
- },
3315
- "GetStageRequest":{
3316
- "type":"structure",
3317
- "required":[
3318
- "restApiId",
3319
- "stageName"
3320
- ],
3321
- "members":{
3322
- "restApiId":{
3323
- "shape":"String",
3324
- "location":"uri",
3325
- "locationName":"restapi_id"
3326
- },
3327
- "stageName":{
3328
- "shape":"String",
3329
- "location":"uri",
3330
- "locationName":"stage_name"
3331
- }
3332
- }
3333
- },
3334
- "GetStagesRequest":{
3335
- "type":"structure",
3336
- "required":["restApiId"],
3337
- "members":{
3338
- "restApiId":{
3339
- "shape":"String",
3340
- "location":"uri",
3341
- "locationName":"restapi_id"
3342
- },
3343
- "deploymentId":{
3344
- "shape":"String",
3345
- "location":"querystring",
3346
- "locationName":"deploymentId"
3347
- }
3348
- }
3349
- },
3350
- "GetUsagePlanKeyRequest":{
3351
- "type":"structure",
3352
- "required":[
3353
- "usagePlanId",
3354
- "keyId"
3355
- ],
3356
- "members":{
3357
- "usagePlanId":{
3358
- "shape":"String",
3359
- "location":"uri",
3360
- "locationName":"usageplanId"
3361
- },
3362
- "keyId":{
3363
- "shape":"String",
3364
- "location":"uri",
3365
- "locationName":"keyId"
3366
- }
3367
- }
3368
- },
3369
- "GetUsagePlanKeysRequest":{
3370
- "type":"structure",
3371
- "required":["usagePlanId"],
3372
- "members":{
3373
- "usagePlanId":{
3374
- "shape":"String",
3375
- "location":"uri",
3376
- "locationName":"usageplanId"
3377
- },
3378
- "position":{
3379
- "shape":"String",
3380
- "location":"querystring",
3381
- "locationName":"position"
3382
- },
3383
- "limit":{
3384
- "shape":"NullableInteger",
3385
- "location":"querystring",
3386
- "locationName":"limit"
3387
- },
3388
- "nameQuery":{
3389
- "shape":"String",
3390
- "location":"querystring",
3391
- "locationName":"name"
3392
- }
3393
- }
3394
- },
3395
- "GetUsagePlanRequest":{
3396
- "type":"structure",
3397
- "required":["usagePlanId"],
3398
- "members":{
3399
- "usagePlanId":{
3400
- "shape":"String",
3401
- "location":"uri",
3402
- "locationName":"usageplanId"
3403
- }
3404
- }
3405
- },
3406
- "GetUsagePlansRequest":{
3407
- "type":"structure",
3408
- "members":{
3409
- "position":{
3410
- "shape":"String",
3411
- "location":"querystring",
3412
- "locationName":"position"
3413
- },
3414
- "keyId":{
3415
- "shape":"String",
3416
- "location":"querystring",
3417
- "locationName":"keyId"
3418
- },
3419
- "limit":{
3420
- "shape":"NullableInteger",
3421
- "location":"querystring",
3422
- "locationName":"limit"
3423
- }
3424
- }
3425
- },
3426
- "GetUsageRequest":{
3427
- "type":"structure",
3428
- "required":[
3429
- "usagePlanId",
3430
- "startDate",
3431
- "endDate"
3432
- ],
3433
- "members":{
3434
- "usagePlanId":{
3435
- "shape":"String",
3436
- "location":"uri",
3437
- "locationName":"usageplanId"
3438
- },
3439
- "keyId":{
3440
- "shape":"String",
3441
- "location":"querystring",
3442
- "locationName":"keyId"
3443
- },
3444
- "startDate":{
3445
- "shape":"String",
3446
- "location":"querystring",
3447
- "locationName":"startDate"
3448
- },
3449
- "endDate":{
3450
- "shape":"String",
3451
- "location":"querystring",
3452
- "locationName":"endDate"
3453
- },
3454
- "position":{
3455
- "shape":"String",
3456
- "location":"querystring",
3457
- "locationName":"position"
3458
- },
3459
- "limit":{
3460
- "shape":"NullableInteger",
3461
- "location":"querystring",
3462
- "locationName":"limit"
3463
- }
3464
- }
3465
- },
3466
- "ImportApiKeysRequest":{
3467
- "type":"structure",
3468
- "required":[
3469
- "body",
3470
- "format"
3471
- ],
3472
- "members":{
3473
- "body":{"shape":"Blob"},
3474
- "format":{
3475
- "shape":"ApiKeysFormat",
3476
- "location":"querystring",
3477
- "locationName":"format"
3478
- },
3479
- "failOnWarnings":{
3480
- "shape":"Boolean",
3481
- "location":"querystring",
3482
- "locationName":"failonwarnings"
3483
- }
3484
- },
3485
- "payload":"body"
3486
- },
3487
- "ImportDocumentationPartsRequest":{
3488
- "type":"structure",
3489
- "required":[
3490
- "restApiId",
3491
- "body"
3492
- ],
3493
- "members":{
3494
- "restApiId":{
3495
- "shape":"String",
3496
- "location":"uri",
3497
- "locationName":"restapi_id"
3498
- },
3499
- "mode":{
3500
- "shape":"PutMode",
3501
- "location":"querystring",
3502
- "locationName":"mode"
3503
- },
3504
- "failOnWarnings":{
3505
- "shape":"Boolean",
3506
- "location":"querystring",
3507
- "locationName":"failonwarnings"
3508
- },
3509
- "body":{"shape":"Blob"}
3510
- },
3511
- "payload":"body"
3512
- },
3513
- "ImportRestApiRequest":{
3514
- "type":"structure",
3515
- "required":["body"],
3516
- "members":{
3517
- "failOnWarnings":{
3518
- "shape":"Boolean",
3519
- "location":"querystring",
3520
- "locationName":"failonwarnings"
3521
- },
3522
- "parameters":{
3523
- "shape":"MapOfStringToString",
3524
- "location":"querystring"
3525
- },
3526
- "body":{"shape":"Blob"}
3527
- },
3528
- "payload":"body"
3529
- },
3530
- "Integer":{"type":"integer"},
3531
- "Integration":{
3532
- "type":"structure",
3533
- "members":{
3534
- "type":{"shape":"IntegrationType"},
3535
- "httpMethod":{"shape":"String"},
3536
- "uri":{"shape":"String"},
3537
- "credentials":{"shape":"String"},
3538
- "requestParameters":{"shape":"MapOfStringToString"},
3539
- "requestTemplates":{"shape":"MapOfStringToString"},
3540
- "passthroughBehavior":{"shape":"String"},
3541
- "contentHandling":{"shape":"ContentHandlingStrategy"},
3542
- "cacheNamespace":{"shape":"String"},
3543
- "cacheKeyParameters":{"shape":"ListOfString"},
3544
- "integrationResponses":{"shape":"MapOfIntegrationResponse"}
3545
- }
3546
- },
3547
- "IntegrationResponse":{
3548
- "type":"structure",
3549
- "members":{
3550
- "statusCode":{"shape":"StatusCode"},
3551
- "selectionPattern":{"shape":"String"},
3552
- "responseParameters":{"shape":"MapOfStringToString"},
3553
- "responseTemplates":{"shape":"MapOfStringToString"},
3554
- "contentHandling":{"shape":"ContentHandlingStrategy"}
3555
- }
3556
- },
3557
- "IntegrationType":{
3558
- "type":"string",
3559
- "enum":[
3560
- "HTTP",
3561
- "AWS",
3562
- "MOCK",
3563
- "HTTP_PROXY",
3564
- "AWS_PROXY"
3565
- ]
3566
- },
3567
- "LimitExceededException":{
3568
- "type":"structure",
3569
- "members":{
3570
- "retryAfterSeconds":{
3571
- "shape":"String",
3572
- "location":"header",
3573
- "locationName":"Retry-After"
3574
- },
3575
- "message":{"shape":"String"}
3576
- },
3577
- "error":{"httpStatusCode":429},
3578
- "exception":true
3579
- },
3580
- "ListOfARNs":{
3581
- "type":"list",
3582
- "member":{"shape":"ProviderARN"}
3583
- },
3584
- "ListOfApiKey":{
3585
- "type":"list",
3586
- "member":{"shape":"ApiKey"}
3587
- },
3588
- "ListOfApiStage":{
3589
- "type":"list",
3590
- "member":{"shape":"ApiStage"}
3591
- },
3592
- "ListOfAuthorizer":{
3593
- "type":"list",
3594
- "member":{"shape":"Authorizer"}
3595
- },
3596
- "ListOfBasePathMapping":{
3597
- "type":"list",
3598
- "member":{"shape":"BasePathMapping"}
3599
- },
3600
- "ListOfClientCertificate":{
3601
- "type":"list",
3602
- "member":{"shape":"ClientCertificate"}
3603
- },
3604
- "ListOfDeployment":{
3605
- "type":"list",
3606
- "member":{"shape":"Deployment"}
3607
- },
3608
- "ListOfDocumentationPart":{
3609
- "type":"list",
3610
- "member":{"shape":"DocumentationPart"}
3611
- },
3612
- "ListOfDocumentationVersion":{
3613
- "type":"list",
3614
- "member":{"shape":"DocumentationVersion"}
3615
- },
3616
- "ListOfDomainName":{
3617
- "type":"list",
3618
- "member":{"shape":"DomainName"}
3619
- },
3620
- "ListOfLong":{
3621
- "type":"list",
3622
- "member":{"shape":"Long"}
3623
- },
3624
- "ListOfModel":{
3625
- "type":"list",
3626
- "member":{"shape":"Model"}
3627
- },
3628
- "ListOfPatchOperation":{
3629
- "type":"list",
3630
- "member":{"shape":"PatchOperation"}
3631
- },
3632
- "ListOfRequestValidator":{
3633
- "type":"list",
3634
- "member":{"shape":"RequestValidator"}
3635
- },
3636
- "ListOfResource":{
3637
- "type":"list",
3638
- "member":{"shape":"Resource"}
3639
- },
3640
- "ListOfRestApi":{
3641
- "type":"list",
3642
- "member":{"shape":"RestApi"}
3643
- },
3644
- "ListOfSdkConfigurationProperty":{
3645
- "type":"list",
3646
- "member":{"shape":"SdkConfigurationProperty"}
3647
- },
3648
- "ListOfSdkType":{
3649
- "type":"list",
3650
- "member":{"shape":"SdkType"}
3651
- },
3652
- "ListOfStage":{
3653
- "type":"list",
3654
- "member":{"shape":"Stage"}
3655
- },
3656
- "ListOfStageKeys":{
3657
- "type":"list",
3658
- "member":{"shape":"StageKey"}
3659
- },
3660
- "ListOfString":{
3661
- "type":"list",
3662
- "member":{"shape":"String"}
3663
- },
3664
- "ListOfUsage":{
3665
- "type":"list",
3666
- "member":{"shape":"ListOfLong"}
3667
- },
3668
- "ListOfUsagePlan":{
3669
- "type":"list",
3670
- "member":{"shape":"UsagePlan"}
3671
- },
3672
- "ListOfUsagePlanKey":{
3673
- "type":"list",
3674
- "member":{"shape":"UsagePlanKey"}
3675
- },
3676
- "Long":{"type":"long"},
3677
- "MapOfHeaderValues":{
3678
- "type":"map",
3679
- "key":{"shape":"String"},
3680
- "value":{"shape":"String"}
3681
- },
3682
- "MapOfIntegrationResponse":{
3683
- "type":"map",
3684
- "key":{"shape":"String"},
3685
- "value":{"shape":"IntegrationResponse"}
3686
- },
3687
- "MapOfKeyUsages":{
3688
- "type":"map",
3689
- "key":{"shape":"String"},
3690
- "value":{"shape":"ListOfUsage"}
3691
- },
3692
- "MapOfMethod":{
3693
- "type":"map",
3694
- "key":{"shape":"String"},
3695
- "value":{"shape":"Method"}
3696
- },
3697
- "MapOfMethodResponse":{
3698
- "type":"map",
3699
- "key":{"shape":"String"},
3700
- "value":{"shape":"MethodResponse"}
3701
- },
3702
- "MapOfMethodSettings":{
3703
- "type":"map",
3704
- "key":{"shape":"String"},
3705
- "value":{"shape":"MethodSetting"}
3706
- },
3707
- "MapOfMethodSnapshot":{
3708
- "type":"map",
3709
- "key":{"shape":"String"},
3710
- "value":{"shape":"MethodSnapshot"}
3711
- },
3712
- "MapOfStringToBoolean":{
3713
- "type":"map",
3714
- "key":{"shape":"String"},
3715
- "value":{"shape":"NullableBoolean"}
3716
- },
3717
- "MapOfStringToList":{
3718
- "type":"map",
3719
- "key":{"shape":"String"},
3720
- "value":{"shape":"ListOfString"}
3721
- },
3722
- "MapOfStringToString":{
3723
- "type":"map",
3724
- "key":{"shape":"String"},
3725
- "value":{"shape":"String"}
3726
- },
3727
- "Method":{
3728
- "type":"structure",
3729
- "members":{
3730
- "httpMethod":{"shape":"String"},
3731
- "authorizationType":{"shape":"String"},
3732
- "authorizerId":{"shape":"String"},
3733
- "apiKeyRequired":{"shape":"NullableBoolean"},
3734
- "requestValidatorId":{"shape":"String"},
3735
- "operationName":{"shape":"String"},
3736
- "requestParameters":{"shape":"MapOfStringToBoolean"},
3737
- "requestModels":{"shape":"MapOfStringToString"},
3738
- "methodResponses":{"shape":"MapOfMethodResponse"},
3739
- "methodIntegration":{"shape":"Integration"}
3740
- }
3741
- },
3742
- "MethodResponse":{
3743
- "type":"structure",
3744
- "members":{
3745
- "statusCode":{"shape":"StatusCode"},
3746
- "responseParameters":{"shape":"MapOfStringToBoolean"},
3747
- "responseModels":{"shape":"MapOfStringToString"}
3748
- }
3749
- },
3750
- "MethodSetting":{
3751
- "type":"structure",
3752
- "members":{
3753
- "metricsEnabled":{"shape":"Boolean"},
3754
- "loggingLevel":{"shape":"String"},
3755
- "dataTraceEnabled":{"shape":"Boolean"},
3756
- "throttlingBurstLimit":{"shape":"Integer"},
3757
- "throttlingRateLimit":{"shape":"Double"},
3758
- "cachingEnabled":{"shape":"Boolean"},
3759
- "cacheTtlInSeconds":{"shape":"Integer"},
3760
- "cacheDataEncrypted":{"shape":"Boolean"},
3761
- "requireAuthorizationForCacheControl":{"shape":"Boolean"},
3762
- "unauthorizedCacheControlHeaderStrategy":{"shape":"UnauthorizedCacheControlHeaderStrategy"}
3763
- }
3764
- },
3765
- "MethodSnapshot":{
3766
- "type":"structure",
3767
- "members":{
3768
- "authorizationType":{"shape":"String"},
3769
- "apiKeyRequired":{"shape":"Boolean"}
3770
- }
3771
- },
3772
- "Model":{
3773
- "type":"structure",
3774
- "members":{
3775
- "id":{"shape":"String"},
3776
- "name":{"shape":"String"},
3777
- "description":{"shape":"String"},
3778
- "schema":{"shape":"String"},
3779
- "contentType":{"shape":"String"}
3780
- }
3781
- },
3782
- "Models":{
3783
- "type":"structure",
3784
- "members":{
3785
- "position":{"shape":"String"},
3786
- "items":{
3787
- "shape":"ListOfModel",
3788
- "locationName":"item"
3789
- }
3790
- }
3791
- },
3792
- "NotFoundException":{
3793
- "type":"structure",
3794
- "members":{
3795
- "message":{"shape":"String"}
3796
- },
3797
- "error":{"httpStatusCode":404},
3798
- "exception":true
3799
- },
3800
- "NullableBoolean":{"type":"boolean"},
3801
- "NullableInteger":{"type":"integer"},
3802
- "Op":{
3803
- "type":"string",
3804
- "enum":[
3805
- "add",
3806
- "remove",
3807
- "replace",
3808
- "move",
3809
- "copy",
3810
- "test"
3811
- ]
3812
- },
3813
- "PatchOperation":{
3814
- "type":"structure",
3815
- "members":{
3816
- "op":{"shape":"Op"},
3817
- "path":{"shape":"String"},
3818
- "value":{"shape":"String"},
3819
- "from":{"shape":"String"}
3820
- }
3821
- },
3822
- "PathToMapOfMethodSnapshot":{
3823
- "type":"map",
3824
- "key":{"shape":"String"},
3825
- "value":{"shape":"MapOfMethodSnapshot"}
3826
- },
3827
- "ProviderARN":{"type":"string"},
3828
- "PutIntegrationRequest":{
3829
- "type":"structure",
3830
- "required":[
3831
- "restApiId",
3832
- "resourceId",
3833
- "httpMethod",
3834
- "type"
3835
- ],
3836
- "members":{
3837
- "restApiId":{
3838
- "shape":"String",
3839
- "location":"uri",
3840
- "locationName":"restapi_id"
3841
- },
3842
- "resourceId":{
3843
- "shape":"String",
3844
- "location":"uri",
3845
- "locationName":"resource_id"
3846
- },
3847
- "httpMethod":{
3848
- "shape":"String",
3849
- "location":"uri",
3850
- "locationName":"http_method"
3851
- },
3852
- "type":{"shape":"IntegrationType"},
3853
- "integrationHttpMethod":{
3854
- "shape":"String",
3855
- "locationName":"httpMethod"
3856
- },
3857
- "uri":{"shape":"String"},
3858
- "credentials":{"shape":"String"},
3859
- "requestParameters":{"shape":"MapOfStringToString"},
3860
- "requestTemplates":{"shape":"MapOfStringToString"},
3861
- "passthroughBehavior":{"shape":"String"},
3862
- "cacheNamespace":{"shape":"String"},
3863
- "cacheKeyParameters":{"shape":"ListOfString"},
3864
- "contentHandling":{"shape":"ContentHandlingStrategy"}
3865
- }
3866
- },
3867
- "PutIntegrationResponseRequest":{
3868
- "type":"structure",
3869
- "required":[
3870
- "restApiId",
3871
- "resourceId",
3872
- "httpMethod",
3873
- "statusCode"
3874
- ],
3875
- "members":{
3876
- "restApiId":{
3877
- "shape":"String",
3878
- "location":"uri",
3879
- "locationName":"restapi_id"
3880
- },
3881
- "resourceId":{
3882
- "shape":"String",
3883
- "location":"uri",
3884
- "locationName":"resource_id"
3885
- },
3886
- "httpMethod":{
3887
- "shape":"String",
3888
- "location":"uri",
3889
- "locationName":"http_method"
3890
- },
3891
- "statusCode":{
3892
- "shape":"StatusCode",
3893
- "location":"uri",
3894
- "locationName":"status_code"
3895
- },
3896
- "selectionPattern":{"shape":"String"},
3897
- "responseParameters":{"shape":"MapOfStringToString"},
3898
- "responseTemplates":{"shape":"MapOfStringToString"},
3899
- "contentHandling":{"shape":"ContentHandlingStrategy"}
3900
- }
3901
- },
3902
- "PutMethodRequest":{
3903
- "type":"structure",
3904
- "required":[
3905
- "restApiId",
3906
- "resourceId",
3907
- "httpMethod",
3908
- "authorizationType"
3909
- ],
3910
- "members":{
3911
- "restApiId":{
3912
- "shape":"String",
3913
- "location":"uri",
3914
- "locationName":"restapi_id"
3915
- },
3916
- "resourceId":{
3917
- "shape":"String",
3918
- "location":"uri",
3919
- "locationName":"resource_id"
3920
- },
3921
- "httpMethod":{
3922
- "shape":"String",
3923
- "location":"uri",
3924
- "locationName":"http_method"
3925
- },
3926
- "authorizationType":{"shape":"String"},
3927
- "authorizerId":{"shape":"String"},
3928
- "apiKeyRequired":{"shape":"Boolean"},
3929
- "operationName":{"shape":"String"},
3930
- "requestParameters":{"shape":"MapOfStringToBoolean"},
3931
- "requestModels":{"shape":"MapOfStringToString"},
3932
- "requestValidatorId":{"shape":"String"}
3933
- }
3934
- },
3935
- "PutMethodResponseRequest":{
3936
- "type":"structure",
3937
- "required":[
3938
- "restApiId",
3939
- "resourceId",
3940
- "httpMethod",
3941
- "statusCode"
3942
- ],
3943
- "members":{
3944
- "restApiId":{
3945
- "shape":"String",
3946
- "location":"uri",
3947
- "locationName":"restapi_id"
3948
- },
3949
- "resourceId":{
3950
- "shape":"String",
3951
- "location":"uri",
3952
- "locationName":"resource_id"
3953
- },
3954
- "httpMethod":{
3955
- "shape":"String",
3956
- "location":"uri",
3957
- "locationName":"http_method"
3958
- },
3959
- "statusCode":{
3960
- "shape":"StatusCode",
3961
- "location":"uri",
3962
- "locationName":"status_code"
3963
- },
3964
- "responseParameters":{"shape":"MapOfStringToBoolean"},
3965
- "responseModels":{"shape":"MapOfStringToString"}
3966
- }
3967
- },
3968
- "PutMode":{
3969
- "type":"string",
3970
- "enum":[
3971
- "merge",
3972
- "overwrite"
3973
- ]
3974
- },
3975
- "PutRestApiRequest":{
3976
- "type":"structure",
3977
- "required":[
3978
- "restApiId",
3979
- "body"
3980
- ],
3981
- "members":{
3982
- "restApiId":{
3983
- "shape":"String",
3984
- "location":"uri",
3985
- "locationName":"restapi_id"
3986
- },
3987
- "mode":{
3988
- "shape":"PutMode",
3989
- "location":"querystring",
3990
- "locationName":"mode"
3991
- },
3992
- "failOnWarnings":{
3993
- "shape":"Boolean",
3994
- "location":"querystring",
3995
- "locationName":"failonwarnings"
3996
- },
3997
- "parameters":{
3998
- "shape":"MapOfStringToString",
3999
- "location":"querystring"
4000
- },
4001
- "body":{"shape":"Blob"}
4002
- },
4003
- "payload":"body"
4004
- },
4005
- "QuotaPeriodType":{
4006
- "type":"string",
4007
- "enum":[
4008
- "DAY",
4009
- "WEEK",
4010
- "MONTH"
4011
- ]
4012
- },
4013
- "QuotaSettings":{
4014
- "type":"structure",
4015
- "members":{
4016
- "limit":{"shape":"Integer"},
4017
- "offset":{"shape":"Integer"},
4018
- "period":{"shape":"QuotaPeriodType"}
4019
- }
4020
- },
4021
- "RequestValidator":{
4022
- "type":"structure",
4023
- "members":{
4024
- "id":{"shape":"String"},
4025
- "name":{"shape":"String"},
4026
- "validateRequestBody":{"shape":"Boolean"},
4027
- "validateRequestParameters":{"shape":"Boolean"}
4028
- }
4029
- },
4030
- "RequestValidators":{
4031
- "type":"structure",
4032
- "members":{
4033
- "position":{"shape":"String"},
4034
- "items":{
4035
- "shape":"ListOfRequestValidator",
4036
- "locationName":"item"
4037
- }
4038
- }
4039
- },
4040
- "Resource":{
4041
- "type":"structure",
4042
- "members":{
4043
- "id":{"shape":"String"},
4044
- "parentId":{"shape":"String"},
4045
- "pathPart":{"shape":"String"},
4046
- "path":{"shape":"String"},
4047
- "resourceMethods":{"shape":"MapOfMethod"}
4048
- }
4049
- },
4050
- "Resources":{
4051
- "type":"structure",
4052
- "members":{
4053
- "position":{"shape":"String"},
4054
- "items":{
4055
- "shape":"ListOfResource",
4056
- "locationName":"item"
4057
- }
4058
- }
4059
- },
4060
- "RestApi":{
4061
- "type":"structure",
4062
- "members":{
4063
- "id":{"shape":"String"},
4064
- "name":{"shape":"String"},
4065
- "description":{"shape":"String"},
4066
- "createdDate":{"shape":"Timestamp"},
4067
- "version":{"shape":"String"},
4068
- "warnings":{"shape":"ListOfString"},
4069
- "binaryMediaTypes":{"shape":"ListOfString"}
4070
- }
4071
- },
4072
- "RestApis":{
4073
- "type":"structure",
4074
- "members":{
4075
- "position":{"shape":"String"},
4076
- "items":{
4077
- "shape":"ListOfRestApi",
4078
- "locationName":"item"
4079
- }
4080
- }
4081
- },
4082
- "SdkConfigurationProperty":{
4083
- "type":"structure",
4084
- "members":{
4085
- "name":{"shape":"String"},
4086
- "friendlyName":{"shape":"String"},
4087
- "description":{"shape":"String"},
4088
- "required":{"shape":"Boolean"},
4089
- "defaultValue":{"shape":"String"}
4090
- }
4091
- },
4092
- "SdkResponse":{
4093
- "type":"structure",
4094
- "members":{
4095
- "contentType":{
4096
- "shape":"String",
4097
- "location":"header",
4098
- "locationName":"Content-Type"
4099
- },
4100
- "contentDisposition":{
4101
- "shape":"String",
4102
- "location":"header",
4103
- "locationName":"Content-Disposition"
4104
- },
4105
- "body":{"shape":"Blob"}
4106
- },
4107
- "payload":"body"
4108
- },
4109
- "SdkType":{
4110
- "type":"structure",
4111
- "members":{
4112
- "id":{"shape":"String"},
4113
- "friendlyName":{"shape":"String"},
4114
- "description":{"shape":"String"},
4115
- "configurationProperties":{"shape":"ListOfSdkConfigurationProperty"}
4116
- }
4117
- },
4118
- "SdkTypes":{
4119
- "type":"structure",
4120
- "members":{
4121
- "position":{"shape":"String"},
4122
- "items":{
4123
- "shape":"ListOfSdkType",
4124
- "locationName":"item"
4125
- }
4126
- }
4127
- },
4128
- "ServiceUnavailableException":{
4129
- "type":"structure",
4130
- "members":{
4131
- "retryAfterSeconds":{
4132
- "shape":"String",
4133
- "location":"header",
4134
- "locationName":"Retry-After"
4135
- },
4136
- "message":{"shape":"String"}
4137
- },
4138
- "error":{"httpStatusCode":503},
4139
- "exception":true,
4140
- "fault":true
4141
- },
4142
- "Stage":{
4143
- "type":"structure",
4144
- "members":{
4145
- "deploymentId":{"shape":"String"},
4146
- "clientCertificateId":{"shape":"String"},
4147
- "stageName":{"shape":"String"},
4148
- "description":{"shape":"String"},
4149
- "cacheClusterEnabled":{"shape":"Boolean"},
4150
- "cacheClusterSize":{"shape":"CacheClusterSize"},
4151
- "cacheClusterStatus":{"shape":"CacheClusterStatus"},
4152
- "methodSettings":{"shape":"MapOfMethodSettings"},
4153
- "variables":{"shape":"MapOfStringToString"},
4154
- "documentationVersion":{"shape":"String"},
4155
- "createdDate":{"shape":"Timestamp"},
4156
- "lastUpdatedDate":{"shape":"Timestamp"}
4157
- }
4158
- },
4159
- "StageKey":{
4160
- "type":"structure",
4161
- "members":{
4162
- "restApiId":{"shape":"String"},
4163
- "stageName":{"shape":"String"}
4164
- }
4165
- },
4166
- "Stages":{
4167
- "type":"structure",
4168
- "members":{
4169
- "item":{"shape":"ListOfStage"}
4170
- }
4171
- },
4172
- "StatusCode":{
4173
- "type":"string",
4174
- "pattern":"[1-5]\\d\\d"
4175
- },
4176
- "String":{"type":"string"},
4177
- "Template":{
4178
- "type":"structure",
4179
- "members":{
4180
- "value":{"shape":"String"}
4181
- }
4182
- },
4183
- "TestInvokeAuthorizerRequest":{
4184
- "type":"structure",
4185
- "required":[
4186
- "restApiId",
4187
- "authorizerId"
4188
- ],
4189
- "members":{
4190
- "restApiId":{
4191
- "shape":"String",
4192
- "location":"uri",
4193
- "locationName":"restapi_id"
4194
- },
4195
- "authorizerId":{
4196
- "shape":"String",
4197
- "location":"uri",
4198
- "locationName":"authorizer_id"
4199
- },
4200
- "headers":{"shape":"MapOfHeaderValues"},
4201
- "pathWithQueryString":{"shape":"String"},
4202
- "body":{"shape":"String"},
4203
- "stageVariables":{"shape":"MapOfStringToString"},
4204
- "additionalContext":{"shape":"MapOfStringToString"}
4205
- }
4206
- },
4207
- "TestInvokeAuthorizerResponse":{
4208
- "type":"structure",
4209
- "members":{
4210
- "clientStatus":{"shape":"Integer"},
4211
- "log":{"shape":"String"},
4212
- "latency":{"shape":"Long"},
4213
- "principalId":{"shape":"String"},
4214
- "policy":{"shape":"String"},
4215
- "authorization":{"shape":"MapOfStringToList"},
4216
- "claims":{"shape":"MapOfStringToString"}
4217
- }
4218
- },
4219
- "TestInvokeMethodRequest":{
4220
- "type":"structure",
4221
- "required":[
4222
- "restApiId",
4223
- "resourceId",
4224
- "httpMethod"
4225
- ],
4226
- "members":{
4227
- "restApiId":{
4228
- "shape":"String",
4229
- "location":"uri",
4230
- "locationName":"restapi_id"
4231
- },
4232
- "resourceId":{
4233
- "shape":"String",
4234
- "location":"uri",
4235
- "locationName":"resource_id"
4236
- },
4237
- "httpMethod":{
4238
- "shape":"String",
4239
- "location":"uri",
4240
- "locationName":"http_method"
4241
- },
4242
- "pathWithQueryString":{"shape":"String"},
4243
- "body":{"shape":"String"},
4244
- "headers":{"shape":"MapOfHeaderValues"},
4245
- "clientCertificateId":{"shape":"String"},
4246
- "stageVariables":{"shape":"MapOfStringToString"}
4247
- }
4248
- },
4249
- "TestInvokeMethodResponse":{
4250
- "type":"structure",
4251
- "members":{
4252
- "status":{"shape":"Integer"},
4253
- "body":{"shape":"String"},
4254
- "headers":{"shape":"MapOfHeaderValues"},
4255
- "log":{"shape":"String"},
4256
- "latency":{"shape":"Long"}
4257
- }
4258
- },
4259
- "ThrottleSettings":{
4260
- "type":"structure",
4261
- "members":{
4262
- "burstLimit":{"shape":"Integer"},
4263
- "rateLimit":{"shape":"Double"}
4264
- }
4265
- },
4266
- "Timestamp":{"type":"timestamp"},
4267
- "TooManyRequestsException":{
4268
- "type":"structure",
4269
- "members":{
4270
- "retryAfterSeconds":{
4271
- "shape":"String",
4272
- "location":"header",
4273
- "locationName":"Retry-After"
4274
- },
4275
- "message":{"shape":"String"}
4276
- },
4277
- "error":{"httpStatusCode":429},
4278
- "exception":true
4279
- },
4280
- "UnauthorizedCacheControlHeaderStrategy":{
4281
- "type":"string",
4282
- "enum":[
4283
- "FAIL_WITH_403",
4284
- "SUCCEED_WITH_RESPONSE_HEADER",
4285
- "SUCCEED_WITHOUT_RESPONSE_HEADER"
4286
- ]
4287
- },
4288
- "UnauthorizedException":{
4289
- "type":"structure",
4290
- "members":{
4291
- "message":{"shape":"String"}
4292
- },
4293
- "error":{"httpStatusCode":401},
4294
- "exception":true
4295
- },
4296
- "UpdateAccountRequest":{
4297
- "type":"structure",
4298
- "members":{
4299
- "patchOperations":{"shape":"ListOfPatchOperation"}
4300
- }
4301
- },
4302
- "UpdateApiKeyRequest":{
4303
- "type":"structure",
4304
- "required":["apiKey"],
4305
- "members":{
4306
- "apiKey":{
4307
- "shape":"String",
4308
- "location":"uri",
4309
- "locationName":"api_Key"
4310
- },
4311
- "patchOperations":{"shape":"ListOfPatchOperation"}
4312
- }
4313
- },
4314
- "UpdateAuthorizerRequest":{
4315
- "type":"structure",
4316
- "required":[
4317
- "restApiId",
4318
- "authorizerId"
4319
- ],
4320
- "members":{
4321
- "restApiId":{
4322
- "shape":"String",
4323
- "location":"uri",
4324
- "locationName":"restapi_id"
4325
- },
4326
- "authorizerId":{
4327
- "shape":"String",
4328
- "location":"uri",
4329
- "locationName":"authorizer_id"
4330
- },
4331
- "patchOperations":{"shape":"ListOfPatchOperation"}
4332
- }
4333
- },
4334
- "UpdateBasePathMappingRequest":{
4335
- "type":"structure",
4336
- "required":[
4337
- "domainName",
4338
- "basePath"
4339
- ],
4340
- "members":{
4341
- "domainName":{
4342
- "shape":"String",
4343
- "location":"uri",
4344
- "locationName":"domain_name"
4345
- },
4346
- "basePath":{
4347
- "shape":"String",
4348
- "location":"uri",
4349
- "locationName":"base_path"
4350
- },
4351
- "patchOperations":{"shape":"ListOfPatchOperation"}
4352
- }
4353
- },
4354
- "UpdateClientCertificateRequest":{
4355
- "type":"structure",
4356
- "required":["clientCertificateId"],
4357
- "members":{
4358
- "clientCertificateId":{
4359
- "shape":"String",
4360
- "location":"uri",
4361
- "locationName":"clientcertificate_id"
4362
- },
4363
- "patchOperations":{"shape":"ListOfPatchOperation"}
4364
- }
4365
- },
4366
- "UpdateDeploymentRequest":{
4367
- "type":"structure",
4368
- "required":[
4369
- "restApiId",
4370
- "deploymentId"
4371
- ],
4372
- "members":{
4373
- "restApiId":{
4374
- "shape":"String",
4375
- "location":"uri",
4376
- "locationName":"restapi_id"
4377
- },
4378
- "deploymentId":{
4379
- "shape":"String",
4380
- "location":"uri",
4381
- "locationName":"deployment_id"
4382
- },
4383
- "patchOperations":{"shape":"ListOfPatchOperation"}
4384
- }
4385
- },
4386
- "UpdateDocumentationPartRequest":{
4387
- "type":"structure",
4388
- "required":[
4389
- "restApiId",
4390
- "documentationPartId"
4391
- ],
4392
- "members":{
4393
- "restApiId":{
4394
- "shape":"String",
4395
- "location":"uri",
4396
- "locationName":"restapi_id"
4397
- },
4398
- "documentationPartId":{
4399
- "shape":"String",
4400
- "location":"uri",
4401
- "locationName":"part_id"
4402
- },
4403
- "patchOperations":{"shape":"ListOfPatchOperation"}
4404
- }
4405
- },
4406
- "UpdateDocumentationVersionRequest":{
4407
- "type":"structure",
4408
- "required":[
4409
- "restApiId",
4410
- "documentationVersion"
4411
- ],
4412
- "members":{
4413
- "restApiId":{
4414
- "shape":"String",
4415
- "location":"uri",
4416
- "locationName":"restapi_id"
4417
- },
4418
- "documentationVersion":{
4419
- "shape":"String",
4420
- "location":"uri",
4421
- "locationName":"doc_version"
4422
- },
4423
- "patchOperations":{"shape":"ListOfPatchOperation"}
4424
- }
4425
- },
4426
- "UpdateDomainNameRequest":{
4427
- "type":"structure",
4428
- "required":["domainName"],
4429
- "members":{
4430
- "domainName":{
4431
- "shape":"String",
4432
- "location":"uri",
4433
- "locationName":"domain_name"
4434
- },
4435
- "patchOperations":{"shape":"ListOfPatchOperation"}
4436
- }
4437
- },
4438
- "UpdateIntegrationRequest":{
4439
- "type":"structure",
4440
- "required":[
4441
- "restApiId",
4442
- "resourceId",
4443
- "httpMethod"
4444
- ],
4445
- "members":{
4446
- "restApiId":{
4447
- "shape":"String",
4448
- "location":"uri",
4449
- "locationName":"restapi_id"
4450
- },
4451
- "resourceId":{
4452
- "shape":"String",
4453
- "location":"uri",
4454
- "locationName":"resource_id"
4455
- },
4456
- "httpMethod":{
4457
- "shape":"String",
4458
- "location":"uri",
4459
- "locationName":"http_method"
4460
- },
4461
- "patchOperations":{"shape":"ListOfPatchOperation"}
4462
- }
4463
- },
4464
- "UpdateIntegrationResponseRequest":{
4465
- "type":"structure",
4466
- "required":[
4467
- "restApiId",
4468
- "resourceId",
4469
- "httpMethod",
4470
- "statusCode"
4471
- ],
4472
- "members":{
4473
- "restApiId":{
4474
- "shape":"String",
4475
- "location":"uri",
4476
- "locationName":"restapi_id"
4477
- },
4478
- "resourceId":{
4479
- "shape":"String",
4480
- "location":"uri",
4481
- "locationName":"resource_id"
4482
- },
4483
- "httpMethod":{
4484
- "shape":"String",
4485
- "location":"uri",
4486
- "locationName":"http_method"
4487
- },
4488
- "statusCode":{
4489
- "shape":"StatusCode",
4490
- "location":"uri",
4491
- "locationName":"status_code"
4492
- },
4493
- "patchOperations":{"shape":"ListOfPatchOperation"}
4494
- }
4495
- },
4496
- "UpdateMethodRequest":{
4497
- "type":"structure",
4498
- "required":[
4499
- "restApiId",
4500
- "resourceId",
4501
- "httpMethod"
4502
- ],
4503
- "members":{
4504
- "restApiId":{
4505
- "shape":"String",
4506
- "location":"uri",
4507
- "locationName":"restapi_id"
4508
- },
4509
- "resourceId":{
4510
- "shape":"String",
4511
- "location":"uri",
4512
- "locationName":"resource_id"
4513
- },
4514
- "httpMethod":{
4515
- "shape":"String",
4516
- "location":"uri",
4517
- "locationName":"http_method"
4518
- },
4519
- "patchOperations":{"shape":"ListOfPatchOperation"}
4520
- }
4521
- },
4522
- "UpdateMethodResponseRequest":{
4523
- "type":"structure",
4524
- "required":[
4525
- "restApiId",
4526
- "resourceId",
4527
- "httpMethod",
4528
- "statusCode"
4529
- ],
4530
- "members":{
4531
- "restApiId":{
4532
- "shape":"String",
4533
- "location":"uri",
4534
- "locationName":"restapi_id"
4535
- },
4536
- "resourceId":{
4537
- "shape":"String",
4538
- "location":"uri",
4539
- "locationName":"resource_id"
4540
- },
4541
- "httpMethod":{
4542
- "shape":"String",
4543
- "location":"uri",
4544
- "locationName":"http_method"
4545
- },
4546
- "statusCode":{
4547
- "shape":"StatusCode",
4548
- "location":"uri",
4549
- "locationName":"status_code"
4550
- },
4551
- "patchOperations":{"shape":"ListOfPatchOperation"}
4552
- }
4553
- },
4554
- "UpdateModelRequest":{
4555
- "type":"structure",
4556
- "required":[
4557
- "restApiId",
4558
- "modelName"
4559
- ],
4560
- "members":{
4561
- "restApiId":{
4562
- "shape":"String",
4563
- "location":"uri",
4564
- "locationName":"restapi_id"
4565
- },
4566
- "modelName":{
4567
- "shape":"String",
4568
- "location":"uri",
4569
- "locationName":"model_name"
4570
- },
4571
- "patchOperations":{"shape":"ListOfPatchOperation"}
4572
- }
4573
- },
4574
- "UpdateRequestValidatorRequest":{
4575
- "type":"structure",
4576
- "required":[
4577
- "restApiId",
4578
- "requestValidatorId"
4579
- ],
4580
- "members":{
4581
- "restApiId":{
4582
- "shape":"String",
4583
- "location":"uri",
4584
- "locationName":"restapi_id"
4585
- },
4586
- "requestValidatorId":{
4587
- "shape":"String",
4588
- "location":"uri",
4589
- "locationName":"requestvalidator_id"
4590
- },
4591
- "patchOperations":{"shape":"ListOfPatchOperation"}
4592
- }
4593
- },
4594
- "UpdateResourceRequest":{
4595
- "type":"structure",
4596
- "required":[
4597
- "restApiId",
4598
- "resourceId"
4599
- ],
4600
- "members":{
4601
- "restApiId":{
4602
- "shape":"String",
4603
- "location":"uri",
4604
- "locationName":"restapi_id"
4605
- },
4606
- "resourceId":{
4607
- "shape":"String",
4608
- "location":"uri",
4609
- "locationName":"resource_id"
4610
- },
4611
- "patchOperations":{"shape":"ListOfPatchOperation"}
4612
- }
4613
- },
4614
- "UpdateRestApiRequest":{
4615
- "type":"structure",
4616
- "required":["restApiId"],
4617
- "members":{
4618
- "restApiId":{
4619
- "shape":"String",
4620
- "location":"uri",
4621
- "locationName":"restapi_id"
4622
- },
4623
- "patchOperations":{"shape":"ListOfPatchOperation"}
4624
- }
4625
- },
4626
- "UpdateStageRequest":{
4627
- "type":"structure",
4628
- "required":[
4629
- "restApiId",
4630
- "stageName"
4631
- ],
4632
- "members":{
4633
- "restApiId":{
4634
- "shape":"String",
4635
- "location":"uri",
4636
- "locationName":"restapi_id"
4637
- },
4638
- "stageName":{
4639
- "shape":"String",
4640
- "location":"uri",
4641
- "locationName":"stage_name"
4642
- },
4643
- "patchOperations":{"shape":"ListOfPatchOperation"}
4644
- }
4645
- },
4646
- "UpdateUsagePlanRequest":{
4647
- "type":"structure",
4648
- "required":["usagePlanId"],
4649
- "members":{
4650
- "usagePlanId":{
4651
- "shape":"String",
4652
- "location":"uri",
4653
- "locationName":"usageplanId"
4654
- },
4655
- "patchOperations":{"shape":"ListOfPatchOperation"}
4656
- }
4657
- },
4658
- "UpdateUsageRequest":{
4659
- "type":"structure",
4660
- "required":[
4661
- "usagePlanId",
4662
- "keyId"
4663
- ],
4664
- "members":{
4665
- "usagePlanId":{
4666
- "shape":"String",
4667
- "location":"uri",
4668
- "locationName":"usageplanId"
4669
- },
4670
- "keyId":{
4671
- "shape":"String",
4672
- "location":"uri",
4673
- "locationName":"keyId"
4674
- },
4675
- "patchOperations":{"shape":"ListOfPatchOperation"}
4676
- }
4677
- },
4678
- "Usage":{
4679
- "type":"structure",
4680
- "members":{
4681
- "usagePlanId":{"shape":"String"},
4682
- "startDate":{"shape":"String"},
4683
- "endDate":{"shape":"String"},
4684
- "position":{"shape":"String"},
4685
- "items":{
4686
- "shape":"MapOfKeyUsages",
4687
- "locationName":"values"
4688
- }
4689
- }
4690
- },
4691
- "UsagePlan":{
4692
- "type":"structure",
4693
- "members":{
4694
- "id":{"shape":"String"},
4695
- "name":{"shape":"String"},
4696
- "description":{"shape":"String"},
4697
- "apiStages":{"shape":"ListOfApiStage"},
4698
- "throttle":{"shape":"ThrottleSettings"},
4699
- "quota":{"shape":"QuotaSettings"},
4700
- "productCode":{"shape":"String"}
4701
- }
4702
- },
4703
- "UsagePlanKey":{
4704
- "type":"structure",
4705
- "members":{
4706
- "id":{"shape":"String"},
4707
- "type":{"shape":"String"},
4708
- "value":{"shape":"String"},
4709
- "name":{"shape":"String"}
4710
- }
4711
- },
4712
- "UsagePlanKeys":{
4713
- "type":"structure",
4714
- "members":{
4715
- "position":{"shape":"String"},
4716
- "items":{
4717
- "shape":"ListOfUsagePlanKey",
4718
- "locationName":"item"
4719
- }
4720
- }
4721
- },
4722
- "UsagePlans":{
4723
- "type":"structure",
4724
- "members":{
4725
- "position":{"shape":"String"},
4726
- "items":{
4727
- "shape":"ListOfUsagePlan",
4728
- "locationName":"item"
4729
- }
4730
- }
4731
- }
4732
- }
4733
- }