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,2187 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2016-11-28",
5
- "endpointPrefix":"lightsail",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceFullName":"Amazon Lightsail",
9
- "signatureVersion":"v4",
10
- "targetPrefix":"Lightsail_20161128",
11
- "uid":"lightsail-2016-11-28"
12
- },
13
- "operations":{
14
- "AllocateStaticIp":{
15
- "name":"AllocateStaticIp",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/"
19
- },
20
- "input":{"shape":"AllocateStaticIpRequest"},
21
- "output":{"shape":"AllocateStaticIpResult"},
22
- "errors":[
23
- {"shape":"ServiceException"},
24
- {"shape":"InvalidInputException"},
25
- {"shape":"NotFoundException"},
26
- {"shape":"OperationFailureException"},
27
- {"shape":"AccessDeniedException"},
28
- {"shape":"AccountSetupInProgressException"},
29
- {"shape":"UnauthenticatedException"}
30
- ]
31
- },
32
- "AttachStaticIp":{
33
- "name":"AttachStaticIp",
34
- "http":{
35
- "method":"POST",
36
- "requestUri":"/"
37
- },
38
- "input":{"shape":"AttachStaticIpRequest"},
39
- "output":{"shape":"AttachStaticIpResult"},
40
- "errors":[
41
- {"shape":"ServiceException"},
42
- {"shape":"InvalidInputException"},
43
- {"shape":"NotFoundException"},
44
- {"shape":"OperationFailureException"},
45
- {"shape":"AccessDeniedException"},
46
- {"shape":"AccountSetupInProgressException"},
47
- {"shape":"UnauthenticatedException"}
48
- ]
49
- },
50
- "CloseInstancePublicPorts":{
51
- "name":"CloseInstancePublicPorts",
52
- "http":{
53
- "method":"POST",
54
- "requestUri":"/"
55
- },
56
- "input":{"shape":"CloseInstancePublicPortsRequest"},
57
- "output":{"shape":"CloseInstancePublicPortsResult"},
58
- "errors":[
59
- {"shape":"ServiceException"},
60
- {"shape":"InvalidInputException"},
61
- {"shape":"NotFoundException"},
62
- {"shape":"OperationFailureException"},
63
- {"shape":"AccessDeniedException"},
64
- {"shape":"AccountSetupInProgressException"},
65
- {"shape":"UnauthenticatedException"}
66
- ]
67
- },
68
- "CreateDomain":{
69
- "name":"CreateDomain",
70
- "http":{
71
- "method":"POST",
72
- "requestUri":"/"
73
- },
74
- "input":{"shape":"CreateDomainRequest"},
75
- "output":{"shape":"CreateDomainResult"},
76
- "errors":[
77
- {"shape":"ServiceException"},
78
- {"shape":"InvalidInputException"},
79
- {"shape":"NotFoundException"},
80
- {"shape":"OperationFailureException"},
81
- {"shape":"AccessDeniedException"},
82
- {"shape":"AccountSetupInProgressException"},
83
- {"shape":"UnauthenticatedException"}
84
- ]
85
- },
86
- "CreateDomainEntry":{
87
- "name":"CreateDomainEntry",
88
- "http":{
89
- "method":"POST",
90
- "requestUri":"/"
91
- },
92
- "input":{"shape":"CreateDomainEntryRequest"},
93
- "output":{"shape":"CreateDomainEntryResult"},
94
- "errors":[
95
- {"shape":"ServiceException"},
96
- {"shape":"InvalidInputException"},
97
- {"shape":"NotFoundException"},
98
- {"shape":"OperationFailureException"},
99
- {"shape":"AccessDeniedException"},
100
- {"shape":"AccountSetupInProgressException"},
101
- {"shape":"UnauthenticatedException"}
102
- ]
103
- },
104
- "CreateInstanceSnapshot":{
105
- "name":"CreateInstanceSnapshot",
106
- "http":{
107
- "method":"POST",
108
- "requestUri":"/"
109
- },
110
- "input":{"shape":"CreateInstanceSnapshotRequest"},
111
- "output":{"shape":"CreateInstanceSnapshotResult"},
112
- "errors":[
113
- {"shape":"ServiceException"},
114
- {"shape":"InvalidInputException"},
115
- {"shape":"NotFoundException"},
116
- {"shape":"OperationFailureException"},
117
- {"shape":"AccessDeniedException"},
118
- {"shape":"AccountSetupInProgressException"},
119
- {"shape":"UnauthenticatedException"}
120
- ]
121
- },
122
- "CreateInstances":{
123
- "name":"CreateInstances",
124
- "http":{
125
- "method":"POST",
126
- "requestUri":"/"
127
- },
128
- "input":{"shape":"CreateInstancesRequest"},
129
- "output":{"shape":"CreateInstancesResult"},
130
- "errors":[
131
- {"shape":"ServiceException"},
132
- {"shape":"InvalidInputException"},
133
- {"shape":"NotFoundException"},
134
- {"shape":"OperationFailureException"},
135
- {"shape":"AccessDeniedException"},
136
- {"shape":"AccountSetupInProgressException"},
137
- {"shape":"UnauthenticatedException"}
138
- ]
139
- },
140
- "CreateInstancesFromSnapshot":{
141
- "name":"CreateInstancesFromSnapshot",
142
- "http":{
143
- "method":"POST",
144
- "requestUri":"/"
145
- },
146
- "input":{"shape":"CreateInstancesFromSnapshotRequest"},
147
- "output":{"shape":"CreateInstancesFromSnapshotResult"},
148
- "errors":[
149
- {"shape":"ServiceException"},
150
- {"shape":"InvalidInputException"},
151
- {"shape":"NotFoundException"},
152
- {"shape":"OperationFailureException"},
153
- {"shape":"AccessDeniedException"},
154
- {"shape":"AccountSetupInProgressException"},
155
- {"shape":"UnauthenticatedException"}
156
- ]
157
- },
158
- "CreateKeyPair":{
159
- "name":"CreateKeyPair",
160
- "http":{
161
- "method":"POST",
162
- "requestUri":"/"
163
- },
164
- "input":{"shape":"CreateKeyPairRequest"},
165
- "output":{"shape":"CreateKeyPairResult"},
166
- "errors":[
167
- {"shape":"ServiceException"},
168
- {"shape":"InvalidInputException"},
169
- {"shape":"NotFoundException"},
170
- {"shape":"OperationFailureException"},
171
- {"shape":"AccessDeniedException"},
172
- {"shape":"AccountSetupInProgressException"},
173
- {"shape":"UnauthenticatedException"}
174
- ]
175
- },
176
- "DeleteDomain":{
177
- "name":"DeleteDomain",
178
- "http":{
179
- "method":"POST",
180
- "requestUri":"/"
181
- },
182
- "input":{"shape":"DeleteDomainRequest"},
183
- "output":{"shape":"DeleteDomainResult"},
184
- "errors":[
185
- {"shape":"ServiceException"},
186
- {"shape":"InvalidInputException"},
187
- {"shape":"NotFoundException"},
188
- {"shape":"OperationFailureException"},
189
- {"shape":"AccessDeniedException"},
190
- {"shape":"AccountSetupInProgressException"},
191
- {"shape":"UnauthenticatedException"}
192
- ]
193
- },
194
- "DeleteDomainEntry":{
195
- "name":"DeleteDomainEntry",
196
- "http":{
197
- "method":"POST",
198
- "requestUri":"/"
199
- },
200
- "input":{"shape":"DeleteDomainEntryRequest"},
201
- "output":{"shape":"DeleteDomainEntryResult"},
202
- "errors":[
203
- {"shape":"ServiceException"},
204
- {"shape":"InvalidInputException"},
205
- {"shape":"NotFoundException"},
206
- {"shape":"OperationFailureException"},
207
- {"shape":"AccessDeniedException"},
208
- {"shape":"AccountSetupInProgressException"},
209
- {"shape":"UnauthenticatedException"}
210
- ]
211
- },
212
- "DeleteInstance":{
213
- "name":"DeleteInstance",
214
- "http":{
215
- "method":"POST",
216
- "requestUri":"/"
217
- },
218
- "input":{"shape":"DeleteInstanceRequest"},
219
- "output":{"shape":"DeleteInstanceResult"},
220
- "errors":[
221
- {"shape":"ServiceException"},
222
- {"shape":"InvalidInputException"},
223
- {"shape":"NotFoundException"},
224
- {"shape":"OperationFailureException"},
225
- {"shape":"AccessDeniedException"},
226
- {"shape":"AccountSetupInProgressException"},
227
- {"shape":"UnauthenticatedException"}
228
- ]
229
- },
230
- "DeleteInstanceSnapshot":{
231
- "name":"DeleteInstanceSnapshot",
232
- "http":{
233
- "method":"POST",
234
- "requestUri":"/"
235
- },
236
- "input":{"shape":"DeleteInstanceSnapshotRequest"},
237
- "output":{"shape":"DeleteInstanceSnapshotResult"},
238
- "errors":[
239
- {"shape":"ServiceException"},
240
- {"shape":"InvalidInputException"},
241
- {"shape":"NotFoundException"},
242
- {"shape":"OperationFailureException"},
243
- {"shape":"AccessDeniedException"},
244
- {"shape":"AccountSetupInProgressException"},
245
- {"shape":"UnauthenticatedException"}
246
- ]
247
- },
248
- "DeleteKeyPair":{
249
- "name":"DeleteKeyPair",
250
- "http":{
251
- "method":"POST",
252
- "requestUri":"/"
253
- },
254
- "input":{"shape":"DeleteKeyPairRequest"},
255
- "output":{"shape":"DeleteKeyPairResult"},
256
- "errors":[
257
- {"shape":"ServiceException"},
258
- {"shape":"InvalidInputException"},
259
- {"shape":"NotFoundException"},
260
- {"shape":"OperationFailureException"},
261
- {"shape":"AccessDeniedException"},
262
- {"shape":"AccountSetupInProgressException"},
263
- {"shape":"UnauthenticatedException"}
264
- ]
265
- },
266
- "DetachStaticIp":{
267
- "name":"DetachStaticIp",
268
- "http":{
269
- "method":"POST",
270
- "requestUri":"/"
271
- },
272
- "input":{"shape":"DetachStaticIpRequest"},
273
- "output":{"shape":"DetachStaticIpResult"},
274
- "errors":[
275
- {"shape":"ServiceException"},
276
- {"shape":"InvalidInputException"},
277
- {"shape":"NotFoundException"},
278
- {"shape":"OperationFailureException"},
279
- {"shape":"AccessDeniedException"},
280
- {"shape":"AccountSetupInProgressException"},
281
- {"shape":"UnauthenticatedException"}
282
- ]
283
- },
284
- "DownloadDefaultKeyPair":{
285
- "name":"DownloadDefaultKeyPair",
286
- "http":{
287
- "method":"POST",
288
- "requestUri":"/"
289
- },
290
- "input":{"shape":"DownloadDefaultKeyPairRequest"},
291
- "output":{"shape":"DownloadDefaultKeyPairResult"},
292
- "errors":[
293
- {"shape":"ServiceException"},
294
- {"shape":"InvalidInputException"},
295
- {"shape":"NotFoundException"},
296
- {"shape":"OperationFailureException"},
297
- {"shape":"AccessDeniedException"},
298
- {"shape":"AccountSetupInProgressException"},
299
- {"shape":"UnauthenticatedException"}
300
- ]
301
- },
302
- "GetActiveNames":{
303
- "name":"GetActiveNames",
304
- "http":{
305
- "method":"POST",
306
- "requestUri":"/"
307
- },
308
- "input":{"shape":"GetActiveNamesRequest"},
309
- "output":{"shape":"GetActiveNamesResult"},
310
- "errors":[
311
- {"shape":"ServiceException"},
312
- {"shape":"InvalidInputException"},
313
- {"shape":"NotFoundException"},
314
- {"shape":"OperationFailureException"},
315
- {"shape":"AccessDeniedException"},
316
- {"shape":"AccountSetupInProgressException"},
317
- {"shape":"UnauthenticatedException"}
318
- ]
319
- },
320
- "GetBlueprints":{
321
- "name":"GetBlueprints",
322
- "http":{
323
- "method":"POST",
324
- "requestUri":"/"
325
- },
326
- "input":{"shape":"GetBlueprintsRequest"},
327
- "output":{"shape":"GetBlueprintsResult"},
328
- "errors":[
329
- {"shape":"ServiceException"},
330
- {"shape":"InvalidInputException"},
331
- {"shape":"NotFoundException"},
332
- {"shape":"OperationFailureException"},
333
- {"shape":"AccessDeniedException"},
334
- {"shape":"AccountSetupInProgressException"},
335
- {"shape":"UnauthenticatedException"}
336
- ]
337
- },
338
- "GetBundles":{
339
- "name":"GetBundles",
340
- "http":{
341
- "method":"POST",
342
- "requestUri":"/"
343
- },
344
- "input":{"shape":"GetBundlesRequest"},
345
- "output":{"shape":"GetBundlesResult"},
346
- "errors":[
347
- {"shape":"ServiceException"},
348
- {"shape":"InvalidInputException"},
349
- {"shape":"NotFoundException"},
350
- {"shape":"OperationFailureException"},
351
- {"shape":"AccessDeniedException"},
352
- {"shape":"AccountSetupInProgressException"},
353
- {"shape":"UnauthenticatedException"}
354
- ]
355
- },
356
- "GetDomain":{
357
- "name":"GetDomain",
358
- "http":{
359
- "method":"POST",
360
- "requestUri":"/"
361
- },
362
- "input":{"shape":"GetDomainRequest"},
363
- "output":{"shape":"GetDomainResult"},
364
- "errors":[
365
- {"shape":"ServiceException"},
366
- {"shape":"InvalidInputException"},
367
- {"shape":"NotFoundException"},
368
- {"shape":"OperationFailureException"},
369
- {"shape":"AccessDeniedException"},
370
- {"shape":"AccountSetupInProgressException"},
371
- {"shape":"UnauthenticatedException"}
372
- ]
373
- },
374
- "GetDomains":{
375
- "name":"GetDomains",
376
- "http":{
377
- "method":"POST",
378
- "requestUri":"/"
379
- },
380
- "input":{"shape":"GetDomainsRequest"},
381
- "output":{"shape":"GetDomainsResult"},
382
- "errors":[
383
- {"shape":"ServiceException"},
384
- {"shape":"InvalidInputException"},
385
- {"shape":"NotFoundException"},
386
- {"shape":"OperationFailureException"},
387
- {"shape":"AccessDeniedException"},
388
- {"shape":"AccountSetupInProgressException"},
389
- {"shape":"UnauthenticatedException"}
390
- ]
391
- },
392
- "GetInstance":{
393
- "name":"GetInstance",
394
- "http":{
395
- "method":"POST",
396
- "requestUri":"/"
397
- },
398
- "input":{"shape":"GetInstanceRequest"},
399
- "output":{"shape":"GetInstanceResult"},
400
- "errors":[
401
- {"shape":"ServiceException"},
402
- {"shape":"InvalidInputException"},
403
- {"shape":"NotFoundException"},
404
- {"shape":"OperationFailureException"},
405
- {"shape":"AccessDeniedException"},
406
- {"shape":"AccountSetupInProgressException"},
407
- {"shape":"UnauthenticatedException"}
408
- ]
409
- },
410
- "GetInstanceAccessDetails":{
411
- "name":"GetInstanceAccessDetails",
412
- "http":{
413
- "method":"POST",
414
- "requestUri":"/"
415
- },
416
- "input":{"shape":"GetInstanceAccessDetailsRequest"},
417
- "output":{"shape":"GetInstanceAccessDetailsResult"},
418
- "errors":[
419
- {"shape":"ServiceException"},
420
- {"shape":"InvalidInputException"},
421
- {"shape":"NotFoundException"},
422
- {"shape":"OperationFailureException"},
423
- {"shape":"AccessDeniedException"},
424
- {"shape":"AccountSetupInProgressException"},
425
- {"shape":"UnauthenticatedException"}
426
- ]
427
- },
428
- "GetInstanceMetricData":{
429
- "name":"GetInstanceMetricData",
430
- "http":{
431
- "method":"POST",
432
- "requestUri":"/"
433
- },
434
- "input":{"shape":"GetInstanceMetricDataRequest"},
435
- "output":{"shape":"GetInstanceMetricDataResult"},
436
- "errors":[
437
- {"shape":"ServiceException"},
438
- {"shape":"InvalidInputException"},
439
- {"shape":"NotFoundException"},
440
- {"shape":"OperationFailureException"},
441
- {"shape":"AccessDeniedException"},
442
- {"shape":"AccountSetupInProgressException"},
443
- {"shape":"UnauthenticatedException"}
444
- ]
445
- },
446
- "GetInstancePortStates":{
447
- "name":"GetInstancePortStates",
448
- "http":{
449
- "method":"POST",
450
- "requestUri":"/"
451
- },
452
- "input":{"shape":"GetInstancePortStatesRequest"},
453
- "output":{"shape":"GetInstancePortStatesResult"},
454
- "errors":[
455
- {"shape":"ServiceException"},
456
- {"shape":"InvalidInputException"},
457
- {"shape":"NotFoundException"},
458
- {"shape":"OperationFailureException"},
459
- {"shape":"AccessDeniedException"},
460
- {"shape":"AccountSetupInProgressException"},
461
- {"shape":"UnauthenticatedException"}
462
- ]
463
- },
464
- "GetInstanceSnapshot":{
465
- "name":"GetInstanceSnapshot",
466
- "http":{
467
- "method":"POST",
468
- "requestUri":"/"
469
- },
470
- "input":{"shape":"GetInstanceSnapshotRequest"},
471
- "output":{"shape":"GetInstanceSnapshotResult"},
472
- "errors":[
473
- {"shape":"ServiceException"},
474
- {"shape":"InvalidInputException"},
475
- {"shape":"NotFoundException"},
476
- {"shape":"OperationFailureException"},
477
- {"shape":"AccessDeniedException"},
478
- {"shape":"AccountSetupInProgressException"},
479
- {"shape":"UnauthenticatedException"}
480
- ]
481
- },
482
- "GetInstanceSnapshots":{
483
- "name":"GetInstanceSnapshots",
484
- "http":{
485
- "method":"POST",
486
- "requestUri":"/"
487
- },
488
- "input":{"shape":"GetInstanceSnapshotsRequest"},
489
- "output":{"shape":"GetInstanceSnapshotsResult"},
490
- "errors":[
491
- {"shape":"ServiceException"},
492
- {"shape":"InvalidInputException"},
493
- {"shape":"NotFoundException"},
494
- {"shape":"OperationFailureException"},
495
- {"shape":"AccessDeniedException"},
496
- {"shape":"AccountSetupInProgressException"},
497
- {"shape":"UnauthenticatedException"}
498
- ]
499
- },
500
- "GetInstanceState":{
501
- "name":"GetInstanceState",
502
- "http":{
503
- "method":"POST",
504
- "requestUri":"/"
505
- },
506
- "input":{"shape":"GetInstanceStateRequest"},
507
- "output":{"shape":"GetInstanceStateResult"},
508
- "errors":[
509
- {"shape":"ServiceException"},
510
- {"shape":"InvalidInputException"},
511
- {"shape":"NotFoundException"},
512
- {"shape":"OperationFailureException"},
513
- {"shape":"AccessDeniedException"},
514
- {"shape":"AccountSetupInProgressException"},
515
- {"shape":"UnauthenticatedException"}
516
- ]
517
- },
518
- "GetInstances":{
519
- "name":"GetInstances",
520
- "http":{
521
- "method":"POST",
522
- "requestUri":"/"
523
- },
524
- "input":{"shape":"GetInstancesRequest"},
525
- "output":{"shape":"GetInstancesResult"},
526
- "errors":[
527
- {"shape":"ServiceException"},
528
- {"shape":"InvalidInputException"},
529
- {"shape":"NotFoundException"},
530
- {"shape":"OperationFailureException"},
531
- {"shape":"AccessDeniedException"},
532
- {"shape":"AccountSetupInProgressException"},
533
- {"shape":"UnauthenticatedException"}
534
- ]
535
- },
536
- "GetKeyPair":{
537
- "name":"GetKeyPair",
538
- "http":{
539
- "method":"POST",
540
- "requestUri":"/"
541
- },
542
- "input":{"shape":"GetKeyPairRequest"},
543
- "output":{"shape":"GetKeyPairResult"},
544
- "errors":[
545
- {"shape":"ServiceException"},
546
- {"shape":"InvalidInputException"},
547
- {"shape":"NotFoundException"},
548
- {"shape":"OperationFailureException"},
549
- {"shape":"AccessDeniedException"},
550
- {"shape":"AccountSetupInProgressException"},
551
- {"shape":"UnauthenticatedException"}
552
- ]
553
- },
554
- "GetKeyPairs":{
555
- "name":"GetKeyPairs",
556
- "http":{
557
- "method":"POST",
558
- "requestUri":"/"
559
- },
560
- "input":{"shape":"GetKeyPairsRequest"},
561
- "output":{"shape":"GetKeyPairsResult"},
562
- "errors":[
563
- {"shape":"ServiceException"},
564
- {"shape":"InvalidInputException"},
565
- {"shape":"NotFoundException"},
566
- {"shape":"OperationFailureException"},
567
- {"shape":"AccessDeniedException"},
568
- {"shape":"AccountSetupInProgressException"},
569
- {"shape":"UnauthenticatedException"}
570
- ]
571
- },
572
- "GetOperation":{
573
- "name":"GetOperation",
574
- "http":{
575
- "method":"POST",
576
- "requestUri":"/"
577
- },
578
- "input":{"shape":"GetOperationRequest"},
579
- "output":{"shape":"GetOperationResult"},
580
- "errors":[
581
- {"shape":"ServiceException"},
582
- {"shape":"InvalidInputException"},
583
- {"shape":"NotFoundException"},
584
- {"shape":"OperationFailureException"},
585
- {"shape":"AccessDeniedException"},
586
- {"shape":"AccountSetupInProgressException"},
587
- {"shape":"UnauthenticatedException"}
588
- ]
589
- },
590
- "GetOperations":{
591
- "name":"GetOperations",
592
- "http":{
593
- "method":"POST",
594
- "requestUri":"/"
595
- },
596
- "input":{"shape":"GetOperationsRequest"},
597
- "output":{"shape":"GetOperationsResult"},
598
- "errors":[
599
- {"shape":"ServiceException"},
600
- {"shape":"InvalidInputException"},
601
- {"shape":"NotFoundException"},
602
- {"shape":"OperationFailureException"},
603
- {"shape":"AccessDeniedException"},
604
- {"shape":"AccountSetupInProgressException"},
605
- {"shape":"UnauthenticatedException"}
606
- ]
607
- },
608
- "GetOperationsForResource":{
609
- "name":"GetOperationsForResource",
610
- "http":{
611
- "method":"POST",
612
- "requestUri":"/"
613
- },
614
- "input":{"shape":"GetOperationsForResourceRequest"},
615
- "output":{"shape":"GetOperationsForResourceResult"},
616
- "errors":[
617
- {"shape":"ServiceException"},
618
- {"shape":"InvalidInputException"},
619
- {"shape":"NotFoundException"},
620
- {"shape":"OperationFailureException"},
621
- {"shape":"AccessDeniedException"},
622
- {"shape":"AccountSetupInProgressException"},
623
- {"shape":"UnauthenticatedException"}
624
- ]
625
- },
626
- "GetRegions":{
627
- "name":"GetRegions",
628
- "http":{
629
- "method":"POST",
630
- "requestUri":"/"
631
- },
632
- "input":{"shape":"GetRegionsRequest"},
633
- "output":{"shape":"GetRegionsResult"},
634
- "errors":[
635
- {"shape":"ServiceException"},
636
- {"shape":"InvalidInputException"},
637
- {"shape":"NotFoundException"},
638
- {"shape":"OperationFailureException"},
639
- {"shape":"AccessDeniedException"},
640
- {"shape":"AccountSetupInProgressException"},
641
- {"shape":"UnauthenticatedException"}
642
- ]
643
- },
644
- "GetStaticIp":{
645
- "name":"GetStaticIp",
646
- "http":{
647
- "method":"POST",
648
- "requestUri":"/"
649
- },
650
- "input":{"shape":"GetStaticIpRequest"},
651
- "output":{"shape":"GetStaticIpResult"},
652
- "errors":[
653
- {"shape":"ServiceException"},
654
- {"shape":"InvalidInputException"},
655
- {"shape":"NotFoundException"},
656
- {"shape":"OperationFailureException"},
657
- {"shape":"AccessDeniedException"},
658
- {"shape":"AccountSetupInProgressException"},
659
- {"shape":"UnauthenticatedException"}
660
- ]
661
- },
662
- "GetStaticIps":{
663
- "name":"GetStaticIps",
664
- "http":{
665
- "method":"POST",
666
- "requestUri":"/"
667
- },
668
- "input":{"shape":"GetStaticIpsRequest"},
669
- "output":{"shape":"GetStaticIpsResult"},
670
- "errors":[
671
- {"shape":"ServiceException"},
672
- {"shape":"InvalidInputException"},
673
- {"shape":"NotFoundException"},
674
- {"shape":"OperationFailureException"},
675
- {"shape":"AccessDeniedException"},
676
- {"shape":"AccountSetupInProgressException"},
677
- {"shape":"UnauthenticatedException"}
678
- ]
679
- },
680
- "ImportKeyPair":{
681
- "name":"ImportKeyPair",
682
- "http":{
683
- "method":"POST",
684
- "requestUri":"/"
685
- },
686
- "input":{"shape":"ImportKeyPairRequest"},
687
- "output":{"shape":"ImportKeyPairResult"},
688
- "errors":[
689
- {"shape":"ServiceException"},
690
- {"shape":"InvalidInputException"},
691
- {"shape":"NotFoundException"},
692
- {"shape":"OperationFailureException"},
693
- {"shape":"AccessDeniedException"},
694
- {"shape":"AccountSetupInProgressException"},
695
- {"shape":"UnauthenticatedException"}
696
- ]
697
- },
698
- "IsVpcPeered":{
699
- "name":"IsVpcPeered",
700
- "http":{
701
- "method":"POST",
702
- "requestUri":"/"
703
- },
704
- "input":{"shape":"IsVpcPeeredRequest"},
705
- "output":{"shape":"IsVpcPeeredResult"},
706
- "errors":[
707
- {"shape":"ServiceException"},
708
- {"shape":"InvalidInputException"},
709
- {"shape":"NotFoundException"},
710
- {"shape":"OperationFailureException"},
711
- {"shape":"AccessDeniedException"},
712
- {"shape":"AccountSetupInProgressException"},
713
- {"shape":"UnauthenticatedException"}
714
- ]
715
- },
716
- "OpenInstancePublicPorts":{
717
- "name":"OpenInstancePublicPorts",
718
- "http":{
719
- "method":"POST",
720
- "requestUri":"/"
721
- },
722
- "input":{"shape":"OpenInstancePublicPortsRequest"},
723
- "output":{"shape":"OpenInstancePublicPortsResult"},
724
- "errors":[
725
- {"shape":"ServiceException"},
726
- {"shape":"InvalidInputException"},
727
- {"shape":"NotFoundException"},
728
- {"shape":"OperationFailureException"},
729
- {"shape":"AccessDeniedException"},
730
- {"shape":"AccountSetupInProgressException"},
731
- {"shape":"UnauthenticatedException"}
732
- ]
733
- },
734
- "PeerVpc":{
735
- "name":"PeerVpc",
736
- "http":{
737
- "method":"POST",
738
- "requestUri":"/"
739
- },
740
- "input":{"shape":"PeerVpcRequest"},
741
- "output":{"shape":"PeerVpcResult"},
742
- "errors":[
743
- {"shape":"ServiceException"},
744
- {"shape":"InvalidInputException"},
745
- {"shape":"NotFoundException"},
746
- {"shape":"OperationFailureException"},
747
- {"shape":"AccessDeniedException"},
748
- {"shape":"AccountSetupInProgressException"},
749
- {"shape":"UnauthenticatedException"}
750
- ]
751
- },
752
- "PutInstancePublicPorts":{
753
- "name":"PutInstancePublicPorts",
754
- "http":{
755
- "method":"POST",
756
- "requestUri":"/"
757
- },
758
- "input":{"shape":"PutInstancePublicPortsRequest"},
759
- "output":{"shape":"PutInstancePublicPortsResult"},
760
- "errors":[
761
- {"shape":"ServiceException"},
762
- {"shape":"InvalidInputException"},
763
- {"shape":"NotFoundException"},
764
- {"shape":"OperationFailureException"},
765
- {"shape":"AccessDeniedException"},
766
- {"shape":"AccountSetupInProgressException"},
767
- {"shape":"UnauthenticatedException"}
768
- ]
769
- },
770
- "RebootInstance":{
771
- "name":"RebootInstance",
772
- "http":{
773
- "method":"POST",
774
- "requestUri":"/"
775
- },
776
- "input":{"shape":"RebootInstanceRequest"},
777
- "output":{"shape":"RebootInstanceResult"},
778
- "errors":[
779
- {"shape":"ServiceException"},
780
- {"shape":"InvalidInputException"},
781
- {"shape":"NotFoundException"},
782
- {"shape":"OperationFailureException"},
783
- {"shape":"AccessDeniedException"},
784
- {"shape":"AccountSetupInProgressException"},
785
- {"shape":"UnauthenticatedException"}
786
- ]
787
- },
788
- "ReleaseStaticIp":{
789
- "name":"ReleaseStaticIp",
790
- "http":{
791
- "method":"POST",
792
- "requestUri":"/"
793
- },
794
- "input":{"shape":"ReleaseStaticIpRequest"},
795
- "output":{"shape":"ReleaseStaticIpResult"},
796
- "errors":[
797
- {"shape":"ServiceException"},
798
- {"shape":"InvalidInputException"},
799
- {"shape":"NotFoundException"},
800
- {"shape":"OperationFailureException"},
801
- {"shape":"AccessDeniedException"},
802
- {"shape":"AccountSetupInProgressException"},
803
- {"shape":"UnauthenticatedException"}
804
- ]
805
- },
806
- "StartInstance":{
807
- "name":"StartInstance",
808
- "http":{
809
- "method":"POST",
810
- "requestUri":"/"
811
- },
812
- "input":{"shape":"StartInstanceRequest"},
813
- "output":{"shape":"StartInstanceResult"},
814
- "errors":[
815
- {"shape":"ServiceException"},
816
- {"shape":"InvalidInputException"},
817
- {"shape":"NotFoundException"},
818
- {"shape":"OperationFailureException"},
819
- {"shape":"AccessDeniedException"},
820
- {"shape":"AccountSetupInProgressException"},
821
- {"shape":"UnauthenticatedException"}
822
- ]
823
- },
824
- "StopInstance":{
825
- "name":"StopInstance",
826
- "http":{
827
- "method":"POST",
828
- "requestUri":"/"
829
- },
830
- "input":{"shape":"StopInstanceRequest"},
831
- "output":{"shape":"StopInstanceResult"},
832
- "errors":[
833
- {"shape":"ServiceException"},
834
- {"shape":"InvalidInputException"},
835
- {"shape":"NotFoundException"},
836
- {"shape":"OperationFailureException"},
837
- {"shape":"AccessDeniedException"},
838
- {"shape":"AccountSetupInProgressException"},
839
- {"shape":"UnauthenticatedException"}
840
- ]
841
- },
842
- "UnpeerVpc":{
843
- "name":"UnpeerVpc",
844
- "http":{
845
- "method":"POST",
846
- "requestUri":"/"
847
- },
848
- "input":{"shape":"UnpeerVpcRequest"},
849
- "output":{"shape":"UnpeerVpcResult"},
850
- "errors":[
851
- {"shape":"ServiceException"},
852
- {"shape":"InvalidInputException"},
853
- {"shape":"NotFoundException"},
854
- {"shape":"OperationFailureException"},
855
- {"shape":"AccessDeniedException"},
856
- {"shape":"AccountSetupInProgressException"},
857
- {"shape":"UnauthenticatedException"}
858
- ]
859
- },
860
- "UpdateDomainEntry":{
861
- "name":"UpdateDomainEntry",
862
- "http":{
863
- "method":"POST",
864
- "requestUri":"/"
865
- },
866
- "input":{"shape":"UpdateDomainEntryRequest"},
867
- "output":{"shape":"UpdateDomainEntryResult"},
868
- "errors":[
869
- {"shape":"ServiceException"},
870
- {"shape":"InvalidInputException"},
871
- {"shape":"NotFoundException"},
872
- {"shape":"OperationFailureException"},
873
- {"shape":"AccessDeniedException"},
874
- {"shape":"AccountSetupInProgressException"},
875
- {"shape":"UnauthenticatedException"}
876
- ]
877
- }
878
- },
879
- "shapes":{
880
- "AccessDeniedException":{
881
- "type":"structure",
882
- "members":{
883
- "code":{"shape":"string"},
884
- "docs":{"shape":"string"},
885
- "message":{"shape":"string"},
886
- "tip":{"shape":"string"}
887
- },
888
- "exception":true
889
- },
890
- "AccessDirection":{
891
- "type":"string",
892
- "enum":[
893
- "inbound",
894
- "outbound"
895
- ]
896
- },
897
- "AccountSetupInProgressException":{
898
- "type":"structure",
899
- "members":{
900
- "code":{"shape":"string"},
901
- "docs":{"shape":"string"},
902
- "message":{"shape":"string"},
903
- "tip":{"shape":"string"}
904
- },
905
- "exception":true
906
- },
907
- "AllocateStaticIpRequest":{
908
- "type":"structure",
909
- "required":["staticIpName"],
910
- "members":{
911
- "staticIpName":{"shape":"ResourceName"}
912
- }
913
- },
914
- "AllocateStaticIpResult":{
915
- "type":"structure",
916
- "members":{
917
- "operations":{"shape":"OperationList"}
918
- }
919
- },
920
- "AttachStaticIpRequest":{
921
- "type":"structure",
922
- "required":[
923
- "staticIpName",
924
- "instanceName"
925
- ],
926
- "members":{
927
- "staticIpName":{"shape":"ResourceName"},
928
- "instanceName":{"shape":"ResourceName"}
929
- }
930
- },
931
- "AttachStaticIpResult":{
932
- "type":"structure",
933
- "members":{
934
- "operations":{"shape":"OperationList"}
935
- }
936
- },
937
- "AvailabilityZone":{
938
- "type":"structure",
939
- "members":{
940
- "zoneName":{"shape":"NonEmptyString"},
941
- "state":{"shape":"NonEmptyString"}
942
- }
943
- },
944
- "AvailabilityZoneList":{
945
- "type":"list",
946
- "member":{"shape":"AvailabilityZone"}
947
- },
948
- "Base64":{"type":"string"},
949
- "Blueprint":{
950
- "type":"structure",
951
- "members":{
952
- "blueprintId":{"shape":"NonEmptyString"},
953
- "name":{"shape":"ResourceName"},
954
- "group":{"shape":"NonEmptyString"},
955
- "type":{"shape":"BlueprintType"},
956
- "description":{"shape":"string"},
957
- "isActive":{"shape":"boolean"},
958
- "minPower":{"shape":"integer"},
959
- "version":{"shape":"string"},
960
- "versionCode":{"shape":"string"},
961
- "productUrl":{"shape":"string"},
962
- "licenseUrl":{"shape":"string"}
963
- }
964
- },
965
- "BlueprintList":{
966
- "type":"list",
967
- "member":{"shape":"Blueprint"}
968
- },
969
- "BlueprintType":{
970
- "type":"string",
971
- "enum":[
972
- "os",
973
- "app"
974
- ]
975
- },
976
- "Bundle":{
977
- "type":"structure",
978
- "members":{
979
- "price":{"shape":"float"},
980
- "cpuCount":{"shape":"integer"},
981
- "diskSizeInGb":{"shape":"integer"},
982
- "bundleId":{"shape":"NonEmptyString"},
983
- "instanceType":{"shape":"string"},
984
- "isActive":{"shape":"boolean"},
985
- "name":{"shape":"string"},
986
- "power":{"shape":"integer"},
987
- "ramSizeInGb":{"shape":"float"},
988
- "transferPerMonthInGb":{"shape":"integer"}
989
- }
990
- },
991
- "BundleList":{
992
- "type":"list",
993
- "member":{"shape":"Bundle"}
994
- },
995
- "CloseInstancePublicPortsRequest":{
996
- "type":"structure",
997
- "required":[
998
- "portInfo",
999
- "instanceName"
1000
- ],
1001
- "members":{
1002
- "portInfo":{"shape":"PortInfo"},
1003
- "instanceName":{"shape":"ResourceName"}
1004
- }
1005
- },
1006
- "CloseInstancePublicPortsResult":{
1007
- "type":"structure",
1008
- "members":{
1009
- "operation":{"shape":"Operation"}
1010
- }
1011
- },
1012
- "CreateDomainEntryRequest":{
1013
- "type":"structure",
1014
- "required":[
1015
- "domainName",
1016
- "domainEntry"
1017
- ],
1018
- "members":{
1019
- "domainName":{"shape":"DomainName"},
1020
- "domainEntry":{"shape":"DomainEntry"}
1021
- }
1022
- },
1023
- "CreateDomainEntryResult":{
1024
- "type":"structure",
1025
- "members":{
1026
- "operation":{"shape":"Operation"}
1027
- }
1028
- },
1029
- "CreateDomainRequest":{
1030
- "type":"structure",
1031
- "required":["domainName"],
1032
- "members":{
1033
- "domainName":{"shape":"DomainName"}
1034
- }
1035
- },
1036
- "CreateDomainResult":{
1037
- "type":"structure",
1038
- "members":{
1039
- "operation":{"shape":"Operation"}
1040
- }
1041
- },
1042
- "CreateInstanceSnapshotRequest":{
1043
- "type":"structure",
1044
- "required":[
1045
- "instanceSnapshotName",
1046
- "instanceName"
1047
- ],
1048
- "members":{
1049
- "instanceSnapshotName":{"shape":"ResourceName"},
1050
- "instanceName":{"shape":"ResourceName"}
1051
- }
1052
- },
1053
- "CreateInstanceSnapshotResult":{
1054
- "type":"structure",
1055
- "members":{
1056
- "operations":{"shape":"OperationList"}
1057
- }
1058
- },
1059
- "CreateInstancesFromSnapshotRequest":{
1060
- "type":"structure",
1061
- "required":[
1062
- "instanceNames",
1063
- "availabilityZone",
1064
- "instanceSnapshotName",
1065
- "bundleId"
1066
- ],
1067
- "members":{
1068
- "instanceNames":{"shape":"StringList"},
1069
- "availabilityZone":{"shape":"string"},
1070
- "instanceSnapshotName":{"shape":"ResourceName"},
1071
- "bundleId":{"shape":"NonEmptyString"},
1072
- "userData":{"shape":"string"},
1073
- "keyPairName":{"shape":"ResourceName"}
1074
- }
1075
- },
1076
- "CreateInstancesFromSnapshotResult":{
1077
- "type":"structure",
1078
- "members":{
1079
- "operations":{"shape":"OperationList"}
1080
- }
1081
- },
1082
- "CreateInstancesRequest":{
1083
- "type":"structure",
1084
- "required":[
1085
- "instanceNames",
1086
- "availabilityZone",
1087
- "blueprintId",
1088
- "bundleId"
1089
- ],
1090
- "members":{
1091
- "instanceNames":{"shape":"StringList"},
1092
- "availabilityZone":{"shape":"string"},
1093
- "customImageName":{"shape":"ResourceName"},
1094
- "blueprintId":{"shape":"NonEmptyString"},
1095
- "bundleId":{"shape":"NonEmptyString"},
1096
- "userData":{"shape":"string"},
1097
- "keyPairName":{"shape":"ResourceName"}
1098
- }
1099
- },
1100
- "CreateInstancesResult":{
1101
- "type":"structure",
1102
- "members":{
1103
- "operations":{"shape":"OperationList"}
1104
- }
1105
- },
1106
- "CreateKeyPairRequest":{
1107
- "type":"structure",
1108
- "required":["keyPairName"],
1109
- "members":{
1110
- "keyPairName":{"shape":"ResourceName"}
1111
- }
1112
- },
1113
- "CreateKeyPairResult":{
1114
- "type":"structure",
1115
- "members":{
1116
- "keyPair":{"shape":"KeyPair"},
1117
- "publicKeyBase64":{"shape":"Base64"},
1118
- "privateKeyBase64":{"shape":"Base64"},
1119
- "operation":{"shape":"Operation"}
1120
- }
1121
- },
1122
- "DeleteDomainEntryRequest":{
1123
- "type":"structure",
1124
- "required":[
1125
- "domainName",
1126
- "domainEntry"
1127
- ],
1128
- "members":{
1129
- "domainName":{"shape":"DomainName"},
1130
- "domainEntry":{"shape":"DomainEntry"}
1131
- }
1132
- },
1133
- "DeleteDomainEntryResult":{
1134
- "type":"structure",
1135
- "members":{
1136
- "operation":{"shape":"Operation"}
1137
- }
1138
- },
1139
- "DeleteDomainRequest":{
1140
- "type":"structure",
1141
- "required":["domainName"],
1142
- "members":{
1143
- "domainName":{"shape":"DomainName"}
1144
- }
1145
- },
1146
- "DeleteDomainResult":{
1147
- "type":"structure",
1148
- "members":{
1149
- "operation":{"shape":"Operation"}
1150
- }
1151
- },
1152
- "DeleteInstanceRequest":{
1153
- "type":"structure",
1154
- "required":["instanceName"],
1155
- "members":{
1156
- "instanceName":{"shape":"ResourceName"}
1157
- }
1158
- },
1159
- "DeleteInstanceResult":{
1160
- "type":"structure",
1161
- "members":{
1162
- "operations":{"shape":"OperationList"}
1163
- }
1164
- },
1165
- "DeleteInstanceSnapshotRequest":{
1166
- "type":"structure",
1167
- "required":["instanceSnapshotName"],
1168
- "members":{
1169
- "instanceSnapshotName":{"shape":"ResourceName"}
1170
- }
1171
- },
1172
- "DeleteInstanceSnapshotResult":{
1173
- "type":"structure",
1174
- "members":{
1175
- "operations":{"shape":"OperationList"}
1176
- }
1177
- },
1178
- "DeleteKeyPairRequest":{
1179
- "type":"structure",
1180
- "required":["keyPairName"],
1181
- "members":{
1182
- "keyPairName":{"shape":"ResourceName"}
1183
- }
1184
- },
1185
- "DeleteKeyPairResult":{
1186
- "type":"structure",
1187
- "members":{
1188
- "operation":{"shape":"Operation"}
1189
- }
1190
- },
1191
- "DetachStaticIpRequest":{
1192
- "type":"structure",
1193
- "required":["staticIpName"],
1194
- "members":{
1195
- "staticIpName":{"shape":"ResourceName"}
1196
- }
1197
- },
1198
- "DetachStaticIpResult":{
1199
- "type":"structure",
1200
- "members":{
1201
- "operations":{"shape":"OperationList"}
1202
- }
1203
- },
1204
- "Disk":{
1205
- "type":"structure",
1206
- "members":{
1207
- "name":{"shape":"ResourceName"},
1208
- "arn":{"shape":"NonEmptyString"},
1209
- "supportCode":{"shape":"string"},
1210
- "createdAt":{"shape":"IsoDate"},
1211
- "location":{"shape":"ResourceLocation"},
1212
- "resourceType":{"shape":"ResourceType"},
1213
- "sizeInGb":{"shape":"integer"},
1214
- "gbInUse":{"shape":"integer"},
1215
- "isSystemDisk":{"shape":"boolean"},
1216
- "iops":{"shape":"integer"},
1217
- "path":{"shape":"string"},
1218
- "attachedTo":{"shape":"string"},
1219
- "isAttached":{"shape":"boolean"},
1220
- "attachmentState":{"shape":"string"}
1221
- }
1222
- },
1223
- "DiskList":{
1224
- "type":"list",
1225
- "member":{"shape":"Disk"}
1226
- },
1227
- "Domain":{
1228
- "type":"structure",
1229
- "members":{
1230
- "name":{"shape":"ResourceName"},
1231
- "arn":{"shape":"NonEmptyString"},
1232
- "supportCode":{"shape":"string"},
1233
- "createdAt":{"shape":"IsoDate"},
1234
- "location":{"shape":"ResourceLocation"},
1235
- "resourceType":{"shape":"ResourceType"},
1236
- "domainEntries":{"shape":"DomainEntryList"}
1237
- }
1238
- },
1239
- "DomainEntry":{
1240
- "type":"structure",
1241
- "members":{
1242
- "id":{"shape":"NonEmptyString"},
1243
- "name":{"shape":"DomainName"},
1244
- "target":{"shape":"string"},
1245
- "type":{"shape":"DomainEntryType"},
1246
- "options":{"shape":"DomainEntryOptions"}
1247
- }
1248
- },
1249
- "DomainEntryList":{
1250
- "type":"list",
1251
- "member":{"shape":"DomainEntry"}
1252
- },
1253
- "DomainEntryOptions":{
1254
- "type":"map",
1255
- "key":{"shape":"DomainEntryOptionsKeys"},
1256
- "value":{"shape":"string"}
1257
- },
1258
- "DomainEntryOptionsKeys":{"type":"string"},
1259
- "DomainEntryType":{"type":"string"},
1260
- "DomainList":{
1261
- "type":"list",
1262
- "member":{"shape":"Domain"}
1263
- },
1264
- "DomainName":{"type":"string"},
1265
- "DownloadDefaultKeyPairRequest":{
1266
- "type":"structure",
1267
- "members":{
1268
- }
1269
- },
1270
- "DownloadDefaultKeyPairResult":{
1271
- "type":"structure",
1272
- "members":{
1273
- "publicKeyBase64":{"shape":"Base64"},
1274
- "privateKeyBase64":{"shape":"Base64"}
1275
- }
1276
- },
1277
- "GetActiveNamesRequest":{
1278
- "type":"structure",
1279
- "members":{
1280
- "pageToken":{"shape":"string"}
1281
- }
1282
- },
1283
- "GetActiveNamesResult":{
1284
- "type":"structure",
1285
- "members":{
1286
- "activeNames":{"shape":"StringList"},
1287
- "nextPageToken":{"shape":"string"}
1288
- }
1289
- },
1290
- "GetBlueprintsRequest":{
1291
- "type":"structure",
1292
- "members":{
1293
- "includeInactive":{"shape":"boolean"},
1294
- "pageToken":{"shape":"string"}
1295
- }
1296
- },
1297
- "GetBlueprintsResult":{
1298
- "type":"structure",
1299
- "members":{
1300
- "blueprints":{"shape":"BlueprintList"},
1301
- "nextPageToken":{"shape":"string"}
1302
- }
1303
- },
1304
- "GetBundlesRequest":{
1305
- "type":"structure",
1306
- "members":{
1307
- "includeInactive":{"shape":"boolean"},
1308
- "pageToken":{"shape":"string"}
1309
- }
1310
- },
1311
- "GetBundlesResult":{
1312
- "type":"structure",
1313
- "members":{
1314
- "bundles":{"shape":"BundleList"},
1315
- "nextPageToken":{"shape":"string"}
1316
- }
1317
- },
1318
- "GetDomainRequest":{
1319
- "type":"structure",
1320
- "required":["domainName"],
1321
- "members":{
1322
- "domainName":{"shape":"DomainName"}
1323
- }
1324
- },
1325
- "GetDomainResult":{
1326
- "type":"structure",
1327
- "members":{
1328
- "domain":{"shape":"Domain"}
1329
- }
1330
- },
1331
- "GetDomainsRequest":{
1332
- "type":"structure",
1333
- "members":{
1334
- "pageToken":{"shape":"string"}
1335
- }
1336
- },
1337
- "GetDomainsResult":{
1338
- "type":"structure",
1339
- "members":{
1340
- "domains":{"shape":"DomainList"},
1341
- "nextPageToken":{"shape":"string"}
1342
- }
1343
- },
1344
- "GetInstanceAccessDetailsRequest":{
1345
- "type":"structure",
1346
- "required":["instanceName"],
1347
- "members":{
1348
- "instanceName":{"shape":"ResourceName"},
1349
- "protocol":{"shape":"InstanceAccessProtocol"}
1350
- }
1351
- },
1352
- "GetInstanceAccessDetailsResult":{
1353
- "type":"structure",
1354
- "members":{
1355
- "accessDetails":{"shape":"InstanceAccessDetails"}
1356
- }
1357
- },
1358
- "GetInstanceMetricDataRequest":{
1359
- "type":"structure",
1360
- "required":[
1361
- "instanceName",
1362
- "metricName",
1363
- "period",
1364
- "startTime",
1365
- "endTime",
1366
- "unit",
1367
- "statistics"
1368
- ],
1369
- "members":{
1370
- "instanceName":{"shape":"ResourceName"},
1371
- "metricName":{"shape":"InstanceMetricName"},
1372
- "period":{"shape":"MetricPeriod"},
1373
- "startTime":{"shape":"timestamp"},
1374
- "endTime":{"shape":"timestamp"},
1375
- "unit":{"shape":"MetricUnit"},
1376
- "statistics":{"shape":"MetricStatisticList"}
1377
- }
1378
- },
1379
- "GetInstanceMetricDataResult":{
1380
- "type":"structure",
1381
- "members":{
1382
- "metricName":{"shape":"InstanceMetricName"},
1383
- "metricData":{"shape":"MetricDatapointList"}
1384
- }
1385
- },
1386
- "GetInstancePortStatesRequest":{
1387
- "type":"structure",
1388
- "required":["instanceName"],
1389
- "members":{
1390
- "instanceName":{"shape":"ResourceName"}
1391
- }
1392
- },
1393
- "GetInstancePortStatesResult":{
1394
- "type":"structure",
1395
- "members":{
1396
- "portStates":{"shape":"InstancePortStateList"}
1397
- }
1398
- },
1399
- "GetInstanceRequest":{
1400
- "type":"structure",
1401
- "required":["instanceName"],
1402
- "members":{
1403
- "instanceName":{"shape":"ResourceName"}
1404
- }
1405
- },
1406
- "GetInstanceResult":{
1407
- "type":"structure",
1408
- "members":{
1409
- "instance":{"shape":"Instance"}
1410
- }
1411
- },
1412
- "GetInstanceSnapshotRequest":{
1413
- "type":"structure",
1414
- "required":["instanceSnapshotName"],
1415
- "members":{
1416
- "instanceSnapshotName":{"shape":"ResourceName"}
1417
- }
1418
- },
1419
- "GetInstanceSnapshotResult":{
1420
- "type":"structure",
1421
- "members":{
1422
- "instanceSnapshot":{"shape":"InstanceSnapshot"}
1423
- }
1424
- },
1425
- "GetInstanceSnapshotsRequest":{
1426
- "type":"structure",
1427
- "members":{
1428
- "pageToken":{"shape":"string"}
1429
- }
1430
- },
1431
- "GetInstanceSnapshotsResult":{
1432
- "type":"structure",
1433
- "members":{
1434
- "instanceSnapshots":{"shape":"InstanceSnapshotList"},
1435
- "nextPageToken":{"shape":"string"}
1436
- }
1437
- },
1438
- "GetInstanceStateRequest":{
1439
- "type":"structure",
1440
- "required":["instanceName"],
1441
- "members":{
1442
- "instanceName":{"shape":"ResourceName"}
1443
- }
1444
- },
1445
- "GetInstanceStateResult":{
1446
- "type":"structure",
1447
- "members":{
1448
- "state":{"shape":"InstanceState"}
1449
- }
1450
- },
1451
- "GetInstancesRequest":{
1452
- "type":"structure",
1453
- "members":{
1454
- "pageToken":{"shape":"string"}
1455
- }
1456
- },
1457
- "GetInstancesResult":{
1458
- "type":"structure",
1459
- "members":{
1460
- "instances":{"shape":"InstanceList"},
1461
- "nextPageToken":{"shape":"string"}
1462
- }
1463
- },
1464
- "GetKeyPairRequest":{
1465
- "type":"structure",
1466
- "required":["keyPairName"],
1467
- "members":{
1468
- "keyPairName":{"shape":"ResourceName"}
1469
- }
1470
- },
1471
- "GetKeyPairResult":{
1472
- "type":"structure",
1473
- "members":{
1474
- "keyPair":{"shape":"KeyPair"}
1475
- }
1476
- },
1477
- "GetKeyPairsRequest":{
1478
- "type":"structure",
1479
- "members":{
1480
- "pageToken":{"shape":"string"}
1481
- }
1482
- },
1483
- "GetKeyPairsResult":{
1484
- "type":"structure",
1485
- "members":{
1486
- "keyPairs":{"shape":"KeyPairList"},
1487
- "nextPageToken":{"shape":"string"}
1488
- }
1489
- },
1490
- "GetOperationRequest":{
1491
- "type":"structure",
1492
- "required":["operationId"],
1493
- "members":{
1494
- "operationId":{"shape":"NonEmptyString"}
1495
- }
1496
- },
1497
- "GetOperationResult":{
1498
- "type":"structure",
1499
- "members":{
1500
- "operation":{"shape":"Operation"}
1501
- }
1502
- },
1503
- "GetOperationsForResourceRequest":{
1504
- "type":"structure",
1505
- "required":["resourceName"],
1506
- "members":{
1507
- "resourceName":{"shape":"ResourceName"},
1508
- "pageToken":{"shape":"string"}
1509
- }
1510
- },
1511
- "GetOperationsForResourceResult":{
1512
- "type":"structure",
1513
- "members":{
1514
- "operations":{"shape":"OperationList"},
1515
- "nextPageCount":{"shape":"string"}
1516
- }
1517
- },
1518
- "GetOperationsRequest":{
1519
- "type":"structure",
1520
- "members":{
1521
- "pageToken":{"shape":"string"}
1522
- }
1523
- },
1524
- "GetOperationsResult":{
1525
- "type":"structure",
1526
- "members":{
1527
- "operations":{"shape":"OperationList"},
1528
- "nextPageToken":{"shape":"string"}
1529
- }
1530
- },
1531
- "GetRegionsRequest":{
1532
- "type":"structure",
1533
- "members":{
1534
- "includeAvailabilityZones":{"shape":"boolean"}
1535
- }
1536
- },
1537
- "GetRegionsResult":{
1538
- "type":"structure",
1539
- "members":{
1540
- "regions":{"shape":"RegionList"}
1541
- }
1542
- },
1543
- "GetStaticIpRequest":{
1544
- "type":"structure",
1545
- "required":["staticIpName"],
1546
- "members":{
1547
- "staticIpName":{"shape":"ResourceName"}
1548
- }
1549
- },
1550
- "GetStaticIpResult":{
1551
- "type":"structure",
1552
- "members":{
1553
- "staticIp":{"shape":"StaticIp"}
1554
- }
1555
- },
1556
- "GetStaticIpsRequest":{
1557
- "type":"structure",
1558
- "members":{
1559
- "pageToken":{"shape":"string"}
1560
- }
1561
- },
1562
- "GetStaticIpsResult":{
1563
- "type":"structure",
1564
- "members":{
1565
- "staticIps":{"shape":"StaticIpList"},
1566
- "nextPageToken":{"shape":"string"}
1567
- }
1568
- },
1569
- "ImportKeyPairRequest":{
1570
- "type":"structure",
1571
- "required":[
1572
- "keyPairName",
1573
- "publicKeyBase64"
1574
- ],
1575
- "members":{
1576
- "keyPairName":{"shape":"ResourceName"},
1577
- "publicKeyBase64":{"shape":"Base64"}
1578
- }
1579
- },
1580
- "ImportKeyPairResult":{
1581
- "type":"structure",
1582
- "members":{
1583
- "operation":{"shape":"Operation"}
1584
- }
1585
- },
1586
- "Instance":{
1587
- "type":"structure",
1588
- "members":{
1589
- "name":{"shape":"ResourceName"},
1590
- "arn":{"shape":"NonEmptyString"},
1591
- "supportCode":{"shape":"string"},
1592
- "createdAt":{"shape":"IsoDate"},
1593
- "location":{"shape":"ResourceLocation"},
1594
- "resourceType":{"shape":"ResourceType"},
1595
- "blueprintId":{"shape":"NonEmptyString"},
1596
- "blueprintName":{"shape":"NonEmptyString"},
1597
- "bundleId":{"shape":"NonEmptyString"},
1598
- "isStaticIp":{"shape":"boolean"},
1599
- "privateIpAddress":{"shape":"IpAddress"},
1600
- "publicIpAddress":{"shape":"IpAddress"},
1601
- "ipv6Address":{"shape":"IpV6Address"},
1602
- "hardware":{"shape":"InstanceHardware"},
1603
- "networking":{"shape":"InstanceNetworking"},
1604
- "state":{"shape":"InstanceState"},
1605
- "username":{"shape":"NonEmptyString"},
1606
- "sshKeyName":{"shape":"ResourceName"}
1607
- }
1608
- },
1609
- "InstanceAccessDetails":{
1610
- "type":"structure",
1611
- "members":{
1612
- "certKey":{"shape":"string"},
1613
- "expiresAt":{"shape":"IsoDate"},
1614
- "ipAddress":{"shape":"IpAddress"},
1615
- "password":{"shape":"string"},
1616
- "privateKey":{"shape":"string"},
1617
- "protocol":{"shape":"InstanceAccessProtocol"},
1618
- "instanceName":{"shape":"ResourceName"},
1619
- "username":{"shape":"string"}
1620
- }
1621
- },
1622
- "InstanceAccessProtocol":{
1623
- "type":"string",
1624
- "enum":[
1625
- "ssh",
1626
- "rdp"
1627
- ]
1628
- },
1629
- "InstanceHardware":{
1630
- "type":"structure",
1631
- "members":{
1632
- "cpuCount":{"shape":"integer"},
1633
- "disks":{"shape":"DiskList"},
1634
- "ramSizeInGb":{"shape":"float"}
1635
- }
1636
- },
1637
- "InstanceList":{
1638
- "type":"list",
1639
- "member":{"shape":"Instance"}
1640
- },
1641
- "InstanceMetricName":{
1642
- "type":"string",
1643
- "enum":[
1644
- "CPUUtilization",
1645
- "NetworkIn",
1646
- "NetworkOut",
1647
- "StatusCheckFailed",
1648
- "StatusCheckFailed_Instance",
1649
- "StatusCheckFailed_System"
1650
- ]
1651
- },
1652
- "InstanceNetworking":{
1653
- "type":"structure",
1654
- "members":{
1655
- "monthlyTransfer":{"shape":"MonthlyTransfer"},
1656
- "ports":{"shape":"InstancePortInfoList"}
1657
- }
1658
- },
1659
- "InstancePortInfo":{
1660
- "type":"structure",
1661
- "members":{
1662
- "fromPort":{"shape":"Port"},
1663
- "toPort":{"shape":"Port"},
1664
- "protocol":{"shape":"NetworkProtocol"},
1665
- "accessFrom":{"shape":"string"},
1666
- "accessType":{"shape":"PortAccessType"},
1667
- "commonName":{"shape":"string"},
1668
- "accessDirection":{"shape":"AccessDirection"}
1669
- }
1670
- },
1671
- "InstancePortInfoList":{
1672
- "type":"list",
1673
- "member":{"shape":"InstancePortInfo"}
1674
- },
1675
- "InstancePortState":{
1676
- "type":"structure",
1677
- "members":{
1678
- "fromPort":{"shape":"Port"},
1679
- "toPort":{"shape":"Port"},
1680
- "protocol":{"shape":"NetworkProtocol"},
1681
- "state":{"shape":"PortState"}
1682
- }
1683
- },
1684
- "InstancePortStateList":{
1685
- "type":"list",
1686
- "member":{"shape":"InstancePortState"}
1687
- },
1688
- "InstanceSnapshot":{
1689
- "type":"structure",
1690
- "members":{
1691
- "name":{"shape":"ResourceName"},
1692
- "arn":{"shape":"NonEmptyString"},
1693
- "supportCode":{"shape":"string"},
1694
- "createdAt":{"shape":"IsoDate"},
1695
- "location":{"shape":"ResourceLocation"},
1696
- "resourceType":{"shape":"ResourceType"},
1697
- "state":{"shape":"InstanceSnapshotState"},
1698
- "progress":{"shape":"string"},
1699
- "fromInstanceName":{"shape":"ResourceName"},
1700
- "fromInstanceArn":{"shape":"NonEmptyString"},
1701
- "fromBlueprintId":{"shape":"string"},
1702
- "fromBundleId":{"shape":"string"},
1703
- "sizeInGb":{"shape":"integer"}
1704
- }
1705
- },
1706
- "InstanceSnapshotList":{
1707
- "type":"list",
1708
- "member":{"shape":"InstanceSnapshot"}
1709
- },
1710
- "InstanceSnapshotState":{
1711
- "type":"string",
1712
- "enum":[
1713
- "pending",
1714
- "error",
1715
- "available"
1716
- ]
1717
- },
1718
- "InstanceState":{
1719
- "type":"structure",
1720
- "members":{
1721
- "code":{"shape":"integer"},
1722
- "name":{"shape":"string"}
1723
- }
1724
- },
1725
- "InvalidInputException":{
1726
- "type":"structure",
1727
- "members":{
1728
- "code":{"shape":"string"},
1729
- "docs":{"shape":"string"},
1730
- "message":{"shape":"string"},
1731
- "tip":{"shape":"string"}
1732
- },
1733
- "exception":true
1734
- },
1735
- "IpAddress":{
1736
- "type":"string",
1737
- "pattern":"([0-9]{1,3}\\.){3}[0-9]{1,3}"
1738
- },
1739
- "IpV6Address":{
1740
- "type":"string",
1741
- "pattern":"([A-F0-9]{1,4}:){7}[A-F0-9]{1,4}"
1742
- },
1743
- "IsVpcPeeredRequest":{
1744
- "type":"structure",
1745
- "members":{
1746
- }
1747
- },
1748
- "IsVpcPeeredResult":{
1749
- "type":"structure",
1750
- "members":{
1751
- "isPeered":{"shape":"boolean"}
1752
- }
1753
- },
1754
- "IsoDate":{"type":"timestamp"},
1755
- "KeyPair":{
1756
- "type":"structure",
1757
- "members":{
1758
- "name":{"shape":"ResourceName"},
1759
- "arn":{"shape":"NonEmptyString"},
1760
- "supportCode":{"shape":"string"},
1761
- "createdAt":{"shape":"IsoDate"},
1762
- "location":{"shape":"ResourceLocation"},
1763
- "resourceType":{"shape":"ResourceType"},
1764
- "fingerprint":{"shape":"Base64"}
1765
- }
1766
- },
1767
- "KeyPairList":{
1768
- "type":"list",
1769
- "member":{"shape":"KeyPair"}
1770
- },
1771
- "MetricDatapoint":{
1772
- "type":"structure",
1773
- "members":{
1774
- "average":{"shape":"double"},
1775
- "maximum":{"shape":"double"},
1776
- "minimum":{"shape":"double"},
1777
- "sampleCount":{"shape":"double"},
1778
- "sum":{"shape":"double"},
1779
- "timestamp":{"shape":"timestamp"},
1780
- "unit":{"shape":"MetricUnit"}
1781
- }
1782
- },
1783
- "MetricDatapointList":{
1784
- "type":"list",
1785
- "member":{"shape":"MetricDatapoint"}
1786
- },
1787
- "MetricPeriod":{
1788
- "type":"integer",
1789
- "max":86400,
1790
- "min":60
1791
- },
1792
- "MetricStatistic":{
1793
- "type":"string",
1794
- "enum":[
1795
- "Minimum",
1796
- "Maximum",
1797
- "Sum",
1798
- "Average",
1799
- "SampleCount"
1800
- ]
1801
- },
1802
- "MetricStatisticList":{
1803
- "type":"list",
1804
- "member":{"shape":"MetricStatistic"}
1805
- },
1806
- "MetricUnit":{
1807
- "type":"string",
1808
- "enum":[
1809
- "Seconds",
1810
- "Microseconds",
1811
- "Milliseconds",
1812
- "Bytes",
1813
- "Kilobytes",
1814
- "Megabytes",
1815
- "Gigabytes",
1816
- "Terabytes",
1817
- "Bits",
1818
- "Kilobits",
1819
- "Megabits",
1820
- "Gigabits",
1821
- "Terabits",
1822
- "Percent",
1823
- "Count",
1824
- "Bytes/Second",
1825
- "Kilobytes/Second",
1826
- "Megabytes/Second",
1827
- "Gigabytes/Second",
1828
- "Terabytes/Second",
1829
- "Bits/Second",
1830
- "Kilobits/Second",
1831
- "Megabits/Second",
1832
- "Gigabits/Second",
1833
- "Terabits/Second",
1834
- "Count/Second",
1835
- "None"
1836
- ]
1837
- },
1838
- "MonthlyTransfer":{
1839
- "type":"structure",
1840
- "members":{
1841
- "gbPerMonthAllocated":{"shape":"integer"}
1842
- }
1843
- },
1844
- "NetworkProtocol":{
1845
- "type":"string",
1846
- "enum":[
1847
- "tcp",
1848
- "all",
1849
- "udp"
1850
- ]
1851
- },
1852
- "NonEmptyString":{
1853
- "type":"string",
1854
- "pattern":".*\\S.*"
1855
- },
1856
- "NotFoundException":{
1857
- "type":"structure",
1858
- "members":{
1859
- "code":{"shape":"string"},
1860
- "docs":{"shape":"string"},
1861
- "message":{"shape":"string"},
1862
- "tip":{"shape":"string"}
1863
- },
1864
- "exception":true
1865
- },
1866
- "OpenInstancePublicPortsRequest":{
1867
- "type":"structure",
1868
- "required":[
1869
- "portInfo",
1870
- "instanceName"
1871
- ],
1872
- "members":{
1873
- "portInfo":{"shape":"PortInfo"},
1874
- "instanceName":{"shape":"ResourceName"}
1875
- }
1876
- },
1877
- "OpenInstancePublicPortsResult":{
1878
- "type":"structure",
1879
- "members":{
1880
- "operation":{"shape":"Operation"}
1881
- }
1882
- },
1883
- "Operation":{
1884
- "type":"structure",
1885
- "members":{
1886
- "id":{"shape":"NonEmptyString"},
1887
- "resourceName":{"shape":"ResourceName"},
1888
- "resourceType":{"shape":"ResourceType"},
1889
- "createdAt":{"shape":"IsoDate"},
1890
- "location":{"shape":"ResourceLocation"},
1891
- "isTerminal":{"shape":"boolean"},
1892
- "operationDetails":{"shape":"string"},
1893
- "operationType":{"shape":"OperationType"},
1894
- "status":{"shape":"OperationStatus"},
1895
- "statusChangedAt":{"shape":"IsoDate"},
1896
- "errorCode":{"shape":"string"},
1897
- "errorDetails":{"shape":"string"}
1898
- }
1899
- },
1900
- "OperationFailureException":{
1901
- "type":"structure",
1902
- "members":{
1903
- "code":{"shape":"string"},
1904
- "docs":{"shape":"string"},
1905
- "message":{"shape":"string"},
1906
- "tip":{"shape":"string"}
1907
- },
1908
- "exception":true
1909
- },
1910
- "OperationList":{
1911
- "type":"list",
1912
- "member":{"shape":"Operation"}
1913
- },
1914
- "OperationStatus":{
1915
- "type":"string",
1916
- "enum":[
1917
- "NotStarted",
1918
- "Started",
1919
- "Failed",
1920
- "Completed"
1921
- ]
1922
- },
1923
- "OperationType":{
1924
- "type":"string",
1925
- "enum":[
1926
- "DeleteInstance",
1927
- "CreateInstance",
1928
- "StopInstance",
1929
- "StartInstance",
1930
- "RebootInstance",
1931
- "OpenInstancePublicPorts",
1932
- "PutInstancePublicPorts",
1933
- "CloseInstancePublicPorts",
1934
- "AllocateStaticIp",
1935
- "ReleaseStaticIp",
1936
- "AttachStaticIp",
1937
- "DetachStaticIp",
1938
- "UpdateDomainEntry",
1939
- "DeleteDomainEntry",
1940
- "CreateDomain",
1941
- "DeleteDomain",
1942
- "CreateInstanceSnapshot",
1943
- "DeleteInstanceSnapshot",
1944
- "CreateInstancesFromSnapshot"
1945
- ]
1946
- },
1947
- "PeerVpcRequest":{
1948
- "type":"structure",
1949
- "members":{
1950
- }
1951
- },
1952
- "PeerVpcResult":{
1953
- "type":"structure",
1954
- "members":{
1955
- "operation":{"shape":"Operation"}
1956
- }
1957
- },
1958
- "Port":{
1959
- "type":"integer",
1960
- "max":65535,
1961
- "min":0
1962
- },
1963
- "PortAccessType":{
1964
- "type":"string",
1965
- "enum":[
1966
- "Public",
1967
- "Private"
1968
- ]
1969
- },
1970
- "PortInfo":{
1971
- "type":"structure",
1972
- "members":{
1973
- "fromPort":{"shape":"Port"},
1974
- "toPort":{"shape":"Port"},
1975
- "protocol":{"shape":"NetworkProtocol"}
1976
- }
1977
- },
1978
- "PortInfoList":{
1979
- "type":"list",
1980
- "member":{"shape":"PortInfo"}
1981
- },
1982
- "PortState":{
1983
- "type":"string",
1984
- "enum":[
1985
- "open",
1986
- "closed"
1987
- ]
1988
- },
1989
- "PutInstancePublicPortsRequest":{
1990
- "type":"structure",
1991
- "required":[
1992
- "portInfos",
1993
- "instanceName"
1994
- ],
1995
- "members":{
1996
- "portInfos":{"shape":"PortInfoList"},
1997
- "instanceName":{"shape":"ResourceName"}
1998
- }
1999
- },
2000
- "PutInstancePublicPortsResult":{
2001
- "type":"structure",
2002
- "members":{
2003
- "operation":{"shape":"Operation"}
2004
- }
2005
- },
2006
- "RebootInstanceRequest":{
2007
- "type":"structure",
2008
- "required":["instanceName"],
2009
- "members":{
2010
- "instanceName":{"shape":"ResourceName"}
2011
- }
2012
- },
2013
- "RebootInstanceResult":{
2014
- "type":"structure",
2015
- "members":{
2016
- "operations":{"shape":"OperationList"}
2017
- }
2018
- },
2019
- "Region":{
2020
- "type":"structure",
2021
- "members":{
2022
- "continentCode":{"shape":"string"},
2023
- "description":{"shape":"string"},
2024
- "displayName":{"shape":"string"},
2025
- "name":{"shape":"RegionName"},
2026
- "availabilityZones":{"shape":"AvailabilityZoneList"}
2027
- }
2028
- },
2029
- "RegionList":{
2030
- "type":"list",
2031
- "member":{"shape":"Region"}
2032
- },
2033
- "RegionName":{
2034
- "type":"string",
2035
- "enum":[
2036
- "us-east-1",
2037
- "us-west-1",
2038
- "us-west-2",
2039
- "eu-west-1",
2040
- "eu-central-1",
2041
- "ap-south-1",
2042
- "ap-southeast-1",
2043
- "ap-southeast-2",
2044
- "ap-northeast-1",
2045
- "ap-northeast-2"
2046
- ]
2047
- },
2048
- "ReleaseStaticIpRequest":{
2049
- "type":"structure",
2050
- "required":["staticIpName"],
2051
- "members":{
2052
- "staticIpName":{"shape":"ResourceName"}
2053
- }
2054
- },
2055
- "ReleaseStaticIpResult":{
2056
- "type":"structure",
2057
- "members":{
2058
- "operations":{"shape":"OperationList"}
2059
- }
2060
- },
2061
- "ResourceLocation":{
2062
- "type":"structure",
2063
- "members":{
2064
- "availabilityZone":{"shape":"string"},
2065
- "regionName":{"shape":"RegionName"}
2066
- }
2067
- },
2068
- "ResourceName":{
2069
- "type":"string",
2070
- "pattern":"\\w[\\w\\-]*\\w"
2071
- },
2072
- "ResourceType":{
2073
- "type":"string",
2074
- "enum":[
2075
- "Instance",
2076
- "StaticIp",
2077
- "KeyPair",
2078
- "InstanceSnapshot",
2079
- "Domain",
2080
- "PeeredVpc"
2081
- ]
2082
- },
2083
- "ServiceException":{
2084
- "type":"structure",
2085
- "members":{
2086
- "code":{"shape":"string"},
2087
- "docs":{"shape":"string"},
2088
- "message":{"shape":"string"},
2089
- "tip":{"shape":"string"}
2090
- },
2091
- "exception":true,
2092
- "fault":true
2093
- },
2094
- "StartInstanceRequest":{
2095
- "type":"structure",
2096
- "required":["instanceName"],
2097
- "members":{
2098
- "instanceName":{"shape":"ResourceName"}
2099
- }
2100
- },
2101
- "StartInstanceResult":{
2102
- "type":"structure",
2103
- "members":{
2104
- "operations":{"shape":"OperationList"}
2105
- }
2106
- },
2107
- "StaticIp":{
2108
- "type":"structure",
2109
- "members":{
2110
- "name":{"shape":"ResourceName"},
2111
- "arn":{"shape":"NonEmptyString"},
2112
- "supportCode":{"shape":"string"},
2113
- "createdAt":{"shape":"IsoDate"},
2114
- "location":{"shape":"ResourceLocation"},
2115
- "resourceType":{"shape":"ResourceType"},
2116
- "ipAddress":{"shape":"IpAddress"},
2117
- "attachedTo":{"shape":"ResourceName"},
2118
- "isAttached":{"shape":"boolean"}
2119
- }
2120
- },
2121
- "StaticIpList":{
2122
- "type":"list",
2123
- "member":{"shape":"StaticIp"}
2124
- },
2125
- "StopInstanceRequest":{
2126
- "type":"structure",
2127
- "required":["instanceName"],
2128
- "members":{
2129
- "instanceName":{"shape":"ResourceName"}
2130
- }
2131
- },
2132
- "StopInstanceResult":{
2133
- "type":"structure",
2134
- "members":{
2135
- "operations":{"shape":"OperationList"}
2136
- }
2137
- },
2138
- "StringList":{
2139
- "type":"list",
2140
- "member":{"shape":"string"}
2141
- },
2142
- "UnauthenticatedException":{
2143
- "type":"structure",
2144
- "members":{
2145
- "code":{"shape":"string"},
2146
- "docs":{"shape":"string"},
2147
- "message":{"shape":"string"},
2148
- "tip":{"shape":"string"}
2149
- },
2150
- "exception":true
2151
- },
2152
- "UnpeerVpcRequest":{
2153
- "type":"structure",
2154
- "members":{
2155
- }
2156
- },
2157
- "UnpeerVpcResult":{
2158
- "type":"structure",
2159
- "members":{
2160
- "operation":{"shape":"Operation"}
2161
- }
2162
- },
2163
- "UpdateDomainEntryRequest":{
2164
- "type":"structure",
2165
- "required":[
2166
- "domainName",
2167
- "domainEntry"
2168
- ],
2169
- "members":{
2170
- "domainName":{"shape":"DomainName"},
2171
- "domainEntry":{"shape":"DomainEntry"}
2172
- }
2173
- },
2174
- "UpdateDomainEntryResult":{
2175
- "type":"structure",
2176
- "members":{
2177
- "operations":{"shape":"OperationList"}
2178
- }
2179
- },
2180
- "boolean":{"type":"boolean"},
2181
- "double":{"type":"double"},
2182
- "float":{"type":"float"},
2183
- "integer":{"type":"integer"},
2184
- "string":{"type":"string"},
2185
- "timestamp":{"type":"timestamp"}
2186
- }
2187
- }