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,2591 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2013-06-30",
5
- "endpointPrefix":"storagegateway",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceFullName":"AWS Storage Gateway",
9
- "signatureVersion":"v4",
10
- "targetPrefix":"StorageGateway_20130630",
11
- "uid":"storagegateway-2013-06-30"
12
- },
13
- "operations":{
14
- "ActivateGateway":{
15
- "name":"ActivateGateway",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/"
19
- },
20
- "input":{"shape":"ActivateGatewayInput"},
21
- "output":{"shape":"ActivateGatewayOutput"},
22
- "errors":[
23
- {"shape":"InvalidGatewayRequestException"},
24
- {"shape":"InternalServerError"}
25
- ]
26
- },
27
- "AddCache":{
28
- "name":"AddCache",
29
- "http":{
30
- "method":"POST",
31
- "requestUri":"/"
32
- },
33
- "input":{"shape":"AddCacheInput"},
34
- "output":{"shape":"AddCacheOutput"},
35
- "errors":[
36
- {"shape":"InvalidGatewayRequestException"},
37
- {"shape":"InternalServerError"}
38
- ]
39
- },
40
- "AddTagsToResource":{
41
- "name":"AddTagsToResource",
42
- "http":{
43
- "method":"POST",
44
- "requestUri":"/"
45
- },
46
- "input":{"shape":"AddTagsToResourceInput"},
47
- "output":{"shape":"AddTagsToResourceOutput"},
48
- "errors":[
49
- {"shape":"InvalidGatewayRequestException"},
50
- {"shape":"InternalServerError"}
51
- ]
52
- },
53
- "AddUploadBuffer":{
54
- "name":"AddUploadBuffer",
55
- "http":{
56
- "method":"POST",
57
- "requestUri":"/"
58
- },
59
- "input":{"shape":"AddUploadBufferInput"},
60
- "output":{"shape":"AddUploadBufferOutput"},
61
- "errors":[
62
- {"shape":"InvalidGatewayRequestException"},
63
- {"shape":"InternalServerError"}
64
- ]
65
- },
66
- "AddWorkingStorage":{
67
- "name":"AddWorkingStorage",
68
- "http":{
69
- "method":"POST",
70
- "requestUri":"/"
71
- },
72
- "input":{"shape":"AddWorkingStorageInput"},
73
- "output":{"shape":"AddWorkingStorageOutput"},
74
- "errors":[
75
- {"shape":"InvalidGatewayRequestException"},
76
- {"shape":"InternalServerError"}
77
- ]
78
- },
79
- "CancelArchival":{
80
- "name":"CancelArchival",
81
- "http":{
82
- "method":"POST",
83
- "requestUri":"/"
84
- },
85
- "input":{"shape":"CancelArchivalInput"},
86
- "output":{"shape":"CancelArchivalOutput"},
87
- "errors":[
88
- {"shape":"InvalidGatewayRequestException"},
89
- {"shape":"InternalServerError"}
90
- ]
91
- },
92
- "CancelRetrieval":{
93
- "name":"CancelRetrieval",
94
- "http":{
95
- "method":"POST",
96
- "requestUri":"/"
97
- },
98
- "input":{"shape":"CancelRetrievalInput"},
99
- "output":{"shape":"CancelRetrievalOutput"},
100
- "errors":[
101
- {"shape":"InvalidGatewayRequestException"},
102
- {"shape":"InternalServerError"}
103
- ]
104
- },
105
- "CreateCachediSCSIVolume":{
106
- "name":"CreateCachediSCSIVolume",
107
- "http":{
108
- "method":"POST",
109
- "requestUri":"/"
110
- },
111
- "input":{"shape":"CreateCachediSCSIVolumeInput"},
112
- "output":{"shape":"CreateCachediSCSIVolumeOutput"},
113
- "errors":[
114
- {"shape":"InvalidGatewayRequestException"},
115
- {"shape":"InternalServerError"}
116
- ]
117
- },
118
- "CreateNFSFileShare":{
119
- "name":"CreateNFSFileShare",
120
- "http":{
121
- "method":"POST",
122
- "requestUri":"/"
123
- },
124
- "input":{"shape":"CreateNFSFileShareInput"},
125
- "output":{"shape":"CreateNFSFileShareOutput"},
126
- "errors":[
127
- {"shape":"InvalidGatewayRequestException"},
128
- {"shape":"InternalServerError"}
129
- ]
130
- },
131
- "CreateSnapshot":{
132
- "name":"CreateSnapshot",
133
- "http":{
134
- "method":"POST",
135
- "requestUri":"/"
136
- },
137
- "input":{"shape":"CreateSnapshotInput"},
138
- "output":{"shape":"CreateSnapshotOutput"},
139
- "errors":[
140
- {"shape":"InvalidGatewayRequestException"},
141
- {"shape":"InternalServerError"},
142
- {"shape":"ServiceUnavailableError"}
143
- ]
144
- },
145
- "CreateSnapshotFromVolumeRecoveryPoint":{
146
- "name":"CreateSnapshotFromVolumeRecoveryPoint",
147
- "http":{
148
- "method":"POST",
149
- "requestUri":"/"
150
- },
151
- "input":{"shape":"CreateSnapshotFromVolumeRecoveryPointInput"},
152
- "output":{"shape":"CreateSnapshotFromVolumeRecoveryPointOutput"},
153
- "errors":[
154
- {"shape":"InvalidGatewayRequestException"},
155
- {"shape":"InternalServerError"},
156
- {"shape":"ServiceUnavailableError"}
157
- ]
158
- },
159
- "CreateStorediSCSIVolume":{
160
- "name":"CreateStorediSCSIVolume",
161
- "http":{
162
- "method":"POST",
163
- "requestUri":"/"
164
- },
165
- "input":{"shape":"CreateStorediSCSIVolumeInput"},
166
- "output":{"shape":"CreateStorediSCSIVolumeOutput"},
167
- "errors":[
168
- {"shape":"InvalidGatewayRequestException"},
169
- {"shape":"InternalServerError"}
170
- ]
171
- },
172
- "CreateTapeWithBarcode":{
173
- "name":"CreateTapeWithBarcode",
174
- "http":{
175
- "method":"POST",
176
- "requestUri":"/"
177
- },
178
- "input":{"shape":"CreateTapeWithBarcodeInput"},
179
- "output":{"shape":"CreateTapeWithBarcodeOutput"},
180
- "errors":[
181
- {"shape":"InvalidGatewayRequestException"},
182
- {"shape":"InternalServerError"}
183
- ]
184
- },
185
- "CreateTapes":{
186
- "name":"CreateTapes",
187
- "http":{
188
- "method":"POST",
189
- "requestUri":"/"
190
- },
191
- "input":{"shape":"CreateTapesInput"},
192
- "output":{"shape":"CreateTapesOutput"},
193
- "errors":[
194
- {"shape":"InvalidGatewayRequestException"},
195
- {"shape":"InternalServerError"}
196
- ]
197
- },
198
- "DeleteBandwidthRateLimit":{
199
- "name":"DeleteBandwidthRateLimit",
200
- "http":{
201
- "method":"POST",
202
- "requestUri":"/"
203
- },
204
- "input":{"shape":"DeleteBandwidthRateLimitInput"},
205
- "output":{"shape":"DeleteBandwidthRateLimitOutput"},
206
- "errors":[
207
- {"shape":"InvalidGatewayRequestException"},
208
- {"shape":"InternalServerError"}
209
- ]
210
- },
211
- "DeleteChapCredentials":{
212
- "name":"DeleteChapCredentials",
213
- "http":{
214
- "method":"POST",
215
- "requestUri":"/"
216
- },
217
- "input":{"shape":"DeleteChapCredentialsInput"},
218
- "output":{"shape":"DeleteChapCredentialsOutput"},
219
- "errors":[
220
- {"shape":"InvalidGatewayRequestException"},
221
- {"shape":"InternalServerError"}
222
- ]
223
- },
224
- "DeleteFileShare":{
225
- "name":"DeleteFileShare",
226
- "http":{
227
- "method":"POST",
228
- "requestUri":"/"
229
- },
230
- "input":{"shape":"DeleteFileShareInput"},
231
- "output":{"shape":"DeleteFileShareOutput"},
232
- "errors":[
233
- {"shape":"InvalidGatewayRequestException"},
234
- {"shape":"InternalServerError"}
235
- ]
236
- },
237
- "DeleteGateway":{
238
- "name":"DeleteGateway",
239
- "http":{
240
- "method":"POST",
241
- "requestUri":"/"
242
- },
243
- "input":{"shape":"DeleteGatewayInput"},
244
- "output":{"shape":"DeleteGatewayOutput"},
245
- "errors":[
246
- {"shape":"InvalidGatewayRequestException"},
247
- {"shape":"InternalServerError"}
248
- ]
249
- },
250
- "DeleteSnapshotSchedule":{
251
- "name":"DeleteSnapshotSchedule",
252
- "http":{
253
- "method":"POST",
254
- "requestUri":"/"
255
- },
256
- "input":{"shape":"DeleteSnapshotScheduleInput"},
257
- "output":{"shape":"DeleteSnapshotScheduleOutput"},
258
- "errors":[
259
- {"shape":"InvalidGatewayRequestException"},
260
- {"shape":"InternalServerError"}
261
- ]
262
- },
263
- "DeleteTape":{
264
- "name":"DeleteTape",
265
- "http":{
266
- "method":"POST",
267
- "requestUri":"/"
268
- },
269
- "input":{"shape":"DeleteTapeInput"},
270
- "output":{"shape":"DeleteTapeOutput"},
271
- "errors":[
272
- {"shape":"InvalidGatewayRequestException"},
273
- {"shape":"InternalServerError"}
274
- ]
275
- },
276
- "DeleteTapeArchive":{
277
- "name":"DeleteTapeArchive",
278
- "http":{
279
- "method":"POST",
280
- "requestUri":"/"
281
- },
282
- "input":{"shape":"DeleteTapeArchiveInput"},
283
- "output":{"shape":"DeleteTapeArchiveOutput"},
284
- "errors":[
285
- {"shape":"InvalidGatewayRequestException"},
286
- {"shape":"InternalServerError"}
287
- ]
288
- },
289
- "DeleteVolume":{
290
- "name":"DeleteVolume",
291
- "http":{
292
- "method":"POST",
293
- "requestUri":"/"
294
- },
295
- "input":{"shape":"DeleteVolumeInput"},
296
- "output":{"shape":"DeleteVolumeOutput"},
297
- "errors":[
298
- {"shape":"InvalidGatewayRequestException"},
299
- {"shape":"InternalServerError"}
300
- ]
301
- },
302
- "DescribeBandwidthRateLimit":{
303
- "name":"DescribeBandwidthRateLimit",
304
- "http":{
305
- "method":"POST",
306
- "requestUri":"/"
307
- },
308
- "input":{"shape":"DescribeBandwidthRateLimitInput"},
309
- "output":{"shape":"DescribeBandwidthRateLimitOutput"},
310
- "errors":[
311
- {"shape":"InvalidGatewayRequestException"},
312
- {"shape":"InternalServerError"}
313
- ]
314
- },
315
- "DescribeCache":{
316
- "name":"DescribeCache",
317
- "http":{
318
- "method":"POST",
319
- "requestUri":"/"
320
- },
321
- "input":{"shape":"DescribeCacheInput"},
322
- "output":{"shape":"DescribeCacheOutput"},
323
- "errors":[
324
- {"shape":"InvalidGatewayRequestException"},
325
- {"shape":"InternalServerError"}
326
- ]
327
- },
328
- "DescribeCachediSCSIVolumes":{
329
- "name":"DescribeCachediSCSIVolumes",
330
- "http":{
331
- "method":"POST",
332
- "requestUri":"/"
333
- },
334
- "input":{"shape":"DescribeCachediSCSIVolumesInput"},
335
- "output":{"shape":"DescribeCachediSCSIVolumesOutput"},
336
- "errors":[
337
- {"shape":"InvalidGatewayRequestException"},
338
- {"shape":"InternalServerError"}
339
- ]
340
- },
341
- "DescribeChapCredentials":{
342
- "name":"DescribeChapCredentials",
343
- "http":{
344
- "method":"POST",
345
- "requestUri":"/"
346
- },
347
- "input":{"shape":"DescribeChapCredentialsInput"},
348
- "output":{"shape":"DescribeChapCredentialsOutput"},
349
- "errors":[
350
- {"shape":"InvalidGatewayRequestException"},
351
- {"shape":"InternalServerError"}
352
- ]
353
- },
354
- "DescribeGatewayInformation":{
355
- "name":"DescribeGatewayInformation",
356
- "http":{
357
- "method":"POST",
358
- "requestUri":"/"
359
- },
360
- "input":{"shape":"DescribeGatewayInformationInput"},
361
- "output":{"shape":"DescribeGatewayInformationOutput"},
362
- "errors":[
363
- {"shape":"InvalidGatewayRequestException"},
364
- {"shape":"InternalServerError"}
365
- ]
366
- },
367
- "DescribeMaintenanceStartTime":{
368
- "name":"DescribeMaintenanceStartTime",
369
- "http":{
370
- "method":"POST",
371
- "requestUri":"/"
372
- },
373
- "input":{"shape":"DescribeMaintenanceStartTimeInput"},
374
- "output":{"shape":"DescribeMaintenanceStartTimeOutput"},
375
- "errors":[
376
- {"shape":"InvalidGatewayRequestException"},
377
- {"shape":"InternalServerError"}
378
- ]
379
- },
380
- "DescribeNFSFileShares":{
381
- "name":"DescribeNFSFileShares",
382
- "http":{
383
- "method":"POST",
384
- "requestUri":"/"
385
- },
386
- "input":{"shape":"DescribeNFSFileSharesInput"},
387
- "output":{"shape":"DescribeNFSFileSharesOutput"},
388
- "errors":[
389
- {"shape":"InvalidGatewayRequestException"},
390
- {"shape":"InternalServerError"}
391
- ]
392
- },
393
- "DescribeSnapshotSchedule":{
394
- "name":"DescribeSnapshotSchedule",
395
- "http":{
396
- "method":"POST",
397
- "requestUri":"/"
398
- },
399
- "input":{"shape":"DescribeSnapshotScheduleInput"},
400
- "output":{"shape":"DescribeSnapshotScheduleOutput"},
401
- "errors":[
402
- {"shape":"InvalidGatewayRequestException"},
403
- {"shape":"InternalServerError"}
404
- ]
405
- },
406
- "DescribeStorediSCSIVolumes":{
407
- "name":"DescribeStorediSCSIVolumes",
408
- "http":{
409
- "method":"POST",
410
- "requestUri":"/"
411
- },
412
- "input":{"shape":"DescribeStorediSCSIVolumesInput"},
413
- "output":{"shape":"DescribeStorediSCSIVolumesOutput"},
414
- "errors":[
415
- {"shape":"InvalidGatewayRequestException"},
416
- {"shape":"InternalServerError"}
417
- ]
418
- },
419
- "DescribeTapeArchives":{
420
- "name":"DescribeTapeArchives",
421
- "http":{
422
- "method":"POST",
423
- "requestUri":"/"
424
- },
425
- "input":{"shape":"DescribeTapeArchivesInput"},
426
- "output":{"shape":"DescribeTapeArchivesOutput"},
427
- "errors":[
428
- {"shape":"InvalidGatewayRequestException"},
429
- {"shape":"InternalServerError"}
430
- ]
431
- },
432
- "DescribeTapeRecoveryPoints":{
433
- "name":"DescribeTapeRecoveryPoints",
434
- "http":{
435
- "method":"POST",
436
- "requestUri":"/"
437
- },
438
- "input":{"shape":"DescribeTapeRecoveryPointsInput"},
439
- "output":{"shape":"DescribeTapeRecoveryPointsOutput"},
440
- "errors":[
441
- {"shape":"InvalidGatewayRequestException"},
442
- {"shape":"InternalServerError"}
443
- ]
444
- },
445
- "DescribeTapes":{
446
- "name":"DescribeTapes",
447
- "http":{
448
- "method":"POST",
449
- "requestUri":"/"
450
- },
451
- "input":{"shape":"DescribeTapesInput"},
452
- "output":{"shape":"DescribeTapesOutput"},
453
- "errors":[
454
- {"shape":"InvalidGatewayRequestException"},
455
- {"shape":"InternalServerError"}
456
- ]
457
- },
458
- "DescribeUploadBuffer":{
459
- "name":"DescribeUploadBuffer",
460
- "http":{
461
- "method":"POST",
462
- "requestUri":"/"
463
- },
464
- "input":{"shape":"DescribeUploadBufferInput"},
465
- "output":{"shape":"DescribeUploadBufferOutput"},
466
- "errors":[
467
- {"shape":"InvalidGatewayRequestException"},
468
- {"shape":"InternalServerError"}
469
- ]
470
- },
471
- "DescribeVTLDevices":{
472
- "name":"DescribeVTLDevices",
473
- "http":{
474
- "method":"POST",
475
- "requestUri":"/"
476
- },
477
- "input":{"shape":"DescribeVTLDevicesInput"},
478
- "output":{"shape":"DescribeVTLDevicesOutput"},
479
- "errors":[
480
- {"shape":"InvalidGatewayRequestException"},
481
- {"shape":"InternalServerError"}
482
- ]
483
- },
484
- "DescribeWorkingStorage":{
485
- "name":"DescribeWorkingStorage",
486
- "http":{
487
- "method":"POST",
488
- "requestUri":"/"
489
- },
490
- "input":{"shape":"DescribeWorkingStorageInput"},
491
- "output":{"shape":"DescribeWorkingStorageOutput"},
492
- "errors":[
493
- {"shape":"InvalidGatewayRequestException"},
494
- {"shape":"InternalServerError"}
495
- ]
496
- },
497
- "DisableGateway":{
498
- "name":"DisableGateway",
499
- "http":{
500
- "method":"POST",
501
- "requestUri":"/"
502
- },
503
- "input":{"shape":"DisableGatewayInput"},
504
- "output":{"shape":"DisableGatewayOutput"},
505
- "errors":[
506
- {"shape":"InvalidGatewayRequestException"},
507
- {"shape":"InternalServerError"}
508
- ]
509
- },
510
- "ListFileShares":{
511
- "name":"ListFileShares",
512
- "http":{
513
- "method":"POST",
514
- "requestUri":"/"
515
- },
516
- "input":{"shape":"ListFileSharesInput"},
517
- "output":{"shape":"ListFileSharesOutput"},
518
- "errors":[
519
- {"shape":"InvalidGatewayRequestException"},
520
- {"shape":"InternalServerError"}
521
- ]
522
- },
523
- "ListGateways":{
524
- "name":"ListGateways",
525
- "http":{
526
- "method":"POST",
527
- "requestUri":"/"
528
- },
529
- "input":{"shape":"ListGatewaysInput"},
530
- "output":{"shape":"ListGatewaysOutput"},
531
- "errors":[
532
- {"shape":"InvalidGatewayRequestException"},
533
- {"shape":"InternalServerError"}
534
- ]
535
- },
536
- "ListLocalDisks":{
537
- "name":"ListLocalDisks",
538
- "http":{
539
- "method":"POST",
540
- "requestUri":"/"
541
- },
542
- "input":{"shape":"ListLocalDisksInput"},
543
- "output":{"shape":"ListLocalDisksOutput"},
544
- "errors":[
545
- {"shape":"InvalidGatewayRequestException"},
546
- {"shape":"InternalServerError"}
547
- ]
548
- },
549
- "ListTagsForResource":{
550
- "name":"ListTagsForResource",
551
- "http":{
552
- "method":"POST",
553
- "requestUri":"/"
554
- },
555
- "input":{"shape":"ListTagsForResourceInput"},
556
- "output":{"shape":"ListTagsForResourceOutput"},
557
- "errors":[
558
- {"shape":"InvalidGatewayRequestException"},
559
- {"shape":"InternalServerError"}
560
- ]
561
- },
562
- "ListTapes":{
563
- "name":"ListTapes",
564
- "http":{
565
- "method":"POST",
566
- "requestUri":"/"
567
- },
568
- "input":{"shape":"ListTapesInput"},
569
- "output":{"shape":"ListTapesOutput"},
570
- "errors":[
571
- {"shape":"InvalidGatewayRequestException"},
572
- {"shape":"InternalServerError"}
573
- ]
574
- },
575
- "ListVolumeInitiators":{
576
- "name":"ListVolumeInitiators",
577
- "http":{
578
- "method":"POST",
579
- "requestUri":"/"
580
- },
581
- "input":{"shape":"ListVolumeInitiatorsInput"},
582
- "output":{"shape":"ListVolumeInitiatorsOutput"},
583
- "errors":[
584
- {"shape":"InvalidGatewayRequestException"},
585
- {"shape":"InternalServerError"}
586
- ]
587
- },
588
- "ListVolumeRecoveryPoints":{
589
- "name":"ListVolumeRecoveryPoints",
590
- "http":{
591
- "method":"POST",
592
- "requestUri":"/"
593
- },
594
- "input":{"shape":"ListVolumeRecoveryPointsInput"},
595
- "output":{"shape":"ListVolumeRecoveryPointsOutput"},
596
- "errors":[
597
- {"shape":"InvalidGatewayRequestException"},
598
- {"shape":"InternalServerError"}
599
- ]
600
- },
601
- "ListVolumes":{
602
- "name":"ListVolumes",
603
- "http":{
604
- "method":"POST",
605
- "requestUri":"/"
606
- },
607
- "input":{"shape":"ListVolumesInput"},
608
- "output":{"shape":"ListVolumesOutput"},
609
- "errors":[
610
- {"shape":"InvalidGatewayRequestException"},
611
- {"shape":"InternalServerError"}
612
- ]
613
- },
614
- "RefreshCache":{
615
- "name":"RefreshCache",
616
- "http":{
617
- "method":"POST",
618
- "requestUri":"/"
619
- },
620
- "input":{"shape":"RefreshCacheInput"},
621
- "output":{"shape":"RefreshCacheOutput"},
622
- "errors":[
623
- {"shape":"InvalidGatewayRequestException"},
624
- {"shape":"InternalServerError"}
625
- ]
626
- },
627
- "RemoveTagsFromResource":{
628
- "name":"RemoveTagsFromResource",
629
- "http":{
630
- "method":"POST",
631
- "requestUri":"/"
632
- },
633
- "input":{"shape":"RemoveTagsFromResourceInput"},
634
- "output":{"shape":"RemoveTagsFromResourceOutput"},
635
- "errors":[
636
- {"shape":"InvalidGatewayRequestException"},
637
- {"shape":"InternalServerError"}
638
- ]
639
- },
640
- "ResetCache":{
641
- "name":"ResetCache",
642
- "http":{
643
- "method":"POST",
644
- "requestUri":"/"
645
- },
646
- "input":{"shape":"ResetCacheInput"},
647
- "output":{"shape":"ResetCacheOutput"},
648
- "errors":[
649
- {"shape":"InvalidGatewayRequestException"},
650
- {"shape":"InternalServerError"}
651
- ]
652
- },
653
- "RetrieveTapeArchive":{
654
- "name":"RetrieveTapeArchive",
655
- "http":{
656
- "method":"POST",
657
- "requestUri":"/"
658
- },
659
- "input":{"shape":"RetrieveTapeArchiveInput"},
660
- "output":{"shape":"RetrieveTapeArchiveOutput"},
661
- "errors":[
662
- {"shape":"InvalidGatewayRequestException"},
663
- {"shape":"InternalServerError"}
664
- ]
665
- },
666
- "RetrieveTapeRecoveryPoint":{
667
- "name":"RetrieveTapeRecoveryPoint",
668
- "http":{
669
- "method":"POST",
670
- "requestUri":"/"
671
- },
672
- "input":{"shape":"RetrieveTapeRecoveryPointInput"},
673
- "output":{"shape":"RetrieveTapeRecoveryPointOutput"},
674
- "errors":[
675
- {"shape":"InvalidGatewayRequestException"},
676
- {"shape":"InternalServerError"}
677
- ]
678
- },
679
- "SetLocalConsolePassword":{
680
- "name":"SetLocalConsolePassword",
681
- "http":{
682
- "method":"POST",
683
- "requestUri":"/"
684
- },
685
- "input":{"shape":"SetLocalConsolePasswordInput"},
686
- "output":{"shape":"SetLocalConsolePasswordOutput"},
687
- "errors":[
688
- {"shape":"InvalidGatewayRequestException"},
689
- {"shape":"InternalServerError"}
690
- ]
691
- },
692
- "ShutdownGateway":{
693
- "name":"ShutdownGateway",
694
- "http":{
695
- "method":"POST",
696
- "requestUri":"/"
697
- },
698
- "input":{"shape":"ShutdownGatewayInput"},
699
- "output":{"shape":"ShutdownGatewayOutput"},
700
- "errors":[
701
- {"shape":"InvalidGatewayRequestException"},
702
- {"shape":"InternalServerError"}
703
- ]
704
- },
705
- "StartGateway":{
706
- "name":"StartGateway",
707
- "http":{
708
- "method":"POST",
709
- "requestUri":"/"
710
- },
711
- "input":{"shape":"StartGatewayInput"},
712
- "output":{"shape":"StartGatewayOutput"},
713
- "errors":[
714
- {"shape":"InvalidGatewayRequestException"},
715
- {"shape":"InternalServerError"}
716
- ]
717
- },
718
- "UpdateBandwidthRateLimit":{
719
- "name":"UpdateBandwidthRateLimit",
720
- "http":{
721
- "method":"POST",
722
- "requestUri":"/"
723
- },
724
- "input":{"shape":"UpdateBandwidthRateLimitInput"},
725
- "output":{"shape":"UpdateBandwidthRateLimitOutput"},
726
- "errors":[
727
- {"shape":"InvalidGatewayRequestException"},
728
- {"shape":"InternalServerError"}
729
- ]
730
- },
731
- "UpdateChapCredentials":{
732
- "name":"UpdateChapCredentials",
733
- "http":{
734
- "method":"POST",
735
- "requestUri":"/"
736
- },
737
- "input":{"shape":"UpdateChapCredentialsInput"},
738
- "output":{"shape":"UpdateChapCredentialsOutput"},
739
- "errors":[
740
- {"shape":"InvalidGatewayRequestException"},
741
- {"shape":"InternalServerError"}
742
- ]
743
- },
744
- "UpdateGatewayInformation":{
745
- "name":"UpdateGatewayInformation",
746
- "http":{
747
- "method":"POST",
748
- "requestUri":"/"
749
- },
750
- "input":{"shape":"UpdateGatewayInformationInput"},
751
- "output":{"shape":"UpdateGatewayInformationOutput"},
752
- "errors":[
753
- {"shape":"InvalidGatewayRequestException"},
754
- {"shape":"InternalServerError"}
755
- ]
756
- },
757
- "UpdateGatewaySoftwareNow":{
758
- "name":"UpdateGatewaySoftwareNow",
759
- "http":{
760
- "method":"POST",
761
- "requestUri":"/"
762
- },
763
- "input":{"shape":"UpdateGatewaySoftwareNowInput"},
764
- "output":{"shape":"UpdateGatewaySoftwareNowOutput"},
765
- "errors":[
766
- {"shape":"InvalidGatewayRequestException"},
767
- {"shape":"InternalServerError"}
768
- ]
769
- },
770
- "UpdateMaintenanceStartTime":{
771
- "name":"UpdateMaintenanceStartTime",
772
- "http":{
773
- "method":"POST",
774
- "requestUri":"/"
775
- },
776
- "input":{"shape":"UpdateMaintenanceStartTimeInput"},
777
- "output":{"shape":"UpdateMaintenanceStartTimeOutput"},
778
- "errors":[
779
- {"shape":"InvalidGatewayRequestException"},
780
- {"shape":"InternalServerError"}
781
- ]
782
- },
783
- "UpdateNFSFileShare":{
784
- "name":"UpdateNFSFileShare",
785
- "http":{
786
- "method":"POST",
787
- "requestUri":"/"
788
- },
789
- "input":{"shape":"UpdateNFSFileShareInput"},
790
- "output":{"shape":"UpdateNFSFileShareOutput"},
791
- "errors":[
792
- {"shape":"InvalidGatewayRequestException"},
793
- {"shape":"InternalServerError"}
794
- ]
795
- },
796
- "UpdateSnapshotSchedule":{
797
- "name":"UpdateSnapshotSchedule",
798
- "http":{
799
- "method":"POST",
800
- "requestUri":"/"
801
- },
802
- "input":{"shape":"UpdateSnapshotScheduleInput"},
803
- "output":{"shape":"UpdateSnapshotScheduleOutput"},
804
- "errors":[
805
- {"shape":"InvalidGatewayRequestException"},
806
- {"shape":"InternalServerError"}
807
- ]
808
- },
809
- "UpdateVTLDeviceType":{
810
- "name":"UpdateVTLDeviceType",
811
- "http":{
812
- "method":"POST",
813
- "requestUri":"/"
814
- },
815
- "input":{"shape":"UpdateVTLDeviceTypeInput"},
816
- "output":{"shape":"UpdateVTLDeviceTypeOutput"},
817
- "errors":[
818
- {"shape":"InvalidGatewayRequestException"},
819
- {"shape":"InternalServerError"}
820
- ]
821
- }
822
- },
823
- "shapes":{
824
- "ActivateGatewayInput":{
825
- "type":"structure",
826
- "required":[
827
- "ActivationKey",
828
- "GatewayName",
829
- "GatewayTimezone",
830
- "GatewayRegion"
831
- ],
832
- "members":{
833
- "ActivationKey":{"shape":"ActivationKey"},
834
- "GatewayName":{"shape":"GatewayName"},
835
- "GatewayTimezone":{"shape":"GatewayTimezone"},
836
- "GatewayRegion":{"shape":"RegionId"},
837
- "GatewayType":{"shape":"GatewayType"},
838
- "TapeDriveType":{"shape":"TapeDriveType"},
839
- "MediumChangerType":{"shape":"MediumChangerType"}
840
- }
841
- },
842
- "ActivateGatewayOutput":{
843
- "type":"structure",
844
- "members":{
845
- "GatewayARN":{"shape":"GatewayARN"}
846
- }
847
- },
848
- "ActivationKey":{
849
- "type":"string",
850
- "max":50,
851
- "min":1
852
- },
853
- "AddCacheInput":{
854
- "type":"structure",
855
- "required":[
856
- "GatewayARN",
857
- "DiskIds"
858
- ],
859
- "members":{
860
- "GatewayARN":{"shape":"GatewayARN"},
861
- "DiskIds":{"shape":"DiskIds"}
862
- }
863
- },
864
- "AddCacheOutput":{
865
- "type":"structure",
866
- "members":{
867
- "GatewayARN":{"shape":"GatewayARN"}
868
- }
869
- },
870
- "AddTagsToResourceInput":{
871
- "type":"structure",
872
- "required":[
873
- "ResourceARN",
874
- "Tags"
875
- ],
876
- "members":{
877
- "ResourceARN":{"shape":"ResourceARN"},
878
- "Tags":{"shape":"Tags"}
879
- }
880
- },
881
- "AddTagsToResourceOutput":{
882
- "type":"structure",
883
- "members":{
884
- "ResourceARN":{"shape":"ResourceARN"}
885
- }
886
- },
887
- "AddUploadBufferInput":{
888
- "type":"structure",
889
- "required":[
890
- "GatewayARN",
891
- "DiskIds"
892
- ],
893
- "members":{
894
- "GatewayARN":{"shape":"GatewayARN"},
895
- "DiskIds":{"shape":"DiskIds"}
896
- }
897
- },
898
- "AddUploadBufferOutput":{
899
- "type":"structure",
900
- "members":{
901
- "GatewayARN":{"shape":"GatewayARN"}
902
- }
903
- },
904
- "AddWorkingStorageInput":{
905
- "type":"structure",
906
- "required":[
907
- "GatewayARN",
908
- "DiskIds"
909
- ],
910
- "members":{
911
- "GatewayARN":{"shape":"GatewayARN"},
912
- "DiskIds":{"shape":"DiskIds"}
913
- }
914
- },
915
- "AddWorkingStorageOutput":{
916
- "type":"structure",
917
- "members":{
918
- "GatewayARN":{"shape":"GatewayARN"}
919
- }
920
- },
921
- "BandwidthDownloadRateLimit":{
922
- "type":"long",
923
- "min":102400
924
- },
925
- "BandwidthType":{
926
- "type":"string",
927
- "max":25,
928
- "min":3
929
- },
930
- "BandwidthUploadRateLimit":{
931
- "type":"long",
932
- "min":51200
933
- },
934
- "Boolean":{"type":"boolean"},
935
- "CachediSCSIVolume":{
936
- "type":"structure",
937
- "members":{
938
- "VolumeARN":{"shape":"VolumeARN"},
939
- "VolumeId":{"shape":"VolumeId"},
940
- "VolumeType":{"shape":"VolumeType"},
941
- "VolumeStatus":{"shape":"VolumeStatus"},
942
- "VolumeSizeInBytes":{"shape":"long"},
943
- "VolumeProgress":{"shape":"DoubleObject"},
944
- "SourceSnapshotId":{"shape":"SnapshotId"},
945
- "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
946
- "CreatedDate":{"shape":"CreatedDate"}
947
- }
948
- },
949
- "CachediSCSIVolumes":{
950
- "type":"list",
951
- "member":{"shape":"CachediSCSIVolume"}
952
- },
953
- "CancelArchivalInput":{
954
- "type":"structure",
955
- "required":[
956
- "GatewayARN",
957
- "TapeARN"
958
- ],
959
- "members":{
960
- "GatewayARN":{"shape":"GatewayARN"},
961
- "TapeARN":{"shape":"TapeARN"}
962
- }
963
- },
964
- "CancelArchivalOutput":{
965
- "type":"structure",
966
- "members":{
967
- "TapeARN":{"shape":"TapeARN"}
968
- }
969
- },
970
- "CancelRetrievalInput":{
971
- "type":"structure",
972
- "required":[
973
- "GatewayARN",
974
- "TapeARN"
975
- ],
976
- "members":{
977
- "GatewayARN":{"shape":"GatewayARN"},
978
- "TapeARN":{"shape":"TapeARN"}
979
- }
980
- },
981
- "CancelRetrievalOutput":{
982
- "type":"structure",
983
- "members":{
984
- "TapeARN":{"shape":"TapeARN"}
985
- }
986
- },
987
- "ChapCredentials":{
988
- "type":"list",
989
- "member":{"shape":"ChapInfo"}
990
- },
991
- "ChapInfo":{
992
- "type":"structure",
993
- "members":{
994
- "TargetARN":{"shape":"TargetARN"},
995
- "SecretToAuthenticateInitiator":{"shape":"ChapSecret"},
996
- "InitiatorName":{"shape":"IqnName"},
997
- "SecretToAuthenticateTarget":{"shape":"ChapSecret"}
998
- }
999
- },
1000
- "ChapSecret":{
1001
- "type":"string",
1002
- "max":100,
1003
- "min":1
1004
- },
1005
- "ClientToken":{
1006
- "type":"string",
1007
- "max":100,
1008
- "min":5
1009
- },
1010
- "CreateCachediSCSIVolumeInput":{
1011
- "type":"structure",
1012
- "required":[
1013
- "GatewayARN",
1014
- "VolumeSizeInBytes",
1015
- "TargetName",
1016
- "NetworkInterfaceId",
1017
- "ClientToken"
1018
- ],
1019
- "members":{
1020
- "GatewayARN":{"shape":"GatewayARN"},
1021
- "VolumeSizeInBytes":{"shape":"long"},
1022
- "SnapshotId":{"shape":"SnapshotId"},
1023
- "TargetName":{"shape":"TargetName"},
1024
- "SourceVolumeARN":{"shape":"VolumeARN"},
1025
- "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1026
- "ClientToken":{"shape":"ClientToken"}
1027
- }
1028
- },
1029
- "CreateCachediSCSIVolumeOutput":{
1030
- "type":"structure",
1031
- "members":{
1032
- "VolumeARN":{"shape":"VolumeARN"},
1033
- "TargetARN":{"shape":"TargetARN"}
1034
- }
1035
- },
1036
- "CreateNFSFileShareInput":{
1037
- "type":"structure",
1038
- "required":[
1039
- "ClientToken",
1040
- "GatewayARN",
1041
- "Role",
1042
- "LocationARN"
1043
- ],
1044
- "members":{
1045
- "ClientToken":{"shape":"ClientToken"},
1046
- "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
1047
- "GatewayARN":{"shape":"GatewayARN"},
1048
- "KMSEncrypted":{"shape":"Boolean"},
1049
- "KMSKey":{"shape":"KMSKey"},
1050
- "Role":{"shape":"Role"},
1051
- "LocationARN":{"shape":"LocationARN"},
1052
- "DefaultStorageClass":{"shape":"StorageClass"},
1053
- "ClientList":{"shape":"FileShareClientList"},
1054
- "Squash":{"shape":"Squash"},
1055
- "ReadOnly":{"shape":"Boolean"}
1056
- }
1057
- },
1058
- "CreateNFSFileShareOutput":{
1059
- "type":"structure",
1060
- "members":{
1061
- "FileShareARN":{"shape":"FileShareARN"}
1062
- }
1063
- },
1064
- "CreateSnapshotFromVolumeRecoveryPointInput":{
1065
- "type":"structure",
1066
- "required":[
1067
- "VolumeARN",
1068
- "SnapshotDescription"
1069
- ],
1070
- "members":{
1071
- "VolumeARN":{"shape":"VolumeARN"},
1072
- "SnapshotDescription":{"shape":"SnapshotDescription"}
1073
- }
1074
- },
1075
- "CreateSnapshotFromVolumeRecoveryPointOutput":{
1076
- "type":"structure",
1077
- "members":{
1078
- "SnapshotId":{"shape":"SnapshotId"},
1079
- "VolumeARN":{"shape":"VolumeARN"},
1080
- "VolumeRecoveryPointTime":{"shape":"string"}
1081
- }
1082
- },
1083
- "CreateSnapshotInput":{
1084
- "type":"structure",
1085
- "required":[
1086
- "VolumeARN",
1087
- "SnapshotDescription"
1088
- ],
1089
- "members":{
1090
- "VolumeARN":{"shape":"VolumeARN"},
1091
- "SnapshotDescription":{"shape":"SnapshotDescription"}
1092
- }
1093
- },
1094
- "CreateSnapshotOutput":{
1095
- "type":"structure",
1096
- "members":{
1097
- "VolumeARN":{"shape":"VolumeARN"},
1098
- "SnapshotId":{"shape":"SnapshotId"}
1099
- }
1100
- },
1101
- "CreateStorediSCSIVolumeInput":{
1102
- "type":"structure",
1103
- "required":[
1104
- "GatewayARN",
1105
- "DiskId",
1106
- "PreserveExistingData",
1107
- "TargetName",
1108
- "NetworkInterfaceId"
1109
- ],
1110
- "members":{
1111
- "GatewayARN":{"shape":"GatewayARN"},
1112
- "DiskId":{"shape":"DiskId"},
1113
- "SnapshotId":{"shape":"SnapshotId"},
1114
- "PreserveExistingData":{"shape":"boolean"},
1115
- "TargetName":{"shape":"TargetName"},
1116
- "NetworkInterfaceId":{"shape":"NetworkInterfaceId"}
1117
- }
1118
- },
1119
- "CreateStorediSCSIVolumeOutput":{
1120
- "type":"structure",
1121
- "members":{
1122
- "VolumeARN":{"shape":"VolumeARN"},
1123
- "VolumeSizeInBytes":{"shape":"long"},
1124
- "TargetARN":{"shape":"TargetARN"}
1125
- }
1126
- },
1127
- "CreateTapeWithBarcodeInput":{
1128
- "type":"structure",
1129
- "required":[
1130
- "GatewayARN",
1131
- "TapeSizeInBytes",
1132
- "TapeBarcode"
1133
- ],
1134
- "members":{
1135
- "GatewayARN":{"shape":"GatewayARN"},
1136
- "TapeSizeInBytes":{"shape":"TapeSize"},
1137
- "TapeBarcode":{"shape":"TapeBarcode"}
1138
- }
1139
- },
1140
- "CreateTapeWithBarcodeOutput":{
1141
- "type":"structure",
1142
- "members":{
1143
- "TapeARN":{"shape":"TapeARN"}
1144
- }
1145
- },
1146
- "CreateTapesInput":{
1147
- "type":"structure",
1148
- "required":[
1149
- "GatewayARN",
1150
- "TapeSizeInBytes",
1151
- "ClientToken",
1152
- "NumTapesToCreate",
1153
- "TapeBarcodePrefix"
1154
- ],
1155
- "members":{
1156
- "GatewayARN":{"shape":"GatewayARN"},
1157
- "TapeSizeInBytes":{"shape":"TapeSize"},
1158
- "ClientToken":{"shape":"ClientToken"},
1159
- "NumTapesToCreate":{"shape":"NumTapesToCreate"},
1160
- "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"}
1161
- }
1162
- },
1163
- "CreateTapesOutput":{
1164
- "type":"structure",
1165
- "members":{
1166
- "TapeARNs":{"shape":"TapeARNs"}
1167
- }
1168
- },
1169
- "CreatedDate":{"type":"timestamp"},
1170
- "DayOfWeek":{
1171
- "type":"integer",
1172
- "max":6,
1173
- "min":0
1174
- },
1175
- "DeleteBandwidthRateLimitInput":{
1176
- "type":"structure",
1177
- "required":[
1178
- "GatewayARN",
1179
- "BandwidthType"
1180
- ],
1181
- "members":{
1182
- "GatewayARN":{"shape":"GatewayARN"},
1183
- "BandwidthType":{"shape":"BandwidthType"}
1184
- }
1185
- },
1186
- "DeleteBandwidthRateLimitOutput":{
1187
- "type":"structure",
1188
- "members":{
1189
- "GatewayARN":{"shape":"GatewayARN"}
1190
- }
1191
- },
1192
- "DeleteChapCredentialsInput":{
1193
- "type":"structure",
1194
- "required":[
1195
- "TargetARN",
1196
- "InitiatorName"
1197
- ],
1198
- "members":{
1199
- "TargetARN":{"shape":"TargetARN"},
1200
- "InitiatorName":{"shape":"IqnName"}
1201
- }
1202
- },
1203
- "DeleteChapCredentialsOutput":{
1204
- "type":"structure",
1205
- "members":{
1206
- "TargetARN":{"shape":"TargetARN"},
1207
- "InitiatorName":{"shape":"IqnName"}
1208
- }
1209
- },
1210
- "DeleteFileShareInput":{
1211
- "type":"structure",
1212
- "required":["FileShareARN"],
1213
- "members":{
1214
- "FileShareARN":{"shape":"FileShareARN"}
1215
- }
1216
- },
1217
- "DeleteFileShareOutput":{
1218
- "type":"structure",
1219
- "members":{
1220
- "FileShareARN":{"shape":"FileShareARN"}
1221
- }
1222
- },
1223
- "DeleteGatewayInput":{
1224
- "type":"structure",
1225
- "required":["GatewayARN"],
1226
- "members":{
1227
- "GatewayARN":{"shape":"GatewayARN"}
1228
- }
1229
- },
1230
- "DeleteGatewayOutput":{
1231
- "type":"structure",
1232
- "members":{
1233
- "GatewayARN":{"shape":"GatewayARN"}
1234
- }
1235
- },
1236
- "DeleteSnapshotScheduleInput":{
1237
- "type":"structure",
1238
- "required":["VolumeARN"],
1239
- "members":{
1240
- "VolumeARN":{"shape":"VolumeARN"}
1241
- }
1242
- },
1243
- "DeleteSnapshotScheduleOutput":{
1244
- "type":"structure",
1245
- "members":{
1246
- "VolumeARN":{"shape":"VolumeARN"}
1247
- }
1248
- },
1249
- "DeleteTapeArchiveInput":{
1250
- "type":"structure",
1251
- "required":["TapeARN"],
1252
- "members":{
1253
- "TapeARN":{"shape":"TapeARN"}
1254
- }
1255
- },
1256
- "DeleteTapeArchiveOutput":{
1257
- "type":"structure",
1258
- "members":{
1259
- "TapeARN":{"shape":"TapeARN"}
1260
- }
1261
- },
1262
- "DeleteTapeInput":{
1263
- "type":"structure",
1264
- "required":[
1265
- "GatewayARN",
1266
- "TapeARN"
1267
- ],
1268
- "members":{
1269
- "GatewayARN":{"shape":"GatewayARN"},
1270
- "TapeARN":{"shape":"TapeARN"}
1271
- }
1272
- },
1273
- "DeleteTapeOutput":{
1274
- "type":"structure",
1275
- "members":{
1276
- "TapeARN":{"shape":"TapeARN"}
1277
- }
1278
- },
1279
- "DeleteVolumeInput":{
1280
- "type":"structure",
1281
- "required":["VolumeARN"],
1282
- "members":{
1283
- "VolumeARN":{"shape":"VolumeARN"}
1284
- }
1285
- },
1286
- "DeleteVolumeOutput":{
1287
- "type":"structure",
1288
- "members":{
1289
- "VolumeARN":{"shape":"VolumeARN"}
1290
- }
1291
- },
1292
- "DescribeBandwidthRateLimitInput":{
1293
- "type":"structure",
1294
- "required":["GatewayARN"],
1295
- "members":{
1296
- "GatewayARN":{"shape":"GatewayARN"}
1297
- }
1298
- },
1299
- "DescribeBandwidthRateLimitOutput":{
1300
- "type":"structure",
1301
- "members":{
1302
- "GatewayARN":{"shape":"GatewayARN"},
1303
- "AverageUploadRateLimitInBitsPerSec":{"shape":"BandwidthUploadRateLimit"},
1304
- "AverageDownloadRateLimitInBitsPerSec":{"shape":"BandwidthDownloadRateLimit"}
1305
- }
1306
- },
1307
- "DescribeCacheInput":{
1308
- "type":"structure",
1309
- "required":["GatewayARN"],
1310
- "members":{
1311
- "GatewayARN":{"shape":"GatewayARN"}
1312
- }
1313
- },
1314
- "DescribeCacheOutput":{
1315
- "type":"structure",
1316
- "members":{
1317
- "GatewayARN":{"shape":"GatewayARN"},
1318
- "DiskIds":{"shape":"DiskIds"},
1319
- "CacheAllocatedInBytes":{"shape":"long"},
1320
- "CacheUsedPercentage":{"shape":"double"},
1321
- "CacheDirtyPercentage":{"shape":"double"},
1322
- "CacheHitPercentage":{"shape":"double"},
1323
- "CacheMissPercentage":{"shape":"double"}
1324
- }
1325
- },
1326
- "DescribeCachediSCSIVolumesInput":{
1327
- "type":"structure",
1328
- "required":["VolumeARNs"],
1329
- "members":{
1330
- "VolumeARNs":{"shape":"VolumeARNs"}
1331
- }
1332
- },
1333
- "DescribeCachediSCSIVolumesOutput":{
1334
- "type":"structure",
1335
- "members":{
1336
- "CachediSCSIVolumes":{"shape":"CachediSCSIVolumes"}
1337
- }
1338
- },
1339
- "DescribeChapCredentialsInput":{
1340
- "type":"structure",
1341
- "required":["TargetARN"],
1342
- "members":{
1343
- "TargetARN":{"shape":"TargetARN"}
1344
- }
1345
- },
1346
- "DescribeChapCredentialsOutput":{
1347
- "type":"structure",
1348
- "members":{
1349
- "ChapCredentials":{"shape":"ChapCredentials"}
1350
- }
1351
- },
1352
- "DescribeGatewayInformationInput":{
1353
- "type":"structure",
1354
- "required":["GatewayARN"],
1355
- "members":{
1356
- "GatewayARN":{"shape":"GatewayARN"}
1357
- }
1358
- },
1359
- "DescribeGatewayInformationOutput":{
1360
- "type":"structure",
1361
- "members":{
1362
- "GatewayARN":{"shape":"GatewayARN"},
1363
- "GatewayId":{"shape":"GatewayId"},
1364
- "GatewayName":{"shape":"string"},
1365
- "GatewayTimezone":{"shape":"GatewayTimezone"},
1366
- "GatewayState":{"shape":"GatewayState"},
1367
- "GatewayNetworkInterfaces":{"shape":"GatewayNetworkInterfaces"},
1368
- "GatewayType":{"shape":"GatewayType"},
1369
- "NextUpdateAvailabilityDate":{"shape":"NextUpdateAvailabilityDate"},
1370
- "LastSoftwareUpdate":{"shape":"LastSoftwareUpdate"}
1371
- }
1372
- },
1373
- "DescribeMaintenanceStartTimeInput":{
1374
- "type":"structure",
1375
- "required":["GatewayARN"],
1376
- "members":{
1377
- "GatewayARN":{"shape":"GatewayARN"}
1378
- }
1379
- },
1380
- "DescribeMaintenanceStartTimeOutput":{
1381
- "type":"structure",
1382
- "members":{
1383
- "GatewayARN":{"shape":"GatewayARN"},
1384
- "HourOfDay":{"shape":"HourOfDay"},
1385
- "MinuteOfHour":{"shape":"MinuteOfHour"},
1386
- "DayOfWeek":{"shape":"DayOfWeek"},
1387
- "Timezone":{"shape":"GatewayTimezone"}
1388
- }
1389
- },
1390
- "DescribeNFSFileSharesInput":{
1391
- "type":"structure",
1392
- "required":["FileShareARNList"],
1393
- "members":{
1394
- "FileShareARNList":{"shape":"FileShareARNList"}
1395
- }
1396
- },
1397
- "DescribeNFSFileSharesOutput":{
1398
- "type":"structure",
1399
- "members":{
1400
- "NFSFileShareInfoList":{"shape":"NFSFileShareInfoList"}
1401
- }
1402
- },
1403
- "DescribeSnapshotScheduleInput":{
1404
- "type":"structure",
1405
- "required":["VolumeARN"],
1406
- "members":{
1407
- "VolumeARN":{"shape":"VolumeARN"}
1408
- }
1409
- },
1410
- "DescribeSnapshotScheduleOutput":{
1411
- "type":"structure",
1412
- "members":{
1413
- "VolumeARN":{"shape":"VolumeARN"},
1414
- "StartAt":{"shape":"HourOfDay"},
1415
- "RecurrenceInHours":{"shape":"RecurrenceInHours"},
1416
- "Description":{"shape":"Description"},
1417
- "Timezone":{"shape":"GatewayTimezone"}
1418
- }
1419
- },
1420
- "DescribeStorediSCSIVolumesInput":{
1421
- "type":"structure",
1422
- "required":["VolumeARNs"],
1423
- "members":{
1424
- "VolumeARNs":{"shape":"VolumeARNs"}
1425
- }
1426
- },
1427
- "DescribeStorediSCSIVolumesOutput":{
1428
- "type":"structure",
1429
- "members":{
1430
- "StorediSCSIVolumes":{"shape":"StorediSCSIVolumes"}
1431
- }
1432
- },
1433
- "DescribeTapeArchivesInput":{
1434
- "type":"structure",
1435
- "members":{
1436
- "TapeARNs":{"shape":"TapeARNs"},
1437
- "Marker":{"shape":"Marker"},
1438
- "Limit":{"shape":"PositiveIntObject"}
1439
- }
1440
- },
1441
- "DescribeTapeArchivesOutput":{
1442
- "type":"structure",
1443
- "members":{
1444
- "TapeArchives":{"shape":"TapeArchives"},
1445
- "Marker":{"shape":"Marker"}
1446
- }
1447
- },
1448
- "DescribeTapeRecoveryPointsInput":{
1449
- "type":"structure",
1450
- "required":["GatewayARN"],
1451
- "members":{
1452
- "GatewayARN":{"shape":"GatewayARN"},
1453
- "Marker":{"shape":"Marker"},
1454
- "Limit":{"shape":"PositiveIntObject"}
1455
- }
1456
- },
1457
- "DescribeTapeRecoveryPointsOutput":{
1458
- "type":"structure",
1459
- "members":{
1460
- "GatewayARN":{"shape":"GatewayARN"},
1461
- "TapeRecoveryPointInfos":{"shape":"TapeRecoveryPointInfos"},
1462
- "Marker":{"shape":"Marker"}
1463
- }
1464
- },
1465
- "DescribeTapesInput":{
1466
- "type":"structure",
1467
- "required":["GatewayARN"],
1468
- "members":{
1469
- "GatewayARN":{"shape":"GatewayARN"},
1470
- "TapeARNs":{"shape":"TapeARNs"},
1471
- "Marker":{"shape":"Marker"},
1472
- "Limit":{"shape":"PositiveIntObject"}
1473
- }
1474
- },
1475
- "DescribeTapesOutput":{
1476
- "type":"structure",
1477
- "members":{
1478
- "Tapes":{"shape":"Tapes"},
1479
- "Marker":{"shape":"Marker"}
1480
- }
1481
- },
1482
- "DescribeUploadBufferInput":{
1483
- "type":"structure",
1484
- "required":["GatewayARN"],
1485
- "members":{
1486
- "GatewayARN":{"shape":"GatewayARN"}
1487
- }
1488
- },
1489
- "DescribeUploadBufferOutput":{
1490
- "type":"structure",
1491
- "members":{
1492
- "GatewayARN":{"shape":"GatewayARN"},
1493
- "DiskIds":{"shape":"DiskIds"},
1494
- "UploadBufferUsedInBytes":{"shape":"long"},
1495
- "UploadBufferAllocatedInBytes":{"shape":"long"}
1496
- }
1497
- },
1498
- "DescribeVTLDevicesInput":{
1499
- "type":"structure",
1500
- "required":["GatewayARN"],
1501
- "members":{
1502
- "GatewayARN":{"shape":"GatewayARN"},
1503
- "VTLDeviceARNs":{"shape":"VTLDeviceARNs"},
1504
- "Marker":{"shape":"Marker"},
1505
- "Limit":{"shape":"PositiveIntObject"}
1506
- }
1507
- },
1508
- "DescribeVTLDevicesOutput":{
1509
- "type":"structure",
1510
- "members":{
1511
- "GatewayARN":{"shape":"GatewayARN"},
1512
- "VTLDevices":{"shape":"VTLDevices"},
1513
- "Marker":{"shape":"Marker"}
1514
- }
1515
- },
1516
- "DescribeWorkingStorageInput":{
1517
- "type":"structure",
1518
- "required":["GatewayARN"],
1519
- "members":{
1520
- "GatewayARN":{"shape":"GatewayARN"}
1521
- }
1522
- },
1523
- "DescribeWorkingStorageOutput":{
1524
- "type":"structure",
1525
- "members":{
1526
- "GatewayARN":{"shape":"GatewayARN"},
1527
- "DiskIds":{"shape":"DiskIds"},
1528
- "WorkingStorageUsedInBytes":{"shape":"long"},
1529
- "WorkingStorageAllocatedInBytes":{"shape":"long"}
1530
- }
1531
- },
1532
- "Description":{
1533
- "type":"string",
1534
- "max":255,
1535
- "min":1
1536
- },
1537
- "DeviceType":{
1538
- "type":"string",
1539
- "max":50,
1540
- "min":2
1541
- },
1542
- "DeviceiSCSIAttributes":{
1543
- "type":"structure",
1544
- "members":{
1545
- "TargetARN":{"shape":"TargetARN"},
1546
- "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1547
- "NetworkInterfacePort":{"shape":"integer"},
1548
- "ChapEnabled":{"shape":"boolean"}
1549
- }
1550
- },
1551
- "DisableGatewayInput":{
1552
- "type":"structure",
1553
- "required":["GatewayARN"],
1554
- "members":{
1555
- "GatewayARN":{"shape":"GatewayARN"}
1556
- }
1557
- },
1558
- "DisableGatewayOutput":{
1559
- "type":"structure",
1560
- "members":{
1561
- "GatewayARN":{"shape":"GatewayARN"}
1562
- }
1563
- },
1564
- "Disk":{
1565
- "type":"structure",
1566
- "members":{
1567
- "DiskId":{"shape":"DiskId"},
1568
- "DiskPath":{"shape":"string"},
1569
- "DiskNode":{"shape":"string"},
1570
- "DiskStatus":{"shape":"string"},
1571
- "DiskSizeInBytes":{"shape":"long"},
1572
- "DiskAllocationType":{"shape":"DiskAllocationType"},
1573
- "DiskAllocationResource":{"shape":"string"}
1574
- }
1575
- },
1576
- "DiskAllocationType":{
1577
- "type":"string",
1578
- "max":100,
1579
- "min":3
1580
- },
1581
- "DiskId":{
1582
- "type":"string",
1583
- "max":300,
1584
- "min":1
1585
- },
1586
- "DiskIds":{
1587
- "type":"list",
1588
- "member":{"shape":"DiskId"}
1589
- },
1590
- "Disks":{
1591
- "type":"list",
1592
- "member":{"shape":"Disk"}
1593
- },
1594
- "DoubleObject":{"type":"double"},
1595
- "ErrorCode":{
1596
- "type":"string",
1597
- "enum":[
1598
- "ActivationKeyExpired",
1599
- "ActivationKeyInvalid",
1600
- "ActivationKeyNotFound",
1601
- "GatewayInternalError",
1602
- "GatewayNotConnected",
1603
- "GatewayNotFound",
1604
- "GatewayProxyNetworkConnectionBusy",
1605
- "AuthenticationFailure",
1606
- "BandwidthThrottleScheduleNotFound",
1607
- "Blocked",
1608
- "CannotExportSnapshot",
1609
- "ChapCredentialNotFound",
1610
- "DiskAlreadyAllocated",
1611
- "DiskDoesNotExist",
1612
- "DiskSizeGreaterThanVolumeMaxSize",
1613
- "DiskSizeLessThanVolumeSize",
1614
- "DiskSizeNotGigAligned",
1615
- "DuplicateCertificateInfo",
1616
- "DuplicateSchedule",
1617
- "EndpointNotFound",
1618
- "IAMNotSupported",
1619
- "InitiatorInvalid",
1620
- "InitiatorNotFound",
1621
- "InternalError",
1622
- "InvalidGateway",
1623
- "InvalidEndpoint",
1624
- "InvalidParameters",
1625
- "InvalidSchedule",
1626
- "LocalStorageLimitExceeded",
1627
- "LunAlreadyAllocated ",
1628
- "LunInvalid",
1629
- "MaximumContentLengthExceeded",
1630
- "MaximumTapeCartridgeCountExceeded",
1631
- "MaximumVolumeCountExceeded",
1632
- "NetworkConfigurationChanged",
1633
- "NoDisksAvailable",
1634
- "NotImplemented",
1635
- "NotSupported",
1636
- "OperationAborted",
1637
- "OutdatedGateway",
1638
- "ParametersNotImplemented",
1639
- "RegionInvalid",
1640
- "RequestTimeout",
1641
- "ServiceUnavailable",
1642
- "SnapshotDeleted",
1643
- "SnapshotIdInvalid",
1644
- "SnapshotInProgress",
1645
- "SnapshotNotFound",
1646
- "SnapshotScheduleNotFound",
1647
- "StagingAreaFull",
1648
- "StorageFailure",
1649
- "TapeCartridgeNotFound",
1650
- "TargetAlreadyExists",
1651
- "TargetInvalid",
1652
- "TargetNotFound",
1653
- "UnauthorizedOperation",
1654
- "VolumeAlreadyExists",
1655
- "VolumeIdInvalid",
1656
- "VolumeInUse",
1657
- "VolumeNotFound",
1658
- "VolumeNotReady"
1659
- ]
1660
- },
1661
- "FileShareARN":{
1662
- "type":"string",
1663
- "max":500,
1664
- "min":50
1665
- },
1666
- "FileShareARNList":{
1667
- "type":"list",
1668
- "member":{"shape":"FileShareARN"},
1669
- "max":10,
1670
- "min":1
1671
- },
1672
- "FileShareClientList":{
1673
- "type":"list",
1674
- "member":{"shape":"IPV4AddressCIDR"},
1675
- "max":100,
1676
- "min":1
1677
- },
1678
- "FileShareId":{
1679
- "type":"string",
1680
- "max":30,
1681
- "min":12
1682
- },
1683
- "FileShareInfo":{
1684
- "type":"structure",
1685
- "members":{
1686
- "FileShareARN":{"shape":"FileShareARN"},
1687
- "FileShareId":{"shape":"FileShareId"},
1688
- "FileShareStatus":{"shape":"FileShareStatus"},
1689
- "GatewayARN":{"shape":"GatewayARN"}
1690
- }
1691
- },
1692
- "FileShareInfoList":{
1693
- "type":"list",
1694
- "member":{"shape":"FileShareInfo"}
1695
- },
1696
- "FileShareStatus":{
1697
- "type":"string",
1698
- "max":50,
1699
- "min":3
1700
- },
1701
- "GatewayARN":{
1702
- "type":"string",
1703
- "max":500,
1704
- "min":50
1705
- },
1706
- "GatewayId":{
1707
- "type":"string",
1708
- "max":30,
1709
- "min":12
1710
- },
1711
- "GatewayInfo":{
1712
- "type":"structure",
1713
- "members":{
1714
- "GatewayId":{"shape":"GatewayId"},
1715
- "GatewayARN":{"shape":"GatewayARN"},
1716
- "GatewayType":{"shape":"GatewayType"},
1717
- "GatewayOperationalState":{"shape":"GatewayOperationalState"},
1718
- "GatewayName":{"shape":"string"}
1719
- }
1720
- },
1721
- "GatewayName":{
1722
- "type":"string",
1723
- "max":255,
1724
- "min":2,
1725
- "pattern":"^[ -\\.0-\\[\\]-~]*[!-\\.0-\\[\\]-~][ -\\.0-\\[\\]-~]*$"
1726
- },
1727
- "GatewayNetworkInterfaces":{
1728
- "type":"list",
1729
- "member":{"shape":"NetworkInterface"}
1730
- },
1731
- "GatewayOperationalState":{
1732
- "type":"string",
1733
- "max":25,
1734
- "min":2
1735
- },
1736
- "GatewayState":{
1737
- "type":"string",
1738
- "max":25,
1739
- "min":2
1740
- },
1741
- "GatewayTimezone":{
1742
- "type":"string",
1743
- "max":10,
1744
- "min":3
1745
- },
1746
- "GatewayType":{
1747
- "type":"string",
1748
- "max":20,
1749
- "min":2
1750
- },
1751
- "Gateways":{
1752
- "type":"list",
1753
- "member":{"shape":"GatewayInfo"}
1754
- },
1755
- "HourOfDay":{
1756
- "type":"integer",
1757
- "max":23,
1758
- "min":0
1759
- },
1760
- "IPV4AddressCIDR":{
1761
- "type":"string",
1762
- "pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([0-9]|[1-2][0-9]|3[0-2]))?$"
1763
- },
1764
- "Initiator":{
1765
- "type":"string",
1766
- "max":50,
1767
- "min":1
1768
- },
1769
- "Initiators":{
1770
- "type":"list",
1771
- "member":{"shape":"Initiator"}
1772
- },
1773
- "InternalServerError":{
1774
- "type":"structure",
1775
- "members":{
1776
- "message":{"shape":"string"},
1777
- "error":{"shape":"StorageGatewayError"}
1778
- },
1779
- "exception":true
1780
- },
1781
- "InvalidGatewayRequestException":{
1782
- "type":"structure",
1783
- "members":{
1784
- "message":{"shape":"string"},
1785
- "error":{"shape":"StorageGatewayError"}
1786
- },
1787
- "exception":true
1788
- },
1789
- "IqnName":{
1790
- "type":"string",
1791
- "max":255,
1792
- "min":1,
1793
- "pattern":"[0-9a-z:.-]+"
1794
- },
1795
- "KMSKey":{
1796
- "type":"string",
1797
- "max":2048,
1798
- "min":20
1799
- },
1800
- "LastSoftwareUpdate":{
1801
- "type":"string",
1802
- "max":25,
1803
- "min":1
1804
- },
1805
- "ListFileSharesInput":{
1806
- "type":"structure",
1807
- "members":{
1808
- "GatewayARN":{"shape":"GatewayARN"},
1809
- "Limit":{"shape":"PositiveIntObject"},
1810
- "Marker":{"shape":"Marker"}
1811
- }
1812
- },
1813
- "ListFileSharesOutput":{
1814
- "type":"structure",
1815
- "members":{
1816
- "Marker":{"shape":"Marker"},
1817
- "NextMarker":{"shape":"Marker"},
1818
- "FileShareInfoList":{"shape":"FileShareInfoList"}
1819
- }
1820
- },
1821
- "ListGatewaysInput":{
1822
- "type":"structure",
1823
- "members":{
1824
- "Marker":{"shape":"Marker"},
1825
- "Limit":{"shape":"PositiveIntObject"}
1826
- }
1827
- },
1828
- "ListGatewaysOutput":{
1829
- "type":"structure",
1830
- "members":{
1831
- "Gateways":{"shape":"Gateways"},
1832
- "Marker":{"shape":"Marker"}
1833
- }
1834
- },
1835
- "ListLocalDisksInput":{
1836
- "type":"structure",
1837
- "required":["GatewayARN"],
1838
- "members":{
1839
- "GatewayARN":{"shape":"GatewayARN"}
1840
- }
1841
- },
1842
- "ListLocalDisksOutput":{
1843
- "type":"structure",
1844
- "members":{
1845
- "GatewayARN":{"shape":"GatewayARN"},
1846
- "Disks":{"shape":"Disks"}
1847
- }
1848
- },
1849
- "ListTagsForResourceInput":{
1850
- "type":"structure",
1851
- "required":["ResourceARN"],
1852
- "members":{
1853
- "ResourceARN":{"shape":"ResourceARN"},
1854
- "Marker":{"shape":"Marker"},
1855
- "Limit":{"shape":"PositiveIntObject"}
1856
- }
1857
- },
1858
- "ListTagsForResourceOutput":{
1859
- "type":"structure",
1860
- "members":{
1861
- "ResourceARN":{"shape":"ResourceARN"},
1862
- "Marker":{"shape":"Marker"},
1863
- "Tags":{"shape":"Tags"}
1864
- }
1865
- },
1866
- "ListTapesInput":{
1867
- "type":"structure",
1868
- "members":{
1869
- "TapeARNs":{"shape":"TapeARNs"},
1870
- "Marker":{"shape":"Marker"},
1871
- "Limit":{"shape":"PositiveIntObject"}
1872
- }
1873
- },
1874
- "ListTapesOutput":{
1875
- "type":"structure",
1876
- "members":{
1877
- "TapeInfos":{"shape":"TapeInfos"},
1878
- "Marker":{"shape":"Marker"}
1879
- }
1880
- },
1881
- "ListVolumeInitiatorsInput":{
1882
- "type":"structure",
1883
- "required":["VolumeARN"],
1884
- "members":{
1885
- "VolumeARN":{"shape":"VolumeARN"}
1886
- }
1887
- },
1888
- "ListVolumeInitiatorsOutput":{
1889
- "type":"structure",
1890
- "members":{
1891
- "Initiators":{"shape":"Initiators"}
1892
- }
1893
- },
1894
- "ListVolumeRecoveryPointsInput":{
1895
- "type":"structure",
1896
- "required":["GatewayARN"],
1897
- "members":{
1898
- "GatewayARN":{"shape":"GatewayARN"}
1899
- }
1900
- },
1901
- "ListVolumeRecoveryPointsOutput":{
1902
- "type":"structure",
1903
- "members":{
1904
- "GatewayARN":{"shape":"GatewayARN"},
1905
- "VolumeRecoveryPointInfos":{"shape":"VolumeRecoveryPointInfos"}
1906
- }
1907
- },
1908
- "ListVolumesInput":{
1909
- "type":"structure",
1910
- "members":{
1911
- "GatewayARN":{"shape":"GatewayARN"},
1912
- "Marker":{"shape":"Marker"},
1913
- "Limit":{"shape":"PositiveIntObject"}
1914
- }
1915
- },
1916
- "ListVolumesOutput":{
1917
- "type":"structure",
1918
- "members":{
1919
- "GatewayARN":{"shape":"GatewayARN"},
1920
- "Marker":{"shape":"Marker"},
1921
- "VolumeInfos":{"shape":"VolumeInfos"}
1922
- }
1923
- },
1924
- "LocalConsolePassword":{
1925
- "type":"string",
1926
- "max":512,
1927
- "min":6,
1928
- "pattern":"^[ -~]+$",
1929
- "sensitive":true
1930
- },
1931
- "LocationARN":{
1932
- "type":"string",
1933
- "max":310,
1934
- "min":16
1935
- },
1936
- "Marker":{
1937
- "type":"string",
1938
- "max":1000,
1939
- "min":1
1940
- },
1941
- "MediumChangerType":{
1942
- "type":"string",
1943
- "max":50,
1944
- "min":2
1945
- },
1946
- "MinuteOfHour":{
1947
- "type":"integer",
1948
- "max":59,
1949
- "min":0
1950
- },
1951
- "NFSFileShareDefaults":{
1952
- "type":"structure",
1953
- "members":{
1954
- "FileMode":{"shape":"PermissionMode"},
1955
- "DirectoryMode":{"shape":"PermissionMode"},
1956
- "GroupId":{"shape":"PermissionId"},
1957
- "OwnerId":{"shape":"PermissionId"}
1958
- }
1959
- },
1960
- "NFSFileShareInfo":{
1961
- "type":"structure",
1962
- "members":{
1963
- "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
1964
- "FileShareARN":{"shape":"FileShareARN"},
1965
- "FileShareId":{"shape":"FileShareId"},
1966
- "FileShareStatus":{"shape":"FileShareStatus"},
1967
- "GatewayARN":{"shape":"GatewayARN"},
1968
- "KMSEncrypted":{"shape":"boolean"},
1969
- "KMSKey":{"shape":"KMSKey"},
1970
- "Path":{"shape":"Path"},
1971
- "Role":{"shape":"Role"},
1972
- "LocationARN":{"shape":"LocationARN"},
1973
- "DefaultStorageClass":{"shape":"StorageClass"},
1974
- "ClientList":{"shape":"FileShareClientList"},
1975
- "Squash":{"shape":"Squash"},
1976
- "ReadOnly":{"shape":"Boolean"}
1977
- }
1978
- },
1979
- "NFSFileShareInfoList":{
1980
- "type":"list",
1981
- "member":{"shape":"NFSFileShareInfo"}
1982
- },
1983
- "NetworkInterface":{
1984
- "type":"structure",
1985
- "members":{
1986
- "Ipv4Address":{"shape":"string"},
1987
- "MacAddress":{"shape":"string"},
1988
- "Ipv6Address":{"shape":"string"}
1989
- }
1990
- },
1991
- "NetworkInterfaceId":{
1992
- "type":"string",
1993
- "pattern":"\\A(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)(\\.(25[0-5]|2[0-4]\\d|[0-1]?\\d?\\d)){3}\\z"
1994
- },
1995
- "NextUpdateAvailabilityDate":{
1996
- "type":"string",
1997
- "max":25,
1998
- "min":1
1999
- },
2000
- "NumTapesToCreate":{
2001
- "type":"integer",
2002
- "max":10,
2003
- "min":1
2004
- },
2005
- "Path":{"type":"string"},
2006
- "PermissionId":{
2007
- "type":"long",
2008
- "max":4294967294,
2009
- "min":0
2010
- },
2011
- "PermissionMode":{
2012
- "type":"string",
2013
- "max":4,
2014
- "min":1,
2015
- "pattern":"^[0-7]{4}$"
2016
- },
2017
- "PositiveIntObject":{
2018
- "type":"integer",
2019
- "min":1
2020
- },
2021
- "RecurrenceInHours":{
2022
- "type":"integer",
2023
- "max":24,
2024
- "min":1
2025
- },
2026
- "RefreshCacheInput":{
2027
- "type":"structure",
2028
- "required":["FileShareARN"],
2029
- "members":{
2030
- "FileShareARN":{"shape":"FileShareARN"}
2031
- }
2032
- },
2033
- "RefreshCacheOutput":{
2034
- "type":"structure",
2035
- "members":{
2036
- "FileShareARN":{"shape":"FileShareARN"}
2037
- }
2038
- },
2039
- "RegionId":{
2040
- "type":"string",
2041
- "max":25,
2042
- "min":1
2043
- },
2044
- "RemoveTagsFromResourceInput":{
2045
- "type":"structure",
2046
- "required":[
2047
- "ResourceARN",
2048
- "TagKeys"
2049
- ],
2050
- "members":{
2051
- "ResourceARN":{"shape":"ResourceARN"},
2052
- "TagKeys":{"shape":"TagKeys"}
2053
- }
2054
- },
2055
- "RemoveTagsFromResourceOutput":{
2056
- "type":"structure",
2057
- "members":{
2058
- "ResourceARN":{"shape":"ResourceARN"}
2059
- }
2060
- },
2061
- "ResetCacheInput":{
2062
- "type":"structure",
2063
- "required":["GatewayARN"],
2064
- "members":{
2065
- "GatewayARN":{"shape":"GatewayARN"}
2066
- }
2067
- },
2068
- "ResetCacheOutput":{
2069
- "type":"structure",
2070
- "members":{
2071
- "GatewayARN":{"shape":"GatewayARN"}
2072
- }
2073
- },
2074
- "ResourceARN":{
2075
- "type":"string",
2076
- "max":500,
2077
- "min":50
2078
- },
2079
- "RetrieveTapeArchiveInput":{
2080
- "type":"structure",
2081
- "required":[
2082
- "TapeARN",
2083
- "GatewayARN"
2084
- ],
2085
- "members":{
2086
- "TapeARN":{"shape":"TapeARN"},
2087
- "GatewayARN":{"shape":"GatewayARN"}
2088
- }
2089
- },
2090
- "RetrieveTapeArchiveOutput":{
2091
- "type":"structure",
2092
- "members":{
2093
- "TapeARN":{"shape":"TapeARN"}
2094
- }
2095
- },
2096
- "RetrieveTapeRecoveryPointInput":{
2097
- "type":"structure",
2098
- "required":[
2099
- "TapeARN",
2100
- "GatewayARN"
2101
- ],
2102
- "members":{
2103
- "TapeARN":{"shape":"TapeARN"},
2104
- "GatewayARN":{"shape":"GatewayARN"}
2105
- }
2106
- },
2107
- "RetrieveTapeRecoveryPointOutput":{
2108
- "type":"structure",
2109
- "members":{
2110
- "TapeARN":{"shape":"TapeARN"}
2111
- }
2112
- },
2113
- "Role":{
2114
- "type":"string",
2115
- "max":2048,
2116
- "min":20
2117
- },
2118
- "ServiceUnavailableError":{
2119
- "type":"structure",
2120
- "members":{
2121
- "message":{"shape":"string"},
2122
- "error":{"shape":"StorageGatewayError"}
2123
- },
2124
- "exception":true
2125
- },
2126
- "SetLocalConsolePasswordInput":{
2127
- "type":"structure",
2128
- "required":[
2129
- "GatewayARN",
2130
- "LocalConsolePassword"
2131
- ],
2132
- "members":{
2133
- "GatewayARN":{"shape":"GatewayARN"},
2134
- "LocalConsolePassword":{"shape":"LocalConsolePassword"}
2135
- }
2136
- },
2137
- "SetLocalConsolePasswordOutput":{
2138
- "type":"structure",
2139
- "members":{
2140
- "GatewayARN":{"shape":"GatewayARN"}
2141
- }
2142
- },
2143
- "ShutdownGatewayInput":{
2144
- "type":"structure",
2145
- "required":["GatewayARN"],
2146
- "members":{
2147
- "GatewayARN":{"shape":"GatewayARN"}
2148
- }
2149
- },
2150
- "ShutdownGatewayOutput":{
2151
- "type":"structure",
2152
- "members":{
2153
- "GatewayARN":{"shape":"GatewayARN"}
2154
- }
2155
- },
2156
- "SnapshotDescription":{
2157
- "type":"string",
2158
- "max":255,
2159
- "min":1
2160
- },
2161
- "SnapshotId":{
2162
- "type":"string",
2163
- "pattern":"\\Asnap-([0-9A-Fa-f]{8}|[0-9A-Fa-f]{17})\\z"
2164
- },
2165
- "Squash":{
2166
- "type":"string",
2167
- "max":15,
2168
- "min":5
2169
- },
2170
- "StartGatewayInput":{
2171
- "type":"structure",
2172
- "required":["GatewayARN"],
2173
- "members":{
2174
- "GatewayARN":{"shape":"GatewayARN"}
2175
- }
2176
- },
2177
- "StartGatewayOutput":{
2178
- "type":"structure",
2179
- "members":{
2180
- "GatewayARN":{"shape":"GatewayARN"}
2181
- }
2182
- },
2183
- "StorageClass":{
2184
- "type":"string",
2185
- "max":20,
2186
- "min":5
2187
- },
2188
- "StorageGatewayError":{
2189
- "type":"structure",
2190
- "members":{
2191
- "errorCode":{"shape":"ErrorCode"},
2192
- "errorDetails":{"shape":"errorDetails"}
2193
- }
2194
- },
2195
- "StorediSCSIVolume":{
2196
- "type":"structure",
2197
- "members":{
2198
- "VolumeARN":{"shape":"VolumeARN"},
2199
- "VolumeId":{"shape":"VolumeId"},
2200
- "VolumeType":{"shape":"VolumeType"},
2201
- "VolumeStatus":{"shape":"VolumeStatus"},
2202
- "VolumeSizeInBytes":{"shape":"long"},
2203
- "VolumeProgress":{"shape":"DoubleObject"},
2204
- "VolumeDiskId":{"shape":"DiskId"},
2205
- "SourceSnapshotId":{"shape":"SnapshotId"},
2206
- "PreservedExistingData":{"shape":"boolean"},
2207
- "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
2208
- "CreatedDate":{"shape":"CreatedDate"}
2209
- }
2210
- },
2211
- "StorediSCSIVolumes":{
2212
- "type":"list",
2213
- "member":{"shape":"StorediSCSIVolume"}
2214
- },
2215
- "Tag":{
2216
- "type":"structure",
2217
- "required":[
2218
- "Key",
2219
- "Value"
2220
- ],
2221
- "members":{
2222
- "Key":{"shape":"TagKey"},
2223
- "Value":{"shape":"TagValue"}
2224
- }
2225
- },
2226
- "TagKey":{
2227
- "type":"string",
2228
- "max":128,
2229
- "min":1,
2230
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
2231
- },
2232
- "TagKeys":{
2233
- "type":"list",
2234
- "member":{"shape":"TagKey"}
2235
- },
2236
- "TagValue":{
2237
- "type":"string",
2238
- "max":256
2239
- },
2240
- "Tags":{
2241
- "type":"list",
2242
- "member":{"shape":"Tag"}
2243
- },
2244
- "Tape":{
2245
- "type":"structure",
2246
- "members":{
2247
- "TapeARN":{"shape":"TapeARN"},
2248
- "TapeBarcode":{"shape":"TapeBarcode"},
2249
- "TapeCreatedDate":{"shape":"Time"},
2250
- "TapeSizeInBytes":{"shape":"TapeSize"},
2251
- "TapeStatus":{"shape":"TapeStatus"},
2252
- "VTLDevice":{"shape":"VTLDeviceARN"},
2253
- "Progress":{"shape":"DoubleObject"},
2254
- "TapeUsedInBytes":{"shape":"TapeUsage"}
2255
- }
2256
- },
2257
- "TapeARN":{
2258
- "type":"string",
2259
- "max":500,
2260
- "min":50,
2261
- "pattern":"^arn:(aws|aws-cn):storagegateway:[a-z\\-0-9]+:[0-9]+:tape\\/[0-9A-Z]{7,16}$"
2262
- },
2263
- "TapeARNs":{
2264
- "type":"list",
2265
- "member":{"shape":"TapeARN"}
2266
- },
2267
- "TapeArchive":{
2268
- "type":"structure",
2269
- "members":{
2270
- "TapeARN":{"shape":"TapeARN"},
2271
- "TapeBarcode":{"shape":"TapeBarcode"},
2272
- "TapeCreatedDate":{"shape":"Time"},
2273
- "TapeSizeInBytes":{"shape":"TapeSize"},
2274
- "CompletionTime":{"shape":"Time"},
2275
- "RetrievedTo":{"shape":"GatewayARN"},
2276
- "TapeStatus":{"shape":"TapeArchiveStatus"},
2277
- "TapeUsedInBytes":{"shape":"TapeUsage"}
2278
- }
2279
- },
2280
- "TapeArchiveStatus":{"type":"string"},
2281
- "TapeArchives":{
2282
- "type":"list",
2283
- "member":{"shape":"TapeArchive"}
2284
- },
2285
- "TapeBarcode":{
2286
- "type":"string",
2287
- "max":16,
2288
- "min":7,
2289
- "pattern":"^[A-Z0-9]*$"
2290
- },
2291
- "TapeBarcodePrefix":{
2292
- "type":"string",
2293
- "max":4,
2294
- "min":1,
2295
- "pattern":"^[A-Z]*$"
2296
- },
2297
- "TapeDriveType":{
2298
- "type":"string",
2299
- "max":50,
2300
- "min":2
2301
- },
2302
- "TapeInfo":{
2303
- "type":"structure",
2304
- "members":{
2305
- "TapeARN":{"shape":"TapeARN"},
2306
- "TapeBarcode":{"shape":"TapeBarcode"},
2307
- "TapeSizeInBytes":{"shape":"TapeSize"},
2308
- "TapeStatus":{"shape":"TapeStatus"},
2309
- "GatewayARN":{"shape":"GatewayARN"}
2310
- }
2311
- },
2312
- "TapeInfos":{
2313
- "type":"list",
2314
- "member":{"shape":"TapeInfo"}
2315
- },
2316
- "TapeRecoveryPointInfo":{
2317
- "type":"structure",
2318
- "members":{
2319
- "TapeARN":{"shape":"TapeARN"},
2320
- "TapeRecoveryPointTime":{"shape":"Time"},
2321
- "TapeSizeInBytes":{"shape":"TapeSize"},
2322
- "TapeStatus":{"shape":"TapeRecoveryPointStatus"}
2323
- }
2324
- },
2325
- "TapeRecoveryPointInfos":{
2326
- "type":"list",
2327
- "member":{"shape":"TapeRecoveryPointInfo"}
2328
- },
2329
- "TapeRecoveryPointStatus":{"type":"string"},
2330
- "TapeSize":{"type":"long"},
2331
- "TapeStatus":{"type":"string"},
2332
- "TapeUsage":{"type":"long"},
2333
- "Tapes":{
2334
- "type":"list",
2335
- "member":{"shape":"Tape"}
2336
- },
2337
- "TargetARN":{
2338
- "type":"string",
2339
- "max":800,
2340
- "min":50
2341
- },
2342
- "TargetName":{
2343
- "type":"string",
2344
- "max":200,
2345
- "min":1,
2346
- "pattern":"^[-\\.;a-z0-9]+$"
2347
- },
2348
- "Time":{"type":"timestamp"},
2349
- "UpdateBandwidthRateLimitInput":{
2350
- "type":"structure",
2351
- "required":["GatewayARN"],
2352
- "members":{
2353
- "GatewayARN":{"shape":"GatewayARN"},
2354
- "AverageUploadRateLimitInBitsPerSec":{"shape":"BandwidthUploadRateLimit"},
2355
- "AverageDownloadRateLimitInBitsPerSec":{"shape":"BandwidthDownloadRateLimit"}
2356
- }
2357
- },
2358
- "UpdateBandwidthRateLimitOutput":{
2359
- "type":"structure",
2360
- "members":{
2361
- "GatewayARN":{"shape":"GatewayARN"}
2362
- }
2363
- },
2364
- "UpdateChapCredentialsInput":{
2365
- "type":"structure",
2366
- "required":[
2367
- "TargetARN",
2368
- "SecretToAuthenticateInitiator",
2369
- "InitiatorName"
2370
- ],
2371
- "members":{
2372
- "TargetARN":{"shape":"TargetARN"},
2373
- "SecretToAuthenticateInitiator":{"shape":"ChapSecret"},
2374
- "InitiatorName":{"shape":"IqnName"},
2375
- "SecretToAuthenticateTarget":{"shape":"ChapSecret"}
2376
- }
2377
- },
2378
- "UpdateChapCredentialsOutput":{
2379
- "type":"structure",
2380
- "members":{
2381
- "TargetARN":{"shape":"TargetARN"},
2382
- "InitiatorName":{"shape":"IqnName"}
2383
- }
2384
- },
2385
- "UpdateGatewayInformationInput":{
2386
- "type":"structure",
2387
- "required":["GatewayARN"],
2388
- "members":{
2389
- "GatewayARN":{"shape":"GatewayARN"},
2390
- "GatewayName":{"shape":"GatewayName"},
2391
- "GatewayTimezone":{"shape":"GatewayTimezone"}
2392
- }
2393
- },
2394
- "UpdateGatewayInformationOutput":{
2395
- "type":"structure",
2396
- "members":{
2397
- "GatewayARN":{"shape":"GatewayARN"},
2398
- "GatewayName":{"shape":"string"}
2399
- }
2400
- },
2401
- "UpdateGatewaySoftwareNowInput":{
2402
- "type":"structure",
2403
- "required":["GatewayARN"],
2404
- "members":{
2405
- "GatewayARN":{"shape":"GatewayARN"}
2406
- }
2407
- },
2408
- "UpdateGatewaySoftwareNowOutput":{
2409
- "type":"structure",
2410
- "members":{
2411
- "GatewayARN":{"shape":"GatewayARN"}
2412
- }
2413
- },
2414
- "UpdateMaintenanceStartTimeInput":{
2415
- "type":"structure",
2416
- "required":[
2417
- "GatewayARN",
2418
- "HourOfDay",
2419
- "MinuteOfHour",
2420
- "DayOfWeek"
2421
- ],
2422
- "members":{
2423
- "GatewayARN":{"shape":"GatewayARN"},
2424
- "HourOfDay":{"shape":"HourOfDay"},
2425
- "MinuteOfHour":{"shape":"MinuteOfHour"},
2426
- "DayOfWeek":{"shape":"DayOfWeek"}
2427
- }
2428
- },
2429
- "UpdateMaintenanceStartTimeOutput":{
2430
- "type":"structure",
2431
- "members":{
2432
- "GatewayARN":{"shape":"GatewayARN"}
2433
- }
2434
- },
2435
- "UpdateNFSFileShareInput":{
2436
- "type":"structure",
2437
- "required":["FileShareARN"],
2438
- "members":{
2439
- "FileShareARN":{"shape":"FileShareARN"},
2440
- "KMSEncrypted":{"shape":"Boolean"},
2441
- "KMSKey":{"shape":"KMSKey"},
2442
- "NFSFileShareDefaults":{"shape":"NFSFileShareDefaults"},
2443
- "DefaultStorageClass":{"shape":"StorageClass"},
2444
- "ClientList":{"shape":"FileShareClientList"},
2445
- "Squash":{"shape":"Squash"},
2446
- "ReadOnly":{"shape":"Boolean"}
2447
- }
2448
- },
2449
- "UpdateNFSFileShareOutput":{
2450
- "type":"structure",
2451
- "members":{
2452
- "FileShareARN":{"shape":"FileShareARN"}
2453
- }
2454
- },
2455
- "UpdateSnapshotScheduleInput":{
2456
- "type":"structure",
2457
- "required":[
2458
- "VolumeARN",
2459
- "StartAt",
2460
- "RecurrenceInHours"
2461
- ],
2462
- "members":{
2463
- "VolumeARN":{"shape":"VolumeARN"},
2464
- "StartAt":{"shape":"HourOfDay"},
2465
- "RecurrenceInHours":{"shape":"RecurrenceInHours"},
2466
- "Description":{"shape":"Description"}
2467
- }
2468
- },
2469
- "UpdateSnapshotScheduleOutput":{
2470
- "type":"structure",
2471
- "members":{
2472
- "VolumeARN":{"shape":"VolumeARN"}
2473
- }
2474
- },
2475
- "UpdateVTLDeviceTypeInput":{
2476
- "type":"structure",
2477
- "required":[
2478
- "VTLDeviceARN",
2479
- "DeviceType"
2480
- ],
2481
- "members":{
2482
- "VTLDeviceARN":{"shape":"VTLDeviceARN"},
2483
- "DeviceType":{"shape":"DeviceType"}
2484
- }
2485
- },
2486
- "UpdateVTLDeviceTypeOutput":{
2487
- "type":"structure",
2488
- "members":{
2489
- "VTLDeviceARN":{"shape":"VTLDeviceARN"}
2490
- }
2491
- },
2492
- "VTLDevice":{
2493
- "type":"structure",
2494
- "members":{
2495
- "VTLDeviceARN":{"shape":"VTLDeviceARN"},
2496
- "VTLDeviceType":{"shape":"VTLDeviceType"},
2497
- "VTLDeviceVendor":{"shape":"VTLDeviceVendor"},
2498
- "VTLDeviceProductIdentifier":{"shape":"VTLDeviceProductIdentifier"},
2499
- "DeviceiSCSIAttributes":{"shape":"DeviceiSCSIAttributes"}
2500
- }
2501
- },
2502
- "VTLDeviceARN":{
2503
- "type":"string",
2504
- "max":500,
2505
- "min":50
2506
- },
2507
- "VTLDeviceARNs":{
2508
- "type":"list",
2509
- "member":{"shape":"VTLDeviceARN"}
2510
- },
2511
- "VTLDeviceProductIdentifier":{"type":"string"},
2512
- "VTLDeviceType":{"type":"string"},
2513
- "VTLDeviceVendor":{"type":"string"},
2514
- "VTLDevices":{
2515
- "type":"list",
2516
- "member":{"shape":"VTLDevice"}
2517
- },
2518
- "VolumeARN":{
2519
- "type":"string",
2520
- "max":500,
2521
- "min":50
2522
- },
2523
- "VolumeARNs":{
2524
- "type":"list",
2525
- "member":{"shape":"VolumeARN"}
2526
- },
2527
- "VolumeId":{
2528
- "type":"string",
2529
- "max":30,
2530
- "min":12
2531
- },
2532
- "VolumeInfo":{
2533
- "type":"structure",
2534
- "members":{
2535
- "VolumeARN":{"shape":"VolumeARN"},
2536
- "VolumeId":{"shape":"VolumeId"},
2537
- "GatewayARN":{"shape":"GatewayARN"},
2538
- "GatewayId":{"shape":"GatewayId"},
2539
- "VolumeType":{"shape":"VolumeType"},
2540
- "VolumeSizeInBytes":{"shape":"long"}
2541
- }
2542
- },
2543
- "VolumeInfos":{
2544
- "type":"list",
2545
- "member":{"shape":"VolumeInfo"}
2546
- },
2547
- "VolumeRecoveryPointInfo":{
2548
- "type":"structure",
2549
- "members":{
2550
- "VolumeARN":{"shape":"VolumeARN"},
2551
- "VolumeSizeInBytes":{"shape":"long"},
2552
- "VolumeUsageInBytes":{"shape":"long"},
2553
- "VolumeRecoveryPointTime":{"shape":"string"}
2554
- }
2555
- },
2556
- "VolumeRecoveryPointInfos":{
2557
- "type":"list",
2558
- "member":{"shape":"VolumeRecoveryPointInfo"}
2559
- },
2560
- "VolumeStatus":{
2561
- "type":"string",
2562
- "max":50,
2563
- "min":3
2564
- },
2565
- "VolumeType":{
2566
- "type":"string",
2567
- "max":100,
2568
- "min":3
2569
- },
2570
- "VolumeiSCSIAttributes":{
2571
- "type":"structure",
2572
- "members":{
2573
- "TargetARN":{"shape":"TargetARN"},
2574
- "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
2575
- "NetworkInterfacePort":{"shape":"integer"},
2576
- "LunNumber":{"shape":"PositiveIntObject"},
2577
- "ChapEnabled":{"shape":"boolean"}
2578
- }
2579
- },
2580
- "boolean":{"type":"boolean"},
2581
- "double":{"type":"double"},
2582
- "errorDetails":{
2583
- "type":"map",
2584
- "key":{"shape":"string"},
2585
- "value":{"shape":"string"}
2586
- },
2587
- "integer":{"type":"integer"},
2588
- "long":{"type":"long"},
2589
- "string":{"type":"string"}
2590
- }
2591
- }