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,2599 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2016-09-29",
5
- "endpointPrefix":"cloudfront",
6
- "globalEndpoint":"cloudfront.amazonaws.com",
7
- "protocol":"rest-xml",
8
- "serviceAbbreviation":"CloudFront",
9
- "serviceFullName":"Amazon CloudFront",
10
- "signatureVersion":"v4",
11
- "uid":"cloudfront-2016-09-07"
12
- },
13
- "operations":{
14
- "CreateCloudFrontOriginAccessIdentity":{
15
- "name":"CreateCloudFrontOriginAccessIdentity2016_09_29",
16
- "http":{
17
- "method":"POST",
18
- "requestUri":"/2016-09-29/origin-access-identity/cloudfront",
19
- "responseCode":201
20
- },
21
- "input":{"shape":"CreateCloudFrontOriginAccessIdentityRequest"},
22
- "output":{"shape":"CreateCloudFrontOriginAccessIdentityResult"},
23
- "errors":[
24
- {"shape":"CloudFrontOriginAccessIdentityAlreadyExists"},
25
- {"shape":"MissingBody"},
26
- {"shape":"TooManyCloudFrontOriginAccessIdentities"},
27
- {"shape":"InvalidArgument"},
28
- {"shape":"InconsistentQuantities"}
29
- ]
30
- },
31
- "CreateDistribution":{
32
- "name":"CreateDistribution2016_09_29",
33
- "http":{
34
- "method":"POST",
35
- "requestUri":"/2016-09-29/distribution",
36
- "responseCode":201
37
- },
38
- "input":{"shape":"CreateDistributionRequest"},
39
- "output":{"shape":"CreateDistributionResult"},
40
- "errors":[
41
- {"shape":"CNAMEAlreadyExists"},
42
- {"shape":"DistributionAlreadyExists"},
43
- {"shape":"InvalidOrigin"},
44
- {"shape":"InvalidOriginAccessIdentity"},
45
- {"shape":"AccessDenied"},
46
- {"shape":"TooManyTrustedSigners"},
47
- {"shape":"TrustedSignerDoesNotExist"},
48
- {"shape":"InvalidViewerCertificate"},
49
- {"shape":"InvalidMinimumProtocolVersion"},
50
- {"shape":"MissingBody"},
51
- {"shape":"TooManyDistributionCNAMEs"},
52
- {"shape":"TooManyDistributions"},
53
- {"shape":"InvalidDefaultRootObject"},
54
- {"shape":"InvalidRelativePath"},
55
- {"shape":"InvalidErrorCode"},
56
- {"shape":"InvalidResponseCode"},
57
- {"shape":"InvalidArgument"},
58
- {"shape":"InvalidRequiredProtocol"},
59
- {"shape":"NoSuchOrigin"},
60
- {"shape":"TooManyOrigins"},
61
- {"shape":"TooManyCacheBehaviors"},
62
- {"shape":"TooManyCookieNamesInWhiteList"},
63
- {"shape":"InvalidForwardCookies"},
64
- {"shape":"TooManyHeadersInForwardedValues"},
65
- {"shape":"InvalidHeadersForS3Origin"},
66
- {"shape":"InconsistentQuantities"},
67
- {"shape":"TooManyCertificates"},
68
- {"shape":"InvalidLocationCode"},
69
- {"shape":"InvalidGeoRestrictionParameter"},
70
- {"shape":"InvalidProtocolSettings"},
71
- {"shape":"InvalidTTLOrder"},
72
- {"shape":"InvalidWebACLId"},
73
- {"shape":"TooManyOriginCustomHeaders"},
74
- {"shape":"TooManyQueryStringParameters"},
75
- {"shape":"InvalidQueryStringParameters"}
76
- ]
77
- },
78
- "CreateDistributionWithTags":{
79
- "name":"CreateDistributionWithTags2016_09_29",
80
- "http":{
81
- "method":"POST",
82
- "requestUri":"/2016-09-29/distribution?WithTags",
83
- "responseCode":201
84
- },
85
- "input":{"shape":"CreateDistributionWithTagsRequest"},
86
- "output":{"shape":"CreateDistributionWithTagsResult"},
87
- "errors":[
88
- {"shape":"CNAMEAlreadyExists"},
89
- {"shape":"DistributionAlreadyExists"},
90
- {"shape":"InvalidOrigin"},
91
- {"shape":"InvalidOriginAccessIdentity"},
92
- {"shape":"AccessDenied"},
93
- {"shape":"TooManyTrustedSigners"},
94
- {"shape":"TrustedSignerDoesNotExist"},
95
- {"shape":"InvalidViewerCertificate"},
96
- {"shape":"InvalidMinimumProtocolVersion"},
97
- {"shape":"MissingBody"},
98
- {"shape":"TooManyDistributionCNAMEs"},
99
- {"shape":"TooManyDistributions"},
100
- {"shape":"InvalidDefaultRootObject"},
101
- {"shape":"InvalidRelativePath"},
102
- {"shape":"InvalidErrorCode"},
103
- {"shape":"InvalidResponseCode"},
104
- {"shape":"InvalidArgument"},
105
- {"shape":"InvalidRequiredProtocol"},
106
- {"shape":"NoSuchOrigin"},
107
- {"shape":"TooManyOrigins"},
108
- {"shape":"TooManyCacheBehaviors"},
109
- {"shape":"TooManyCookieNamesInWhiteList"},
110
- {"shape":"InvalidForwardCookies"},
111
- {"shape":"TooManyHeadersInForwardedValues"},
112
- {"shape":"InvalidHeadersForS3Origin"},
113
- {"shape":"InconsistentQuantities"},
114
- {"shape":"TooManyCertificates"},
115
- {"shape":"InvalidLocationCode"},
116
- {"shape":"InvalidGeoRestrictionParameter"},
117
- {"shape":"InvalidProtocolSettings"},
118
- {"shape":"InvalidTTLOrder"},
119
- {"shape":"InvalidWebACLId"},
120
- {"shape":"TooManyOriginCustomHeaders"},
121
- {"shape":"InvalidTagging"},
122
- {"shape":"TooManyQueryStringParameters"},
123
- {"shape":"InvalidQueryStringParameters"}
124
- ]
125
- },
126
- "CreateInvalidation":{
127
- "name":"CreateInvalidation2016_09_29",
128
- "http":{
129
- "method":"POST",
130
- "requestUri":"/2016-09-29/distribution/{DistributionId}/invalidation",
131
- "responseCode":201
132
- },
133
- "input":{"shape":"CreateInvalidationRequest"},
134
- "output":{"shape":"CreateInvalidationResult"},
135
- "errors":[
136
- {"shape":"AccessDenied"},
137
- {"shape":"MissingBody"},
138
- {"shape":"InvalidArgument"},
139
- {"shape":"NoSuchDistribution"},
140
- {"shape":"BatchTooLarge"},
141
- {"shape":"TooManyInvalidationsInProgress"},
142
- {"shape":"InconsistentQuantities"}
143
- ]
144
- },
145
- "CreateStreamingDistribution":{
146
- "name":"CreateStreamingDistribution2016_09_29",
147
- "http":{
148
- "method":"POST",
149
- "requestUri":"/2016-09-29/streaming-distribution",
150
- "responseCode":201
151
- },
152
- "input":{"shape":"CreateStreamingDistributionRequest"},
153
- "output":{"shape":"CreateStreamingDistributionResult"},
154
- "errors":[
155
- {"shape":"CNAMEAlreadyExists"},
156
- {"shape":"StreamingDistributionAlreadyExists"},
157
- {"shape":"InvalidOrigin"},
158
- {"shape":"InvalidOriginAccessIdentity"},
159
- {"shape":"AccessDenied"},
160
- {"shape":"TooManyTrustedSigners"},
161
- {"shape":"TrustedSignerDoesNotExist"},
162
- {"shape":"MissingBody"},
163
- {"shape":"TooManyStreamingDistributionCNAMEs"},
164
- {"shape":"TooManyStreamingDistributions"},
165
- {"shape":"InvalidArgument"},
166
- {"shape":"InconsistentQuantities"}
167
- ]
168
- },
169
- "CreateStreamingDistributionWithTags":{
170
- "name":"CreateStreamingDistributionWithTags2016_09_29",
171
- "http":{
172
- "method":"POST",
173
- "requestUri":"/2016-09-29/streaming-distribution?WithTags",
174
- "responseCode":201
175
- },
176
- "input":{"shape":"CreateStreamingDistributionWithTagsRequest"},
177
- "output":{"shape":"CreateStreamingDistributionWithTagsResult"},
178
- "errors":[
179
- {"shape":"CNAMEAlreadyExists"},
180
- {"shape":"StreamingDistributionAlreadyExists"},
181
- {"shape":"InvalidOrigin"},
182
- {"shape":"InvalidOriginAccessIdentity"},
183
- {"shape":"AccessDenied"},
184
- {"shape":"TooManyTrustedSigners"},
185
- {"shape":"TrustedSignerDoesNotExist"},
186
- {"shape":"MissingBody"},
187
- {"shape":"TooManyStreamingDistributionCNAMEs"},
188
- {"shape":"TooManyStreamingDistributions"},
189
- {"shape":"InvalidArgument"},
190
- {"shape":"InconsistentQuantities"},
191
- {"shape":"InvalidTagging"}
192
- ]
193
- },
194
- "DeleteCloudFrontOriginAccessIdentity":{
195
- "name":"DeleteCloudFrontOriginAccessIdentity2016_09_29",
196
- "http":{
197
- "method":"DELETE",
198
- "requestUri":"/2016-09-29/origin-access-identity/cloudfront/{Id}",
199
- "responseCode":204
200
- },
201
- "input":{"shape":"DeleteCloudFrontOriginAccessIdentityRequest"},
202
- "errors":[
203
- {"shape":"AccessDenied"},
204
- {"shape":"InvalidIfMatchVersion"},
205
- {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
206
- {"shape":"PreconditionFailed"},
207
- {"shape":"CloudFrontOriginAccessIdentityInUse"}
208
- ]
209
- },
210
- "DeleteDistribution":{
211
- "name":"DeleteDistribution2016_09_29",
212
- "http":{
213
- "method":"DELETE",
214
- "requestUri":"/2016-09-29/distribution/{Id}",
215
- "responseCode":204
216
- },
217
- "input":{"shape":"DeleteDistributionRequest"},
218
- "errors":[
219
- {"shape":"AccessDenied"},
220
- {"shape":"DistributionNotDisabled"},
221
- {"shape":"InvalidIfMatchVersion"},
222
- {"shape":"NoSuchDistribution"},
223
- {"shape":"PreconditionFailed"}
224
- ]
225
- },
226
- "DeleteStreamingDistribution":{
227
- "name":"DeleteStreamingDistribution2016_09_29",
228
- "http":{
229
- "method":"DELETE",
230
- "requestUri":"/2016-09-29/streaming-distribution/{Id}",
231
- "responseCode":204
232
- },
233
- "input":{"shape":"DeleteStreamingDistributionRequest"},
234
- "errors":[
235
- {"shape":"AccessDenied"},
236
- {"shape":"StreamingDistributionNotDisabled"},
237
- {"shape":"InvalidIfMatchVersion"},
238
- {"shape":"NoSuchStreamingDistribution"},
239
- {"shape":"PreconditionFailed"}
240
- ]
241
- },
242
- "GetCloudFrontOriginAccessIdentity":{
243
- "name":"GetCloudFrontOriginAccessIdentity2016_09_29",
244
- "http":{
245
- "method":"GET",
246
- "requestUri":"/2016-09-29/origin-access-identity/cloudfront/{Id}"
247
- },
248
- "input":{"shape":"GetCloudFrontOriginAccessIdentityRequest"},
249
- "output":{"shape":"GetCloudFrontOriginAccessIdentityResult"},
250
- "errors":[
251
- {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
252
- {"shape":"AccessDenied"}
253
- ]
254
- },
255
- "GetCloudFrontOriginAccessIdentityConfig":{
256
- "name":"GetCloudFrontOriginAccessIdentityConfig2016_09_29",
257
- "http":{
258
- "method":"GET",
259
- "requestUri":"/2016-09-29/origin-access-identity/cloudfront/{Id}/config"
260
- },
261
- "input":{"shape":"GetCloudFrontOriginAccessIdentityConfigRequest"},
262
- "output":{"shape":"GetCloudFrontOriginAccessIdentityConfigResult"},
263
- "errors":[
264
- {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
265
- {"shape":"AccessDenied"}
266
- ]
267
- },
268
- "GetDistribution":{
269
- "name":"GetDistribution2016_09_29",
270
- "http":{
271
- "method":"GET",
272
- "requestUri":"/2016-09-29/distribution/{Id}"
273
- },
274
- "input":{"shape":"GetDistributionRequest"},
275
- "output":{"shape":"GetDistributionResult"},
276
- "errors":[
277
- {"shape":"NoSuchDistribution"},
278
- {"shape":"AccessDenied"}
279
- ]
280
- },
281
- "GetDistributionConfig":{
282
- "name":"GetDistributionConfig2016_09_29",
283
- "http":{
284
- "method":"GET",
285
- "requestUri":"/2016-09-29/distribution/{Id}/config"
286
- },
287
- "input":{"shape":"GetDistributionConfigRequest"},
288
- "output":{"shape":"GetDistributionConfigResult"},
289
- "errors":[
290
- {"shape":"NoSuchDistribution"},
291
- {"shape":"AccessDenied"}
292
- ]
293
- },
294
- "GetInvalidation":{
295
- "name":"GetInvalidation2016_09_29",
296
- "http":{
297
- "method":"GET",
298
- "requestUri":"/2016-09-29/distribution/{DistributionId}/invalidation/{Id}"
299
- },
300
- "input":{"shape":"GetInvalidationRequest"},
301
- "output":{"shape":"GetInvalidationResult"},
302
- "errors":[
303
- {"shape":"NoSuchInvalidation"},
304
- {"shape":"NoSuchDistribution"},
305
- {"shape":"AccessDenied"}
306
- ]
307
- },
308
- "GetStreamingDistribution":{
309
- "name":"GetStreamingDistribution2016_09_29",
310
- "http":{
311
- "method":"GET",
312
- "requestUri":"/2016-09-29/streaming-distribution/{Id}"
313
- },
314
- "input":{"shape":"GetStreamingDistributionRequest"},
315
- "output":{"shape":"GetStreamingDistributionResult"},
316
- "errors":[
317
- {"shape":"NoSuchStreamingDistribution"},
318
- {"shape":"AccessDenied"}
319
- ]
320
- },
321
- "GetStreamingDistributionConfig":{
322
- "name":"GetStreamingDistributionConfig2016_09_29",
323
- "http":{
324
- "method":"GET",
325
- "requestUri":"/2016-09-29/streaming-distribution/{Id}/config"
326
- },
327
- "input":{"shape":"GetStreamingDistributionConfigRequest"},
328
- "output":{"shape":"GetStreamingDistributionConfigResult"},
329
- "errors":[
330
- {"shape":"NoSuchStreamingDistribution"},
331
- {"shape":"AccessDenied"}
332
- ]
333
- },
334
- "ListCloudFrontOriginAccessIdentities":{
335
- "name":"ListCloudFrontOriginAccessIdentities2016_09_29",
336
- "http":{
337
- "method":"GET",
338
- "requestUri":"/2016-09-29/origin-access-identity/cloudfront"
339
- },
340
- "input":{"shape":"ListCloudFrontOriginAccessIdentitiesRequest"},
341
- "output":{"shape":"ListCloudFrontOriginAccessIdentitiesResult"},
342
- "errors":[
343
- {"shape":"InvalidArgument"}
344
- ]
345
- },
346
- "ListDistributions":{
347
- "name":"ListDistributions2016_09_29",
348
- "http":{
349
- "method":"GET",
350
- "requestUri":"/2016-09-29/distribution"
351
- },
352
- "input":{"shape":"ListDistributionsRequest"},
353
- "output":{"shape":"ListDistributionsResult"},
354
- "errors":[
355
- {"shape":"InvalidArgument"}
356
- ]
357
- },
358
- "ListDistributionsByWebACLId":{
359
- "name":"ListDistributionsByWebACLId2016_09_29",
360
- "http":{
361
- "method":"GET",
362
- "requestUri":"/2016-09-29/distributionsByWebACLId/{WebACLId}"
363
- },
364
- "input":{"shape":"ListDistributionsByWebACLIdRequest"},
365
- "output":{"shape":"ListDistributionsByWebACLIdResult"},
366
- "errors":[
367
- {"shape":"InvalidArgument"},
368
- {"shape":"InvalidWebACLId"}
369
- ]
370
- },
371
- "ListInvalidations":{
372
- "name":"ListInvalidations2016_09_29",
373
- "http":{
374
- "method":"GET",
375
- "requestUri":"/2016-09-29/distribution/{DistributionId}/invalidation"
376
- },
377
- "input":{"shape":"ListInvalidationsRequest"},
378
- "output":{"shape":"ListInvalidationsResult"},
379
- "errors":[
380
- {"shape":"InvalidArgument"},
381
- {"shape":"NoSuchDistribution"},
382
- {"shape":"AccessDenied"}
383
- ]
384
- },
385
- "ListStreamingDistributions":{
386
- "name":"ListStreamingDistributions2016_09_29",
387
- "http":{
388
- "method":"GET",
389
- "requestUri":"/2016-09-29/streaming-distribution"
390
- },
391
- "input":{"shape":"ListStreamingDistributionsRequest"},
392
- "output":{"shape":"ListStreamingDistributionsResult"},
393
- "errors":[
394
- {"shape":"InvalidArgument"}
395
- ]
396
- },
397
- "ListTagsForResource":{
398
- "name":"ListTagsForResource2016_09_29",
399
- "http":{
400
- "method":"GET",
401
- "requestUri":"/2016-09-29/tagging"
402
- },
403
- "input":{"shape":"ListTagsForResourceRequest"},
404
- "output":{"shape":"ListTagsForResourceResult"},
405
- "errors":[
406
- {"shape":"AccessDenied"},
407
- {"shape":"InvalidArgument"},
408
- {"shape":"InvalidTagging"},
409
- {"shape":"NoSuchResource"}
410
- ]
411
- },
412
- "TagResource":{
413
- "name":"TagResource2016_09_29",
414
- "http":{
415
- "method":"POST",
416
- "requestUri":"/2016-09-29/tagging?Operation=Tag",
417
- "responseCode":204
418
- },
419
- "input":{"shape":"TagResourceRequest"},
420
- "errors":[
421
- {"shape":"AccessDenied"},
422
- {"shape":"InvalidArgument"},
423
- {"shape":"InvalidTagging"},
424
- {"shape":"NoSuchResource"}
425
- ]
426
- },
427
- "UntagResource":{
428
- "name":"UntagResource2016_09_29",
429
- "http":{
430
- "method":"POST",
431
- "requestUri":"/2016-09-29/tagging?Operation=Untag",
432
- "responseCode":204
433
- },
434
- "input":{"shape":"UntagResourceRequest"},
435
- "errors":[
436
- {"shape":"AccessDenied"},
437
- {"shape":"InvalidArgument"},
438
- {"shape":"InvalidTagging"},
439
- {"shape":"NoSuchResource"}
440
- ]
441
- },
442
- "UpdateCloudFrontOriginAccessIdentity":{
443
- "name":"UpdateCloudFrontOriginAccessIdentity2016_09_29",
444
- "http":{
445
- "method":"PUT",
446
- "requestUri":"/2016-09-29/origin-access-identity/cloudfront/{Id}/config"
447
- },
448
- "input":{"shape":"UpdateCloudFrontOriginAccessIdentityRequest"},
449
- "output":{"shape":"UpdateCloudFrontOriginAccessIdentityResult"},
450
- "errors":[
451
- {"shape":"AccessDenied"},
452
- {"shape":"IllegalUpdate"},
453
- {"shape":"InvalidIfMatchVersion"},
454
- {"shape":"MissingBody"},
455
- {"shape":"NoSuchCloudFrontOriginAccessIdentity"},
456
- {"shape":"PreconditionFailed"},
457
- {"shape":"InvalidArgument"},
458
- {"shape":"InconsistentQuantities"}
459
- ]
460
- },
461
- "UpdateDistribution":{
462
- "name":"UpdateDistribution2016_09_29",
463
- "http":{
464
- "method":"PUT",
465
- "requestUri":"/2016-09-29/distribution/{Id}/config"
466
- },
467
- "input":{"shape":"UpdateDistributionRequest"},
468
- "output":{"shape":"UpdateDistributionResult"},
469
- "errors":[
470
- {"shape":"AccessDenied"},
471
- {"shape":"CNAMEAlreadyExists"},
472
- {"shape":"IllegalUpdate"},
473
- {"shape":"InvalidIfMatchVersion"},
474
- {"shape":"MissingBody"},
475
- {"shape":"NoSuchDistribution"},
476
- {"shape":"PreconditionFailed"},
477
- {"shape":"TooManyDistributionCNAMEs"},
478
- {"shape":"InvalidDefaultRootObject"},
479
- {"shape":"InvalidRelativePath"},
480
- {"shape":"InvalidErrorCode"},
481
- {"shape":"InvalidResponseCode"},
482
- {"shape":"InvalidArgument"},
483
- {"shape":"InvalidOriginAccessIdentity"},
484
- {"shape":"TooManyTrustedSigners"},
485
- {"shape":"TrustedSignerDoesNotExist"},
486
- {"shape":"InvalidViewerCertificate"},
487
- {"shape":"InvalidMinimumProtocolVersion"},
488
- {"shape":"InvalidRequiredProtocol"},
489
- {"shape":"NoSuchOrigin"},
490
- {"shape":"TooManyOrigins"},
491
- {"shape":"TooManyCacheBehaviors"},
492
- {"shape":"TooManyCookieNamesInWhiteList"},
493
- {"shape":"InvalidForwardCookies"},
494
- {"shape":"TooManyHeadersInForwardedValues"},
495
- {"shape":"InvalidHeadersForS3Origin"},
496
- {"shape":"InconsistentQuantities"},
497
- {"shape":"TooManyCertificates"},
498
- {"shape":"InvalidLocationCode"},
499
- {"shape":"InvalidGeoRestrictionParameter"},
500
- {"shape":"InvalidTTLOrder"},
501
- {"shape":"InvalidWebACLId"},
502
- {"shape":"TooManyOriginCustomHeaders"},
503
- {"shape":"TooManyQueryStringParameters"},
504
- {"shape":"InvalidQueryStringParameters"}
505
- ]
506
- },
507
- "UpdateStreamingDistribution":{
508
- "name":"UpdateStreamingDistribution2016_09_29",
509
- "http":{
510
- "method":"PUT",
511
- "requestUri":"/2016-09-29/streaming-distribution/{Id}/config"
512
- },
513
- "input":{"shape":"UpdateStreamingDistributionRequest"},
514
- "output":{"shape":"UpdateStreamingDistributionResult"},
515
- "errors":[
516
- {"shape":"AccessDenied"},
517
- {"shape":"CNAMEAlreadyExists"},
518
- {"shape":"IllegalUpdate"},
519
- {"shape":"InvalidIfMatchVersion"},
520
- {"shape":"MissingBody"},
521
- {"shape":"NoSuchStreamingDistribution"},
522
- {"shape":"PreconditionFailed"},
523
- {"shape":"TooManyStreamingDistributionCNAMEs"},
524
- {"shape":"InvalidArgument"},
525
- {"shape":"InvalidOriginAccessIdentity"},
526
- {"shape":"TooManyTrustedSigners"},
527
- {"shape":"TrustedSignerDoesNotExist"},
528
- {"shape":"InconsistentQuantities"}
529
- ]
530
- }
531
- },
532
- "shapes":{
533
- "AccessDenied":{
534
- "type":"structure",
535
- "members":{
536
- "Message":{"shape":"string"}
537
- },
538
- "error":{"httpStatusCode":403},
539
- "exception":true
540
- },
541
- "ActiveTrustedSigners":{
542
- "type":"structure",
543
- "required":[
544
- "Enabled",
545
- "Quantity"
546
- ],
547
- "members":{
548
- "Enabled":{"shape":"boolean"},
549
- "Quantity":{"shape":"integer"},
550
- "Items":{"shape":"SignerList"}
551
- }
552
- },
553
- "AliasList":{
554
- "type":"list",
555
- "member":{
556
- "shape":"string",
557
- "locationName":"CNAME"
558
- }
559
- },
560
- "Aliases":{
561
- "type":"structure",
562
- "required":["Quantity"],
563
- "members":{
564
- "Quantity":{"shape":"integer"},
565
- "Items":{"shape":"AliasList"}
566
- }
567
- },
568
- "AllowedMethods":{
569
- "type":"structure",
570
- "required":[
571
- "Quantity",
572
- "Items"
573
- ],
574
- "members":{
575
- "Quantity":{"shape":"integer"},
576
- "Items":{"shape":"MethodsList"},
577
- "CachedMethods":{"shape":"CachedMethods"}
578
- }
579
- },
580
- "AwsAccountNumberList":{
581
- "type":"list",
582
- "member":{
583
- "shape":"string",
584
- "locationName":"AwsAccountNumber"
585
- }
586
- },
587
- "BatchTooLarge":{
588
- "type":"structure",
589
- "members":{
590
- "Message":{"shape":"string"}
591
- },
592
- "error":{"httpStatusCode":413},
593
- "exception":true
594
- },
595
- "CNAMEAlreadyExists":{
596
- "type":"structure",
597
- "members":{
598
- "Message":{"shape":"string"}
599
- },
600
- "error":{"httpStatusCode":409},
601
- "exception":true
602
- },
603
- "CacheBehavior":{
604
- "type":"structure",
605
- "required":[
606
- "PathPattern",
607
- "TargetOriginId",
608
- "ForwardedValues",
609
- "TrustedSigners",
610
- "ViewerProtocolPolicy",
611
- "MinTTL"
612
- ],
613
- "members":{
614
- "PathPattern":{"shape":"string"},
615
- "TargetOriginId":{"shape":"string"},
616
- "ForwardedValues":{"shape":"ForwardedValues"},
617
- "TrustedSigners":{"shape":"TrustedSigners"},
618
- "ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
619
- "MinTTL":{"shape":"long"},
620
- "AllowedMethods":{"shape":"AllowedMethods"},
621
- "SmoothStreaming":{"shape":"boolean"},
622
- "DefaultTTL":{"shape":"long"},
623
- "MaxTTL":{"shape":"long"},
624
- "Compress":{"shape":"boolean"}
625
- }
626
- },
627
- "CacheBehaviorList":{
628
- "type":"list",
629
- "member":{
630
- "shape":"CacheBehavior",
631
- "locationName":"CacheBehavior"
632
- }
633
- },
634
- "CacheBehaviors":{
635
- "type":"structure",
636
- "required":["Quantity"],
637
- "members":{
638
- "Quantity":{"shape":"integer"},
639
- "Items":{"shape":"CacheBehaviorList"}
640
- }
641
- },
642
- "CachedMethods":{
643
- "type":"structure",
644
- "required":[
645
- "Quantity",
646
- "Items"
647
- ],
648
- "members":{
649
- "Quantity":{"shape":"integer"},
650
- "Items":{"shape":"MethodsList"}
651
- }
652
- },
653
- "CertificateSource":{
654
- "type":"string",
655
- "enum":[
656
- "cloudfront",
657
- "iam",
658
- "acm"
659
- ]
660
- },
661
- "CloudFrontOriginAccessIdentity":{
662
- "type":"structure",
663
- "required":[
664
- "Id",
665
- "S3CanonicalUserId"
666
- ],
667
- "members":{
668
- "Id":{"shape":"string"},
669
- "S3CanonicalUserId":{"shape":"string"},
670
- "CloudFrontOriginAccessIdentityConfig":{"shape":"CloudFrontOriginAccessIdentityConfig"}
671
- }
672
- },
673
- "CloudFrontOriginAccessIdentityAlreadyExists":{
674
- "type":"structure",
675
- "members":{
676
- "Message":{"shape":"string"}
677
- },
678
- "error":{"httpStatusCode":409},
679
- "exception":true
680
- },
681
- "CloudFrontOriginAccessIdentityConfig":{
682
- "type":"structure",
683
- "required":[
684
- "CallerReference",
685
- "Comment"
686
- ],
687
- "members":{
688
- "CallerReference":{"shape":"string"},
689
- "Comment":{"shape":"string"}
690
- }
691
- },
692
- "CloudFrontOriginAccessIdentityInUse":{
693
- "type":"structure",
694
- "members":{
695
- "Message":{"shape":"string"}
696
- },
697
- "error":{"httpStatusCode":409},
698
- "exception":true
699
- },
700
- "CloudFrontOriginAccessIdentityList":{
701
- "type":"structure",
702
- "required":[
703
- "Marker",
704
- "MaxItems",
705
- "IsTruncated",
706
- "Quantity"
707
- ],
708
- "members":{
709
- "Marker":{"shape":"string"},
710
- "NextMarker":{"shape":"string"},
711
- "MaxItems":{"shape":"integer"},
712
- "IsTruncated":{"shape":"boolean"},
713
- "Quantity":{"shape":"integer"},
714
- "Items":{"shape":"CloudFrontOriginAccessIdentitySummaryList"}
715
- }
716
- },
717
- "CloudFrontOriginAccessIdentitySummary":{
718
- "type":"structure",
719
- "required":[
720
- "Id",
721
- "S3CanonicalUserId",
722
- "Comment"
723
- ],
724
- "members":{
725
- "Id":{"shape":"string"},
726
- "S3CanonicalUserId":{"shape":"string"},
727
- "Comment":{"shape":"string"}
728
- }
729
- },
730
- "CloudFrontOriginAccessIdentitySummaryList":{
731
- "type":"list",
732
- "member":{
733
- "shape":"CloudFrontOriginAccessIdentitySummary",
734
- "locationName":"CloudFrontOriginAccessIdentitySummary"
735
- }
736
- },
737
- "CookieNameList":{
738
- "type":"list",
739
- "member":{
740
- "shape":"string",
741
- "locationName":"Name"
742
- }
743
- },
744
- "CookieNames":{
745
- "type":"structure",
746
- "required":["Quantity"],
747
- "members":{
748
- "Quantity":{"shape":"integer"},
749
- "Items":{"shape":"CookieNameList"}
750
- }
751
- },
752
- "CookiePreference":{
753
- "type":"structure",
754
- "required":["Forward"],
755
- "members":{
756
- "Forward":{"shape":"ItemSelection"},
757
- "WhitelistedNames":{"shape":"CookieNames"}
758
- }
759
- },
760
- "CreateCloudFrontOriginAccessIdentityRequest":{
761
- "type":"structure",
762
- "required":["CloudFrontOriginAccessIdentityConfig"],
763
- "members":{
764
- "CloudFrontOriginAccessIdentityConfig":{
765
- "shape":"CloudFrontOriginAccessIdentityConfig",
766
- "locationName":"CloudFrontOriginAccessIdentityConfig",
767
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
768
- }
769
- },
770
- "payload":"CloudFrontOriginAccessIdentityConfig"
771
- },
772
- "CreateCloudFrontOriginAccessIdentityResult":{
773
- "type":"structure",
774
- "members":{
775
- "CloudFrontOriginAccessIdentity":{"shape":"CloudFrontOriginAccessIdentity"},
776
- "Location":{
777
- "shape":"string",
778
- "location":"header",
779
- "locationName":"Location"
780
- },
781
- "ETag":{
782
- "shape":"string",
783
- "location":"header",
784
- "locationName":"ETag"
785
- }
786
- },
787
- "payload":"CloudFrontOriginAccessIdentity"
788
- },
789
- "CreateDistributionRequest":{
790
- "type":"structure",
791
- "required":["DistributionConfig"],
792
- "members":{
793
- "DistributionConfig":{
794
- "shape":"DistributionConfig",
795
- "locationName":"DistributionConfig",
796
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
797
- }
798
- },
799
- "payload":"DistributionConfig"
800
- },
801
- "CreateDistributionResult":{
802
- "type":"structure",
803
- "members":{
804
- "Distribution":{"shape":"Distribution"},
805
- "Location":{
806
- "shape":"string",
807
- "location":"header",
808
- "locationName":"Location"
809
- },
810
- "ETag":{
811
- "shape":"string",
812
- "location":"header",
813
- "locationName":"ETag"
814
- }
815
- },
816
- "payload":"Distribution"
817
- },
818
- "CreateDistributionWithTagsRequest":{
819
- "type":"structure",
820
- "required":["DistributionConfigWithTags"],
821
- "members":{
822
- "DistributionConfigWithTags":{
823
- "shape":"DistributionConfigWithTags",
824
- "locationName":"DistributionConfigWithTags",
825
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
826
- }
827
- },
828
- "payload":"DistributionConfigWithTags"
829
- },
830
- "CreateDistributionWithTagsResult":{
831
- "type":"structure",
832
- "members":{
833
- "Distribution":{"shape":"Distribution"},
834
- "Location":{
835
- "shape":"string",
836
- "location":"header",
837
- "locationName":"Location"
838
- },
839
- "ETag":{
840
- "shape":"string",
841
- "location":"header",
842
- "locationName":"ETag"
843
- }
844
- },
845
- "payload":"Distribution"
846
- },
847
- "CreateInvalidationRequest":{
848
- "type":"structure",
849
- "required":[
850
- "DistributionId",
851
- "InvalidationBatch"
852
- ],
853
- "members":{
854
- "DistributionId":{
855
- "shape":"string",
856
- "location":"uri",
857
- "locationName":"DistributionId"
858
- },
859
- "InvalidationBatch":{
860
- "shape":"InvalidationBatch",
861
- "locationName":"InvalidationBatch",
862
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
863
- }
864
- },
865
- "payload":"InvalidationBatch"
866
- },
867
- "CreateInvalidationResult":{
868
- "type":"structure",
869
- "members":{
870
- "Location":{
871
- "shape":"string",
872
- "location":"header",
873
- "locationName":"Location"
874
- },
875
- "Invalidation":{"shape":"Invalidation"}
876
- },
877
- "payload":"Invalidation"
878
- },
879
- "CreateStreamingDistributionRequest":{
880
- "type":"structure",
881
- "required":["StreamingDistributionConfig"],
882
- "members":{
883
- "StreamingDistributionConfig":{
884
- "shape":"StreamingDistributionConfig",
885
- "locationName":"StreamingDistributionConfig",
886
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
887
- }
888
- },
889
- "payload":"StreamingDistributionConfig"
890
- },
891
- "CreateStreamingDistributionResult":{
892
- "type":"structure",
893
- "members":{
894
- "StreamingDistribution":{"shape":"StreamingDistribution"},
895
- "Location":{
896
- "shape":"string",
897
- "location":"header",
898
- "locationName":"Location"
899
- },
900
- "ETag":{
901
- "shape":"string",
902
- "location":"header",
903
- "locationName":"ETag"
904
- }
905
- },
906
- "payload":"StreamingDistribution"
907
- },
908
- "CreateStreamingDistributionWithTagsRequest":{
909
- "type":"structure",
910
- "required":["StreamingDistributionConfigWithTags"],
911
- "members":{
912
- "StreamingDistributionConfigWithTags":{
913
- "shape":"StreamingDistributionConfigWithTags",
914
- "locationName":"StreamingDistributionConfigWithTags",
915
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
916
- }
917
- },
918
- "payload":"StreamingDistributionConfigWithTags"
919
- },
920
- "CreateStreamingDistributionWithTagsResult":{
921
- "type":"structure",
922
- "members":{
923
- "StreamingDistribution":{"shape":"StreamingDistribution"},
924
- "Location":{
925
- "shape":"string",
926
- "location":"header",
927
- "locationName":"Location"
928
- },
929
- "ETag":{
930
- "shape":"string",
931
- "location":"header",
932
- "locationName":"ETag"
933
- }
934
- },
935
- "payload":"StreamingDistribution"
936
- },
937
- "CustomErrorResponse":{
938
- "type":"structure",
939
- "required":["ErrorCode"],
940
- "members":{
941
- "ErrorCode":{"shape":"integer"},
942
- "ResponsePagePath":{"shape":"string"},
943
- "ResponseCode":{"shape":"string"},
944
- "ErrorCachingMinTTL":{"shape":"long"}
945
- }
946
- },
947
- "CustomErrorResponseList":{
948
- "type":"list",
949
- "member":{
950
- "shape":"CustomErrorResponse",
951
- "locationName":"CustomErrorResponse"
952
- }
953
- },
954
- "CustomErrorResponses":{
955
- "type":"structure",
956
- "required":["Quantity"],
957
- "members":{
958
- "Quantity":{"shape":"integer"},
959
- "Items":{"shape":"CustomErrorResponseList"}
960
- }
961
- },
962
- "CustomHeaders":{
963
- "type":"structure",
964
- "required":["Quantity"],
965
- "members":{
966
- "Quantity":{"shape":"integer"},
967
- "Items":{"shape":"OriginCustomHeadersList"}
968
- }
969
- },
970
- "CustomOriginConfig":{
971
- "type":"structure",
972
- "required":[
973
- "HTTPPort",
974
- "HTTPSPort",
975
- "OriginProtocolPolicy"
976
- ],
977
- "members":{
978
- "HTTPPort":{"shape":"integer"},
979
- "HTTPSPort":{"shape":"integer"},
980
- "OriginProtocolPolicy":{"shape":"OriginProtocolPolicy"},
981
- "OriginSslProtocols":{"shape":"OriginSslProtocols"}
982
- }
983
- },
984
- "DefaultCacheBehavior":{
985
- "type":"structure",
986
- "required":[
987
- "TargetOriginId",
988
- "ForwardedValues",
989
- "TrustedSigners",
990
- "ViewerProtocolPolicy",
991
- "MinTTL"
992
- ],
993
- "members":{
994
- "TargetOriginId":{"shape":"string"},
995
- "ForwardedValues":{"shape":"ForwardedValues"},
996
- "TrustedSigners":{"shape":"TrustedSigners"},
997
- "ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
998
- "MinTTL":{"shape":"long"},
999
- "AllowedMethods":{"shape":"AllowedMethods"},
1000
- "SmoothStreaming":{"shape":"boolean"},
1001
- "DefaultTTL":{"shape":"long"},
1002
- "MaxTTL":{"shape":"long"},
1003
- "Compress":{"shape":"boolean"}
1004
- }
1005
- },
1006
- "DeleteCloudFrontOriginAccessIdentityRequest":{
1007
- "type":"structure",
1008
- "required":["Id"],
1009
- "members":{
1010
- "Id":{
1011
- "shape":"string",
1012
- "location":"uri",
1013
- "locationName":"Id"
1014
- },
1015
- "IfMatch":{
1016
- "shape":"string",
1017
- "location":"header",
1018
- "locationName":"If-Match"
1019
- }
1020
- }
1021
- },
1022
- "DeleteDistributionRequest":{
1023
- "type":"structure",
1024
- "required":["Id"],
1025
- "members":{
1026
- "Id":{
1027
- "shape":"string",
1028
- "location":"uri",
1029
- "locationName":"Id"
1030
- },
1031
- "IfMatch":{
1032
- "shape":"string",
1033
- "location":"header",
1034
- "locationName":"If-Match"
1035
- }
1036
- }
1037
- },
1038
- "DeleteStreamingDistributionRequest":{
1039
- "type":"structure",
1040
- "required":["Id"],
1041
- "members":{
1042
- "Id":{
1043
- "shape":"string",
1044
- "location":"uri",
1045
- "locationName":"Id"
1046
- },
1047
- "IfMatch":{
1048
- "shape":"string",
1049
- "location":"header",
1050
- "locationName":"If-Match"
1051
- }
1052
- }
1053
- },
1054
- "Distribution":{
1055
- "type":"structure",
1056
- "required":[
1057
- "Id",
1058
- "ARN",
1059
- "Status",
1060
- "LastModifiedTime",
1061
- "InProgressInvalidationBatches",
1062
- "DomainName",
1063
- "ActiveTrustedSigners",
1064
- "DistributionConfig"
1065
- ],
1066
- "members":{
1067
- "Id":{"shape":"string"},
1068
- "ARN":{"shape":"string"},
1069
- "Status":{"shape":"string"},
1070
- "LastModifiedTime":{"shape":"timestamp"},
1071
- "InProgressInvalidationBatches":{"shape":"integer"},
1072
- "DomainName":{"shape":"string"},
1073
- "ActiveTrustedSigners":{"shape":"ActiveTrustedSigners"},
1074
- "DistributionConfig":{"shape":"DistributionConfig"}
1075
- }
1076
- },
1077
- "DistributionAlreadyExists":{
1078
- "type":"structure",
1079
- "members":{
1080
- "Message":{"shape":"string"}
1081
- },
1082
- "error":{"httpStatusCode":409},
1083
- "exception":true
1084
- },
1085
- "DistributionConfig":{
1086
- "type":"structure",
1087
- "required":[
1088
- "CallerReference",
1089
- "Origins",
1090
- "DefaultCacheBehavior",
1091
- "Comment",
1092
- "Enabled"
1093
- ],
1094
- "members":{
1095
- "CallerReference":{"shape":"string"},
1096
- "Aliases":{"shape":"Aliases"},
1097
- "DefaultRootObject":{"shape":"string"},
1098
- "Origins":{"shape":"Origins"},
1099
- "DefaultCacheBehavior":{"shape":"DefaultCacheBehavior"},
1100
- "CacheBehaviors":{"shape":"CacheBehaviors"},
1101
- "CustomErrorResponses":{"shape":"CustomErrorResponses"},
1102
- "Comment":{"shape":"string"},
1103
- "Logging":{"shape":"LoggingConfig"},
1104
- "PriceClass":{"shape":"PriceClass"},
1105
- "Enabled":{"shape":"boolean"},
1106
- "ViewerCertificate":{"shape":"ViewerCertificate"},
1107
- "Restrictions":{"shape":"Restrictions"},
1108
- "WebACLId":{"shape":"string"},
1109
- "HttpVersion":{"shape":"HttpVersion"},
1110
- "IsIPV6Enabled":{"shape":"boolean"}
1111
- }
1112
- },
1113
- "DistributionConfigWithTags":{
1114
- "type":"structure",
1115
- "required":[
1116
- "DistributionConfig",
1117
- "Tags"
1118
- ],
1119
- "members":{
1120
- "DistributionConfig":{"shape":"DistributionConfig"},
1121
- "Tags":{"shape":"Tags"}
1122
- }
1123
- },
1124
- "DistributionList":{
1125
- "type":"structure",
1126
- "required":[
1127
- "Marker",
1128
- "MaxItems",
1129
- "IsTruncated",
1130
- "Quantity"
1131
- ],
1132
- "members":{
1133
- "Marker":{"shape":"string"},
1134
- "NextMarker":{"shape":"string"},
1135
- "MaxItems":{"shape":"integer"},
1136
- "IsTruncated":{"shape":"boolean"},
1137
- "Quantity":{"shape":"integer"},
1138
- "Items":{"shape":"DistributionSummaryList"}
1139
- }
1140
- },
1141
- "DistributionNotDisabled":{
1142
- "type":"structure",
1143
- "members":{
1144
- "Message":{"shape":"string"}
1145
- },
1146
- "error":{"httpStatusCode":409},
1147
- "exception":true
1148
- },
1149
- "DistributionSummary":{
1150
- "type":"structure",
1151
- "required":[
1152
- "Id",
1153
- "ARN",
1154
- "Status",
1155
- "LastModifiedTime",
1156
- "DomainName",
1157
- "Aliases",
1158
- "Origins",
1159
- "DefaultCacheBehavior",
1160
- "CacheBehaviors",
1161
- "CustomErrorResponses",
1162
- "Comment",
1163
- "PriceClass",
1164
- "Enabled",
1165
- "ViewerCertificate",
1166
- "Restrictions",
1167
- "WebACLId",
1168
- "HttpVersion",
1169
- "IsIPV6Enabled"
1170
- ],
1171
- "members":{
1172
- "Id":{"shape":"string"},
1173
- "ARN":{"shape":"string"},
1174
- "Status":{"shape":"string"},
1175
- "LastModifiedTime":{"shape":"timestamp"},
1176
- "DomainName":{"shape":"string"},
1177
- "Aliases":{"shape":"Aliases"},
1178
- "Origins":{"shape":"Origins"},
1179
- "DefaultCacheBehavior":{"shape":"DefaultCacheBehavior"},
1180
- "CacheBehaviors":{"shape":"CacheBehaviors"},
1181
- "CustomErrorResponses":{"shape":"CustomErrorResponses"},
1182
- "Comment":{"shape":"string"},
1183
- "PriceClass":{"shape":"PriceClass"},
1184
- "Enabled":{"shape":"boolean"},
1185
- "ViewerCertificate":{"shape":"ViewerCertificate"},
1186
- "Restrictions":{"shape":"Restrictions"},
1187
- "WebACLId":{"shape":"string"},
1188
- "HttpVersion":{"shape":"HttpVersion"},
1189
- "IsIPV6Enabled":{"shape":"boolean"}
1190
- }
1191
- },
1192
- "DistributionSummaryList":{
1193
- "type":"list",
1194
- "member":{
1195
- "shape":"DistributionSummary",
1196
- "locationName":"DistributionSummary"
1197
- }
1198
- },
1199
- "ForwardedValues":{
1200
- "type":"structure",
1201
- "required":[
1202
- "QueryString",
1203
- "Cookies"
1204
- ],
1205
- "members":{
1206
- "QueryString":{"shape":"boolean"},
1207
- "Cookies":{"shape":"CookiePreference"},
1208
- "Headers":{"shape":"Headers"},
1209
- "QueryStringCacheKeys":{"shape":"QueryStringCacheKeys"}
1210
- }
1211
- },
1212
- "GeoRestriction":{
1213
- "type":"structure",
1214
- "required":[
1215
- "RestrictionType",
1216
- "Quantity"
1217
- ],
1218
- "members":{
1219
- "RestrictionType":{"shape":"GeoRestrictionType"},
1220
- "Quantity":{"shape":"integer"},
1221
- "Items":{"shape":"LocationList"}
1222
- }
1223
- },
1224
- "GeoRestrictionType":{
1225
- "type":"string",
1226
- "enum":[
1227
- "blacklist",
1228
- "whitelist",
1229
- "none"
1230
- ]
1231
- },
1232
- "GetCloudFrontOriginAccessIdentityConfigRequest":{
1233
- "type":"structure",
1234
- "required":["Id"],
1235
- "members":{
1236
- "Id":{
1237
- "shape":"string",
1238
- "location":"uri",
1239
- "locationName":"Id"
1240
- }
1241
- }
1242
- },
1243
- "GetCloudFrontOriginAccessIdentityConfigResult":{
1244
- "type":"structure",
1245
- "members":{
1246
- "CloudFrontOriginAccessIdentityConfig":{"shape":"CloudFrontOriginAccessIdentityConfig"},
1247
- "ETag":{
1248
- "shape":"string",
1249
- "location":"header",
1250
- "locationName":"ETag"
1251
- }
1252
- },
1253
- "payload":"CloudFrontOriginAccessIdentityConfig"
1254
- },
1255
- "GetCloudFrontOriginAccessIdentityRequest":{
1256
- "type":"structure",
1257
- "required":["Id"],
1258
- "members":{
1259
- "Id":{
1260
- "shape":"string",
1261
- "location":"uri",
1262
- "locationName":"Id"
1263
- }
1264
- }
1265
- },
1266
- "GetCloudFrontOriginAccessIdentityResult":{
1267
- "type":"structure",
1268
- "members":{
1269
- "CloudFrontOriginAccessIdentity":{"shape":"CloudFrontOriginAccessIdentity"},
1270
- "ETag":{
1271
- "shape":"string",
1272
- "location":"header",
1273
- "locationName":"ETag"
1274
- }
1275
- },
1276
- "payload":"CloudFrontOriginAccessIdentity"
1277
- },
1278
- "GetDistributionConfigRequest":{
1279
- "type":"structure",
1280
- "required":["Id"],
1281
- "members":{
1282
- "Id":{
1283
- "shape":"string",
1284
- "location":"uri",
1285
- "locationName":"Id"
1286
- }
1287
- }
1288
- },
1289
- "GetDistributionConfigResult":{
1290
- "type":"structure",
1291
- "members":{
1292
- "DistributionConfig":{"shape":"DistributionConfig"},
1293
- "ETag":{
1294
- "shape":"string",
1295
- "location":"header",
1296
- "locationName":"ETag"
1297
- }
1298
- },
1299
- "payload":"DistributionConfig"
1300
- },
1301
- "GetDistributionRequest":{
1302
- "type":"structure",
1303
- "required":["Id"],
1304
- "members":{
1305
- "Id":{
1306
- "shape":"string",
1307
- "location":"uri",
1308
- "locationName":"Id"
1309
- }
1310
- }
1311
- },
1312
- "GetDistributionResult":{
1313
- "type":"structure",
1314
- "members":{
1315
- "Distribution":{"shape":"Distribution"},
1316
- "ETag":{
1317
- "shape":"string",
1318
- "location":"header",
1319
- "locationName":"ETag"
1320
- }
1321
- },
1322
- "payload":"Distribution"
1323
- },
1324
- "GetInvalidationRequest":{
1325
- "type":"structure",
1326
- "required":[
1327
- "DistributionId",
1328
- "Id"
1329
- ],
1330
- "members":{
1331
- "DistributionId":{
1332
- "shape":"string",
1333
- "location":"uri",
1334
- "locationName":"DistributionId"
1335
- },
1336
- "Id":{
1337
- "shape":"string",
1338
- "location":"uri",
1339
- "locationName":"Id"
1340
- }
1341
- }
1342
- },
1343
- "GetInvalidationResult":{
1344
- "type":"structure",
1345
- "members":{
1346
- "Invalidation":{"shape":"Invalidation"}
1347
- },
1348
- "payload":"Invalidation"
1349
- },
1350
- "GetStreamingDistributionConfigRequest":{
1351
- "type":"structure",
1352
- "required":["Id"],
1353
- "members":{
1354
- "Id":{
1355
- "shape":"string",
1356
- "location":"uri",
1357
- "locationName":"Id"
1358
- }
1359
- }
1360
- },
1361
- "GetStreamingDistributionConfigResult":{
1362
- "type":"structure",
1363
- "members":{
1364
- "StreamingDistributionConfig":{"shape":"StreamingDistributionConfig"},
1365
- "ETag":{
1366
- "shape":"string",
1367
- "location":"header",
1368
- "locationName":"ETag"
1369
- }
1370
- },
1371
- "payload":"StreamingDistributionConfig"
1372
- },
1373
- "GetStreamingDistributionRequest":{
1374
- "type":"structure",
1375
- "required":["Id"],
1376
- "members":{
1377
- "Id":{
1378
- "shape":"string",
1379
- "location":"uri",
1380
- "locationName":"Id"
1381
- }
1382
- }
1383
- },
1384
- "GetStreamingDistributionResult":{
1385
- "type":"structure",
1386
- "members":{
1387
- "StreamingDistribution":{"shape":"StreamingDistribution"},
1388
- "ETag":{
1389
- "shape":"string",
1390
- "location":"header",
1391
- "locationName":"ETag"
1392
- }
1393
- },
1394
- "payload":"StreamingDistribution"
1395
- },
1396
- "HeaderList":{
1397
- "type":"list",
1398
- "member":{
1399
- "shape":"string",
1400
- "locationName":"Name"
1401
- }
1402
- },
1403
- "Headers":{
1404
- "type":"structure",
1405
- "required":["Quantity"],
1406
- "members":{
1407
- "Quantity":{"shape":"integer"},
1408
- "Items":{"shape":"HeaderList"}
1409
- }
1410
- },
1411
- "HttpVersion":{
1412
- "type":"string",
1413
- "enum":[
1414
- "http1.1",
1415
- "http2"
1416
- ]
1417
- },
1418
- "IllegalUpdate":{
1419
- "type":"structure",
1420
- "members":{
1421
- "Message":{"shape":"string"}
1422
- },
1423
- "error":{"httpStatusCode":400},
1424
- "exception":true
1425
- },
1426
- "InconsistentQuantities":{
1427
- "type":"structure",
1428
- "members":{
1429
- "Message":{"shape":"string"}
1430
- },
1431
- "error":{"httpStatusCode":400},
1432
- "exception":true
1433
- },
1434
- "InvalidArgument":{
1435
- "type":"structure",
1436
- "members":{
1437
- "Message":{"shape":"string"}
1438
- },
1439
- "error":{"httpStatusCode":400},
1440
- "exception":true
1441
- },
1442
- "InvalidDefaultRootObject":{
1443
- "type":"structure",
1444
- "members":{
1445
- "Message":{"shape":"string"}
1446
- },
1447
- "error":{"httpStatusCode":400},
1448
- "exception":true
1449
- },
1450
- "InvalidErrorCode":{
1451
- "type":"structure",
1452
- "members":{
1453
- "Message":{"shape":"string"}
1454
- },
1455
- "error":{"httpStatusCode":400},
1456
- "exception":true
1457
- },
1458
- "InvalidForwardCookies":{
1459
- "type":"structure",
1460
- "members":{
1461
- "Message":{"shape":"string"}
1462
- },
1463
- "error":{"httpStatusCode":400},
1464
- "exception":true
1465
- },
1466
- "InvalidGeoRestrictionParameter":{
1467
- "type":"structure",
1468
- "members":{
1469
- "Message":{"shape":"string"}
1470
- },
1471
- "error":{"httpStatusCode":400},
1472
- "exception":true
1473
- },
1474
- "InvalidHeadersForS3Origin":{
1475
- "type":"structure",
1476
- "members":{
1477
- "Message":{"shape":"string"}
1478
- },
1479
- "error":{"httpStatusCode":400},
1480
- "exception":true
1481
- },
1482
- "InvalidIfMatchVersion":{
1483
- "type":"structure",
1484
- "members":{
1485
- "Message":{"shape":"string"}
1486
- },
1487
- "error":{"httpStatusCode":400},
1488
- "exception":true
1489
- },
1490
- "InvalidLocationCode":{
1491
- "type":"structure",
1492
- "members":{
1493
- "Message":{"shape":"string"}
1494
- },
1495
- "error":{"httpStatusCode":400},
1496
- "exception":true
1497
- },
1498
- "InvalidMinimumProtocolVersion":{
1499
- "type":"structure",
1500
- "members":{
1501
- "Message":{"shape":"string"}
1502
- },
1503
- "error":{"httpStatusCode":400},
1504
- "exception":true
1505
- },
1506
- "InvalidOrigin":{
1507
- "type":"structure",
1508
- "members":{
1509
- "Message":{"shape":"string"}
1510
- },
1511
- "error":{"httpStatusCode":400},
1512
- "exception":true
1513
- },
1514
- "InvalidOriginAccessIdentity":{
1515
- "type":"structure",
1516
- "members":{
1517
- "Message":{"shape":"string"}
1518
- },
1519
- "error":{"httpStatusCode":400},
1520
- "exception":true
1521
- },
1522
- "InvalidProtocolSettings":{
1523
- "type":"structure",
1524
- "members":{
1525
- "Message":{"shape":"string"}
1526
- },
1527
- "error":{"httpStatusCode":400},
1528
- "exception":true
1529
- },
1530
- "InvalidQueryStringParameters":{
1531
- "type":"structure",
1532
- "members":{
1533
- "Message":{"shape":"string"}
1534
- },
1535
- "error":{"httpStatusCode":400},
1536
- "exception":true
1537
- },
1538
- "InvalidRelativePath":{
1539
- "type":"structure",
1540
- "members":{
1541
- "Message":{"shape":"string"}
1542
- },
1543
- "error":{"httpStatusCode":400},
1544
- "exception":true
1545
- },
1546
- "InvalidRequiredProtocol":{
1547
- "type":"structure",
1548
- "members":{
1549
- "Message":{"shape":"string"}
1550
- },
1551
- "error":{"httpStatusCode":400},
1552
- "exception":true
1553
- },
1554
- "InvalidResponseCode":{
1555
- "type":"structure",
1556
- "members":{
1557
- "Message":{"shape":"string"}
1558
- },
1559
- "error":{"httpStatusCode":400},
1560
- "exception":true
1561
- },
1562
- "InvalidTTLOrder":{
1563
- "type":"structure",
1564
- "members":{
1565
- "Message":{"shape":"string"}
1566
- },
1567
- "error":{"httpStatusCode":400},
1568
- "exception":true
1569
- },
1570
- "InvalidTagging":{
1571
- "type":"structure",
1572
- "members":{
1573
- "Message":{"shape":"string"}
1574
- },
1575
- "error":{"httpStatusCode":400},
1576
- "exception":true
1577
- },
1578
- "InvalidViewerCertificate":{
1579
- "type":"structure",
1580
- "members":{
1581
- "Message":{"shape":"string"}
1582
- },
1583
- "error":{"httpStatusCode":400},
1584
- "exception":true
1585
- },
1586
- "InvalidWebACLId":{
1587
- "type":"structure",
1588
- "members":{
1589
- "Message":{"shape":"string"}
1590
- },
1591
- "error":{"httpStatusCode":400},
1592
- "exception":true
1593
- },
1594
- "Invalidation":{
1595
- "type":"structure",
1596
- "required":[
1597
- "Id",
1598
- "Status",
1599
- "CreateTime",
1600
- "InvalidationBatch"
1601
- ],
1602
- "members":{
1603
- "Id":{"shape":"string"},
1604
- "Status":{"shape":"string"},
1605
- "CreateTime":{"shape":"timestamp"},
1606
- "InvalidationBatch":{"shape":"InvalidationBatch"}
1607
- }
1608
- },
1609
- "InvalidationBatch":{
1610
- "type":"structure",
1611
- "required":[
1612
- "Paths",
1613
- "CallerReference"
1614
- ],
1615
- "members":{
1616
- "Paths":{"shape":"Paths"},
1617
- "CallerReference":{"shape":"string"}
1618
- }
1619
- },
1620
- "InvalidationList":{
1621
- "type":"structure",
1622
- "required":[
1623
- "Marker",
1624
- "MaxItems",
1625
- "IsTruncated",
1626
- "Quantity"
1627
- ],
1628
- "members":{
1629
- "Marker":{"shape":"string"},
1630
- "NextMarker":{"shape":"string"},
1631
- "MaxItems":{"shape":"integer"},
1632
- "IsTruncated":{"shape":"boolean"},
1633
- "Quantity":{"shape":"integer"},
1634
- "Items":{"shape":"InvalidationSummaryList"}
1635
- }
1636
- },
1637
- "InvalidationSummary":{
1638
- "type":"structure",
1639
- "required":[
1640
- "Id",
1641
- "CreateTime",
1642
- "Status"
1643
- ],
1644
- "members":{
1645
- "Id":{"shape":"string"},
1646
- "CreateTime":{"shape":"timestamp"},
1647
- "Status":{"shape":"string"}
1648
- }
1649
- },
1650
- "InvalidationSummaryList":{
1651
- "type":"list",
1652
- "member":{
1653
- "shape":"InvalidationSummary",
1654
- "locationName":"InvalidationSummary"
1655
- }
1656
- },
1657
- "ItemSelection":{
1658
- "type":"string",
1659
- "enum":[
1660
- "none",
1661
- "whitelist",
1662
- "all"
1663
- ]
1664
- },
1665
- "KeyPairIdList":{
1666
- "type":"list",
1667
- "member":{
1668
- "shape":"string",
1669
- "locationName":"KeyPairId"
1670
- }
1671
- },
1672
- "KeyPairIds":{
1673
- "type":"structure",
1674
- "required":["Quantity"],
1675
- "members":{
1676
- "Quantity":{"shape":"integer"},
1677
- "Items":{"shape":"KeyPairIdList"}
1678
- }
1679
- },
1680
- "ListCloudFrontOriginAccessIdentitiesRequest":{
1681
- "type":"structure",
1682
- "members":{
1683
- "Marker":{
1684
- "shape":"string",
1685
- "location":"querystring",
1686
- "locationName":"Marker"
1687
- },
1688
- "MaxItems":{
1689
- "shape":"string",
1690
- "location":"querystring",
1691
- "locationName":"MaxItems"
1692
- }
1693
- }
1694
- },
1695
- "ListCloudFrontOriginAccessIdentitiesResult":{
1696
- "type":"structure",
1697
- "members":{
1698
- "CloudFrontOriginAccessIdentityList":{"shape":"CloudFrontOriginAccessIdentityList"}
1699
- },
1700
- "payload":"CloudFrontOriginAccessIdentityList"
1701
- },
1702
- "ListDistributionsByWebACLIdRequest":{
1703
- "type":"structure",
1704
- "required":["WebACLId"],
1705
- "members":{
1706
- "Marker":{
1707
- "shape":"string",
1708
- "location":"querystring",
1709
- "locationName":"Marker"
1710
- },
1711
- "MaxItems":{
1712
- "shape":"string",
1713
- "location":"querystring",
1714
- "locationName":"MaxItems"
1715
- },
1716
- "WebACLId":{
1717
- "shape":"string",
1718
- "location":"uri",
1719
- "locationName":"WebACLId"
1720
- }
1721
- }
1722
- },
1723
- "ListDistributionsByWebACLIdResult":{
1724
- "type":"structure",
1725
- "members":{
1726
- "DistributionList":{"shape":"DistributionList"}
1727
- },
1728
- "payload":"DistributionList"
1729
- },
1730
- "ListDistributionsRequest":{
1731
- "type":"structure",
1732
- "members":{
1733
- "Marker":{
1734
- "shape":"string",
1735
- "location":"querystring",
1736
- "locationName":"Marker"
1737
- },
1738
- "MaxItems":{
1739
- "shape":"string",
1740
- "location":"querystring",
1741
- "locationName":"MaxItems"
1742
- }
1743
- }
1744
- },
1745
- "ListDistributionsResult":{
1746
- "type":"structure",
1747
- "members":{
1748
- "DistributionList":{"shape":"DistributionList"}
1749
- },
1750
- "payload":"DistributionList"
1751
- },
1752
- "ListInvalidationsRequest":{
1753
- "type":"structure",
1754
- "required":["DistributionId"],
1755
- "members":{
1756
- "DistributionId":{
1757
- "shape":"string",
1758
- "location":"uri",
1759
- "locationName":"DistributionId"
1760
- },
1761
- "Marker":{
1762
- "shape":"string",
1763
- "location":"querystring",
1764
- "locationName":"Marker"
1765
- },
1766
- "MaxItems":{
1767
- "shape":"string",
1768
- "location":"querystring",
1769
- "locationName":"MaxItems"
1770
- }
1771
- }
1772
- },
1773
- "ListInvalidationsResult":{
1774
- "type":"structure",
1775
- "members":{
1776
- "InvalidationList":{"shape":"InvalidationList"}
1777
- },
1778
- "payload":"InvalidationList"
1779
- },
1780
- "ListStreamingDistributionsRequest":{
1781
- "type":"structure",
1782
- "members":{
1783
- "Marker":{
1784
- "shape":"string",
1785
- "location":"querystring",
1786
- "locationName":"Marker"
1787
- },
1788
- "MaxItems":{
1789
- "shape":"string",
1790
- "location":"querystring",
1791
- "locationName":"MaxItems"
1792
- }
1793
- }
1794
- },
1795
- "ListStreamingDistributionsResult":{
1796
- "type":"structure",
1797
- "members":{
1798
- "StreamingDistributionList":{"shape":"StreamingDistributionList"}
1799
- },
1800
- "payload":"StreamingDistributionList"
1801
- },
1802
- "ListTagsForResourceRequest":{
1803
- "type":"structure",
1804
- "required":["Resource"],
1805
- "members":{
1806
- "Resource":{
1807
- "shape":"ResourceARN",
1808
- "location":"querystring",
1809
- "locationName":"Resource"
1810
- }
1811
- }
1812
- },
1813
- "ListTagsForResourceResult":{
1814
- "type":"structure",
1815
- "required":["Tags"],
1816
- "members":{
1817
- "Tags":{"shape":"Tags"}
1818
- },
1819
- "payload":"Tags"
1820
- },
1821
- "LocationList":{
1822
- "type":"list",
1823
- "member":{
1824
- "shape":"string",
1825
- "locationName":"Location"
1826
- }
1827
- },
1828
- "LoggingConfig":{
1829
- "type":"structure",
1830
- "required":[
1831
- "Enabled",
1832
- "IncludeCookies",
1833
- "Bucket",
1834
- "Prefix"
1835
- ],
1836
- "members":{
1837
- "Enabled":{"shape":"boolean"},
1838
- "IncludeCookies":{"shape":"boolean"},
1839
- "Bucket":{"shape":"string"},
1840
- "Prefix":{"shape":"string"}
1841
- }
1842
- },
1843
- "Method":{
1844
- "type":"string",
1845
- "enum":[
1846
- "GET",
1847
- "HEAD",
1848
- "POST",
1849
- "PUT",
1850
- "PATCH",
1851
- "OPTIONS",
1852
- "DELETE"
1853
- ]
1854
- },
1855
- "MethodsList":{
1856
- "type":"list",
1857
- "member":{
1858
- "shape":"Method",
1859
- "locationName":"Method"
1860
- }
1861
- },
1862
- "MinimumProtocolVersion":{
1863
- "type":"string",
1864
- "enum":[
1865
- "SSLv3",
1866
- "TLSv1"
1867
- ]
1868
- },
1869
- "MissingBody":{
1870
- "type":"structure",
1871
- "members":{
1872
- "Message":{"shape":"string"}
1873
- },
1874
- "error":{"httpStatusCode":400},
1875
- "exception":true
1876
- },
1877
- "NoSuchCloudFrontOriginAccessIdentity":{
1878
- "type":"structure",
1879
- "members":{
1880
- "Message":{"shape":"string"}
1881
- },
1882
- "error":{"httpStatusCode":404},
1883
- "exception":true
1884
- },
1885
- "NoSuchDistribution":{
1886
- "type":"structure",
1887
- "members":{
1888
- "Message":{"shape":"string"}
1889
- },
1890
- "error":{"httpStatusCode":404},
1891
- "exception":true
1892
- },
1893
- "NoSuchInvalidation":{
1894
- "type":"structure",
1895
- "members":{
1896
- "Message":{"shape":"string"}
1897
- },
1898
- "error":{"httpStatusCode":404},
1899
- "exception":true
1900
- },
1901
- "NoSuchOrigin":{
1902
- "type":"structure",
1903
- "members":{
1904
- "Message":{"shape":"string"}
1905
- },
1906
- "error":{"httpStatusCode":404},
1907
- "exception":true
1908
- },
1909
- "NoSuchResource":{
1910
- "type":"structure",
1911
- "members":{
1912
- "Message":{"shape":"string"}
1913
- },
1914
- "error":{"httpStatusCode":404},
1915
- "exception":true
1916
- },
1917
- "NoSuchStreamingDistribution":{
1918
- "type":"structure",
1919
- "members":{
1920
- "Message":{"shape":"string"}
1921
- },
1922
- "error":{"httpStatusCode":404},
1923
- "exception":true
1924
- },
1925
- "Origin":{
1926
- "type":"structure",
1927
- "required":[
1928
- "Id",
1929
- "DomainName"
1930
- ],
1931
- "members":{
1932
- "Id":{"shape":"string"},
1933
- "DomainName":{"shape":"string"},
1934
- "OriginPath":{"shape":"string"},
1935
- "CustomHeaders":{"shape":"CustomHeaders"},
1936
- "S3OriginConfig":{"shape":"S3OriginConfig"},
1937
- "CustomOriginConfig":{"shape":"CustomOriginConfig"}
1938
- }
1939
- },
1940
- "OriginCustomHeader":{
1941
- "type":"structure",
1942
- "required":[
1943
- "HeaderName",
1944
- "HeaderValue"
1945
- ],
1946
- "members":{
1947
- "HeaderName":{"shape":"string"},
1948
- "HeaderValue":{"shape":"string"}
1949
- }
1950
- },
1951
- "OriginCustomHeadersList":{
1952
- "type":"list",
1953
- "member":{
1954
- "shape":"OriginCustomHeader",
1955
- "locationName":"OriginCustomHeader"
1956
- }
1957
- },
1958
- "OriginList":{
1959
- "type":"list",
1960
- "member":{
1961
- "shape":"Origin",
1962
- "locationName":"Origin"
1963
- },
1964
- "min":1
1965
- },
1966
- "OriginProtocolPolicy":{
1967
- "type":"string",
1968
- "enum":[
1969
- "http-only",
1970
- "match-viewer",
1971
- "https-only"
1972
- ]
1973
- },
1974
- "OriginSslProtocols":{
1975
- "type":"structure",
1976
- "required":[
1977
- "Quantity",
1978
- "Items"
1979
- ],
1980
- "members":{
1981
- "Quantity":{"shape":"integer"},
1982
- "Items":{"shape":"SslProtocolsList"}
1983
- }
1984
- },
1985
- "Origins":{
1986
- "type":"structure",
1987
- "required":["Quantity"],
1988
- "members":{
1989
- "Quantity":{"shape":"integer"},
1990
- "Items":{"shape":"OriginList"}
1991
- }
1992
- },
1993
- "PathList":{
1994
- "type":"list",
1995
- "member":{
1996
- "shape":"string",
1997
- "locationName":"Path"
1998
- }
1999
- },
2000
- "Paths":{
2001
- "type":"structure",
2002
- "required":["Quantity"],
2003
- "members":{
2004
- "Quantity":{"shape":"integer"},
2005
- "Items":{"shape":"PathList"}
2006
- }
2007
- },
2008
- "PreconditionFailed":{
2009
- "type":"structure",
2010
- "members":{
2011
- "Message":{"shape":"string"}
2012
- },
2013
- "error":{"httpStatusCode":412},
2014
- "exception":true
2015
- },
2016
- "PriceClass":{
2017
- "type":"string",
2018
- "enum":[
2019
- "PriceClass_100",
2020
- "PriceClass_200",
2021
- "PriceClass_All"
2022
- ]
2023
- },
2024
- "QueryStringCacheKeys":{
2025
- "type":"structure",
2026
- "required":["Quantity"],
2027
- "members":{
2028
- "Quantity":{"shape":"integer"},
2029
- "Items":{"shape":"QueryStringCacheKeysList"}
2030
- }
2031
- },
2032
- "QueryStringCacheKeysList":{
2033
- "type":"list",
2034
- "member":{
2035
- "shape":"string",
2036
- "locationName":"Name"
2037
- }
2038
- },
2039
- "ResourceARN":{
2040
- "type":"string",
2041
- "pattern":"arn:aws:cloudfront::[0-9]+:.*"
2042
- },
2043
- "Restrictions":{
2044
- "type":"structure",
2045
- "required":["GeoRestriction"],
2046
- "members":{
2047
- "GeoRestriction":{"shape":"GeoRestriction"}
2048
- }
2049
- },
2050
- "S3Origin":{
2051
- "type":"structure",
2052
- "required":[
2053
- "DomainName",
2054
- "OriginAccessIdentity"
2055
- ],
2056
- "members":{
2057
- "DomainName":{"shape":"string"},
2058
- "OriginAccessIdentity":{"shape":"string"}
2059
- }
2060
- },
2061
- "S3OriginConfig":{
2062
- "type":"structure",
2063
- "required":["OriginAccessIdentity"],
2064
- "members":{
2065
- "OriginAccessIdentity":{"shape":"string"}
2066
- }
2067
- },
2068
- "SSLSupportMethod":{
2069
- "type":"string",
2070
- "enum":[
2071
- "sni-only",
2072
- "vip"
2073
- ]
2074
- },
2075
- "Signer":{
2076
- "type":"structure",
2077
- "members":{
2078
- "AwsAccountNumber":{"shape":"string"},
2079
- "KeyPairIds":{"shape":"KeyPairIds"}
2080
- }
2081
- },
2082
- "SignerList":{
2083
- "type":"list",
2084
- "member":{
2085
- "shape":"Signer",
2086
- "locationName":"Signer"
2087
- }
2088
- },
2089
- "SslProtocol":{
2090
- "type":"string",
2091
- "enum":[
2092
- "SSLv3",
2093
- "TLSv1",
2094
- "TLSv1.1",
2095
- "TLSv1.2"
2096
- ]
2097
- },
2098
- "SslProtocolsList":{
2099
- "type":"list",
2100
- "member":{
2101
- "shape":"SslProtocol",
2102
- "locationName":"SslProtocol"
2103
- }
2104
- },
2105
- "StreamingDistribution":{
2106
- "type":"structure",
2107
- "required":[
2108
- "Id",
2109
- "ARN",
2110
- "Status",
2111
- "DomainName",
2112
- "ActiveTrustedSigners",
2113
- "StreamingDistributionConfig"
2114
- ],
2115
- "members":{
2116
- "Id":{"shape":"string"},
2117
- "ARN":{"shape":"string"},
2118
- "Status":{"shape":"string"},
2119
- "LastModifiedTime":{"shape":"timestamp"},
2120
- "DomainName":{"shape":"string"},
2121
- "ActiveTrustedSigners":{"shape":"ActiveTrustedSigners"},
2122
- "StreamingDistributionConfig":{"shape":"StreamingDistributionConfig"}
2123
- }
2124
- },
2125
- "StreamingDistributionAlreadyExists":{
2126
- "type":"structure",
2127
- "members":{
2128
- "Message":{"shape":"string"}
2129
- },
2130
- "error":{"httpStatusCode":409},
2131
- "exception":true
2132
- },
2133
- "StreamingDistributionConfig":{
2134
- "type":"structure",
2135
- "required":[
2136
- "CallerReference",
2137
- "S3Origin",
2138
- "Comment",
2139
- "TrustedSigners",
2140
- "Enabled"
2141
- ],
2142
- "members":{
2143
- "CallerReference":{"shape":"string"},
2144
- "S3Origin":{"shape":"S3Origin"},
2145
- "Aliases":{"shape":"Aliases"},
2146
- "Comment":{"shape":"string"},
2147
- "Logging":{"shape":"StreamingLoggingConfig"},
2148
- "TrustedSigners":{"shape":"TrustedSigners"},
2149
- "PriceClass":{"shape":"PriceClass"},
2150
- "Enabled":{"shape":"boolean"}
2151
- }
2152
- },
2153
- "StreamingDistributionConfigWithTags":{
2154
- "type":"structure",
2155
- "required":[
2156
- "StreamingDistributionConfig",
2157
- "Tags"
2158
- ],
2159
- "members":{
2160
- "StreamingDistributionConfig":{"shape":"StreamingDistributionConfig"},
2161
- "Tags":{"shape":"Tags"}
2162
- }
2163
- },
2164
- "StreamingDistributionList":{
2165
- "type":"structure",
2166
- "required":[
2167
- "Marker",
2168
- "MaxItems",
2169
- "IsTruncated",
2170
- "Quantity"
2171
- ],
2172
- "members":{
2173
- "Marker":{"shape":"string"},
2174
- "NextMarker":{"shape":"string"},
2175
- "MaxItems":{"shape":"integer"},
2176
- "IsTruncated":{"shape":"boolean"},
2177
- "Quantity":{"shape":"integer"},
2178
- "Items":{"shape":"StreamingDistributionSummaryList"}
2179
- }
2180
- },
2181
- "StreamingDistributionNotDisabled":{
2182
- "type":"structure",
2183
- "members":{
2184
- "Message":{"shape":"string"}
2185
- },
2186
- "error":{"httpStatusCode":409},
2187
- "exception":true
2188
- },
2189
- "StreamingDistributionSummary":{
2190
- "type":"structure",
2191
- "required":[
2192
- "Id",
2193
- "ARN",
2194
- "Status",
2195
- "LastModifiedTime",
2196
- "DomainName",
2197
- "S3Origin",
2198
- "Aliases",
2199
- "TrustedSigners",
2200
- "Comment",
2201
- "PriceClass",
2202
- "Enabled"
2203
- ],
2204
- "members":{
2205
- "Id":{"shape":"string"},
2206
- "ARN":{"shape":"string"},
2207
- "Status":{"shape":"string"},
2208
- "LastModifiedTime":{"shape":"timestamp"},
2209
- "DomainName":{"shape":"string"},
2210
- "S3Origin":{"shape":"S3Origin"},
2211
- "Aliases":{"shape":"Aliases"},
2212
- "TrustedSigners":{"shape":"TrustedSigners"},
2213
- "Comment":{"shape":"string"},
2214
- "PriceClass":{"shape":"PriceClass"},
2215
- "Enabled":{"shape":"boolean"}
2216
- }
2217
- },
2218
- "StreamingDistributionSummaryList":{
2219
- "type":"list",
2220
- "member":{
2221
- "shape":"StreamingDistributionSummary",
2222
- "locationName":"StreamingDistributionSummary"
2223
- }
2224
- },
2225
- "StreamingLoggingConfig":{
2226
- "type":"structure",
2227
- "required":[
2228
- "Enabled",
2229
- "Bucket",
2230
- "Prefix"
2231
- ],
2232
- "members":{
2233
- "Enabled":{"shape":"boolean"},
2234
- "Bucket":{"shape":"string"},
2235
- "Prefix":{"shape":"string"}
2236
- }
2237
- },
2238
- "Tag":{
2239
- "type":"structure",
2240
- "required":["Key"],
2241
- "members":{
2242
- "Key":{"shape":"TagKey"},
2243
- "Value":{"shape":"TagValue"}
2244
- }
2245
- },
2246
- "TagKey":{
2247
- "type":"string",
2248
- "max":128,
2249
- "min":1,
2250
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2251
- },
2252
- "TagKeyList":{
2253
- "type":"list",
2254
- "member":{
2255
- "shape":"TagKey",
2256
- "locationName":"Key"
2257
- }
2258
- },
2259
- "TagKeys":{
2260
- "type":"structure",
2261
- "members":{
2262
- "Items":{"shape":"TagKeyList"}
2263
- }
2264
- },
2265
- "TagList":{
2266
- "type":"list",
2267
- "member":{
2268
- "shape":"Tag",
2269
- "locationName":"Tag"
2270
- }
2271
- },
2272
- "TagResourceRequest":{
2273
- "type":"structure",
2274
- "required":[
2275
- "Resource",
2276
- "Tags"
2277
- ],
2278
- "members":{
2279
- "Resource":{
2280
- "shape":"ResourceARN",
2281
- "location":"querystring",
2282
- "locationName":"Resource"
2283
- },
2284
- "Tags":{
2285
- "shape":"Tags",
2286
- "locationName":"Tags",
2287
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
2288
- }
2289
- },
2290
- "payload":"Tags"
2291
- },
2292
- "TagValue":{
2293
- "type":"string",
2294
- "max":256,
2295
- "min":0,
2296
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
2297
- },
2298
- "Tags":{
2299
- "type":"structure",
2300
- "members":{
2301
- "Items":{"shape":"TagList"}
2302
- }
2303
- },
2304
- "TooManyCacheBehaviors":{
2305
- "type":"structure",
2306
- "members":{
2307
- "Message":{"shape":"string"}
2308
- },
2309
- "error":{"httpStatusCode":400},
2310
- "exception":true
2311
- },
2312
- "TooManyCertificates":{
2313
- "type":"structure",
2314
- "members":{
2315
- "Message":{"shape":"string"}
2316
- },
2317
- "error":{"httpStatusCode":400},
2318
- "exception":true
2319
- },
2320
- "TooManyCloudFrontOriginAccessIdentities":{
2321
- "type":"structure",
2322
- "members":{
2323
- "Message":{"shape":"string"}
2324
- },
2325
- "error":{"httpStatusCode":400},
2326
- "exception":true
2327
- },
2328
- "TooManyCookieNamesInWhiteList":{
2329
- "type":"structure",
2330
- "members":{
2331
- "Message":{"shape":"string"}
2332
- },
2333
- "error":{"httpStatusCode":400},
2334
- "exception":true
2335
- },
2336
- "TooManyDistributionCNAMEs":{
2337
- "type":"structure",
2338
- "members":{
2339
- "Message":{"shape":"string"}
2340
- },
2341
- "error":{"httpStatusCode":400},
2342
- "exception":true
2343
- },
2344
- "TooManyDistributions":{
2345
- "type":"structure",
2346
- "members":{
2347
- "Message":{"shape":"string"}
2348
- },
2349
- "error":{"httpStatusCode":400},
2350
- "exception":true
2351
- },
2352
- "TooManyHeadersInForwardedValues":{
2353
- "type":"structure",
2354
- "members":{
2355
- "Message":{"shape":"string"}
2356
- },
2357
- "error":{"httpStatusCode":400},
2358
- "exception":true
2359
- },
2360
- "TooManyInvalidationsInProgress":{
2361
- "type":"structure",
2362
- "members":{
2363
- "Message":{"shape":"string"}
2364
- },
2365
- "error":{"httpStatusCode":400},
2366
- "exception":true
2367
- },
2368
- "TooManyOriginCustomHeaders":{
2369
- "type":"structure",
2370
- "members":{
2371
- "Message":{"shape":"string"}
2372
- },
2373
- "error":{"httpStatusCode":400},
2374
- "exception":true
2375
- },
2376
- "TooManyOrigins":{
2377
- "type":"structure",
2378
- "members":{
2379
- "Message":{"shape":"string"}
2380
- },
2381
- "error":{"httpStatusCode":400},
2382
- "exception":true
2383
- },
2384
- "TooManyQueryStringParameters":{
2385
- "type":"structure",
2386
- "members":{
2387
- "Message":{"shape":"string"}
2388
- },
2389
- "error":{"httpStatusCode":400},
2390
- "exception":true
2391
- },
2392
- "TooManyStreamingDistributionCNAMEs":{
2393
- "type":"structure",
2394
- "members":{
2395
- "Message":{"shape":"string"}
2396
- },
2397
- "error":{"httpStatusCode":400},
2398
- "exception":true
2399
- },
2400
- "TooManyStreamingDistributions":{
2401
- "type":"structure",
2402
- "members":{
2403
- "Message":{"shape":"string"}
2404
- },
2405
- "error":{"httpStatusCode":400},
2406
- "exception":true
2407
- },
2408
- "TooManyTrustedSigners":{
2409
- "type":"structure",
2410
- "members":{
2411
- "Message":{"shape":"string"}
2412
- },
2413
- "error":{"httpStatusCode":400},
2414
- "exception":true
2415
- },
2416
- "TrustedSignerDoesNotExist":{
2417
- "type":"structure",
2418
- "members":{
2419
- "Message":{"shape":"string"}
2420
- },
2421
- "error":{"httpStatusCode":400},
2422
- "exception":true
2423
- },
2424
- "TrustedSigners":{
2425
- "type":"structure",
2426
- "required":[
2427
- "Enabled",
2428
- "Quantity"
2429
- ],
2430
- "members":{
2431
- "Enabled":{"shape":"boolean"},
2432
- "Quantity":{"shape":"integer"},
2433
- "Items":{"shape":"AwsAccountNumberList"}
2434
- }
2435
- },
2436
- "UntagResourceRequest":{
2437
- "type":"structure",
2438
- "required":[
2439
- "Resource",
2440
- "TagKeys"
2441
- ],
2442
- "members":{
2443
- "Resource":{
2444
- "shape":"ResourceARN",
2445
- "location":"querystring",
2446
- "locationName":"Resource"
2447
- },
2448
- "TagKeys":{
2449
- "shape":"TagKeys",
2450
- "locationName":"TagKeys",
2451
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
2452
- }
2453
- },
2454
- "payload":"TagKeys"
2455
- },
2456
- "UpdateCloudFrontOriginAccessIdentityRequest":{
2457
- "type":"structure",
2458
- "required":[
2459
- "CloudFrontOriginAccessIdentityConfig",
2460
- "Id"
2461
- ],
2462
- "members":{
2463
- "CloudFrontOriginAccessIdentityConfig":{
2464
- "shape":"CloudFrontOriginAccessIdentityConfig",
2465
- "locationName":"CloudFrontOriginAccessIdentityConfig",
2466
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
2467
- },
2468
- "Id":{
2469
- "shape":"string",
2470
- "location":"uri",
2471
- "locationName":"Id"
2472
- },
2473
- "IfMatch":{
2474
- "shape":"string",
2475
- "location":"header",
2476
- "locationName":"If-Match"
2477
- }
2478
- },
2479
- "payload":"CloudFrontOriginAccessIdentityConfig"
2480
- },
2481
- "UpdateCloudFrontOriginAccessIdentityResult":{
2482
- "type":"structure",
2483
- "members":{
2484
- "CloudFrontOriginAccessIdentity":{"shape":"CloudFrontOriginAccessIdentity"},
2485
- "ETag":{
2486
- "shape":"string",
2487
- "location":"header",
2488
- "locationName":"ETag"
2489
- }
2490
- },
2491
- "payload":"CloudFrontOriginAccessIdentity"
2492
- },
2493
- "UpdateDistributionRequest":{
2494
- "type":"structure",
2495
- "required":[
2496
- "DistributionConfig",
2497
- "Id"
2498
- ],
2499
- "members":{
2500
- "DistributionConfig":{
2501
- "shape":"DistributionConfig",
2502
- "locationName":"DistributionConfig",
2503
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
2504
- },
2505
- "Id":{
2506
- "shape":"string",
2507
- "location":"uri",
2508
- "locationName":"Id"
2509
- },
2510
- "IfMatch":{
2511
- "shape":"string",
2512
- "location":"header",
2513
- "locationName":"If-Match"
2514
- }
2515
- },
2516
- "payload":"DistributionConfig"
2517
- },
2518
- "UpdateDistributionResult":{
2519
- "type":"structure",
2520
- "members":{
2521
- "Distribution":{"shape":"Distribution"},
2522
- "ETag":{
2523
- "shape":"string",
2524
- "location":"header",
2525
- "locationName":"ETag"
2526
- }
2527
- },
2528
- "payload":"Distribution"
2529
- },
2530
- "UpdateStreamingDistributionRequest":{
2531
- "type":"structure",
2532
- "required":[
2533
- "StreamingDistributionConfig",
2534
- "Id"
2535
- ],
2536
- "members":{
2537
- "StreamingDistributionConfig":{
2538
- "shape":"StreamingDistributionConfig",
2539
- "locationName":"StreamingDistributionConfig",
2540
- "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2016-09-29/"}
2541
- },
2542
- "Id":{
2543
- "shape":"string",
2544
- "location":"uri",
2545
- "locationName":"Id"
2546
- },
2547
- "IfMatch":{
2548
- "shape":"string",
2549
- "location":"header",
2550
- "locationName":"If-Match"
2551
- }
2552
- },
2553
- "payload":"StreamingDistributionConfig"
2554
- },
2555
- "UpdateStreamingDistributionResult":{
2556
- "type":"structure",
2557
- "members":{
2558
- "StreamingDistribution":{"shape":"StreamingDistribution"},
2559
- "ETag":{
2560
- "shape":"string",
2561
- "location":"header",
2562
- "locationName":"ETag"
2563
- }
2564
- },
2565
- "payload":"StreamingDistribution"
2566
- },
2567
- "ViewerCertificate":{
2568
- "type":"structure",
2569
- "members":{
2570
- "CloudFrontDefaultCertificate":{"shape":"boolean"},
2571
- "IAMCertificateId":{"shape":"string"},
2572
- "ACMCertificateArn":{"shape":"string"},
2573
- "SSLSupportMethod":{"shape":"SSLSupportMethod"},
2574
- "MinimumProtocolVersion":{"shape":"MinimumProtocolVersion"},
2575
- "Certificate":{
2576
- "shape":"string",
2577
- "deprecated":true
2578
- },
2579
- "CertificateSource":{
2580
- "shape":"CertificateSource",
2581
- "deprecated":true
2582
- }
2583
- }
2584
- },
2585
- "ViewerProtocolPolicy":{
2586
- "type":"string",
2587
- "enum":[
2588
- "allow-all",
2589
- "https-only",
2590
- "redirect-to-https"
2591
- ]
2592
- },
2593
- "boolean":{"type":"boolean"},
2594
- "integer":{"type":"integer"},
2595
- "long":{"type":"long"},
2596
- "string":{"type":"string"},
2597
- "timestamp":{"type":"timestamp"}
2598
- }
2599
- }