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
data/endpoints.json DELETED
@@ -1,1935 +0,0 @@
1
- {
2
- "partitions" : [ {
3
- "defaults" : {
4
- "hostname" : "{service}.{region}.{dnsSuffix}",
5
- "protocols" : [ "https" ],
6
- "signatureVersions" : [ "v4" ]
7
- },
8
- "dnsSuffix" : "amazonaws.com",
9
- "partition" : "aws",
10
- "partitionName" : "AWS Standard",
11
- "regionRegex" : "^(us|eu|ap|sa|ca)\\-\\w+\\-\\d+$",
12
- "regions" : {
13
- "ap-northeast-1" : {
14
- "description" : "Asia Pacific (Tokyo)"
15
- },
16
- "ap-northeast-2" : {
17
- "description" : "Asia Pacific (Seoul)"
18
- },
19
- "ap-south-1" : {
20
- "description" : "Asia Pacific (Mumbai)"
21
- },
22
- "ap-southeast-1" : {
23
- "description" : "Asia Pacific (Singapore)"
24
- },
25
- "ap-southeast-2" : {
26
- "description" : "Asia Pacific (Sydney)"
27
- },
28
- "ca-central-1" : {
29
- "description" : "Canada (Central)"
30
- },
31
- "eu-central-1" : {
32
- "description" : "EU (Frankfurt)"
33
- },
34
- "eu-west-1" : {
35
- "description" : "EU (Ireland)"
36
- },
37
- "eu-west-2" : {
38
- "description" : "EU (London)"
39
- },
40
- "sa-east-1" : {
41
- "description" : "South America (Sao Paulo)"
42
- },
43
- "us-east-1" : {
44
- "description" : "US East (N. Virginia)"
45
- },
46
- "us-east-2" : {
47
- "description" : "US East (Ohio)"
48
- },
49
- "us-west-1" : {
50
- "description" : "US West (N. California)"
51
- },
52
- "us-west-2" : {
53
- "description" : "US West (Oregon)"
54
- }
55
- },
56
- "services" : {
57
- "acm" : {
58
- "endpoints" : {
59
- "ap-northeast-1" : { },
60
- "ap-northeast-2" : { },
61
- "ap-south-1" : { },
62
- "ap-southeast-1" : { },
63
- "ap-southeast-2" : { },
64
- "ca-central-1" : { },
65
- "eu-central-1" : { },
66
- "eu-west-1" : { },
67
- "eu-west-2" : { },
68
- "sa-east-1" : { },
69
- "us-east-1" : { },
70
- "us-east-2" : { },
71
- "us-west-1" : { },
72
- "us-west-2" : { }
73
- }
74
- },
75
- "apigateway" : {
76
- "endpoints" : {
77
- "ap-northeast-1" : { },
78
- "ap-northeast-2" : { },
79
- "ap-south-1" : { },
80
- "ap-southeast-1" : { },
81
- "ap-southeast-2" : { },
82
- "eu-central-1" : { },
83
- "eu-west-1" : { },
84
- "eu-west-2" : { },
85
- "sa-east-1" : { },
86
- "us-east-1" : { },
87
- "us-east-2" : { },
88
- "us-west-1" : { },
89
- "us-west-2" : { }
90
- }
91
- },
92
- "application-autoscaling" : {
93
- "defaults" : {
94
- "credentialScope" : {
95
- "service" : "application-autoscaling"
96
- },
97
- "hostname" : "autoscaling.{region}.amazonaws.com",
98
- "protocols" : [ "http", "https" ]
99
- },
100
- "endpoints" : {
101
- "ap-northeast-1" : { },
102
- "ap-northeast-2" : { },
103
- "ap-south-1" : { },
104
- "ap-southeast-1" : { },
105
- "ap-southeast-2" : { },
106
- "ca-central-1" : { },
107
- "eu-central-1" : { },
108
- "eu-west-1" : { },
109
- "eu-west-2" : { },
110
- "sa-east-1" : { },
111
- "us-east-1" : { },
112
- "us-east-2" : { },
113
- "us-west-1" : { },
114
- "us-west-2" : { }
115
- }
116
- },
117
- "appstream2" : {
118
- "defaults" : {
119
- "credentialScope" : {
120
- "service" : "appstream"
121
- },
122
- "protocols" : [ "https" ]
123
- },
124
- "endpoints" : {
125
- "ap-northeast-1" : { },
126
- "eu-west-1" : { },
127
- "us-east-1" : { },
128
- "us-west-2" : { }
129
- }
130
- },
131
- "athena" : {
132
- "endpoints" : {
133
- "us-east-1" : { },
134
- "us-east-2" : { },
135
- "us-west-2" : { }
136
- }
137
- },
138
- "autoscaling" : {
139
- "defaults" : {
140
- "protocols" : [ "http", "https" ]
141
- },
142
- "endpoints" : {
143
- "ap-northeast-1" : { },
144
- "ap-northeast-2" : { },
145
- "ap-south-1" : { },
146
- "ap-southeast-1" : { },
147
- "ap-southeast-2" : { },
148
- "ca-central-1" : { },
149
- "eu-central-1" : { },
150
- "eu-west-1" : { },
151
- "eu-west-2" : { },
152
- "sa-east-1" : { },
153
- "us-east-1" : { },
154
- "us-east-2" : { },
155
- "us-west-1" : { },
156
- "us-west-2" : { }
157
- }
158
- },
159
- "batch" : {
160
- "endpoints" : {
161
- "ap-northeast-1" : { },
162
- "eu-west-1" : { },
163
- "us-east-1" : { },
164
- "us-west-2" : { }
165
- }
166
- },
167
- "budgets" : {
168
- "endpoints" : {
169
- "aws-global" : {
170
- "credentialScope" : {
171
- "region" : "us-east-1"
172
- },
173
- "hostname" : "budgets.amazonaws.com"
174
- }
175
- },
176
- "isRegionalized" : false,
177
- "partitionEndpoint" : "aws-global"
178
- },
179
- "clouddirectory" : {
180
- "endpoints" : {
181
- "ap-southeast-1" : { },
182
- "ap-southeast-2" : { },
183
- "eu-west-1" : { },
184
- "eu-west-2" : { },
185
- "us-east-1" : { },
186
- "us-east-2" : { },
187
- "us-west-2" : { }
188
- }
189
- },
190
- "cloudformation" : {
191
- "endpoints" : {
192
- "ap-northeast-1" : { },
193
- "ap-northeast-2" : { },
194
- "ap-south-1" : { },
195
- "ap-southeast-1" : { },
196
- "ap-southeast-2" : { },
197
- "ca-central-1" : { },
198
- "eu-central-1" : { },
199
- "eu-west-1" : { },
200
- "eu-west-2" : { },
201
- "sa-east-1" : { },
202
- "us-east-1" : { },
203
- "us-east-2" : { },
204
- "us-west-1" : { },
205
- "us-west-2" : { }
206
- }
207
- },
208
- "cloudfront" : {
209
- "endpoints" : {
210
- "aws-global" : {
211
- "credentialScope" : {
212
- "region" : "us-east-1"
213
- },
214
- "hostname" : "cloudfront.amazonaws.com",
215
- "protocols" : [ "http", "https" ]
216
- }
217
- },
218
- "isRegionalized" : false,
219
- "partitionEndpoint" : "aws-global"
220
- },
221
- "cloudhsm" : {
222
- "endpoints" : {
223
- "ap-northeast-1" : { },
224
- "ap-southeast-1" : { },
225
- "ap-southeast-2" : { },
226
- "ca-central-1" : { },
227
- "eu-central-1" : { },
228
- "eu-west-1" : { },
229
- "us-east-1" : { },
230
- "us-east-2" : { },
231
- "us-west-1" : { },
232
- "us-west-2" : { }
233
- }
234
- },
235
- "cloudsearch" : {
236
- "endpoints" : {
237
- "ap-northeast-1" : { },
238
- "ap-northeast-2" : { },
239
- "ap-southeast-1" : { },
240
- "ap-southeast-2" : { },
241
- "eu-central-1" : { },
242
- "eu-west-1" : { },
243
- "sa-east-1" : { },
244
- "us-east-1" : { },
245
- "us-west-1" : { },
246
- "us-west-2" : { }
247
- }
248
- },
249
- "cloudtrail" : {
250
- "endpoints" : {
251
- "ap-northeast-1" : { },
252
- "ap-northeast-2" : { },
253
- "ap-south-1" : { },
254
- "ap-southeast-1" : { },
255
- "ap-southeast-2" : { },
256
- "ca-central-1" : { },
257
- "eu-central-1" : { },
258
- "eu-west-1" : { },
259
- "eu-west-2" : { },
260
- "sa-east-1" : { },
261
- "us-east-1" : { },
262
- "us-east-2" : { },
263
- "us-west-1" : { },
264
- "us-west-2" : { }
265
- }
266
- },
267
- "codebuild" : {
268
- "endpoints" : {
269
- "ap-northeast-1" : { },
270
- "ap-southeast-1" : { },
271
- "ap-southeast-2" : { },
272
- "eu-central-1" : { },
273
- "eu-west-1" : { },
274
- "us-east-1" : { },
275
- "us-east-2" : { },
276
- "us-west-2" : { }
277
- }
278
- },
279
- "codecommit" : {
280
- "endpoints" : {
281
- "ap-northeast-1" : { },
282
- "ap-northeast-2" : { },
283
- "ap-southeast-1" : { },
284
- "ap-southeast-2" : { },
285
- "eu-central-1" : { },
286
- "eu-west-1" : { },
287
- "eu-west-2" : { },
288
- "sa-east-1" : { },
289
- "us-east-1" : { },
290
- "us-east-2" : { },
291
- "us-west-1" : { },
292
- "us-west-2" : { }
293
- }
294
- },
295
- "codedeploy" : {
296
- "endpoints" : {
297
- "ap-northeast-1" : { },
298
- "ap-northeast-2" : { },
299
- "ap-south-1" : { },
300
- "ap-southeast-1" : { },
301
- "ap-southeast-2" : { },
302
- "ca-central-1" : { },
303
- "eu-central-1" : { },
304
- "eu-west-1" : { },
305
- "eu-west-2" : { },
306
- "sa-east-1" : { },
307
- "us-east-1" : { },
308
- "us-east-2" : { },
309
- "us-west-1" : { },
310
- "us-west-2" : { }
311
- }
312
- },
313
- "codepipeline" : {
314
- "endpoints" : {
315
- "ap-northeast-1" : { },
316
- "ap-southeast-1" : { },
317
- "ap-southeast-2" : { },
318
- "eu-central-1" : { },
319
- "eu-west-1" : { },
320
- "sa-east-1" : { },
321
- "us-east-1" : { },
322
- "us-east-2" : { },
323
- "us-west-2" : { }
324
- }
325
- },
326
- "codestar" : {
327
- "endpoints" : {
328
- "eu-west-1" : { },
329
- "us-east-1" : { },
330
- "us-east-2" : { },
331
- "us-west-2" : { }
332
- }
333
- },
334
- "cognito-identity" : {
335
- "endpoints" : {
336
- "ap-northeast-1" : { },
337
- "ap-northeast-2" : { },
338
- "ap-south-1" : { },
339
- "ap-southeast-2" : { },
340
- "eu-central-1" : { },
341
- "eu-west-1" : { },
342
- "eu-west-2" : { },
343
- "us-east-1" : { },
344
- "us-east-2" : { },
345
- "us-west-2" : { }
346
- }
347
- },
348
- "cognito-idp" : {
349
- "endpoints" : {
350
- "ap-northeast-1" : { },
351
- "ap-northeast-2" : { },
352
- "ap-south-1" : { },
353
- "ap-southeast-2" : { },
354
- "eu-central-1" : { },
355
- "eu-west-1" : { },
356
- "eu-west-2" : { },
357
- "us-east-1" : { },
358
- "us-east-2" : { },
359
- "us-west-2" : { }
360
- }
361
- },
362
- "cognito-sync" : {
363
- "endpoints" : {
364
- "ap-northeast-1" : { },
365
- "ap-northeast-2" : { },
366
- "ap-south-1" : { },
367
- "ap-southeast-2" : { },
368
- "eu-central-1" : { },
369
- "eu-west-1" : { },
370
- "eu-west-2" : { },
371
- "us-east-1" : { },
372
- "us-east-2" : { },
373
- "us-west-2" : { }
374
- }
375
- },
376
- "config" : {
377
- "endpoints" : {
378
- "ap-northeast-1" : { },
379
- "ap-northeast-2" : { },
380
- "ap-south-1" : { },
381
- "ap-southeast-1" : { },
382
- "ap-southeast-2" : { },
383
- "ca-central-1" : { },
384
- "eu-central-1" : { },
385
- "eu-west-1" : { },
386
- "eu-west-2" : { },
387
- "sa-east-1" : { },
388
- "us-east-1" : { },
389
- "us-east-2" : { },
390
- "us-west-1" : { },
391
- "us-west-2" : { }
392
- }
393
- },
394
- "cur" : {
395
- "endpoints" : {
396
- "us-east-1" : { }
397
- }
398
- },
399
- "data.iot" : {
400
- "defaults" : {
401
- "credentialScope" : {
402
- "service" : "iotdata"
403
- },
404
- "protocols" : [ "https" ]
405
- },
406
- "endpoints" : {
407
- "ap-northeast-1" : { },
408
- "ap-northeast-2" : { },
409
- "ap-southeast-1" : { },
410
- "ap-southeast-2" : { },
411
- "eu-central-1" : { },
412
- "eu-west-1" : { },
413
- "us-east-1" : { },
414
- "us-west-2" : { }
415
- }
416
- },
417
- "datapipeline" : {
418
- "endpoints" : {
419
- "ap-northeast-1" : { },
420
- "ap-southeast-2" : { },
421
- "eu-west-1" : { },
422
- "us-east-1" : { },
423
- "us-west-2" : { }
424
- }
425
- },
426
- "devicefarm" : {
427
- "endpoints" : {
428
- "us-west-2" : { }
429
- }
430
- },
431
- "directconnect" : {
432
- "endpoints" : {
433
- "ap-northeast-1" : { },
434
- "ap-northeast-2" : { },
435
- "ap-south-1" : { },
436
- "ap-southeast-1" : { },
437
- "ap-southeast-2" : { },
438
- "ca-central-1" : { },
439
- "eu-central-1" : { },
440
- "eu-west-1" : { },
441
- "eu-west-2" : { },
442
- "sa-east-1" : { },
443
- "us-east-1" : { },
444
- "us-east-2" : { },
445
- "us-west-1" : { },
446
- "us-west-2" : { }
447
- }
448
- },
449
- "discovery" : {
450
- "endpoints" : {
451
- "us-west-2" : { }
452
- }
453
- },
454
- "dms" : {
455
- "endpoints" : {
456
- "ap-northeast-1" : { },
457
- "ap-northeast-2" : { },
458
- "ap-south-1" : { },
459
- "ap-southeast-1" : { },
460
- "ap-southeast-2" : { },
461
- "ca-central-1" : { },
462
- "eu-central-1" : { },
463
- "eu-west-1" : { },
464
- "eu-west-2" : { },
465
- "sa-east-1" : { },
466
- "us-east-1" : { },
467
- "us-east-2" : { },
468
- "us-west-1" : { },
469
- "us-west-2" : { }
470
- }
471
- },
472
- "ds" : {
473
- "endpoints" : {
474
- "ap-northeast-1" : { },
475
- "ap-northeast-2" : { },
476
- "ap-southeast-1" : { },
477
- "ap-southeast-2" : { },
478
- "ca-central-1" : { },
479
- "eu-central-1" : { },
480
- "eu-west-1" : { },
481
- "eu-west-2" : { },
482
- "us-east-1" : { },
483
- "us-east-2" : { },
484
- "us-west-2" : { }
485
- }
486
- },
487
- "dynamodb" : {
488
- "defaults" : {
489
- "protocols" : [ "http", "https" ]
490
- },
491
- "endpoints" : {
492
- "ap-northeast-1" : { },
493
- "ap-northeast-2" : { },
494
- "ap-south-1" : { },
495
- "ap-southeast-1" : { },
496
- "ap-southeast-2" : { },
497
- "ca-central-1" : { },
498
- "eu-central-1" : { },
499
- "eu-west-1" : { },
500
- "eu-west-2" : { },
501
- "local" : {
502
- "credentialScope" : {
503
- "region" : "us-east-1"
504
- },
505
- "hostname" : "localhost:8000",
506
- "protocols" : [ "http" ]
507
- },
508
- "sa-east-1" : { },
509
- "us-east-1" : { },
510
- "us-east-2" : { },
511
- "us-west-1" : { },
512
- "us-west-2" : { }
513
- }
514
- },
515
- "ec2" : {
516
- "defaults" : {
517
- "protocols" : [ "http", "https" ]
518
- },
519
- "endpoints" : {
520
- "ap-northeast-1" : { },
521
- "ap-northeast-2" : { },
522
- "ap-south-1" : { },
523
- "ap-southeast-1" : { },
524
- "ap-southeast-2" : { },
525
- "ca-central-1" : { },
526
- "eu-central-1" : { },
527
- "eu-west-1" : { },
528
- "eu-west-2" : { },
529
- "sa-east-1" : { },
530
- "us-east-1" : { },
531
- "us-east-2" : { },
532
- "us-west-1" : { },
533
- "us-west-2" : { }
534
- }
535
- },
536
- "ecr" : {
537
- "endpoints" : {
538
- "ap-northeast-1" : { },
539
- "ap-southeast-1" : { },
540
- "ap-southeast-2" : { },
541
- "ca-central-1" : { },
542
- "eu-central-1" : { },
543
- "eu-west-1" : { },
544
- "eu-west-2" : { },
545
- "us-east-1" : { },
546
- "us-east-2" : { },
547
- "us-west-1" : { },
548
- "us-west-2" : { }
549
- }
550
- },
551
- "ecs" : {
552
- "endpoints" : {
553
- "ap-northeast-1" : { },
554
- "ap-southeast-1" : { },
555
- "ap-southeast-2" : { },
556
- "ca-central-1" : { },
557
- "eu-central-1" : { },
558
- "eu-west-1" : { },
559
- "eu-west-2" : { },
560
- "us-east-1" : { },
561
- "us-east-2" : { },
562
- "us-west-1" : { },
563
- "us-west-2" : { }
564
- }
565
- },
566
- "elasticache" : {
567
- "endpoints" : {
568
- "ap-northeast-1" : { },
569
- "ap-northeast-2" : { },
570
- "ap-south-1" : { },
571
- "ap-southeast-1" : { },
572
- "ap-southeast-2" : { },
573
- "ca-central-1" : { },
574
- "eu-central-1" : { },
575
- "eu-west-1" : { },
576
- "eu-west-2" : { },
577
- "sa-east-1" : { },
578
- "us-east-1" : { },
579
- "us-east-2" : { },
580
- "us-west-1" : { },
581
- "us-west-2" : { }
582
- }
583
- },
584
- "elasticbeanstalk" : {
585
- "endpoints" : {
586
- "ap-northeast-1" : { },
587
- "ap-northeast-2" : { },
588
- "ap-south-1" : { },
589
- "ap-southeast-1" : { },
590
- "ap-southeast-2" : { },
591
- "ca-central-1" : { },
592
- "eu-central-1" : { },
593
- "eu-west-1" : { },
594
- "eu-west-2" : { },
595
- "sa-east-1" : { },
596
- "us-east-1" : { },
597
- "us-east-2" : { },
598
- "us-west-1" : { },
599
- "us-west-2" : { }
600
- }
601
- },
602
- "elasticfilesystem" : {
603
- "endpoints" : {
604
- "ap-southeast-2" : { },
605
- "eu-west-1" : { },
606
- "us-east-1" : { },
607
- "us-east-2" : { },
608
- "us-west-2" : { }
609
- }
610
- },
611
- "elasticloadbalancing" : {
612
- "defaults" : {
613
- "protocols" : [ "http", "https" ]
614
- },
615
- "endpoints" : {
616
- "ap-northeast-1" : { },
617
- "ap-northeast-2" : { },
618
- "ap-south-1" : { },
619
- "ap-southeast-1" : { },
620
- "ap-southeast-2" : { },
621
- "ca-central-1" : { },
622
- "eu-central-1" : { },
623
- "eu-west-1" : { },
624
- "eu-west-2" : { },
625
- "sa-east-1" : { },
626
- "us-east-1" : { },
627
- "us-east-2" : { },
628
- "us-west-1" : { },
629
- "us-west-2" : { }
630
- }
631
- },
632
- "elasticmapreduce" : {
633
- "defaults" : {
634
- "protocols" : [ "http", "https" ],
635
- "sslCommonName" : "{region}.{service}.{dnsSuffix}"
636
- },
637
- "endpoints" : {
638
- "ap-northeast-1" : { },
639
- "ap-northeast-2" : { },
640
- "ap-south-1" : { },
641
- "ap-southeast-1" : { },
642
- "ap-southeast-2" : { },
643
- "ca-central-1" : { },
644
- "eu-central-1" : {
645
- "sslCommonName" : "{service}.{region}.{dnsSuffix}"
646
- },
647
- "eu-west-1" : { },
648
- "eu-west-2" : { },
649
- "sa-east-1" : { },
650
- "us-east-1" : {
651
- "sslCommonName" : "{service}.{region}.{dnsSuffix}"
652
- },
653
- "us-east-2" : { },
654
- "us-west-1" : { },
655
- "us-west-2" : { }
656
- }
657
- },
658
- "elastictranscoder" : {
659
- "endpoints" : {
660
- "ap-northeast-1" : { },
661
- "ap-south-1" : { },
662
- "ap-southeast-1" : { },
663
- "ap-southeast-2" : { },
664
- "eu-west-1" : { },
665
- "us-east-1" : { },
666
- "us-west-1" : { },
667
- "us-west-2" : { }
668
- }
669
- },
670
- "email" : {
671
- "endpoints" : {
672
- "eu-west-1" : { },
673
- "us-east-1" : { },
674
- "us-west-2" : { }
675
- }
676
- },
677
- "entitlement.marketplace" : {
678
- "defaults" : {
679
- "credentialScope" : {
680
- "service" : "aws-marketplace"
681
- }
682
- },
683
- "endpoints" : {
684
- "us-east-1" : { }
685
- }
686
- },
687
- "es" : {
688
- "endpoints" : {
689
- "ap-northeast-1" : { },
690
- "ap-northeast-2" : { },
691
- "ap-south-1" : { },
692
- "ap-southeast-1" : { },
693
- "ap-southeast-2" : { },
694
- "ca-central-1" : { },
695
- "eu-central-1" : { },
696
- "eu-west-1" : { },
697
- "eu-west-2" : { },
698
- "sa-east-1" : { },
699
- "us-east-1" : { },
700
- "us-east-2" : { },
701
- "us-west-1" : { },
702
- "us-west-2" : { }
703
- }
704
- },
705
- "events" : {
706
- "endpoints" : {
707
- "ap-northeast-1" : { },
708
- "ap-northeast-2" : { },
709
- "ap-south-1" : { },
710
- "ap-southeast-1" : { },
711
- "ap-southeast-2" : { },
712
- "ca-central-1" : { },
713
- "eu-central-1" : { },
714
- "eu-west-1" : { },
715
- "eu-west-2" : { },
716
- "sa-east-1" : { },
717
- "us-east-1" : { },
718
- "us-east-2" : { },
719
- "us-west-1" : { },
720
- "us-west-2" : { }
721
- }
722
- },
723
- "firehose" : {
724
- "endpoints" : {
725
- "eu-west-1" : { },
726
- "us-east-1" : { },
727
- "us-west-2" : { }
728
- }
729
- },
730
- "gamelift" : {
731
- "endpoints" : {
732
- "ap-northeast-1" : { },
733
- "ap-northeast-2" : { },
734
- "ap-south-1" : { },
735
- "ap-southeast-1" : { },
736
- "eu-central-1" : { },
737
- "eu-west-1" : { },
738
- "sa-east-1" : { },
739
- "us-east-1" : { },
740
- "us-west-2" : { }
741
- }
742
- },
743
- "glacier" : {
744
- "defaults" : {
745
- "protocols" : [ "http", "https" ]
746
- },
747
- "endpoints" : {
748
- "ap-northeast-1" : { },
749
- "ap-northeast-2" : { },
750
- "ap-south-1" : { },
751
- "ap-southeast-2" : { },
752
- "ca-central-1" : { },
753
- "eu-central-1" : { },
754
- "eu-west-1" : { },
755
- "eu-west-2" : { },
756
- "us-east-1" : { },
757
- "us-east-2" : { },
758
- "us-west-1" : { },
759
- "us-west-2" : { }
760
- }
761
- },
762
- "greengrass" : {
763
- "defaults" : {
764
- "protocols" : [ "https" ]
765
- },
766
- "endpoints" : {
767
- "us-east-1" : { },
768
- "us-west-2" : { }
769
- },
770
- "isRegionalized" : true
771
- },
772
- "health" : {
773
- "endpoints" : {
774
- "us-east-1" : { }
775
- }
776
- },
777
- "iam" : {
778
- "endpoints" : {
779
- "aws-global" : {
780
- "credentialScope" : {
781
- "region" : "us-east-1"
782
- },
783
- "hostname" : "iam.amazonaws.com"
784
- }
785
- },
786
- "isRegionalized" : false,
787
- "partitionEndpoint" : "aws-global"
788
- },
789
- "importexport" : {
790
- "endpoints" : {
791
- "aws-global" : {
792
- "credentialScope" : {
793
- "region" : "us-east-1",
794
- "service" : "IngestionService"
795
- },
796
- "hostname" : "importexport.amazonaws.com",
797
- "signatureVersions" : [ "v2", "v4" ]
798
- }
799
- },
800
- "isRegionalized" : false,
801
- "partitionEndpoint" : "aws-global"
802
- },
803
- "inspector" : {
804
- "endpoints" : {
805
- "ap-northeast-1" : { },
806
- "ap-northeast-2" : { },
807
- "ap-south-1" : { },
808
- "ap-southeast-2" : { },
809
- "eu-west-1" : { },
810
- "us-east-1" : { },
811
- "us-west-1" : { },
812
- "us-west-2" : { }
813
- }
814
- },
815
- "iot" : {
816
- "defaults" : {
817
- "credentialScope" : {
818
- "service" : "execute-api"
819
- }
820
- },
821
- "endpoints" : {
822
- "ap-northeast-1" : { },
823
- "ap-northeast-2" : { },
824
- "ap-southeast-1" : { },
825
- "ap-southeast-2" : { },
826
- "eu-central-1" : { },
827
- "eu-west-1" : { },
828
- "eu-west-2" : { },
829
- "us-east-1" : { },
830
- "us-east-2" : { },
831
- "us-west-2" : { }
832
- }
833
- },
834
- "kinesis" : {
835
- "endpoints" : {
836
- "ap-northeast-1" : { },
837
- "ap-northeast-2" : { },
838
- "ap-south-1" : { },
839
- "ap-southeast-1" : { },
840
- "ap-southeast-2" : { },
841
- "ca-central-1" : { },
842
- "eu-central-1" : { },
843
- "eu-west-1" : { },
844
- "eu-west-2" : { },
845
- "sa-east-1" : { },
846
- "us-east-1" : { },
847
- "us-east-2" : { },
848
- "us-west-1" : { },
849
- "us-west-2" : { }
850
- }
851
- },
852
- "kinesisanalytics" : {
853
- "endpoints" : {
854
- "eu-west-1" : { },
855
- "us-east-1" : { },
856
- "us-west-2" : { }
857
- }
858
- },
859
- "kms" : {
860
- "endpoints" : {
861
- "ap-northeast-1" : { },
862
- "ap-northeast-2" : { },
863
- "ap-south-1" : { },
864
- "ap-southeast-1" : { },
865
- "ap-southeast-2" : { },
866
- "ca-central-1" : { },
867
- "eu-central-1" : { },
868
- "eu-west-1" : { },
869
- "eu-west-2" : { },
870
- "sa-east-1" : { },
871
- "us-east-1" : { },
872
- "us-east-2" : { },
873
- "us-west-1" : { },
874
- "us-west-2" : { }
875
- }
876
- },
877
- "lambda" : {
878
- "endpoints" : {
879
- "ap-northeast-1" : { },
880
- "ap-northeast-2" : { },
881
- "ap-south-1" : { },
882
- "ap-southeast-1" : { },
883
- "ap-southeast-2" : { },
884
- "eu-central-1" : { },
885
- "eu-west-1" : { },
886
- "eu-west-2" : { },
887
- "sa-east-1" : { },
888
- "us-east-1" : { },
889
- "us-east-2" : { },
890
- "us-west-1" : { },
891
- "us-west-2" : { }
892
- }
893
- },
894
- "lightsail" : {
895
- "endpoints" : {
896
- "ap-northeast-1" : { },
897
- "ap-south-1" : { },
898
- "ap-southeast-1" : { },
899
- "ap-southeast-2" : { },
900
- "eu-central-1" : { },
901
- "eu-west-1" : { },
902
- "eu-west-2" : { },
903
- "us-east-1" : { },
904
- "us-east-2" : { },
905
- "us-west-2" : { }
906
- }
907
- },
908
- "logs" : {
909
- "endpoints" : {
910
- "ap-northeast-1" : { },
911
- "ap-northeast-2" : { },
912
- "ap-south-1" : { },
913
- "ap-southeast-1" : { },
914
- "ap-southeast-2" : { },
915
- "ca-central-1" : { },
916
- "eu-central-1" : { },
917
- "eu-west-1" : { },
918
- "eu-west-2" : { },
919
- "sa-east-1" : { },
920
- "us-east-1" : { },
921
- "us-east-2" : { },
922
- "us-west-1" : { },
923
- "us-west-2" : { }
924
- }
925
- },
926
- "machinelearning" : {
927
- "endpoints" : {
928
- "eu-west-1" : { },
929
- "us-east-1" : { }
930
- }
931
- },
932
- "marketplacecommerceanalytics" : {
933
- "endpoints" : {
934
- "us-east-1" : { }
935
- }
936
- },
937
- "metering.marketplace" : {
938
- "defaults" : {
939
- "credentialScope" : {
940
- "service" : "aws-marketplace"
941
- }
942
- },
943
- "endpoints" : {
944
- "ap-northeast-1" : { },
945
- "ap-northeast-2" : { },
946
- "ap-south-1" : { },
947
- "ap-southeast-1" : { },
948
- "ap-southeast-2" : { },
949
- "ca-central-1" : { },
950
- "eu-central-1" : { },
951
- "eu-west-1" : { },
952
- "eu-west-2" : { },
953
- "sa-east-1" : { },
954
- "us-east-1" : { },
955
- "us-east-2" : { },
956
- "us-west-1" : { },
957
- "us-west-2" : { }
958
- }
959
- },
960
- "mobileanalytics" : {
961
- "endpoints" : {
962
- "us-east-1" : { }
963
- }
964
- },
965
- "models.lex" : {
966
- "defaults" : {
967
- "credentialScope" : {
968
- "service" : "lex"
969
- }
970
- },
971
- "endpoints" : {
972
- "us-east-1" : { }
973
- }
974
- },
975
- "monitoring" : {
976
- "defaults" : {
977
- "protocols" : [ "http", "https" ]
978
- },
979
- "endpoints" : {
980
- "ap-northeast-1" : { },
981
- "ap-northeast-2" : { },
982
- "ap-south-1" : { },
983
- "ap-southeast-1" : { },
984
- "ap-southeast-2" : { },
985
- "ca-central-1" : { },
986
- "eu-central-1" : { },
987
- "eu-west-1" : { },
988
- "eu-west-2" : { },
989
- "sa-east-1" : { },
990
- "us-east-1" : { },
991
- "us-east-2" : { },
992
- "us-west-1" : { },
993
- "us-west-2" : { }
994
- }
995
- },
996
- "mturk-requester" : {
997
- "endpoints" : {
998
- "sandbox" : {
999
- "hostname" : "mturk-requester-sandbox.us-east-1.amazonaws.com"
1000
- },
1001
- "us-east-1" : { }
1002
- },
1003
- "isRegionalized" : false
1004
- },
1005
- "opsworks" : {
1006
- "endpoints" : {
1007
- "ap-northeast-1" : { },
1008
- "ap-northeast-2" : { },
1009
- "ap-south-1" : { },
1010
- "ap-southeast-1" : { },
1011
- "ap-southeast-2" : { },
1012
- "eu-central-1" : { },
1013
- "eu-west-1" : { },
1014
- "eu-west-2" : { },
1015
- "sa-east-1" : { },
1016
- "us-east-1" : { },
1017
- "us-east-2" : { },
1018
- "us-west-1" : { },
1019
- "us-west-2" : { }
1020
- }
1021
- },
1022
- "opsworks-cm" : {
1023
- "endpoints" : {
1024
- "eu-west-1" : { },
1025
- "us-east-1" : { },
1026
- "us-west-2" : { }
1027
- }
1028
- },
1029
- "organizations" : {
1030
- "endpoints" : {
1031
- "aws-global" : {
1032
- "credentialScope" : {
1033
- "region" : "us-east-1"
1034
- },
1035
- "hostname" : "organizations.us-east-1.amazonaws.com"
1036
- }
1037
- },
1038
- "isRegionalized" : false,
1039
- "partitionEndpoint" : "aws-global"
1040
- },
1041
- "pinpoint" : {
1042
- "defaults" : {
1043
- "credentialScope" : {
1044
- "service" : "mobiletargeting"
1045
- }
1046
- },
1047
- "endpoints" : {
1048
- "us-east-1" : { }
1049
- }
1050
- },
1051
- "polly" : {
1052
- "endpoints" : {
1053
- "eu-west-1" : { },
1054
- "us-east-1" : { },
1055
- "us-east-2" : { },
1056
- "us-west-2" : { }
1057
- }
1058
- },
1059
- "rds" : {
1060
- "endpoints" : {
1061
- "ap-northeast-1" : { },
1062
- "ap-northeast-2" : { },
1063
- "ap-south-1" : { },
1064
- "ap-southeast-1" : { },
1065
- "ap-southeast-2" : { },
1066
- "ca-central-1" : { },
1067
- "eu-central-1" : { },
1068
- "eu-west-1" : { },
1069
- "eu-west-2" : { },
1070
- "sa-east-1" : { },
1071
- "us-east-1" : {
1072
- "sslCommonName" : "{service}.{dnsSuffix}"
1073
- },
1074
- "us-east-2" : { },
1075
- "us-west-1" : { },
1076
- "us-west-2" : { }
1077
- }
1078
- },
1079
- "redshift" : {
1080
- "endpoints" : {
1081
- "ap-northeast-1" : { },
1082
- "ap-northeast-2" : { },
1083
- "ap-south-1" : { },
1084
- "ap-southeast-1" : { },
1085
- "ap-southeast-2" : { },
1086
- "ca-central-1" : { },
1087
- "eu-central-1" : { },
1088
- "eu-west-1" : { },
1089
- "eu-west-2" : { },
1090
- "sa-east-1" : { },
1091
- "us-east-1" : { },
1092
- "us-east-2" : { },
1093
- "us-west-1" : { },
1094
- "us-west-2" : { }
1095
- }
1096
- },
1097
- "rekognition" : {
1098
- "endpoints" : {
1099
- "eu-west-1" : { },
1100
- "us-east-1" : { },
1101
- "us-west-2" : { }
1102
- }
1103
- },
1104
- "route53" : {
1105
- "endpoints" : {
1106
- "aws-global" : {
1107
- "credentialScope" : {
1108
- "region" : "us-east-1"
1109
- },
1110
- "hostname" : "route53.amazonaws.com"
1111
- }
1112
- },
1113
- "isRegionalized" : false,
1114
- "partitionEndpoint" : "aws-global"
1115
- },
1116
- "route53domains" : {
1117
- "endpoints" : {
1118
- "us-east-1" : { }
1119
- }
1120
- },
1121
- "runtime.lex" : {
1122
- "defaults" : {
1123
- "credentialScope" : {
1124
- "service" : "lex"
1125
- }
1126
- },
1127
- "endpoints" : {
1128
- "us-east-1" : { }
1129
- }
1130
- },
1131
- "s3" : {
1132
- "defaults" : {
1133
- "protocols" : [ "http", "https" ],
1134
- "signatureVersions" : [ "s3v4" ]
1135
- },
1136
- "endpoints" : {
1137
- "ap-northeast-1" : {
1138
- "hostname" : "s3-ap-northeast-1.amazonaws.com",
1139
- "signatureVersions" : [ "s3", "s3v4" ]
1140
- },
1141
- "ap-northeast-2" : { },
1142
- "ap-south-1" : { },
1143
- "ap-southeast-1" : {
1144
- "hostname" : "s3-ap-southeast-1.amazonaws.com",
1145
- "signatureVersions" : [ "s3", "s3v4" ]
1146
- },
1147
- "ap-southeast-2" : {
1148
- "hostname" : "s3-ap-southeast-2.amazonaws.com",
1149
- "signatureVersions" : [ "s3", "s3v4" ]
1150
- },
1151
- "ca-central-1" : { },
1152
- "eu-central-1" : { },
1153
- "eu-west-1" : {
1154
- "hostname" : "s3-eu-west-1.amazonaws.com",
1155
- "signatureVersions" : [ "s3", "s3v4" ]
1156
- },
1157
- "eu-west-2" : { },
1158
- "s3-external-1" : {
1159
- "credentialScope" : {
1160
- "region" : "us-east-1"
1161
- },
1162
- "hostname" : "s3-external-1.amazonaws.com",
1163
- "signatureVersions" : [ "s3", "s3v4" ]
1164
- },
1165
- "sa-east-1" : {
1166
- "hostname" : "s3-sa-east-1.amazonaws.com",
1167
- "signatureVersions" : [ "s3", "s3v4" ]
1168
- },
1169
- "us-east-1" : {
1170
- "hostname" : "s3.amazonaws.com",
1171
- "signatureVersions" : [ "s3", "s3v4" ]
1172
- },
1173
- "us-east-2" : { },
1174
- "us-west-1" : {
1175
- "hostname" : "s3-us-west-1.amazonaws.com",
1176
- "signatureVersions" : [ "s3", "s3v4" ]
1177
- },
1178
- "us-west-2" : {
1179
- "hostname" : "s3-us-west-2.amazonaws.com",
1180
- "signatureVersions" : [ "s3", "s3v4" ]
1181
- }
1182
- },
1183
- "isRegionalized" : true,
1184
- "partitionEndpoint" : "us-east-1"
1185
- },
1186
- "sdb" : {
1187
- "defaults" : {
1188
- "protocols" : [ "http", "https" ],
1189
- "signatureVersions" : [ "v2" ]
1190
- },
1191
- "endpoints" : {
1192
- "ap-northeast-1" : { },
1193
- "ap-southeast-1" : { },
1194
- "ap-southeast-2" : { },
1195
- "eu-west-1" : { },
1196
- "sa-east-1" : { },
1197
- "us-east-1" : {
1198
- "hostname" : "sdb.amazonaws.com"
1199
- },
1200
- "us-west-1" : { },
1201
- "us-west-2" : { }
1202
- }
1203
- },
1204
- "servicecatalog" : {
1205
- "endpoints" : {
1206
- "ap-northeast-1" : { },
1207
- "ap-southeast-1" : { },
1208
- "ap-southeast-2" : { },
1209
- "ca-central-1" : { },
1210
- "eu-central-1" : { },
1211
- "eu-west-1" : { },
1212
- "eu-west-2" : { },
1213
- "us-east-1" : { },
1214
- "us-east-2" : { },
1215
- "us-west-2" : { }
1216
- }
1217
- },
1218
- "shield" : {
1219
- "defaults" : {
1220
- "protocols" : [ "https" ],
1221
- "sslCommonName" : "Shield.us-east-1.amazonaws.com"
1222
- },
1223
- "endpoints" : {
1224
- "us-east-1" : { }
1225
- },
1226
- "isRegionalized" : false
1227
- },
1228
- "sms" : {
1229
- "endpoints" : {
1230
- "ap-southeast-2" : { },
1231
- "eu-west-1" : { },
1232
- "us-east-1" : { }
1233
- }
1234
- },
1235
- "snowball" : {
1236
- "endpoints" : {
1237
- "ap-south-1" : { },
1238
- "ap-southeast-2" : { },
1239
- "eu-central-1" : { },
1240
- "eu-west-1" : { },
1241
- "eu-west-2" : { },
1242
- "us-east-1" : { },
1243
- "us-east-2" : { },
1244
- "us-west-1" : { },
1245
- "us-west-2" : { }
1246
- }
1247
- },
1248
- "sns" : {
1249
- "defaults" : {
1250
- "protocols" : [ "http", "https" ]
1251
- },
1252
- "endpoints" : {
1253
- "ap-northeast-1" : { },
1254
- "ap-northeast-2" : { },
1255
- "ap-south-1" : { },
1256
- "ap-southeast-1" : { },
1257
- "ap-southeast-2" : { },
1258
- "ca-central-1" : { },
1259
- "eu-central-1" : { },
1260
- "eu-west-1" : { },
1261
- "eu-west-2" : { },
1262
- "sa-east-1" : { },
1263
- "us-east-1" : { },
1264
- "us-east-2" : { },
1265
- "us-west-1" : { },
1266
- "us-west-2" : { }
1267
- }
1268
- },
1269
- "sqs" : {
1270
- "defaults" : {
1271
- "protocols" : [ "http", "https" ],
1272
- "sslCommonName" : "{region}.queue.{dnsSuffix}"
1273
- },
1274
- "endpoints" : {
1275
- "ap-northeast-1" : { },
1276
- "ap-northeast-2" : { },
1277
- "ap-south-1" : { },
1278
- "ap-southeast-1" : { },
1279
- "ap-southeast-2" : { },
1280
- "ca-central-1" : { },
1281
- "eu-central-1" : { },
1282
- "eu-west-1" : { },
1283
- "eu-west-2" : { },
1284
- "sa-east-1" : { },
1285
- "us-east-1" : {
1286
- "sslCommonName" : "queue.{dnsSuffix}"
1287
- },
1288
- "us-east-2" : { },
1289
- "us-west-1" : { },
1290
- "us-west-2" : { }
1291
- }
1292
- },
1293
- "ssm" : {
1294
- "endpoints" : {
1295
- "ap-northeast-1" : { },
1296
- "ap-northeast-2" : { },
1297
- "ap-south-1" : { },
1298
- "ap-southeast-1" : { },
1299
- "ap-southeast-2" : { },
1300
- "ca-central-1" : { },
1301
- "eu-central-1" : { },
1302
- "eu-west-1" : { },
1303
- "eu-west-2" : { },
1304
- "sa-east-1" : { },
1305
- "us-east-1" : { },
1306
- "us-east-2" : { },
1307
- "us-west-1" : { },
1308
- "us-west-2" : { }
1309
- }
1310
- },
1311
- "states" : {
1312
- "endpoints" : {
1313
- "ap-northeast-1" : { },
1314
- "ap-southeast-2" : { },
1315
- "eu-central-1" : { },
1316
- "eu-west-1" : { },
1317
- "us-east-1" : { },
1318
- "us-east-2" : { },
1319
- "us-west-2" : { }
1320
- }
1321
- },
1322
- "storagegateway" : {
1323
- "endpoints" : {
1324
- "ap-northeast-1" : { },
1325
- "ap-northeast-2" : { },
1326
- "ap-south-1" : { },
1327
- "ap-southeast-1" : { },
1328
- "ap-southeast-2" : { },
1329
- "ca-central-1" : { },
1330
- "eu-central-1" : { },
1331
- "eu-west-1" : { },
1332
- "eu-west-2" : { },
1333
- "sa-east-1" : { },
1334
- "us-east-1" : { },
1335
- "us-east-2" : { },
1336
- "us-west-1" : { },
1337
- "us-west-2" : { }
1338
- }
1339
- },
1340
- "streams.dynamodb" : {
1341
- "defaults" : {
1342
- "credentialScope" : {
1343
- "service" : "dynamodb"
1344
- },
1345
- "protocols" : [ "http", "https" ]
1346
- },
1347
- "endpoints" : {
1348
- "ap-northeast-1" : { },
1349
- "ap-northeast-2" : { },
1350
- "ap-south-1" : { },
1351
- "ap-southeast-1" : { },
1352
- "ap-southeast-2" : { },
1353
- "ca-central-1" : { },
1354
- "eu-central-1" : { },
1355
- "eu-west-1" : { },
1356
- "eu-west-2" : { },
1357
- "local" : {
1358
- "credentialScope" : {
1359
- "region" : "us-east-1"
1360
- },
1361
- "hostname" : "localhost:8000",
1362
- "protocols" : [ "http" ]
1363
- },
1364
- "sa-east-1" : { },
1365
- "us-east-1" : { },
1366
- "us-east-2" : { },
1367
- "us-west-1" : { },
1368
- "us-west-2" : { }
1369
- }
1370
- },
1371
- "sts" : {
1372
- "defaults" : {
1373
- "credentialScope" : {
1374
- "region" : "us-east-1"
1375
- },
1376
- "hostname" : "sts.amazonaws.com"
1377
- },
1378
- "endpoints" : {
1379
- "ap-northeast-1" : { },
1380
- "ap-northeast-2" : {
1381
- "credentialScope" : {
1382
- "region" : "ap-northeast-2"
1383
- },
1384
- "hostname" : "sts.ap-northeast-2.amazonaws.com"
1385
- },
1386
- "ap-south-1" : { },
1387
- "ap-southeast-1" : { },
1388
- "ap-southeast-2" : { },
1389
- "aws-global" : { },
1390
- "ca-central-1" : { },
1391
- "eu-central-1" : { },
1392
- "eu-west-1" : { },
1393
- "eu-west-2" : { },
1394
- "sa-east-1" : { },
1395
- "us-east-1" : { },
1396
- "us-east-1-fips" : {
1397
- "credentialScope" : {
1398
- "region" : "us-east-1"
1399
- },
1400
- "hostname" : "sts-fips.us-east-1.amazonaws.com"
1401
- },
1402
- "us-east-2" : { },
1403
- "us-east-2-fips" : {
1404
- "credentialScope" : {
1405
- "region" : "us-east-2"
1406
- },
1407
- "hostname" : "sts-fips.us-east-2.amazonaws.com"
1408
- },
1409
- "us-west-1" : { },
1410
- "us-west-1-fips" : {
1411
- "credentialScope" : {
1412
- "region" : "us-west-1"
1413
- },
1414
- "hostname" : "sts-fips.us-west-1.amazonaws.com"
1415
- },
1416
- "us-west-2" : { },
1417
- "us-west-2-fips" : {
1418
- "credentialScope" : {
1419
- "region" : "us-west-2"
1420
- },
1421
- "hostname" : "sts-fips.us-west-2.amazonaws.com"
1422
- }
1423
- },
1424
- "partitionEndpoint" : "aws-global"
1425
- },
1426
- "support" : {
1427
- "endpoints" : {
1428
- "us-east-1" : { }
1429
- }
1430
- },
1431
- "swf" : {
1432
- "endpoints" : {
1433
- "ap-northeast-1" : { },
1434
- "ap-northeast-2" : { },
1435
- "ap-south-1" : { },
1436
- "ap-southeast-1" : { },
1437
- "ap-southeast-2" : { },
1438
- "ca-central-1" : { },
1439
- "eu-central-1" : { },
1440
- "eu-west-1" : { },
1441
- "eu-west-2" : { },
1442
- "sa-east-1" : { },
1443
- "us-east-1" : { },
1444
- "us-east-2" : { },
1445
- "us-west-1" : { },
1446
- "us-west-2" : { }
1447
- }
1448
- },
1449
- "tagging" : {
1450
- "endpoints" : {
1451
- "ap-northeast-1" : { },
1452
- "ap-northeast-2" : { },
1453
- "ap-south-1" : { },
1454
- "ap-southeast-1" : { },
1455
- "ap-southeast-2" : { },
1456
- "ca-central-1" : { },
1457
- "eu-central-1" : { },
1458
- "eu-west-1" : { },
1459
- "eu-west-2" : { },
1460
- "sa-east-1" : { },
1461
- "us-east-1" : { },
1462
- "us-east-2" : { },
1463
- "us-west-1" : { },
1464
- "us-west-2" : { }
1465
- }
1466
- },
1467
- "waf" : {
1468
- "endpoints" : {
1469
- "aws-global" : {
1470
- "credentialScope" : {
1471
- "region" : "us-east-1"
1472
- },
1473
- "hostname" : "waf.amazonaws.com"
1474
- }
1475
- },
1476
- "isRegionalized" : false,
1477
- "partitionEndpoint" : "aws-global"
1478
- },
1479
- "waf-regional" : {
1480
- "endpoints" : {
1481
- "ap-northeast-1" : { },
1482
- "eu-west-1" : { },
1483
- "us-east-1" : { },
1484
- "us-west-2" : { }
1485
- }
1486
- },
1487
- "workdocs" : {
1488
- "endpoints" : {
1489
- "ap-northeast-1" : { },
1490
- "ap-southeast-1" : { },
1491
- "ap-southeast-2" : { },
1492
- "eu-west-1" : { },
1493
- "us-east-1" : { },
1494
- "us-west-2" : { }
1495
- }
1496
- },
1497
- "workspaces" : {
1498
- "endpoints" : {
1499
- "ap-northeast-1" : { },
1500
- "ap-southeast-1" : { },
1501
- "ap-southeast-2" : { },
1502
- "eu-central-1" : { },
1503
- "eu-west-1" : { },
1504
- "us-east-1" : { },
1505
- "us-west-2" : { }
1506
- }
1507
- },
1508
- "xray" : {
1509
- "endpoints" : {
1510
- "ap-northeast-1" : { },
1511
- "ap-northeast-2" : { },
1512
- "ap-south-1" : { },
1513
- "ap-southeast-1" : { },
1514
- "ap-southeast-2" : { },
1515
- "ca-central-1" : { },
1516
- "eu-central-1" : { },
1517
- "eu-west-1" : { },
1518
- "eu-west-2" : { },
1519
- "sa-east-1" : { },
1520
- "us-east-1" : { },
1521
- "us-east-2" : { },
1522
- "us-west-1" : { },
1523
- "us-west-2" : { }
1524
- }
1525
- }
1526
- }
1527
- }, {
1528
- "defaults" : {
1529
- "hostname" : "{service}.{region}.{dnsSuffix}",
1530
- "protocols" : [ "https" ],
1531
- "signatureVersions" : [ "v4" ]
1532
- },
1533
- "dnsSuffix" : "amazonaws.com.cn",
1534
- "partition" : "aws-cn",
1535
- "partitionName" : "AWS China",
1536
- "regionRegex" : "^cn\\-\\w+\\-\\d+$",
1537
- "regions" : {
1538
- "cn-north-1" : {
1539
- "description" : "China (Beijing)"
1540
- }
1541
- },
1542
- "services" : {
1543
- "autoscaling" : {
1544
- "defaults" : {
1545
- "protocols" : [ "http", "https" ]
1546
- },
1547
- "endpoints" : {
1548
- "cn-north-1" : { }
1549
- }
1550
- },
1551
- "cloudformation" : {
1552
- "endpoints" : {
1553
- "cn-north-1" : { }
1554
- }
1555
- },
1556
- "cloudtrail" : {
1557
- "endpoints" : {
1558
- "cn-north-1" : { }
1559
- }
1560
- },
1561
- "codedeploy" : {
1562
- "endpoints" : {
1563
- "cn-north-1" : { }
1564
- }
1565
- },
1566
- "config" : {
1567
- "endpoints" : {
1568
- "cn-north-1" : { }
1569
- }
1570
- },
1571
- "directconnect" : {
1572
- "endpoints" : {
1573
- "cn-north-1" : { }
1574
- }
1575
- },
1576
- "dynamodb" : {
1577
- "defaults" : {
1578
- "protocols" : [ "http", "https" ]
1579
- },
1580
- "endpoints" : {
1581
- "cn-north-1" : { }
1582
- }
1583
- },
1584
- "ec2" : {
1585
- "defaults" : {
1586
- "protocols" : [ "http", "https" ]
1587
- },
1588
- "endpoints" : {
1589
- "cn-north-1" : { }
1590
- }
1591
- },
1592
- "elasticache" : {
1593
- "endpoints" : {
1594
- "cn-north-1" : { }
1595
- }
1596
- },
1597
- "elasticbeanstalk" : {
1598
- "endpoints" : {
1599
- "cn-north-1" : { }
1600
- }
1601
- },
1602
- "elasticloadbalancing" : {
1603
- "defaults" : {
1604
- "protocols" : [ "http", "https" ]
1605
- },
1606
- "endpoints" : {
1607
- "cn-north-1" : { }
1608
- }
1609
- },
1610
- "elasticmapreduce" : {
1611
- "defaults" : {
1612
- "protocols" : [ "http", "https" ]
1613
- },
1614
- "endpoints" : {
1615
- "cn-north-1" : { }
1616
- }
1617
- },
1618
- "events" : {
1619
- "endpoints" : {
1620
- "cn-north-1" : { }
1621
- }
1622
- },
1623
- "glacier" : {
1624
- "defaults" : {
1625
- "protocols" : [ "http", "https" ]
1626
- },
1627
- "endpoints" : {
1628
- "cn-north-1" : { }
1629
- }
1630
- },
1631
- "iam" : {
1632
- "endpoints" : {
1633
- "aws-cn-global" : {
1634
- "credentialScope" : {
1635
- "region" : "cn-north-1"
1636
- },
1637
- "hostname" : "iam.cn-north-1.amazonaws.com.cn"
1638
- }
1639
- },
1640
- "isRegionalized" : false,
1641
- "partitionEndpoint" : "aws-cn-global"
1642
- },
1643
- "kinesis" : {
1644
- "endpoints" : {
1645
- "cn-north-1" : { }
1646
- }
1647
- },
1648
- "logs" : {
1649
- "endpoints" : {
1650
- "cn-north-1" : { }
1651
- }
1652
- },
1653
- "monitoring" : {
1654
- "defaults" : {
1655
- "protocols" : [ "http", "https" ]
1656
- },
1657
- "endpoints" : {
1658
- "cn-north-1" : { }
1659
- }
1660
- },
1661
- "rds" : {
1662
- "endpoints" : {
1663
- "cn-north-1" : { }
1664
- }
1665
- },
1666
- "redshift" : {
1667
- "endpoints" : {
1668
- "cn-north-1" : { }
1669
- }
1670
- },
1671
- "s3" : {
1672
- "defaults" : {
1673
- "protocols" : [ "http", "https" ],
1674
- "signatureVersions" : [ "s3v4" ]
1675
- },
1676
- "endpoints" : {
1677
- "cn-north-1" : { }
1678
- }
1679
- },
1680
- "sns" : {
1681
- "defaults" : {
1682
- "protocols" : [ "http", "https" ]
1683
- },
1684
- "endpoints" : {
1685
- "cn-north-1" : { }
1686
- }
1687
- },
1688
- "sqs" : {
1689
- "defaults" : {
1690
- "protocols" : [ "http", "https" ],
1691
- "sslCommonName" : "{region}.queue.{dnsSuffix}"
1692
- },
1693
- "endpoints" : {
1694
- "cn-north-1" : { }
1695
- }
1696
- },
1697
- "storagegateway" : {
1698
- "endpoints" : {
1699
- "cn-north-1" : { }
1700
- }
1701
- },
1702
- "streams.dynamodb" : {
1703
- "defaults" : {
1704
- "credentialScope" : {
1705
- "service" : "dynamodb"
1706
- },
1707
- "protocols" : [ "http", "https" ]
1708
- },
1709
- "endpoints" : {
1710
- "cn-north-1" : { }
1711
- }
1712
- },
1713
- "sts" : {
1714
- "endpoints" : {
1715
- "cn-north-1" : { }
1716
- }
1717
- },
1718
- "swf" : {
1719
- "endpoints" : {
1720
- "cn-north-1" : { }
1721
- }
1722
- },
1723
- "tagging" : {
1724
- "endpoints" : {
1725
- "cn-north-1" : { }
1726
- }
1727
- }
1728
- }
1729
- }, {
1730
- "defaults" : {
1731
- "hostname" : "{service}.{region}.{dnsSuffix}",
1732
- "protocols" : [ "https" ],
1733
- "signatureVersions" : [ "v4" ]
1734
- },
1735
- "dnsSuffix" : "amazonaws.com",
1736
- "partition" : "aws-us-gov",
1737
- "partitionName" : "AWS GovCloud (US)",
1738
- "regionRegex" : "^us\\-gov\\-\\w+\\-\\d+$",
1739
- "regions" : {
1740
- "us-gov-west-1" : {
1741
- "description" : "AWS GovCloud (US)"
1742
- }
1743
- },
1744
- "services" : {
1745
- "autoscaling" : {
1746
- "endpoints" : {
1747
- "us-gov-west-1" : {
1748
- "protocols" : [ "http", "https" ]
1749
- }
1750
- }
1751
- },
1752
- "cloudformation" : {
1753
- "endpoints" : {
1754
- "us-gov-west-1" : { }
1755
- }
1756
- },
1757
- "cloudhsm" : {
1758
- "endpoints" : {
1759
- "us-gov-west-1" : { }
1760
- }
1761
- },
1762
- "cloudtrail" : {
1763
- "endpoints" : {
1764
- "us-gov-west-1" : { }
1765
- }
1766
- },
1767
- "codedeploy" : {
1768
- "endpoints" : {
1769
- "us-gov-west-1" : { }
1770
- }
1771
- },
1772
- "config" : {
1773
- "endpoints" : {
1774
- "us-gov-west-1" : { }
1775
- }
1776
- },
1777
- "directconnect" : {
1778
- "endpoints" : {
1779
- "us-gov-west-1" : { }
1780
- }
1781
- },
1782
- "dynamodb" : {
1783
- "endpoints" : {
1784
- "us-gov-west-1" : { }
1785
- }
1786
- },
1787
- "ec2" : {
1788
- "endpoints" : {
1789
- "us-gov-west-1" : { }
1790
- }
1791
- },
1792
- "elasticache" : {
1793
- "endpoints" : {
1794
- "us-gov-west-1" : { }
1795
- }
1796
- },
1797
- "elasticloadbalancing" : {
1798
- "endpoints" : {
1799
- "us-gov-west-1" : {
1800
- "protocols" : [ "http", "https" ]
1801
- }
1802
- }
1803
- },
1804
- "elasticmapreduce" : {
1805
- "endpoints" : {
1806
- "us-gov-west-1" : {
1807
- "protocols" : [ "http", "https" ]
1808
- }
1809
- }
1810
- },
1811
- "events" : {
1812
- "endpoints" : {
1813
- "us-gov-west-1" : { }
1814
- }
1815
- },
1816
- "glacier" : {
1817
- "endpoints" : {
1818
- "us-gov-west-1" : {
1819
- "protocols" : [ "http", "https" ]
1820
- }
1821
- }
1822
- },
1823
- "iam" : {
1824
- "endpoints" : {
1825
- "aws-us-gov-global" : {
1826
- "credentialScope" : {
1827
- "region" : "us-gov-west-1"
1828
- },
1829
- "hostname" : "iam.us-gov.amazonaws.com"
1830
- }
1831
- },
1832
- "isRegionalized" : false,
1833
- "partitionEndpoint" : "aws-us-gov-global"
1834
- },
1835
- "kinesis" : {
1836
- "endpoints" : {
1837
- "us-gov-west-1" : { }
1838
- }
1839
- },
1840
- "kms" : {
1841
- "endpoints" : {
1842
- "us-gov-west-1" : { }
1843
- }
1844
- },
1845
- "lambda" : {
1846
- "endpoints" : {
1847
- "us-gov-west-1" : { }
1848
- }
1849
- },
1850
- "logs" : {
1851
- "endpoints" : {
1852
- "us-gov-west-1" : { }
1853
- }
1854
- },
1855
- "monitoring" : {
1856
- "endpoints" : {
1857
- "us-gov-west-1" : { }
1858
- }
1859
- },
1860
- "rds" : {
1861
- "endpoints" : {
1862
- "us-gov-west-1" : { }
1863
- }
1864
- },
1865
- "redshift" : {
1866
- "endpoints" : {
1867
- "us-gov-west-1" : { }
1868
- }
1869
- },
1870
- "rekognition" : {
1871
- "endpoints" : {
1872
- "us-gov-west-1" : { }
1873
- }
1874
- },
1875
- "s3" : {
1876
- "defaults" : {
1877
- "signatureVersions" : [ "s3", "s3v4" ]
1878
- },
1879
- "endpoints" : {
1880
- "fips-us-gov-west-1" : {
1881
- "credentialScope" : {
1882
- "region" : "us-gov-west-1"
1883
- },
1884
- "hostname" : "s3-fips-us-gov-west-1.amazonaws.com"
1885
- },
1886
- "us-gov-west-1" : {
1887
- "hostname" : "s3-us-gov-west-1.amazonaws.com",
1888
- "protocols" : [ "http", "https" ]
1889
- }
1890
- }
1891
- },
1892
- "snowball" : {
1893
- "endpoints" : {
1894
- "us-gov-west-1" : { }
1895
- }
1896
- },
1897
- "sns" : {
1898
- "endpoints" : {
1899
- "us-gov-west-1" : {
1900
- "protocols" : [ "http", "https" ]
1901
- }
1902
- }
1903
- },
1904
- "sqs" : {
1905
- "endpoints" : {
1906
- "us-gov-west-1" : {
1907
- "protocols" : [ "http", "https" ],
1908
- "sslCommonName" : "{region}.queue.{dnsSuffix}"
1909
- }
1910
- }
1911
- },
1912
- "streams.dynamodb" : {
1913
- "defaults" : {
1914
- "credentialScope" : {
1915
- "service" : "dynamodb"
1916
- }
1917
- },
1918
- "endpoints" : {
1919
- "us-gov-west-1" : { }
1920
- }
1921
- },
1922
- "sts" : {
1923
- "endpoints" : {
1924
- "us-gov-west-1" : { }
1925
- }
1926
- },
1927
- "swf" : {
1928
- "endpoints" : {
1929
- "us-gov-west-1" : { }
1930
- }
1931
- }
1932
- }
1933
- } ],
1934
- "version" : 3
1935
- }