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,2928 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-05-28",
5
- "endpointPrefix":"iot",
6
- "protocol":"rest-json",
7
- "serviceFullName":"AWS IoT",
8
- "signatureVersion":"v4",
9
- "signingName":"execute-api",
10
- "uid":"iot-2015-05-28"
11
- },
12
- "operations":{
13
- "AcceptCertificateTransfer":{
14
- "name":"AcceptCertificateTransfer",
15
- "http":{
16
- "method":"PATCH",
17
- "requestUri":"/accept-certificate-transfer/{certificateId}"
18
- },
19
- "input":{"shape":"AcceptCertificateTransferRequest"},
20
- "errors":[
21
- {"shape":"ResourceNotFoundException"},
22
- {"shape":"TransferAlreadyCompletedException"},
23
- {"shape":"InvalidRequestException"},
24
- {"shape":"ThrottlingException"},
25
- {"shape":"UnauthorizedException"},
26
- {"shape":"ServiceUnavailableException"},
27
- {"shape":"InternalFailureException"}
28
- ]
29
- },
30
- "AttachPrincipalPolicy":{
31
- "name":"AttachPrincipalPolicy",
32
- "http":{
33
- "method":"PUT",
34
- "requestUri":"/principal-policies/{policyName}"
35
- },
36
- "input":{"shape":"AttachPrincipalPolicyRequest"},
37
- "errors":[
38
- {"shape":"ResourceNotFoundException"},
39
- {"shape":"InvalidRequestException"},
40
- {"shape":"ThrottlingException"},
41
- {"shape":"UnauthorizedException"},
42
- {"shape":"ServiceUnavailableException"},
43
- {"shape":"InternalFailureException"},
44
- {"shape":"LimitExceededException"}
45
- ]
46
- },
47
- "AttachThingPrincipal":{
48
- "name":"AttachThingPrincipal",
49
- "http":{
50
- "method":"PUT",
51
- "requestUri":"/things/{thingName}/principals"
52
- },
53
- "input":{"shape":"AttachThingPrincipalRequest"},
54
- "output":{"shape":"AttachThingPrincipalResponse"},
55
- "errors":[
56
- {"shape":"ResourceNotFoundException"},
57
- {"shape":"InvalidRequestException"},
58
- {"shape":"ThrottlingException"},
59
- {"shape":"UnauthorizedException"},
60
- {"shape":"ServiceUnavailableException"},
61
- {"shape":"InternalFailureException"}
62
- ]
63
- },
64
- "CancelCertificateTransfer":{
65
- "name":"CancelCertificateTransfer",
66
- "http":{
67
- "method":"PATCH",
68
- "requestUri":"/cancel-certificate-transfer/{certificateId}"
69
- },
70
- "input":{"shape":"CancelCertificateTransferRequest"},
71
- "errors":[
72
- {"shape":"ResourceNotFoundException"},
73
- {"shape":"TransferAlreadyCompletedException"},
74
- {"shape":"InvalidRequestException"},
75
- {"shape":"ThrottlingException"},
76
- {"shape":"UnauthorizedException"},
77
- {"shape":"ServiceUnavailableException"},
78
- {"shape":"InternalFailureException"}
79
- ]
80
- },
81
- "CreateCertificateFromCsr":{
82
- "name":"CreateCertificateFromCsr",
83
- "http":{
84
- "method":"POST",
85
- "requestUri":"/certificates"
86
- },
87
- "input":{"shape":"CreateCertificateFromCsrRequest"},
88
- "output":{"shape":"CreateCertificateFromCsrResponse"},
89
- "errors":[
90
- {"shape":"InvalidRequestException"},
91
- {"shape":"ThrottlingException"},
92
- {"shape":"UnauthorizedException"},
93
- {"shape":"ServiceUnavailableException"},
94
- {"shape":"InternalFailureException"}
95
- ]
96
- },
97
- "CreateKeysAndCertificate":{
98
- "name":"CreateKeysAndCertificate",
99
- "http":{
100
- "method":"POST",
101
- "requestUri":"/keys-and-certificate"
102
- },
103
- "input":{"shape":"CreateKeysAndCertificateRequest"},
104
- "output":{"shape":"CreateKeysAndCertificateResponse"},
105
- "errors":[
106
- {"shape":"InvalidRequestException"},
107
- {"shape":"ThrottlingException"},
108
- {"shape":"UnauthorizedException"},
109
- {"shape":"ServiceUnavailableException"},
110
- {"shape":"InternalFailureException"}
111
- ]
112
- },
113
- "CreatePolicy":{
114
- "name":"CreatePolicy",
115
- "http":{
116
- "method":"POST",
117
- "requestUri":"/policies/{policyName}"
118
- },
119
- "input":{"shape":"CreatePolicyRequest"},
120
- "output":{"shape":"CreatePolicyResponse"},
121
- "errors":[
122
- {"shape":"ResourceAlreadyExistsException"},
123
- {"shape":"MalformedPolicyException"},
124
- {"shape":"InvalidRequestException"},
125
- {"shape":"ThrottlingException"},
126
- {"shape":"UnauthorizedException"},
127
- {"shape":"ServiceUnavailableException"},
128
- {"shape":"InternalFailureException"}
129
- ]
130
- },
131
- "CreatePolicyVersion":{
132
- "name":"CreatePolicyVersion",
133
- "http":{
134
- "method":"POST",
135
- "requestUri":"/policies/{policyName}/version"
136
- },
137
- "input":{"shape":"CreatePolicyVersionRequest"},
138
- "output":{"shape":"CreatePolicyVersionResponse"},
139
- "errors":[
140
- {"shape":"ResourceNotFoundException"},
141
- {"shape":"MalformedPolicyException"},
142
- {"shape":"VersionsLimitExceededException"},
143
- {"shape":"InvalidRequestException"},
144
- {"shape":"ThrottlingException"},
145
- {"shape":"UnauthorizedException"},
146
- {"shape":"ServiceUnavailableException"},
147
- {"shape":"InternalFailureException"}
148
- ]
149
- },
150
- "CreateThing":{
151
- "name":"CreateThing",
152
- "http":{
153
- "method":"POST",
154
- "requestUri":"/things/{thingName}"
155
- },
156
- "input":{"shape":"CreateThingRequest"},
157
- "output":{"shape":"CreateThingResponse"},
158
- "errors":[
159
- {"shape":"InvalidRequestException"},
160
- {"shape":"ThrottlingException"},
161
- {"shape":"UnauthorizedException"},
162
- {"shape":"ServiceUnavailableException"},
163
- {"shape":"InternalFailureException"},
164
- {"shape":"ResourceAlreadyExistsException"},
165
- {"shape":"ResourceNotFoundException"}
166
- ]
167
- },
168
- "CreateThingType":{
169
- "name":"CreateThingType",
170
- "http":{
171
- "method":"POST",
172
- "requestUri":"/thing-types/{thingTypeName}"
173
- },
174
- "input":{"shape":"CreateThingTypeRequest"},
175
- "output":{"shape":"CreateThingTypeResponse"},
176
- "errors":[
177
- {"shape":"InvalidRequestException"},
178
- {"shape":"ThrottlingException"},
179
- {"shape":"UnauthorizedException"},
180
- {"shape":"ServiceUnavailableException"},
181
- {"shape":"InternalFailureException"},
182
- {"shape":"ResourceAlreadyExistsException"}
183
- ]
184
- },
185
- "CreateTopicRule":{
186
- "name":"CreateTopicRule",
187
- "http":{
188
- "method":"POST",
189
- "requestUri":"/rules/{ruleName}"
190
- },
191
- "input":{"shape":"CreateTopicRuleRequest"},
192
- "errors":[
193
- {"shape":"SqlParseException"},
194
- {"shape":"InternalException"},
195
- {"shape":"InvalidRequestException"},
196
- {"shape":"ResourceAlreadyExistsException"},
197
- {"shape":"ServiceUnavailableException"}
198
- ]
199
- },
200
- "DeleteCACertificate":{
201
- "name":"DeleteCACertificate",
202
- "http":{
203
- "method":"DELETE",
204
- "requestUri":"/cacertificate/{caCertificateId}"
205
- },
206
- "input":{"shape":"DeleteCACertificateRequest"},
207
- "output":{"shape":"DeleteCACertificateResponse"},
208
- "errors":[
209
- {"shape":"InvalidRequestException"},
210
- {"shape":"CertificateStateException"},
211
- {"shape":"ThrottlingException"},
212
- {"shape":"UnauthorizedException"},
213
- {"shape":"ServiceUnavailableException"},
214
- {"shape":"InternalFailureException"},
215
- {"shape":"ResourceNotFoundException"}
216
- ]
217
- },
218
- "DeleteCertificate":{
219
- "name":"DeleteCertificate",
220
- "http":{
221
- "method":"DELETE",
222
- "requestUri":"/certificates/{certificateId}"
223
- },
224
- "input":{"shape":"DeleteCertificateRequest"},
225
- "errors":[
226
- {"shape":"CertificateStateException"},
227
- {"shape":"DeleteConflictException"},
228
- {"shape":"InvalidRequestException"},
229
- {"shape":"ThrottlingException"},
230
- {"shape":"UnauthorizedException"},
231
- {"shape":"ServiceUnavailableException"},
232
- {"shape":"InternalFailureException"},
233
- {"shape":"ResourceNotFoundException"}
234
- ]
235
- },
236
- "DeletePolicy":{
237
- "name":"DeletePolicy",
238
- "http":{
239
- "method":"DELETE",
240
- "requestUri":"/policies/{policyName}"
241
- },
242
- "input":{"shape":"DeletePolicyRequest"},
243
- "errors":[
244
- {"shape":"DeleteConflictException"},
245
- {"shape":"ResourceNotFoundException"},
246
- {"shape":"InvalidRequestException"},
247
- {"shape":"ThrottlingException"},
248
- {"shape":"UnauthorizedException"},
249
- {"shape":"ServiceUnavailableException"},
250
- {"shape":"InternalFailureException"}
251
- ]
252
- },
253
- "DeletePolicyVersion":{
254
- "name":"DeletePolicyVersion",
255
- "http":{
256
- "method":"DELETE",
257
- "requestUri":"/policies/{policyName}/version/{policyVersionId}"
258
- },
259
- "input":{"shape":"DeletePolicyVersionRequest"},
260
- "errors":[
261
- {"shape":"DeleteConflictException"},
262
- {"shape":"ResourceNotFoundException"},
263
- {"shape":"InvalidRequestException"},
264
- {"shape":"ThrottlingException"},
265
- {"shape":"UnauthorizedException"},
266
- {"shape":"ServiceUnavailableException"},
267
- {"shape":"InternalFailureException"}
268
- ]
269
- },
270
- "DeleteRegistrationCode":{
271
- "name":"DeleteRegistrationCode",
272
- "http":{
273
- "method":"DELETE",
274
- "requestUri":"/registrationcode"
275
- },
276
- "input":{"shape":"DeleteRegistrationCodeRequest"},
277
- "output":{"shape":"DeleteRegistrationCodeResponse"},
278
- "errors":[
279
- {"shape":"ThrottlingException"},
280
- {"shape":"ResourceNotFoundException"},
281
- {"shape":"UnauthorizedException"},
282
- {"shape":"ServiceUnavailableException"},
283
- {"shape":"InternalFailureException"}
284
- ]
285
- },
286
- "DeleteThing":{
287
- "name":"DeleteThing",
288
- "http":{
289
- "method":"DELETE",
290
- "requestUri":"/things/{thingName}"
291
- },
292
- "input":{"shape":"DeleteThingRequest"},
293
- "output":{"shape":"DeleteThingResponse"},
294
- "errors":[
295
- {"shape":"ResourceNotFoundException"},
296
- {"shape":"VersionConflictException"},
297
- {"shape":"InvalidRequestException"},
298
- {"shape":"ThrottlingException"},
299
- {"shape":"UnauthorizedException"},
300
- {"shape":"ServiceUnavailableException"},
301
- {"shape":"InternalFailureException"}
302
- ]
303
- },
304
- "DeleteThingType":{
305
- "name":"DeleteThingType",
306
- "http":{
307
- "method":"DELETE",
308
- "requestUri":"/thing-types/{thingTypeName}"
309
- },
310
- "input":{"shape":"DeleteThingTypeRequest"},
311
- "output":{"shape":"DeleteThingTypeResponse"},
312
- "errors":[
313
- {"shape":"ResourceNotFoundException"},
314
- {"shape":"InvalidRequestException"},
315
- {"shape":"ThrottlingException"},
316
- {"shape":"UnauthorizedException"},
317
- {"shape":"ServiceUnavailableException"},
318
- {"shape":"InternalFailureException"}
319
- ]
320
- },
321
- "DeleteTopicRule":{
322
- "name":"DeleteTopicRule",
323
- "http":{
324
- "method":"DELETE",
325
- "requestUri":"/rules/{ruleName}"
326
- },
327
- "input":{"shape":"DeleteTopicRuleRequest"},
328
- "errors":[
329
- {"shape":"InternalException"},
330
- {"shape":"InvalidRequestException"},
331
- {"shape":"ServiceUnavailableException"},
332
- {"shape":"UnauthorizedException"}
333
- ]
334
- },
335
- "DeprecateThingType":{
336
- "name":"DeprecateThingType",
337
- "http":{
338
- "method":"POST",
339
- "requestUri":"/thing-types/{thingTypeName}/deprecate"
340
- },
341
- "input":{"shape":"DeprecateThingTypeRequest"},
342
- "output":{"shape":"DeprecateThingTypeResponse"},
343
- "errors":[
344
- {"shape":"ResourceNotFoundException"},
345
- {"shape":"InvalidRequestException"},
346
- {"shape":"ThrottlingException"},
347
- {"shape":"UnauthorizedException"},
348
- {"shape":"ServiceUnavailableException"},
349
- {"shape":"InternalFailureException"}
350
- ]
351
- },
352
- "DescribeCACertificate":{
353
- "name":"DescribeCACertificate",
354
- "http":{
355
- "method":"GET",
356
- "requestUri":"/cacertificate/{caCertificateId}"
357
- },
358
- "input":{"shape":"DescribeCACertificateRequest"},
359
- "output":{"shape":"DescribeCACertificateResponse"},
360
- "errors":[
361
- {"shape":"InvalidRequestException"},
362
- {"shape":"ThrottlingException"},
363
- {"shape":"UnauthorizedException"},
364
- {"shape":"ServiceUnavailableException"},
365
- {"shape":"InternalFailureException"},
366
- {"shape":"ResourceNotFoundException"}
367
- ]
368
- },
369
- "DescribeCertificate":{
370
- "name":"DescribeCertificate",
371
- "http":{
372
- "method":"GET",
373
- "requestUri":"/certificates/{certificateId}"
374
- },
375
- "input":{"shape":"DescribeCertificateRequest"},
376
- "output":{"shape":"DescribeCertificateResponse"},
377
- "errors":[
378
- {"shape":"InvalidRequestException"},
379
- {"shape":"ThrottlingException"},
380
- {"shape":"UnauthorizedException"},
381
- {"shape":"ServiceUnavailableException"},
382
- {"shape":"InternalFailureException"},
383
- {"shape":"ResourceNotFoundException"}
384
- ]
385
- },
386
- "DescribeEndpoint":{
387
- "name":"DescribeEndpoint",
388
- "http":{
389
- "method":"GET",
390
- "requestUri":"/endpoint"
391
- },
392
- "input":{"shape":"DescribeEndpointRequest"},
393
- "output":{"shape":"DescribeEndpointResponse"},
394
- "errors":[
395
- {"shape":"InternalFailureException"},
396
- {"shape":"UnauthorizedException"},
397
- {"shape":"ThrottlingException"}
398
- ]
399
- },
400
- "DescribeThing":{
401
- "name":"DescribeThing",
402
- "http":{
403
- "method":"GET",
404
- "requestUri":"/things/{thingName}"
405
- },
406
- "input":{"shape":"DescribeThingRequest"},
407
- "output":{"shape":"DescribeThingResponse"},
408
- "errors":[
409
- {"shape":"ResourceNotFoundException"},
410
- {"shape":"InvalidRequestException"},
411
- {"shape":"ThrottlingException"},
412
- {"shape":"UnauthorizedException"},
413
- {"shape":"ServiceUnavailableException"},
414
- {"shape":"InternalFailureException"}
415
- ]
416
- },
417
- "DescribeThingType":{
418
- "name":"DescribeThingType",
419
- "http":{
420
- "method":"GET",
421
- "requestUri":"/thing-types/{thingTypeName}"
422
- },
423
- "input":{"shape":"DescribeThingTypeRequest"},
424
- "output":{"shape":"DescribeThingTypeResponse"},
425
- "errors":[
426
- {"shape":"ResourceNotFoundException"},
427
- {"shape":"InvalidRequestException"},
428
- {"shape":"ThrottlingException"},
429
- {"shape":"UnauthorizedException"},
430
- {"shape":"ServiceUnavailableException"},
431
- {"shape":"InternalFailureException"}
432
- ]
433
- },
434
- "DetachPrincipalPolicy":{
435
- "name":"DetachPrincipalPolicy",
436
- "http":{
437
- "method":"DELETE",
438
- "requestUri":"/principal-policies/{policyName}"
439
- },
440
- "input":{"shape":"DetachPrincipalPolicyRequest"},
441
- "errors":[
442
- {"shape":"ResourceNotFoundException"},
443
- {"shape":"InvalidRequestException"},
444
- {"shape":"ThrottlingException"},
445
- {"shape":"UnauthorizedException"},
446
- {"shape":"ServiceUnavailableException"},
447
- {"shape":"InternalFailureException"}
448
- ]
449
- },
450
- "DetachThingPrincipal":{
451
- "name":"DetachThingPrincipal",
452
- "http":{
453
- "method":"DELETE",
454
- "requestUri":"/things/{thingName}/principals"
455
- },
456
- "input":{"shape":"DetachThingPrincipalRequest"},
457
- "output":{"shape":"DetachThingPrincipalResponse"},
458
- "errors":[
459
- {"shape":"ResourceNotFoundException"},
460
- {"shape":"InvalidRequestException"},
461
- {"shape":"ThrottlingException"},
462
- {"shape":"UnauthorizedException"},
463
- {"shape":"ServiceUnavailableException"},
464
- {"shape":"InternalFailureException"}
465
- ]
466
- },
467
- "DisableTopicRule":{
468
- "name":"DisableTopicRule",
469
- "http":{
470
- "method":"POST",
471
- "requestUri":"/rules/{ruleName}/disable"
472
- },
473
- "input":{"shape":"DisableTopicRuleRequest"},
474
- "errors":[
475
- {"shape":"InternalException"},
476
- {"shape":"InvalidRequestException"},
477
- {"shape":"ServiceUnavailableException"},
478
- {"shape":"UnauthorizedException"}
479
- ]
480
- },
481
- "EnableTopicRule":{
482
- "name":"EnableTopicRule",
483
- "http":{
484
- "method":"POST",
485
- "requestUri":"/rules/{ruleName}/enable"
486
- },
487
- "input":{"shape":"EnableTopicRuleRequest"},
488
- "errors":[
489
- {"shape":"InternalException"},
490
- {"shape":"InvalidRequestException"},
491
- {"shape":"ServiceUnavailableException"},
492
- {"shape":"UnauthorizedException"}
493
- ]
494
- },
495
- "GetLoggingOptions":{
496
- "name":"GetLoggingOptions",
497
- "http":{
498
- "method":"GET",
499
- "requestUri":"/loggingOptions"
500
- },
501
- "input":{"shape":"GetLoggingOptionsRequest"},
502
- "output":{"shape":"GetLoggingOptionsResponse"},
503
- "errors":[
504
- {"shape":"InternalException"},
505
- {"shape":"InvalidRequestException"},
506
- {"shape":"ServiceUnavailableException"}
507
- ]
508
- },
509
- "GetPolicy":{
510
- "name":"GetPolicy",
511
- "http":{
512
- "method":"GET",
513
- "requestUri":"/policies/{policyName}"
514
- },
515
- "input":{"shape":"GetPolicyRequest"},
516
- "output":{"shape":"GetPolicyResponse"},
517
- "errors":[
518
- {"shape":"ResourceNotFoundException"},
519
- {"shape":"InvalidRequestException"},
520
- {"shape":"ThrottlingException"},
521
- {"shape":"UnauthorizedException"},
522
- {"shape":"ServiceUnavailableException"},
523
- {"shape":"InternalFailureException"}
524
- ]
525
- },
526
- "GetPolicyVersion":{
527
- "name":"GetPolicyVersion",
528
- "http":{
529
- "method":"GET",
530
- "requestUri":"/policies/{policyName}/version/{policyVersionId}"
531
- },
532
- "input":{"shape":"GetPolicyVersionRequest"},
533
- "output":{"shape":"GetPolicyVersionResponse"},
534
- "errors":[
535
- {"shape":"ResourceNotFoundException"},
536
- {"shape":"InvalidRequestException"},
537
- {"shape":"ThrottlingException"},
538
- {"shape":"UnauthorizedException"},
539
- {"shape":"ServiceUnavailableException"},
540
- {"shape":"InternalFailureException"}
541
- ]
542
- },
543
- "GetRegistrationCode":{
544
- "name":"GetRegistrationCode",
545
- "http":{
546
- "method":"GET",
547
- "requestUri":"/registrationcode"
548
- },
549
- "input":{"shape":"GetRegistrationCodeRequest"},
550
- "output":{"shape":"GetRegistrationCodeResponse"},
551
- "errors":[
552
- {"shape":"ThrottlingException"},
553
- {"shape":"UnauthorizedException"},
554
- {"shape":"ServiceUnavailableException"},
555
- {"shape":"InternalFailureException"},
556
- {"shape":"InvalidRequestException"}
557
- ]
558
- },
559
- "GetTopicRule":{
560
- "name":"GetTopicRule",
561
- "http":{
562
- "method":"GET",
563
- "requestUri":"/rules/{ruleName}"
564
- },
565
- "input":{"shape":"GetTopicRuleRequest"},
566
- "output":{"shape":"GetTopicRuleResponse"},
567
- "errors":[
568
- {"shape":"InternalException"},
569
- {"shape":"InvalidRequestException"},
570
- {"shape":"ServiceUnavailableException"},
571
- {"shape":"UnauthorizedException"}
572
- ]
573
- },
574
- "ListCACertificates":{
575
- "name":"ListCACertificates",
576
- "http":{
577
- "method":"GET",
578
- "requestUri":"/cacertificates"
579
- },
580
- "input":{"shape":"ListCACertificatesRequest"},
581
- "output":{"shape":"ListCACertificatesResponse"},
582
- "errors":[
583
- {"shape":"InvalidRequestException"},
584
- {"shape":"ThrottlingException"},
585
- {"shape":"UnauthorizedException"},
586
- {"shape":"ServiceUnavailableException"},
587
- {"shape":"InternalFailureException"}
588
- ]
589
- },
590
- "ListCertificates":{
591
- "name":"ListCertificates",
592
- "http":{
593
- "method":"GET",
594
- "requestUri":"/certificates"
595
- },
596
- "input":{"shape":"ListCertificatesRequest"},
597
- "output":{"shape":"ListCertificatesResponse"},
598
- "errors":[
599
- {"shape":"InvalidRequestException"},
600
- {"shape":"ThrottlingException"},
601
- {"shape":"UnauthorizedException"},
602
- {"shape":"ServiceUnavailableException"},
603
- {"shape":"InternalFailureException"}
604
- ]
605
- },
606
- "ListCertificatesByCA":{
607
- "name":"ListCertificatesByCA",
608
- "http":{
609
- "method":"GET",
610
- "requestUri":"/certificates-by-ca/{caCertificateId}"
611
- },
612
- "input":{"shape":"ListCertificatesByCARequest"},
613
- "output":{"shape":"ListCertificatesByCAResponse"},
614
- "errors":[
615
- {"shape":"InvalidRequestException"},
616
- {"shape":"ThrottlingException"},
617
- {"shape":"UnauthorizedException"},
618
- {"shape":"ServiceUnavailableException"},
619
- {"shape":"InternalFailureException"}
620
- ]
621
- },
622
- "ListOutgoingCertificates":{
623
- "name":"ListOutgoingCertificates",
624
- "http":{
625
- "method":"GET",
626
- "requestUri":"/certificates-out-going"
627
- },
628
- "input":{"shape":"ListOutgoingCertificatesRequest"},
629
- "output":{"shape":"ListOutgoingCertificatesResponse"},
630
- "errors":[
631
- {"shape":"InvalidRequestException"},
632
- {"shape":"ThrottlingException"},
633
- {"shape":"UnauthorizedException"},
634
- {"shape":"ServiceUnavailableException"},
635
- {"shape":"InternalFailureException"}
636
- ]
637
- },
638
- "ListPolicies":{
639
- "name":"ListPolicies",
640
- "http":{
641
- "method":"GET",
642
- "requestUri":"/policies"
643
- },
644
- "input":{"shape":"ListPoliciesRequest"},
645
- "output":{"shape":"ListPoliciesResponse"},
646
- "errors":[
647
- {"shape":"InvalidRequestException"},
648
- {"shape":"ThrottlingException"},
649
- {"shape":"UnauthorizedException"},
650
- {"shape":"ServiceUnavailableException"},
651
- {"shape":"InternalFailureException"}
652
- ]
653
- },
654
- "ListPolicyPrincipals":{
655
- "name":"ListPolicyPrincipals",
656
- "http":{
657
- "method":"GET",
658
- "requestUri":"/policy-principals"
659
- },
660
- "input":{"shape":"ListPolicyPrincipalsRequest"},
661
- "output":{"shape":"ListPolicyPrincipalsResponse"},
662
- "errors":[
663
- {"shape":"ResourceNotFoundException"},
664
- {"shape":"InvalidRequestException"},
665
- {"shape":"ThrottlingException"},
666
- {"shape":"UnauthorizedException"},
667
- {"shape":"ServiceUnavailableException"},
668
- {"shape":"InternalFailureException"}
669
- ]
670
- },
671
- "ListPolicyVersions":{
672
- "name":"ListPolicyVersions",
673
- "http":{
674
- "method":"GET",
675
- "requestUri":"/policies/{policyName}/version"
676
- },
677
- "input":{"shape":"ListPolicyVersionsRequest"},
678
- "output":{"shape":"ListPolicyVersionsResponse"},
679
- "errors":[
680
- {"shape":"ResourceNotFoundException"},
681
- {"shape":"InvalidRequestException"},
682
- {"shape":"ThrottlingException"},
683
- {"shape":"UnauthorizedException"},
684
- {"shape":"ServiceUnavailableException"},
685
- {"shape":"InternalFailureException"}
686
- ]
687
- },
688
- "ListPrincipalPolicies":{
689
- "name":"ListPrincipalPolicies",
690
- "http":{
691
- "method":"GET",
692
- "requestUri":"/principal-policies"
693
- },
694
- "input":{"shape":"ListPrincipalPoliciesRequest"},
695
- "output":{"shape":"ListPrincipalPoliciesResponse"},
696
- "errors":[
697
- {"shape":"ResourceNotFoundException"},
698
- {"shape":"InvalidRequestException"},
699
- {"shape":"ThrottlingException"},
700
- {"shape":"UnauthorizedException"},
701
- {"shape":"ServiceUnavailableException"},
702
- {"shape":"InternalFailureException"}
703
- ]
704
- },
705
- "ListPrincipalThings":{
706
- "name":"ListPrincipalThings",
707
- "http":{
708
- "method":"GET",
709
- "requestUri":"/principals/things"
710
- },
711
- "input":{"shape":"ListPrincipalThingsRequest"},
712
- "output":{"shape":"ListPrincipalThingsResponse"},
713
- "errors":[
714
- {"shape":"InvalidRequestException"},
715
- {"shape":"ThrottlingException"},
716
- {"shape":"UnauthorizedException"},
717
- {"shape":"ServiceUnavailableException"},
718
- {"shape":"InternalFailureException"},
719
- {"shape":"ResourceNotFoundException"}
720
- ]
721
- },
722
- "ListThingPrincipals":{
723
- "name":"ListThingPrincipals",
724
- "http":{
725
- "method":"GET",
726
- "requestUri":"/things/{thingName}/principals"
727
- },
728
- "input":{"shape":"ListThingPrincipalsRequest"},
729
- "output":{"shape":"ListThingPrincipalsResponse"},
730
- "errors":[
731
- {"shape":"InvalidRequestException"},
732
- {"shape":"ThrottlingException"},
733
- {"shape":"UnauthorizedException"},
734
- {"shape":"ServiceUnavailableException"},
735
- {"shape":"InternalFailureException"},
736
- {"shape":"ResourceNotFoundException"}
737
- ]
738
- },
739
- "ListThingTypes":{
740
- "name":"ListThingTypes",
741
- "http":{
742
- "method":"GET",
743
- "requestUri":"/thing-types"
744
- },
745
- "input":{"shape":"ListThingTypesRequest"},
746
- "output":{"shape":"ListThingTypesResponse"},
747
- "errors":[
748
- {"shape":"InvalidRequestException"},
749
- {"shape":"ThrottlingException"},
750
- {"shape":"UnauthorizedException"},
751
- {"shape":"ServiceUnavailableException"},
752
- {"shape":"InternalFailureException"}
753
- ]
754
- },
755
- "ListThings":{
756
- "name":"ListThings",
757
- "http":{
758
- "method":"GET",
759
- "requestUri":"/things"
760
- },
761
- "input":{"shape":"ListThingsRequest"},
762
- "output":{"shape":"ListThingsResponse"},
763
- "errors":[
764
- {"shape":"InvalidRequestException"},
765
- {"shape":"ThrottlingException"},
766
- {"shape":"UnauthorizedException"},
767
- {"shape":"ServiceUnavailableException"},
768
- {"shape":"InternalFailureException"}
769
- ]
770
- },
771
- "ListTopicRules":{
772
- "name":"ListTopicRules",
773
- "http":{
774
- "method":"GET",
775
- "requestUri":"/rules"
776
- },
777
- "input":{"shape":"ListTopicRulesRequest"},
778
- "output":{"shape":"ListTopicRulesResponse"},
779
- "errors":[
780
- {"shape":"InternalException"},
781
- {"shape":"InvalidRequestException"},
782
- {"shape":"ServiceUnavailableException"}
783
- ]
784
- },
785
- "RegisterCACertificate":{
786
- "name":"RegisterCACertificate",
787
- "http":{
788
- "method":"POST",
789
- "requestUri":"/cacertificate"
790
- },
791
- "input":{"shape":"RegisterCACertificateRequest"},
792
- "output":{"shape":"RegisterCACertificateResponse"},
793
- "errors":[
794
- {"shape":"ResourceAlreadyExistsException"},
795
- {"shape":"RegistrationCodeValidationException"},
796
- {"shape":"InvalidRequestException"},
797
- {"shape":"CertificateValidationException"},
798
- {"shape":"ThrottlingException"},
799
- {"shape":"LimitExceededException"},
800
- {"shape":"UnauthorizedException"},
801
- {"shape":"ServiceUnavailableException"},
802
- {"shape":"InternalFailureException"}
803
- ]
804
- },
805
- "RegisterCertificate":{
806
- "name":"RegisterCertificate",
807
- "http":{
808
- "method":"POST",
809
- "requestUri":"/certificate/register"
810
- },
811
- "input":{"shape":"RegisterCertificateRequest"},
812
- "output":{"shape":"RegisterCertificateResponse"},
813
- "errors":[
814
- {"shape":"ResourceAlreadyExistsException"},
815
- {"shape":"InvalidRequestException"},
816
- {"shape":"CertificateValidationException"},
817
- {"shape":"CertificateStateException"},
818
- {"shape":"CertificateConflictException"},
819
- {"shape":"ThrottlingException"},
820
- {"shape":"UnauthorizedException"},
821
- {"shape":"ServiceUnavailableException"},
822
- {"shape":"InternalFailureException"}
823
- ]
824
- },
825
- "RejectCertificateTransfer":{
826
- "name":"RejectCertificateTransfer",
827
- "http":{
828
- "method":"PATCH",
829
- "requestUri":"/reject-certificate-transfer/{certificateId}"
830
- },
831
- "input":{"shape":"RejectCertificateTransferRequest"},
832
- "errors":[
833
- {"shape":"ResourceNotFoundException"},
834
- {"shape":"TransferAlreadyCompletedException"},
835
- {"shape":"InvalidRequestException"},
836
- {"shape":"ThrottlingException"},
837
- {"shape":"UnauthorizedException"},
838
- {"shape":"ServiceUnavailableException"},
839
- {"shape":"InternalFailureException"}
840
- ]
841
- },
842
- "ReplaceTopicRule":{
843
- "name":"ReplaceTopicRule",
844
- "http":{
845
- "method":"PATCH",
846
- "requestUri":"/rules/{ruleName}"
847
- },
848
- "input":{"shape":"ReplaceTopicRuleRequest"},
849
- "errors":[
850
- {"shape":"SqlParseException"},
851
- {"shape":"InternalException"},
852
- {"shape":"InvalidRequestException"},
853
- {"shape":"ServiceUnavailableException"},
854
- {"shape":"UnauthorizedException"}
855
- ]
856
- },
857
- "SetDefaultPolicyVersion":{
858
- "name":"SetDefaultPolicyVersion",
859
- "http":{
860
- "method":"PATCH",
861
- "requestUri":"/policies/{policyName}/version/{policyVersionId}"
862
- },
863
- "input":{"shape":"SetDefaultPolicyVersionRequest"},
864
- "errors":[
865
- {"shape":"ResourceNotFoundException"},
866
- {"shape":"InvalidRequestException"},
867
- {"shape":"ThrottlingException"},
868
- {"shape":"UnauthorizedException"},
869
- {"shape":"ServiceUnavailableException"},
870
- {"shape":"InternalFailureException"}
871
- ]
872
- },
873
- "SetLoggingOptions":{
874
- "name":"SetLoggingOptions",
875
- "http":{
876
- "method":"POST",
877
- "requestUri":"/loggingOptions"
878
- },
879
- "input":{"shape":"SetLoggingOptionsRequest"},
880
- "errors":[
881
- {"shape":"InternalException"},
882
- {"shape":"InvalidRequestException"},
883
- {"shape":"ServiceUnavailableException"}
884
- ]
885
- },
886
- "TransferCertificate":{
887
- "name":"TransferCertificate",
888
- "http":{
889
- "method":"PATCH",
890
- "requestUri":"/transfer-certificate/{certificateId}"
891
- },
892
- "input":{"shape":"TransferCertificateRequest"},
893
- "output":{"shape":"TransferCertificateResponse"},
894
- "errors":[
895
- {"shape":"InvalidRequestException"},
896
- {"shape":"ResourceNotFoundException"},
897
- {"shape":"CertificateStateException"},
898
- {"shape":"TransferConflictException"},
899
- {"shape":"ThrottlingException"},
900
- {"shape":"UnauthorizedException"},
901
- {"shape":"ServiceUnavailableException"},
902
- {"shape":"InternalFailureException"}
903
- ]
904
- },
905
- "UpdateCACertificate":{
906
- "name":"UpdateCACertificate",
907
- "http":{
908
- "method":"PUT",
909
- "requestUri":"/cacertificate/{caCertificateId}"
910
- },
911
- "input":{"shape":"UpdateCACertificateRequest"},
912
- "errors":[
913
- {"shape":"ResourceNotFoundException"},
914
- {"shape":"InvalidRequestException"},
915
- {"shape":"ThrottlingException"},
916
- {"shape":"UnauthorizedException"},
917
- {"shape":"ServiceUnavailableException"},
918
- {"shape":"InternalFailureException"}
919
- ]
920
- },
921
- "UpdateCertificate":{
922
- "name":"UpdateCertificate",
923
- "http":{
924
- "method":"PUT",
925
- "requestUri":"/certificates/{certificateId}"
926
- },
927
- "input":{"shape":"UpdateCertificateRequest"},
928
- "errors":[
929
- {"shape":"ResourceNotFoundException"},
930
- {"shape":"CertificateStateException"},
931
- {"shape":"InvalidRequestException"},
932
- {"shape":"ThrottlingException"},
933
- {"shape":"UnauthorizedException"},
934
- {"shape":"ServiceUnavailableException"},
935
- {"shape":"InternalFailureException"}
936
- ]
937
- },
938
- "UpdateThing":{
939
- "name":"UpdateThing",
940
- "http":{
941
- "method":"PATCH",
942
- "requestUri":"/things/{thingName}"
943
- },
944
- "input":{"shape":"UpdateThingRequest"},
945
- "output":{"shape":"UpdateThingResponse"},
946
- "errors":[
947
- {"shape":"InvalidRequestException"},
948
- {"shape":"VersionConflictException"},
949
- {"shape":"ThrottlingException"},
950
- {"shape":"UnauthorizedException"},
951
- {"shape":"ServiceUnavailableException"},
952
- {"shape":"InternalFailureException"},
953
- {"shape":"ResourceNotFoundException"}
954
- ]
955
- }
956
- },
957
- "shapes":{
958
- "AcceptCertificateTransferRequest":{
959
- "type":"structure",
960
- "required":["certificateId"],
961
- "members":{
962
- "certificateId":{
963
- "shape":"CertificateId",
964
- "location":"uri",
965
- "locationName":"certificateId"
966
- },
967
- "setAsActive":{
968
- "shape":"SetAsActive",
969
- "location":"querystring",
970
- "locationName":"setAsActive"
971
- }
972
- }
973
- },
974
- "Action":{
975
- "type":"structure",
976
- "members":{
977
- "dynamoDB":{"shape":"DynamoDBAction"},
978
- "dynamoDBv2":{"shape":"DynamoDBv2Action"},
979
- "lambda":{"shape":"LambdaAction"},
980
- "sns":{"shape":"SnsAction"},
981
- "sqs":{"shape":"SqsAction"},
982
- "kinesis":{"shape":"KinesisAction"},
983
- "republish":{"shape":"RepublishAction"},
984
- "s3":{"shape":"S3Action"},
985
- "firehose":{"shape":"FirehoseAction"},
986
- "cloudwatchMetric":{"shape":"CloudwatchMetricAction"},
987
- "cloudwatchAlarm":{"shape":"CloudwatchAlarmAction"},
988
- "elasticsearch":{"shape":"ElasticsearchAction"},
989
- "salesforce":{"shape":"SalesforceAction"}
990
- }
991
- },
992
- "ActionList":{
993
- "type":"list",
994
- "member":{"shape":"Action"},
995
- "max":10,
996
- "min":0
997
- },
998
- "AlarmName":{"type":"string"},
999
- "AllowAutoRegistration":{"type":"boolean"},
1000
- "AscendingOrder":{"type":"boolean"},
1001
- "AttachPrincipalPolicyRequest":{
1002
- "type":"structure",
1003
- "required":[
1004
- "policyName",
1005
- "principal"
1006
- ],
1007
- "members":{
1008
- "policyName":{
1009
- "shape":"PolicyName",
1010
- "location":"uri",
1011
- "locationName":"policyName"
1012
- },
1013
- "principal":{
1014
- "shape":"Principal",
1015
- "location":"header",
1016
- "locationName":"x-amzn-iot-principal"
1017
- }
1018
- }
1019
- },
1020
- "AttachThingPrincipalRequest":{
1021
- "type":"structure",
1022
- "required":[
1023
- "thingName",
1024
- "principal"
1025
- ],
1026
- "members":{
1027
- "thingName":{
1028
- "shape":"ThingName",
1029
- "location":"uri",
1030
- "locationName":"thingName"
1031
- },
1032
- "principal":{
1033
- "shape":"Principal",
1034
- "location":"header",
1035
- "locationName":"x-amzn-principal"
1036
- }
1037
- }
1038
- },
1039
- "AttachThingPrincipalResponse":{
1040
- "type":"structure",
1041
- "members":{
1042
- }
1043
- },
1044
- "AttributeName":{
1045
- "type":"string",
1046
- "max":128,
1047
- "pattern":"[a-zA-Z0-9_.,@/:#-]+"
1048
- },
1049
- "AttributePayload":{
1050
- "type":"structure",
1051
- "members":{
1052
- "attributes":{"shape":"Attributes"},
1053
- "merge":{"shape":"Flag"}
1054
- }
1055
- },
1056
- "AttributeValue":{
1057
- "type":"string",
1058
- "max":800,
1059
- "pattern":"[a-zA-Z0-9_.,@/:#-]*"
1060
- },
1061
- "Attributes":{
1062
- "type":"map",
1063
- "key":{"shape":"AttributeName"},
1064
- "value":{"shape":"AttributeValue"}
1065
- },
1066
- "AutoRegistrationStatus":{
1067
- "type":"string",
1068
- "enum":[
1069
- "ENABLE",
1070
- "DISABLE"
1071
- ]
1072
- },
1073
- "AwsAccountId":{
1074
- "type":"string",
1075
- "pattern":"[0-9]{12}"
1076
- },
1077
- "AwsArn":{"type":"string"},
1078
- "AwsIotSqlVersion":{"type":"string"},
1079
- "Boolean":{"type":"boolean"},
1080
- "BucketName":{"type":"string"},
1081
- "CACertificate":{
1082
- "type":"structure",
1083
- "members":{
1084
- "certificateArn":{"shape":"CertificateArn"},
1085
- "certificateId":{"shape":"CertificateId"},
1086
- "status":{"shape":"CACertificateStatus"},
1087
- "creationDate":{"shape":"DateType"}
1088
- }
1089
- },
1090
- "CACertificateDescription":{
1091
- "type":"structure",
1092
- "members":{
1093
- "certificateArn":{"shape":"CertificateArn"},
1094
- "certificateId":{"shape":"CertificateId"},
1095
- "status":{"shape":"CACertificateStatus"},
1096
- "certificatePem":{"shape":"CertificatePem"},
1097
- "ownedBy":{"shape":"AwsAccountId"},
1098
- "creationDate":{"shape":"DateType"},
1099
- "autoRegistrationStatus":{"shape":"AutoRegistrationStatus"}
1100
- }
1101
- },
1102
- "CACertificateStatus":{
1103
- "type":"string",
1104
- "enum":[
1105
- "ACTIVE",
1106
- "INACTIVE"
1107
- ]
1108
- },
1109
- "CACertificates":{
1110
- "type":"list",
1111
- "member":{"shape":"CACertificate"}
1112
- },
1113
- "CancelCertificateTransferRequest":{
1114
- "type":"structure",
1115
- "required":["certificateId"],
1116
- "members":{
1117
- "certificateId":{
1118
- "shape":"CertificateId",
1119
- "location":"uri",
1120
- "locationName":"certificateId"
1121
- }
1122
- }
1123
- },
1124
- "CannedAccessControlList":{
1125
- "type":"string",
1126
- "enum":[
1127
- "private",
1128
- "public-read",
1129
- "public-read-write",
1130
- "aws-exec-read",
1131
- "authenticated-read",
1132
- "bucket-owner-read",
1133
- "bucket-owner-full-control",
1134
- "log-delivery-write"
1135
- ]
1136
- },
1137
- "Certificate":{
1138
- "type":"structure",
1139
- "members":{
1140
- "certificateArn":{"shape":"CertificateArn"},
1141
- "certificateId":{"shape":"CertificateId"},
1142
- "status":{"shape":"CertificateStatus"},
1143
- "creationDate":{"shape":"DateType"}
1144
- }
1145
- },
1146
- "CertificateArn":{"type":"string"},
1147
- "CertificateConflictException":{
1148
- "type":"structure",
1149
- "members":{
1150
- "message":{"shape":"errorMessage"}
1151
- },
1152
- "error":{"httpStatusCode":409},
1153
- "exception":true
1154
- },
1155
- "CertificateDescription":{
1156
- "type":"structure",
1157
- "members":{
1158
- "certificateArn":{"shape":"CertificateArn"},
1159
- "certificateId":{"shape":"CertificateId"},
1160
- "caCertificateId":{"shape":"CertificateId"},
1161
- "status":{"shape":"CertificateStatus"},
1162
- "certificatePem":{"shape":"CertificatePem"},
1163
- "ownedBy":{"shape":"AwsAccountId"},
1164
- "previousOwnedBy":{"shape":"AwsAccountId"},
1165
- "creationDate":{"shape":"DateType"},
1166
- "lastModifiedDate":{"shape":"DateType"},
1167
- "transferData":{"shape":"TransferData"}
1168
- }
1169
- },
1170
- "CertificateId":{
1171
- "type":"string",
1172
- "max":64,
1173
- "min":64,
1174
- "pattern":"(0x)?[a-fA-F0-9]+"
1175
- },
1176
- "CertificatePem":{
1177
- "type":"string",
1178
- "max":65536,
1179
- "min":1
1180
- },
1181
- "CertificateSigningRequest":{
1182
- "type":"string",
1183
- "min":1
1184
- },
1185
- "CertificateStateException":{
1186
- "type":"structure",
1187
- "members":{
1188
- "message":{"shape":"errorMessage"}
1189
- },
1190
- "error":{"httpStatusCode":406},
1191
- "exception":true
1192
- },
1193
- "CertificateStatus":{
1194
- "type":"string",
1195
- "enum":[
1196
- "ACTIVE",
1197
- "INACTIVE",
1198
- "REVOKED",
1199
- "PENDING_TRANSFER",
1200
- "REGISTER_INACTIVE",
1201
- "PENDING_ACTIVATION"
1202
- ]
1203
- },
1204
- "CertificateValidationException":{
1205
- "type":"structure",
1206
- "members":{
1207
- "message":{"shape":"errorMessage"}
1208
- },
1209
- "error":{"httpStatusCode":400},
1210
- "exception":true
1211
- },
1212
- "Certificates":{
1213
- "type":"list",
1214
- "member":{"shape":"Certificate"}
1215
- },
1216
- "ClientId":{"type":"string"},
1217
- "CloudwatchAlarmAction":{
1218
- "type":"structure",
1219
- "required":[
1220
- "roleArn",
1221
- "alarmName",
1222
- "stateReason",
1223
- "stateValue"
1224
- ],
1225
- "members":{
1226
- "roleArn":{"shape":"AwsArn"},
1227
- "alarmName":{"shape":"AlarmName"},
1228
- "stateReason":{"shape":"StateReason"},
1229
- "stateValue":{"shape":"StateValue"}
1230
- }
1231
- },
1232
- "CloudwatchMetricAction":{
1233
- "type":"structure",
1234
- "required":[
1235
- "roleArn",
1236
- "metricNamespace",
1237
- "metricName",
1238
- "metricValue",
1239
- "metricUnit"
1240
- ],
1241
- "members":{
1242
- "roleArn":{"shape":"AwsArn"},
1243
- "metricNamespace":{"shape":"MetricNamespace"},
1244
- "metricName":{"shape":"MetricName"},
1245
- "metricValue":{"shape":"MetricValue"},
1246
- "metricUnit":{"shape":"MetricUnit"},
1247
- "metricTimestamp":{"shape":"MetricTimestamp"}
1248
- }
1249
- },
1250
- "CreateCertificateFromCsrRequest":{
1251
- "type":"structure",
1252
- "required":["certificateSigningRequest"],
1253
- "members":{
1254
- "certificateSigningRequest":{"shape":"CertificateSigningRequest"},
1255
- "setAsActive":{
1256
- "shape":"SetAsActive",
1257
- "location":"querystring",
1258
- "locationName":"setAsActive"
1259
- }
1260
- }
1261
- },
1262
- "CreateCertificateFromCsrResponse":{
1263
- "type":"structure",
1264
- "members":{
1265
- "certificateArn":{"shape":"CertificateArn"},
1266
- "certificateId":{"shape":"CertificateId"},
1267
- "certificatePem":{"shape":"CertificatePem"}
1268
- }
1269
- },
1270
- "CreateKeysAndCertificateRequest":{
1271
- "type":"structure",
1272
- "members":{
1273
- "setAsActive":{
1274
- "shape":"SetAsActive",
1275
- "location":"querystring",
1276
- "locationName":"setAsActive"
1277
- }
1278
- }
1279
- },
1280
- "CreateKeysAndCertificateResponse":{
1281
- "type":"structure",
1282
- "members":{
1283
- "certificateArn":{"shape":"CertificateArn"},
1284
- "certificateId":{"shape":"CertificateId"},
1285
- "certificatePem":{"shape":"CertificatePem"},
1286
- "keyPair":{"shape":"KeyPair"}
1287
- }
1288
- },
1289
- "CreatePolicyRequest":{
1290
- "type":"structure",
1291
- "required":[
1292
- "policyName",
1293
- "policyDocument"
1294
- ],
1295
- "members":{
1296
- "policyName":{
1297
- "shape":"PolicyName",
1298
- "location":"uri",
1299
- "locationName":"policyName"
1300
- },
1301
- "policyDocument":{"shape":"PolicyDocument"}
1302
- }
1303
- },
1304
- "CreatePolicyResponse":{
1305
- "type":"structure",
1306
- "members":{
1307
- "policyName":{"shape":"PolicyName"},
1308
- "policyArn":{"shape":"PolicyArn"},
1309
- "policyDocument":{"shape":"PolicyDocument"},
1310
- "policyVersionId":{"shape":"PolicyVersionId"}
1311
- }
1312
- },
1313
- "CreatePolicyVersionRequest":{
1314
- "type":"structure",
1315
- "required":[
1316
- "policyName",
1317
- "policyDocument"
1318
- ],
1319
- "members":{
1320
- "policyName":{
1321
- "shape":"PolicyName",
1322
- "location":"uri",
1323
- "locationName":"policyName"
1324
- },
1325
- "policyDocument":{"shape":"PolicyDocument"},
1326
- "setAsDefault":{
1327
- "shape":"SetAsDefault",
1328
- "location":"querystring",
1329
- "locationName":"setAsDefault"
1330
- }
1331
- }
1332
- },
1333
- "CreatePolicyVersionResponse":{
1334
- "type":"structure",
1335
- "members":{
1336
- "policyArn":{"shape":"PolicyArn"},
1337
- "policyDocument":{"shape":"PolicyDocument"},
1338
- "policyVersionId":{"shape":"PolicyVersionId"},
1339
- "isDefaultVersion":{"shape":"IsDefaultVersion"}
1340
- }
1341
- },
1342
- "CreateThingRequest":{
1343
- "type":"structure",
1344
- "required":["thingName"],
1345
- "members":{
1346
- "thingName":{
1347
- "shape":"ThingName",
1348
- "location":"uri",
1349
- "locationName":"thingName"
1350
- },
1351
- "thingTypeName":{"shape":"ThingTypeName"},
1352
- "attributePayload":{"shape":"AttributePayload"}
1353
- }
1354
- },
1355
- "CreateThingResponse":{
1356
- "type":"structure",
1357
- "members":{
1358
- "thingName":{"shape":"ThingName"},
1359
- "thingArn":{"shape":"ThingArn"}
1360
- }
1361
- },
1362
- "CreateThingTypeRequest":{
1363
- "type":"structure",
1364
- "required":["thingTypeName"],
1365
- "members":{
1366
- "thingTypeName":{
1367
- "shape":"ThingTypeName",
1368
- "location":"uri",
1369
- "locationName":"thingTypeName"
1370
- },
1371
- "thingTypeProperties":{"shape":"ThingTypeProperties"}
1372
- }
1373
- },
1374
- "CreateThingTypeResponse":{
1375
- "type":"structure",
1376
- "members":{
1377
- "thingTypeName":{"shape":"ThingTypeName"},
1378
- "thingTypeArn":{"shape":"ThingTypeArn"}
1379
- }
1380
- },
1381
- "CreateTopicRuleRequest":{
1382
- "type":"structure",
1383
- "required":[
1384
- "ruleName",
1385
- "topicRulePayload"
1386
- ],
1387
- "members":{
1388
- "ruleName":{
1389
- "shape":"RuleName",
1390
- "location":"uri",
1391
- "locationName":"ruleName"
1392
- },
1393
- "topicRulePayload":{"shape":"TopicRulePayload"}
1394
- },
1395
- "payload":"topicRulePayload"
1396
- },
1397
- "CreatedAtDate":{"type":"timestamp"},
1398
- "CreationDate":{"type":"timestamp"},
1399
- "DateType":{"type":"timestamp"},
1400
- "DeleteCACertificateRequest":{
1401
- "type":"structure",
1402
- "required":["certificateId"],
1403
- "members":{
1404
- "certificateId":{
1405
- "shape":"CertificateId",
1406
- "location":"uri",
1407
- "locationName":"caCertificateId"
1408
- }
1409
- }
1410
- },
1411
- "DeleteCACertificateResponse":{
1412
- "type":"structure",
1413
- "members":{
1414
- }
1415
- },
1416
- "DeleteCertificateRequest":{
1417
- "type":"structure",
1418
- "required":["certificateId"],
1419
- "members":{
1420
- "certificateId":{
1421
- "shape":"CertificateId",
1422
- "location":"uri",
1423
- "locationName":"certificateId"
1424
- }
1425
- }
1426
- },
1427
- "DeleteConflictException":{
1428
- "type":"structure",
1429
- "members":{
1430
- "message":{"shape":"errorMessage"}
1431
- },
1432
- "error":{"httpStatusCode":409},
1433
- "exception":true
1434
- },
1435
- "DeletePolicyRequest":{
1436
- "type":"structure",
1437
- "required":["policyName"],
1438
- "members":{
1439
- "policyName":{
1440
- "shape":"PolicyName",
1441
- "location":"uri",
1442
- "locationName":"policyName"
1443
- }
1444
- }
1445
- },
1446
- "DeletePolicyVersionRequest":{
1447
- "type":"structure",
1448
- "required":[
1449
- "policyName",
1450
- "policyVersionId"
1451
- ],
1452
- "members":{
1453
- "policyName":{
1454
- "shape":"PolicyName",
1455
- "location":"uri",
1456
- "locationName":"policyName"
1457
- },
1458
- "policyVersionId":{
1459
- "shape":"PolicyVersionId",
1460
- "location":"uri",
1461
- "locationName":"policyVersionId"
1462
- }
1463
- }
1464
- },
1465
- "DeleteRegistrationCodeRequest":{
1466
- "type":"structure",
1467
- "members":{
1468
- }
1469
- },
1470
- "DeleteRegistrationCodeResponse":{
1471
- "type":"structure",
1472
- "members":{
1473
- }
1474
- },
1475
- "DeleteThingRequest":{
1476
- "type":"structure",
1477
- "required":["thingName"],
1478
- "members":{
1479
- "thingName":{
1480
- "shape":"ThingName",
1481
- "location":"uri",
1482
- "locationName":"thingName"
1483
- },
1484
- "expectedVersion":{
1485
- "shape":"OptionalVersion",
1486
- "location":"querystring",
1487
- "locationName":"expectedVersion"
1488
- }
1489
- }
1490
- },
1491
- "DeleteThingResponse":{
1492
- "type":"structure",
1493
- "members":{
1494
- }
1495
- },
1496
- "DeleteThingTypeRequest":{
1497
- "type":"structure",
1498
- "required":["thingTypeName"],
1499
- "members":{
1500
- "thingTypeName":{
1501
- "shape":"ThingTypeName",
1502
- "location":"uri",
1503
- "locationName":"thingTypeName"
1504
- }
1505
- }
1506
- },
1507
- "DeleteThingTypeResponse":{
1508
- "type":"structure",
1509
- "members":{
1510
- }
1511
- },
1512
- "DeleteTopicRuleRequest":{
1513
- "type":"structure",
1514
- "required":["ruleName"],
1515
- "members":{
1516
- "ruleName":{
1517
- "shape":"RuleName",
1518
- "location":"uri",
1519
- "locationName":"ruleName"
1520
- }
1521
- }
1522
- },
1523
- "DeliveryStreamName":{"type":"string"},
1524
- "DeprecateThingTypeRequest":{
1525
- "type":"structure",
1526
- "required":["thingTypeName"],
1527
- "members":{
1528
- "thingTypeName":{
1529
- "shape":"ThingTypeName",
1530
- "location":"uri",
1531
- "locationName":"thingTypeName"
1532
- },
1533
- "undoDeprecate":{"shape":"UndoDeprecate"}
1534
- }
1535
- },
1536
- "DeprecateThingTypeResponse":{
1537
- "type":"structure",
1538
- "members":{
1539
- }
1540
- },
1541
- "DeprecationDate":{"type":"timestamp"},
1542
- "DescribeCACertificateRequest":{
1543
- "type":"structure",
1544
- "required":["certificateId"],
1545
- "members":{
1546
- "certificateId":{
1547
- "shape":"CertificateId",
1548
- "location":"uri",
1549
- "locationName":"caCertificateId"
1550
- }
1551
- }
1552
- },
1553
- "DescribeCACertificateResponse":{
1554
- "type":"structure",
1555
- "members":{
1556
- "certificateDescription":{"shape":"CACertificateDescription"}
1557
- }
1558
- },
1559
- "DescribeCertificateRequest":{
1560
- "type":"structure",
1561
- "required":["certificateId"],
1562
- "members":{
1563
- "certificateId":{
1564
- "shape":"CertificateId",
1565
- "location":"uri",
1566
- "locationName":"certificateId"
1567
- }
1568
- }
1569
- },
1570
- "DescribeCertificateResponse":{
1571
- "type":"structure",
1572
- "members":{
1573
- "certificateDescription":{"shape":"CertificateDescription"}
1574
- }
1575
- },
1576
- "DescribeEndpointRequest":{
1577
- "type":"structure",
1578
- "members":{
1579
- }
1580
- },
1581
- "DescribeEndpointResponse":{
1582
- "type":"structure",
1583
- "members":{
1584
- "endpointAddress":{"shape":"EndpointAddress"}
1585
- }
1586
- },
1587
- "DescribeThingRequest":{
1588
- "type":"structure",
1589
- "required":["thingName"],
1590
- "members":{
1591
- "thingName":{
1592
- "shape":"ThingName",
1593
- "location":"uri",
1594
- "locationName":"thingName"
1595
- }
1596
- }
1597
- },
1598
- "DescribeThingResponse":{
1599
- "type":"structure",
1600
- "members":{
1601
- "defaultClientId":{"shape":"ClientId"},
1602
- "thingName":{"shape":"ThingName"},
1603
- "thingTypeName":{"shape":"ThingTypeName"},
1604
- "attributes":{"shape":"Attributes"},
1605
- "version":{"shape":"Version"}
1606
- }
1607
- },
1608
- "DescribeThingTypeRequest":{
1609
- "type":"structure",
1610
- "required":["thingTypeName"],
1611
- "members":{
1612
- "thingTypeName":{
1613
- "shape":"ThingTypeName",
1614
- "location":"uri",
1615
- "locationName":"thingTypeName"
1616
- }
1617
- }
1618
- },
1619
- "DescribeThingTypeResponse":{
1620
- "type":"structure",
1621
- "members":{
1622
- "thingTypeName":{"shape":"ThingTypeName"},
1623
- "thingTypeProperties":{"shape":"ThingTypeProperties"},
1624
- "thingTypeMetadata":{"shape":"ThingTypeMetadata"}
1625
- }
1626
- },
1627
- "Description":{"type":"string"},
1628
- "DetachPrincipalPolicyRequest":{
1629
- "type":"structure",
1630
- "required":[
1631
- "policyName",
1632
- "principal"
1633
- ],
1634
- "members":{
1635
- "policyName":{
1636
- "shape":"PolicyName",
1637
- "location":"uri",
1638
- "locationName":"policyName"
1639
- },
1640
- "principal":{
1641
- "shape":"Principal",
1642
- "location":"header",
1643
- "locationName":"x-amzn-iot-principal"
1644
- }
1645
- }
1646
- },
1647
- "DetachThingPrincipalRequest":{
1648
- "type":"structure",
1649
- "required":[
1650
- "thingName",
1651
- "principal"
1652
- ],
1653
- "members":{
1654
- "thingName":{
1655
- "shape":"ThingName",
1656
- "location":"uri",
1657
- "locationName":"thingName"
1658
- },
1659
- "principal":{
1660
- "shape":"Principal",
1661
- "location":"header",
1662
- "locationName":"x-amzn-principal"
1663
- }
1664
- }
1665
- },
1666
- "DetachThingPrincipalResponse":{
1667
- "type":"structure",
1668
- "members":{
1669
- }
1670
- },
1671
- "DisableTopicRuleRequest":{
1672
- "type":"structure",
1673
- "required":["ruleName"],
1674
- "members":{
1675
- "ruleName":{
1676
- "shape":"RuleName",
1677
- "location":"uri",
1678
- "locationName":"ruleName"
1679
- }
1680
- }
1681
- },
1682
- "DynamoDBAction":{
1683
- "type":"structure",
1684
- "required":[
1685
- "tableName",
1686
- "roleArn",
1687
- "hashKeyField",
1688
- "hashKeyValue"
1689
- ],
1690
- "members":{
1691
- "tableName":{"shape":"TableName"},
1692
- "roleArn":{"shape":"AwsArn"},
1693
- "operation":{"shape":"DynamoOperation"},
1694
- "hashKeyField":{"shape":"HashKeyField"},
1695
- "hashKeyValue":{"shape":"HashKeyValue"},
1696
- "hashKeyType":{"shape":"DynamoKeyType"},
1697
- "rangeKeyField":{"shape":"RangeKeyField"},
1698
- "rangeKeyValue":{"shape":"RangeKeyValue"},
1699
- "rangeKeyType":{"shape":"DynamoKeyType"},
1700
- "payloadField":{"shape":"PayloadField"}
1701
- }
1702
- },
1703
- "DynamoDBv2Action":{
1704
- "type":"structure",
1705
- "members":{
1706
- "roleArn":{"shape":"AwsArn"},
1707
- "putItem":{"shape":"PutItemInput"}
1708
- }
1709
- },
1710
- "DynamoKeyType":{
1711
- "type":"string",
1712
- "enum":[
1713
- "STRING",
1714
- "NUMBER"
1715
- ]
1716
- },
1717
- "DynamoOperation":{"type":"string"},
1718
- "ElasticsearchAction":{
1719
- "type":"structure",
1720
- "required":[
1721
- "roleArn",
1722
- "endpoint",
1723
- "index",
1724
- "type",
1725
- "id"
1726
- ],
1727
- "members":{
1728
- "roleArn":{"shape":"AwsArn"},
1729
- "endpoint":{"shape":"ElasticsearchEndpoint"},
1730
- "index":{"shape":"ElasticsearchIndex"},
1731
- "type":{"shape":"ElasticsearchType"},
1732
- "id":{"shape":"ElasticsearchId"}
1733
- }
1734
- },
1735
- "ElasticsearchEndpoint":{
1736
- "type":"string",
1737
- "pattern":"https?://.*"
1738
- },
1739
- "ElasticsearchId":{"type":"string"},
1740
- "ElasticsearchIndex":{"type":"string"},
1741
- "ElasticsearchType":{"type":"string"},
1742
- "EnableTopicRuleRequest":{
1743
- "type":"structure",
1744
- "required":["ruleName"],
1745
- "members":{
1746
- "ruleName":{
1747
- "shape":"RuleName",
1748
- "location":"uri",
1749
- "locationName":"ruleName"
1750
- }
1751
- }
1752
- },
1753
- "EndpointAddress":{"type":"string"},
1754
- "FirehoseAction":{
1755
- "type":"structure",
1756
- "required":[
1757
- "roleArn",
1758
- "deliveryStreamName"
1759
- ],
1760
- "members":{
1761
- "roleArn":{"shape":"AwsArn"},
1762
- "deliveryStreamName":{"shape":"DeliveryStreamName"},
1763
- "separator":{"shape":"FirehoseSeparator"}
1764
- }
1765
- },
1766
- "FirehoseSeparator":{
1767
- "type":"string",
1768
- "pattern":"([\\n\\t])|(\\r\\n)|(,)"
1769
- },
1770
- "Flag":{"type":"boolean"},
1771
- "FunctionArn":{"type":"string"},
1772
- "GetLoggingOptionsRequest":{
1773
- "type":"structure",
1774
- "members":{
1775
- }
1776
- },
1777
- "GetLoggingOptionsResponse":{
1778
- "type":"structure",
1779
- "members":{
1780
- "roleArn":{"shape":"AwsArn"},
1781
- "logLevel":{"shape":"LogLevel"}
1782
- }
1783
- },
1784
- "GetPolicyRequest":{
1785
- "type":"structure",
1786
- "required":["policyName"],
1787
- "members":{
1788
- "policyName":{
1789
- "shape":"PolicyName",
1790
- "location":"uri",
1791
- "locationName":"policyName"
1792
- }
1793
- }
1794
- },
1795
- "GetPolicyResponse":{
1796
- "type":"structure",
1797
- "members":{
1798
- "policyName":{"shape":"PolicyName"},
1799
- "policyArn":{"shape":"PolicyArn"},
1800
- "policyDocument":{"shape":"PolicyDocument"},
1801
- "defaultVersionId":{"shape":"PolicyVersionId"}
1802
- }
1803
- },
1804
- "GetPolicyVersionRequest":{
1805
- "type":"structure",
1806
- "required":[
1807
- "policyName",
1808
- "policyVersionId"
1809
- ],
1810
- "members":{
1811
- "policyName":{
1812
- "shape":"PolicyName",
1813
- "location":"uri",
1814
- "locationName":"policyName"
1815
- },
1816
- "policyVersionId":{
1817
- "shape":"PolicyVersionId",
1818
- "location":"uri",
1819
- "locationName":"policyVersionId"
1820
- }
1821
- }
1822
- },
1823
- "GetPolicyVersionResponse":{
1824
- "type":"structure",
1825
- "members":{
1826
- "policyArn":{"shape":"PolicyArn"},
1827
- "policyName":{"shape":"PolicyName"},
1828
- "policyDocument":{"shape":"PolicyDocument"},
1829
- "policyVersionId":{"shape":"PolicyVersionId"},
1830
- "isDefaultVersion":{"shape":"IsDefaultVersion"}
1831
- }
1832
- },
1833
- "GetRegistrationCodeRequest":{
1834
- "type":"structure",
1835
- "members":{
1836
- }
1837
- },
1838
- "GetRegistrationCodeResponse":{
1839
- "type":"structure",
1840
- "members":{
1841
- "registrationCode":{"shape":"RegistrationCode"}
1842
- }
1843
- },
1844
- "GetTopicRuleRequest":{
1845
- "type":"structure",
1846
- "required":["ruleName"],
1847
- "members":{
1848
- "ruleName":{
1849
- "shape":"RuleName",
1850
- "location":"uri",
1851
- "locationName":"ruleName"
1852
- }
1853
- }
1854
- },
1855
- "GetTopicRuleResponse":{
1856
- "type":"structure",
1857
- "members":{
1858
- "ruleArn":{"shape":"RuleArn"},
1859
- "rule":{"shape":"TopicRule"}
1860
- }
1861
- },
1862
- "HashKeyField":{"type":"string"},
1863
- "HashKeyValue":{"type":"string"},
1864
- "InternalException":{
1865
- "type":"structure",
1866
- "members":{
1867
- "message":{"shape":"errorMessage"}
1868
- },
1869
- "error":{"httpStatusCode":500},
1870
- "exception":true,
1871
- "fault":true
1872
- },
1873
- "InternalFailureException":{
1874
- "type":"structure",
1875
- "members":{
1876
- "message":{"shape":"errorMessage"}
1877
- },
1878
- "error":{"httpStatusCode":500},
1879
- "exception":true,
1880
- "fault":true
1881
- },
1882
- "InvalidRequestException":{
1883
- "type":"structure",
1884
- "members":{
1885
- "message":{"shape":"errorMessage"}
1886
- },
1887
- "error":{"httpStatusCode":400},
1888
- "exception":true
1889
- },
1890
- "IsDefaultVersion":{"type":"boolean"},
1891
- "IsDisabled":{"type":"boolean"},
1892
- "Key":{"type":"string"},
1893
- "KeyPair":{
1894
- "type":"structure",
1895
- "members":{
1896
- "PublicKey":{"shape":"PublicKey"},
1897
- "PrivateKey":{"shape":"PrivateKey"}
1898
- }
1899
- },
1900
- "KinesisAction":{
1901
- "type":"structure",
1902
- "required":[
1903
- "roleArn",
1904
- "streamName"
1905
- ],
1906
- "members":{
1907
- "roleArn":{"shape":"AwsArn"},
1908
- "streamName":{"shape":"StreamName"},
1909
- "partitionKey":{"shape":"PartitionKey"}
1910
- }
1911
- },
1912
- "LambdaAction":{
1913
- "type":"structure",
1914
- "required":["functionArn"],
1915
- "members":{
1916
- "functionArn":{"shape":"FunctionArn"}
1917
- }
1918
- },
1919
- "LimitExceededException":{
1920
- "type":"structure",
1921
- "members":{
1922
- "message":{"shape":"errorMessage"}
1923
- },
1924
- "error":{"httpStatusCode":410},
1925
- "exception":true
1926
- },
1927
- "ListCACertificatesRequest":{
1928
- "type":"structure",
1929
- "members":{
1930
- "pageSize":{
1931
- "shape":"PageSize",
1932
- "location":"querystring",
1933
- "locationName":"pageSize"
1934
- },
1935
- "marker":{
1936
- "shape":"Marker",
1937
- "location":"querystring",
1938
- "locationName":"marker"
1939
- },
1940
- "ascendingOrder":{
1941
- "shape":"AscendingOrder",
1942
- "location":"querystring",
1943
- "locationName":"isAscendingOrder"
1944
- }
1945
- }
1946
- },
1947
- "ListCACertificatesResponse":{
1948
- "type":"structure",
1949
- "members":{
1950
- "certificates":{"shape":"CACertificates"},
1951
- "nextMarker":{"shape":"Marker"}
1952
- }
1953
- },
1954
- "ListCertificatesByCARequest":{
1955
- "type":"structure",
1956
- "required":["caCertificateId"],
1957
- "members":{
1958
- "caCertificateId":{
1959
- "shape":"CertificateId",
1960
- "location":"uri",
1961
- "locationName":"caCertificateId"
1962
- },
1963
- "pageSize":{
1964
- "shape":"PageSize",
1965
- "location":"querystring",
1966
- "locationName":"pageSize"
1967
- },
1968
- "marker":{
1969
- "shape":"Marker",
1970
- "location":"querystring",
1971
- "locationName":"marker"
1972
- },
1973
- "ascendingOrder":{
1974
- "shape":"AscendingOrder",
1975
- "location":"querystring",
1976
- "locationName":"isAscendingOrder"
1977
- }
1978
- }
1979
- },
1980
- "ListCertificatesByCAResponse":{
1981
- "type":"structure",
1982
- "members":{
1983
- "certificates":{"shape":"Certificates"},
1984
- "nextMarker":{"shape":"Marker"}
1985
- }
1986
- },
1987
- "ListCertificatesRequest":{
1988
- "type":"structure",
1989
- "members":{
1990
- "pageSize":{
1991
- "shape":"PageSize",
1992
- "location":"querystring",
1993
- "locationName":"pageSize"
1994
- },
1995
- "marker":{
1996
- "shape":"Marker",
1997
- "location":"querystring",
1998
- "locationName":"marker"
1999
- },
2000
- "ascendingOrder":{
2001
- "shape":"AscendingOrder",
2002
- "location":"querystring",
2003
- "locationName":"isAscendingOrder"
2004
- }
2005
- }
2006
- },
2007
- "ListCertificatesResponse":{
2008
- "type":"structure",
2009
- "members":{
2010
- "certificates":{"shape":"Certificates"},
2011
- "nextMarker":{"shape":"Marker"}
2012
- }
2013
- },
2014
- "ListOutgoingCertificatesRequest":{
2015
- "type":"structure",
2016
- "members":{
2017
- "pageSize":{
2018
- "shape":"PageSize",
2019
- "location":"querystring",
2020
- "locationName":"pageSize"
2021
- },
2022
- "marker":{
2023
- "shape":"Marker",
2024
- "location":"querystring",
2025
- "locationName":"marker"
2026
- },
2027
- "ascendingOrder":{
2028
- "shape":"AscendingOrder",
2029
- "location":"querystring",
2030
- "locationName":"isAscendingOrder"
2031
- }
2032
- }
2033
- },
2034
- "ListOutgoingCertificatesResponse":{
2035
- "type":"structure",
2036
- "members":{
2037
- "outgoingCertificates":{"shape":"OutgoingCertificates"},
2038
- "nextMarker":{"shape":"Marker"}
2039
- }
2040
- },
2041
- "ListPoliciesRequest":{
2042
- "type":"structure",
2043
- "members":{
2044
- "marker":{
2045
- "shape":"Marker",
2046
- "location":"querystring",
2047
- "locationName":"marker"
2048
- },
2049
- "pageSize":{
2050
- "shape":"PageSize",
2051
- "location":"querystring",
2052
- "locationName":"pageSize"
2053
- },
2054
- "ascendingOrder":{
2055
- "shape":"AscendingOrder",
2056
- "location":"querystring",
2057
- "locationName":"isAscendingOrder"
2058
- }
2059
- }
2060
- },
2061
- "ListPoliciesResponse":{
2062
- "type":"structure",
2063
- "members":{
2064
- "policies":{"shape":"Policies"},
2065
- "nextMarker":{"shape":"Marker"}
2066
- }
2067
- },
2068
- "ListPolicyPrincipalsRequest":{
2069
- "type":"structure",
2070
- "required":["policyName"],
2071
- "members":{
2072
- "policyName":{
2073
- "shape":"PolicyName",
2074
- "location":"header",
2075
- "locationName":"x-amzn-iot-policy"
2076
- },
2077
- "marker":{
2078
- "shape":"Marker",
2079
- "location":"querystring",
2080
- "locationName":"marker"
2081
- },
2082
- "pageSize":{
2083
- "shape":"PageSize",
2084
- "location":"querystring",
2085
- "locationName":"pageSize"
2086
- },
2087
- "ascendingOrder":{
2088
- "shape":"AscendingOrder",
2089
- "location":"querystring",
2090
- "locationName":"isAscendingOrder"
2091
- }
2092
- }
2093
- },
2094
- "ListPolicyPrincipalsResponse":{
2095
- "type":"structure",
2096
- "members":{
2097
- "principals":{"shape":"Principals"},
2098
- "nextMarker":{"shape":"Marker"}
2099
- }
2100
- },
2101
- "ListPolicyVersionsRequest":{
2102
- "type":"structure",
2103
- "required":["policyName"],
2104
- "members":{
2105
- "policyName":{
2106
- "shape":"PolicyName",
2107
- "location":"uri",
2108
- "locationName":"policyName"
2109
- }
2110
- }
2111
- },
2112
- "ListPolicyVersionsResponse":{
2113
- "type":"structure",
2114
- "members":{
2115
- "policyVersions":{"shape":"PolicyVersions"}
2116
- }
2117
- },
2118
- "ListPrincipalPoliciesRequest":{
2119
- "type":"structure",
2120
- "required":["principal"],
2121
- "members":{
2122
- "principal":{
2123
- "shape":"Principal",
2124
- "location":"header",
2125
- "locationName":"x-amzn-iot-principal"
2126
- },
2127
- "marker":{
2128
- "shape":"Marker",
2129
- "location":"querystring",
2130
- "locationName":"marker"
2131
- },
2132
- "pageSize":{
2133
- "shape":"PageSize",
2134
- "location":"querystring",
2135
- "locationName":"pageSize"
2136
- },
2137
- "ascendingOrder":{
2138
- "shape":"AscendingOrder",
2139
- "location":"querystring",
2140
- "locationName":"isAscendingOrder"
2141
- }
2142
- }
2143
- },
2144
- "ListPrincipalPoliciesResponse":{
2145
- "type":"structure",
2146
- "members":{
2147
- "policies":{"shape":"Policies"},
2148
- "nextMarker":{"shape":"Marker"}
2149
- }
2150
- },
2151
- "ListPrincipalThingsRequest":{
2152
- "type":"structure",
2153
- "required":["principal"],
2154
- "members":{
2155
- "nextToken":{
2156
- "shape":"NextToken",
2157
- "location":"querystring",
2158
- "locationName":"nextToken"
2159
- },
2160
- "maxResults":{
2161
- "shape":"RegistryMaxResults",
2162
- "location":"querystring",
2163
- "locationName":"maxResults"
2164
- },
2165
- "principal":{
2166
- "shape":"Principal",
2167
- "location":"header",
2168
- "locationName":"x-amzn-principal"
2169
- }
2170
- }
2171
- },
2172
- "ListPrincipalThingsResponse":{
2173
- "type":"structure",
2174
- "members":{
2175
- "things":{"shape":"ThingNameList"},
2176
- "nextToken":{"shape":"NextToken"}
2177
- }
2178
- },
2179
- "ListThingPrincipalsRequest":{
2180
- "type":"structure",
2181
- "required":["thingName"],
2182
- "members":{
2183
- "thingName":{
2184
- "shape":"ThingName",
2185
- "location":"uri",
2186
- "locationName":"thingName"
2187
- }
2188
- }
2189
- },
2190
- "ListThingPrincipalsResponse":{
2191
- "type":"structure",
2192
- "members":{
2193
- "principals":{"shape":"Principals"}
2194
- }
2195
- },
2196
- "ListThingTypesRequest":{
2197
- "type":"structure",
2198
- "members":{
2199
- "nextToken":{
2200
- "shape":"NextToken",
2201
- "location":"querystring",
2202
- "locationName":"nextToken"
2203
- },
2204
- "maxResults":{
2205
- "shape":"RegistryMaxResults",
2206
- "location":"querystring",
2207
- "locationName":"maxResults"
2208
- },
2209
- "thingTypeName":{
2210
- "shape":"ThingTypeName",
2211
- "location":"querystring",
2212
- "locationName":"thingTypeName"
2213
- }
2214
- }
2215
- },
2216
- "ListThingTypesResponse":{
2217
- "type":"structure",
2218
- "members":{
2219
- "thingTypes":{"shape":"ThingTypeList"},
2220
- "nextToken":{"shape":"NextToken"}
2221
- }
2222
- },
2223
- "ListThingsRequest":{
2224
- "type":"structure",
2225
- "members":{
2226
- "nextToken":{
2227
- "shape":"NextToken",
2228
- "location":"querystring",
2229
- "locationName":"nextToken"
2230
- },
2231
- "maxResults":{
2232
- "shape":"RegistryMaxResults",
2233
- "location":"querystring",
2234
- "locationName":"maxResults"
2235
- },
2236
- "attributeName":{
2237
- "shape":"AttributeName",
2238
- "location":"querystring",
2239
- "locationName":"attributeName"
2240
- },
2241
- "attributeValue":{
2242
- "shape":"AttributeValue",
2243
- "location":"querystring",
2244
- "locationName":"attributeValue"
2245
- },
2246
- "thingTypeName":{
2247
- "shape":"ThingTypeName",
2248
- "location":"querystring",
2249
- "locationName":"thingTypeName"
2250
- }
2251
- }
2252
- },
2253
- "ListThingsResponse":{
2254
- "type":"structure",
2255
- "members":{
2256
- "things":{"shape":"ThingAttributeList"},
2257
- "nextToken":{"shape":"NextToken"}
2258
- }
2259
- },
2260
- "ListTopicRulesRequest":{
2261
- "type":"structure",
2262
- "members":{
2263
- "topic":{
2264
- "shape":"Topic",
2265
- "location":"querystring",
2266
- "locationName":"topic"
2267
- },
2268
- "maxResults":{
2269
- "shape":"MaxResults",
2270
- "location":"querystring",
2271
- "locationName":"maxResults"
2272
- },
2273
- "nextToken":{
2274
- "shape":"NextToken",
2275
- "location":"querystring",
2276
- "locationName":"nextToken"
2277
- },
2278
- "ruleDisabled":{
2279
- "shape":"IsDisabled",
2280
- "location":"querystring",
2281
- "locationName":"ruleDisabled"
2282
- }
2283
- }
2284
- },
2285
- "ListTopicRulesResponse":{
2286
- "type":"structure",
2287
- "members":{
2288
- "rules":{"shape":"TopicRuleList"},
2289
- "nextToken":{"shape":"NextToken"}
2290
- }
2291
- },
2292
- "LogLevel":{
2293
- "type":"string",
2294
- "enum":[
2295
- "DEBUG",
2296
- "INFO",
2297
- "ERROR",
2298
- "WARN",
2299
- "DISABLED"
2300
- ]
2301
- },
2302
- "LoggingOptionsPayload":{
2303
- "type":"structure",
2304
- "required":["roleArn"],
2305
- "members":{
2306
- "roleArn":{"shape":"AwsArn"},
2307
- "logLevel":{"shape":"LogLevel"}
2308
- }
2309
- },
2310
- "MalformedPolicyException":{
2311
- "type":"structure",
2312
- "members":{
2313
- "message":{"shape":"errorMessage"}
2314
- },
2315
- "error":{"httpStatusCode":400},
2316
- "exception":true
2317
- },
2318
- "Marker":{"type":"string"},
2319
- "MaxResults":{
2320
- "type":"integer",
2321
- "max":10000,
2322
- "min":1
2323
- },
2324
- "Message":{
2325
- "type":"string",
2326
- "max":128
2327
- },
2328
- "MessageFormat":{
2329
- "type":"string",
2330
- "enum":[
2331
- "RAW",
2332
- "JSON"
2333
- ]
2334
- },
2335
- "MetricName":{"type":"string"},
2336
- "MetricNamespace":{"type":"string"},
2337
- "MetricTimestamp":{"type":"string"},
2338
- "MetricUnit":{"type":"string"},
2339
- "MetricValue":{"type":"string"},
2340
- "NextToken":{"type":"string"},
2341
- "OptionalVersion":{"type":"long"},
2342
- "OutgoingCertificate":{
2343
- "type":"structure",
2344
- "members":{
2345
- "certificateArn":{"shape":"CertificateArn"},
2346
- "certificateId":{"shape":"CertificateId"},
2347
- "transferredTo":{"shape":"AwsAccountId"},
2348
- "transferDate":{"shape":"DateType"},
2349
- "transferMessage":{"shape":"Message"},
2350
- "creationDate":{"shape":"DateType"}
2351
- }
2352
- },
2353
- "OutgoingCertificates":{
2354
- "type":"list",
2355
- "member":{"shape":"OutgoingCertificate"}
2356
- },
2357
- "PageSize":{
2358
- "type":"integer",
2359
- "max":250,
2360
- "min":1
2361
- },
2362
- "PartitionKey":{"type":"string"},
2363
- "PayloadField":{"type":"string"},
2364
- "Policies":{
2365
- "type":"list",
2366
- "member":{"shape":"Policy"}
2367
- },
2368
- "Policy":{
2369
- "type":"structure",
2370
- "members":{
2371
- "policyName":{"shape":"PolicyName"},
2372
- "policyArn":{"shape":"PolicyArn"}
2373
- }
2374
- },
2375
- "PolicyArn":{"type":"string"},
2376
- "PolicyDocument":{"type":"string"},
2377
- "PolicyName":{
2378
- "type":"string",
2379
- "max":128,
2380
- "min":1,
2381
- "pattern":"[\\w+=,.@-]+"
2382
- },
2383
- "PolicyVersion":{
2384
- "type":"structure",
2385
- "members":{
2386
- "versionId":{"shape":"PolicyVersionId"},
2387
- "isDefaultVersion":{"shape":"IsDefaultVersion"},
2388
- "createDate":{"shape":"DateType"}
2389
- }
2390
- },
2391
- "PolicyVersionId":{
2392
- "type":"string",
2393
- "pattern":"[0-9]+"
2394
- },
2395
- "PolicyVersions":{
2396
- "type":"list",
2397
- "member":{"shape":"PolicyVersion"}
2398
- },
2399
- "Principal":{"type":"string"},
2400
- "PrincipalArn":{"type":"string"},
2401
- "Principals":{
2402
- "type":"list",
2403
- "member":{"shape":"PrincipalArn"}
2404
- },
2405
- "PrivateKey":{
2406
- "type":"string",
2407
- "min":1,
2408
- "sensitive":true
2409
- },
2410
- "PublicKey":{
2411
- "type":"string",
2412
- "min":1
2413
- },
2414
- "PutItemInput":{
2415
- "type":"structure",
2416
- "required":["tableName"],
2417
- "members":{
2418
- "tableName":{"shape":"TableName"}
2419
- }
2420
- },
2421
- "QueueUrl":{"type":"string"},
2422
- "RangeKeyField":{"type":"string"},
2423
- "RangeKeyValue":{"type":"string"},
2424
- "RegisterCACertificateRequest":{
2425
- "type":"structure",
2426
- "required":[
2427
- "caCertificate",
2428
- "verificationCertificate"
2429
- ],
2430
- "members":{
2431
- "caCertificate":{"shape":"CertificatePem"},
2432
- "verificationCertificate":{"shape":"CertificatePem"},
2433
- "setAsActive":{
2434
- "shape":"SetAsActive",
2435
- "location":"querystring",
2436
- "locationName":"setAsActive"
2437
- },
2438
- "allowAutoRegistration":{
2439
- "shape":"AllowAutoRegistration",
2440
- "location":"querystring",
2441
- "locationName":"allowAutoRegistration"
2442
- }
2443
- }
2444
- },
2445
- "RegisterCACertificateResponse":{
2446
- "type":"structure",
2447
- "members":{
2448
- "certificateArn":{"shape":"CertificateArn"},
2449
- "certificateId":{"shape":"CertificateId"}
2450
- }
2451
- },
2452
- "RegisterCertificateRequest":{
2453
- "type":"structure",
2454
- "required":["certificatePem"],
2455
- "members":{
2456
- "certificatePem":{"shape":"CertificatePem"},
2457
- "caCertificatePem":{"shape":"CertificatePem"},
2458
- "setAsActive":{
2459
- "shape":"SetAsActiveFlag",
2460
- "deprecated":true,
2461
- "location":"querystring",
2462
- "locationName":"setAsActive"
2463
- },
2464
- "status":{"shape":"CertificateStatus"}
2465
- }
2466
- },
2467
- "RegisterCertificateResponse":{
2468
- "type":"structure",
2469
- "members":{
2470
- "certificateArn":{"shape":"CertificateArn"},
2471
- "certificateId":{"shape":"CertificateId"}
2472
- }
2473
- },
2474
- "RegistrationCode":{
2475
- "type":"string",
2476
- "max":64,
2477
- "min":64,
2478
- "pattern":"(0x)?[a-fA-F0-9]+"
2479
- },
2480
- "RegistrationCodeValidationException":{
2481
- "type":"structure",
2482
- "members":{
2483
- "message":{"shape":"errorMessage"}
2484
- },
2485
- "error":{"httpStatusCode":400},
2486
- "exception":true
2487
- },
2488
- "RegistryMaxResults":{
2489
- "type":"integer",
2490
- "max":250,
2491
- "min":1
2492
- },
2493
- "RejectCertificateTransferRequest":{
2494
- "type":"structure",
2495
- "required":["certificateId"],
2496
- "members":{
2497
- "certificateId":{
2498
- "shape":"CertificateId",
2499
- "location":"uri",
2500
- "locationName":"certificateId"
2501
- },
2502
- "rejectReason":{"shape":"Message"}
2503
- }
2504
- },
2505
- "RemoveThingType":{"type":"boolean"},
2506
- "ReplaceTopicRuleRequest":{
2507
- "type":"structure",
2508
- "required":[
2509
- "ruleName",
2510
- "topicRulePayload"
2511
- ],
2512
- "members":{
2513
- "ruleName":{
2514
- "shape":"RuleName",
2515
- "location":"uri",
2516
- "locationName":"ruleName"
2517
- },
2518
- "topicRulePayload":{"shape":"TopicRulePayload"}
2519
- },
2520
- "payload":"topicRulePayload"
2521
- },
2522
- "RepublishAction":{
2523
- "type":"structure",
2524
- "required":[
2525
- "roleArn",
2526
- "topic"
2527
- ],
2528
- "members":{
2529
- "roleArn":{"shape":"AwsArn"},
2530
- "topic":{"shape":"TopicPattern"}
2531
- }
2532
- },
2533
- "ResourceAlreadyExistsException":{
2534
- "type":"structure",
2535
- "members":{
2536
- "message":{"shape":"errorMessage"},
2537
- "resourceId":{"shape":"resourceId"},
2538
- "resourceArn":{"shape":"resourceArn"}
2539
- },
2540
- "error":{"httpStatusCode":409},
2541
- "exception":true
2542
- },
2543
- "ResourceNotFoundException":{
2544
- "type":"structure",
2545
- "members":{
2546
- "message":{"shape":"errorMessage"}
2547
- },
2548
- "error":{"httpStatusCode":404},
2549
- "exception":true
2550
- },
2551
- "RuleArn":{"type":"string"},
2552
- "RuleName":{
2553
- "type":"string",
2554
- "max":128,
2555
- "min":1,
2556
- "pattern":"^[a-zA-Z0-9_]+$"
2557
- },
2558
- "S3Action":{
2559
- "type":"structure",
2560
- "required":[
2561
- "roleArn",
2562
- "bucketName",
2563
- "key"
2564
- ],
2565
- "members":{
2566
- "roleArn":{"shape":"AwsArn"},
2567
- "bucketName":{"shape":"BucketName"},
2568
- "key":{"shape":"Key"},
2569
- "cannedAcl":{"shape":"CannedAccessControlList"}
2570
- }
2571
- },
2572
- "SQL":{"type":"string"},
2573
- "SalesforceAction":{
2574
- "type":"structure",
2575
- "required":[
2576
- "token",
2577
- "url"
2578
- ],
2579
- "members":{
2580
- "token":{"shape":"SalesforceToken"},
2581
- "url":{"shape":"SalesforceEndpoint"}
2582
- }
2583
- },
2584
- "SalesforceEndpoint":{
2585
- "type":"string",
2586
- "max":2000,
2587
- "pattern":"https://ingestion-[a-zA-Z0-9]{1,12}\\.[a-zA-Z0-9]+\\.((sfdc-matrix\\.net)|(sfdcnow\\.com))/streams/\\w{1,20}/\\w{1,20}/event"
2588
- },
2589
- "SalesforceToken":{
2590
- "type":"string",
2591
- "min":40
2592
- },
2593
- "SearchableAttributes":{
2594
- "type":"list",
2595
- "member":{"shape":"AttributeName"}
2596
- },
2597
- "ServiceUnavailableException":{
2598
- "type":"structure",
2599
- "members":{
2600
- "message":{"shape":"errorMessage"}
2601
- },
2602
- "error":{"httpStatusCode":503},
2603
- "exception":true,
2604
- "fault":true
2605
- },
2606
- "SetAsActive":{"type":"boolean"},
2607
- "SetAsActiveFlag":{"type":"boolean"},
2608
- "SetAsDefault":{"type":"boolean"},
2609
- "SetDefaultPolicyVersionRequest":{
2610
- "type":"structure",
2611
- "required":[
2612
- "policyName",
2613
- "policyVersionId"
2614
- ],
2615
- "members":{
2616
- "policyName":{
2617
- "shape":"PolicyName",
2618
- "location":"uri",
2619
- "locationName":"policyName"
2620
- },
2621
- "policyVersionId":{
2622
- "shape":"PolicyVersionId",
2623
- "location":"uri",
2624
- "locationName":"policyVersionId"
2625
- }
2626
- }
2627
- },
2628
- "SetLoggingOptionsRequest":{
2629
- "type":"structure",
2630
- "required":["loggingOptionsPayload"],
2631
- "members":{
2632
- "loggingOptionsPayload":{"shape":"LoggingOptionsPayload"}
2633
- },
2634
- "payload":"loggingOptionsPayload"
2635
- },
2636
- "SnsAction":{
2637
- "type":"structure",
2638
- "required":[
2639
- "targetArn",
2640
- "roleArn"
2641
- ],
2642
- "members":{
2643
- "targetArn":{"shape":"AwsArn"},
2644
- "roleArn":{"shape":"AwsArn"},
2645
- "messageFormat":{"shape":"MessageFormat"}
2646
- }
2647
- },
2648
- "SqlParseException":{
2649
- "type":"structure",
2650
- "members":{
2651
- "message":{"shape":"errorMessage"}
2652
- },
2653
- "error":{"httpStatusCode":400},
2654
- "exception":true
2655
- },
2656
- "SqsAction":{
2657
- "type":"structure",
2658
- "required":[
2659
- "roleArn",
2660
- "queueUrl"
2661
- ],
2662
- "members":{
2663
- "roleArn":{"shape":"AwsArn"},
2664
- "queueUrl":{"shape":"QueueUrl"},
2665
- "useBase64":{"shape":"UseBase64"}
2666
- }
2667
- },
2668
- "StateReason":{"type":"string"},
2669
- "StateValue":{"type":"string"},
2670
- "StreamName":{"type":"string"},
2671
- "TableName":{"type":"string"},
2672
- "ThingArn":{"type":"string"},
2673
- "ThingAttribute":{
2674
- "type":"structure",
2675
- "members":{
2676
- "thingName":{"shape":"ThingName"},
2677
- "thingTypeName":{"shape":"ThingTypeName"},
2678
- "attributes":{"shape":"Attributes"},
2679
- "version":{"shape":"Version"}
2680
- }
2681
- },
2682
- "ThingAttributeList":{
2683
- "type":"list",
2684
- "member":{"shape":"ThingAttribute"}
2685
- },
2686
- "ThingName":{
2687
- "type":"string",
2688
- "max":128,
2689
- "min":1,
2690
- "pattern":"[a-zA-Z0-9:_-]+"
2691
- },
2692
- "ThingNameList":{
2693
- "type":"list",
2694
- "member":{"shape":"ThingName"}
2695
- },
2696
- "ThingTypeArn":{"type":"string"},
2697
- "ThingTypeDefinition":{
2698
- "type":"structure",
2699
- "members":{
2700
- "thingTypeName":{"shape":"ThingTypeName"},
2701
- "thingTypeProperties":{"shape":"ThingTypeProperties"},
2702
- "thingTypeMetadata":{"shape":"ThingTypeMetadata"}
2703
- }
2704
- },
2705
- "ThingTypeDescription":{
2706
- "type":"string",
2707
- "max":2028,
2708
- "pattern":"[\\p{Graph}\\x20]*"
2709
- },
2710
- "ThingTypeList":{
2711
- "type":"list",
2712
- "member":{"shape":"ThingTypeDefinition"}
2713
- },
2714
- "ThingTypeMetadata":{
2715
- "type":"structure",
2716
- "members":{
2717
- "deprecated":{"shape":"Boolean"},
2718
- "deprecationDate":{"shape":"DeprecationDate"},
2719
- "creationDate":{"shape":"CreationDate"}
2720
- }
2721
- },
2722
- "ThingTypeName":{
2723
- "type":"string",
2724
- "max":128,
2725
- "min":1,
2726
- "pattern":"[a-zA-Z0-9:_-]+"
2727
- },
2728
- "ThingTypeProperties":{
2729
- "type":"structure",
2730
- "members":{
2731
- "thingTypeDescription":{"shape":"ThingTypeDescription"},
2732
- "searchableAttributes":{"shape":"SearchableAttributes"}
2733
- }
2734
- },
2735
- "ThrottlingException":{
2736
- "type":"structure",
2737
- "members":{
2738
- "message":{"shape":"errorMessage"}
2739
- },
2740
- "error":{"httpStatusCode":429},
2741
- "exception":true
2742
- },
2743
- "Topic":{"type":"string"},
2744
- "TopicPattern":{"type":"string"},
2745
- "TopicRule":{
2746
- "type":"structure",
2747
- "members":{
2748
- "ruleName":{"shape":"RuleName"},
2749
- "sql":{"shape":"SQL"},
2750
- "description":{"shape":"Description"},
2751
- "createdAt":{"shape":"CreatedAtDate"},
2752
- "actions":{"shape":"ActionList"},
2753
- "ruleDisabled":{"shape":"IsDisabled"},
2754
- "awsIotSqlVersion":{"shape":"AwsIotSqlVersion"}
2755
- }
2756
- },
2757
- "TopicRuleList":{
2758
- "type":"list",
2759
- "member":{"shape":"TopicRuleListItem"}
2760
- },
2761
- "TopicRuleListItem":{
2762
- "type":"structure",
2763
- "members":{
2764
- "ruleArn":{"shape":"RuleArn"},
2765
- "ruleName":{"shape":"RuleName"},
2766
- "topicPattern":{"shape":"TopicPattern"},
2767
- "createdAt":{"shape":"CreatedAtDate"},
2768
- "ruleDisabled":{"shape":"IsDisabled"}
2769
- }
2770
- },
2771
- "TopicRulePayload":{
2772
- "type":"structure",
2773
- "required":[
2774
- "sql",
2775
- "actions"
2776
- ],
2777
- "members":{
2778
- "sql":{"shape":"SQL"},
2779
- "description":{"shape":"Description"},
2780
- "actions":{"shape":"ActionList"},
2781
- "ruleDisabled":{"shape":"IsDisabled"},
2782
- "awsIotSqlVersion":{"shape":"AwsIotSqlVersion"}
2783
- }
2784
- },
2785
- "TransferAlreadyCompletedException":{
2786
- "type":"structure",
2787
- "members":{
2788
- "message":{"shape":"errorMessage"}
2789
- },
2790
- "error":{"httpStatusCode":410},
2791
- "exception":true
2792
- },
2793
- "TransferCertificateRequest":{
2794
- "type":"structure",
2795
- "required":[
2796
- "certificateId",
2797
- "targetAwsAccount"
2798
- ],
2799
- "members":{
2800
- "certificateId":{
2801
- "shape":"CertificateId",
2802
- "location":"uri",
2803
- "locationName":"certificateId"
2804
- },
2805
- "targetAwsAccount":{
2806
- "shape":"AwsAccountId",
2807
- "location":"querystring",
2808
- "locationName":"targetAwsAccount"
2809
- },
2810
- "transferMessage":{"shape":"Message"}
2811
- }
2812
- },
2813
- "TransferCertificateResponse":{
2814
- "type":"structure",
2815
- "members":{
2816
- "transferredCertificateArn":{"shape":"CertificateArn"}
2817
- }
2818
- },
2819
- "TransferConflictException":{
2820
- "type":"structure",
2821
- "members":{
2822
- "message":{"shape":"errorMessage"}
2823
- },
2824
- "error":{"httpStatusCode":409},
2825
- "exception":true
2826
- },
2827
- "TransferData":{
2828
- "type":"structure",
2829
- "members":{
2830
- "transferMessage":{"shape":"Message"},
2831
- "rejectReason":{"shape":"Message"},
2832
- "transferDate":{"shape":"DateType"},
2833
- "acceptDate":{"shape":"DateType"},
2834
- "rejectDate":{"shape":"DateType"}
2835
- }
2836
- },
2837
- "UnauthorizedException":{
2838
- "type":"structure",
2839
- "members":{
2840
- "message":{"shape":"errorMessage"}
2841
- },
2842
- "error":{"httpStatusCode":401},
2843
- "exception":true
2844
- },
2845
- "UndoDeprecate":{"type":"boolean"},
2846
- "UpdateCACertificateRequest":{
2847
- "type":"structure",
2848
- "required":["certificateId"],
2849
- "members":{
2850
- "certificateId":{
2851
- "shape":"CertificateId",
2852
- "location":"uri",
2853
- "locationName":"caCertificateId"
2854
- },
2855
- "newStatus":{
2856
- "shape":"CACertificateStatus",
2857
- "location":"querystring",
2858
- "locationName":"newStatus"
2859
- },
2860
- "newAutoRegistrationStatus":{
2861
- "shape":"AutoRegistrationStatus",
2862
- "location":"querystring",
2863
- "locationName":"newAutoRegistrationStatus"
2864
- }
2865
- }
2866
- },
2867
- "UpdateCertificateRequest":{
2868
- "type":"structure",
2869
- "required":[
2870
- "certificateId",
2871
- "newStatus"
2872
- ],
2873
- "members":{
2874
- "certificateId":{
2875
- "shape":"CertificateId",
2876
- "location":"uri",
2877
- "locationName":"certificateId"
2878
- },
2879
- "newStatus":{
2880
- "shape":"CertificateStatus",
2881
- "location":"querystring",
2882
- "locationName":"newStatus"
2883
- }
2884
- }
2885
- },
2886
- "UpdateThingRequest":{
2887
- "type":"structure",
2888
- "required":["thingName"],
2889
- "members":{
2890
- "thingName":{
2891
- "shape":"ThingName",
2892
- "location":"uri",
2893
- "locationName":"thingName"
2894
- },
2895
- "thingTypeName":{"shape":"ThingTypeName"},
2896
- "attributePayload":{"shape":"AttributePayload"},
2897
- "expectedVersion":{"shape":"OptionalVersion"},
2898
- "removeThingType":{"shape":"RemoveThingType"}
2899
- }
2900
- },
2901
- "UpdateThingResponse":{
2902
- "type":"structure",
2903
- "members":{
2904
- }
2905
- },
2906
- "UseBase64":{"type":"boolean"},
2907
- "Version":{"type":"long"},
2908
- "VersionConflictException":{
2909
- "type":"structure",
2910
- "members":{
2911
- "message":{"shape":"errorMessage"}
2912
- },
2913
- "error":{"httpStatusCode":409},
2914
- "exception":true
2915
- },
2916
- "VersionsLimitExceededException":{
2917
- "type":"structure",
2918
- "members":{
2919
- "message":{"shape":"errorMessage"}
2920
- },
2921
- "error":{"httpStatusCode":409},
2922
- "exception":true
2923
- },
2924
- "errorMessage":{"type":"string"},
2925
- "resourceArn":{"type":"string"},
2926
- "resourceId":{"type":"string"}
2927
- }
2928
- }