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,2312 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-06-23",
5
- "endpointPrefix":"devicefarm",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceFullName":"AWS Device Farm",
9
- "signatureVersion":"v4",
10
- "targetPrefix":"DeviceFarm_20150623",
11
- "uid":"devicefarm-2015-06-23"
12
- },
13
- "operations":{
14
- "CreateDevicePool":{
15
- "name":"CreateDevicePool",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/"
19
- },
20
- "input":{"shape":"CreateDevicePoolRequest"},
21
- "output":{"shape":"CreateDevicePoolResult"},
22
- "errors":[
23
- {"shape":"ArgumentException"},
24
- {"shape":"NotFoundException"},
25
- {"shape":"LimitExceededException"},
26
- {"shape":"ServiceAccountException"}
27
- ]
28
- },
29
- "CreateNetworkProfile":{
30
- "name":"CreateNetworkProfile",
31
- "http":{
32
- "method":"POST",
33
- "requestUri":"/"
34
- },
35
- "input":{"shape":"CreateNetworkProfileRequest"},
36
- "output":{"shape":"CreateNetworkProfileResult"},
37
- "errors":[
38
- {"shape":"ArgumentException"},
39
- {"shape":"NotFoundException"},
40
- {"shape":"LimitExceededException"},
41
- {"shape":"ServiceAccountException"}
42
- ]
43
- },
44
- "CreateProject":{
45
- "name":"CreateProject",
46
- "http":{
47
- "method":"POST",
48
- "requestUri":"/"
49
- },
50
- "input":{"shape":"CreateProjectRequest"},
51
- "output":{"shape":"CreateProjectResult"},
52
- "errors":[
53
- {"shape":"ArgumentException"},
54
- {"shape":"NotFoundException"},
55
- {"shape":"LimitExceededException"},
56
- {"shape":"ServiceAccountException"}
57
- ]
58
- },
59
- "CreateRemoteAccessSession":{
60
- "name":"CreateRemoteAccessSession",
61
- "http":{
62
- "method":"POST",
63
- "requestUri":"/"
64
- },
65
- "input":{"shape":"CreateRemoteAccessSessionRequest"},
66
- "output":{"shape":"CreateRemoteAccessSessionResult"},
67
- "errors":[
68
- {"shape":"ArgumentException"},
69
- {"shape":"NotFoundException"},
70
- {"shape":"LimitExceededException"},
71
- {"shape":"ServiceAccountException"}
72
- ]
73
- },
74
- "CreateUpload":{
75
- "name":"CreateUpload",
76
- "http":{
77
- "method":"POST",
78
- "requestUri":"/"
79
- },
80
- "input":{"shape":"CreateUploadRequest"},
81
- "output":{"shape":"CreateUploadResult"},
82
- "errors":[
83
- {"shape":"ArgumentException"},
84
- {"shape":"NotFoundException"},
85
- {"shape":"LimitExceededException"},
86
- {"shape":"ServiceAccountException"}
87
- ]
88
- },
89
- "DeleteDevicePool":{
90
- "name":"DeleteDevicePool",
91
- "http":{
92
- "method":"POST",
93
- "requestUri":"/"
94
- },
95
- "input":{"shape":"DeleteDevicePoolRequest"},
96
- "output":{"shape":"DeleteDevicePoolResult"},
97
- "errors":[
98
- {"shape":"ArgumentException"},
99
- {"shape":"NotFoundException"},
100
- {"shape":"LimitExceededException"},
101
- {"shape":"ServiceAccountException"}
102
- ]
103
- },
104
- "DeleteNetworkProfile":{
105
- "name":"DeleteNetworkProfile",
106
- "http":{
107
- "method":"POST",
108
- "requestUri":"/"
109
- },
110
- "input":{"shape":"DeleteNetworkProfileRequest"},
111
- "output":{"shape":"DeleteNetworkProfileResult"},
112
- "errors":[
113
- {"shape":"ArgumentException"},
114
- {"shape":"NotFoundException"},
115
- {"shape":"LimitExceededException"},
116
- {"shape":"ServiceAccountException"}
117
- ]
118
- },
119
- "DeleteProject":{
120
- "name":"DeleteProject",
121
- "http":{
122
- "method":"POST",
123
- "requestUri":"/"
124
- },
125
- "input":{"shape":"DeleteProjectRequest"},
126
- "output":{"shape":"DeleteProjectResult"},
127
- "errors":[
128
- {"shape":"ArgumentException"},
129
- {"shape":"NotFoundException"},
130
- {"shape":"LimitExceededException"},
131
- {"shape":"ServiceAccountException"}
132
- ]
133
- },
134
- "DeleteRemoteAccessSession":{
135
- "name":"DeleteRemoteAccessSession",
136
- "http":{
137
- "method":"POST",
138
- "requestUri":"/"
139
- },
140
- "input":{"shape":"DeleteRemoteAccessSessionRequest"},
141
- "output":{"shape":"DeleteRemoteAccessSessionResult"},
142
- "errors":[
143
- {"shape":"ArgumentException"},
144
- {"shape":"NotFoundException"},
145
- {"shape":"LimitExceededException"},
146
- {"shape":"ServiceAccountException"}
147
- ]
148
- },
149
- "DeleteRun":{
150
- "name":"DeleteRun",
151
- "http":{
152
- "method":"POST",
153
- "requestUri":"/"
154
- },
155
- "input":{"shape":"DeleteRunRequest"},
156
- "output":{"shape":"DeleteRunResult"},
157
- "errors":[
158
- {"shape":"ArgumentException"},
159
- {"shape":"NotFoundException"},
160
- {"shape":"LimitExceededException"},
161
- {"shape":"ServiceAccountException"}
162
- ]
163
- },
164
- "DeleteUpload":{
165
- "name":"DeleteUpload",
166
- "http":{
167
- "method":"POST",
168
- "requestUri":"/"
169
- },
170
- "input":{"shape":"DeleteUploadRequest"},
171
- "output":{"shape":"DeleteUploadResult"},
172
- "errors":[
173
- {"shape":"ArgumentException"},
174
- {"shape":"NotFoundException"},
175
- {"shape":"LimitExceededException"},
176
- {"shape":"ServiceAccountException"}
177
- ]
178
- },
179
- "GetAccountSettings":{
180
- "name":"GetAccountSettings",
181
- "http":{
182
- "method":"POST",
183
- "requestUri":"/"
184
- },
185
- "input":{"shape":"GetAccountSettingsRequest"},
186
- "output":{"shape":"GetAccountSettingsResult"},
187
- "errors":[
188
- {"shape":"ArgumentException"},
189
- {"shape":"NotFoundException"},
190
- {"shape":"LimitExceededException"},
191
- {"shape":"ServiceAccountException"}
192
- ]
193
- },
194
- "GetDevice":{
195
- "name":"GetDevice",
196
- "http":{
197
- "method":"POST",
198
- "requestUri":"/"
199
- },
200
- "input":{"shape":"GetDeviceRequest"},
201
- "output":{"shape":"GetDeviceResult"},
202
- "errors":[
203
- {"shape":"ArgumentException"},
204
- {"shape":"NotFoundException"},
205
- {"shape":"LimitExceededException"},
206
- {"shape":"ServiceAccountException"}
207
- ]
208
- },
209
- "GetDevicePool":{
210
- "name":"GetDevicePool",
211
- "http":{
212
- "method":"POST",
213
- "requestUri":"/"
214
- },
215
- "input":{"shape":"GetDevicePoolRequest"},
216
- "output":{"shape":"GetDevicePoolResult"},
217
- "errors":[
218
- {"shape":"ArgumentException"},
219
- {"shape":"NotFoundException"},
220
- {"shape":"LimitExceededException"},
221
- {"shape":"ServiceAccountException"}
222
- ]
223
- },
224
- "GetDevicePoolCompatibility":{
225
- "name":"GetDevicePoolCompatibility",
226
- "http":{
227
- "method":"POST",
228
- "requestUri":"/"
229
- },
230
- "input":{"shape":"GetDevicePoolCompatibilityRequest"},
231
- "output":{"shape":"GetDevicePoolCompatibilityResult"},
232
- "errors":[
233
- {"shape":"ArgumentException"},
234
- {"shape":"NotFoundException"},
235
- {"shape":"LimitExceededException"},
236
- {"shape":"ServiceAccountException"}
237
- ]
238
- },
239
- "GetJob":{
240
- "name":"GetJob",
241
- "http":{
242
- "method":"POST",
243
- "requestUri":"/"
244
- },
245
- "input":{"shape":"GetJobRequest"},
246
- "output":{"shape":"GetJobResult"},
247
- "errors":[
248
- {"shape":"ArgumentException"},
249
- {"shape":"NotFoundException"},
250
- {"shape":"LimitExceededException"},
251
- {"shape":"ServiceAccountException"}
252
- ]
253
- },
254
- "GetNetworkProfile":{
255
- "name":"GetNetworkProfile",
256
- "http":{
257
- "method":"POST",
258
- "requestUri":"/"
259
- },
260
- "input":{"shape":"GetNetworkProfileRequest"},
261
- "output":{"shape":"GetNetworkProfileResult"},
262
- "errors":[
263
- {"shape":"ArgumentException"},
264
- {"shape":"NotFoundException"},
265
- {"shape":"LimitExceededException"},
266
- {"shape":"ServiceAccountException"}
267
- ]
268
- },
269
- "GetOfferingStatus":{
270
- "name":"GetOfferingStatus",
271
- "http":{
272
- "method":"POST",
273
- "requestUri":"/"
274
- },
275
- "input":{"shape":"GetOfferingStatusRequest"},
276
- "output":{"shape":"GetOfferingStatusResult"},
277
- "errors":[
278
- {"shape":"ArgumentException"},
279
- {"shape":"NotFoundException"},
280
- {"shape":"NotEligibleException"},
281
- {"shape":"LimitExceededException"},
282
- {"shape":"ServiceAccountException"}
283
- ]
284
- },
285
- "GetProject":{
286
- "name":"GetProject",
287
- "http":{
288
- "method":"POST",
289
- "requestUri":"/"
290
- },
291
- "input":{"shape":"GetProjectRequest"},
292
- "output":{"shape":"GetProjectResult"},
293
- "errors":[
294
- {"shape":"ArgumentException"},
295
- {"shape":"NotFoundException"},
296
- {"shape":"LimitExceededException"},
297
- {"shape":"ServiceAccountException"}
298
- ]
299
- },
300
- "GetRemoteAccessSession":{
301
- "name":"GetRemoteAccessSession",
302
- "http":{
303
- "method":"POST",
304
- "requestUri":"/"
305
- },
306
- "input":{"shape":"GetRemoteAccessSessionRequest"},
307
- "output":{"shape":"GetRemoteAccessSessionResult"},
308
- "errors":[
309
- {"shape":"ArgumentException"},
310
- {"shape":"NotFoundException"},
311
- {"shape":"LimitExceededException"},
312
- {"shape":"ServiceAccountException"}
313
- ]
314
- },
315
- "GetRun":{
316
- "name":"GetRun",
317
- "http":{
318
- "method":"POST",
319
- "requestUri":"/"
320
- },
321
- "input":{"shape":"GetRunRequest"},
322
- "output":{"shape":"GetRunResult"},
323
- "errors":[
324
- {"shape":"ArgumentException"},
325
- {"shape":"NotFoundException"},
326
- {"shape":"LimitExceededException"},
327
- {"shape":"ServiceAccountException"}
328
- ]
329
- },
330
- "GetSuite":{
331
- "name":"GetSuite",
332
- "http":{
333
- "method":"POST",
334
- "requestUri":"/"
335
- },
336
- "input":{"shape":"GetSuiteRequest"},
337
- "output":{"shape":"GetSuiteResult"},
338
- "errors":[
339
- {"shape":"ArgumentException"},
340
- {"shape":"NotFoundException"},
341
- {"shape":"LimitExceededException"},
342
- {"shape":"ServiceAccountException"}
343
- ]
344
- },
345
- "GetTest":{
346
- "name":"GetTest",
347
- "http":{
348
- "method":"POST",
349
- "requestUri":"/"
350
- },
351
- "input":{"shape":"GetTestRequest"},
352
- "output":{"shape":"GetTestResult"},
353
- "errors":[
354
- {"shape":"ArgumentException"},
355
- {"shape":"NotFoundException"},
356
- {"shape":"LimitExceededException"},
357
- {"shape":"ServiceAccountException"}
358
- ]
359
- },
360
- "GetUpload":{
361
- "name":"GetUpload",
362
- "http":{
363
- "method":"POST",
364
- "requestUri":"/"
365
- },
366
- "input":{"shape":"GetUploadRequest"},
367
- "output":{"shape":"GetUploadResult"},
368
- "errors":[
369
- {"shape":"ArgumentException"},
370
- {"shape":"NotFoundException"},
371
- {"shape":"LimitExceededException"},
372
- {"shape":"ServiceAccountException"}
373
- ]
374
- },
375
- "InstallToRemoteAccessSession":{
376
- "name":"InstallToRemoteAccessSession",
377
- "http":{
378
- "method":"POST",
379
- "requestUri":"/"
380
- },
381
- "input":{"shape":"InstallToRemoteAccessSessionRequest"},
382
- "output":{"shape":"InstallToRemoteAccessSessionResult"},
383
- "errors":[
384
- {"shape":"ArgumentException"},
385
- {"shape":"NotFoundException"},
386
- {"shape":"LimitExceededException"},
387
- {"shape":"ServiceAccountException"}
388
- ]
389
- },
390
- "ListArtifacts":{
391
- "name":"ListArtifacts",
392
- "http":{
393
- "method":"POST",
394
- "requestUri":"/"
395
- },
396
- "input":{"shape":"ListArtifactsRequest"},
397
- "output":{"shape":"ListArtifactsResult"},
398
- "errors":[
399
- {"shape":"ArgumentException"},
400
- {"shape":"NotFoundException"},
401
- {"shape":"LimitExceededException"},
402
- {"shape":"ServiceAccountException"}
403
- ]
404
- },
405
- "ListDevicePools":{
406
- "name":"ListDevicePools",
407
- "http":{
408
- "method":"POST",
409
- "requestUri":"/"
410
- },
411
- "input":{"shape":"ListDevicePoolsRequest"},
412
- "output":{"shape":"ListDevicePoolsResult"},
413
- "errors":[
414
- {"shape":"ArgumentException"},
415
- {"shape":"NotFoundException"},
416
- {"shape":"LimitExceededException"},
417
- {"shape":"ServiceAccountException"}
418
- ]
419
- },
420
- "ListDevices":{
421
- "name":"ListDevices",
422
- "http":{
423
- "method":"POST",
424
- "requestUri":"/"
425
- },
426
- "input":{"shape":"ListDevicesRequest"},
427
- "output":{"shape":"ListDevicesResult"},
428
- "errors":[
429
- {"shape":"ArgumentException"},
430
- {"shape":"NotFoundException"},
431
- {"shape":"LimitExceededException"},
432
- {"shape":"ServiceAccountException"}
433
- ]
434
- },
435
- "ListJobs":{
436
- "name":"ListJobs",
437
- "http":{
438
- "method":"POST",
439
- "requestUri":"/"
440
- },
441
- "input":{"shape":"ListJobsRequest"},
442
- "output":{"shape":"ListJobsResult"},
443
- "errors":[
444
- {"shape":"ArgumentException"},
445
- {"shape":"NotFoundException"},
446
- {"shape":"LimitExceededException"},
447
- {"shape":"ServiceAccountException"}
448
- ]
449
- },
450
- "ListNetworkProfiles":{
451
- "name":"ListNetworkProfiles",
452
- "http":{
453
- "method":"POST",
454
- "requestUri":"/"
455
- },
456
- "input":{"shape":"ListNetworkProfilesRequest"},
457
- "output":{"shape":"ListNetworkProfilesResult"},
458
- "errors":[
459
- {"shape":"ArgumentException"},
460
- {"shape":"NotFoundException"},
461
- {"shape":"LimitExceededException"},
462
- {"shape":"ServiceAccountException"}
463
- ]
464
- },
465
- "ListOfferingPromotions":{
466
- "name":"ListOfferingPromotions",
467
- "http":{
468
- "method":"POST",
469
- "requestUri":"/"
470
- },
471
- "input":{"shape":"ListOfferingPromotionsRequest"},
472
- "output":{"shape":"ListOfferingPromotionsResult"},
473
- "errors":[
474
- {"shape":"ArgumentException"},
475
- {"shape":"NotFoundException"},
476
- {"shape":"NotEligibleException"},
477
- {"shape":"LimitExceededException"},
478
- {"shape":"ServiceAccountException"}
479
- ]
480
- },
481
- "ListOfferingTransactions":{
482
- "name":"ListOfferingTransactions",
483
- "http":{
484
- "method":"POST",
485
- "requestUri":"/"
486
- },
487
- "input":{"shape":"ListOfferingTransactionsRequest"},
488
- "output":{"shape":"ListOfferingTransactionsResult"},
489
- "errors":[
490
- {"shape":"ArgumentException"},
491
- {"shape":"NotFoundException"},
492
- {"shape":"NotEligibleException"},
493
- {"shape":"LimitExceededException"},
494
- {"shape":"ServiceAccountException"}
495
- ]
496
- },
497
- "ListOfferings":{
498
- "name":"ListOfferings",
499
- "http":{
500
- "method":"POST",
501
- "requestUri":"/"
502
- },
503
- "input":{"shape":"ListOfferingsRequest"},
504
- "output":{"shape":"ListOfferingsResult"},
505
- "errors":[
506
- {"shape":"ArgumentException"},
507
- {"shape":"NotFoundException"},
508
- {"shape":"NotEligibleException"},
509
- {"shape":"LimitExceededException"},
510
- {"shape":"ServiceAccountException"}
511
- ]
512
- },
513
- "ListProjects":{
514
- "name":"ListProjects",
515
- "http":{
516
- "method":"POST",
517
- "requestUri":"/"
518
- },
519
- "input":{"shape":"ListProjectsRequest"},
520
- "output":{"shape":"ListProjectsResult"},
521
- "errors":[
522
- {"shape":"ArgumentException"},
523
- {"shape":"NotFoundException"},
524
- {"shape":"LimitExceededException"},
525
- {"shape":"ServiceAccountException"}
526
- ]
527
- },
528
- "ListRemoteAccessSessions":{
529
- "name":"ListRemoteAccessSessions",
530
- "http":{
531
- "method":"POST",
532
- "requestUri":"/"
533
- },
534
- "input":{"shape":"ListRemoteAccessSessionsRequest"},
535
- "output":{"shape":"ListRemoteAccessSessionsResult"},
536
- "errors":[
537
- {"shape":"ArgumentException"},
538
- {"shape":"NotFoundException"},
539
- {"shape":"LimitExceededException"},
540
- {"shape":"ServiceAccountException"}
541
- ]
542
- },
543
- "ListRuns":{
544
- "name":"ListRuns",
545
- "http":{
546
- "method":"POST",
547
- "requestUri":"/"
548
- },
549
- "input":{"shape":"ListRunsRequest"},
550
- "output":{"shape":"ListRunsResult"},
551
- "errors":[
552
- {"shape":"ArgumentException"},
553
- {"shape":"NotFoundException"},
554
- {"shape":"LimitExceededException"},
555
- {"shape":"ServiceAccountException"}
556
- ]
557
- },
558
- "ListSamples":{
559
- "name":"ListSamples",
560
- "http":{
561
- "method":"POST",
562
- "requestUri":"/"
563
- },
564
- "input":{"shape":"ListSamplesRequest"},
565
- "output":{"shape":"ListSamplesResult"},
566
- "errors":[
567
- {"shape":"ArgumentException"},
568
- {"shape":"NotFoundException"},
569
- {"shape":"LimitExceededException"},
570
- {"shape":"ServiceAccountException"}
571
- ]
572
- },
573
- "ListSuites":{
574
- "name":"ListSuites",
575
- "http":{
576
- "method":"POST",
577
- "requestUri":"/"
578
- },
579
- "input":{"shape":"ListSuitesRequest"},
580
- "output":{"shape":"ListSuitesResult"},
581
- "errors":[
582
- {"shape":"ArgumentException"},
583
- {"shape":"NotFoundException"},
584
- {"shape":"LimitExceededException"},
585
- {"shape":"ServiceAccountException"}
586
- ]
587
- },
588
- "ListTests":{
589
- "name":"ListTests",
590
- "http":{
591
- "method":"POST",
592
- "requestUri":"/"
593
- },
594
- "input":{"shape":"ListTestsRequest"},
595
- "output":{"shape":"ListTestsResult"},
596
- "errors":[
597
- {"shape":"ArgumentException"},
598
- {"shape":"NotFoundException"},
599
- {"shape":"LimitExceededException"},
600
- {"shape":"ServiceAccountException"}
601
- ]
602
- },
603
- "ListUniqueProblems":{
604
- "name":"ListUniqueProblems",
605
- "http":{
606
- "method":"POST",
607
- "requestUri":"/"
608
- },
609
- "input":{"shape":"ListUniqueProblemsRequest"},
610
- "output":{"shape":"ListUniqueProblemsResult"},
611
- "errors":[
612
- {"shape":"ArgumentException"},
613
- {"shape":"NotFoundException"},
614
- {"shape":"LimitExceededException"},
615
- {"shape":"ServiceAccountException"}
616
- ]
617
- },
618
- "ListUploads":{
619
- "name":"ListUploads",
620
- "http":{
621
- "method":"POST",
622
- "requestUri":"/"
623
- },
624
- "input":{"shape":"ListUploadsRequest"},
625
- "output":{"shape":"ListUploadsResult"},
626
- "errors":[
627
- {"shape":"ArgumentException"},
628
- {"shape":"NotFoundException"},
629
- {"shape":"LimitExceededException"},
630
- {"shape":"ServiceAccountException"}
631
- ]
632
- },
633
- "PurchaseOffering":{
634
- "name":"PurchaseOffering",
635
- "http":{
636
- "method":"POST",
637
- "requestUri":"/"
638
- },
639
- "input":{"shape":"PurchaseOfferingRequest"},
640
- "output":{"shape":"PurchaseOfferingResult"},
641
- "errors":[
642
- {"shape":"ArgumentException"},
643
- {"shape":"NotFoundException"},
644
- {"shape":"NotEligibleException"},
645
- {"shape":"LimitExceededException"},
646
- {"shape":"ServiceAccountException"}
647
- ]
648
- },
649
- "RenewOffering":{
650
- "name":"RenewOffering",
651
- "http":{
652
- "method":"POST",
653
- "requestUri":"/"
654
- },
655
- "input":{"shape":"RenewOfferingRequest"},
656
- "output":{"shape":"RenewOfferingResult"},
657
- "errors":[
658
- {"shape":"ArgumentException"},
659
- {"shape":"NotFoundException"},
660
- {"shape":"NotEligibleException"},
661
- {"shape":"LimitExceededException"},
662
- {"shape":"ServiceAccountException"}
663
- ]
664
- },
665
- "ScheduleRun":{
666
- "name":"ScheduleRun",
667
- "http":{
668
- "method":"POST",
669
- "requestUri":"/"
670
- },
671
- "input":{"shape":"ScheduleRunRequest"},
672
- "output":{"shape":"ScheduleRunResult"},
673
- "errors":[
674
- {"shape":"ArgumentException"},
675
- {"shape":"NotFoundException"},
676
- {"shape":"LimitExceededException"},
677
- {"shape":"IdempotencyException"},
678
- {"shape":"ServiceAccountException"}
679
- ]
680
- },
681
- "StopRemoteAccessSession":{
682
- "name":"StopRemoteAccessSession",
683
- "http":{
684
- "method":"POST",
685
- "requestUri":"/"
686
- },
687
- "input":{"shape":"StopRemoteAccessSessionRequest"},
688
- "output":{"shape":"StopRemoteAccessSessionResult"},
689
- "errors":[
690
- {"shape":"ArgumentException"},
691
- {"shape":"NotFoundException"},
692
- {"shape":"LimitExceededException"},
693
- {"shape":"ServiceAccountException"}
694
- ]
695
- },
696
- "StopRun":{
697
- "name":"StopRun",
698
- "http":{
699
- "method":"POST",
700
- "requestUri":"/"
701
- },
702
- "input":{"shape":"StopRunRequest"},
703
- "output":{"shape":"StopRunResult"},
704
- "errors":[
705
- {"shape":"ArgumentException"},
706
- {"shape":"NotFoundException"},
707
- {"shape":"LimitExceededException"},
708
- {"shape":"ServiceAccountException"}
709
- ]
710
- },
711
- "UpdateDevicePool":{
712
- "name":"UpdateDevicePool",
713
- "http":{
714
- "method":"POST",
715
- "requestUri":"/"
716
- },
717
- "input":{"shape":"UpdateDevicePoolRequest"},
718
- "output":{"shape":"UpdateDevicePoolResult"},
719
- "errors":[
720
- {"shape":"ArgumentException"},
721
- {"shape":"NotFoundException"},
722
- {"shape":"LimitExceededException"},
723
- {"shape":"ServiceAccountException"}
724
- ]
725
- },
726
- "UpdateNetworkProfile":{
727
- "name":"UpdateNetworkProfile",
728
- "http":{
729
- "method":"POST",
730
- "requestUri":"/"
731
- },
732
- "input":{"shape":"UpdateNetworkProfileRequest"},
733
- "output":{"shape":"UpdateNetworkProfileResult"},
734
- "errors":[
735
- {"shape":"ArgumentException"},
736
- {"shape":"NotFoundException"},
737
- {"shape":"LimitExceededException"},
738
- {"shape":"ServiceAccountException"}
739
- ]
740
- },
741
- "UpdateProject":{
742
- "name":"UpdateProject",
743
- "http":{
744
- "method":"POST",
745
- "requestUri":"/"
746
- },
747
- "input":{"shape":"UpdateProjectRequest"},
748
- "output":{"shape":"UpdateProjectResult"},
749
- "errors":[
750
- {"shape":"ArgumentException"},
751
- {"shape":"NotFoundException"},
752
- {"shape":"LimitExceededException"},
753
- {"shape":"ServiceAccountException"}
754
- ]
755
- }
756
- },
757
- "shapes":{
758
- "AWSAccountNumber":{
759
- "type":"string",
760
- "max":16,
761
- "min":2
762
- },
763
- "AccountSettings":{
764
- "type":"structure",
765
- "members":{
766
- "awsAccountNumber":{"shape":"AWSAccountNumber"},
767
- "unmeteredDevices":{"shape":"PurchasedDevicesMap"},
768
- "unmeteredRemoteAccessDevices":{"shape":"PurchasedDevicesMap"},
769
- "maxJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
770
- "trialMinutes":{"shape":"TrialMinutes"},
771
- "maxSlots":{"shape":"MaxSlotMap"},
772
- "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
773
- }
774
- },
775
- "AccountsCleanup":{"type":"boolean"},
776
- "AmazonResourceName":{
777
- "type":"string",
778
- "min":32
779
- },
780
- "AmazonResourceNames":{
781
- "type":"list",
782
- "member":{"shape":"AmazonResourceName"}
783
- },
784
- "AppPackagesCleanup":{"type":"boolean"},
785
- "ArgumentException":{
786
- "type":"structure",
787
- "members":{
788
- "message":{"shape":"Message"}
789
- },
790
- "exception":true
791
- },
792
- "Artifact":{
793
- "type":"structure",
794
- "members":{
795
- "arn":{"shape":"AmazonResourceName"},
796
- "name":{"shape":"Name"},
797
- "type":{"shape":"ArtifactType"},
798
- "extension":{"shape":"String"},
799
- "url":{"shape":"URL"}
800
- }
801
- },
802
- "ArtifactCategory":{
803
- "type":"string",
804
- "enum":[
805
- "SCREENSHOT",
806
- "FILE",
807
- "LOG"
808
- ]
809
- },
810
- "ArtifactType":{
811
- "type":"string",
812
- "enum":[
813
- "UNKNOWN",
814
- "SCREENSHOT",
815
- "DEVICE_LOG",
816
- "MESSAGE_LOG",
817
- "VIDEO_LOG",
818
- "RESULT_LOG",
819
- "SERVICE_LOG",
820
- "WEBKIT_LOG",
821
- "INSTRUMENTATION_OUTPUT",
822
- "EXERCISER_MONKEY_OUTPUT",
823
- "CALABASH_JSON_OUTPUT",
824
- "CALABASH_PRETTY_OUTPUT",
825
- "CALABASH_STANDARD_OUTPUT",
826
- "CALABASH_JAVA_XML_OUTPUT",
827
- "AUTOMATION_OUTPUT",
828
- "APPIUM_SERVER_OUTPUT",
829
- "APPIUM_JAVA_OUTPUT",
830
- "APPIUM_JAVA_XML_OUTPUT",
831
- "APPIUM_PYTHON_OUTPUT",
832
- "APPIUM_PYTHON_XML_OUTPUT",
833
- "EXPLORER_EVENT_LOG",
834
- "EXPLORER_SUMMARY_LOG",
835
- "APPLICATION_CRASH_REPORT",
836
- "XCTEST_LOG",
837
- "VIDEO"
838
- ]
839
- },
840
- "Artifacts":{
841
- "type":"list",
842
- "member":{"shape":"Artifact"}
843
- },
844
- "BillingMethod":{
845
- "type":"string",
846
- "enum":[
847
- "METERED",
848
- "UNMETERED"
849
- ]
850
- },
851
- "Boolean":{"type":"boolean"},
852
- "CPU":{
853
- "type":"structure",
854
- "members":{
855
- "frequency":{"shape":"String"},
856
- "architecture":{"shape":"String"},
857
- "clock":{"shape":"Double"}
858
- }
859
- },
860
- "ContentType":{
861
- "type":"string",
862
- "max":64,
863
- "min":0
864
- },
865
- "Counters":{
866
- "type":"structure",
867
- "members":{
868
- "total":{"shape":"Integer"},
869
- "passed":{"shape":"Integer"},
870
- "failed":{"shape":"Integer"},
871
- "warned":{"shape":"Integer"},
872
- "errored":{"shape":"Integer"},
873
- "stopped":{"shape":"Integer"},
874
- "skipped":{"shape":"Integer"}
875
- }
876
- },
877
- "CreateDevicePoolRequest":{
878
- "type":"structure",
879
- "required":[
880
- "projectArn",
881
- "name",
882
- "rules"
883
- ],
884
- "members":{
885
- "projectArn":{"shape":"AmazonResourceName"},
886
- "name":{"shape":"Name"},
887
- "description":{"shape":"Message"},
888
- "rules":{"shape":"Rules"}
889
- }
890
- },
891
- "CreateDevicePoolResult":{
892
- "type":"structure",
893
- "members":{
894
- "devicePool":{"shape":"DevicePool"}
895
- }
896
- },
897
- "CreateNetworkProfileRequest":{
898
- "type":"structure",
899
- "required":[
900
- "projectArn",
901
- "name"
902
- ],
903
- "members":{
904
- "projectArn":{"shape":"AmazonResourceName"},
905
- "name":{"shape":"Name"},
906
- "description":{"shape":"Message"},
907
- "type":{"shape":"NetworkProfileType"},
908
- "uplinkBandwidthBits":{"shape":"Long"},
909
- "downlinkBandwidthBits":{"shape":"Long"},
910
- "uplinkDelayMs":{"shape":"Long"},
911
- "downlinkDelayMs":{"shape":"Long"},
912
- "uplinkJitterMs":{"shape":"Long"},
913
- "downlinkJitterMs":{"shape":"Long"},
914
- "uplinkLossPercent":{"shape":"PercentInteger"},
915
- "downlinkLossPercent":{"shape":"PercentInteger"}
916
- }
917
- },
918
- "CreateNetworkProfileResult":{
919
- "type":"structure",
920
- "members":{
921
- "networkProfile":{"shape":"NetworkProfile"}
922
- }
923
- },
924
- "CreateProjectRequest":{
925
- "type":"structure",
926
- "required":["name"],
927
- "members":{
928
- "name":{"shape":"Name"},
929
- "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
930
- }
931
- },
932
- "CreateProjectResult":{
933
- "type":"structure",
934
- "members":{
935
- "project":{"shape":"Project"}
936
- }
937
- },
938
- "CreateRemoteAccessSessionConfiguration":{
939
- "type":"structure",
940
- "members":{
941
- "billingMethod":{"shape":"BillingMethod"}
942
- }
943
- },
944
- "CreateRemoteAccessSessionRequest":{
945
- "type":"structure",
946
- "required":[
947
- "projectArn",
948
- "deviceArn"
949
- ],
950
- "members":{
951
- "projectArn":{"shape":"AmazonResourceName"},
952
- "deviceArn":{"shape":"AmazonResourceName"},
953
- "name":{"shape":"Name"},
954
- "configuration":{"shape":"CreateRemoteAccessSessionConfiguration"}
955
- }
956
- },
957
- "CreateRemoteAccessSessionResult":{
958
- "type":"structure",
959
- "members":{
960
- "remoteAccessSession":{"shape":"RemoteAccessSession"}
961
- }
962
- },
963
- "CreateUploadRequest":{
964
- "type":"structure",
965
- "required":[
966
- "projectArn",
967
- "name",
968
- "type"
969
- ],
970
- "members":{
971
- "projectArn":{"shape":"AmazonResourceName"},
972
- "name":{"shape":"Name"},
973
- "type":{"shape":"UploadType"},
974
- "contentType":{"shape":"ContentType"}
975
- }
976
- },
977
- "CreateUploadResult":{
978
- "type":"structure",
979
- "members":{
980
- "upload":{"shape":"Upload"}
981
- }
982
- },
983
- "CurrencyCode":{
984
- "type":"string",
985
- "enum":["USD"]
986
- },
987
- "DateTime":{"type":"timestamp"},
988
- "DeleteDevicePoolRequest":{
989
- "type":"structure",
990
- "required":["arn"],
991
- "members":{
992
- "arn":{"shape":"AmazonResourceName"}
993
- }
994
- },
995
- "DeleteDevicePoolResult":{
996
- "type":"structure",
997
- "members":{
998
- }
999
- },
1000
- "DeleteNetworkProfileRequest":{
1001
- "type":"structure",
1002
- "required":["arn"],
1003
- "members":{
1004
- "arn":{"shape":"AmazonResourceName"}
1005
- }
1006
- },
1007
- "DeleteNetworkProfileResult":{
1008
- "type":"structure",
1009
- "members":{
1010
- }
1011
- },
1012
- "DeleteProjectRequest":{
1013
- "type":"structure",
1014
- "required":["arn"],
1015
- "members":{
1016
- "arn":{"shape":"AmazonResourceName"}
1017
- }
1018
- },
1019
- "DeleteProjectResult":{
1020
- "type":"structure",
1021
- "members":{
1022
- }
1023
- },
1024
- "DeleteRemoteAccessSessionRequest":{
1025
- "type":"structure",
1026
- "required":["arn"],
1027
- "members":{
1028
- "arn":{"shape":"AmazonResourceName"}
1029
- }
1030
- },
1031
- "DeleteRemoteAccessSessionResult":{
1032
- "type":"structure",
1033
- "members":{
1034
- }
1035
- },
1036
- "DeleteRunRequest":{
1037
- "type":"structure",
1038
- "required":["arn"],
1039
- "members":{
1040
- "arn":{"shape":"AmazonResourceName"}
1041
- }
1042
- },
1043
- "DeleteRunResult":{
1044
- "type":"structure",
1045
- "members":{
1046
- }
1047
- },
1048
- "DeleteUploadRequest":{
1049
- "type":"structure",
1050
- "required":["arn"],
1051
- "members":{
1052
- "arn":{"shape":"AmazonResourceName"}
1053
- }
1054
- },
1055
- "DeleteUploadResult":{
1056
- "type":"structure",
1057
- "members":{
1058
- }
1059
- },
1060
- "Device":{
1061
- "type":"structure",
1062
- "members":{
1063
- "arn":{"shape":"AmazonResourceName"},
1064
- "name":{"shape":"Name"},
1065
- "manufacturer":{"shape":"String"},
1066
- "model":{"shape":"String"},
1067
- "formFactor":{"shape":"DeviceFormFactor"},
1068
- "platform":{"shape":"DevicePlatform"},
1069
- "os":{"shape":"String"},
1070
- "cpu":{"shape":"CPU"},
1071
- "resolution":{"shape":"Resolution"},
1072
- "heapSize":{"shape":"Long"},
1073
- "memory":{"shape":"Long"},
1074
- "image":{"shape":"String"},
1075
- "carrier":{"shape":"String"},
1076
- "radio":{"shape":"String"},
1077
- "remoteAccessEnabled":{"shape":"Boolean"},
1078
- "fleetType":{"shape":"String"},
1079
- "fleetName":{"shape":"String"}
1080
- }
1081
- },
1082
- "DeviceAttribute":{
1083
- "type":"string",
1084
- "enum":[
1085
- "ARN",
1086
- "PLATFORM",
1087
- "FORM_FACTOR",
1088
- "MANUFACTURER",
1089
- "REMOTE_ACCESS_ENABLED",
1090
- "APPIUM_VERSION"
1091
- ]
1092
- },
1093
- "DeviceFormFactor":{
1094
- "type":"string",
1095
- "enum":[
1096
- "PHONE",
1097
- "TABLET"
1098
- ]
1099
- },
1100
- "DeviceMinutes":{
1101
- "type":"structure",
1102
- "members":{
1103
- "total":{"shape":"Double"},
1104
- "metered":{"shape":"Double"},
1105
- "unmetered":{"shape":"Double"}
1106
- }
1107
- },
1108
- "DevicePlatform":{
1109
- "type":"string",
1110
- "enum":[
1111
- "ANDROID",
1112
- "IOS"
1113
- ]
1114
- },
1115
- "DevicePool":{
1116
- "type":"structure",
1117
- "members":{
1118
- "arn":{"shape":"AmazonResourceName"},
1119
- "name":{"shape":"Name"},
1120
- "description":{"shape":"Message"},
1121
- "type":{"shape":"DevicePoolType"},
1122
- "rules":{"shape":"Rules"}
1123
- }
1124
- },
1125
- "DevicePoolCompatibilityResult":{
1126
- "type":"structure",
1127
- "members":{
1128
- "device":{"shape":"Device"},
1129
- "compatible":{"shape":"Boolean"},
1130
- "incompatibilityMessages":{"shape":"IncompatibilityMessages"}
1131
- }
1132
- },
1133
- "DevicePoolCompatibilityResults":{
1134
- "type":"list",
1135
- "member":{"shape":"DevicePoolCompatibilityResult"}
1136
- },
1137
- "DevicePoolType":{
1138
- "type":"string",
1139
- "enum":[
1140
- "CURATED",
1141
- "PRIVATE"
1142
- ]
1143
- },
1144
- "DevicePools":{
1145
- "type":"list",
1146
- "member":{"shape":"DevicePool"}
1147
- },
1148
- "Devices":{
1149
- "type":"list",
1150
- "member":{"shape":"Device"}
1151
- },
1152
- "Double":{"type":"double"},
1153
- "ExecutionConfiguration":{
1154
- "type":"structure",
1155
- "members":{
1156
- "jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
1157
- "accountsCleanup":{"shape":"AccountsCleanup"},
1158
- "appPackagesCleanup":{"shape":"AppPackagesCleanup"}
1159
- }
1160
- },
1161
- "ExecutionResult":{
1162
- "type":"string",
1163
- "enum":[
1164
- "PENDING",
1165
- "PASSED",
1166
- "WARNED",
1167
- "FAILED",
1168
- "SKIPPED",
1169
- "ERRORED",
1170
- "STOPPED"
1171
- ]
1172
- },
1173
- "ExecutionStatus":{
1174
- "type":"string",
1175
- "enum":[
1176
- "PENDING",
1177
- "PENDING_CONCURRENCY",
1178
- "PENDING_DEVICE",
1179
- "PROCESSING",
1180
- "SCHEDULING",
1181
- "PREPARING",
1182
- "RUNNING",
1183
- "COMPLETED",
1184
- "STOPPING"
1185
- ]
1186
- },
1187
- "Filter":{
1188
- "type":"string",
1189
- "max":8192,
1190
- "min":0
1191
- },
1192
- "GetAccountSettingsRequest":{
1193
- "type":"structure",
1194
- "members":{
1195
- }
1196
- },
1197
- "GetAccountSettingsResult":{
1198
- "type":"structure",
1199
- "members":{
1200
- "accountSettings":{"shape":"AccountSettings"}
1201
- }
1202
- },
1203
- "GetDevicePoolCompatibilityRequest":{
1204
- "type":"structure",
1205
- "required":["devicePoolArn"],
1206
- "members":{
1207
- "devicePoolArn":{"shape":"AmazonResourceName"},
1208
- "appArn":{"shape":"AmazonResourceName"},
1209
- "testType":{"shape":"TestType"},
1210
- "test":{"shape":"ScheduleRunTest"}
1211
- }
1212
- },
1213
- "GetDevicePoolCompatibilityResult":{
1214
- "type":"structure",
1215
- "members":{
1216
- "compatibleDevices":{"shape":"DevicePoolCompatibilityResults"},
1217
- "incompatibleDevices":{"shape":"DevicePoolCompatibilityResults"}
1218
- }
1219
- },
1220
- "GetDevicePoolRequest":{
1221
- "type":"structure",
1222
- "required":["arn"],
1223
- "members":{
1224
- "arn":{"shape":"AmazonResourceName"}
1225
- }
1226
- },
1227
- "GetDevicePoolResult":{
1228
- "type":"structure",
1229
- "members":{
1230
- "devicePool":{"shape":"DevicePool"}
1231
- }
1232
- },
1233
- "GetDeviceRequest":{
1234
- "type":"structure",
1235
- "required":["arn"],
1236
- "members":{
1237
- "arn":{"shape":"AmazonResourceName"}
1238
- }
1239
- },
1240
- "GetDeviceResult":{
1241
- "type":"structure",
1242
- "members":{
1243
- "device":{"shape":"Device"}
1244
- }
1245
- },
1246
- "GetJobRequest":{
1247
- "type":"structure",
1248
- "required":["arn"],
1249
- "members":{
1250
- "arn":{"shape":"AmazonResourceName"}
1251
- }
1252
- },
1253
- "GetJobResult":{
1254
- "type":"structure",
1255
- "members":{
1256
- "job":{"shape":"Job"}
1257
- }
1258
- },
1259
- "GetNetworkProfileRequest":{
1260
- "type":"structure",
1261
- "required":["arn"],
1262
- "members":{
1263
- "arn":{"shape":"AmazonResourceName"}
1264
- }
1265
- },
1266
- "GetNetworkProfileResult":{
1267
- "type":"structure",
1268
- "members":{
1269
- "networkProfile":{"shape":"NetworkProfile"}
1270
- }
1271
- },
1272
- "GetOfferingStatusRequest":{
1273
- "type":"structure",
1274
- "members":{
1275
- "nextToken":{"shape":"PaginationToken"}
1276
- }
1277
- },
1278
- "GetOfferingStatusResult":{
1279
- "type":"structure",
1280
- "members":{
1281
- "current":{"shape":"OfferingStatusMap"},
1282
- "nextPeriod":{"shape":"OfferingStatusMap"},
1283
- "nextToken":{"shape":"PaginationToken"}
1284
- }
1285
- },
1286
- "GetProjectRequest":{
1287
- "type":"structure",
1288
- "required":["arn"],
1289
- "members":{
1290
- "arn":{"shape":"AmazonResourceName"}
1291
- }
1292
- },
1293
- "GetProjectResult":{
1294
- "type":"structure",
1295
- "members":{
1296
- "project":{"shape":"Project"}
1297
- }
1298
- },
1299
- "GetRemoteAccessSessionRequest":{
1300
- "type":"structure",
1301
- "required":["arn"],
1302
- "members":{
1303
- "arn":{"shape":"AmazonResourceName"}
1304
- }
1305
- },
1306
- "GetRemoteAccessSessionResult":{
1307
- "type":"structure",
1308
- "members":{
1309
- "remoteAccessSession":{"shape":"RemoteAccessSession"}
1310
- }
1311
- },
1312
- "GetRunRequest":{
1313
- "type":"structure",
1314
- "required":["arn"],
1315
- "members":{
1316
- "arn":{"shape":"AmazonResourceName"}
1317
- }
1318
- },
1319
- "GetRunResult":{
1320
- "type":"structure",
1321
- "members":{
1322
- "run":{"shape":"Run"}
1323
- }
1324
- },
1325
- "GetSuiteRequest":{
1326
- "type":"structure",
1327
- "required":["arn"],
1328
- "members":{
1329
- "arn":{"shape":"AmazonResourceName"}
1330
- }
1331
- },
1332
- "GetSuiteResult":{
1333
- "type":"structure",
1334
- "members":{
1335
- "suite":{"shape":"Suite"}
1336
- }
1337
- },
1338
- "GetTestRequest":{
1339
- "type":"structure",
1340
- "required":["arn"],
1341
- "members":{
1342
- "arn":{"shape":"AmazonResourceName"}
1343
- }
1344
- },
1345
- "GetTestResult":{
1346
- "type":"structure",
1347
- "members":{
1348
- "test":{"shape":"Test"}
1349
- }
1350
- },
1351
- "GetUploadRequest":{
1352
- "type":"structure",
1353
- "required":["arn"],
1354
- "members":{
1355
- "arn":{"shape":"AmazonResourceName"}
1356
- }
1357
- },
1358
- "GetUploadResult":{
1359
- "type":"structure",
1360
- "members":{
1361
- "upload":{"shape":"Upload"}
1362
- }
1363
- },
1364
- "IdempotencyException":{
1365
- "type":"structure",
1366
- "members":{
1367
- "message":{"shape":"Message"}
1368
- },
1369
- "exception":true
1370
- },
1371
- "IncompatibilityMessage":{
1372
- "type":"structure",
1373
- "members":{
1374
- "message":{"shape":"Message"},
1375
- "type":{"shape":"DeviceAttribute"}
1376
- }
1377
- },
1378
- "IncompatibilityMessages":{
1379
- "type":"list",
1380
- "member":{"shape":"IncompatibilityMessage"}
1381
- },
1382
- "InstallToRemoteAccessSessionRequest":{
1383
- "type":"structure",
1384
- "required":[
1385
- "remoteAccessSessionArn",
1386
- "appArn"
1387
- ],
1388
- "members":{
1389
- "remoteAccessSessionArn":{"shape":"AmazonResourceName"},
1390
- "appArn":{"shape":"AmazonResourceName"}
1391
- }
1392
- },
1393
- "InstallToRemoteAccessSessionResult":{
1394
- "type":"structure",
1395
- "members":{
1396
- "appUpload":{"shape":"Upload"}
1397
- }
1398
- },
1399
- "Integer":{"type":"integer"},
1400
- "Job":{
1401
- "type":"structure",
1402
- "members":{
1403
- "arn":{"shape":"AmazonResourceName"},
1404
- "name":{"shape":"Name"},
1405
- "type":{"shape":"TestType"},
1406
- "created":{"shape":"DateTime"},
1407
- "status":{"shape":"ExecutionStatus"},
1408
- "result":{"shape":"ExecutionResult"},
1409
- "started":{"shape":"DateTime"},
1410
- "stopped":{"shape":"DateTime"},
1411
- "counters":{"shape":"Counters"},
1412
- "message":{"shape":"Message"},
1413
- "device":{"shape":"Device"},
1414
- "deviceMinutes":{"shape":"DeviceMinutes"}
1415
- }
1416
- },
1417
- "JobTimeoutMinutes":{"type":"integer"},
1418
- "Jobs":{
1419
- "type":"list",
1420
- "member":{"shape":"Job"}
1421
- },
1422
- "LimitExceededException":{
1423
- "type":"structure",
1424
- "members":{
1425
- "message":{"shape":"Message"}
1426
- },
1427
- "exception":true
1428
- },
1429
- "ListArtifactsRequest":{
1430
- "type":"structure",
1431
- "required":[
1432
- "arn",
1433
- "type"
1434
- ],
1435
- "members":{
1436
- "arn":{"shape":"AmazonResourceName"},
1437
- "type":{"shape":"ArtifactCategory"},
1438
- "nextToken":{"shape":"PaginationToken"}
1439
- }
1440
- },
1441
- "ListArtifactsResult":{
1442
- "type":"structure",
1443
- "members":{
1444
- "artifacts":{"shape":"Artifacts"},
1445
- "nextToken":{"shape":"PaginationToken"}
1446
- }
1447
- },
1448
- "ListDevicePoolsRequest":{
1449
- "type":"structure",
1450
- "required":["arn"],
1451
- "members":{
1452
- "arn":{"shape":"AmazonResourceName"},
1453
- "type":{"shape":"DevicePoolType"},
1454
- "nextToken":{"shape":"PaginationToken"}
1455
- }
1456
- },
1457
- "ListDevicePoolsResult":{
1458
- "type":"structure",
1459
- "members":{
1460
- "devicePools":{"shape":"DevicePools"},
1461
- "nextToken":{"shape":"PaginationToken"}
1462
- }
1463
- },
1464
- "ListDevicesRequest":{
1465
- "type":"structure",
1466
- "members":{
1467
- "arn":{"shape":"AmazonResourceName"},
1468
- "nextToken":{"shape":"PaginationToken"}
1469
- }
1470
- },
1471
- "ListDevicesResult":{
1472
- "type":"structure",
1473
- "members":{
1474
- "devices":{"shape":"Devices"},
1475
- "nextToken":{"shape":"PaginationToken"}
1476
- }
1477
- },
1478
- "ListJobsRequest":{
1479
- "type":"structure",
1480
- "required":["arn"],
1481
- "members":{
1482
- "arn":{"shape":"AmazonResourceName"},
1483
- "nextToken":{"shape":"PaginationToken"}
1484
- }
1485
- },
1486
- "ListJobsResult":{
1487
- "type":"structure",
1488
- "members":{
1489
- "jobs":{"shape":"Jobs"},
1490
- "nextToken":{"shape":"PaginationToken"}
1491
- }
1492
- },
1493
- "ListNetworkProfilesRequest":{
1494
- "type":"structure",
1495
- "required":["arn"],
1496
- "members":{
1497
- "arn":{"shape":"AmazonResourceName"},
1498
- "type":{"shape":"NetworkProfileType"},
1499
- "nextToken":{"shape":"PaginationToken"}
1500
- }
1501
- },
1502
- "ListNetworkProfilesResult":{
1503
- "type":"structure",
1504
- "members":{
1505
- "networkProfiles":{"shape":"NetworkProfiles"},
1506
- "nextToken":{"shape":"PaginationToken"}
1507
- }
1508
- },
1509
- "ListOfferingPromotionsRequest":{
1510
- "type":"structure",
1511
- "members":{
1512
- "nextToken":{"shape":"PaginationToken"}
1513
- }
1514
- },
1515
- "ListOfferingPromotionsResult":{
1516
- "type":"structure",
1517
- "members":{
1518
- "offeringPromotions":{"shape":"OfferingPromotions"},
1519
- "nextToken":{"shape":"PaginationToken"}
1520
- }
1521
- },
1522
- "ListOfferingTransactionsRequest":{
1523
- "type":"structure",
1524
- "members":{
1525
- "nextToken":{"shape":"PaginationToken"}
1526
- }
1527
- },
1528
- "ListOfferingTransactionsResult":{
1529
- "type":"structure",
1530
- "members":{
1531
- "offeringTransactions":{"shape":"OfferingTransactions"},
1532
- "nextToken":{"shape":"PaginationToken"}
1533
- }
1534
- },
1535
- "ListOfferingsRequest":{
1536
- "type":"structure",
1537
- "members":{
1538
- "nextToken":{"shape":"PaginationToken"}
1539
- }
1540
- },
1541
- "ListOfferingsResult":{
1542
- "type":"structure",
1543
- "members":{
1544
- "offerings":{"shape":"Offerings"},
1545
- "nextToken":{"shape":"PaginationToken"}
1546
- }
1547
- },
1548
- "ListProjectsRequest":{
1549
- "type":"structure",
1550
- "members":{
1551
- "arn":{"shape":"AmazonResourceName"},
1552
- "nextToken":{"shape":"PaginationToken"}
1553
- }
1554
- },
1555
- "ListProjectsResult":{
1556
- "type":"structure",
1557
- "members":{
1558
- "projects":{"shape":"Projects"},
1559
- "nextToken":{"shape":"PaginationToken"}
1560
- }
1561
- },
1562
- "ListRemoteAccessSessionsRequest":{
1563
- "type":"structure",
1564
- "required":["arn"],
1565
- "members":{
1566
- "arn":{"shape":"AmazonResourceName"},
1567
- "nextToken":{"shape":"PaginationToken"}
1568
- }
1569
- },
1570
- "ListRemoteAccessSessionsResult":{
1571
- "type":"structure",
1572
- "members":{
1573
- "remoteAccessSessions":{"shape":"RemoteAccessSessions"},
1574
- "nextToken":{"shape":"PaginationToken"}
1575
- }
1576
- },
1577
- "ListRunsRequest":{
1578
- "type":"structure",
1579
- "required":["arn"],
1580
- "members":{
1581
- "arn":{"shape":"AmazonResourceName"},
1582
- "nextToken":{"shape":"PaginationToken"}
1583
- }
1584
- },
1585
- "ListRunsResult":{
1586
- "type":"structure",
1587
- "members":{
1588
- "runs":{"shape":"Runs"},
1589
- "nextToken":{"shape":"PaginationToken"}
1590
- }
1591
- },
1592
- "ListSamplesRequest":{
1593
- "type":"structure",
1594
- "required":["arn"],
1595
- "members":{
1596
- "arn":{"shape":"AmazonResourceName"},
1597
- "nextToken":{"shape":"PaginationToken"}
1598
- }
1599
- },
1600
- "ListSamplesResult":{
1601
- "type":"structure",
1602
- "members":{
1603
- "samples":{"shape":"Samples"},
1604
- "nextToken":{"shape":"PaginationToken"}
1605
- }
1606
- },
1607
- "ListSuitesRequest":{
1608
- "type":"structure",
1609
- "required":["arn"],
1610
- "members":{
1611
- "arn":{"shape":"AmazonResourceName"},
1612
- "nextToken":{"shape":"PaginationToken"}
1613
- }
1614
- },
1615
- "ListSuitesResult":{
1616
- "type":"structure",
1617
- "members":{
1618
- "suites":{"shape":"Suites"},
1619
- "nextToken":{"shape":"PaginationToken"}
1620
- }
1621
- },
1622
- "ListTestsRequest":{
1623
- "type":"structure",
1624
- "required":["arn"],
1625
- "members":{
1626
- "arn":{"shape":"AmazonResourceName"},
1627
- "nextToken":{"shape":"PaginationToken"}
1628
- }
1629
- },
1630
- "ListTestsResult":{
1631
- "type":"structure",
1632
- "members":{
1633
- "tests":{"shape":"Tests"},
1634
- "nextToken":{"shape":"PaginationToken"}
1635
- }
1636
- },
1637
- "ListUniqueProblemsRequest":{
1638
- "type":"structure",
1639
- "required":["arn"],
1640
- "members":{
1641
- "arn":{"shape":"AmazonResourceName"},
1642
- "nextToken":{"shape":"PaginationToken"}
1643
- }
1644
- },
1645
- "ListUniqueProblemsResult":{
1646
- "type":"structure",
1647
- "members":{
1648
- "uniqueProblems":{"shape":"UniqueProblemsByExecutionResultMap"},
1649
- "nextToken":{"shape":"PaginationToken"}
1650
- }
1651
- },
1652
- "ListUploadsRequest":{
1653
- "type":"structure",
1654
- "required":["arn"],
1655
- "members":{
1656
- "arn":{"shape":"AmazonResourceName"},
1657
- "nextToken":{"shape":"PaginationToken"}
1658
- }
1659
- },
1660
- "ListUploadsResult":{
1661
- "type":"structure",
1662
- "members":{
1663
- "uploads":{"shape":"Uploads"},
1664
- "nextToken":{"shape":"PaginationToken"}
1665
- }
1666
- },
1667
- "Location":{
1668
- "type":"structure",
1669
- "required":[
1670
- "latitude",
1671
- "longitude"
1672
- ],
1673
- "members":{
1674
- "latitude":{"shape":"Double"},
1675
- "longitude":{"shape":"Double"}
1676
- }
1677
- },
1678
- "Long":{"type":"long"},
1679
- "MaxSlotMap":{
1680
- "type":"map",
1681
- "key":{"shape":"String"},
1682
- "value":{"shape":"Integer"}
1683
- },
1684
- "Message":{
1685
- "type":"string",
1686
- "max":16384,
1687
- "min":0
1688
- },
1689
- "Metadata":{
1690
- "type":"string",
1691
- "max":8192,
1692
- "min":0
1693
- },
1694
- "MonetaryAmount":{
1695
- "type":"structure",
1696
- "members":{
1697
- "amount":{"shape":"Double"},
1698
- "currencyCode":{"shape":"CurrencyCode"}
1699
- }
1700
- },
1701
- "Name":{
1702
- "type":"string",
1703
- "max":256,
1704
- "min":0
1705
- },
1706
- "NetworkProfile":{
1707
- "type":"structure",
1708
- "members":{
1709
- "arn":{"shape":"AmazonResourceName"},
1710
- "name":{"shape":"Name"},
1711
- "description":{"shape":"Message"},
1712
- "type":{"shape":"NetworkProfileType"},
1713
- "uplinkBandwidthBits":{"shape":"Long"},
1714
- "downlinkBandwidthBits":{"shape":"Long"},
1715
- "uplinkDelayMs":{"shape":"Long"},
1716
- "downlinkDelayMs":{"shape":"Long"},
1717
- "uplinkJitterMs":{"shape":"Long"},
1718
- "downlinkJitterMs":{"shape":"Long"},
1719
- "uplinkLossPercent":{"shape":"PercentInteger"},
1720
- "downlinkLossPercent":{"shape":"PercentInteger"}
1721
- }
1722
- },
1723
- "NetworkProfileType":{
1724
- "type":"string",
1725
- "enum":[
1726
- "CURATED",
1727
- "PRIVATE"
1728
- ]
1729
- },
1730
- "NetworkProfiles":{
1731
- "type":"list",
1732
- "member":{"shape":"NetworkProfile"}
1733
- },
1734
- "NotEligibleException":{
1735
- "type":"structure",
1736
- "members":{
1737
- "message":{"shape":"Message"}
1738
- },
1739
- "exception":true
1740
- },
1741
- "NotFoundException":{
1742
- "type":"structure",
1743
- "members":{
1744
- "message":{"shape":"Message"}
1745
- },
1746
- "exception":true
1747
- },
1748
- "Offering":{
1749
- "type":"structure",
1750
- "members":{
1751
- "id":{"shape":"OfferingIdentifier"},
1752
- "description":{"shape":"Message"},
1753
- "type":{"shape":"OfferingType"},
1754
- "platform":{"shape":"DevicePlatform"},
1755
- "recurringCharges":{"shape":"RecurringCharges"}
1756
- }
1757
- },
1758
- "OfferingIdentifier":{
1759
- "type":"string",
1760
- "min":32
1761
- },
1762
- "OfferingPromotion":{
1763
- "type":"structure",
1764
- "members":{
1765
- "id":{"shape":"OfferingPromotionIdentifier"},
1766
- "description":{"shape":"Message"}
1767
- }
1768
- },
1769
- "OfferingPromotionIdentifier":{
1770
- "type":"string",
1771
- "min":4
1772
- },
1773
- "OfferingPromotions":{
1774
- "type":"list",
1775
- "member":{"shape":"OfferingPromotion"}
1776
- },
1777
- "OfferingStatus":{
1778
- "type":"structure",
1779
- "members":{
1780
- "type":{"shape":"OfferingTransactionType"},
1781
- "offering":{"shape":"Offering"},
1782
- "quantity":{"shape":"Integer"},
1783
- "effectiveOn":{"shape":"DateTime"}
1784
- }
1785
- },
1786
- "OfferingStatusMap":{
1787
- "type":"map",
1788
- "key":{"shape":"OfferingIdentifier"},
1789
- "value":{"shape":"OfferingStatus"}
1790
- },
1791
- "OfferingTransaction":{
1792
- "type":"structure",
1793
- "members":{
1794
- "offeringStatus":{"shape":"OfferingStatus"},
1795
- "transactionId":{"shape":"TransactionIdentifier"},
1796
- "offeringPromotionId":{"shape":"OfferingPromotionIdentifier"},
1797
- "createdOn":{"shape":"DateTime"},
1798
- "cost":{"shape":"MonetaryAmount"}
1799
- }
1800
- },
1801
- "OfferingTransactionType":{
1802
- "type":"string",
1803
- "enum":[
1804
- "PURCHASE",
1805
- "RENEW",
1806
- "SYSTEM"
1807
- ]
1808
- },
1809
- "OfferingTransactions":{
1810
- "type":"list",
1811
- "member":{"shape":"OfferingTransaction"}
1812
- },
1813
- "OfferingType":{
1814
- "type":"string",
1815
- "enum":["RECURRING"]
1816
- },
1817
- "Offerings":{
1818
- "type":"list",
1819
- "member":{"shape":"Offering"}
1820
- },
1821
- "PaginationToken":{
1822
- "type":"string",
1823
- "max":1024,
1824
- "min":4
1825
- },
1826
- "PercentInteger":{
1827
- "type":"integer",
1828
- "max":100,
1829
- "min":0
1830
- },
1831
- "Problem":{
1832
- "type":"structure",
1833
- "members":{
1834
- "run":{"shape":"ProblemDetail"},
1835
- "job":{"shape":"ProblemDetail"},
1836
- "suite":{"shape":"ProblemDetail"},
1837
- "test":{"shape":"ProblemDetail"},
1838
- "device":{"shape":"Device"},
1839
- "result":{"shape":"ExecutionResult"},
1840
- "message":{"shape":"Message"}
1841
- }
1842
- },
1843
- "ProblemDetail":{
1844
- "type":"structure",
1845
- "members":{
1846
- "arn":{"shape":"AmazonResourceName"},
1847
- "name":{"shape":"Name"}
1848
- }
1849
- },
1850
- "Problems":{
1851
- "type":"list",
1852
- "member":{"shape":"Problem"}
1853
- },
1854
- "Project":{
1855
- "type":"structure",
1856
- "members":{
1857
- "arn":{"shape":"AmazonResourceName"},
1858
- "name":{"shape":"Name"},
1859
- "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
1860
- "created":{"shape":"DateTime"}
1861
- }
1862
- },
1863
- "Projects":{
1864
- "type":"list",
1865
- "member":{"shape":"Project"}
1866
- },
1867
- "PurchaseOfferingRequest":{
1868
- "type":"structure",
1869
- "members":{
1870
- "offeringId":{"shape":"OfferingIdentifier"},
1871
- "quantity":{"shape":"Integer"},
1872
- "offeringPromotionId":{"shape":"OfferingPromotionIdentifier"}
1873
- }
1874
- },
1875
- "PurchaseOfferingResult":{
1876
- "type":"structure",
1877
- "members":{
1878
- "offeringTransaction":{"shape":"OfferingTransaction"}
1879
- }
1880
- },
1881
- "PurchasedDevicesMap":{
1882
- "type":"map",
1883
- "key":{"shape":"DevicePlatform"},
1884
- "value":{"shape":"Integer"}
1885
- },
1886
- "Radios":{
1887
- "type":"structure",
1888
- "members":{
1889
- "wifi":{"shape":"Boolean"},
1890
- "bluetooth":{"shape":"Boolean"},
1891
- "nfc":{"shape":"Boolean"},
1892
- "gps":{"shape":"Boolean"}
1893
- }
1894
- },
1895
- "RecurringCharge":{
1896
- "type":"structure",
1897
- "members":{
1898
- "cost":{"shape":"MonetaryAmount"},
1899
- "frequency":{"shape":"RecurringChargeFrequency"}
1900
- }
1901
- },
1902
- "RecurringChargeFrequency":{
1903
- "type":"string",
1904
- "enum":["MONTHLY"]
1905
- },
1906
- "RecurringCharges":{
1907
- "type":"list",
1908
- "member":{"shape":"RecurringCharge"}
1909
- },
1910
- "RemoteAccessSession":{
1911
- "type":"structure",
1912
- "members":{
1913
- "arn":{"shape":"AmazonResourceName"},
1914
- "name":{"shape":"Name"},
1915
- "created":{"shape":"DateTime"},
1916
- "status":{"shape":"ExecutionStatus"},
1917
- "result":{"shape":"ExecutionResult"},
1918
- "message":{"shape":"Message"},
1919
- "started":{"shape":"DateTime"},
1920
- "stopped":{"shape":"DateTime"},
1921
- "device":{"shape":"Device"},
1922
- "billingMethod":{"shape":"BillingMethod"},
1923
- "deviceMinutes":{"shape":"DeviceMinutes"},
1924
- "endpoint":{"shape":"String"}
1925
- }
1926
- },
1927
- "RemoteAccessSessions":{
1928
- "type":"list",
1929
- "member":{"shape":"RemoteAccessSession"}
1930
- },
1931
- "RenewOfferingRequest":{
1932
- "type":"structure",
1933
- "members":{
1934
- "offeringId":{"shape":"OfferingIdentifier"},
1935
- "quantity":{"shape":"Integer"}
1936
- }
1937
- },
1938
- "RenewOfferingResult":{
1939
- "type":"structure",
1940
- "members":{
1941
- "offeringTransaction":{"shape":"OfferingTransaction"}
1942
- }
1943
- },
1944
- "Resolution":{
1945
- "type":"structure",
1946
- "members":{
1947
- "width":{"shape":"Integer"},
1948
- "height":{"shape":"Integer"}
1949
- }
1950
- },
1951
- "Rule":{
1952
- "type":"structure",
1953
- "members":{
1954
- "attribute":{"shape":"DeviceAttribute"},
1955
- "operator":{"shape":"RuleOperator"},
1956
- "value":{"shape":"String"}
1957
- }
1958
- },
1959
- "RuleOperator":{
1960
- "type":"string",
1961
- "enum":[
1962
- "EQUALS",
1963
- "LESS_THAN",
1964
- "GREATER_THAN",
1965
- "IN",
1966
- "NOT_IN",
1967
- "CONTAINS"
1968
- ]
1969
- },
1970
- "Rules":{
1971
- "type":"list",
1972
- "member":{"shape":"Rule"}
1973
- },
1974
- "Run":{
1975
- "type":"structure",
1976
- "members":{
1977
- "arn":{"shape":"AmazonResourceName"},
1978
- "name":{"shape":"Name"},
1979
- "type":{"shape":"TestType"},
1980
- "platform":{"shape":"DevicePlatform"},
1981
- "created":{"shape":"DateTime"},
1982
- "status":{"shape":"ExecutionStatus"},
1983
- "result":{"shape":"ExecutionResult"},
1984
- "started":{"shape":"DateTime"},
1985
- "stopped":{"shape":"DateTime"},
1986
- "counters":{"shape":"Counters"},
1987
- "message":{"shape":"Message"},
1988
- "totalJobs":{"shape":"Integer"},
1989
- "completedJobs":{"shape":"Integer"},
1990
- "billingMethod":{"shape":"BillingMethod"},
1991
- "deviceMinutes":{"shape":"DeviceMinutes"},
1992
- "networkProfile":{"shape":"NetworkProfile"}
1993
- }
1994
- },
1995
- "Runs":{
1996
- "type":"list",
1997
- "member":{"shape":"Run"}
1998
- },
1999
- "Sample":{
2000
- "type":"structure",
2001
- "members":{
2002
- "arn":{"shape":"AmazonResourceName"},
2003
- "type":{"shape":"SampleType"},
2004
- "url":{"shape":"URL"}
2005
- }
2006
- },
2007
- "SampleType":{
2008
- "type":"string",
2009
- "enum":[
2010
- "CPU",
2011
- "MEMORY",
2012
- "THREADS",
2013
- "RX_RATE",
2014
- "TX_RATE",
2015
- "RX",
2016
- "TX",
2017
- "NATIVE_FRAMES",
2018
- "NATIVE_FPS",
2019
- "NATIVE_MIN_DRAWTIME",
2020
- "NATIVE_AVG_DRAWTIME",
2021
- "NATIVE_MAX_DRAWTIME",
2022
- "OPENGL_FRAMES",
2023
- "OPENGL_FPS",
2024
- "OPENGL_MIN_DRAWTIME",
2025
- "OPENGL_AVG_DRAWTIME",
2026
- "OPENGL_MAX_DRAWTIME"
2027
- ]
2028
- },
2029
- "Samples":{
2030
- "type":"list",
2031
- "member":{"shape":"Sample"}
2032
- },
2033
- "ScheduleRunConfiguration":{
2034
- "type":"structure",
2035
- "members":{
2036
- "extraDataPackageArn":{"shape":"AmazonResourceName"},
2037
- "networkProfileArn":{"shape":"AmazonResourceName"},
2038
- "locale":{"shape":"String"},
2039
- "location":{"shape":"Location"},
2040
- "radios":{"shape":"Radios"},
2041
- "auxiliaryApps":{"shape":"AmazonResourceNames"},
2042
- "billingMethod":{"shape":"BillingMethod"}
2043
- }
2044
- },
2045
- "ScheduleRunRequest":{
2046
- "type":"structure",
2047
- "required":[
2048
- "projectArn",
2049
- "devicePoolArn",
2050
- "test"
2051
- ],
2052
- "members":{
2053
- "projectArn":{"shape":"AmazonResourceName"},
2054
- "appArn":{"shape":"AmazonResourceName"},
2055
- "devicePoolArn":{"shape":"AmazonResourceName"},
2056
- "name":{"shape":"Name"},
2057
- "test":{"shape":"ScheduleRunTest"},
2058
- "configuration":{"shape":"ScheduleRunConfiguration"},
2059
- "executionConfiguration":{"shape":"ExecutionConfiguration"}
2060
- }
2061
- },
2062
- "ScheduleRunResult":{
2063
- "type":"structure",
2064
- "members":{
2065
- "run":{"shape":"Run"}
2066
- }
2067
- },
2068
- "ScheduleRunTest":{
2069
- "type":"structure",
2070
- "required":["type"],
2071
- "members":{
2072
- "type":{"shape":"TestType"},
2073
- "testPackageArn":{"shape":"AmazonResourceName"},
2074
- "filter":{"shape":"Filter"},
2075
- "parameters":{"shape":"TestParameters"}
2076
- }
2077
- },
2078
- "ServiceAccountException":{
2079
- "type":"structure",
2080
- "members":{
2081
- "message":{"shape":"Message"}
2082
- },
2083
- "exception":true
2084
- },
2085
- "StopRemoteAccessSessionRequest":{
2086
- "type":"structure",
2087
- "required":["arn"],
2088
- "members":{
2089
- "arn":{"shape":"AmazonResourceName"}
2090
- }
2091
- },
2092
- "StopRemoteAccessSessionResult":{
2093
- "type":"structure",
2094
- "members":{
2095
- "remoteAccessSession":{"shape":"RemoteAccessSession"}
2096
- }
2097
- },
2098
- "StopRunRequest":{
2099
- "type":"structure",
2100
- "required":["arn"],
2101
- "members":{
2102
- "arn":{"shape":"AmazonResourceName"}
2103
- }
2104
- },
2105
- "StopRunResult":{
2106
- "type":"structure",
2107
- "members":{
2108
- "run":{"shape":"Run"}
2109
- }
2110
- },
2111
- "String":{"type":"string"},
2112
- "Suite":{
2113
- "type":"structure",
2114
- "members":{
2115
- "arn":{"shape":"AmazonResourceName"},
2116
- "name":{"shape":"Name"},
2117
- "type":{"shape":"TestType"},
2118
- "created":{"shape":"DateTime"},
2119
- "status":{"shape":"ExecutionStatus"},
2120
- "result":{"shape":"ExecutionResult"},
2121
- "started":{"shape":"DateTime"},
2122
- "stopped":{"shape":"DateTime"},
2123
- "counters":{"shape":"Counters"},
2124
- "message":{"shape":"Message"},
2125
- "deviceMinutes":{"shape":"DeviceMinutes"}
2126
- }
2127
- },
2128
- "Suites":{
2129
- "type":"list",
2130
- "member":{"shape":"Suite"}
2131
- },
2132
- "Test":{
2133
- "type":"structure",
2134
- "members":{
2135
- "arn":{"shape":"AmazonResourceName"},
2136
- "name":{"shape":"Name"},
2137
- "type":{"shape":"TestType"},
2138
- "created":{"shape":"DateTime"},
2139
- "status":{"shape":"ExecutionStatus"},
2140
- "result":{"shape":"ExecutionResult"},
2141
- "started":{"shape":"DateTime"},
2142
- "stopped":{"shape":"DateTime"},
2143
- "counters":{"shape":"Counters"},
2144
- "message":{"shape":"Message"},
2145
- "deviceMinutes":{"shape":"DeviceMinutes"}
2146
- }
2147
- },
2148
- "TestParameters":{
2149
- "type":"map",
2150
- "key":{"shape":"String"},
2151
- "value":{"shape":"String"}
2152
- },
2153
- "TestType":{
2154
- "type":"string",
2155
- "enum":[
2156
- "BUILTIN_FUZZ",
2157
- "BUILTIN_EXPLORER",
2158
- "APPIUM_JAVA_JUNIT",
2159
- "APPIUM_JAVA_TESTNG",
2160
- "APPIUM_PYTHON",
2161
- "APPIUM_WEB_JAVA_JUNIT",
2162
- "APPIUM_WEB_JAVA_TESTNG",
2163
- "APPIUM_WEB_PYTHON",
2164
- "CALABASH",
2165
- "INSTRUMENTATION",
2166
- "UIAUTOMATION",
2167
- "UIAUTOMATOR",
2168
- "XCTEST",
2169
- "XCTEST_UI"
2170
- ]
2171
- },
2172
- "Tests":{
2173
- "type":"list",
2174
- "member":{"shape":"Test"}
2175
- },
2176
- "TransactionIdentifier":{
2177
- "type":"string",
2178
- "min":32
2179
- },
2180
- "TrialMinutes":{
2181
- "type":"structure",
2182
- "members":{
2183
- "total":{"shape":"Double"},
2184
- "remaining":{"shape":"Double"}
2185
- }
2186
- },
2187
- "URL":{
2188
- "type":"string",
2189
- "max":2048,
2190
- "min":0
2191
- },
2192
- "UniqueProblem":{
2193
- "type":"structure",
2194
- "members":{
2195
- "message":{"shape":"Message"},
2196
- "problems":{"shape":"Problems"}
2197
- }
2198
- },
2199
- "UniqueProblems":{
2200
- "type":"list",
2201
- "member":{"shape":"UniqueProblem"}
2202
- },
2203
- "UniqueProblemsByExecutionResultMap":{
2204
- "type":"map",
2205
- "key":{"shape":"ExecutionResult"},
2206
- "value":{"shape":"UniqueProblems"}
2207
- },
2208
- "UpdateDevicePoolRequest":{
2209
- "type":"structure",
2210
- "required":["arn"],
2211
- "members":{
2212
- "arn":{"shape":"AmazonResourceName"},
2213
- "name":{"shape":"Name"},
2214
- "description":{"shape":"Message"},
2215
- "rules":{"shape":"Rules"}
2216
- }
2217
- },
2218
- "UpdateDevicePoolResult":{
2219
- "type":"structure",
2220
- "members":{
2221
- "devicePool":{"shape":"DevicePool"}
2222
- }
2223
- },
2224
- "UpdateNetworkProfileRequest":{
2225
- "type":"structure",
2226
- "required":["arn"],
2227
- "members":{
2228
- "arn":{"shape":"AmazonResourceName"},
2229
- "name":{"shape":"Name"},
2230
- "description":{"shape":"Message"},
2231
- "type":{"shape":"NetworkProfileType"},
2232
- "uplinkBandwidthBits":{"shape":"Long"},
2233
- "downlinkBandwidthBits":{"shape":"Long"},
2234
- "uplinkDelayMs":{"shape":"Long"},
2235
- "downlinkDelayMs":{"shape":"Long"},
2236
- "uplinkJitterMs":{"shape":"Long"},
2237
- "downlinkJitterMs":{"shape":"Long"},
2238
- "uplinkLossPercent":{"shape":"PercentInteger"},
2239
- "downlinkLossPercent":{"shape":"PercentInteger"}
2240
- }
2241
- },
2242
- "UpdateNetworkProfileResult":{
2243
- "type":"structure",
2244
- "members":{
2245
- "networkProfile":{"shape":"NetworkProfile"}
2246
- }
2247
- },
2248
- "UpdateProjectRequest":{
2249
- "type":"structure",
2250
- "required":["arn"],
2251
- "members":{
2252
- "arn":{"shape":"AmazonResourceName"},
2253
- "name":{"shape":"Name"},
2254
- "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
2255
- }
2256
- },
2257
- "UpdateProjectResult":{
2258
- "type":"structure",
2259
- "members":{
2260
- "project":{"shape":"Project"}
2261
- }
2262
- },
2263
- "Upload":{
2264
- "type":"structure",
2265
- "members":{
2266
- "arn":{"shape":"AmazonResourceName"},
2267
- "name":{"shape":"Name"},
2268
- "created":{"shape":"DateTime"},
2269
- "type":{"shape":"UploadType"},
2270
- "status":{"shape":"UploadStatus"},
2271
- "url":{"shape":"URL"},
2272
- "metadata":{"shape":"Metadata"},
2273
- "contentType":{"shape":"ContentType"},
2274
- "message":{"shape":"Message"}
2275
- }
2276
- },
2277
- "UploadStatus":{
2278
- "type":"string",
2279
- "enum":[
2280
- "INITIALIZED",
2281
- "PROCESSING",
2282
- "SUCCEEDED",
2283
- "FAILED"
2284
- ]
2285
- },
2286
- "UploadType":{
2287
- "type":"string",
2288
- "enum":[
2289
- "ANDROID_APP",
2290
- "IOS_APP",
2291
- "WEB_APP",
2292
- "EXTERNAL_DATA",
2293
- "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
2294
- "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
2295
- "APPIUM_PYTHON_TEST_PACKAGE",
2296
- "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE",
2297
- "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE",
2298
- "APPIUM_WEB_PYTHON_TEST_PACKAGE",
2299
- "CALABASH_TEST_PACKAGE",
2300
- "INSTRUMENTATION_TEST_PACKAGE",
2301
- "UIAUTOMATION_TEST_PACKAGE",
2302
- "UIAUTOMATOR_TEST_PACKAGE",
2303
- "XCTEST_TEST_PACKAGE",
2304
- "XCTEST_UI_TEST_PACKAGE"
2305
- ]
2306
- },
2307
- "Uploads":{
2308
- "type":"list",
2309
- "member":{"shape":"Upload"}
2310
- }
2311
- }
2312
- }