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,3451 +0,0 @@
1
- {
2
- "metadata" : {
3
- "apiVersion" : "2017-06-07",
4
- "endpointPrefix" : "greengrass",
5
- "signingName" : "greengrass",
6
- "serviceFullName" : "AWS Greengrass",
7
- "protocol" : "rest-json",
8
- "jsonVersion" : "1.1",
9
- "uid" : "greengrass-2017-06-07",
10
- "signatureVersion" : "v4"
11
- },
12
- "operations" : {
13
- "AssociateRoleToGroup" : {
14
- "name" : "AssociateRoleToGroup",
15
- "http" : {
16
- "method" : "PUT",
17
- "requestUri" : "/greengrass/groups/{GroupId}/role",
18
- "responseCode" : 200
19
- },
20
- "input" : {
21
- "shape" : "AssociateRoleToGroupRequest"
22
- },
23
- "output" : {
24
- "shape" : "AssociateRoleToGroupResponse"
25
- },
26
- "errors" : [ {
27
- "shape" : "BadRequestException"
28
- }, {
29
- "shape" : "InternalServerErrorException"
30
- } ]
31
- },
32
- "AssociateServiceRoleToAccount" : {
33
- "name" : "AssociateServiceRoleToAccount",
34
- "http" : {
35
- "method" : "PUT",
36
- "requestUri" : "/greengrass/servicerole",
37
- "responseCode" : 200
38
- },
39
- "input" : {
40
- "shape" : "AssociateServiceRoleToAccountRequest"
41
- },
42
- "output" : {
43
- "shape" : "AssociateServiceRoleToAccountResponse"
44
- },
45
- "errors" : [ {
46
- "shape" : "BadRequestException"
47
- }, {
48
- "shape" : "InternalServerErrorException"
49
- } ]
50
- },
51
- "CreateCoreDefinition" : {
52
- "name" : "CreateCoreDefinition",
53
- "http" : {
54
- "method" : "POST",
55
- "requestUri" : "/greengrass/definition/cores",
56
- "responseCode" : 200
57
- },
58
- "input" : {
59
- "shape" : "CreateCoreDefinitionRequest"
60
- },
61
- "output" : {
62
- "shape" : "CreateCoreDefinitionResponse"
63
- },
64
- "errors" : [ {
65
- "shape" : "BadRequestException"
66
- } ]
67
- },
68
- "CreateCoreDefinitionVersion" : {
69
- "name" : "CreateCoreDefinitionVersion",
70
- "http" : {
71
- "method" : "POST",
72
- "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}/versions",
73
- "responseCode" : 200
74
- },
75
- "input" : {
76
- "shape" : "CreateCoreDefinitionVersionRequest"
77
- },
78
- "output" : {
79
- "shape" : "CreateCoreDefinitionVersionResponse"
80
- },
81
- "errors" : [ {
82
- "shape" : "BadRequestException"
83
- } ]
84
- },
85
- "CreateDeployment" : {
86
- "name" : "CreateDeployment",
87
- "http" : {
88
- "method" : "POST",
89
- "requestUri" : "/greengrass/groups/{GroupId}/deployments",
90
- "responseCode" : 200
91
- },
92
- "input" : {
93
- "shape" : "CreateDeploymentRequest"
94
- },
95
- "output" : {
96
- "shape" : "CreateDeploymentResponse"
97
- },
98
- "errors" : [ {
99
- "shape" : "BadRequestException"
100
- } ]
101
- },
102
- "CreateDeviceDefinition" : {
103
- "name" : "CreateDeviceDefinition",
104
- "http" : {
105
- "method" : "POST",
106
- "requestUri" : "/greengrass/definition/devices",
107
- "responseCode" : 200
108
- },
109
- "input" : {
110
- "shape" : "CreateDeviceDefinitionRequest"
111
- },
112
- "output" : {
113
- "shape" : "CreateDeviceDefinitionResponse"
114
- },
115
- "errors" : [ {
116
- "shape" : "BadRequestException"
117
- } ]
118
- },
119
- "CreateDeviceDefinitionVersion" : {
120
- "name" : "CreateDeviceDefinitionVersion",
121
- "http" : {
122
- "method" : "POST",
123
- "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}/versions",
124
- "responseCode" : 200
125
- },
126
- "input" : {
127
- "shape" : "CreateDeviceDefinitionVersionRequest"
128
- },
129
- "output" : {
130
- "shape" : "CreateDeviceDefinitionVersionResponse"
131
- },
132
- "errors" : [ {
133
- "shape" : "BadRequestException"
134
- } ]
135
- },
136
- "CreateFunctionDefinition" : {
137
- "name" : "CreateFunctionDefinition",
138
- "http" : {
139
- "method" : "POST",
140
- "requestUri" : "/greengrass/definition/functions",
141
- "responseCode" : 200
142
- },
143
- "input" : {
144
- "shape" : "CreateFunctionDefinitionRequest"
145
- },
146
- "output" : {
147
- "shape" : "CreateFunctionDefinitionResponse"
148
- },
149
- "errors" : [ {
150
- "shape" : "BadRequestException"
151
- } ]
152
- },
153
- "CreateFunctionDefinitionVersion" : {
154
- "name" : "CreateFunctionDefinitionVersion",
155
- "http" : {
156
- "method" : "POST",
157
- "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}/versions",
158
- "responseCode" : 200
159
- },
160
- "input" : {
161
- "shape" : "CreateFunctionDefinitionVersionRequest"
162
- },
163
- "output" : {
164
- "shape" : "CreateFunctionDefinitionVersionResponse"
165
- },
166
- "errors" : [ {
167
- "shape" : "BadRequestException"
168
- } ]
169
- },
170
- "CreateGroup" : {
171
- "name" : "CreateGroup",
172
- "http" : {
173
- "method" : "POST",
174
- "requestUri" : "/greengrass/groups",
175
- "responseCode" : 200
176
- },
177
- "input" : {
178
- "shape" : "CreateGroupRequest"
179
- },
180
- "output" : {
181
- "shape" : "CreateGroupResponse"
182
- },
183
- "errors" : [ {
184
- "shape" : "BadRequestException"
185
- } ]
186
- },
187
- "CreateGroupCertificateAuthority" : {
188
- "name" : "CreateGroupCertificateAuthority",
189
- "http" : {
190
- "method" : "POST",
191
- "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities",
192
- "responseCode" : 200
193
- },
194
- "input" : {
195
- "shape" : "CreateGroupCertificateAuthorityRequest"
196
- },
197
- "output" : {
198
- "shape" : "CreateGroupCertificateAuthorityResponse"
199
- },
200
- "errors" : [ {
201
- "shape" : "BadRequestException"
202
- }, {
203
- "shape" : "InternalServerErrorException"
204
- } ]
205
- },
206
- "CreateGroupVersion" : {
207
- "name" : "CreateGroupVersion",
208
- "http" : {
209
- "method" : "POST",
210
- "requestUri" : "/greengrass/groups/{GroupId}/versions",
211
- "responseCode" : 200
212
- },
213
- "input" : {
214
- "shape" : "CreateGroupVersionRequest"
215
- },
216
- "output" : {
217
- "shape" : "CreateGroupVersionResponse"
218
- },
219
- "errors" : [ {
220
- "shape" : "BadRequestException"
221
- } ]
222
- },
223
- "CreateLoggerDefinition" : {
224
- "name" : "CreateLoggerDefinition",
225
- "http" : {
226
- "method" : "POST",
227
- "requestUri" : "/greengrass/definition/loggers",
228
- "responseCode" : 200
229
- },
230
- "input" : {
231
- "shape" : "CreateLoggerDefinitionRequest"
232
- },
233
- "output" : {
234
- "shape" : "CreateLoggerDefinitionResponse"
235
- },
236
- "errors" : [ {
237
- "shape" : "BadRequestException"
238
- } ]
239
- },
240
- "CreateLoggerDefinitionVersion" : {
241
- "name" : "CreateLoggerDefinitionVersion",
242
- "http" : {
243
- "method" : "POST",
244
- "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}/versions",
245
- "responseCode" : 200
246
- },
247
- "input" : {
248
- "shape" : "CreateLoggerDefinitionVersionRequest"
249
- },
250
- "output" : {
251
- "shape" : "CreateLoggerDefinitionVersionResponse"
252
- },
253
- "errors" : [ {
254
- "shape" : "BadRequestException"
255
- } ]
256
- },
257
- "CreateSubscriptionDefinition" : {
258
- "name" : "CreateSubscriptionDefinition",
259
- "http" : {
260
- "method" : "POST",
261
- "requestUri" : "/greengrass/definition/subscriptions",
262
- "responseCode" : 200
263
- },
264
- "input" : {
265
- "shape" : "CreateSubscriptionDefinitionRequest"
266
- },
267
- "output" : {
268
- "shape" : "CreateSubscriptionDefinitionResponse"
269
- },
270
- "errors" : [ {
271
- "shape" : "BadRequestException"
272
- } ]
273
- },
274
- "CreateSubscriptionDefinitionVersion" : {
275
- "name" : "CreateSubscriptionDefinitionVersion",
276
- "http" : {
277
- "method" : "POST",
278
- "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions",
279
- "responseCode" : 200
280
- },
281
- "input" : {
282
- "shape" : "CreateSubscriptionDefinitionVersionRequest"
283
- },
284
- "output" : {
285
- "shape" : "CreateSubscriptionDefinitionVersionResponse"
286
- },
287
- "errors" : [ {
288
- "shape" : "BadRequestException"
289
- } ]
290
- },
291
- "DeleteCoreDefinition" : {
292
- "name" : "DeleteCoreDefinition",
293
- "http" : {
294
- "method" : "DELETE",
295
- "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}",
296
- "responseCode" : 200
297
- },
298
- "input" : {
299
- "shape" : "DeleteCoreDefinitionRequest"
300
- },
301
- "output" : {
302
- "shape" : "DeleteCoreDefinitionResponse"
303
- },
304
- "errors" : [ {
305
- "shape" : "BadRequestException"
306
- } ]
307
- },
308
- "DeleteDeviceDefinition" : {
309
- "name" : "DeleteDeviceDefinition",
310
- "http" : {
311
- "method" : "DELETE",
312
- "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}",
313
- "responseCode" : 200
314
- },
315
- "input" : {
316
- "shape" : "DeleteDeviceDefinitionRequest"
317
- },
318
- "output" : {
319
- "shape" : "DeleteDeviceDefinitionResponse"
320
- },
321
- "errors" : [ {
322
- "shape" : "BadRequestException"
323
- } ]
324
- },
325
- "DeleteFunctionDefinition" : {
326
- "name" : "DeleteFunctionDefinition",
327
- "http" : {
328
- "method" : "DELETE",
329
- "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}",
330
- "responseCode" : 200
331
- },
332
- "input" : {
333
- "shape" : "DeleteFunctionDefinitionRequest"
334
- },
335
- "output" : {
336
- "shape" : "DeleteFunctionDefinitionResponse"
337
- },
338
- "errors" : [ {
339
- "shape" : "BadRequestException"
340
- } ]
341
- },
342
- "DeleteGroup" : {
343
- "name" : "DeleteGroup",
344
- "http" : {
345
- "method" : "DELETE",
346
- "requestUri" : "/greengrass/groups/{GroupId}",
347
- "responseCode" : 200
348
- },
349
- "input" : {
350
- "shape" : "DeleteGroupRequest"
351
- },
352
- "output" : {
353
- "shape" : "DeleteGroupResponse"
354
- },
355
- "errors" : [ {
356
- "shape" : "BadRequestException"
357
- } ]
358
- },
359
- "DeleteLoggerDefinition" : {
360
- "name" : "DeleteLoggerDefinition",
361
- "http" : {
362
- "method" : "DELETE",
363
- "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}",
364
- "responseCode" : 200
365
- },
366
- "input" : {
367
- "shape" : "DeleteLoggerDefinitionRequest"
368
- },
369
- "output" : {
370
- "shape" : "DeleteLoggerDefinitionResponse"
371
- },
372
- "errors" : [ {
373
- "shape" : "BadRequestException"
374
- } ]
375
- },
376
- "DeleteSubscriptionDefinition" : {
377
- "name" : "DeleteSubscriptionDefinition",
378
- "http" : {
379
- "method" : "DELETE",
380
- "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}",
381
- "responseCode" : 200
382
- },
383
- "input" : {
384
- "shape" : "DeleteSubscriptionDefinitionRequest"
385
- },
386
- "output" : {
387
- "shape" : "DeleteSubscriptionDefinitionResponse"
388
- },
389
- "errors" : [ {
390
- "shape" : "BadRequestException"
391
- } ]
392
- },
393
- "DisassociateRoleFromGroup" : {
394
- "name" : "DisassociateRoleFromGroup",
395
- "http" : {
396
- "method" : "DELETE",
397
- "requestUri" : "/greengrass/groups/{GroupId}/role",
398
- "responseCode" : 200
399
- },
400
- "input" : {
401
- "shape" : "DisassociateRoleFromGroupRequest"
402
- },
403
- "output" : {
404
- "shape" : "DisassociateRoleFromGroupResponse"
405
- },
406
- "errors" : [ {
407
- "shape" : "BadRequestException"
408
- }, {
409
- "shape" : "InternalServerErrorException"
410
- } ]
411
- },
412
- "DisassociateServiceRoleFromAccount" : {
413
- "name" : "DisassociateServiceRoleFromAccount",
414
- "http" : {
415
- "method" : "DELETE",
416
- "requestUri" : "/greengrass/servicerole",
417
- "responseCode" : 200
418
- },
419
- "input" : {
420
- "shape" : "DisassociateServiceRoleFromAccountRequest"
421
- },
422
- "output" : {
423
- "shape" : "DisassociateServiceRoleFromAccountResponse"
424
- },
425
- "errors" : [ {
426
- "shape" : "InternalServerErrorException"
427
- } ]
428
- },
429
- "GetAssociatedRole" : {
430
- "name" : "GetAssociatedRole",
431
- "http" : {
432
- "method" : "GET",
433
- "requestUri" : "/greengrass/groups/{GroupId}/role",
434
- "responseCode" : 200
435
- },
436
- "input" : {
437
- "shape" : "GetAssociatedRoleRequest"
438
- },
439
- "output" : {
440
- "shape" : "GetAssociatedRoleResponse"
441
- },
442
- "errors" : [ {
443
- "shape" : "BadRequestException"
444
- }, {
445
- "shape" : "InternalServerErrorException"
446
- } ]
447
- },
448
- "GetConnectivityInfo" : {
449
- "name" : "GetConnectivityInfo",
450
- "http" : {
451
- "method" : "GET",
452
- "requestUri" : "/greengrass/things/{ThingName}/connectivityInfo",
453
- "responseCode" : 200
454
- },
455
- "input" : {
456
- "shape" : "GetConnectivityInfoRequest"
457
- },
458
- "output" : {
459
- "shape" : "GetConnectivityInfoResponse"
460
- },
461
- "errors" : [ {
462
- "shape" : "BadRequestException"
463
- }, {
464
- "shape" : "InternalServerErrorException"
465
- } ]
466
- },
467
- "GetCoreDefinition" : {
468
- "name" : "GetCoreDefinition",
469
- "http" : {
470
- "method" : "GET",
471
- "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}",
472
- "responseCode" : 200
473
- },
474
- "input" : {
475
- "shape" : "GetCoreDefinitionRequest"
476
- },
477
- "output" : {
478
- "shape" : "GetCoreDefinitionResponse"
479
- },
480
- "errors" : [ {
481
- "shape" : "BadRequestException"
482
- } ]
483
- },
484
- "GetCoreDefinitionVersion" : {
485
- "name" : "GetCoreDefinitionVersion",
486
- "http" : {
487
- "method" : "GET",
488
- "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}/versions/{CoreDefinitionVersionId}",
489
- "responseCode" : 200
490
- },
491
- "input" : {
492
- "shape" : "GetCoreDefinitionVersionRequest"
493
- },
494
- "output" : {
495
- "shape" : "GetCoreDefinitionVersionResponse"
496
- },
497
- "errors" : [ {
498
- "shape" : "BadRequestException"
499
- } ]
500
- },
501
- "GetDeploymentStatus" : {
502
- "name" : "GetDeploymentStatus",
503
- "http" : {
504
- "method" : "GET",
505
- "requestUri" : "/greengrass/groups/{GroupId}/deployments/{DeploymentId}/status",
506
- "responseCode" : 200
507
- },
508
- "input" : {
509
- "shape" : "GetDeploymentStatusRequest"
510
- },
511
- "output" : {
512
- "shape" : "GetDeploymentStatusResponse"
513
- },
514
- "errors" : [ {
515
- "shape" : "BadRequestException"
516
- } ]
517
- },
518
- "GetDeviceDefinition" : {
519
- "name" : "GetDeviceDefinition",
520
- "http" : {
521
- "method" : "GET",
522
- "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}",
523
- "responseCode" : 200
524
- },
525
- "input" : {
526
- "shape" : "GetDeviceDefinitionRequest"
527
- },
528
- "output" : {
529
- "shape" : "GetDeviceDefinitionResponse"
530
- },
531
- "errors" : [ {
532
- "shape" : "BadRequestException"
533
- } ]
534
- },
535
- "GetDeviceDefinitionVersion" : {
536
- "name" : "GetDeviceDefinitionVersion",
537
- "http" : {
538
- "method" : "GET",
539
- "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}/versions/{DeviceDefinitionVersionId}",
540
- "responseCode" : 200
541
- },
542
- "input" : {
543
- "shape" : "GetDeviceDefinitionVersionRequest"
544
- },
545
- "output" : {
546
- "shape" : "GetDeviceDefinitionVersionResponse"
547
- },
548
- "errors" : [ {
549
- "shape" : "BadRequestException"
550
- } ]
551
- },
552
- "GetFunctionDefinition" : {
553
- "name" : "GetFunctionDefinition",
554
- "http" : {
555
- "method" : "GET",
556
- "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}",
557
- "responseCode" : 200
558
- },
559
- "input" : {
560
- "shape" : "GetFunctionDefinitionRequest"
561
- },
562
- "output" : {
563
- "shape" : "GetFunctionDefinitionResponse"
564
- },
565
- "errors" : [ {
566
- "shape" : "BadRequestException"
567
- } ]
568
- },
569
- "GetFunctionDefinitionVersion" : {
570
- "name" : "GetFunctionDefinitionVersion",
571
- "http" : {
572
- "method" : "GET",
573
- "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}/versions/{FunctionDefinitionVersionId}",
574
- "responseCode" : 200
575
- },
576
- "input" : {
577
- "shape" : "GetFunctionDefinitionVersionRequest"
578
- },
579
- "output" : {
580
- "shape" : "GetFunctionDefinitionVersionResponse"
581
- },
582
- "errors" : [ {
583
- "shape" : "BadRequestException"
584
- } ]
585
- },
586
- "GetGroup" : {
587
- "name" : "GetGroup",
588
- "http" : {
589
- "method" : "GET",
590
- "requestUri" : "/greengrass/groups/{GroupId}",
591
- "responseCode" : 200
592
- },
593
- "input" : {
594
- "shape" : "GetGroupRequest"
595
- },
596
- "output" : {
597
- "shape" : "GetGroupResponse"
598
- },
599
- "errors" : [ {
600
- "shape" : "BadRequestException"
601
- } ]
602
- },
603
- "GetGroupCertificateAuthority" : {
604
- "name" : "GetGroupCertificateAuthority",
605
- "http" : {
606
- "method" : "GET",
607
- "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities/{CertificateAuthorityId}",
608
- "responseCode" : 200
609
- },
610
- "input" : {
611
- "shape" : "GetGroupCertificateAuthorityRequest"
612
- },
613
- "output" : {
614
- "shape" : "GetGroupCertificateAuthorityResponse"
615
- },
616
- "errors" : [ {
617
- "shape" : "BadRequestException"
618
- }, {
619
- "shape" : "InternalServerErrorException"
620
- } ]
621
- },
622
- "GetGroupCertificateConfiguration" : {
623
- "name" : "GetGroupCertificateConfiguration",
624
- "http" : {
625
- "method" : "GET",
626
- "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry",
627
- "responseCode" : 200
628
- },
629
- "input" : {
630
- "shape" : "GetGroupCertificateConfigurationRequest"
631
- },
632
- "output" : {
633
- "shape" : "GetGroupCertificateConfigurationResponse"
634
- },
635
- "errors" : [ {
636
- "shape" : "BadRequestException"
637
- }, {
638
- "shape" : "InternalServerErrorException"
639
- } ]
640
- },
641
- "GetGroupVersion" : {
642
- "name" : "GetGroupVersion",
643
- "http" : {
644
- "method" : "GET",
645
- "requestUri" : "/greengrass/groups/{GroupId}/versions/{GroupVersionId}",
646
- "responseCode" : 200
647
- },
648
- "input" : {
649
- "shape" : "GetGroupVersionRequest"
650
- },
651
- "output" : {
652
- "shape" : "GetGroupVersionResponse"
653
- },
654
- "errors" : [ {
655
- "shape" : "BadRequestException"
656
- } ]
657
- },
658
- "GetLoggerDefinition" : {
659
- "name" : "GetLoggerDefinition",
660
- "http" : {
661
- "method" : "GET",
662
- "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}",
663
- "responseCode" : 200
664
- },
665
- "input" : {
666
- "shape" : "GetLoggerDefinitionRequest"
667
- },
668
- "output" : {
669
- "shape" : "GetLoggerDefinitionResponse"
670
- },
671
- "errors" : [ {
672
- "shape" : "BadRequestException"
673
- } ]
674
- },
675
- "GetLoggerDefinitionVersion" : {
676
- "name" : "GetLoggerDefinitionVersion",
677
- "http" : {
678
- "method" : "GET",
679
- "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}/versions/{LoggerDefinitionVersionId}",
680
- "responseCode" : 200
681
- },
682
- "input" : {
683
- "shape" : "GetLoggerDefinitionVersionRequest"
684
- },
685
- "output" : {
686
- "shape" : "GetLoggerDefinitionVersionResponse"
687
- },
688
- "errors" : [ {
689
- "shape" : "BadRequestException"
690
- } ]
691
- },
692
- "GetServiceRoleForAccount" : {
693
- "name" : "GetServiceRoleForAccount",
694
- "http" : {
695
- "method" : "GET",
696
- "requestUri" : "/greengrass/servicerole",
697
- "responseCode" : 200
698
- },
699
- "input" : {
700
- "shape" : "GetServiceRoleForAccountRequest"
701
- },
702
- "output" : {
703
- "shape" : "GetServiceRoleForAccountResponse"
704
- },
705
- "errors" : [ {
706
- "shape" : "InternalServerErrorException"
707
- } ]
708
- },
709
- "GetSubscriptionDefinition" : {
710
- "name" : "GetSubscriptionDefinition",
711
- "http" : {
712
- "method" : "GET",
713
- "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}",
714
- "responseCode" : 200
715
- },
716
- "input" : {
717
- "shape" : "GetSubscriptionDefinitionRequest"
718
- },
719
- "output" : {
720
- "shape" : "GetSubscriptionDefinitionResponse"
721
- },
722
- "errors" : [ {
723
- "shape" : "BadRequestException"
724
- } ]
725
- },
726
- "GetSubscriptionDefinitionVersion" : {
727
- "name" : "GetSubscriptionDefinitionVersion",
728
- "http" : {
729
- "method" : "GET",
730
- "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions/{SubscriptionDefinitionVersionId}",
731
- "responseCode" : 200
732
- },
733
- "input" : {
734
- "shape" : "GetSubscriptionDefinitionVersionRequest"
735
- },
736
- "output" : {
737
- "shape" : "GetSubscriptionDefinitionVersionResponse"
738
- },
739
- "errors" : [ {
740
- "shape" : "BadRequestException"
741
- } ]
742
- },
743
- "ListCoreDefinitionVersions" : {
744
- "name" : "ListCoreDefinitionVersions",
745
- "http" : {
746
- "method" : "GET",
747
- "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}/versions",
748
- "responseCode" : 200
749
- },
750
- "input" : {
751
- "shape" : "ListCoreDefinitionVersionsRequest"
752
- },
753
- "output" : {
754
- "shape" : "ListCoreDefinitionVersionsResponse"
755
- },
756
- "errors" : [ {
757
- "shape" : "BadRequestException"
758
- } ]
759
- },
760
- "ListCoreDefinitions" : {
761
- "name" : "ListCoreDefinitions",
762
- "http" : {
763
- "method" : "GET",
764
- "requestUri" : "/greengrass/definition/cores",
765
- "responseCode" : 200
766
- },
767
- "input" : {
768
- "shape" : "ListCoreDefinitionsRequest"
769
- },
770
- "output" : {
771
- "shape" : "ListCoreDefinitionsResponse"
772
- },
773
- "errors" : [ ]
774
- },
775
- "ListDeployments" : {
776
- "name" : "ListDeployments",
777
- "http" : {
778
- "method" : "GET",
779
- "requestUri" : "/greengrass/groups/{GroupId}/deployments",
780
- "responseCode" : 200
781
- },
782
- "input" : {
783
- "shape" : "ListDeploymentsRequest"
784
- },
785
- "output" : {
786
- "shape" : "ListDeploymentsResponse"
787
- },
788
- "errors" : [ {
789
- "shape" : "BadRequestException"
790
- } ]
791
- },
792
- "ListDeviceDefinitionVersions" : {
793
- "name" : "ListDeviceDefinitionVersions",
794
- "http" : {
795
- "method" : "GET",
796
- "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}/versions",
797
- "responseCode" : 200
798
- },
799
- "input" : {
800
- "shape" : "ListDeviceDefinitionVersionsRequest"
801
- },
802
- "output" : {
803
- "shape" : "ListDeviceDefinitionVersionsResponse"
804
- },
805
- "errors" : [ {
806
- "shape" : "BadRequestException"
807
- } ]
808
- },
809
- "ListDeviceDefinitions" : {
810
- "name" : "ListDeviceDefinitions",
811
- "http" : {
812
- "method" : "GET",
813
- "requestUri" : "/greengrass/definition/devices",
814
- "responseCode" : 200
815
- },
816
- "input" : {
817
- "shape" : "ListDeviceDefinitionsRequest"
818
- },
819
- "output" : {
820
- "shape" : "ListDeviceDefinitionsResponse"
821
- },
822
- "errors" : [ ]
823
- },
824
- "ListFunctionDefinitionVersions" : {
825
- "name" : "ListFunctionDefinitionVersions",
826
- "http" : {
827
- "method" : "GET",
828
- "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}/versions",
829
- "responseCode" : 200
830
- },
831
- "input" : {
832
- "shape" : "ListFunctionDefinitionVersionsRequest"
833
- },
834
- "output" : {
835
- "shape" : "ListFunctionDefinitionVersionsResponse"
836
- },
837
- "errors" : [ {
838
- "shape" : "BadRequestException"
839
- } ]
840
- },
841
- "ListFunctionDefinitions" : {
842
- "name" : "ListFunctionDefinitions",
843
- "http" : {
844
- "method" : "GET",
845
- "requestUri" : "/greengrass/definition/functions",
846
- "responseCode" : 200
847
- },
848
- "input" : {
849
- "shape" : "ListFunctionDefinitionsRequest"
850
- },
851
- "output" : {
852
- "shape" : "ListFunctionDefinitionsResponse"
853
- },
854
- "errors" : [ ]
855
- },
856
- "ListGroupCertificateAuthorities" : {
857
- "name" : "ListGroupCertificateAuthorities",
858
- "http" : {
859
- "method" : "GET",
860
- "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities",
861
- "responseCode" : 200
862
- },
863
- "input" : {
864
- "shape" : "ListGroupCertificateAuthoritiesRequest"
865
- },
866
- "output" : {
867
- "shape" : "ListGroupCertificateAuthoritiesResponse"
868
- },
869
- "errors" : [ {
870
- "shape" : "BadRequestException"
871
- }, {
872
- "shape" : "InternalServerErrorException"
873
- } ]
874
- },
875
- "ListGroupVersions" : {
876
- "name" : "ListGroupVersions",
877
- "http" : {
878
- "method" : "GET",
879
- "requestUri" : "/greengrass/groups/{GroupId}/versions",
880
- "responseCode" : 200
881
- },
882
- "input" : {
883
- "shape" : "ListGroupVersionsRequest"
884
- },
885
- "output" : {
886
- "shape" : "ListGroupVersionsResponse"
887
- },
888
- "errors" : [ {
889
- "shape" : "BadRequestException"
890
- } ]
891
- },
892
- "ListGroups" : {
893
- "name" : "ListGroups",
894
- "http" : {
895
- "method" : "GET",
896
- "requestUri" : "/greengrass/groups",
897
- "responseCode" : 200
898
- },
899
- "input" : {
900
- "shape" : "ListGroupsRequest"
901
- },
902
- "output" : {
903
- "shape" : "ListGroupsResponse"
904
- },
905
- "errors" : [ ]
906
- },
907
- "ListLoggerDefinitionVersions" : {
908
- "name" : "ListLoggerDefinitionVersions",
909
- "http" : {
910
- "method" : "GET",
911
- "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}/versions",
912
- "responseCode" : 200
913
- },
914
- "input" : {
915
- "shape" : "ListLoggerDefinitionVersionsRequest"
916
- },
917
- "output" : {
918
- "shape" : "ListLoggerDefinitionVersionsResponse"
919
- },
920
- "errors" : [ {
921
- "shape" : "BadRequestException"
922
- } ]
923
- },
924
- "ListLoggerDefinitions" : {
925
- "name" : "ListLoggerDefinitions",
926
- "http" : {
927
- "method" : "GET",
928
- "requestUri" : "/greengrass/definition/loggers",
929
- "responseCode" : 200
930
- },
931
- "input" : {
932
- "shape" : "ListLoggerDefinitionsRequest"
933
- },
934
- "output" : {
935
- "shape" : "ListLoggerDefinitionsResponse"
936
- },
937
- "errors" : [ ]
938
- },
939
- "ListSubscriptionDefinitionVersions" : {
940
- "name" : "ListSubscriptionDefinitionVersions",
941
- "http" : {
942
- "method" : "GET",
943
- "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}/versions",
944
- "responseCode" : 200
945
- },
946
- "input" : {
947
- "shape" : "ListSubscriptionDefinitionVersionsRequest"
948
- },
949
- "output" : {
950
- "shape" : "ListSubscriptionDefinitionVersionsResponse"
951
- },
952
- "errors" : [ {
953
- "shape" : "BadRequestException"
954
- } ]
955
- },
956
- "ListSubscriptionDefinitions" : {
957
- "name" : "ListSubscriptionDefinitions",
958
- "http" : {
959
- "method" : "GET",
960
- "requestUri" : "/greengrass/definition/subscriptions",
961
- "responseCode" : 200
962
- },
963
- "input" : {
964
- "shape" : "ListSubscriptionDefinitionsRequest"
965
- },
966
- "output" : {
967
- "shape" : "ListSubscriptionDefinitionsResponse"
968
- },
969
- "errors" : [ ]
970
- },
971
- "UpdateConnectivityInfo" : {
972
- "name" : "UpdateConnectivityInfo",
973
- "http" : {
974
- "method" : "PUT",
975
- "requestUri" : "/greengrass/things/{ThingName}/connectivityInfo",
976
- "responseCode" : 200
977
- },
978
- "input" : {
979
- "shape" : "UpdateConnectivityInfoRequest"
980
- },
981
- "output" : {
982
- "shape" : "UpdateConnectivityInfoResponse"
983
- },
984
- "errors" : [ {
985
- "shape" : "BadRequestException"
986
- }, {
987
- "shape" : "InternalServerErrorException"
988
- } ]
989
- },
990
- "UpdateCoreDefinition" : {
991
- "name" : "UpdateCoreDefinition",
992
- "http" : {
993
- "method" : "PUT",
994
- "requestUri" : "/greengrass/definition/cores/{CoreDefinitionId}",
995
- "responseCode" : 200
996
- },
997
- "input" : {
998
- "shape" : "UpdateCoreDefinitionRequest"
999
- },
1000
- "output" : {
1001
- "shape" : "UpdateCoreDefinitionResponse"
1002
- },
1003
- "errors" : [ {
1004
- "shape" : "BadRequestException"
1005
- } ]
1006
- },
1007
- "UpdateDeviceDefinition" : {
1008
- "name" : "UpdateDeviceDefinition",
1009
- "http" : {
1010
- "method" : "PUT",
1011
- "requestUri" : "/greengrass/definition/devices/{DeviceDefinitionId}",
1012
- "responseCode" : 200
1013
- },
1014
- "input" : {
1015
- "shape" : "UpdateDeviceDefinitionRequest"
1016
- },
1017
- "output" : {
1018
- "shape" : "UpdateDeviceDefinitionResponse"
1019
- },
1020
- "errors" : [ {
1021
- "shape" : "BadRequestException"
1022
- } ]
1023
- },
1024
- "UpdateFunctionDefinition" : {
1025
- "name" : "UpdateFunctionDefinition",
1026
- "http" : {
1027
- "method" : "PUT",
1028
- "requestUri" : "/greengrass/definition/functions/{FunctionDefinitionId}",
1029
- "responseCode" : 200
1030
- },
1031
- "input" : {
1032
- "shape" : "UpdateFunctionDefinitionRequest"
1033
- },
1034
- "output" : {
1035
- "shape" : "UpdateFunctionDefinitionResponse"
1036
- },
1037
- "errors" : [ {
1038
- "shape" : "BadRequestException"
1039
- } ]
1040
- },
1041
- "UpdateGroup" : {
1042
- "name" : "UpdateGroup",
1043
- "http" : {
1044
- "method" : "PUT",
1045
- "requestUri" : "/greengrass/groups/{GroupId}",
1046
- "responseCode" : 200
1047
- },
1048
- "input" : {
1049
- "shape" : "UpdateGroupRequest"
1050
- },
1051
- "output" : {
1052
- "shape" : "UpdateGroupResponse"
1053
- },
1054
- "errors" : [ {
1055
- "shape" : "BadRequestException"
1056
- } ]
1057
- },
1058
- "UpdateGroupCertificateConfiguration" : {
1059
- "name" : "UpdateGroupCertificateConfiguration",
1060
- "http" : {
1061
- "method" : "PUT",
1062
- "requestUri" : "/greengrass/groups/{GroupId}/certificateauthorities/configuration/expiry",
1063
- "responseCode" : 200
1064
- },
1065
- "input" : {
1066
- "shape" : "UpdateGroupCertificateConfigurationRequest"
1067
- },
1068
- "output" : {
1069
- "shape" : "UpdateGroupCertificateConfigurationResponse"
1070
- },
1071
- "errors" : [ {
1072
- "shape" : "BadRequestException"
1073
- }, {
1074
- "shape" : "InternalServerErrorException"
1075
- } ]
1076
- },
1077
- "UpdateLoggerDefinition" : {
1078
- "name" : "UpdateLoggerDefinition",
1079
- "http" : {
1080
- "method" : "PUT",
1081
- "requestUri" : "/greengrass/definition/loggers/{LoggerDefinitionId}",
1082
- "responseCode" : 200
1083
- },
1084
- "input" : {
1085
- "shape" : "UpdateLoggerDefinitionRequest"
1086
- },
1087
- "output" : {
1088
- "shape" : "UpdateLoggerDefinitionResponse"
1089
- },
1090
- "errors" : [ {
1091
- "shape" : "BadRequestException"
1092
- } ]
1093
- },
1094
- "UpdateSubscriptionDefinition" : {
1095
- "name" : "UpdateSubscriptionDefinition",
1096
- "http" : {
1097
- "method" : "PUT",
1098
- "requestUri" : "/greengrass/definition/subscriptions/{SubscriptionDefinitionId}",
1099
- "responseCode" : 200
1100
- },
1101
- "input" : {
1102
- "shape" : "UpdateSubscriptionDefinitionRequest"
1103
- },
1104
- "output" : {
1105
- "shape" : "UpdateSubscriptionDefinitionResponse"
1106
- },
1107
- "errors" : [ {
1108
- "shape" : "BadRequestException"
1109
- } ]
1110
- }
1111
- },
1112
- "shapes" : {
1113
- "AssociateRoleToGroupRequest" : {
1114
- "type" : "structure",
1115
- "members" : {
1116
- "GroupId" : {
1117
- "shape" : "__string",
1118
- "location" : "uri",
1119
- "locationName" : "GroupId"
1120
- },
1121
- "RoleArn" : {
1122
- "shape" : "__string"
1123
- }
1124
- },
1125
- "required" : [ "GroupId" ]
1126
- },
1127
- "AssociateRoleToGroupResponse" : {
1128
- "type" : "structure",
1129
- "members" : {
1130
- "AssociatedAt" : {
1131
- "shape" : "__string"
1132
- }
1133
- }
1134
- },
1135
- "AssociateServiceRoleToAccountRequest" : {
1136
- "type" : "structure",
1137
- "members" : {
1138
- "RoleArn" : {
1139
- "shape" : "__string"
1140
- }
1141
- }
1142
- },
1143
- "AssociateServiceRoleToAccountResponse" : {
1144
- "type" : "structure",
1145
- "members" : {
1146
- "AssociatedAt" : {
1147
- "shape" : "__string"
1148
- }
1149
- }
1150
- },
1151
- "BadRequestException" : {
1152
- "type" : "structure",
1153
- "members" : {
1154
- "ErrorDetails" : {
1155
- "shape" : "ErrorDetails"
1156
- },
1157
- "Message" : {
1158
- "shape" : "__string"
1159
- }
1160
- },
1161
- "exception" : true,
1162
- "error" : {
1163
- "httpStatusCode" : 400
1164
- }
1165
- },
1166
- "ConnectivityInfo" : {
1167
- "type" : "structure",
1168
- "members" : {
1169
- "HostAddress" : {
1170
- "shape" : "__string"
1171
- },
1172
- "Id" : {
1173
- "shape" : "__string"
1174
- },
1175
- "Metadata" : {
1176
- "shape" : "__string"
1177
- },
1178
- "PortNumber" : {
1179
- "shape" : "__integer"
1180
- }
1181
- }
1182
- },
1183
- "Core" : {
1184
- "type" : "structure",
1185
- "members" : {
1186
- "CertificateArn" : {
1187
- "shape" : "__string"
1188
- },
1189
- "Id" : {
1190
- "shape" : "__string"
1191
- },
1192
- "SyncShadow" : {
1193
- "shape" : "__boolean"
1194
- },
1195
- "ThingArn" : {
1196
- "shape" : "__string"
1197
- }
1198
- }
1199
- },
1200
- "CoreDefinitionVersion" : {
1201
- "type" : "structure",
1202
- "members" : {
1203
- "Cores" : {
1204
- "shape" : "ListOfCore"
1205
- }
1206
- }
1207
- },
1208
- "CreateCoreDefinitionRequest" : {
1209
- "type" : "structure",
1210
- "members" : {
1211
- "AmznClientToken" : {
1212
- "shape" : "__string",
1213
- "location" : "header",
1214
- "locationName" : "X-Amzn-Client-Token"
1215
- },
1216
- "InitialVersion" : {
1217
- "shape" : "CoreDefinitionVersion"
1218
- },
1219
- "Name" : {
1220
- "shape" : "__string"
1221
- }
1222
- }
1223
- },
1224
- "CreateCoreDefinitionResponse" : {
1225
- "type" : "structure",
1226
- "members" : {
1227
- "Arn" : {
1228
- "shape" : "__string"
1229
- },
1230
- "CreationTimestamp" : {
1231
- "shape" : "__string"
1232
- },
1233
- "Id" : {
1234
- "shape" : "__string"
1235
- },
1236
- "LastUpdatedTimestamp" : {
1237
- "shape" : "__string"
1238
- },
1239
- "LatestVersion" : {
1240
- "shape" : "__string"
1241
- },
1242
- "LatestVersionArn" : {
1243
- "shape" : "__string"
1244
- },
1245
- "Name" : {
1246
- "shape" : "__string"
1247
- }
1248
- }
1249
- },
1250
- "CreateCoreDefinitionVersionRequest" : {
1251
- "type" : "structure",
1252
- "members" : {
1253
- "AmznClientToken" : {
1254
- "shape" : "__string",
1255
- "location" : "header",
1256
- "locationName" : "X-Amzn-Client-Token"
1257
- },
1258
- "CoreDefinitionId" : {
1259
- "shape" : "__string",
1260
- "location" : "uri",
1261
- "locationName" : "CoreDefinitionId"
1262
- },
1263
- "Cores" : {
1264
- "shape" : "ListOfCore"
1265
- }
1266
- },
1267
- "required" : [ "CoreDefinitionId" ]
1268
- },
1269
- "CreateCoreDefinitionVersionResponse" : {
1270
- "type" : "structure",
1271
- "members" : {
1272
- "Arn" : {
1273
- "shape" : "__string"
1274
- },
1275
- "CreationTimestamp" : {
1276
- "shape" : "__string"
1277
- },
1278
- "Id" : {
1279
- "shape" : "__string"
1280
- },
1281
- "Version" : {
1282
- "shape" : "__string"
1283
- }
1284
- }
1285
- },
1286
- "CreateDeploymentRequest" : {
1287
- "type" : "structure",
1288
- "members" : {
1289
- "AmznClientToken" : {
1290
- "shape" : "__string",
1291
- "location" : "header",
1292
- "locationName" : "X-Amzn-Client-Token"
1293
- },
1294
- "DeploymentId" : {
1295
- "shape" : "__string"
1296
- },
1297
- "DeploymentType" : {
1298
- "shape" : "DeploymentType"
1299
- },
1300
- "GroupId" : {
1301
- "shape" : "__string",
1302
- "location" : "uri",
1303
- "locationName" : "GroupId"
1304
- },
1305
- "GroupVersionId" : {
1306
- "shape" : "__string"
1307
- }
1308
- },
1309
- "required" : [ "GroupId" ]
1310
- },
1311
- "CreateDeploymentResponse" : {
1312
- "type" : "structure",
1313
- "members" : {
1314
- "DeploymentArn" : {
1315
- "shape" : "__string"
1316
- },
1317
- "DeploymentId" : {
1318
- "shape" : "__string"
1319
- }
1320
- }
1321
- },
1322
- "CreateDeviceDefinitionRequest" : {
1323
- "type" : "structure",
1324
- "members" : {
1325
- "AmznClientToken" : {
1326
- "shape" : "__string",
1327
- "location" : "header",
1328
- "locationName" : "X-Amzn-Client-Token"
1329
- },
1330
- "InitialVersion" : {
1331
- "shape" : "DeviceDefinitionVersion"
1332
- },
1333
- "Name" : {
1334
- "shape" : "__string"
1335
- }
1336
- }
1337
- },
1338
- "CreateDeviceDefinitionResponse" : {
1339
- "type" : "structure",
1340
- "members" : {
1341
- "Arn" : {
1342
- "shape" : "__string"
1343
- },
1344
- "CreationTimestamp" : {
1345
- "shape" : "__string"
1346
- },
1347
- "Id" : {
1348
- "shape" : "__string"
1349
- },
1350
- "LastUpdatedTimestamp" : {
1351
- "shape" : "__string"
1352
- },
1353
- "LatestVersion" : {
1354
- "shape" : "__string"
1355
- },
1356
- "LatestVersionArn" : {
1357
- "shape" : "__string"
1358
- },
1359
- "Name" : {
1360
- "shape" : "__string"
1361
- }
1362
- }
1363
- },
1364
- "CreateDeviceDefinitionVersionRequest" : {
1365
- "type" : "structure",
1366
- "members" : {
1367
- "AmznClientToken" : {
1368
- "shape" : "__string",
1369
- "location" : "header",
1370
- "locationName" : "X-Amzn-Client-Token"
1371
- },
1372
- "DeviceDefinitionId" : {
1373
- "shape" : "__string",
1374
- "location" : "uri",
1375
- "locationName" : "DeviceDefinitionId"
1376
- },
1377
- "Devices" : {
1378
- "shape" : "ListOfDevice"
1379
- }
1380
- },
1381
- "required" : [ "DeviceDefinitionId" ]
1382
- },
1383
- "CreateDeviceDefinitionVersionResponse" : {
1384
- "type" : "structure",
1385
- "members" : {
1386
- "Arn" : {
1387
- "shape" : "__string"
1388
- },
1389
- "CreationTimestamp" : {
1390
- "shape" : "__string"
1391
- },
1392
- "Id" : {
1393
- "shape" : "__string"
1394
- },
1395
- "Version" : {
1396
- "shape" : "__string"
1397
- }
1398
- }
1399
- },
1400
- "CreateFunctionDefinitionRequest" : {
1401
- "type" : "structure",
1402
- "members" : {
1403
- "AmznClientToken" : {
1404
- "shape" : "__string",
1405
- "location" : "header",
1406
- "locationName" : "X-Amzn-Client-Token"
1407
- },
1408
- "InitialVersion" : {
1409
- "shape" : "FunctionDefinitionVersion"
1410
- },
1411
- "Name" : {
1412
- "shape" : "__string"
1413
- }
1414
- }
1415
- },
1416
- "CreateFunctionDefinitionResponse" : {
1417
- "type" : "structure",
1418
- "members" : {
1419
- "Arn" : {
1420
- "shape" : "__string"
1421
- },
1422
- "CreationTimestamp" : {
1423
- "shape" : "__string"
1424
- },
1425
- "Id" : {
1426
- "shape" : "__string"
1427
- },
1428
- "LastUpdatedTimestamp" : {
1429
- "shape" : "__string"
1430
- },
1431
- "LatestVersion" : {
1432
- "shape" : "__string"
1433
- },
1434
- "LatestVersionArn" : {
1435
- "shape" : "__string"
1436
- },
1437
- "Name" : {
1438
- "shape" : "__string"
1439
- }
1440
- }
1441
- },
1442
- "CreateFunctionDefinitionVersionRequest" : {
1443
- "type" : "structure",
1444
- "members" : {
1445
- "AmznClientToken" : {
1446
- "shape" : "__string",
1447
- "location" : "header",
1448
- "locationName" : "X-Amzn-Client-Token"
1449
- },
1450
- "FunctionDefinitionId" : {
1451
- "shape" : "__string",
1452
- "location" : "uri",
1453
- "locationName" : "FunctionDefinitionId"
1454
- },
1455
- "Functions" : {
1456
- "shape" : "ListOfFunction"
1457
- }
1458
- },
1459
- "required" : [ "FunctionDefinitionId" ]
1460
- },
1461
- "CreateFunctionDefinitionVersionResponse" : {
1462
- "type" : "structure",
1463
- "members" : {
1464
- "Arn" : {
1465
- "shape" : "__string"
1466
- },
1467
- "CreationTimestamp" : {
1468
- "shape" : "__string"
1469
- },
1470
- "Id" : {
1471
- "shape" : "__string"
1472
- },
1473
- "Version" : {
1474
- "shape" : "__string"
1475
- }
1476
- }
1477
- },
1478
- "CreateGroupCertificateAuthorityRequest" : {
1479
- "type" : "structure",
1480
- "members" : {
1481
- "AmznClientToken" : {
1482
- "shape" : "__string",
1483
- "location" : "header",
1484
- "locationName" : "X-Amzn-Client-Token"
1485
- },
1486
- "GroupId" : {
1487
- "shape" : "__string",
1488
- "location" : "uri",
1489
- "locationName" : "GroupId"
1490
- }
1491
- },
1492
- "required" : [ "GroupId" ]
1493
- },
1494
- "CreateGroupCertificateAuthorityResponse" : {
1495
- "type" : "structure",
1496
- "members" : {
1497
- "GroupCertificateAuthorityArn" : {
1498
- "shape" : "__string"
1499
- }
1500
- }
1501
- },
1502
- "CreateGroupRequest" : {
1503
- "type" : "structure",
1504
- "members" : {
1505
- "AmznClientToken" : {
1506
- "shape" : "__string",
1507
- "location" : "header",
1508
- "locationName" : "X-Amzn-Client-Token"
1509
- },
1510
- "InitialVersion" : {
1511
- "shape" : "GroupVersion"
1512
- },
1513
- "Name" : {
1514
- "shape" : "__string"
1515
- }
1516
- }
1517
- },
1518
- "CreateGroupResponse" : {
1519
- "type" : "structure",
1520
- "members" : {
1521
- "Arn" : {
1522
- "shape" : "__string"
1523
- },
1524
- "CreationTimestamp" : {
1525
- "shape" : "__string"
1526
- },
1527
- "Id" : {
1528
- "shape" : "__string"
1529
- },
1530
- "LastUpdatedTimestamp" : {
1531
- "shape" : "__string"
1532
- },
1533
- "LatestVersion" : {
1534
- "shape" : "__string"
1535
- },
1536
- "LatestVersionArn" : {
1537
- "shape" : "__string"
1538
- },
1539
- "Name" : {
1540
- "shape" : "__string"
1541
- }
1542
- }
1543
- },
1544
- "CreateGroupVersionRequest" : {
1545
- "type" : "structure",
1546
- "members" : {
1547
- "AmznClientToken" : {
1548
- "shape" : "__string",
1549
- "location" : "header",
1550
- "locationName" : "X-Amzn-Client-Token"
1551
- },
1552
- "CoreDefinitionVersionArn" : {
1553
- "shape" : "__string"
1554
- },
1555
- "DeviceDefinitionVersionArn" : {
1556
- "shape" : "__string"
1557
- },
1558
- "FunctionDefinitionVersionArn" : {
1559
- "shape" : "__string"
1560
- },
1561
- "GroupId" : {
1562
- "shape" : "__string",
1563
- "location" : "uri",
1564
- "locationName" : "GroupId"
1565
- },
1566
- "LoggerDefinitionVersionArn" : {
1567
- "shape" : "__string"
1568
- },
1569
- "SubscriptionDefinitionVersionArn" : {
1570
- "shape" : "__string"
1571
- }
1572
- },
1573
- "required" : [ "GroupId" ]
1574
- },
1575
- "CreateGroupVersionResponse" : {
1576
- "type" : "structure",
1577
- "members" : {
1578
- "Arn" : {
1579
- "shape" : "__string"
1580
- },
1581
- "CreationTimestamp" : {
1582
- "shape" : "__string"
1583
- },
1584
- "Id" : {
1585
- "shape" : "__string"
1586
- },
1587
- "Version" : {
1588
- "shape" : "__string"
1589
- }
1590
- }
1591
- },
1592
- "CreateLoggerDefinitionRequest" : {
1593
- "type" : "structure",
1594
- "members" : {
1595
- "AmznClientToken" : {
1596
- "shape" : "__string",
1597
- "location" : "header",
1598
- "locationName" : "X-Amzn-Client-Token"
1599
- },
1600
- "InitialVersion" : {
1601
- "shape" : "LoggerDefinitionVersion"
1602
- },
1603
- "Name" : {
1604
- "shape" : "__string"
1605
- }
1606
- }
1607
- },
1608
- "CreateLoggerDefinitionResponse" : {
1609
- "type" : "structure",
1610
- "members" : {
1611
- "Arn" : {
1612
- "shape" : "__string"
1613
- },
1614
- "CreationTimestamp" : {
1615
- "shape" : "__string"
1616
- },
1617
- "Id" : {
1618
- "shape" : "__string"
1619
- },
1620
- "LastUpdatedTimestamp" : {
1621
- "shape" : "__string"
1622
- },
1623
- "LatestVersion" : {
1624
- "shape" : "__string"
1625
- },
1626
- "LatestVersionArn" : {
1627
- "shape" : "__string"
1628
- },
1629
- "Name" : {
1630
- "shape" : "__string"
1631
- }
1632
- }
1633
- },
1634
- "CreateLoggerDefinitionVersionRequest" : {
1635
- "type" : "structure",
1636
- "members" : {
1637
- "AmznClientToken" : {
1638
- "shape" : "__string",
1639
- "location" : "header",
1640
- "locationName" : "X-Amzn-Client-Token"
1641
- },
1642
- "LoggerDefinitionId" : {
1643
- "shape" : "__string",
1644
- "location" : "uri",
1645
- "locationName" : "LoggerDefinitionId"
1646
- },
1647
- "Loggers" : {
1648
- "shape" : "ListOfLogger"
1649
- }
1650
- },
1651
- "required" : [ "LoggerDefinitionId" ]
1652
- },
1653
- "CreateLoggerDefinitionVersionResponse" : {
1654
- "type" : "structure",
1655
- "members" : {
1656
- "Arn" : {
1657
- "shape" : "__string"
1658
- },
1659
- "CreationTimestamp" : {
1660
- "shape" : "__string"
1661
- },
1662
- "Id" : {
1663
- "shape" : "__string"
1664
- },
1665
- "Version" : {
1666
- "shape" : "__string"
1667
- }
1668
- }
1669
- },
1670
- "CreateSubscriptionDefinitionRequest" : {
1671
- "type" : "structure",
1672
- "members" : {
1673
- "AmznClientToken" : {
1674
- "shape" : "__string",
1675
- "location" : "header",
1676
- "locationName" : "X-Amzn-Client-Token"
1677
- },
1678
- "InitialVersion" : {
1679
- "shape" : "SubscriptionDefinitionVersion"
1680
- },
1681
- "Name" : {
1682
- "shape" : "__string"
1683
- }
1684
- }
1685
- },
1686
- "CreateSubscriptionDefinitionResponse" : {
1687
- "type" : "structure",
1688
- "members" : {
1689
- "Arn" : {
1690
- "shape" : "__string"
1691
- },
1692
- "CreationTimestamp" : {
1693
- "shape" : "__string"
1694
- },
1695
- "Id" : {
1696
- "shape" : "__string"
1697
- },
1698
- "LastUpdatedTimestamp" : {
1699
- "shape" : "__string"
1700
- },
1701
- "LatestVersion" : {
1702
- "shape" : "__string"
1703
- },
1704
- "LatestVersionArn" : {
1705
- "shape" : "__string"
1706
- },
1707
- "Name" : {
1708
- "shape" : "__string"
1709
- }
1710
- }
1711
- },
1712
- "CreateSubscriptionDefinitionVersionRequest" : {
1713
- "type" : "structure",
1714
- "members" : {
1715
- "AmznClientToken" : {
1716
- "shape" : "__string",
1717
- "location" : "header",
1718
- "locationName" : "X-Amzn-Client-Token"
1719
- },
1720
- "SubscriptionDefinitionId" : {
1721
- "shape" : "__string",
1722
- "location" : "uri",
1723
- "locationName" : "SubscriptionDefinitionId"
1724
- },
1725
- "Subscriptions" : {
1726
- "shape" : "ListOfSubscription"
1727
- }
1728
- },
1729
- "required" : [ "SubscriptionDefinitionId" ]
1730
- },
1731
- "CreateSubscriptionDefinitionVersionResponse" : {
1732
- "type" : "structure",
1733
- "members" : {
1734
- "Arn" : {
1735
- "shape" : "__string"
1736
- },
1737
- "CreationTimestamp" : {
1738
- "shape" : "__string"
1739
- },
1740
- "Id" : {
1741
- "shape" : "__string"
1742
- },
1743
- "Version" : {
1744
- "shape" : "__string"
1745
- }
1746
- }
1747
- },
1748
- "DefinitionInformation" : {
1749
- "type" : "structure",
1750
- "members" : {
1751
- "Arn" : {
1752
- "shape" : "__string"
1753
- },
1754
- "CreationTimestamp" : {
1755
- "shape" : "__string"
1756
- },
1757
- "Id" : {
1758
- "shape" : "__string"
1759
- },
1760
- "LastUpdatedTimestamp" : {
1761
- "shape" : "__string"
1762
- },
1763
- "LatestVersion" : {
1764
- "shape" : "__string"
1765
- },
1766
- "LatestVersionArn" : {
1767
- "shape" : "__string"
1768
- },
1769
- "Name" : {
1770
- "shape" : "__string"
1771
- }
1772
- }
1773
- },
1774
- "DeleteCoreDefinitionRequest" : {
1775
- "type" : "structure",
1776
- "members" : {
1777
- "CoreDefinitionId" : {
1778
- "shape" : "__string",
1779
- "location" : "uri",
1780
- "locationName" : "CoreDefinitionId"
1781
- }
1782
- },
1783
- "required" : [ "CoreDefinitionId" ]
1784
- },
1785
- "DeleteCoreDefinitionResponse" : {
1786
- "type" : "structure",
1787
- "members" : { }
1788
- },
1789
- "DeleteDeviceDefinitionRequest" : {
1790
- "type" : "structure",
1791
- "members" : {
1792
- "DeviceDefinitionId" : {
1793
- "shape" : "__string",
1794
- "location" : "uri",
1795
- "locationName" : "DeviceDefinitionId"
1796
- }
1797
- },
1798
- "required" : [ "DeviceDefinitionId" ]
1799
- },
1800
- "DeleteDeviceDefinitionResponse" : {
1801
- "type" : "structure",
1802
- "members" : { }
1803
- },
1804
- "DeleteFunctionDefinitionRequest" : {
1805
- "type" : "structure",
1806
- "members" : {
1807
- "FunctionDefinitionId" : {
1808
- "shape" : "__string",
1809
- "location" : "uri",
1810
- "locationName" : "FunctionDefinitionId"
1811
- }
1812
- },
1813
- "required" : [ "FunctionDefinitionId" ]
1814
- },
1815
- "DeleteFunctionDefinitionResponse" : {
1816
- "type" : "structure",
1817
- "members" : { }
1818
- },
1819
- "DeleteGroupRequest" : {
1820
- "type" : "structure",
1821
- "members" : {
1822
- "GroupId" : {
1823
- "shape" : "__string",
1824
- "location" : "uri",
1825
- "locationName" : "GroupId"
1826
- }
1827
- },
1828
- "required" : [ "GroupId" ]
1829
- },
1830
- "DeleteGroupResponse" : {
1831
- "type" : "structure",
1832
- "members" : { }
1833
- },
1834
- "DeleteLoggerDefinitionRequest" : {
1835
- "type" : "structure",
1836
- "members" : {
1837
- "LoggerDefinitionId" : {
1838
- "shape" : "__string",
1839
- "location" : "uri",
1840
- "locationName" : "LoggerDefinitionId"
1841
- }
1842
- },
1843
- "required" : [ "LoggerDefinitionId" ]
1844
- },
1845
- "DeleteLoggerDefinitionResponse" : {
1846
- "type" : "structure",
1847
- "members" : { }
1848
- },
1849
- "DeleteSubscriptionDefinitionRequest" : {
1850
- "type" : "structure",
1851
- "members" : {
1852
- "SubscriptionDefinitionId" : {
1853
- "shape" : "__string",
1854
- "location" : "uri",
1855
- "locationName" : "SubscriptionDefinitionId"
1856
- }
1857
- },
1858
- "required" : [ "SubscriptionDefinitionId" ]
1859
- },
1860
- "DeleteSubscriptionDefinitionResponse" : {
1861
- "type" : "structure",
1862
- "members" : { }
1863
- },
1864
- "Deployment" : {
1865
- "type" : "structure",
1866
- "members" : {
1867
- "CreatedAt" : {
1868
- "shape" : "__string"
1869
- },
1870
- "DeploymentArn" : {
1871
- "shape" : "__string"
1872
- },
1873
- "DeploymentId" : {
1874
- "shape" : "__string"
1875
- },
1876
- "GroupArn" : {
1877
- "shape" : "__string"
1878
- }
1879
- }
1880
- },
1881
- "DeploymentType" : {
1882
- "type" : "string",
1883
- "enum" : [ "NewDeployment", "Redeployment" ]
1884
- },
1885
- "Deployments" : {
1886
- "type" : "list",
1887
- "member" : {
1888
- "shape" : "Deployment"
1889
- }
1890
- },
1891
- "Device" : {
1892
- "type" : "structure",
1893
- "members" : {
1894
- "CertificateArn" : {
1895
- "shape" : "__string"
1896
- },
1897
- "Id" : {
1898
- "shape" : "__string"
1899
- },
1900
- "SyncShadow" : {
1901
- "shape" : "__boolean"
1902
- },
1903
- "ThingArn" : {
1904
- "shape" : "__string"
1905
- }
1906
- }
1907
- },
1908
- "DeviceDefinitionVersion" : {
1909
- "type" : "structure",
1910
- "members" : {
1911
- "Devices" : {
1912
- "shape" : "ListOfDevice"
1913
- }
1914
- }
1915
- },
1916
- "DisassociateRoleFromGroupRequest" : {
1917
- "type" : "structure",
1918
- "members" : {
1919
- "GroupId" : {
1920
- "shape" : "__string",
1921
- "location" : "uri",
1922
- "locationName" : "GroupId"
1923
- }
1924
- },
1925
- "required" : [ "GroupId" ]
1926
- },
1927
- "DisassociateRoleFromGroupResponse" : {
1928
- "type" : "structure",
1929
- "members" : {
1930
- "DisassociatedAt" : {
1931
- "shape" : "__string"
1932
- }
1933
- }
1934
- },
1935
- "DisassociateServiceRoleFromAccountRequest" : {
1936
- "type" : "structure",
1937
- "members" : { }
1938
- },
1939
- "DisassociateServiceRoleFromAccountResponse" : {
1940
- "type" : "structure",
1941
- "members" : {
1942
- "DisassociatedAt" : {
1943
- "shape" : "__string"
1944
- }
1945
- }
1946
- },
1947
- "Empty" : {
1948
- "type" : "structure",
1949
- "members" : { }
1950
- },
1951
- "ErrorDetail" : {
1952
- "type" : "structure",
1953
- "members" : {
1954
- "DetailedErrorCode" : {
1955
- "shape" : "__string"
1956
- },
1957
- "DetailedErrorMessage" : {
1958
- "shape" : "__string"
1959
- }
1960
- }
1961
- },
1962
- "ErrorDetails" : {
1963
- "type" : "list",
1964
- "member" : {
1965
- "shape" : "ErrorDetail"
1966
- }
1967
- },
1968
- "Function" : {
1969
- "type" : "structure",
1970
- "members" : {
1971
- "FunctionArn" : {
1972
- "shape" : "__string"
1973
- },
1974
- "FunctionConfiguration" : {
1975
- "shape" : "FunctionConfiguration"
1976
- },
1977
- "Id" : {
1978
- "shape" : "__string"
1979
- }
1980
- }
1981
- },
1982
- "FunctionConfiguration" : {
1983
- "type" : "structure",
1984
- "members" : {
1985
- "Environment" : {
1986
- "shape" : "FunctionConfigurationEnvironment"
1987
- },
1988
- "ExecArgs" : {
1989
- "shape" : "__string"
1990
- },
1991
- "Executable" : {
1992
- "shape" : "__string"
1993
- },
1994
- "MemorySize" : {
1995
- "shape" : "__integer"
1996
- },
1997
- "Pinned" : {
1998
- "shape" : "__boolean"
1999
- },
2000
- "Timeout" : {
2001
- "shape" : "__integer"
2002
- }
2003
- }
2004
- },
2005
- "FunctionConfigurationEnvironment" : {
2006
- "type" : "structure",
2007
- "members" : {
2008
- "Variables" : {
2009
- "shape" : "MapOf__string"
2010
- }
2011
- }
2012
- },
2013
- "FunctionDefinitionVersion" : {
2014
- "type" : "structure",
2015
- "members" : {
2016
- "Functions" : {
2017
- "shape" : "ListOfFunction"
2018
- }
2019
- }
2020
- },
2021
- "GeneralError" : {
2022
- "type" : "structure",
2023
- "members" : {
2024
- "ErrorDetails" : {
2025
- "shape" : "ErrorDetails"
2026
- },
2027
- "Message" : {
2028
- "shape" : "__string"
2029
- }
2030
- }
2031
- },
2032
- "GetAssociatedRoleRequest" : {
2033
- "type" : "structure",
2034
- "members" : {
2035
- "GroupId" : {
2036
- "shape" : "__string",
2037
- "location" : "uri",
2038
- "locationName" : "GroupId"
2039
- }
2040
- },
2041
- "required" : [ "GroupId" ]
2042
- },
2043
- "GetAssociatedRoleResponse" : {
2044
- "type" : "structure",
2045
- "members" : {
2046
- "AssociatedAt" : {
2047
- "shape" : "__string"
2048
- },
2049
- "RoleArn" : {
2050
- "shape" : "__string"
2051
- }
2052
- }
2053
- },
2054
- "GetConnectivityInfoRequest" : {
2055
- "type" : "structure",
2056
- "members" : {
2057
- "ThingName" : {
2058
- "shape" : "__string",
2059
- "location" : "uri",
2060
- "locationName" : "ThingName"
2061
- }
2062
- },
2063
- "required" : [ "ThingName" ]
2064
- },
2065
- "GetConnectivityInfoResponse" : {
2066
- "type" : "structure",
2067
- "members" : {
2068
- "ConnectivityInfo" : {
2069
- "shape" : "ListOfConnectivityInfo"
2070
- },
2071
- "Message" : {
2072
- "shape" : "__string",
2073
- "locationName" : "message"
2074
- }
2075
- }
2076
- },
2077
- "GetCoreDefinitionRequest" : {
2078
- "type" : "structure",
2079
- "members" : {
2080
- "CoreDefinitionId" : {
2081
- "shape" : "__string",
2082
- "location" : "uri",
2083
- "locationName" : "CoreDefinitionId"
2084
- }
2085
- },
2086
- "required" : [ "CoreDefinitionId" ]
2087
- },
2088
- "GetCoreDefinitionResponse" : {
2089
- "type" : "structure",
2090
- "members" : {
2091
- "Arn" : {
2092
- "shape" : "__string"
2093
- },
2094
- "CreationTimestamp" : {
2095
- "shape" : "__string"
2096
- },
2097
- "Id" : {
2098
- "shape" : "__string"
2099
- },
2100
- "LastUpdatedTimestamp" : {
2101
- "shape" : "__string"
2102
- },
2103
- "LatestVersion" : {
2104
- "shape" : "__string"
2105
- },
2106
- "LatestVersionArn" : {
2107
- "shape" : "__string"
2108
- },
2109
- "Name" : {
2110
- "shape" : "__string"
2111
- }
2112
- }
2113
- },
2114
- "GetCoreDefinitionVersionRequest" : {
2115
- "type" : "structure",
2116
- "members" : {
2117
- "CoreDefinitionId" : {
2118
- "shape" : "__string",
2119
- "location" : "uri",
2120
- "locationName" : "CoreDefinitionId"
2121
- },
2122
- "CoreDefinitionVersionId" : {
2123
- "shape" : "__string",
2124
- "location" : "uri",
2125
- "locationName" : "CoreDefinitionVersionId"
2126
- }
2127
- },
2128
- "required" : [ "CoreDefinitionId", "CoreDefinitionVersionId" ]
2129
- },
2130
- "GetCoreDefinitionVersionResponse" : {
2131
- "type" : "structure",
2132
- "members" : {
2133
- "Arn" : {
2134
- "shape" : "__string"
2135
- },
2136
- "CreationTimestamp" : {
2137
- "shape" : "__string"
2138
- },
2139
- "Definition" : {
2140
- "shape" : "CoreDefinitionVersion"
2141
- },
2142
- "Id" : {
2143
- "shape" : "__string"
2144
- },
2145
- "Version" : {
2146
- "shape" : "__string"
2147
- }
2148
- }
2149
- },
2150
- "GetDeploymentStatusRequest" : {
2151
- "type" : "structure",
2152
- "members" : {
2153
- "DeploymentId" : {
2154
- "shape" : "__string",
2155
- "location" : "uri",
2156
- "locationName" : "DeploymentId"
2157
- },
2158
- "GroupId" : {
2159
- "shape" : "__string",
2160
- "location" : "uri",
2161
- "locationName" : "GroupId"
2162
- }
2163
- },
2164
- "required" : [ "GroupId", "DeploymentId" ]
2165
- },
2166
- "GetDeploymentStatusResponse" : {
2167
- "type" : "structure",
2168
- "members" : {
2169
- "DeploymentStatus" : {
2170
- "shape" : "__string"
2171
- },
2172
- "ErrorMessage" : {
2173
- "shape" : "__string"
2174
- },
2175
- "UpdatedAt" : {
2176
- "shape" : "__string"
2177
- }
2178
- }
2179
- },
2180
- "GetDeviceDefinitionRequest" : {
2181
- "type" : "structure",
2182
- "members" : {
2183
- "DeviceDefinitionId" : {
2184
- "shape" : "__string",
2185
- "location" : "uri",
2186
- "locationName" : "DeviceDefinitionId"
2187
- }
2188
- },
2189
- "required" : [ "DeviceDefinitionId" ]
2190
- },
2191
- "GetDeviceDefinitionResponse" : {
2192
- "type" : "structure",
2193
- "members" : {
2194
- "Arn" : {
2195
- "shape" : "__string"
2196
- },
2197
- "CreationTimestamp" : {
2198
- "shape" : "__string"
2199
- },
2200
- "Id" : {
2201
- "shape" : "__string"
2202
- },
2203
- "LastUpdatedTimestamp" : {
2204
- "shape" : "__string"
2205
- },
2206
- "LatestVersion" : {
2207
- "shape" : "__string"
2208
- },
2209
- "LatestVersionArn" : {
2210
- "shape" : "__string"
2211
- },
2212
- "Name" : {
2213
- "shape" : "__string"
2214
- }
2215
- }
2216
- },
2217
- "GetDeviceDefinitionVersionRequest" : {
2218
- "type" : "structure",
2219
- "members" : {
2220
- "DeviceDefinitionId" : {
2221
- "shape" : "__string",
2222
- "location" : "uri",
2223
- "locationName" : "DeviceDefinitionId"
2224
- },
2225
- "DeviceDefinitionVersionId" : {
2226
- "shape" : "__string",
2227
- "location" : "uri",
2228
- "locationName" : "DeviceDefinitionVersionId"
2229
- }
2230
- },
2231
- "required" : [ "DeviceDefinitionVersionId", "DeviceDefinitionId" ]
2232
- },
2233
- "GetDeviceDefinitionVersionResponse" : {
2234
- "type" : "structure",
2235
- "members" : {
2236
- "Arn" : {
2237
- "shape" : "__string"
2238
- },
2239
- "CreationTimestamp" : {
2240
- "shape" : "__string"
2241
- },
2242
- "Definition" : {
2243
- "shape" : "DeviceDefinitionVersion"
2244
- },
2245
- "Id" : {
2246
- "shape" : "__string"
2247
- },
2248
- "Version" : {
2249
- "shape" : "__string"
2250
- }
2251
- }
2252
- },
2253
- "GetFunctionDefinitionRequest" : {
2254
- "type" : "structure",
2255
- "members" : {
2256
- "FunctionDefinitionId" : {
2257
- "shape" : "__string",
2258
- "location" : "uri",
2259
- "locationName" : "FunctionDefinitionId"
2260
- }
2261
- },
2262
- "required" : [ "FunctionDefinitionId" ]
2263
- },
2264
- "GetFunctionDefinitionResponse" : {
2265
- "type" : "structure",
2266
- "members" : {
2267
- "Arn" : {
2268
- "shape" : "__string"
2269
- },
2270
- "CreationTimestamp" : {
2271
- "shape" : "__string"
2272
- },
2273
- "Id" : {
2274
- "shape" : "__string"
2275
- },
2276
- "LastUpdatedTimestamp" : {
2277
- "shape" : "__string"
2278
- },
2279
- "LatestVersion" : {
2280
- "shape" : "__string"
2281
- },
2282
- "LatestVersionArn" : {
2283
- "shape" : "__string"
2284
- },
2285
- "Name" : {
2286
- "shape" : "__string"
2287
- }
2288
- }
2289
- },
2290
- "GetFunctionDefinitionVersionRequest" : {
2291
- "type" : "structure",
2292
- "members" : {
2293
- "FunctionDefinitionId" : {
2294
- "shape" : "__string",
2295
- "location" : "uri",
2296
- "locationName" : "FunctionDefinitionId"
2297
- },
2298
- "FunctionDefinitionVersionId" : {
2299
- "shape" : "__string",
2300
- "location" : "uri",
2301
- "locationName" : "FunctionDefinitionVersionId"
2302
- }
2303
- },
2304
- "required" : [ "FunctionDefinitionId", "FunctionDefinitionVersionId" ]
2305
- },
2306
- "GetFunctionDefinitionVersionResponse" : {
2307
- "type" : "structure",
2308
- "members" : {
2309
- "Arn" : {
2310
- "shape" : "__string"
2311
- },
2312
- "CreationTimestamp" : {
2313
- "shape" : "__string"
2314
- },
2315
- "Definition" : {
2316
- "shape" : "FunctionDefinitionVersion"
2317
- },
2318
- "Id" : {
2319
- "shape" : "__string"
2320
- },
2321
- "Version" : {
2322
- "shape" : "__string"
2323
- }
2324
- }
2325
- },
2326
- "GetGroupCertificateAuthorityRequest" : {
2327
- "type" : "structure",
2328
- "members" : {
2329
- "CertificateAuthorityId" : {
2330
- "shape" : "__string",
2331
- "location" : "uri",
2332
- "locationName" : "CertificateAuthorityId"
2333
- },
2334
- "GroupId" : {
2335
- "shape" : "__string",
2336
- "location" : "uri",
2337
- "locationName" : "GroupId"
2338
- }
2339
- },
2340
- "required" : [ "CertificateAuthorityId", "GroupId" ]
2341
- },
2342
- "GetGroupCertificateAuthorityResponse" : {
2343
- "type" : "structure",
2344
- "members" : {
2345
- "GroupCertificateAuthorityArn" : {
2346
- "shape" : "__string"
2347
- },
2348
- "GroupCertificateAuthorityId" : {
2349
- "shape" : "__string"
2350
- },
2351
- "PemEncodedCertificate" : {
2352
- "shape" : "__string"
2353
- }
2354
- }
2355
- },
2356
- "GetGroupCertificateConfigurationRequest" : {
2357
- "type" : "structure",
2358
- "members" : {
2359
- "GroupId" : {
2360
- "shape" : "__string",
2361
- "location" : "uri",
2362
- "locationName" : "GroupId"
2363
- }
2364
- },
2365
- "required" : [ "GroupId" ]
2366
- },
2367
- "GetGroupCertificateConfigurationResponse" : {
2368
- "type" : "structure",
2369
- "members" : {
2370
- "CertificateAuthorityExpiryInMilliseconds" : {
2371
- "shape" : "__string"
2372
- },
2373
- "CertificateExpiryInMilliseconds" : {
2374
- "shape" : "__string"
2375
- },
2376
- "GroupId" : {
2377
- "shape" : "__string"
2378
- }
2379
- }
2380
- },
2381
- "GetGroupRequest" : {
2382
- "type" : "structure",
2383
- "members" : {
2384
- "GroupId" : {
2385
- "shape" : "__string",
2386
- "location" : "uri",
2387
- "locationName" : "GroupId"
2388
- }
2389
- },
2390
- "required" : [ "GroupId" ]
2391
- },
2392
- "GetGroupResponse" : {
2393
- "type" : "structure",
2394
- "members" : {
2395
- "Arn" : {
2396
- "shape" : "__string"
2397
- },
2398
- "CreationTimestamp" : {
2399
- "shape" : "__string"
2400
- },
2401
- "Id" : {
2402
- "shape" : "__string"
2403
- },
2404
- "LastUpdatedTimestamp" : {
2405
- "shape" : "__string"
2406
- },
2407
- "LatestVersion" : {
2408
- "shape" : "__string"
2409
- },
2410
- "LatestVersionArn" : {
2411
- "shape" : "__string"
2412
- },
2413
- "Name" : {
2414
- "shape" : "__string"
2415
- }
2416
- }
2417
- },
2418
- "GetGroupVersionRequest" : {
2419
- "type" : "structure",
2420
- "members" : {
2421
- "GroupId" : {
2422
- "shape" : "__string",
2423
- "location" : "uri",
2424
- "locationName" : "GroupId"
2425
- },
2426
- "GroupVersionId" : {
2427
- "shape" : "__string",
2428
- "location" : "uri",
2429
- "locationName" : "GroupVersionId"
2430
- }
2431
- },
2432
- "required" : [ "GroupVersionId", "GroupId" ]
2433
- },
2434
- "GetGroupVersionResponse" : {
2435
- "type" : "structure",
2436
- "members" : {
2437
- "Arn" : {
2438
- "shape" : "__string"
2439
- },
2440
- "CreationTimestamp" : {
2441
- "shape" : "__string"
2442
- },
2443
- "Definition" : {
2444
- "shape" : "GroupVersion"
2445
- },
2446
- "Id" : {
2447
- "shape" : "__string"
2448
- },
2449
- "Version" : {
2450
- "shape" : "__string"
2451
- }
2452
- }
2453
- },
2454
- "GetLoggerDefinitionRequest" : {
2455
- "type" : "structure",
2456
- "members" : {
2457
- "LoggerDefinitionId" : {
2458
- "shape" : "__string",
2459
- "location" : "uri",
2460
- "locationName" : "LoggerDefinitionId"
2461
- }
2462
- },
2463
- "required" : [ "LoggerDefinitionId" ]
2464
- },
2465
- "GetLoggerDefinitionResponse" : {
2466
- "type" : "structure",
2467
- "members" : {
2468
- "Arn" : {
2469
- "shape" : "__string"
2470
- },
2471
- "CreationTimestamp" : {
2472
- "shape" : "__string"
2473
- },
2474
- "Id" : {
2475
- "shape" : "__string"
2476
- },
2477
- "LastUpdatedTimestamp" : {
2478
- "shape" : "__string"
2479
- },
2480
- "LatestVersion" : {
2481
- "shape" : "__string"
2482
- },
2483
- "LatestVersionArn" : {
2484
- "shape" : "__string"
2485
- },
2486
- "Name" : {
2487
- "shape" : "__string"
2488
- }
2489
- }
2490
- },
2491
- "GetLoggerDefinitionVersionRequest" : {
2492
- "type" : "structure",
2493
- "members" : {
2494
- "LoggerDefinitionId" : {
2495
- "shape" : "__string",
2496
- "location" : "uri",
2497
- "locationName" : "LoggerDefinitionId"
2498
- },
2499
- "LoggerDefinitionVersionId" : {
2500
- "shape" : "__string",
2501
- "location" : "uri",
2502
- "locationName" : "LoggerDefinitionVersionId"
2503
- }
2504
- },
2505
- "required" : [ "LoggerDefinitionVersionId", "LoggerDefinitionId" ]
2506
- },
2507
- "GetLoggerDefinitionVersionResponse" : {
2508
- "type" : "structure",
2509
- "members" : {
2510
- "Arn" : {
2511
- "shape" : "__string"
2512
- },
2513
- "CreationTimestamp" : {
2514
- "shape" : "__string"
2515
- },
2516
- "Definition" : {
2517
- "shape" : "LoggerDefinitionVersion"
2518
- },
2519
- "Id" : {
2520
- "shape" : "__string"
2521
- },
2522
- "Version" : {
2523
- "shape" : "__string"
2524
- }
2525
- }
2526
- },
2527
- "GetServiceRoleForAccountRequest" : {
2528
- "type" : "structure",
2529
- "members" : { }
2530
- },
2531
- "GetServiceRoleForAccountResponse" : {
2532
- "type" : "structure",
2533
- "members" : {
2534
- "AssociatedAt" : {
2535
- "shape" : "__string"
2536
- },
2537
- "RoleArn" : {
2538
- "shape" : "__string"
2539
- }
2540
- }
2541
- },
2542
- "GetSubscriptionDefinitionRequest" : {
2543
- "type" : "structure",
2544
- "members" : {
2545
- "SubscriptionDefinitionId" : {
2546
- "shape" : "__string",
2547
- "location" : "uri",
2548
- "locationName" : "SubscriptionDefinitionId"
2549
- }
2550
- },
2551
- "required" : [ "SubscriptionDefinitionId" ]
2552
- },
2553
- "GetSubscriptionDefinitionResponse" : {
2554
- "type" : "structure",
2555
- "members" : {
2556
- "Arn" : {
2557
- "shape" : "__string"
2558
- },
2559
- "CreationTimestamp" : {
2560
- "shape" : "__string"
2561
- },
2562
- "Id" : {
2563
- "shape" : "__string"
2564
- },
2565
- "LastUpdatedTimestamp" : {
2566
- "shape" : "__string"
2567
- },
2568
- "LatestVersion" : {
2569
- "shape" : "__string"
2570
- },
2571
- "LatestVersionArn" : {
2572
- "shape" : "__string"
2573
- },
2574
- "Name" : {
2575
- "shape" : "__string"
2576
- }
2577
- }
2578
- },
2579
- "GetSubscriptionDefinitionVersionRequest" : {
2580
- "type" : "structure",
2581
- "members" : {
2582
- "SubscriptionDefinitionId" : {
2583
- "shape" : "__string",
2584
- "location" : "uri",
2585
- "locationName" : "SubscriptionDefinitionId"
2586
- },
2587
- "SubscriptionDefinitionVersionId" : {
2588
- "shape" : "__string",
2589
- "location" : "uri",
2590
- "locationName" : "SubscriptionDefinitionVersionId"
2591
- }
2592
- },
2593
- "required" : [ "SubscriptionDefinitionId", "SubscriptionDefinitionVersionId" ]
2594
- },
2595
- "GetSubscriptionDefinitionVersionResponse" : {
2596
- "type" : "structure",
2597
- "members" : {
2598
- "Arn" : {
2599
- "shape" : "__string"
2600
- },
2601
- "CreationTimestamp" : {
2602
- "shape" : "__string"
2603
- },
2604
- "Definition" : {
2605
- "shape" : "SubscriptionDefinitionVersion"
2606
- },
2607
- "Id" : {
2608
- "shape" : "__string"
2609
- },
2610
- "Version" : {
2611
- "shape" : "__string"
2612
- }
2613
- }
2614
- },
2615
- "GroupCertificateAuthorityProperties" : {
2616
- "type" : "structure",
2617
- "members" : {
2618
- "GroupCertificateAuthorityArn" : {
2619
- "shape" : "__string"
2620
- },
2621
- "GroupCertificateAuthorityId" : {
2622
- "shape" : "__string"
2623
- }
2624
- }
2625
- },
2626
- "GroupCertificateConfiguration" : {
2627
- "type" : "structure",
2628
- "members" : {
2629
- "CertificateAuthorityExpiryInMilliseconds" : {
2630
- "shape" : "__string"
2631
- },
2632
- "CertificateExpiryInMilliseconds" : {
2633
- "shape" : "__string"
2634
- },
2635
- "GroupId" : {
2636
- "shape" : "__string"
2637
- }
2638
- }
2639
- },
2640
- "GroupInformation" : {
2641
- "type" : "structure",
2642
- "members" : {
2643
- "Arn" : {
2644
- "shape" : "__string"
2645
- },
2646
- "CreationTimestamp" : {
2647
- "shape" : "__string"
2648
- },
2649
- "Id" : {
2650
- "shape" : "__string"
2651
- },
2652
- "LastUpdatedTimestamp" : {
2653
- "shape" : "__string"
2654
- },
2655
- "LatestVersion" : {
2656
- "shape" : "__string"
2657
- },
2658
- "LatestVersionArn" : {
2659
- "shape" : "__string"
2660
- },
2661
- "Name" : {
2662
- "shape" : "__string"
2663
- }
2664
- }
2665
- },
2666
- "GroupVersion" : {
2667
- "type" : "structure",
2668
- "members" : {
2669
- "CoreDefinitionVersionArn" : {
2670
- "shape" : "__string"
2671
- },
2672
- "DeviceDefinitionVersionArn" : {
2673
- "shape" : "__string"
2674
- },
2675
- "FunctionDefinitionVersionArn" : {
2676
- "shape" : "__string"
2677
- },
2678
- "LoggerDefinitionVersionArn" : {
2679
- "shape" : "__string"
2680
- },
2681
- "SubscriptionDefinitionVersionArn" : {
2682
- "shape" : "__string"
2683
- }
2684
- }
2685
- },
2686
- "InternalServerErrorException" : {
2687
- "type" : "structure",
2688
- "members" : {
2689
- "ErrorDetails" : {
2690
- "shape" : "ErrorDetails"
2691
- },
2692
- "Message" : {
2693
- "shape" : "__string"
2694
- }
2695
- },
2696
- "exception" : true,
2697
- "error" : {
2698
- "httpStatusCode" : 500
2699
- }
2700
- },
2701
- "ListCoreDefinitionVersionsRequest" : {
2702
- "type" : "structure",
2703
- "members" : {
2704
- "CoreDefinitionId" : {
2705
- "shape" : "__string",
2706
- "location" : "uri",
2707
- "locationName" : "CoreDefinitionId"
2708
- },
2709
- "MaxResults" : {
2710
- "shape" : "__string",
2711
- "location" : "querystring",
2712
- "locationName" : "MaxResults"
2713
- },
2714
- "NextToken" : {
2715
- "shape" : "__string",
2716
- "location" : "querystring",
2717
- "locationName" : "NextToken"
2718
- }
2719
- },
2720
- "required" : [ "CoreDefinitionId" ]
2721
- },
2722
- "ListCoreDefinitionVersionsResponse" : {
2723
- "type" : "structure",
2724
- "members" : {
2725
- "NextToken" : {
2726
- "shape" : "__string"
2727
- },
2728
- "Versions" : {
2729
- "shape" : "ListOfVersionInformation"
2730
- }
2731
- }
2732
- },
2733
- "ListCoreDefinitionsRequest" : {
2734
- "type" : "structure",
2735
- "members" : {
2736
- "MaxResults" : {
2737
- "shape" : "__string",
2738
- "location" : "querystring",
2739
- "locationName" : "MaxResults"
2740
- },
2741
- "NextToken" : {
2742
- "shape" : "__string",
2743
- "location" : "querystring",
2744
- "locationName" : "NextToken"
2745
- }
2746
- }
2747
- },
2748
- "ListCoreDefinitionsResponse" : {
2749
- "type" : "structure",
2750
- "members" : {
2751
- "Definitions" : {
2752
- "shape" : "ListOfDefinitionInformation"
2753
- },
2754
- "NextToken" : {
2755
- "shape" : "__string"
2756
- }
2757
- }
2758
- },
2759
- "ListDefinitionsResponse" : {
2760
- "type" : "structure",
2761
- "members" : {
2762
- "Definitions" : {
2763
- "shape" : "ListOfDefinitionInformation"
2764
- },
2765
- "NextToken" : {
2766
- "shape" : "__string"
2767
- }
2768
- }
2769
- },
2770
- "ListDeploymentsRequest" : {
2771
- "type" : "structure",
2772
- "members" : {
2773
- "GroupId" : {
2774
- "shape" : "__string",
2775
- "location" : "uri",
2776
- "locationName" : "GroupId"
2777
- },
2778
- "MaxResults" : {
2779
- "shape" : "__string",
2780
- "location" : "querystring",
2781
- "locationName" : "MaxResults"
2782
- },
2783
- "NextToken" : {
2784
- "shape" : "__string",
2785
- "location" : "querystring",
2786
- "locationName" : "NextToken"
2787
- }
2788
- },
2789
- "required" : [ "GroupId" ]
2790
- },
2791
- "ListDeploymentsResponse" : {
2792
- "type" : "structure",
2793
- "members" : {
2794
- "Deployments" : {
2795
- "shape" : "Deployments"
2796
- },
2797
- "NextToken" : {
2798
- "shape" : "__string"
2799
- }
2800
- }
2801
- },
2802
- "ListDeviceDefinitionVersionsRequest" : {
2803
- "type" : "structure",
2804
- "members" : {
2805
- "DeviceDefinitionId" : {
2806
- "shape" : "__string",
2807
- "location" : "uri",
2808
- "locationName" : "DeviceDefinitionId"
2809
- },
2810
- "MaxResults" : {
2811
- "shape" : "__string",
2812
- "location" : "querystring",
2813
- "locationName" : "MaxResults"
2814
- },
2815
- "NextToken" : {
2816
- "shape" : "__string",
2817
- "location" : "querystring",
2818
- "locationName" : "NextToken"
2819
- }
2820
- },
2821
- "required" : [ "DeviceDefinitionId" ]
2822
- },
2823
- "ListDeviceDefinitionVersionsResponse" : {
2824
- "type" : "structure",
2825
- "members" : {
2826
- "NextToken" : {
2827
- "shape" : "__string"
2828
- },
2829
- "Versions" : {
2830
- "shape" : "ListOfVersionInformation"
2831
- }
2832
- }
2833
- },
2834
- "ListDeviceDefinitionsRequest" : {
2835
- "type" : "structure",
2836
- "members" : {
2837
- "MaxResults" : {
2838
- "shape" : "__string",
2839
- "location" : "querystring",
2840
- "locationName" : "MaxResults"
2841
- },
2842
- "NextToken" : {
2843
- "shape" : "__string",
2844
- "location" : "querystring",
2845
- "locationName" : "NextToken"
2846
- }
2847
- }
2848
- },
2849
- "ListDeviceDefinitionsResponse" : {
2850
- "type" : "structure",
2851
- "members" : {
2852
- "Definitions" : {
2853
- "shape" : "ListOfDefinitionInformation"
2854
- },
2855
- "NextToken" : {
2856
- "shape" : "__string"
2857
- }
2858
- }
2859
- },
2860
- "ListFunctionDefinitionVersionsRequest" : {
2861
- "type" : "structure",
2862
- "members" : {
2863
- "FunctionDefinitionId" : {
2864
- "shape" : "__string",
2865
- "location" : "uri",
2866
- "locationName" : "FunctionDefinitionId"
2867
- },
2868
- "MaxResults" : {
2869
- "shape" : "__string",
2870
- "location" : "querystring",
2871
- "locationName" : "MaxResults"
2872
- },
2873
- "NextToken" : {
2874
- "shape" : "__string",
2875
- "location" : "querystring",
2876
- "locationName" : "NextToken"
2877
- }
2878
- },
2879
- "required" : [ "FunctionDefinitionId" ]
2880
- },
2881
- "ListFunctionDefinitionVersionsResponse" : {
2882
- "type" : "structure",
2883
- "members" : {
2884
- "NextToken" : {
2885
- "shape" : "__string"
2886
- },
2887
- "Versions" : {
2888
- "shape" : "ListOfVersionInformation"
2889
- }
2890
- }
2891
- },
2892
- "ListFunctionDefinitionsRequest" : {
2893
- "type" : "structure",
2894
- "members" : {
2895
- "MaxResults" : {
2896
- "shape" : "__string",
2897
- "location" : "querystring",
2898
- "locationName" : "MaxResults"
2899
- },
2900
- "NextToken" : {
2901
- "shape" : "__string",
2902
- "location" : "querystring",
2903
- "locationName" : "NextToken"
2904
- }
2905
- }
2906
- },
2907
- "ListFunctionDefinitionsResponse" : {
2908
- "type" : "structure",
2909
- "members" : {
2910
- "Definitions" : {
2911
- "shape" : "ListOfDefinitionInformation"
2912
- },
2913
- "NextToken" : {
2914
- "shape" : "__string"
2915
- }
2916
- }
2917
- },
2918
- "ListGroupCertificateAuthoritiesRequest" : {
2919
- "type" : "structure",
2920
- "members" : {
2921
- "GroupId" : {
2922
- "shape" : "__string",
2923
- "location" : "uri",
2924
- "locationName" : "GroupId"
2925
- }
2926
- },
2927
- "required" : [ "GroupId" ]
2928
- },
2929
- "ListGroupCertificateAuthoritiesResponse" : {
2930
- "type" : "structure",
2931
- "members" : {
2932
- "GroupCertificateAuthorities" : {
2933
- "shape" : "ListOfGroupCertificateAuthorityProperties"
2934
- }
2935
- }
2936
- },
2937
- "ListGroupVersionsRequest" : {
2938
- "type" : "structure",
2939
- "members" : {
2940
- "GroupId" : {
2941
- "shape" : "__string",
2942
- "location" : "uri",
2943
- "locationName" : "GroupId"
2944
- },
2945
- "MaxResults" : {
2946
- "shape" : "__string",
2947
- "location" : "querystring",
2948
- "locationName" : "MaxResults"
2949
- },
2950
- "NextToken" : {
2951
- "shape" : "__string",
2952
- "location" : "querystring",
2953
- "locationName" : "NextToken"
2954
- }
2955
- },
2956
- "required" : [ "GroupId" ]
2957
- },
2958
- "ListGroupVersionsResponse" : {
2959
- "type" : "structure",
2960
- "members" : {
2961
- "NextToken" : {
2962
- "shape" : "__string"
2963
- },
2964
- "Versions" : {
2965
- "shape" : "ListOfVersionInformation"
2966
- }
2967
- }
2968
- },
2969
- "ListGroupsRequest" : {
2970
- "type" : "structure",
2971
- "members" : {
2972
- "MaxResults" : {
2973
- "shape" : "__string",
2974
- "location" : "querystring",
2975
- "locationName" : "MaxResults"
2976
- },
2977
- "NextToken" : {
2978
- "shape" : "__string",
2979
- "location" : "querystring",
2980
- "locationName" : "NextToken"
2981
- }
2982
- }
2983
- },
2984
- "ListGroupsResponse" : {
2985
- "type" : "structure",
2986
- "members" : {
2987
- "Groups" : {
2988
- "shape" : "ListOfGroupInformation"
2989
- },
2990
- "NextToken" : {
2991
- "shape" : "__string"
2992
- }
2993
- }
2994
- },
2995
- "ListLoggerDefinitionVersionsRequest" : {
2996
- "type" : "structure",
2997
- "members" : {
2998
- "LoggerDefinitionId" : {
2999
- "shape" : "__string",
3000
- "location" : "uri",
3001
- "locationName" : "LoggerDefinitionId"
3002
- },
3003
- "MaxResults" : {
3004
- "shape" : "__string",
3005
- "location" : "querystring",
3006
- "locationName" : "MaxResults"
3007
- },
3008
- "NextToken" : {
3009
- "shape" : "__string",
3010
- "location" : "querystring",
3011
- "locationName" : "NextToken"
3012
- }
3013
- },
3014
- "required" : [ "LoggerDefinitionId" ]
3015
- },
3016
- "ListLoggerDefinitionVersionsResponse" : {
3017
- "type" : "structure",
3018
- "members" : {
3019
- "NextToken" : {
3020
- "shape" : "__string"
3021
- },
3022
- "Versions" : {
3023
- "shape" : "ListOfVersionInformation"
3024
- }
3025
- }
3026
- },
3027
- "ListLoggerDefinitionsRequest" : {
3028
- "type" : "structure",
3029
- "members" : {
3030
- "MaxResults" : {
3031
- "shape" : "__string",
3032
- "location" : "querystring",
3033
- "locationName" : "MaxResults"
3034
- },
3035
- "NextToken" : {
3036
- "shape" : "__string",
3037
- "location" : "querystring",
3038
- "locationName" : "NextToken"
3039
- }
3040
- }
3041
- },
3042
- "ListLoggerDefinitionsResponse" : {
3043
- "type" : "structure",
3044
- "members" : {
3045
- "Definitions" : {
3046
- "shape" : "ListOfDefinitionInformation"
3047
- },
3048
- "NextToken" : {
3049
- "shape" : "__string"
3050
- }
3051
- }
3052
- },
3053
- "ListOfConnectivityInfo" : {
3054
- "type" : "list",
3055
- "member" : {
3056
- "shape" : "ConnectivityInfo"
3057
- }
3058
- },
3059
- "ListOfCore" : {
3060
- "type" : "list",
3061
- "member" : {
3062
- "shape" : "Core"
3063
- }
3064
- },
3065
- "ListOfDefinitionInformation" : {
3066
- "type" : "list",
3067
- "member" : {
3068
- "shape" : "DefinitionInformation"
3069
- }
3070
- },
3071
- "ListOfDevice" : {
3072
- "type" : "list",
3073
- "member" : {
3074
- "shape" : "Device"
3075
- }
3076
- },
3077
- "ListOfFunction" : {
3078
- "type" : "list",
3079
- "member" : {
3080
- "shape" : "Function"
3081
- }
3082
- },
3083
- "ListOfGroupCertificateAuthorityProperties" : {
3084
- "type" : "list",
3085
- "member" : {
3086
- "shape" : "GroupCertificateAuthorityProperties"
3087
- }
3088
- },
3089
- "ListOfGroupInformation" : {
3090
- "type" : "list",
3091
- "member" : {
3092
- "shape" : "GroupInformation"
3093
- }
3094
- },
3095
- "ListOfLogger" : {
3096
- "type" : "list",
3097
- "member" : {
3098
- "shape" : "Logger"
3099
- }
3100
- },
3101
- "ListOfSubscription" : {
3102
- "type" : "list",
3103
- "member" : {
3104
- "shape" : "Subscription"
3105
- }
3106
- },
3107
- "ListOfVersionInformation" : {
3108
- "type" : "list",
3109
- "member" : {
3110
- "shape" : "VersionInformation"
3111
- }
3112
- },
3113
- "ListSubscriptionDefinitionVersionsRequest" : {
3114
- "type" : "structure",
3115
- "members" : {
3116
- "MaxResults" : {
3117
- "shape" : "__string",
3118
- "location" : "querystring",
3119
- "locationName" : "MaxResults"
3120
- },
3121
- "NextToken" : {
3122
- "shape" : "__string",
3123
- "location" : "querystring",
3124
- "locationName" : "NextToken"
3125
- },
3126
- "SubscriptionDefinitionId" : {
3127
- "shape" : "__string",
3128
- "location" : "uri",
3129
- "locationName" : "SubscriptionDefinitionId"
3130
- }
3131
- },
3132
- "required" : [ "SubscriptionDefinitionId" ]
3133
- },
3134
- "ListSubscriptionDefinitionVersionsResponse" : {
3135
- "type" : "structure",
3136
- "members" : {
3137
- "NextToken" : {
3138
- "shape" : "__string"
3139
- },
3140
- "Versions" : {
3141
- "shape" : "ListOfVersionInformation"
3142
- }
3143
- }
3144
- },
3145
- "ListSubscriptionDefinitionsRequest" : {
3146
- "type" : "structure",
3147
- "members" : {
3148
- "MaxResults" : {
3149
- "shape" : "__string",
3150
- "location" : "querystring",
3151
- "locationName" : "MaxResults"
3152
- },
3153
- "NextToken" : {
3154
- "shape" : "__string",
3155
- "location" : "querystring",
3156
- "locationName" : "NextToken"
3157
- }
3158
- }
3159
- },
3160
- "ListSubscriptionDefinitionsResponse" : {
3161
- "type" : "structure",
3162
- "members" : {
3163
- "Definitions" : {
3164
- "shape" : "ListOfDefinitionInformation"
3165
- },
3166
- "NextToken" : {
3167
- "shape" : "__string"
3168
- }
3169
- }
3170
- },
3171
- "ListVersionsResponse" : {
3172
- "type" : "structure",
3173
- "members" : {
3174
- "NextToken" : {
3175
- "shape" : "__string"
3176
- },
3177
- "Versions" : {
3178
- "shape" : "ListOfVersionInformation"
3179
- }
3180
- }
3181
- },
3182
- "Logger" : {
3183
- "type" : "structure",
3184
- "members" : {
3185
- "Component" : {
3186
- "shape" : "LoggerComponent"
3187
- },
3188
- "Id" : {
3189
- "shape" : "__string"
3190
- },
3191
- "Level" : {
3192
- "shape" : "LoggerLevel"
3193
- },
3194
- "Space" : {
3195
- "shape" : "__integer"
3196
- },
3197
- "Type" : {
3198
- "shape" : "LoggerType"
3199
- }
3200
- }
3201
- },
3202
- "LoggerComponent" : {
3203
- "type" : "string",
3204
- "enum" : [ "GreengrassSystem", "Lambda" ]
3205
- },
3206
- "LoggerDefinitionVersion" : {
3207
- "type" : "structure",
3208
- "members" : {
3209
- "Loggers" : {
3210
- "shape" : "ListOfLogger"
3211
- }
3212
- }
3213
- },
3214
- "LoggerLevel" : {
3215
- "type" : "string",
3216
- "enum" : [ "DEBUG", "INFO", "WARN", "ERROR", "FATAL" ]
3217
- },
3218
- "LoggerType" : {
3219
- "type" : "string",
3220
- "enum" : [ "FileSystem", "AWSCloudWatch" ]
3221
- },
3222
- "MapOf__string" : {
3223
- "type" : "map",
3224
- "key" : {
3225
- "shape" : "__string"
3226
- },
3227
- "value" : {
3228
- "shape" : "__string"
3229
- }
3230
- },
3231
- "Subscription" : {
3232
- "type" : "structure",
3233
- "members" : {
3234
- "Id" : {
3235
- "shape" : "__string"
3236
- },
3237
- "Source" : {
3238
- "shape" : "__string"
3239
- },
3240
- "Subject" : {
3241
- "shape" : "__string"
3242
- },
3243
- "Target" : {
3244
- "shape" : "__string"
3245
- }
3246
- }
3247
- },
3248
- "SubscriptionDefinitionVersion" : {
3249
- "type" : "structure",
3250
- "members" : {
3251
- "Subscriptions" : {
3252
- "shape" : "ListOfSubscription"
3253
- }
3254
- }
3255
- },
3256
- "UpdateConnectivityInfoRequest" : {
3257
- "type" : "structure",
3258
- "members" : {
3259
- "ConnectivityInfo" : {
3260
- "shape" : "ListOfConnectivityInfo"
3261
- },
3262
- "ThingName" : {
3263
- "shape" : "__string",
3264
- "location" : "uri",
3265
- "locationName" : "ThingName"
3266
- }
3267
- },
3268
- "required" : [ "ThingName" ]
3269
- },
3270
- "UpdateConnectivityInfoResponse" : {
3271
- "type" : "structure",
3272
- "members" : {
3273
- "Message" : {
3274
- "shape" : "__string",
3275
- "locationName" : "message"
3276
- },
3277
- "Version" : {
3278
- "shape" : "__string"
3279
- }
3280
- }
3281
- },
3282
- "UpdateCoreDefinitionRequest" : {
3283
- "type" : "structure",
3284
- "members" : {
3285
- "CoreDefinitionId" : {
3286
- "shape" : "__string",
3287
- "location" : "uri",
3288
- "locationName" : "CoreDefinitionId"
3289
- },
3290
- "Name" : {
3291
- "shape" : "__string"
3292
- }
3293
- },
3294
- "required" : [ "CoreDefinitionId" ]
3295
- },
3296
- "UpdateCoreDefinitionResponse" : {
3297
- "type" : "structure",
3298
- "members" : { }
3299
- },
3300
- "UpdateDeviceDefinitionRequest" : {
3301
- "type" : "structure",
3302
- "members" : {
3303
- "DeviceDefinitionId" : {
3304
- "shape" : "__string",
3305
- "location" : "uri",
3306
- "locationName" : "DeviceDefinitionId"
3307
- },
3308
- "Name" : {
3309
- "shape" : "__string"
3310
- }
3311
- },
3312
- "required" : [ "DeviceDefinitionId" ]
3313
- },
3314
- "UpdateDeviceDefinitionResponse" : {
3315
- "type" : "structure",
3316
- "members" : { }
3317
- },
3318
- "UpdateFunctionDefinitionRequest" : {
3319
- "type" : "structure",
3320
- "members" : {
3321
- "FunctionDefinitionId" : {
3322
- "shape" : "__string",
3323
- "location" : "uri",
3324
- "locationName" : "FunctionDefinitionId"
3325
- },
3326
- "Name" : {
3327
- "shape" : "__string"
3328
- }
3329
- },
3330
- "required" : [ "FunctionDefinitionId" ]
3331
- },
3332
- "UpdateFunctionDefinitionResponse" : {
3333
- "type" : "structure",
3334
- "members" : { }
3335
- },
3336
- "UpdateGroupCertificateConfigurationRequest" : {
3337
- "type" : "structure",
3338
- "members" : {
3339
- "CertificateExpiryInMilliseconds" : {
3340
- "shape" : "__string"
3341
- },
3342
- "GroupId" : {
3343
- "shape" : "__string",
3344
- "location" : "uri",
3345
- "locationName" : "GroupId"
3346
- }
3347
- },
3348
- "required" : [ "GroupId" ]
3349
- },
3350
- "UpdateGroupCertificateConfigurationResponse" : {
3351
- "type" : "structure",
3352
- "members" : {
3353
- "CertificateAuthorityExpiryInMilliseconds" : {
3354
- "shape" : "__string"
3355
- },
3356
- "CertificateExpiryInMilliseconds" : {
3357
- "shape" : "__string"
3358
- },
3359
- "GroupId" : {
3360
- "shape" : "__string"
3361
- }
3362
- }
3363
- },
3364
- "UpdateGroupRequest" : {
3365
- "type" : "structure",
3366
- "members" : {
3367
- "GroupId" : {
3368
- "shape" : "__string",
3369
- "location" : "uri",
3370
- "locationName" : "GroupId"
3371
- },
3372
- "Name" : {
3373
- "shape" : "__string"
3374
- }
3375
- },
3376
- "required" : [ "GroupId" ]
3377
- },
3378
- "UpdateGroupResponse" : {
3379
- "type" : "structure",
3380
- "members" : { }
3381
- },
3382
- "UpdateLoggerDefinitionRequest" : {
3383
- "type" : "structure",
3384
- "members" : {
3385
- "LoggerDefinitionId" : {
3386
- "shape" : "__string",
3387
- "location" : "uri",
3388
- "locationName" : "LoggerDefinitionId"
3389
- },
3390
- "Name" : {
3391
- "shape" : "__string"
3392
- }
3393
- },
3394
- "required" : [ "LoggerDefinitionId" ]
3395
- },
3396
- "UpdateLoggerDefinitionResponse" : {
3397
- "type" : "structure",
3398
- "members" : { }
3399
- },
3400
- "UpdateSubscriptionDefinitionRequest" : {
3401
- "type" : "structure",
3402
- "members" : {
3403
- "Name" : {
3404
- "shape" : "__string"
3405
- },
3406
- "SubscriptionDefinitionId" : {
3407
- "shape" : "__string",
3408
- "location" : "uri",
3409
- "locationName" : "SubscriptionDefinitionId"
3410
- }
3411
- },
3412
- "required" : [ "SubscriptionDefinitionId" ]
3413
- },
3414
- "UpdateSubscriptionDefinitionResponse" : {
3415
- "type" : "structure",
3416
- "members" : { }
3417
- },
3418
- "VersionInformation" : {
3419
- "type" : "structure",
3420
- "members" : {
3421
- "Arn" : {
3422
- "shape" : "__string"
3423
- },
3424
- "CreationTimestamp" : {
3425
- "shape" : "__string"
3426
- },
3427
- "Id" : {
3428
- "shape" : "__string"
3429
- },
3430
- "Version" : {
3431
- "shape" : "__string"
3432
- }
3433
- }
3434
- },
3435
- "__boolean" : {
3436
- "type" : "boolean"
3437
- },
3438
- "__double" : {
3439
- "type" : "double"
3440
- },
3441
- "__integer" : {
3442
- "type" : "integer"
3443
- },
3444
- "__string" : {
3445
- "type" : "string"
3446
- },
3447
- "__timestamp" : {
3448
- "type" : "timestamp"
3449
- }
3450
- }
3451
- }