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,2316 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-10-01",
5
- "endpointPrefix":"gamelift",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceFullName":"Amazon GameLift",
9
- "signatureVersion":"v4",
10
- "targetPrefix":"GameLift",
11
- "uid":"gamelift-2015-10-01"
12
- },
13
- "operations":{
14
- "CreateAlias":{
15
- "name":"CreateAlias",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/"
19
- },
20
- "input":{"shape":"CreateAliasInput"},
21
- "output":{"shape":"CreateAliasOutput"},
22
- "errors":[
23
- {"shape":"UnauthorizedException"},
24
- {"shape":"InvalidRequestException"},
25
- {"shape":"ConflictException"},
26
- {"shape":"InternalServiceException"},
27
- {"shape":"LimitExceededException"}
28
- ]
29
- },
30
- "CreateBuild":{
31
- "name":"CreateBuild",
32
- "http":{
33
- "method":"POST",
34
- "requestUri":"/"
35
- },
36
- "input":{"shape":"CreateBuildInput"},
37
- "output":{"shape":"CreateBuildOutput"},
38
- "errors":[
39
- {"shape":"UnauthorizedException"},
40
- {"shape":"InvalidRequestException"},
41
- {"shape":"ConflictException"},
42
- {"shape":"InternalServiceException"}
43
- ]
44
- },
45
- "CreateFleet":{
46
- "name":"CreateFleet",
47
- "http":{
48
- "method":"POST",
49
- "requestUri":"/"
50
- },
51
- "input":{"shape":"CreateFleetInput"},
52
- "output":{"shape":"CreateFleetOutput"},
53
- "errors":[
54
- {"shape":"InternalServiceException"},
55
- {"shape":"NotFoundException"},
56
- {"shape":"ConflictException"},
57
- {"shape":"LimitExceededException"},
58
- {"shape":"InvalidRequestException"},
59
- {"shape":"UnauthorizedException"}
60
- ]
61
- },
62
- "CreateGameSession":{
63
- "name":"CreateGameSession",
64
- "http":{
65
- "method":"POST",
66
- "requestUri":"/"
67
- },
68
- "input":{"shape":"CreateGameSessionInput"},
69
- "output":{"shape":"CreateGameSessionOutput"},
70
- "errors":[
71
- {"shape":"ConflictException"},
72
- {"shape":"InternalServiceException"},
73
- {"shape":"UnauthorizedException"},
74
- {"shape":"InvalidFleetStatusException"},
75
- {"shape":"TerminalRoutingStrategyException"},
76
- {"shape":"InvalidRequestException"},
77
- {"shape":"NotFoundException"},
78
- {"shape":"FleetCapacityExceededException"},
79
- {"shape":"LimitExceededException"},
80
- {"shape":"IdempotentParameterMismatchException"}
81
- ]
82
- },
83
- "CreateGameSessionQueue":{
84
- "name":"CreateGameSessionQueue",
85
- "http":{
86
- "method":"POST",
87
- "requestUri":"/"
88
- },
89
- "input":{"shape":"CreateGameSessionQueueInput"},
90
- "output":{"shape":"CreateGameSessionQueueOutput"},
91
- "errors":[
92
- {"shape":"InternalServiceException"},
93
- {"shape":"InvalidRequestException"},
94
- {"shape":"UnauthorizedException"},
95
- {"shape":"LimitExceededException"}
96
- ]
97
- },
98
- "CreatePlayerSession":{
99
- "name":"CreatePlayerSession",
100
- "http":{
101
- "method":"POST",
102
- "requestUri":"/"
103
- },
104
- "input":{"shape":"CreatePlayerSessionInput"},
105
- "output":{"shape":"CreatePlayerSessionOutput"},
106
- "errors":[
107
- {"shape":"InternalServiceException"},
108
- {"shape":"UnauthorizedException"},
109
- {"shape":"InvalidGameSessionStatusException"},
110
- {"shape":"GameSessionFullException"},
111
- {"shape":"TerminalRoutingStrategyException"},
112
- {"shape":"InvalidRequestException"},
113
- {"shape":"NotFoundException"}
114
- ]
115
- },
116
- "CreatePlayerSessions":{
117
- "name":"CreatePlayerSessions",
118
- "http":{
119
- "method":"POST",
120
- "requestUri":"/"
121
- },
122
- "input":{"shape":"CreatePlayerSessionsInput"},
123
- "output":{"shape":"CreatePlayerSessionsOutput"},
124
- "errors":[
125
- {"shape":"InternalServiceException"},
126
- {"shape":"UnauthorizedException"},
127
- {"shape":"InvalidGameSessionStatusException"},
128
- {"shape":"GameSessionFullException"},
129
- {"shape":"TerminalRoutingStrategyException"},
130
- {"shape":"InvalidRequestException"},
131
- {"shape":"NotFoundException"}
132
- ]
133
- },
134
- "DeleteAlias":{
135
- "name":"DeleteAlias",
136
- "http":{
137
- "method":"POST",
138
- "requestUri":"/"
139
- },
140
- "input":{"shape":"DeleteAliasInput"},
141
- "errors":[
142
- {"shape":"UnauthorizedException"},
143
- {"shape":"NotFoundException"},
144
- {"shape":"InvalidRequestException"},
145
- {"shape":"InternalServiceException"}
146
- ]
147
- },
148
- "DeleteBuild":{
149
- "name":"DeleteBuild",
150
- "http":{
151
- "method":"POST",
152
- "requestUri":"/"
153
- },
154
- "input":{"shape":"DeleteBuildInput"},
155
- "errors":[
156
- {"shape":"UnauthorizedException"},
157
- {"shape":"NotFoundException"},
158
- {"shape":"InternalServiceException"},
159
- {"shape":"InvalidRequestException"}
160
- ]
161
- },
162
- "DeleteFleet":{
163
- "name":"DeleteFleet",
164
- "http":{
165
- "method":"POST",
166
- "requestUri":"/"
167
- },
168
- "input":{"shape":"DeleteFleetInput"},
169
- "errors":[
170
- {"shape":"NotFoundException"},
171
- {"shape":"InternalServiceException"},
172
- {"shape":"InvalidFleetStatusException"},
173
- {"shape":"UnauthorizedException"},
174
- {"shape":"InvalidRequestException"}
175
- ]
176
- },
177
- "DeleteGameSessionQueue":{
178
- "name":"DeleteGameSessionQueue",
179
- "http":{
180
- "method":"POST",
181
- "requestUri":"/"
182
- },
183
- "input":{"shape":"DeleteGameSessionQueueInput"},
184
- "output":{"shape":"DeleteGameSessionQueueOutput"},
185
- "errors":[
186
- {"shape":"InternalServiceException"},
187
- {"shape":"InvalidRequestException"},
188
- {"shape":"NotFoundException"},
189
- {"shape":"UnauthorizedException"}
190
- ]
191
- },
192
- "DeleteScalingPolicy":{
193
- "name":"DeleteScalingPolicy",
194
- "http":{
195
- "method":"POST",
196
- "requestUri":"/"
197
- },
198
- "input":{"shape":"DeleteScalingPolicyInput"},
199
- "errors":[
200
- {"shape":"InternalServiceException"},
201
- {"shape":"InvalidRequestException"},
202
- {"shape":"UnauthorizedException"},
203
- {"shape":"NotFoundException"}
204
- ]
205
- },
206
- "DescribeAlias":{
207
- "name":"DescribeAlias",
208
- "http":{
209
- "method":"POST",
210
- "requestUri":"/"
211
- },
212
- "input":{"shape":"DescribeAliasInput"},
213
- "output":{"shape":"DescribeAliasOutput"},
214
- "errors":[
215
- {"shape":"UnauthorizedException"},
216
- {"shape":"InvalidRequestException"},
217
- {"shape":"NotFoundException"},
218
- {"shape":"InternalServiceException"}
219
- ]
220
- },
221
- "DescribeBuild":{
222
- "name":"DescribeBuild",
223
- "http":{
224
- "method":"POST",
225
- "requestUri":"/"
226
- },
227
- "input":{"shape":"DescribeBuildInput"},
228
- "output":{"shape":"DescribeBuildOutput"},
229
- "errors":[
230
- {"shape":"UnauthorizedException"},
231
- {"shape":"InvalidRequestException"},
232
- {"shape":"NotFoundException"},
233
- {"shape":"InternalServiceException"}
234
- ]
235
- },
236
- "DescribeEC2InstanceLimits":{
237
- "name":"DescribeEC2InstanceLimits",
238
- "http":{
239
- "method":"POST",
240
- "requestUri":"/"
241
- },
242
- "input":{"shape":"DescribeEC2InstanceLimitsInput"},
243
- "output":{"shape":"DescribeEC2InstanceLimitsOutput"},
244
- "errors":[
245
- {"shape":"InvalidRequestException"},
246
- {"shape":"InternalServiceException"},
247
- {"shape":"UnauthorizedException"}
248
- ]
249
- },
250
- "DescribeFleetAttributes":{
251
- "name":"DescribeFleetAttributes",
252
- "http":{
253
- "method":"POST",
254
- "requestUri":"/"
255
- },
256
- "input":{"shape":"DescribeFleetAttributesInput"},
257
- "output":{"shape":"DescribeFleetAttributesOutput"},
258
- "errors":[
259
- {"shape":"InternalServiceException"},
260
- {"shape":"NotFoundException"},
261
- {"shape":"InvalidRequestException"},
262
- {"shape":"UnauthorizedException"}
263
- ]
264
- },
265
- "DescribeFleetCapacity":{
266
- "name":"DescribeFleetCapacity",
267
- "http":{
268
- "method":"POST",
269
- "requestUri":"/"
270
- },
271
- "input":{"shape":"DescribeFleetCapacityInput"},
272
- "output":{"shape":"DescribeFleetCapacityOutput"},
273
- "errors":[
274
- {"shape":"InternalServiceException"},
275
- {"shape":"NotFoundException"},
276
- {"shape":"InvalidRequestException"},
277
- {"shape":"UnauthorizedException"}
278
- ]
279
- },
280
- "DescribeFleetEvents":{
281
- "name":"DescribeFleetEvents",
282
- "http":{
283
- "method":"POST",
284
- "requestUri":"/"
285
- },
286
- "input":{"shape":"DescribeFleetEventsInput"},
287
- "output":{"shape":"DescribeFleetEventsOutput"},
288
- "errors":[
289
- {"shape":"NotFoundException"},
290
- {"shape":"InternalServiceException"},
291
- {"shape":"UnauthorizedException"},
292
- {"shape":"InvalidRequestException"}
293
- ]
294
- },
295
- "DescribeFleetPortSettings":{
296
- "name":"DescribeFleetPortSettings",
297
- "http":{
298
- "method":"POST",
299
- "requestUri":"/"
300
- },
301
- "input":{"shape":"DescribeFleetPortSettingsInput"},
302
- "output":{"shape":"DescribeFleetPortSettingsOutput"},
303
- "errors":[
304
- {"shape":"InternalServiceException"},
305
- {"shape":"NotFoundException"},
306
- {"shape":"InvalidRequestException"},
307
- {"shape":"UnauthorizedException"}
308
- ]
309
- },
310
- "DescribeFleetUtilization":{
311
- "name":"DescribeFleetUtilization",
312
- "http":{
313
- "method":"POST",
314
- "requestUri":"/"
315
- },
316
- "input":{"shape":"DescribeFleetUtilizationInput"},
317
- "output":{"shape":"DescribeFleetUtilizationOutput"},
318
- "errors":[
319
- {"shape":"InternalServiceException"},
320
- {"shape":"NotFoundException"},
321
- {"shape":"InvalidRequestException"},
322
- {"shape":"UnauthorizedException"}
323
- ]
324
- },
325
- "DescribeGameSessionDetails":{
326
- "name":"DescribeGameSessionDetails",
327
- "http":{
328
- "method":"POST",
329
- "requestUri":"/"
330
- },
331
- "input":{"shape":"DescribeGameSessionDetailsInput"},
332
- "output":{"shape":"DescribeGameSessionDetailsOutput"},
333
- "errors":[
334
- {"shape":"InternalServiceException"},
335
- {"shape":"NotFoundException"},
336
- {"shape":"InvalidRequestException"},
337
- {"shape":"UnauthorizedException"},
338
- {"shape":"TerminalRoutingStrategyException"}
339
- ]
340
- },
341
- "DescribeGameSessionPlacement":{
342
- "name":"DescribeGameSessionPlacement",
343
- "http":{
344
- "method":"POST",
345
- "requestUri":"/"
346
- },
347
- "input":{"shape":"DescribeGameSessionPlacementInput"},
348
- "output":{"shape":"DescribeGameSessionPlacementOutput"},
349
- "errors":[
350
- {"shape":"InternalServiceException"},
351
- {"shape":"InvalidRequestException"},
352
- {"shape":"NotFoundException"},
353
- {"shape":"UnauthorizedException"}
354
- ]
355
- },
356
- "DescribeGameSessionQueues":{
357
- "name":"DescribeGameSessionQueues",
358
- "http":{
359
- "method":"POST",
360
- "requestUri":"/"
361
- },
362
- "input":{"shape":"DescribeGameSessionQueuesInput"},
363
- "output":{"shape":"DescribeGameSessionQueuesOutput"},
364
- "errors":[
365
- {"shape":"InternalServiceException"},
366
- {"shape":"InvalidRequestException"},
367
- {"shape":"NotFoundException"},
368
- {"shape":"UnauthorizedException"}
369
- ]
370
- },
371
- "DescribeGameSessions":{
372
- "name":"DescribeGameSessions",
373
- "http":{
374
- "method":"POST",
375
- "requestUri":"/"
376
- },
377
- "input":{"shape":"DescribeGameSessionsInput"},
378
- "output":{"shape":"DescribeGameSessionsOutput"},
379
- "errors":[
380
- {"shape":"InternalServiceException"},
381
- {"shape":"NotFoundException"},
382
- {"shape":"InvalidRequestException"},
383
- {"shape":"UnauthorizedException"},
384
- {"shape":"TerminalRoutingStrategyException"}
385
- ]
386
- },
387
- "DescribeInstances":{
388
- "name":"DescribeInstances",
389
- "http":{
390
- "method":"POST",
391
- "requestUri":"/"
392
- },
393
- "input":{"shape":"DescribeInstancesInput"},
394
- "output":{"shape":"DescribeInstancesOutput"},
395
- "errors":[
396
- {"shape":"UnauthorizedException"},
397
- {"shape":"InvalidRequestException"},
398
- {"shape":"NotFoundException"},
399
- {"shape":"InternalServiceException"}
400
- ]
401
- },
402
- "DescribePlayerSessions":{
403
- "name":"DescribePlayerSessions",
404
- "http":{
405
- "method":"POST",
406
- "requestUri":"/"
407
- },
408
- "input":{"shape":"DescribePlayerSessionsInput"},
409
- "output":{"shape":"DescribePlayerSessionsOutput"},
410
- "errors":[
411
- {"shape":"InternalServiceException"},
412
- {"shape":"NotFoundException"},
413
- {"shape":"InvalidRequestException"},
414
- {"shape":"UnauthorizedException"}
415
- ]
416
- },
417
- "DescribeRuntimeConfiguration":{
418
- "name":"DescribeRuntimeConfiguration",
419
- "http":{
420
- "method":"POST",
421
- "requestUri":"/"
422
- },
423
- "input":{"shape":"DescribeRuntimeConfigurationInput"},
424
- "output":{"shape":"DescribeRuntimeConfigurationOutput"},
425
- "errors":[
426
- {"shape":"UnauthorizedException"},
427
- {"shape":"NotFoundException"},
428
- {"shape":"InternalServiceException"},
429
- {"shape":"InvalidRequestException"}
430
- ]
431
- },
432
- "DescribeScalingPolicies":{
433
- "name":"DescribeScalingPolicies",
434
- "http":{
435
- "method":"POST",
436
- "requestUri":"/"
437
- },
438
- "input":{"shape":"DescribeScalingPoliciesInput"},
439
- "output":{"shape":"DescribeScalingPoliciesOutput"},
440
- "errors":[
441
- {"shape":"InternalServiceException"},
442
- {"shape":"InvalidRequestException"},
443
- {"shape":"UnauthorizedException"},
444
- {"shape":"NotFoundException"}
445
- ]
446
- },
447
- "GetGameSessionLogUrl":{
448
- "name":"GetGameSessionLogUrl",
449
- "http":{
450
- "method":"POST",
451
- "requestUri":"/"
452
- },
453
- "input":{"shape":"GetGameSessionLogUrlInput"},
454
- "output":{"shape":"GetGameSessionLogUrlOutput"},
455
- "errors":[
456
- {"shape":"InternalServiceException"},
457
- {"shape":"NotFoundException"},
458
- {"shape":"UnauthorizedException"},
459
- {"shape":"InvalidRequestException"}
460
- ]
461
- },
462
- "GetInstanceAccess":{
463
- "name":"GetInstanceAccess",
464
- "http":{
465
- "method":"POST",
466
- "requestUri":"/"
467
- },
468
- "input":{"shape":"GetInstanceAccessInput"},
469
- "output":{"shape":"GetInstanceAccessOutput"},
470
- "errors":[
471
- {"shape":"UnauthorizedException"},
472
- {"shape":"InvalidRequestException"},
473
- {"shape":"NotFoundException"},
474
- {"shape":"InternalServiceException"}
475
- ]
476
- },
477
- "ListAliases":{
478
- "name":"ListAliases",
479
- "http":{
480
- "method":"POST",
481
- "requestUri":"/"
482
- },
483
- "input":{"shape":"ListAliasesInput"},
484
- "output":{"shape":"ListAliasesOutput"},
485
- "errors":[
486
- {"shape":"UnauthorizedException"},
487
- {"shape":"InvalidRequestException"},
488
- {"shape":"InternalServiceException"}
489
- ]
490
- },
491
- "ListBuilds":{
492
- "name":"ListBuilds",
493
- "http":{
494
- "method":"POST",
495
- "requestUri":"/"
496
- },
497
- "input":{"shape":"ListBuildsInput"},
498
- "output":{"shape":"ListBuildsOutput"},
499
- "errors":[
500
- {"shape":"UnauthorizedException"},
501
- {"shape":"InvalidRequestException"},
502
- {"shape":"InternalServiceException"}
503
- ]
504
- },
505
- "ListFleets":{
506
- "name":"ListFleets",
507
- "http":{
508
- "method":"POST",
509
- "requestUri":"/"
510
- },
511
- "input":{"shape":"ListFleetsInput"},
512
- "output":{"shape":"ListFleetsOutput"},
513
- "errors":[
514
- {"shape":"InternalServiceException"},
515
- {"shape":"NotFoundException"},
516
- {"shape":"InvalidRequestException"},
517
- {"shape":"UnauthorizedException"}
518
- ]
519
- },
520
- "PutScalingPolicy":{
521
- "name":"PutScalingPolicy",
522
- "http":{
523
- "method":"POST",
524
- "requestUri":"/"
525
- },
526
- "input":{"shape":"PutScalingPolicyInput"},
527
- "output":{"shape":"PutScalingPolicyOutput"},
528
- "errors":[
529
- {"shape":"InternalServiceException"},
530
- {"shape":"InvalidRequestException"},
531
- {"shape":"UnauthorizedException"},
532
- {"shape":"NotFoundException"}
533
- ]
534
- },
535
- "RequestUploadCredentials":{
536
- "name":"RequestUploadCredentials",
537
- "http":{
538
- "method":"POST",
539
- "requestUri":"/"
540
- },
541
- "input":{"shape":"RequestUploadCredentialsInput"},
542
- "output":{"shape":"RequestUploadCredentialsOutput"},
543
- "errors":[
544
- {"shape":"UnauthorizedException"},
545
- {"shape":"InvalidRequestException"},
546
- {"shape":"NotFoundException"},
547
- {"shape":"InternalServiceException"}
548
- ]
549
- },
550
- "ResolveAlias":{
551
- "name":"ResolveAlias",
552
- "http":{
553
- "method":"POST",
554
- "requestUri":"/"
555
- },
556
- "input":{"shape":"ResolveAliasInput"},
557
- "output":{"shape":"ResolveAliasOutput"},
558
- "errors":[
559
- {"shape":"UnauthorizedException"},
560
- {"shape":"InvalidRequestException"},
561
- {"shape":"NotFoundException"},
562
- {"shape":"TerminalRoutingStrategyException"},
563
- {"shape":"InternalServiceException"}
564
- ]
565
- },
566
- "SearchGameSessions":{
567
- "name":"SearchGameSessions",
568
- "http":{
569
- "method":"POST",
570
- "requestUri":"/"
571
- },
572
- "input":{"shape":"SearchGameSessionsInput"},
573
- "output":{"shape":"SearchGameSessionsOutput"},
574
- "errors":[
575
- {"shape":"InternalServiceException"},
576
- {"shape":"NotFoundException"},
577
- {"shape":"InvalidRequestException"},
578
- {"shape":"UnauthorizedException"},
579
- {"shape":"TerminalRoutingStrategyException"}
580
- ]
581
- },
582
- "StartGameSessionPlacement":{
583
- "name":"StartGameSessionPlacement",
584
- "http":{
585
- "method":"POST",
586
- "requestUri":"/"
587
- },
588
- "input":{"shape":"StartGameSessionPlacementInput"},
589
- "output":{"shape":"StartGameSessionPlacementOutput"},
590
- "errors":[
591
- {"shape":"InternalServiceException"},
592
- {"shape":"InvalidRequestException"},
593
- {"shape":"NotFoundException"},
594
- {"shape":"UnauthorizedException"}
595
- ]
596
- },
597
- "StopGameSessionPlacement":{
598
- "name":"StopGameSessionPlacement",
599
- "http":{
600
- "method":"POST",
601
- "requestUri":"/"
602
- },
603
- "input":{"shape":"StopGameSessionPlacementInput"},
604
- "output":{"shape":"StopGameSessionPlacementOutput"},
605
- "errors":[
606
- {"shape":"InternalServiceException"},
607
- {"shape":"InvalidRequestException"},
608
- {"shape":"NotFoundException"},
609
- {"shape":"UnauthorizedException"}
610
- ]
611
- },
612
- "UpdateAlias":{
613
- "name":"UpdateAlias",
614
- "http":{
615
- "method":"POST",
616
- "requestUri":"/"
617
- },
618
- "input":{"shape":"UpdateAliasInput"},
619
- "output":{"shape":"UpdateAliasOutput"},
620
- "errors":[
621
- {"shape":"UnauthorizedException"},
622
- {"shape":"InvalidRequestException"},
623
- {"shape":"NotFoundException"},
624
- {"shape":"InternalServiceException"}
625
- ]
626
- },
627
- "UpdateBuild":{
628
- "name":"UpdateBuild",
629
- "http":{
630
- "method":"POST",
631
- "requestUri":"/"
632
- },
633
- "input":{"shape":"UpdateBuildInput"},
634
- "output":{"shape":"UpdateBuildOutput"},
635
- "errors":[
636
- {"shape":"UnauthorizedException"},
637
- {"shape":"InvalidRequestException"},
638
- {"shape":"NotFoundException"},
639
- {"shape":"InternalServiceException"}
640
- ]
641
- },
642
- "UpdateFleetAttributes":{
643
- "name":"UpdateFleetAttributes",
644
- "http":{
645
- "method":"POST",
646
- "requestUri":"/"
647
- },
648
- "input":{"shape":"UpdateFleetAttributesInput"},
649
- "output":{"shape":"UpdateFleetAttributesOutput"},
650
- "errors":[
651
- {"shape":"NotFoundException"},
652
- {"shape":"ConflictException"},
653
- {"shape":"InvalidFleetStatusException"},
654
- {"shape":"LimitExceededException"},
655
- {"shape":"InternalServiceException"},
656
- {"shape":"InvalidRequestException"},
657
- {"shape":"UnauthorizedException"}
658
- ]
659
- },
660
- "UpdateFleetCapacity":{
661
- "name":"UpdateFleetCapacity",
662
- "http":{
663
- "method":"POST",
664
- "requestUri":"/"
665
- },
666
- "input":{"shape":"UpdateFleetCapacityInput"},
667
- "output":{"shape":"UpdateFleetCapacityOutput"},
668
- "errors":[
669
- {"shape":"NotFoundException"},
670
- {"shape":"ConflictException"},
671
- {"shape":"LimitExceededException"},
672
- {"shape":"InvalidFleetStatusException"},
673
- {"shape":"InternalServiceException"},
674
- {"shape":"InvalidRequestException"},
675
- {"shape":"UnauthorizedException"}
676
- ]
677
- },
678
- "UpdateFleetPortSettings":{
679
- "name":"UpdateFleetPortSettings",
680
- "http":{
681
- "method":"POST",
682
- "requestUri":"/"
683
- },
684
- "input":{"shape":"UpdateFleetPortSettingsInput"},
685
- "output":{"shape":"UpdateFleetPortSettingsOutput"},
686
- "errors":[
687
- {"shape":"NotFoundException"},
688
- {"shape":"ConflictException"},
689
- {"shape":"InvalidFleetStatusException"},
690
- {"shape":"LimitExceededException"},
691
- {"shape":"InternalServiceException"},
692
- {"shape":"InvalidRequestException"},
693
- {"shape":"UnauthorizedException"}
694
- ]
695
- },
696
- "UpdateGameSession":{
697
- "name":"UpdateGameSession",
698
- "http":{
699
- "method":"POST",
700
- "requestUri":"/"
701
- },
702
- "input":{"shape":"UpdateGameSessionInput"},
703
- "output":{"shape":"UpdateGameSessionOutput"},
704
- "errors":[
705
- {"shape":"NotFoundException"},
706
- {"shape":"ConflictException"},
707
- {"shape":"InternalServiceException"},
708
- {"shape":"UnauthorizedException"},
709
- {"shape":"InvalidGameSessionStatusException"},
710
- {"shape":"InvalidRequestException"}
711
- ]
712
- },
713
- "UpdateGameSessionQueue":{
714
- "name":"UpdateGameSessionQueue",
715
- "http":{
716
- "method":"POST",
717
- "requestUri":"/"
718
- },
719
- "input":{"shape":"UpdateGameSessionQueueInput"},
720
- "output":{"shape":"UpdateGameSessionQueueOutput"},
721
- "errors":[
722
- {"shape":"InternalServiceException"},
723
- {"shape":"InvalidRequestException"},
724
- {"shape":"NotFoundException"},
725
- {"shape":"UnauthorizedException"}
726
- ]
727
- },
728
- "UpdateRuntimeConfiguration":{
729
- "name":"UpdateRuntimeConfiguration",
730
- "http":{
731
- "method":"POST",
732
- "requestUri":"/"
733
- },
734
- "input":{"shape":"UpdateRuntimeConfigurationInput"},
735
- "output":{"shape":"UpdateRuntimeConfigurationOutput"},
736
- "errors":[
737
- {"shape":"UnauthorizedException"},
738
- {"shape":"NotFoundException"},
739
- {"shape":"InternalServiceException"},
740
- {"shape":"InvalidRequestException"},
741
- {"shape":"InvalidFleetStatusException"}
742
- ]
743
- }
744
- },
745
- "shapes":{
746
- "Alias":{
747
- "type":"structure",
748
- "members":{
749
- "AliasId":{"shape":"AliasId"},
750
- "Name":{"shape":"NonBlankAndLengthConstraintString"},
751
- "AliasArn":{"shape":"ArnStringModel"},
752
- "Description":{"shape":"FreeText"},
753
- "RoutingStrategy":{"shape":"RoutingStrategy"},
754
- "CreationTime":{"shape":"Timestamp"},
755
- "LastUpdatedTime":{"shape":"Timestamp"}
756
- }
757
- },
758
- "AliasId":{
759
- "type":"string",
760
- "pattern":"^alias-\\S+"
761
- },
762
- "AliasList":{
763
- "type":"list",
764
- "member":{"shape":"Alias"}
765
- },
766
- "ArnStringModel":{
767
- "type":"string",
768
- "max":256,
769
- "min":1,
770
- "pattern":"[a-zA-Z0-9:/-]+"
771
- },
772
- "AwsCredentials":{
773
- "type":"structure",
774
- "members":{
775
- "AccessKeyId":{"shape":"NonEmptyString"},
776
- "SecretAccessKey":{"shape":"NonEmptyString"},
777
- "SessionToken":{"shape":"NonEmptyString"}
778
- },
779
- "sensitive":true
780
- },
781
- "Build":{
782
- "type":"structure",
783
- "members":{
784
- "BuildId":{"shape":"BuildId"},
785
- "Name":{"shape":"FreeText"},
786
- "Version":{"shape":"FreeText"},
787
- "Status":{"shape":"BuildStatus"},
788
- "SizeOnDisk":{"shape":"PositiveLong"},
789
- "OperatingSystem":{"shape":"OperatingSystem"},
790
- "CreationTime":{"shape":"Timestamp"}
791
- }
792
- },
793
- "BuildId":{
794
- "type":"string",
795
- "pattern":"^build-\\S+"
796
- },
797
- "BuildList":{
798
- "type":"list",
799
- "member":{"shape":"Build"}
800
- },
801
- "BuildStatus":{
802
- "type":"string",
803
- "enum":[
804
- "INITIALIZED",
805
- "READY",
806
- "FAILED"
807
- ]
808
- },
809
- "ComparisonOperatorType":{
810
- "type":"string",
811
- "enum":[
812
- "GreaterThanOrEqualToThreshold",
813
- "GreaterThanThreshold",
814
- "LessThanThreshold",
815
- "LessThanOrEqualToThreshold"
816
- ]
817
- },
818
- "ConflictException":{
819
- "type":"structure",
820
- "members":{
821
- "Message":{"shape":"NonEmptyString"}
822
- },
823
- "exception":true
824
- },
825
- "CreateAliasInput":{
826
- "type":"structure",
827
- "required":[
828
- "Name",
829
- "RoutingStrategy"
830
- ],
831
- "members":{
832
- "Name":{"shape":"NonBlankAndLengthConstraintString"},
833
- "Description":{"shape":"NonZeroAndMaxString"},
834
- "RoutingStrategy":{"shape":"RoutingStrategy"}
835
- }
836
- },
837
- "CreateAliasOutput":{
838
- "type":"structure",
839
- "members":{
840
- "Alias":{"shape":"Alias"}
841
- }
842
- },
843
- "CreateBuildInput":{
844
- "type":"structure",
845
- "members":{
846
- "Name":{"shape":"NonZeroAndMaxString"},
847
- "Version":{"shape":"NonZeroAndMaxString"},
848
- "StorageLocation":{"shape":"S3Location"},
849
- "OperatingSystem":{"shape":"OperatingSystem"}
850
- }
851
- },
852
- "CreateBuildOutput":{
853
- "type":"structure",
854
- "members":{
855
- "Build":{"shape":"Build"},
856
- "UploadCredentials":{"shape":"AwsCredentials"},
857
- "StorageLocation":{"shape":"S3Location"}
858
- }
859
- },
860
- "CreateFleetInput":{
861
- "type":"structure",
862
- "required":[
863
- "Name",
864
- "BuildId",
865
- "EC2InstanceType"
866
- ],
867
- "members":{
868
- "Name":{"shape":"NonZeroAndMaxString"},
869
- "Description":{"shape":"NonZeroAndMaxString"},
870
- "BuildId":{"shape":"BuildId"},
871
- "ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
872
- "ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
873
- "LogPaths":{"shape":"StringList"},
874
- "EC2InstanceType":{"shape":"EC2InstanceType"},
875
- "EC2InboundPermissions":{"shape":"IpPermissionsList"},
876
- "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
877
- "RuntimeConfiguration":{"shape":"RuntimeConfiguration"},
878
- "ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
879
- "MetricGroups":{"shape":"MetricGroupList"}
880
- }
881
- },
882
- "CreateFleetOutput":{
883
- "type":"structure",
884
- "members":{
885
- "FleetAttributes":{"shape":"FleetAttributes"}
886
- }
887
- },
888
- "CreateGameSessionInput":{
889
- "type":"structure",
890
- "required":["MaximumPlayerSessionCount"],
891
- "members":{
892
- "FleetId":{"shape":"FleetId"},
893
- "AliasId":{"shape":"AliasId"},
894
- "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
895
- "Name":{"shape":"NonZeroAndMaxString"},
896
- "GameProperties":{"shape":"GamePropertyList"},
897
- "CreatorId":{"shape":"NonZeroAndMaxString"},
898
- "GameSessionId":{"shape":"IdStringModel"},
899
- "IdempotencyToken":{"shape":"IdStringModel"}
900
- }
901
- },
902
- "CreateGameSessionOutput":{
903
- "type":"structure",
904
- "members":{
905
- "GameSession":{"shape":"GameSession"}
906
- }
907
- },
908
- "CreateGameSessionQueueInput":{
909
- "type":"structure",
910
- "required":["Name"],
911
- "members":{
912
- "Name":{"shape":"GameSessionQueueName"},
913
- "TimeoutInSeconds":{"shape":"WholeNumber"},
914
- "PlayerLatencyPolicies":{"shape":"PlayerLatencyPolicyList"},
915
- "Destinations":{"shape":"GameSessionQueueDestinationList"}
916
- }
917
- },
918
- "CreateGameSessionQueueOutput":{
919
- "type":"structure",
920
- "members":{
921
- "GameSessionQueue":{"shape":"GameSessionQueue"}
922
- }
923
- },
924
- "CreatePlayerSessionInput":{
925
- "type":"structure",
926
- "required":[
927
- "GameSessionId",
928
- "PlayerId"
929
- ],
930
- "members":{
931
- "GameSessionId":{"shape":"ArnStringModel"},
932
- "PlayerId":{"shape":"NonZeroAndMaxString"},
933
- "PlayerData":{"shape":"PlayerData"}
934
- }
935
- },
936
- "CreatePlayerSessionOutput":{
937
- "type":"structure",
938
- "members":{
939
- "PlayerSession":{"shape":"PlayerSession"}
940
- }
941
- },
942
- "CreatePlayerSessionsInput":{
943
- "type":"structure",
944
- "required":[
945
- "GameSessionId",
946
- "PlayerIds"
947
- ],
948
- "members":{
949
- "GameSessionId":{"shape":"ArnStringModel"},
950
- "PlayerIds":{"shape":"PlayerIdList"},
951
- "PlayerDataMap":{"shape":"PlayerDataMap"}
952
- }
953
- },
954
- "CreatePlayerSessionsOutput":{
955
- "type":"structure",
956
- "members":{
957
- "PlayerSessions":{"shape":"PlayerSessionList"}
958
- }
959
- },
960
- "DeleteAliasInput":{
961
- "type":"structure",
962
- "required":["AliasId"],
963
- "members":{
964
- "AliasId":{"shape":"AliasId"}
965
- }
966
- },
967
- "DeleteBuildInput":{
968
- "type":"structure",
969
- "required":["BuildId"],
970
- "members":{
971
- "BuildId":{"shape":"BuildId"}
972
- }
973
- },
974
- "DeleteFleetInput":{
975
- "type":"structure",
976
- "required":["FleetId"],
977
- "members":{
978
- "FleetId":{"shape":"FleetId"}
979
- }
980
- },
981
- "DeleteGameSessionQueueInput":{
982
- "type":"structure",
983
- "required":["Name"],
984
- "members":{
985
- "Name":{"shape":"GameSessionQueueName"}
986
- }
987
- },
988
- "DeleteGameSessionQueueOutput":{
989
- "type":"structure",
990
- "members":{
991
- }
992
- },
993
- "DeleteScalingPolicyInput":{
994
- "type":"structure",
995
- "required":[
996
- "Name",
997
- "FleetId"
998
- ],
999
- "members":{
1000
- "Name":{"shape":"NonZeroAndMaxString"},
1001
- "FleetId":{"shape":"FleetId"}
1002
- }
1003
- },
1004
- "DescribeAliasInput":{
1005
- "type":"structure",
1006
- "required":["AliasId"],
1007
- "members":{
1008
- "AliasId":{"shape":"AliasId"}
1009
- }
1010
- },
1011
- "DescribeAliasOutput":{
1012
- "type":"structure",
1013
- "members":{
1014
- "Alias":{"shape":"Alias"}
1015
- }
1016
- },
1017
- "DescribeBuildInput":{
1018
- "type":"structure",
1019
- "required":["BuildId"],
1020
- "members":{
1021
- "BuildId":{"shape":"BuildId"}
1022
- }
1023
- },
1024
- "DescribeBuildOutput":{
1025
- "type":"structure",
1026
- "members":{
1027
- "Build":{"shape":"Build"}
1028
- }
1029
- },
1030
- "DescribeEC2InstanceLimitsInput":{
1031
- "type":"structure",
1032
- "members":{
1033
- "EC2InstanceType":{"shape":"EC2InstanceType"}
1034
- }
1035
- },
1036
- "DescribeEC2InstanceLimitsOutput":{
1037
- "type":"structure",
1038
- "members":{
1039
- "EC2InstanceLimits":{"shape":"EC2InstanceLimitList"}
1040
- }
1041
- },
1042
- "DescribeFleetAttributesInput":{
1043
- "type":"structure",
1044
- "members":{
1045
- "FleetIds":{"shape":"FleetIdList"},
1046
- "Limit":{"shape":"PositiveInteger"},
1047
- "NextToken":{"shape":"NonZeroAndMaxString"}
1048
- }
1049
- },
1050
- "DescribeFleetAttributesOutput":{
1051
- "type":"structure",
1052
- "members":{
1053
- "FleetAttributes":{"shape":"FleetAttributesList"},
1054
- "NextToken":{"shape":"NonZeroAndMaxString"}
1055
- }
1056
- },
1057
- "DescribeFleetCapacityInput":{
1058
- "type":"structure",
1059
- "members":{
1060
- "FleetIds":{"shape":"FleetIdList"},
1061
- "Limit":{"shape":"PositiveInteger"},
1062
- "NextToken":{"shape":"NonZeroAndMaxString"}
1063
- }
1064
- },
1065
- "DescribeFleetCapacityOutput":{
1066
- "type":"structure",
1067
- "members":{
1068
- "FleetCapacity":{"shape":"FleetCapacityList"},
1069
- "NextToken":{"shape":"NonZeroAndMaxString"}
1070
- }
1071
- },
1072
- "DescribeFleetEventsInput":{
1073
- "type":"structure",
1074
- "required":["FleetId"],
1075
- "members":{
1076
- "FleetId":{"shape":"FleetId"},
1077
- "StartTime":{"shape":"Timestamp"},
1078
- "EndTime":{"shape":"Timestamp"},
1079
- "Limit":{"shape":"PositiveInteger"},
1080
- "NextToken":{"shape":"NonZeroAndMaxString"}
1081
- }
1082
- },
1083
- "DescribeFleetEventsOutput":{
1084
- "type":"structure",
1085
- "members":{
1086
- "Events":{"shape":"EventList"},
1087
- "NextToken":{"shape":"NonZeroAndMaxString"}
1088
- }
1089
- },
1090
- "DescribeFleetPortSettingsInput":{
1091
- "type":"structure",
1092
- "required":["FleetId"],
1093
- "members":{
1094
- "FleetId":{"shape":"FleetId"}
1095
- }
1096
- },
1097
- "DescribeFleetPortSettingsOutput":{
1098
- "type":"structure",
1099
- "members":{
1100
- "InboundPermissions":{"shape":"IpPermissionsList"}
1101
- }
1102
- },
1103
- "DescribeFleetUtilizationInput":{
1104
- "type":"structure",
1105
- "members":{
1106
- "FleetIds":{"shape":"FleetIdList"},
1107
- "Limit":{"shape":"PositiveInteger"},
1108
- "NextToken":{"shape":"NonZeroAndMaxString"}
1109
- }
1110
- },
1111
- "DescribeFleetUtilizationOutput":{
1112
- "type":"structure",
1113
- "members":{
1114
- "FleetUtilization":{"shape":"FleetUtilizationList"},
1115
- "NextToken":{"shape":"NonZeroAndMaxString"}
1116
- }
1117
- },
1118
- "DescribeGameSessionDetailsInput":{
1119
- "type":"structure",
1120
- "members":{
1121
- "FleetId":{"shape":"FleetId"},
1122
- "GameSessionId":{"shape":"ArnStringModel"},
1123
- "AliasId":{"shape":"AliasId"},
1124
- "StatusFilter":{"shape":"NonZeroAndMaxString"},
1125
- "Limit":{"shape":"PositiveInteger"},
1126
- "NextToken":{"shape":"NonZeroAndMaxString"}
1127
- }
1128
- },
1129
- "DescribeGameSessionDetailsOutput":{
1130
- "type":"structure",
1131
- "members":{
1132
- "GameSessionDetails":{"shape":"GameSessionDetailList"},
1133
- "NextToken":{"shape":"NonZeroAndMaxString"}
1134
- }
1135
- },
1136
- "DescribeGameSessionPlacementInput":{
1137
- "type":"structure",
1138
- "required":["PlacementId"],
1139
- "members":{
1140
- "PlacementId":{"shape":"IdStringModel"}
1141
- }
1142
- },
1143
- "DescribeGameSessionPlacementOutput":{
1144
- "type":"structure",
1145
- "members":{
1146
- "GameSessionPlacement":{"shape":"GameSessionPlacement"}
1147
- }
1148
- },
1149
- "DescribeGameSessionQueuesInput":{
1150
- "type":"structure",
1151
- "members":{
1152
- "Names":{"shape":"GameSessionQueueNameList"},
1153
- "Limit":{"shape":"PositiveInteger"},
1154
- "NextToken":{"shape":"NonZeroAndMaxString"}
1155
- }
1156
- },
1157
- "DescribeGameSessionQueuesOutput":{
1158
- "type":"structure",
1159
- "members":{
1160
- "GameSessionQueues":{"shape":"GameSessionQueueList"},
1161
- "NextToken":{"shape":"NonZeroAndMaxString"}
1162
- }
1163
- },
1164
- "DescribeGameSessionsInput":{
1165
- "type":"structure",
1166
- "members":{
1167
- "FleetId":{"shape":"FleetId"},
1168
- "GameSessionId":{"shape":"ArnStringModel"},
1169
- "AliasId":{"shape":"AliasId"},
1170
- "StatusFilter":{"shape":"NonZeroAndMaxString"},
1171
- "Limit":{"shape":"PositiveInteger"},
1172
- "NextToken":{"shape":"NonZeroAndMaxString"}
1173
- }
1174
- },
1175
- "DescribeGameSessionsOutput":{
1176
- "type":"structure",
1177
- "members":{
1178
- "GameSessions":{"shape":"GameSessionList"},
1179
- "NextToken":{"shape":"NonZeroAndMaxString"}
1180
- }
1181
- },
1182
- "DescribeInstancesInput":{
1183
- "type":"structure",
1184
- "required":["FleetId"],
1185
- "members":{
1186
- "FleetId":{"shape":"FleetId"},
1187
- "InstanceId":{"shape":"InstanceId"},
1188
- "Limit":{"shape":"PositiveInteger"},
1189
- "NextToken":{"shape":"NonZeroAndMaxString"}
1190
- }
1191
- },
1192
- "DescribeInstancesOutput":{
1193
- "type":"structure",
1194
- "members":{
1195
- "Instances":{"shape":"InstanceList"},
1196
- "NextToken":{"shape":"NonZeroAndMaxString"}
1197
- }
1198
- },
1199
- "DescribePlayerSessionsInput":{
1200
- "type":"structure",
1201
- "members":{
1202
- "GameSessionId":{"shape":"ArnStringModel"},
1203
- "PlayerId":{"shape":"NonZeroAndMaxString"},
1204
- "PlayerSessionId":{"shape":"PlayerSessionId"},
1205
- "PlayerSessionStatusFilter":{"shape":"NonZeroAndMaxString"},
1206
- "Limit":{"shape":"PositiveInteger"},
1207
- "NextToken":{"shape":"NonZeroAndMaxString"}
1208
- }
1209
- },
1210
- "DescribePlayerSessionsOutput":{
1211
- "type":"structure",
1212
- "members":{
1213
- "PlayerSessions":{"shape":"PlayerSessionList"},
1214
- "NextToken":{"shape":"NonZeroAndMaxString"}
1215
- }
1216
- },
1217
- "DescribeRuntimeConfigurationInput":{
1218
- "type":"structure",
1219
- "required":["FleetId"],
1220
- "members":{
1221
- "FleetId":{"shape":"FleetId"}
1222
- }
1223
- },
1224
- "DescribeRuntimeConfigurationOutput":{
1225
- "type":"structure",
1226
- "members":{
1227
- "RuntimeConfiguration":{"shape":"RuntimeConfiguration"}
1228
- }
1229
- },
1230
- "DescribeScalingPoliciesInput":{
1231
- "type":"structure",
1232
- "required":["FleetId"],
1233
- "members":{
1234
- "FleetId":{"shape":"FleetId"},
1235
- "StatusFilter":{"shape":"ScalingStatusType"},
1236
- "Limit":{"shape":"PositiveInteger"},
1237
- "NextToken":{"shape":"NonZeroAndMaxString"}
1238
- }
1239
- },
1240
- "DescribeScalingPoliciesOutput":{
1241
- "type":"structure",
1242
- "members":{
1243
- "ScalingPolicies":{"shape":"ScalingPolicyList"},
1244
- "NextToken":{"shape":"NonZeroAndMaxString"}
1245
- }
1246
- },
1247
- "DesiredPlayerSession":{
1248
- "type":"structure",
1249
- "members":{
1250
- "PlayerId":{"shape":"NonZeroAndMaxString"},
1251
- "PlayerData":{"shape":"PlayerData"}
1252
- }
1253
- },
1254
- "DesiredPlayerSessionList":{
1255
- "type":"list",
1256
- "member":{"shape":"DesiredPlayerSession"}
1257
- },
1258
- "Double":{"type":"double"},
1259
- "EC2InstanceCounts":{
1260
- "type":"structure",
1261
- "members":{
1262
- "DESIRED":{"shape":"WholeNumber"},
1263
- "MINIMUM":{"shape":"WholeNumber"},
1264
- "MAXIMUM":{"shape":"WholeNumber"},
1265
- "PENDING":{"shape":"WholeNumber"},
1266
- "ACTIVE":{"shape":"WholeNumber"},
1267
- "IDLE":{"shape":"WholeNumber"},
1268
- "TERMINATING":{"shape":"WholeNumber"}
1269
- }
1270
- },
1271
- "EC2InstanceLimit":{
1272
- "type":"structure",
1273
- "members":{
1274
- "EC2InstanceType":{"shape":"EC2InstanceType"},
1275
- "CurrentInstances":{"shape":"WholeNumber"},
1276
- "InstanceLimit":{"shape":"WholeNumber"}
1277
- }
1278
- },
1279
- "EC2InstanceLimitList":{
1280
- "type":"list",
1281
- "member":{"shape":"EC2InstanceLimit"}
1282
- },
1283
- "EC2InstanceType":{
1284
- "type":"string",
1285
- "enum":[
1286
- "t2.micro",
1287
- "t2.small",
1288
- "t2.medium",
1289
- "t2.large",
1290
- "c3.large",
1291
- "c3.xlarge",
1292
- "c3.2xlarge",
1293
- "c3.4xlarge",
1294
- "c3.8xlarge",
1295
- "c4.large",
1296
- "c4.xlarge",
1297
- "c4.2xlarge",
1298
- "c4.4xlarge",
1299
- "c4.8xlarge",
1300
- "r3.large",
1301
- "r3.xlarge",
1302
- "r3.2xlarge",
1303
- "r3.4xlarge",
1304
- "r3.8xlarge",
1305
- "m3.medium",
1306
- "m3.large",
1307
- "m3.xlarge",
1308
- "m3.2xlarge",
1309
- "m4.large",
1310
- "m4.xlarge",
1311
- "m4.2xlarge",
1312
- "m4.4xlarge",
1313
- "m4.10xlarge"
1314
- ]
1315
- },
1316
- "Event":{
1317
- "type":"structure",
1318
- "members":{
1319
- "EventId":{"shape":"NonZeroAndMaxString"},
1320
- "ResourceId":{"shape":"NonZeroAndMaxString"},
1321
- "EventCode":{"shape":"EventCode"},
1322
- "Message":{"shape":"NonEmptyString"},
1323
- "EventTime":{"shape":"Timestamp"}
1324
- }
1325
- },
1326
- "EventCode":{
1327
- "type":"string",
1328
- "enum":[
1329
- "GENERIC_EVENT",
1330
- "FLEET_CREATED",
1331
- "FLEET_DELETED",
1332
- "FLEET_SCALING_EVENT",
1333
- "FLEET_STATE_DOWNLOADING",
1334
- "FLEET_STATE_VALIDATING",
1335
- "FLEET_STATE_BUILDING",
1336
- "FLEET_STATE_ACTIVATING",
1337
- "FLEET_STATE_ACTIVE",
1338
- "FLEET_STATE_ERROR",
1339
- "FLEET_INITIALIZATION_FAILED",
1340
- "FLEET_BINARY_DOWNLOAD_FAILED",
1341
- "FLEET_VALIDATION_LAUNCH_PATH_NOT_FOUND",
1342
- "FLEET_VALIDATION_EXECUTABLE_RUNTIME_FAILURE",
1343
- "FLEET_VALIDATION_TIMED_OUT",
1344
- "FLEET_ACTIVATION_FAILED",
1345
- "FLEET_ACTIVATION_FAILED_NO_INSTANCES",
1346
- "FLEET_NEW_GAME_SESSION_PROTECTION_POLICY_UPDATED",
1347
- "SERVER_PROCESS_INVALID_PATH",
1348
- "SERVER_PROCESS_SDK_INITIALIZATION_TIMEOUT",
1349
- "SERVER_PROCESS_PROCESS_READY_TIMEOUT",
1350
- "SERVER_PROCESS_CRASHED",
1351
- "SERVER_PROCESS_TERMINATED_UNHEALTHY",
1352
- "SERVER_PROCESS_FORCE_TERMINATED",
1353
- "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT",
1354
- "GAME_SESSION_ACTIVATION_TIMEOUT"
1355
- ]
1356
- },
1357
- "EventList":{
1358
- "type":"list",
1359
- "member":{"shape":"Event"}
1360
- },
1361
- "FleetAttributes":{
1362
- "type":"structure",
1363
- "members":{
1364
- "FleetId":{"shape":"FleetId"},
1365
- "FleetArn":{"shape":"ArnStringModel"},
1366
- "Description":{"shape":"NonZeroAndMaxString"},
1367
- "Name":{"shape":"NonZeroAndMaxString"},
1368
- "CreationTime":{"shape":"Timestamp"},
1369
- "TerminationTime":{"shape":"Timestamp"},
1370
- "Status":{"shape":"FleetStatus"},
1371
- "BuildId":{"shape":"BuildId"},
1372
- "ServerLaunchPath":{"shape":"NonZeroAndMaxString"},
1373
- "ServerLaunchParameters":{"shape":"NonZeroAndMaxString"},
1374
- "LogPaths":{"shape":"StringList"},
1375
- "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
1376
- "OperatingSystem":{"shape":"OperatingSystem"},
1377
- "ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
1378
- "MetricGroups":{"shape":"MetricGroupList"}
1379
- }
1380
- },
1381
- "FleetAttributesList":{
1382
- "type":"list",
1383
- "member":{"shape":"FleetAttributes"}
1384
- },
1385
- "FleetCapacity":{
1386
- "type":"structure",
1387
- "members":{
1388
- "FleetId":{"shape":"FleetId"},
1389
- "InstanceType":{"shape":"EC2InstanceType"},
1390
- "InstanceCounts":{"shape":"EC2InstanceCounts"}
1391
- }
1392
- },
1393
- "FleetCapacityExceededException":{
1394
- "type":"structure",
1395
- "members":{
1396
- "Message":{"shape":"NonEmptyString"}
1397
- },
1398
- "exception":true
1399
- },
1400
- "FleetCapacityList":{
1401
- "type":"list",
1402
- "member":{"shape":"FleetCapacity"}
1403
- },
1404
- "FleetId":{
1405
- "type":"string",
1406
- "pattern":"^fleet-\\S+"
1407
- },
1408
- "FleetIdList":{
1409
- "type":"list",
1410
- "member":{"shape":"FleetId"},
1411
- "min":1
1412
- },
1413
- "FleetStatus":{
1414
- "type":"string",
1415
- "enum":[
1416
- "NEW",
1417
- "DOWNLOADING",
1418
- "VALIDATING",
1419
- "BUILDING",
1420
- "ACTIVATING",
1421
- "ACTIVE",
1422
- "DELETING",
1423
- "ERROR",
1424
- "TERMINATED"
1425
- ]
1426
- },
1427
- "FleetUtilization":{
1428
- "type":"structure",
1429
- "members":{
1430
- "FleetId":{"shape":"FleetId"},
1431
- "ActiveServerProcessCount":{"shape":"WholeNumber"},
1432
- "ActiveGameSessionCount":{"shape":"WholeNumber"},
1433
- "CurrentPlayerSessionCount":{"shape":"WholeNumber"},
1434
- "MaximumPlayerSessionCount":{"shape":"WholeNumber"}
1435
- }
1436
- },
1437
- "FleetUtilizationList":{
1438
- "type":"list",
1439
- "member":{"shape":"FleetUtilization"}
1440
- },
1441
- "Float":{"type":"float"},
1442
- "FreeText":{"type":"string"},
1443
- "GameProperty":{
1444
- "type":"structure",
1445
- "required":[
1446
- "Key",
1447
- "Value"
1448
- ],
1449
- "members":{
1450
- "Key":{"shape":"GamePropertyKey"},
1451
- "Value":{"shape":"GamePropertyValue"}
1452
- }
1453
- },
1454
- "GamePropertyKey":{
1455
- "type":"string",
1456
- "max":32
1457
- },
1458
- "GamePropertyList":{
1459
- "type":"list",
1460
- "member":{"shape":"GameProperty"},
1461
- "max":16
1462
- },
1463
- "GamePropertyValue":{
1464
- "type":"string",
1465
- "max":96
1466
- },
1467
- "GameSession":{
1468
- "type":"structure",
1469
- "members":{
1470
- "GameSessionId":{"shape":"NonZeroAndMaxString"},
1471
- "Name":{"shape":"NonZeroAndMaxString"},
1472
- "FleetId":{"shape":"FleetId"},
1473
- "CreationTime":{"shape":"Timestamp"},
1474
- "TerminationTime":{"shape":"Timestamp"},
1475
- "CurrentPlayerSessionCount":{"shape":"WholeNumber"},
1476
- "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
1477
- "Status":{"shape":"GameSessionStatus"},
1478
- "GameProperties":{"shape":"GamePropertyList"},
1479
- "IpAddress":{"shape":"IpAddress"},
1480
- "Port":{"shape":"PortNumber"},
1481
- "PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"},
1482
- "CreatorId":{"shape":"NonZeroAndMaxString"}
1483
- }
1484
- },
1485
- "GameSessionActivationTimeoutSeconds":{
1486
- "type":"integer",
1487
- "max":600,
1488
- "min":1
1489
- },
1490
- "GameSessionDetail":{
1491
- "type":"structure",
1492
- "members":{
1493
- "GameSession":{"shape":"GameSession"},
1494
- "ProtectionPolicy":{"shape":"ProtectionPolicy"}
1495
- }
1496
- },
1497
- "GameSessionDetailList":{
1498
- "type":"list",
1499
- "member":{"shape":"GameSessionDetail"}
1500
- },
1501
- "GameSessionFullException":{
1502
- "type":"structure",
1503
- "members":{
1504
- "Message":{"shape":"NonEmptyString"}
1505
- },
1506
- "exception":true
1507
- },
1508
- "GameSessionList":{
1509
- "type":"list",
1510
- "member":{"shape":"GameSession"}
1511
- },
1512
- "GameSessionPlacement":{
1513
- "type":"structure",
1514
- "members":{
1515
- "PlacementId":{"shape":"IdStringModel"},
1516
- "GameSessionQueueName":{"shape":"GameSessionQueueName"},
1517
- "Status":{"shape":"GameSessionPlacementState"},
1518
- "GameProperties":{"shape":"GamePropertyList"},
1519
- "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
1520
- "GameSessionName":{"shape":"NonZeroAndMaxString"},
1521
- "GameSessionId":{"shape":"NonZeroAndMaxString"},
1522
- "GameSessionArn":{"shape":"NonZeroAndMaxString"},
1523
- "GameSessionRegion":{"shape":"NonZeroAndMaxString"},
1524
- "PlayerLatencies":{"shape":"PlayerLatencyList"},
1525
- "StartTime":{"shape":"Timestamp"},
1526
- "EndTime":{"shape":"Timestamp"},
1527
- "IpAddress":{"shape":"IpAddress"},
1528
- "Port":{"shape":"PortNumber"},
1529
- "PlacedPlayerSessions":{"shape":"PlacedPlayerSessionList"}
1530
- }
1531
- },
1532
- "GameSessionPlacementState":{
1533
- "type":"string",
1534
- "enum":[
1535
- "PENDING",
1536
- "FULFILLED",
1537
- "CANCELLED",
1538
- "TIMED_OUT"
1539
- ]
1540
- },
1541
- "GameSessionQueue":{
1542
- "type":"structure",
1543
- "members":{
1544
- "Name":{"shape":"GameSessionQueueName"},
1545
- "GameSessionQueueArn":{"shape":"ArnStringModel"},
1546
- "TimeoutInSeconds":{"shape":"WholeNumber"},
1547
- "PlayerLatencyPolicies":{"shape":"PlayerLatencyPolicyList"},
1548
- "Destinations":{"shape":"GameSessionQueueDestinationList"}
1549
- }
1550
- },
1551
- "GameSessionQueueDestination":{
1552
- "type":"structure",
1553
- "members":{
1554
- "DestinationArn":{"shape":"ArnStringModel"}
1555
- }
1556
- },
1557
- "GameSessionQueueDestinationList":{
1558
- "type":"list",
1559
- "member":{"shape":"GameSessionQueueDestination"}
1560
- },
1561
- "GameSessionQueueList":{
1562
- "type":"list",
1563
- "member":{"shape":"GameSessionQueue"}
1564
- },
1565
- "GameSessionQueueName":{
1566
- "type":"string",
1567
- "max":128,
1568
- "min":1,
1569
- "pattern":"[a-zA-Z0-9-]+"
1570
- },
1571
- "GameSessionQueueNameList":{
1572
- "type":"list",
1573
- "member":{"shape":"GameSessionQueueName"}
1574
- },
1575
- "GameSessionStatus":{
1576
- "type":"string",
1577
- "enum":[
1578
- "ACTIVE",
1579
- "ACTIVATING",
1580
- "TERMINATED",
1581
- "TERMINATING",
1582
- "ERROR"
1583
- ]
1584
- },
1585
- "GetGameSessionLogUrlInput":{
1586
- "type":"structure",
1587
- "required":["GameSessionId"],
1588
- "members":{
1589
- "GameSessionId":{"shape":"ArnStringModel"}
1590
- }
1591
- },
1592
- "GetGameSessionLogUrlOutput":{
1593
- "type":"structure",
1594
- "members":{
1595
- "PreSignedUrl":{"shape":"NonZeroAndMaxString"}
1596
- }
1597
- },
1598
- "GetInstanceAccessInput":{
1599
- "type":"structure",
1600
- "required":[
1601
- "FleetId",
1602
- "InstanceId"
1603
- ],
1604
- "members":{
1605
- "FleetId":{"shape":"FleetId"},
1606
- "InstanceId":{"shape":"InstanceId"}
1607
- }
1608
- },
1609
- "GetInstanceAccessOutput":{
1610
- "type":"structure",
1611
- "members":{
1612
- "InstanceAccess":{"shape":"InstanceAccess"}
1613
- }
1614
- },
1615
- "IdStringModel":{
1616
- "type":"string",
1617
- "max":48,
1618
- "min":1,
1619
- "pattern":"[a-zA-Z0-9-]+"
1620
- },
1621
- "IdempotentParameterMismatchException":{
1622
- "type":"structure",
1623
- "members":{
1624
- "Message":{"shape":"NonEmptyString"}
1625
- },
1626
- "exception":true
1627
- },
1628
- "Instance":{
1629
- "type":"structure",
1630
- "members":{
1631
- "FleetId":{"shape":"FleetId"},
1632
- "InstanceId":{"shape":"InstanceId"},
1633
- "IpAddress":{"shape":"IpAddress"},
1634
- "OperatingSystem":{"shape":"OperatingSystem"},
1635
- "Type":{"shape":"EC2InstanceType"},
1636
- "Status":{"shape":"InstanceStatus"},
1637
- "CreationTime":{"shape":"Timestamp"}
1638
- }
1639
- },
1640
- "InstanceAccess":{
1641
- "type":"structure",
1642
- "members":{
1643
- "FleetId":{"shape":"FleetId"},
1644
- "InstanceId":{"shape":"InstanceId"},
1645
- "IpAddress":{"shape":"IpAddress"},
1646
- "OperatingSystem":{"shape":"OperatingSystem"},
1647
- "Credentials":{"shape":"InstanceCredentials"}
1648
- }
1649
- },
1650
- "InstanceCredentials":{
1651
- "type":"structure",
1652
- "members":{
1653
- "UserName":{"shape":"NonEmptyString"},
1654
- "Secret":{"shape":"NonEmptyString"}
1655
- },
1656
- "sensitive":true
1657
- },
1658
- "InstanceId":{
1659
- "type":"string",
1660
- "pattern":"[a-zA-Z0-9\\.-]+"
1661
- },
1662
- "InstanceList":{
1663
- "type":"list",
1664
- "member":{"shape":"Instance"}
1665
- },
1666
- "InstanceStatus":{
1667
- "type":"string",
1668
- "enum":[
1669
- "PENDING",
1670
- "ACTIVE",
1671
- "TERMINATING"
1672
- ]
1673
- },
1674
- "Integer":{"type":"integer"},
1675
- "InternalServiceException":{
1676
- "type":"structure",
1677
- "members":{
1678
- "Message":{"shape":"NonEmptyString"}
1679
- },
1680
- "exception":true,
1681
- "fault":true
1682
- },
1683
- "InvalidFleetStatusException":{
1684
- "type":"structure",
1685
- "members":{
1686
- "Message":{"shape":"NonEmptyString"}
1687
- },
1688
- "exception":true
1689
- },
1690
- "InvalidGameSessionStatusException":{
1691
- "type":"structure",
1692
- "members":{
1693
- "Message":{"shape":"NonEmptyString"}
1694
- },
1695
- "exception":true
1696
- },
1697
- "InvalidRequestException":{
1698
- "type":"structure",
1699
- "members":{
1700
- "Message":{"shape":"NonEmptyString"}
1701
- },
1702
- "exception":true
1703
- },
1704
- "IpAddress":{"type":"string"},
1705
- "IpPermission":{
1706
- "type":"structure",
1707
- "required":[
1708
- "FromPort",
1709
- "ToPort",
1710
- "IpRange",
1711
- "Protocol"
1712
- ],
1713
- "members":{
1714
- "FromPort":{"shape":"PortNumber"},
1715
- "ToPort":{"shape":"PortNumber"},
1716
- "IpRange":{"shape":"NonBlankString"},
1717
- "Protocol":{"shape":"IpProtocol"}
1718
- }
1719
- },
1720
- "IpPermissionsList":{
1721
- "type":"list",
1722
- "member":{"shape":"IpPermission"},
1723
- "max":50
1724
- },
1725
- "IpProtocol":{
1726
- "type":"string",
1727
- "enum":[
1728
- "TCP",
1729
- "UDP"
1730
- ]
1731
- },
1732
- "LimitExceededException":{
1733
- "type":"structure",
1734
- "members":{
1735
- "Message":{"shape":"NonEmptyString"}
1736
- },
1737
- "exception":true
1738
- },
1739
- "ListAliasesInput":{
1740
- "type":"structure",
1741
- "members":{
1742
- "RoutingStrategyType":{"shape":"RoutingStrategyType"},
1743
- "Name":{"shape":"NonEmptyString"},
1744
- "Limit":{"shape":"PositiveInteger"},
1745
- "NextToken":{"shape":"NonEmptyString"}
1746
- }
1747
- },
1748
- "ListAliasesOutput":{
1749
- "type":"structure",
1750
- "members":{
1751
- "Aliases":{"shape":"AliasList"},
1752
- "NextToken":{"shape":"NonEmptyString"}
1753
- }
1754
- },
1755
- "ListBuildsInput":{
1756
- "type":"structure",
1757
- "members":{
1758
- "Status":{"shape":"BuildStatus"},
1759
- "Limit":{"shape":"PositiveInteger"},
1760
- "NextToken":{"shape":"NonEmptyString"}
1761
- }
1762
- },
1763
- "ListBuildsOutput":{
1764
- "type":"structure",
1765
- "members":{
1766
- "Builds":{"shape":"BuildList"},
1767
- "NextToken":{"shape":"NonEmptyString"}
1768
- }
1769
- },
1770
- "ListFleetsInput":{
1771
- "type":"structure",
1772
- "members":{
1773
- "BuildId":{"shape":"BuildId"},
1774
- "Limit":{"shape":"PositiveInteger"},
1775
- "NextToken":{"shape":"NonZeroAndMaxString"}
1776
- }
1777
- },
1778
- "ListFleetsOutput":{
1779
- "type":"structure",
1780
- "members":{
1781
- "FleetIds":{"shape":"FleetIdList"},
1782
- "NextToken":{"shape":"NonZeroAndMaxString"}
1783
- }
1784
- },
1785
- "MaxConcurrentGameSessionActivations":{
1786
- "type":"integer",
1787
- "max":2147483647,
1788
- "min":1
1789
- },
1790
- "MetricGroup":{
1791
- "type":"string",
1792
- "max":255,
1793
- "min":1
1794
- },
1795
- "MetricGroupList":{
1796
- "type":"list",
1797
- "member":{"shape":"MetricGroup"},
1798
- "max":1
1799
- },
1800
- "MetricName":{
1801
- "type":"string",
1802
- "enum":[
1803
- "ActivatingGameSessions",
1804
- "ActiveGameSessions",
1805
- "ActiveInstances",
1806
- "AvailableGameSessions",
1807
- "AvailablePlayerSessions",
1808
- "CurrentPlayerSessions",
1809
- "IdleInstances",
1810
- "PercentAvailableGameSessions",
1811
- "PercentIdleInstances",
1812
- "QueueDepth",
1813
- "WaitTime"
1814
- ]
1815
- },
1816
- "NonBlankAndLengthConstraintString":{
1817
- "type":"string",
1818
- "max":1024,
1819
- "min":1,
1820
- "pattern":".*\\S.*"
1821
- },
1822
- "NonBlankString":{
1823
- "type":"string",
1824
- "pattern":"[^\\s]+"
1825
- },
1826
- "NonEmptyString":{
1827
- "type":"string",
1828
- "min":1
1829
- },
1830
- "NonZeroAndMaxString":{
1831
- "type":"string",
1832
- "max":1024,
1833
- "min":1
1834
- },
1835
- "NotFoundException":{
1836
- "type":"structure",
1837
- "members":{
1838
- "Message":{"shape":"NonEmptyString"}
1839
- },
1840
- "exception":true
1841
- },
1842
- "OperatingSystem":{
1843
- "type":"string",
1844
- "enum":[
1845
- "WINDOWS_2012",
1846
- "AMAZON_LINUX"
1847
- ]
1848
- },
1849
- "PlacedPlayerSession":{
1850
- "type":"structure",
1851
- "members":{
1852
- "PlayerId":{"shape":"NonZeroAndMaxString"},
1853
- "PlayerSessionId":{"shape":"PlayerSessionId"}
1854
- }
1855
- },
1856
- "PlacedPlayerSessionList":{
1857
- "type":"list",
1858
- "member":{"shape":"PlacedPlayerSession"}
1859
- },
1860
- "PlayerData":{
1861
- "type":"string",
1862
- "max":2048,
1863
- "min":1
1864
- },
1865
- "PlayerDataMap":{
1866
- "type":"map",
1867
- "key":{"shape":"NonZeroAndMaxString"},
1868
- "value":{"shape":"PlayerData"}
1869
- },
1870
- "PlayerIdList":{
1871
- "type":"list",
1872
- "member":{"shape":"NonZeroAndMaxString"},
1873
- "max":25,
1874
- "min":1
1875
- },
1876
- "PlayerLatency":{
1877
- "type":"structure",
1878
- "members":{
1879
- "PlayerId":{"shape":"NonZeroAndMaxString"},
1880
- "RegionIdentifier":{"shape":"NonZeroAndMaxString"},
1881
- "LatencyInMilliseconds":{"shape":"Float"}
1882
- }
1883
- },
1884
- "PlayerLatencyList":{
1885
- "type":"list",
1886
- "member":{"shape":"PlayerLatency"}
1887
- },
1888
- "PlayerLatencyPolicy":{
1889
- "type":"structure",
1890
- "members":{
1891
- "MaximumIndividualPlayerLatencyMilliseconds":{"shape":"WholeNumber"},
1892
- "PolicyDurationSeconds":{"shape":"WholeNumber"}
1893
- }
1894
- },
1895
- "PlayerLatencyPolicyList":{
1896
- "type":"list",
1897
- "member":{"shape":"PlayerLatencyPolicy"}
1898
- },
1899
- "PlayerSession":{
1900
- "type":"structure",
1901
- "members":{
1902
- "PlayerSessionId":{"shape":"PlayerSessionId"},
1903
- "PlayerId":{"shape":"NonZeroAndMaxString"},
1904
- "GameSessionId":{"shape":"NonZeroAndMaxString"},
1905
- "FleetId":{"shape":"FleetId"},
1906
- "CreationTime":{"shape":"Timestamp"},
1907
- "TerminationTime":{"shape":"Timestamp"},
1908
- "Status":{"shape":"PlayerSessionStatus"},
1909
- "IpAddress":{"shape":"IpAddress"},
1910
- "Port":{"shape":"PortNumber"},
1911
- "PlayerData":{"shape":"PlayerData"}
1912
- }
1913
- },
1914
- "PlayerSessionCreationPolicy":{
1915
- "type":"string",
1916
- "enum":[
1917
- "ACCEPT_ALL",
1918
- "DENY_ALL"
1919
- ]
1920
- },
1921
- "PlayerSessionId":{
1922
- "type":"string",
1923
- "pattern":"^psess-\\S+"
1924
- },
1925
- "PlayerSessionList":{
1926
- "type":"list",
1927
- "member":{"shape":"PlayerSession"}
1928
- },
1929
- "PlayerSessionStatus":{
1930
- "type":"string",
1931
- "enum":[
1932
- "RESERVED",
1933
- "ACTIVE",
1934
- "COMPLETED",
1935
- "TIMEDOUT"
1936
- ]
1937
- },
1938
- "PortNumber":{
1939
- "type":"integer",
1940
- "max":60000,
1941
- "min":1
1942
- },
1943
- "PositiveInteger":{
1944
- "type":"integer",
1945
- "min":1
1946
- },
1947
- "PositiveLong":{
1948
- "type":"long",
1949
- "min":1
1950
- },
1951
- "ProtectionPolicy":{
1952
- "type":"string",
1953
- "enum":[
1954
- "NoProtection",
1955
- "FullProtection"
1956
- ]
1957
- },
1958
- "PutScalingPolicyInput":{
1959
- "type":"structure",
1960
- "required":[
1961
- "Name",
1962
- "FleetId",
1963
- "ScalingAdjustment",
1964
- "ScalingAdjustmentType",
1965
- "Threshold",
1966
- "ComparisonOperator",
1967
- "EvaluationPeriods",
1968
- "MetricName"
1969
- ],
1970
- "members":{
1971
- "Name":{"shape":"NonZeroAndMaxString"},
1972
- "FleetId":{"shape":"FleetId"},
1973
- "ScalingAdjustment":{"shape":"Integer"},
1974
- "ScalingAdjustmentType":{"shape":"ScalingAdjustmentType"},
1975
- "Threshold":{"shape":"Double"},
1976
- "ComparisonOperator":{"shape":"ComparisonOperatorType"},
1977
- "EvaluationPeriods":{"shape":"PositiveInteger"},
1978
- "MetricName":{"shape":"MetricName"}
1979
- }
1980
- },
1981
- "PutScalingPolicyOutput":{
1982
- "type":"structure",
1983
- "members":{
1984
- "Name":{"shape":"NonZeroAndMaxString"}
1985
- }
1986
- },
1987
- "RequestUploadCredentialsInput":{
1988
- "type":"structure",
1989
- "required":["BuildId"],
1990
- "members":{
1991
- "BuildId":{"shape":"BuildId"}
1992
- }
1993
- },
1994
- "RequestUploadCredentialsOutput":{
1995
- "type":"structure",
1996
- "members":{
1997
- "UploadCredentials":{"shape":"AwsCredentials"},
1998
- "StorageLocation":{"shape":"S3Location"}
1999
- }
2000
- },
2001
- "ResolveAliasInput":{
2002
- "type":"structure",
2003
- "required":["AliasId"],
2004
- "members":{
2005
- "AliasId":{"shape":"AliasId"}
2006
- }
2007
- },
2008
- "ResolveAliasOutput":{
2009
- "type":"structure",
2010
- "members":{
2011
- "FleetId":{"shape":"FleetId"}
2012
- }
2013
- },
2014
- "ResourceCreationLimitPolicy":{
2015
- "type":"structure",
2016
- "members":{
2017
- "NewGameSessionsPerCreator":{"shape":"WholeNumber"},
2018
- "PolicyPeriodInMinutes":{"shape":"WholeNumber"}
2019
- }
2020
- },
2021
- "RoutingStrategy":{
2022
- "type":"structure",
2023
- "members":{
2024
- "Type":{"shape":"RoutingStrategyType"},
2025
- "FleetId":{"shape":"FleetId"},
2026
- "Message":{"shape":"FreeText"}
2027
- }
2028
- },
2029
- "RoutingStrategyType":{
2030
- "type":"string",
2031
- "enum":[
2032
- "SIMPLE",
2033
- "TERMINAL"
2034
- ]
2035
- },
2036
- "RuntimeConfiguration":{
2037
- "type":"structure",
2038
- "members":{
2039
- "ServerProcesses":{"shape":"ServerProcessList"},
2040
- "MaxConcurrentGameSessionActivations":{"shape":"MaxConcurrentGameSessionActivations"},
2041
- "GameSessionActivationTimeoutSeconds":{"shape":"GameSessionActivationTimeoutSeconds"}
2042
- }
2043
- },
2044
- "S3Location":{
2045
- "type":"structure",
2046
- "members":{
2047
- "Bucket":{"shape":"NonEmptyString"},
2048
- "Key":{"shape":"NonEmptyString"},
2049
- "RoleArn":{"shape":"NonEmptyString"}
2050
- }
2051
- },
2052
- "ScalingAdjustmentType":{
2053
- "type":"string",
2054
- "enum":[
2055
- "ChangeInCapacity",
2056
- "ExactCapacity",
2057
- "PercentChangeInCapacity"
2058
- ]
2059
- },
2060
- "ScalingPolicy":{
2061
- "type":"structure",
2062
- "members":{
2063
- "FleetId":{"shape":"FleetId"},
2064
- "Name":{"shape":"NonZeroAndMaxString"},
2065
- "Status":{"shape":"ScalingStatusType"},
2066
- "ScalingAdjustment":{"shape":"Integer"},
2067
- "ScalingAdjustmentType":{"shape":"ScalingAdjustmentType"},
2068
- "ComparisonOperator":{"shape":"ComparisonOperatorType"},
2069
- "Threshold":{"shape":"Double"},
2070
- "EvaluationPeriods":{"shape":"PositiveInteger"},
2071
- "MetricName":{"shape":"MetricName"}
2072
- }
2073
- },
2074
- "ScalingPolicyList":{
2075
- "type":"list",
2076
- "member":{"shape":"ScalingPolicy"}
2077
- },
2078
- "ScalingStatusType":{
2079
- "type":"string",
2080
- "enum":[
2081
- "ACTIVE",
2082
- "UPDATE_REQUESTED",
2083
- "UPDATING",
2084
- "DELETE_REQUESTED",
2085
- "DELETING",
2086
- "DELETED",
2087
- "ERROR"
2088
- ]
2089
- },
2090
- "SearchGameSessionsInput":{
2091
- "type":"structure",
2092
- "members":{
2093
- "FleetId":{"shape":"FleetId"},
2094
- "AliasId":{"shape":"AliasId"},
2095
- "FilterExpression":{"shape":"NonZeroAndMaxString"},
2096
- "SortExpression":{"shape":"NonZeroAndMaxString"},
2097
- "Limit":{"shape":"PositiveInteger"},
2098
- "NextToken":{"shape":"NonZeroAndMaxString"}
2099
- }
2100
- },
2101
- "SearchGameSessionsOutput":{
2102
- "type":"structure",
2103
- "members":{
2104
- "GameSessions":{"shape":"GameSessionList"},
2105
- "NextToken":{"shape":"NonZeroAndMaxString"}
2106
- }
2107
- },
2108
- "ServerProcess":{
2109
- "type":"structure",
2110
- "required":[
2111
- "LaunchPath",
2112
- "ConcurrentExecutions"
2113
- ],
2114
- "members":{
2115
- "LaunchPath":{"shape":"NonZeroAndMaxString"},
2116
- "Parameters":{"shape":"NonZeroAndMaxString"},
2117
- "ConcurrentExecutions":{"shape":"PositiveInteger"}
2118
- }
2119
- },
2120
- "ServerProcessList":{
2121
- "type":"list",
2122
- "member":{"shape":"ServerProcess"},
2123
- "max":50,
2124
- "min":1
2125
- },
2126
- "StartGameSessionPlacementInput":{
2127
- "type":"structure",
2128
- "required":[
2129
- "PlacementId",
2130
- "GameSessionQueueName",
2131
- "MaximumPlayerSessionCount"
2132
- ],
2133
- "members":{
2134
- "PlacementId":{"shape":"IdStringModel"},
2135
- "GameSessionQueueName":{"shape":"GameSessionQueueName"},
2136
- "GameProperties":{"shape":"GamePropertyList"},
2137
- "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
2138
- "GameSessionName":{"shape":"NonZeroAndMaxString"},
2139
- "PlayerLatencies":{"shape":"PlayerLatencyList"},
2140
- "DesiredPlayerSessions":{"shape":"DesiredPlayerSessionList"}
2141
- }
2142
- },
2143
- "StartGameSessionPlacementOutput":{
2144
- "type":"structure",
2145
- "members":{
2146
- "GameSessionPlacement":{"shape":"GameSessionPlacement"}
2147
- }
2148
- },
2149
- "StopGameSessionPlacementInput":{
2150
- "type":"structure",
2151
- "required":["PlacementId"],
2152
- "members":{
2153
- "PlacementId":{"shape":"IdStringModel"}
2154
- }
2155
- },
2156
- "StopGameSessionPlacementOutput":{
2157
- "type":"structure",
2158
- "members":{
2159
- "GameSessionPlacement":{"shape":"GameSessionPlacement"}
2160
- }
2161
- },
2162
- "StringList":{
2163
- "type":"list",
2164
- "member":{"shape":"NonZeroAndMaxString"}
2165
- },
2166
- "TerminalRoutingStrategyException":{
2167
- "type":"structure",
2168
- "members":{
2169
- "Message":{"shape":"NonEmptyString"}
2170
- },
2171
- "exception":true
2172
- },
2173
- "Timestamp":{"type":"timestamp"},
2174
- "UnauthorizedException":{
2175
- "type":"structure",
2176
- "members":{
2177
- "Message":{"shape":"NonEmptyString"}
2178
- },
2179
- "exception":true
2180
- },
2181
- "UpdateAliasInput":{
2182
- "type":"structure",
2183
- "required":["AliasId"],
2184
- "members":{
2185
- "AliasId":{"shape":"AliasId"},
2186
- "Name":{"shape":"NonBlankAndLengthConstraintString"},
2187
- "Description":{"shape":"NonZeroAndMaxString"},
2188
- "RoutingStrategy":{"shape":"RoutingStrategy"}
2189
- }
2190
- },
2191
- "UpdateAliasOutput":{
2192
- "type":"structure",
2193
- "members":{
2194
- "Alias":{"shape":"Alias"}
2195
- }
2196
- },
2197
- "UpdateBuildInput":{
2198
- "type":"structure",
2199
- "required":["BuildId"],
2200
- "members":{
2201
- "BuildId":{"shape":"BuildId"},
2202
- "Name":{"shape":"NonZeroAndMaxString"},
2203
- "Version":{"shape":"NonZeroAndMaxString"}
2204
- }
2205
- },
2206
- "UpdateBuildOutput":{
2207
- "type":"structure",
2208
- "members":{
2209
- "Build":{"shape":"Build"}
2210
- }
2211
- },
2212
- "UpdateFleetAttributesInput":{
2213
- "type":"structure",
2214
- "required":["FleetId"],
2215
- "members":{
2216
- "FleetId":{"shape":"FleetId"},
2217
- "Name":{"shape":"NonZeroAndMaxString"},
2218
- "Description":{"shape":"NonZeroAndMaxString"},
2219
- "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
2220
- "ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
2221
- "MetricGroups":{"shape":"MetricGroupList"}
2222
- }
2223
- },
2224
- "UpdateFleetAttributesOutput":{
2225
- "type":"structure",
2226
- "members":{
2227
- "FleetId":{"shape":"FleetId"}
2228
- }
2229
- },
2230
- "UpdateFleetCapacityInput":{
2231
- "type":"structure",
2232
- "required":["FleetId"],
2233
- "members":{
2234
- "FleetId":{"shape":"FleetId"},
2235
- "DesiredInstances":{"shape":"WholeNumber"},
2236
- "MinSize":{"shape":"WholeNumber"},
2237
- "MaxSize":{"shape":"WholeNumber"}
2238
- }
2239
- },
2240
- "UpdateFleetCapacityOutput":{
2241
- "type":"structure",
2242
- "members":{
2243
- "FleetId":{"shape":"FleetId"}
2244
- }
2245
- },
2246
- "UpdateFleetPortSettingsInput":{
2247
- "type":"structure",
2248
- "required":["FleetId"],
2249
- "members":{
2250
- "FleetId":{"shape":"FleetId"},
2251
- "InboundPermissionAuthorizations":{"shape":"IpPermissionsList"},
2252
- "InboundPermissionRevocations":{"shape":"IpPermissionsList"}
2253
- }
2254
- },
2255
- "UpdateFleetPortSettingsOutput":{
2256
- "type":"structure",
2257
- "members":{
2258
- "FleetId":{"shape":"FleetId"}
2259
- }
2260
- },
2261
- "UpdateGameSessionInput":{
2262
- "type":"structure",
2263
- "required":["GameSessionId"],
2264
- "members":{
2265
- "GameSessionId":{"shape":"ArnStringModel"},
2266
- "MaximumPlayerSessionCount":{"shape":"WholeNumber"},
2267
- "Name":{"shape":"NonZeroAndMaxString"},
2268
- "PlayerSessionCreationPolicy":{"shape":"PlayerSessionCreationPolicy"},
2269
- "ProtectionPolicy":{"shape":"ProtectionPolicy"}
2270
- }
2271
- },
2272
- "UpdateGameSessionOutput":{
2273
- "type":"structure",
2274
- "members":{
2275
- "GameSession":{"shape":"GameSession"}
2276
- }
2277
- },
2278
- "UpdateGameSessionQueueInput":{
2279
- "type":"structure",
2280
- "required":["Name"],
2281
- "members":{
2282
- "Name":{"shape":"GameSessionQueueName"},
2283
- "TimeoutInSeconds":{"shape":"WholeNumber"},
2284
- "PlayerLatencyPolicies":{"shape":"PlayerLatencyPolicyList"},
2285
- "Destinations":{"shape":"GameSessionQueueDestinationList"}
2286
- }
2287
- },
2288
- "UpdateGameSessionQueueOutput":{
2289
- "type":"structure",
2290
- "members":{
2291
- "GameSessionQueue":{"shape":"GameSessionQueue"}
2292
- }
2293
- },
2294
- "UpdateRuntimeConfigurationInput":{
2295
- "type":"structure",
2296
- "required":[
2297
- "FleetId",
2298
- "RuntimeConfiguration"
2299
- ],
2300
- "members":{
2301
- "FleetId":{"shape":"FleetId"},
2302
- "RuntimeConfiguration":{"shape":"RuntimeConfiguration"}
2303
- }
2304
- },
2305
- "UpdateRuntimeConfigurationOutput":{
2306
- "type":"structure",
2307
- "members":{
2308
- "RuntimeConfiguration":{"shape":"RuntimeConfiguration"}
2309
- }
2310
- },
2311
- "WholeNumber":{
2312
- "type":"integer",
2313
- "min":0
2314
- }
2315
- }
2316
- }