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,1242 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- "CreateDevicePool": [
5
- {
6
- "input": {
7
- "name": "MyDevicePool",
8
- "description": "My Android devices",
9
- "projectArn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
10
- "rules": [
11
-
12
- ]
13
- },
14
- "output": {
15
- "devicePool": {
16
- }
17
- },
18
- "comments": {
19
- "input": {
20
- "name": "A device pool contains related devices, such as devices that run only on Android or that run only on iOS.",
21
- "projectArn": "You can get the project ARN by using the list-projects CLI command."
22
- },
23
- "output": {
24
- }
25
- },
26
- "description": "The following example creates a new device pool named MyDevicePool inside an existing project.",
27
- "id": "createdevicepool-example-1470862210860",
28
- "title": "To create a new device pool"
29
- }
30
- ],
31
- "CreateProject": [
32
- {
33
- "input": {
34
- "name": "MyProject"
35
- },
36
- "output": {
37
- "project": {
38
- "name": "MyProject",
39
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE",
40
- "created": "1472660939.152"
41
- }
42
- },
43
- "comments": {
44
- "input": {
45
- "name": "A project in Device Farm is a workspace that contains test runs. A run is a test of a single app against one or more devices."
46
- },
47
- "output": {
48
- }
49
- },
50
- "description": "The following example creates a new project named MyProject.",
51
- "id": "createproject-example-1470862210860",
52
- "title": "To create a new project"
53
- }
54
- ],
55
- "CreateRemoteAccessSession": [
56
- {
57
- "input": {
58
- "name": "MySession",
59
- "configuration": {
60
- "billingMethod": "METERED"
61
- },
62
- "deviceArn": "arn:aws:devicefarm:us-west-2::device:123EXAMPLE",
63
- "projectArn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
64
- },
65
- "output": {
66
- "remoteAccessSession": {
67
- }
68
- },
69
- "comments": {
70
- "input": {
71
- "deviceArn": "You can get the device ARN by using the list-devices CLI command.",
72
- "projectArn": "You can get the project ARN by using the list-projects CLI command."
73
- },
74
- "output": {
75
- }
76
- },
77
- "description": "The following example creates a remote access session named MySession.",
78
- "id": "to-create-a-remote-access-session-1470970668274",
79
- "title": "To create a remote access session"
80
- }
81
- ],
82
- "CreateUpload": [
83
- {
84
- "input": {
85
- "name": "MyAppiumPythonUpload",
86
- "type": "APPIUM_PYTHON_TEST_PACKAGE",
87
- "projectArn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
88
- },
89
- "output": {
90
- "upload": {
91
- "name": "MyAppiumPythonUpload",
92
- "type": "APPIUM_PYTHON_TEST_PACKAGE",
93
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:upload:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE",
94
- "created": "1472661404.186",
95
- "status": "INITIALIZED",
96
- "url": "https://prod-us-west-2-uploads.s3-us-west-2.amazonaws.com/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A123456789101%3Aproject%3A5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE/uploads/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A123456789101%3Aupload%3A5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE/MyAppiumPythonUpload?AWSAccessKeyId=1234567891011EXAMPLE&Expires=1472747804&Signature=1234567891011EXAMPLE"
97
- }
98
- },
99
- "comments": {
100
- "input": {
101
- "projectArn": "You can get the project ARN by using the list-projects CLI command."
102
- },
103
- "output": {
104
- }
105
- },
106
- "description": "The following example creates a new Appium Python test package upload inside an existing project.",
107
- "id": "createupload-example-1470864711775",
108
- "title": "To create a new test package upload"
109
- }
110
- ],
111
- "DeleteDevicePool": [
112
- {
113
- "input": {
114
- "arn": "arn:aws:devicefarm:us-west-2::devicepool:123-456-EXAMPLE-GUID"
115
- },
116
- "output": {
117
- },
118
- "comments": {
119
- "input": {
120
- "arn": "You can get the device pool ARN by using the list-device-pools CLI command."
121
- },
122
- "output": {
123
- }
124
- },
125
- "description": "The following example deletes a specific device pool.",
126
- "id": "deletedevicepool-example-1470866975494",
127
- "title": "To delete a device pool"
128
- }
129
- ],
130
- "DeleteProject": [
131
- {
132
- "input": {
133
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
134
- },
135
- "output": {
136
- },
137
- "comments": {
138
- "input": {
139
- "arn": "You can get the project ARN by using the list-projects CLI command."
140
- },
141
- "output": {
142
- }
143
- },
144
- "description": "The following example deletes a specific project.",
145
- "id": "deleteproject-example-1470867374212",
146
- "title": "To delete a project"
147
- }
148
- ],
149
- "DeleteRemoteAccessSession": [
150
- {
151
- "input": {
152
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456"
153
- },
154
- "output": {
155
- },
156
- "comments": {
157
- "input": {
158
- "arn": "You can get the remote access session ARN by using the list-remote-access-sessions CLI command."
159
- },
160
- "output": {
161
- }
162
- },
163
- "description": "The following example deletes a specific remote access session.",
164
- "id": "to-delete-a-specific-remote-access-session-1470971431677",
165
- "title": "To delete a specific remote access session"
166
- }
167
- ],
168
- "DeleteRun": [
169
- {
170
- "input": {
171
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:EXAMPLE-GUID-123-456"
172
- },
173
- "output": {
174
- },
175
- "comments": {
176
- "input": {
177
- "arn": "You can get the run ARN by using the list-runs CLI command."
178
- },
179
- "output": {
180
- }
181
- },
182
- "description": "The following example deletes a specific test run.",
183
- "id": "deleterun-example-1470867905129",
184
- "title": "To delete a run"
185
- }
186
- ],
187
- "DeleteUpload": [
188
- {
189
- "input": {
190
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:upload:EXAMPLE-GUID-123-456"
191
- },
192
- "output": {
193
- },
194
- "comments": {
195
- "input": {
196
- "arn": "You can get the upload ARN by using the list-uploads CLI command."
197
- },
198
- "output": {
199
- }
200
- },
201
- "description": "The following example deletes a specific upload.",
202
- "id": "deleteupload-example-1470868363942",
203
- "title": "To delete a specific upload"
204
- }
205
- ],
206
- "GetAccountSettings": [
207
- {
208
- "input": {
209
- },
210
- "output": {
211
- "accountSettings": {
212
- "awsAccountNumber": "123456789101",
213
- "unmeteredDevices": {
214
- "ANDROID": 1,
215
- "IOS": 2
216
- }
217
- }
218
- },
219
- "comments": {
220
- "input": {
221
- },
222
- "output": {
223
- }
224
- },
225
- "description": "The following example returns information about your Device Farm account settings.",
226
- "id": "to-get-information-about-account-settings-1472567568189",
227
- "title": "To get information about account settings"
228
- }
229
- ],
230
- "GetDevice": [
231
- {
232
- "input": {
233
- "arn": "arn:aws:devicefarm:us-west-2::device:123EXAMPLE"
234
- },
235
- "output": {
236
- "device": {
237
- "name": "LG G2 (Sprint)",
238
- "arn": "arn:aws:devicefarm:us-west-2::device:A0E6E6E1059E45918208DF75B2B7EF6C",
239
- "cpu": {
240
- "architecture": "armeabi-v7a",
241
- "clock": 2265.6,
242
- "frequency": "MHz"
243
- },
244
- "formFactor": "PHONE",
245
- "heapSize": 256000000,
246
- "image": "75B2B7EF6C12345EXAMPLE",
247
- "manufacturer": "LG",
248
- "memory": 16000000000,
249
- "model": "G2 (Sprint)",
250
- "os": "4.2.2",
251
- "platform": "ANDROID",
252
- "resolution": {
253
- "height": 1920,
254
- "width": 1080
255
- }
256
- }
257
- },
258
- "comments": {
259
- "input": {
260
- },
261
- "output": {
262
- }
263
- },
264
- "description": "The following example returns information about a specific device.",
265
- "id": "getdevice-example-1470870602173",
266
- "title": "To get information about a device"
267
- }
268
- ],
269
- "GetDevicePool": [
270
- {
271
- "input": {
272
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
273
- },
274
- "output": {
275
- "devicePool": {
276
- }
277
- },
278
- "comments": {
279
- "input": {
280
- "arn": "You can obtain the project ARN by using the list-projects CLI command."
281
- },
282
- "output": {
283
- }
284
- },
285
- "description": "The following example returns information about a specific device pool, given a project ARN.",
286
- "id": "getdevicepool-example-1470870873136",
287
- "title": "To get information about a device pool"
288
- }
289
- ],
290
- "GetDevicePoolCompatibility": [
291
- {
292
- "input": {
293
- "appArn": "arn:aws:devicefarm:us-west-2::app:123-456-EXAMPLE-GUID",
294
- "devicePoolArn": "arn:aws:devicefarm:us-west-2::devicepool:123-456-EXAMPLE-GUID",
295
- "testType": "APPIUM_PYTHON"
296
- },
297
- "output": {
298
- "compatibleDevices": [
299
-
300
- ],
301
- "incompatibleDevices": [
302
-
303
- ]
304
- },
305
- "comments": {
306
- "input": {
307
- "devicePoolArn": "You can get the device pool ARN by using the list-device-pools CLI command."
308
- },
309
- "output": {
310
- }
311
- },
312
- "description": "The following example returns information about the compatibility of a specific device pool, given its ARN.",
313
- "id": "getdevicepoolcompatibility-example-1470925003466",
314
- "title": "To get information about the compatibility of a device pool"
315
- }
316
- ],
317
- "GetJob": [
318
- {
319
- "input": {
320
- "arn": "arn:aws:devicefarm:us-west-2::job:123-456-EXAMPLE-GUID"
321
- },
322
- "output": {
323
- "job": {
324
- }
325
- },
326
- "comments": {
327
- "input": {
328
- "arn": "You can get the job ARN by using the list-jobs CLI command."
329
- },
330
- "output": {
331
- }
332
- },
333
- "description": "The following example returns information about a specific job.",
334
- "id": "getjob-example-1470928294268",
335
- "title": "To get information about a job"
336
- }
337
- ],
338
- "GetOfferingStatus": [
339
- {
340
- "input": {
341
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
342
- },
343
- "output": {
344
- "current": {
345
- "D68B3C05-1BA6-4360-BC69-12345EXAMPLE": {
346
- "offering": {
347
- "type": "RECURRING",
348
- "description": "Android Remote Access Unmetered Device Slot",
349
- "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
350
- "platform": "ANDROID"
351
- },
352
- "quantity": 1
353
- }
354
- },
355
- "nextPeriod": {
356
- "D68B3C05-1BA6-4360-BC69-12345EXAMPLE": {
357
- "effectiveOn": "1472688000",
358
- "offering": {
359
- "type": "RECURRING",
360
- "description": "Android Remote Access Unmetered Device Slot",
361
- "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
362
- "platform": "ANDROID"
363
- },
364
- "quantity": 1
365
- }
366
- }
367
- },
368
- "comments": {
369
- "input": {
370
- "nextToken": "A dynamically generated value, used for paginating results."
371
- },
372
- "output": {
373
- }
374
- },
375
- "description": "The following example returns information about Device Farm offerings available to your account.",
376
- "id": "to-get-status-information-about-device-offerings-1472568124402",
377
- "title": "To get status information about device offerings"
378
- }
379
- ],
380
- "GetProject": [
381
- {
382
- "input": {
383
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE"
384
- },
385
- "output": {
386
- "project": {
387
- "name": "My Project",
388
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE",
389
- "created": "1472660939.152"
390
- }
391
- },
392
- "comments": {
393
- "input": {
394
- "arn": "You can get the project ARN by using the list-projects CLI command."
395
- },
396
- "output": {
397
- }
398
- },
399
- "description": "The following example gets information about a specific project.",
400
- "id": "to-get-a-project-1470975038449",
401
- "title": "To get information about a project"
402
- }
403
- ],
404
- "GetRemoteAccessSession": [
405
- {
406
- "input": {
407
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456"
408
- },
409
- "output": {
410
- "remoteAccessSession": {
411
- }
412
- },
413
- "comments": {
414
- "input": {
415
- "arn": "You can get the remote access session ARN by using the list-remote-access-sessions CLI command."
416
- },
417
- "output": {
418
- }
419
- },
420
- "description": "The following example gets a specific remote access session.",
421
- "id": "to-get-a-remote-access-session-1471014119414",
422
- "title": "To get a remote access session"
423
- }
424
- ],
425
- "GetRun": [
426
- {
427
- "input": {
428
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE"
429
- },
430
- "output": {
431
- "run": {
432
- "name": "My Test Run",
433
- "type": "BUILTIN_EXPLORER",
434
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE",
435
- "billingMethod": "METERED",
436
- "completedJobs": 0,
437
- "counters": {
438
- "errored": 0,
439
- "failed": 0,
440
- "passed": 0,
441
- "skipped": 0,
442
- "stopped": 0,
443
- "total": 0,
444
- "warned": 0
445
- },
446
- "created": "1472667509.852",
447
- "deviceMinutes": {
448
- "metered": 0.0,
449
- "total": 0.0,
450
- "unmetered": 0.0
451
- },
452
- "platform": "ANDROID",
453
- "result": "PENDING",
454
- "status": "RUNNING",
455
- "totalJobs": 3
456
- }
457
- },
458
- "comments": {
459
- "input": {
460
- "arn": "You can get the run ARN by using the list-runs CLI command."
461
- },
462
- "output": {
463
- }
464
- },
465
- "description": "The following example gets information about a specific test run.",
466
- "id": "to-get-a-test-run-1471015895657",
467
- "title": "To get information about a test run"
468
- }
469
- ],
470
- "GetSuite": [
471
- {
472
- "input": {
473
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:suite:EXAMPLE-GUID-123-456"
474
- },
475
- "output": {
476
- "suite": {
477
- }
478
- },
479
- "comments": {
480
- "input": {
481
- "arn": "You can get the suite ARN by using the list-suites CLI command."
482
- },
483
- "output": {
484
- }
485
- },
486
- "description": "The following example gets information about a specific test suite.",
487
- "id": "to-get-information-about-a-test-suite-1471016525008",
488
- "title": "To get information about a test suite"
489
- }
490
- ],
491
- "GetTest": [
492
- {
493
- "input": {
494
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:test:EXAMPLE-GUID-123-456"
495
- },
496
- "output": {
497
- "test": {
498
- }
499
- },
500
- "comments": {
501
- "input": {
502
- "arn": "You can get the test ARN by using the list-tests CLI command."
503
- },
504
- "output": {
505
- }
506
- },
507
- "description": "The following example gets information about a specific test.",
508
- "id": "to-get-information-about-a-specific-test-1471025744238",
509
- "title": "To get information about a specific test"
510
- }
511
- ],
512
- "GetUpload": [
513
- {
514
- "input": {
515
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:upload:EXAMPLE-GUID-123-456"
516
- },
517
- "output": {
518
- "upload": {
519
- }
520
- },
521
- "comments": {
522
- "input": {
523
- "arn": "You can get the test ARN by using the list-uploads CLI command."
524
- },
525
- "output": {
526
- }
527
- },
528
- "description": "The following example gets information about a specific upload.",
529
- "id": "to-get-information-about-a-specific-upload-1471025996221",
530
- "title": "To get information about a specific upload"
531
- }
532
- ],
533
- "InstallToRemoteAccessSession": [
534
- {
535
- "input": {
536
- "appArn": "arn:aws:devicefarm:us-west-2:123456789101:app:EXAMPLE-GUID-123-456",
537
- "remoteAccessSessionArn": "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456"
538
- },
539
- "output": {
540
- "appUpload": {
541
- }
542
- },
543
- "comments": {
544
- "input": {
545
- "remoteAccessSessionArn": "You can get the remote access session ARN by using the list-remote-access-sessions CLI command."
546
- },
547
- "output": {
548
- }
549
- },
550
- "description": "The following example installs a specific app to a device in a specific remote access session.",
551
- "id": "to-install-to-a-remote-access-session-1471634453818",
552
- "title": "To install to a remote access session"
553
- }
554
- ],
555
- "ListArtifacts": [
556
- {
557
- "input": {
558
- "type": "SCREENSHOT",
559
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:EXAMPLE-GUID-123-456"
560
- },
561
- "comments": {
562
- "input": {
563
- "arn": "Can also be used to list artifacts for a Job, Suite, or Test ARN."
564
- },
565
- "output": {
566
- }
567
- },
568
- "description": "The following example lists screenshot artifacts for a specific run.",
569
- "id": "to-list-artifacts-for-a-resource-1471635409527",
570
- "title": "To list artifacts for a resource"
571
- }
572
- ],
573
- "ListDevicePools": [
574
- {
575
- "input": {
576
- "type": "PRIVATE",
577
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
578
- },
579
- "output": {
580
- "devicePools": [
581
- {
582
- "name": "Top Devices",
583
- "arn": "arn:aws:devicefarm:us-west-2::devicepool:082d10e5-d7d7-48a5-ba5c-12345EXAMPLE",
584
- "description": "Top devices",
585
- "rules": [
586
- {
587
- "value": "[\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\"]",
588
- "attribute": "ARN",
589
- "operator": "IN"
590
- }
591
- ]
592
- },
593
- {
594
- "name": "My Android Device Pool",
595
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:devicepool:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/bf96e75a-28f6-4e61-b6a7-12345EXAMPLE",
596
- "description": "Samsung Galaxy Android devices",
597
- "rules": [
598
- {
599
- "value": "[\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\",\"arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE\"]",
600
- "attribute": "ARN",
601
- "operator": "IN"
602
- }
603
- ]
604
- }
605
- ]
606
- },
607
- "comments": {
608
- "input": {
609
- "arn": "You can get the project ARN by using the list-projects CLI command."
610
- },
611
- "output": {
612
- }
613
- },
614
- "description": "The following example returns information about the private device pools in a specific project.",
615
- "id": "to-get-information-about-device-pools-1471635745170",
616
- "title": "To get information about device pools"
617
- }
618
- ],
619
- "ListDevices": [
620
- {
621
- "input": {
622
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
623
- },
624
- "output": {
625
- },
626
- "comments": {
627
- "input": {
628
- "arn": "You can get the project ARN by using the list-projects CLI command."
629
- },
630
- "output": {
631
- }
632
- },
633
- "description": "The following example returns information about the available devices in a specific project.",
634
- "id": "to-get-information-about-devices-1471641699344",
635
- "title": "To get information about devices"
636
- }
637
- ],
638
- "ListJobs": [
639
- {
640
- "input": {
641
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456"
642
- },
643
- "comments": {
644
- "input": {
645
- "arn": "You can get the project ARN by using the list-jobs CLI command."
646
- },
647
- "output": {
648
- }
649
- },
650
- "description": "The following example returns information about jobs in a specific project.",
651
- "id": "to-get-information-about-jobs-1471642228071",
652
- "title": "To get information about jobs"
653
- }
654
- ],
655
- "ListOfferingTransactions": [
656
- {
657
- "input": {
658
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
659
- },
660
- "output": {
661
- "offeringTransactions": [
662
- {
663
- "cost": {
664
- "amount": 0,
665
- "currencyCode": "USD"
666
- },
667
- "createdOn": "1470021420",
668
- "offeringStatus": {
669
- "type": "RENEW",
670
- "effectiveOn": "1472688000",
671
- "offering": {
672
- "type": "RECURRING",
673
- "description": "Android Remote Access Unmetered Device Slot",
674
- "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
675
- "platform": "ANDROID"
676
- },
677
- "quantity": 0
678
- },
679
- "transactionId": "03728003-d1ea-4851-abd6-12345EXAMPLE"
680
- },
681
- {
682
- "cost": {
683
- "amount": 250,
684
- "currencyCode": "USD"
685
- },
686
- "createdOn": "1470021420",
687
- "offeringStatus": {
688
- "type": "PURCHASE",
689
- "effectiveOn": "1470021420",
690
- "offering": {
691
- "type": "RECURRING",
692
- "description": "Android Remote Access Unmetered Device Slot",
693
- "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
694
- "platform": "ANDROID"
695
- },
696
- "quantity": 1
697
- },
698
- "transactionId": "56820b6e-06bd-473a-8ff8-12345EXAMPLE"
699
- },
700
- {
701
- "cost": {
702
- "amount": 175,
703
- "currencyCode": "USD"
704
- },
705
- "createdOn": "1465538520",
706
- "offeringStatus": {
707
- "type": "PURCHASE",
708
- "effectiveOn": "1465538520",
709
- "offering": {
710
- "type": "RECURRING",
711
- "description": "Android Unmetered Device Slot",
712
- "id": "8980F81C-00D7-469D-8EC6-12345EXAMPLE",
713
- "platform": "ANDROID"
714
- },
715
- "quantity": 1
716
- },
717
- "transactionId": "953ae2c6-d760-4a04-9597-12345EXAMPLE"
718
- },
719
- {
720
- "cost": {
721
- "amount": 8.07,
722
- "currencyCode": "USD"
723
- },
724
- "createdOn": "1459344300",
725
- "offeringStatus": {
726
- "type": "PURCHASE",
727
- "effectiveOn": "1459344300",
728
- "offering": {
729
- "type": "RECURRING",
730
- "description": "iOS Unmetered Device Slot",
731
- "id": "A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE",
732
- "platform": "IOS"
733
- },
734
- "quantity": 1
735
- },
736
- "transactionId": "2baf9021-ae3e-47f5-ab52-12345EXAMPLE"
737
- }
738
- ]
739
- },
740
- "comments": {
741
- "input": {
742
- "nextToken": "A dynamically generated value, used for paginating results."
743
- },
744
- "output": {
745
- }
746
- },
747
- "description": "The following example returns information about Device Farm offering transactions.",
748
- "id": "to-get-information-about-device-offering-transactions-1472561712315",
749
- "title": "To get information about device offering transactions"
750
- }
751
- ],
752
- "ListOfferings": [
753
- {
754
- "input": {
755
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
756
- },
757
- "output": {
758
- "offerings": [
759
- {
760
- "type": "RECURRING",
761
- "description": "iOS Unmetered Device Slot",
762
- "id": "A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE",
763
- "platform": "IOS",
764
- "recurringCharges": [
765
- {
766
- "cost": {
767
- "amount": 250,
768
- "currencyCode": "USD"
769
- },
770
- "frequency": "MONTHLY"
771
- }
772
- ]
773
- },
774
- {
775
- "type": "RECURRING",
776
- "description": "Android Unmetered Device Slot",
777
- "id": "8980F81C-00D7-469D-8EC6-12345EXAMPLE",
778
- "platform": "ANDROID",
779
- "recurringCharges": [
780
- {
781
- "cost": {
782
- "amount": 250,
783
- "currencyCode": "USD"
784
- },
785
- "frequency": "MONTHLY"
786
- }
787
- ]
788
- },
789
- {
790
- "type": "RECURRING",
791
- "description": "Android Remote Access Unmetered Device Slot",
792
- "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
793
- "platform": "ANDROID",
794
- "recurringCharges": [
795
- {
796
- "cost": {
797
- "amount": 250,
798
- "currencyCode": "USD"
799
- },
800
- "frequency": "MONTHLY"
801
- }
802
- ]
803
- },
804
- {
805
- "type": "RECURRING",
806
- "description": "iOS Remote Access Unmetered Device Slot",
807
- "id": "552B4DAD-A6C9-45C4-94FB-12345EXAMPLE",
808
- "platform": "IOS",
809
- "recurringCharges": [
810
- {
811
- "cost": {
812
- "amount": 250,
813
- "currencyCode": "USD"
814
- },
815
- "frequency": "MONTHLY"
816
- }
817
- ]
818
- }
819
- ]
820
- },
821
- "comments": {
822
- "input": {
823
- "nextToken": "A dynamically generated value, used for paginating results."
824
- },
825
- "output": {
826
- }
827
- },
828
- "description": "The following example returns information about available device offerings.",
829
- "id": "to-get-information-about-device-offerings-1472562810999",
830
- "title": "To get information about device offerings"
831
- }
832
- ],
833
- "ListProjects": [
834
- {
835
- "input": {
836
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:7ad300ed-8183-41a7-bf94-12345EXAMPLE",
837
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
838
- },
839
- "output": {
840
- "projects": [
841
- {
842
- "name": "My Test Project",
843
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:7ad300ed-8183-41a7-bf94-12345EXAMPLE",
844
- "created": "1453163262.105"
845
- },
846
- {
847
- "name": "Hello World",
848
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:d6b087d9-56db-4e44-b9ec-12345EXAMPLE",
849
- "created": "1470350112.439"
850
- }
851
- ]
852
- },
853
- "comments": {
854
- "input": {
855
- "nextToken": "A dynamically generated value, used for paginating results."
856
- },
857
- "output": {
858
- }
859
- },
860
- "description": "The following example returns information about the specified project in Device Farm.",
861
- "id": "to-get-information-about-a-device-farm-project-1472564014388",
862
- "title": "To get information about a Device Farm project"
863
- }
864
- ],
865
- "ListRemoteAccessSessions": [
866
- {
867
- "input": {
868
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:session:EXAMPLE-GUID-123-456",
869
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE="
870
- },
871
- "output": {
872
- "remoteAccessSessions": [
873
-
874
- ]
875
- },
876
- "comments": {
877
- "input": {
878
- "arn": "You can get the Amazon Resource Name (ARN) of the session by using the list-sessions CLI command.",
879
- "nextToken": "A dynamically generated value, used for paginating results."
880
- },
881
- "output": {
882
- }
883
- },
884
- "description": "The following example returns information about a specific Device Farm remote access session.",
885
- "id": "to-get-information-about-a-remote-access-session-1472581144803",
886
- "title": "To get information about a remote access session"
887
- }
888
- ],
889
- "ListRuns": [
890
- {
891
- "input": {
892
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE",
893
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
894
- },
895
- "output": {
896
- "runs": [
897
- {
898
- "name": "My Test Run",
899
- "type": "BUILTIN_EXPLORER",
900
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE",
901
- "billingMethod": "METERED",
902
- "completedJobs": 0,
903
- "counters": {
904
- "errored": 0,
905
- "failed": 0,
906
- "passed": 0,
907
- "skipped": 0,
908
- "stopped": 0,
909
- "total": 0,
910
- "warned": 0
911
- },
912
- "created": "1472667509.852",
913
- "deviceMinutes": {
914
- "metered": 0.0,
915
- "total": 0.0,
916
- "unmetered": 0.0
917
- },
918
- "platform": "ANDROID",
919
- "result": "PENDING",
920
- "status": "RUNNING",
921
- "totalJobs": 3
922
- }
923
- ]
924
- },
925
- "comments": {
926
- "input": {
927
- "arn": "You can get the Amazon Resource Name (ARN) of the run by using the list-runs CLI command.",
928
- "nextToken": "A dynamically generated value, used for paginating results."
929
- },
930
- "output": {
931
- }
932
- },
933
- "description": "The following example returns information about a specific test run.",
934
- "id": "to-get-information-about-test-runs-1472582711069",
935
- "title": "To get information about a test run"
936
- }
937
- ],
938
- "ListSamples": [
939
- {
940
- "input": {
941
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
942
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
943
- },
944
- "output": {
945
- "samples": [
946
-
947
- ]
948
- },
949
- "comments": {
950
- "input": {
951
- "arn": "You can get the Amazon Resource Name (ARN) of the project by using the list-projects CLI command.",
952
- "nextToken": "A dynamically generated value, used for paginating results."
953
- },
954
- "output": {
955
- }
956
- },
957
- "description": "The following example returns information about samples, given a specific Device Farm project.",
958
- "id": "to-get-information-about-samples-1472582847534",
959
- "title": "To get information about samples"
960
- }
961
- ],
962
- "ListSuites": [
963
- {
964
- "input": {
965
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
966
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
967
- },
968
- "output": {
969
- "suites": [
970
-
971
- ]
972
- },
973
- "comments": {
974
- "input": {
975
- "arn": "You can get the Amazon Resource Name (ARN) of the project by using the list-projects CLI command.",
976
- "nextToken": "A dynamically generated value, used for paginating results."
977
- },
978
- "output": {
979
- }
980
- },
981
- "description": "The following example returns information about suites, given a specific Device Farm project.",
982
- "id": "to-get-information-about-suites-1472583038218",
983
- "title": "To get information about suites"
984
- }
985
- ],
986
- "ListTests": [
987
- {
988
- "input": {
989
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
990
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
991
- },
992
- "output": {
993
- "tests": [
994
-
995
- ]
996
- },
997
- "comments": {
998
- "input": {
999
- "arn": "You can get the Amazon Resource Name (ARN) of the project by using the list-projects CLI command.",
1000
- "nextToken": "A dynamically generated value, used for paginating results."
1001
- },
1002
- "output": {
1003
- }
1004
- },
1005
- "description": "The following example returns information about tests, given a specific Device Farm project.",
1006
- "id": "to-get-information-about-tests-1472617372212",
1007
- "title": "To get information about tests"
1008
- }
1009
- ],
1010
- "ListUniqueProblems": [
1011
- {
1012
- "input": {
1013
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
1014
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
1015
- },
1016
- "output": {
1017
- "uniqueProblems": {
1018
- }
1019
- },
1020
- "comments": {
1021
- "input": {
1022
- "arn": "You can get the Amazon Resource Name (ARN) of the project by using the list-projects CLI command.",
1023
- "nextToken": "A dynamically generated value, used for paginating results."
1024
- },
1025
- "output": {
1026
- }
1027
- },
1028
- "description": "The following example returns information about unique problems, given a specific Device Farm project.",
1029
- "id": "to-get-information-about-unique-problems-1472617781008",
1030
- "title": "To get information about unique problems"
1031
- }
1032
- ],
1033
- "ListUploads": [
1034
- {
1035
- "input": {
1036
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
1037
- "nextToken": "RW5DdDJkMWYwZjM2MzM2VHVpOHJIUXlDUXlhc2QzRGViYnc9SEXAMPLE"
1038
- },
1039
- "output": {
1040
- "uploads": [
1041
-
1042
- ]
1043
- },
1044
- "comments": {
1045
- "input": {
1046
- "arn": "You can get the Amazon Resource Name (ARN) of the project by using the list-projects CLI command.",
1047
- "nextToken": "A dynamically generated value, used for paginating results."
1048
- },
1049
- "output": {
1050
- }
1051
- },
1052
- "description": "The following example returns information about uploads, given a specific Device Farm project.",
1053
- "id": "to-get-information-about-uploads-1472617943090",
1054
- "title": "To get information about uploads"
1055
- }
1056
- ],
1057
- "PurchaseOffering": [
1058
- {
1059
- "input": {
1060
- "offeringId": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
1061
- "quantity": 1
1062
- },
1063
- "output": {
1064
- "offeringTransaction": {
1065
- "cost": {
1066
- "amount": 8.07,
1067
- "currencyCode": "USD"
1068
- },
1069
- "createdOn": "1472648340",
1070
- "offeringStatus": {
1071
- "type": "PURCHASE",
1072
- "effectiveOn": "1472648340",
1073
- "offering": {
1074
- "type": "RECURRING",
1075
- "description": "Android Remote Access Unmetered Device Slot",
1076
- "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
1077
- "platform": "ANDROID"
1078
- },
1079
- "quantity": 1
1080
- },
1081
- "transactionId": "d30614ed-1b03-404c-9893-12345EXAMPLE"
1082
- }
1083
- },
1084
- "comments": {
1085
- "input": {
1086
- "offeringId": "You can get the offering ID by using the list-offerings CLI command."
1087
- },
1088
- "output": {
1089
- }
1090
- },
1091
- "description": "The following example purchases a specific device slot offering.",
1092
- "id": "to-purchase-a-device-slot-offering-1472648146343",
1093
- "title": "To purchase a device slot offering"
1094
- }
1095
- ],
1096
- "RenewOffering": [
1097
- {
1098
- "input": {
1099
- "offeringId": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
1100
- "quantity": 1
1101
- },
1102
- "output": {
1103
- "offeringTransaction": {
1104
- "cost": {
1105
- "amount": 250,
1106
- "currencyCode": "USD"
1107
- },
1108
- "createdOn": "1472648880",
1109
- "offeringStatus": {
1110
- "type": "RENEW",
1111
- "effectiveOn": "1472688000",
1112
- "offering": {
1113
- "type": "RECURRING",
1114
- "description": "Android Remote Access Unmetered Device Slot",
1115
- "id": "D68B3C05-1BA6-4360-BC69-12345EXAMPLE",
1116
- "platform": "ANDROID"
1117
- },
1118
- "quantity": 1
1119
- },
1120
- "transactionId": "e90f1405-8c35-4561-be43-12345EXAMPLE"
1121
- }
1122
- },
1123
- "comments": {
1124
- "input": {
1125
- "offeringId": "You can get the offering ID by using the list-offerings CLI command."
1126
- },
1127
- "output": {
1128
- }
1129
- },
1130
- "description": "The following example renews a specific device slot offering.",
1131
- "id": "to-renew-a-device-slot-offering-1472648899785",
1132
- "title": "To renew a device slot offering"
1133
- }
1134
- ],
1135
- "ScheduleRun": [
1136
- {
1137
- "input": {
1138
- "name": "MyRun",
1139
- "devicePoolArn": "arn:aws:devicefarm:us-west-2:123456789101:pool:EXAMPLE-GUID-123-456",
1140
- "projectArn": "arn:aws:devicefarm:us-west-2:123456789101:project:EXAMPLE-GUID-123-456",
1141
- "test": {
1142
- "type": "APPIUM_JAVA_JUNIT",
1143
- "testPackageArn": "arn:aws:devicefarm:us-west-2:123456789101:test:EXAMPLE-GUID-123-456"
1144
- }
1145
- },
1146
- "output": {
1147
- "run": {
1148
- }
1149
- },
1150
- "comments": {
1151
- "input": {
1152
- "devicePoolArn": "You can get the Amazon Resource Name (ARN) of the device pool by using the list-pools CLI command.",
1153
- "projectArn": "You can get the Amazon Resource Name (ARN) of the project by using the list-projects CLI command.",
1154
- "testPackageArn": "You can get the Amazon Resource Name (ARN) of the test package by using the list-tests CLI command."
1155
- },
1156
- "output": {
1157
- }
1158
- },
1159
- "description": "The following example schedules a test run named MyRun.",
1160
- "id": "to-schedule-a-test-run-1472652429636",
1161
- "title": "To schedule a test run"
1162
- }
1163
- ],
1164
- "StopRun": [
1165
- {
1166
- "input": {
1167
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:run:EXAMPLE-GUID-123-456"
1168
- },
1169
- "output": {
1170
- "run": {
1171
- }
1172
- },
1173
- "comments": {
1174
- "input": {
1175
- "arn": "You can get the Amazon Resource Name (ARN) of the test run by using the list-runs CLI command."
1176
- },
1177
- "output": {
1178
- }
1179
- },
1180
- "description": "The following example stops a specific test run.",
1181
- "id": "to-stop-a-test-run-1472653770340",
1182
- "title": "To stop a test run"
1183
- }
1184
- ],
1185
- "UpdateDevicePool": [
1186
- {
1187
- "input": {
1188
- "name": "NewName",
1189
- "arn": "arn:aws:devicefarm:us-west-2::devicepool:082d10e5-d7d7-48a5-ba5c-12345EXAMPLE",
1190
- "description": "NewDescription",
1191
- "rules": [
1192
- {
1193
- "value": "True",
1194
- "attribute": "REMOTE_ACCESS_ENABLED",
1195
- "operator": "EQUALS"
1196
- }
1197
- ]
1198
- },
1199
- "output": {
1200
- "devicePool": {
1201
- }
1202
- },
1203
- "comments": {
1204
- "input": {
1205
- "arn": "You can get the Amazon Resource Name (ARN) of the device pool by using the list-pools CLI command."
1206
- },
1207
- "output": {
1208
- "devicePool": "Note: you cannot update curated device pools."
1209
- }
1210
- },
1211
- "description": "The following example updates the specified device pool with a new name and description. It also enables remote access of devices in the device pool.",
1212
- "id": "to-update-a-device-pool-1472653887677",
1213
- "title": "To update a device pool"
1214
- }
1215
- ],
1216
- "UpdateProject": [
1217
- {
1218
- "input": {
1219
- "name": "NewName",
1220
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:8f75187d-101e-4625-accc-12345EXAMPLE"
1221
- },
1222
- "output": {
1223
- "project": {
1224
- "name": "NewName",
1225
- "arn": "arn:aws:devicefarm:us-west-2:123456789101:project:8f75187d-101e-4625-accc-12345EXAMPLE",
1226
- "created": "1448400709.927"
1227
- }
1228
- },
1229
- "comments": {
1230
- "input": {
1231
- "arn": "You can get the Amazon Resource Name (ARN) of the project by using the list-projects CLI command."
1232
- },
1233
- "output": {
1234
- }
1235
- },
1236
- "description": "The following example updates the specified project with a new name.",
1237
- "id": "to-update-a-device-pool-1472653887677",
1238
- "title": "To update a device pool"
1239
- }
1240
- ]
1241
- }
1242
- }