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,2006 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2016-11-28",
5
- "endpointPrefix":"organizations",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceAbbreviation":"Organizations",
9
- "serviceFullName":"AWS Organizations",
10
- "signatureVersion":"v4",
11
- "targetPrefix":"AWSOrganizationsV20161128",
12
- "timestampFormat":"unixTimestamp",
13
- "uid":"organizations-2016-11-28"
14
- },
15
- "operations":{
16
- "AcceptHandshake":{
17
- "name":"AcceptHandshake",
18
- "http":{
19
- "method":"POST",
20
- "requestUri":"/"
21
- },
22
- "input":{"shape":"AcceptHandshakeRequest"},
23
- "output":{"shape":"AcceptHandshakeResponse"},
24
- "errors":[
25
- {"shape":"AccessDeniedException"},
26
- {"shape":"AWSOrganizationsNotInUseException"},
27
- {"shape":"HandshakeConstraintViolationException"},
28
- {"shape":"HandshakeNotFoundException"},
29
- {"shape":"InvalidHandshakeTransitionException"},
30
- {"shape":"HandshakeAlreadyInStateException"},
31
- {"shape":"InvalidInputException"},
32
- {"shape":"ConcurrentModificationException"},
33
- {"shape":"ServiceException"},
34
- {"shape":"TooManyRequestsException"}
35
- ]
36
- },
37
- "AttachPolicy":{
38
- "name":"AttachPolicy",
39
- "http":{
40
- "method":"POST",
41
- "requestUri":"/"
42
- },
43
- "input":{"shape":"AttachPolicyRequest"},
44
- "errors":[
45
- {"shape":"AccessDeniedException"},
46
- {"shape":"AWSOrganizationsNotInUseException"},
47
- {"shape":"ConcurrentModificationException"},
48
- {"shape":"ConstraintViolationException"},
49
- {"shape":"DuplicatePolicyAttachmentException"},
50
- {"shape":"InvalidInputException"},
51
- {"shape":"PolicyNotFoundException"},
52
- {"shape":"PolicyTypeNotEnabledException"},
53
- {"shape":"ServiceException"},
54
- {"shape":"TargetNotFoundException"},
55
- {"shape":"TooManyRequestsException"}
56
- ]
57
- },
58
- "CancelHandshake":{
59
- "name":"CancelHandshake",
60
- "http":{
61
- "method":"POST",
62
- "requestUri":"/"
63
- },
64
- "input":{"shape":"CancelHandshakeRequest"},
65
- "output":{"shape":"CancelHandshakeResponse"},
66
- "errors":[
67
- {"shape":"AccessDeniedException"},
68
- {"shape":"ConcurrentModificationException"},
69
- {"shape":"HandshakeNotFoundException"},
70
- {"shape":"InvalidHandshakeTransitionException"},
71
- {"shape":"HandshakeAlreadyInStateException"},
72
- {"shape":"InvalidInputException"},
73
- {"shape":"ServiceException"},
74
- {"shape":"TooManyRequestsException"}
75
- ]
76
- },
77
- "CreateAccount":{
78
- "name":"CreateAccount",
79
- "http":{
80
- "method":"POST",
81
- "requestUri":"/"
82
- },
83
- "input":{"shape":"CreateAccountRequest"},
84
- "output":{"shape":"CreateAccountResponse"},
85
- "errors":[
86
- {"shape":"AccessDeniedException"},
87
- {"shape":"AWSOrganizationsNotInUseException"},
88
- {"shape":"ConcurrentModificationException"},
89
- {"shape":"ConstraintViolationException"},
90
- {"shape":"InvalidInputException"},
91
- {"shape":"FinalizingOrganizationException"},
92
- {"shape":"ServiceException"},
93
- {"shape":"TooManyRequestsException"}
94
- ]
95
- },
96
- "CreateOrganization":{
97
- "name":"CreateOrganization",
98
- "http":{
99
- "method":"POST",
100
- "requestUri":"/"
101
- },
102
- "input":{"shape":"CreateOrganizationRequest"},
103
- "output":{"shape":"CreateOrganizationResponse"},
104
- "errors":[
105
- {"shape":"AccessDeniedException"},
106
- {"shape":"AlreadyInOrganizationException"},
107
- {"shape":"ConcurrentModificationException"},
108
- {"shape":"ConstraintViolationException"},
109
- {"shape":"InvalidInputException"},
110
- {"shape":"ServiceException"},
111
- {"shape":"TooManyRequestsException"}
112
- ]
113
- },
114
- "CreateOrganizationalUnit":{
115
- "name":"CreateOrganizationalUnit",
116
- "http":{
117
- "method":"POST",
118
- "requestUri":"/"
119
- },
120
- "input":{"shape":"CreateOrganizationalUnitRequest"},
121
- "output":{"shape":"CreateOrganizationalUnitResponse"},
122
- "errors":[
123
- {"shape":"AccessDeniedException"},
124
- {"shape":"AWSOrganizationsNotInUseException"},
125
- {"shape":"ConcurrentModificationException"},
126
- {"shape":"ConstraintViolationException"},
127
- {"shape":"DuplicateOrganizationalUnitException"},
128
- {"shape":"InvalidInputException"},
129
- {"shape":"ParentNotFoundException"},
130
- {"shape":"ServiceException"},
131
- {"shape":"TooManyRequestsException"}
132
- ]
133
- },
134
- "CreatePolicy":{
135
- "name":"CreatePolicy",
136
- "http":{
137
- "method":"POST",
138
- "requestUri":"/"
139
- },
140
- "input":{"shape":"CreatePolicyRequest"},
141
- "output":{"shape":"CreatePolicyResponse"},
142
- "errors":[
143
- {"shape":"AccessDeniedException"},
144
- {"shape":"AWSOrganizationsNotInUseException"},
145
- {"shape":"ConcurrentModificationException"},
146
- {"shape":"ConstraintViolationException"},
147
- {"shape":"DuplicatePolicyException"},
148
- {"shape":"InvalidInputException"},
149
- {"shape":"MalformedPolicyDocumentException"},
150
- {"shape":"PolicyTypeNotAvailableForOrganizationException"},
151
- {"shape":"ServiceException"},
152
- {"shape":"TooManyRequestsException"}
153
- ]
154
- },
155
- "DeclineHandshake":{
156
- "name":"DeclineHandshake",
157
- "http":{
158
- "method":"POST",
159
- "requestUri":"/"
160
- },
161
- "input":{"shape":"DeclineHandshakeRequest"},
162
- "output":{"shape":"DeclineHandshakeResponse"},
163
- "errors":[
164
- {"shape":"AccessDeniedException"},
165
- {"shape":"ConcurrentModificationException"},
166
- {"shape":"HandshakeNotFoundException"},
167
- {"shape":"InvalidHandshakeTransitionException"},
168
- {"shape":"HandshakeAlreadyInStateException"},
169
- {"shape":"InvalidInputException"},
170
- {"shape":"ServiceException"},
171
- {"shape":"TooManyRequestsException"}
172
- ]
173
- },
174
- "DeleteOrganization":{
175
- "name":"DeleteOrganization",
176
- "http":{
177
- "method":"POST",
178
- "requestUri":"/"
179
- },
180
- "errors":[
181
- {"shape":"AccessDeniedException"},
182
- {"shape":"AWSOrganizationsNotInUseException"},
183
- {"shape":"ConcurrentModificationException"},
184
- {"shape":"InvalidInputException"},
185
- {"shape":"OrganizationNotEmptyException"},
186
- {"shape":"ServiceException"},
187
- {"shape":"TooManyRequestsException"}
188
- ]
189
- },
190
- "DeleteOrganizationalUnit":{
191
- "name":"DeleteOrganizationalUnit",
192
- "http":{
193
- "method":"POST",
194
- "requestUri":"/"
195
- },
196
- "input":{"shape":"DeleteOrganizationalUnitRequest"},
197
- "errors":[
198
- {"shape":"AccessDeniedException"},
199
- {"shape":"AWSOrganizationsNotInUseException"},
200
- {"shape":"ConcurrentModificationException"},
201
- {"shape":"InvalidInputException"},
202
- {"shape":"OrganizationalUnitNotEmptyException"},
203
- {"shape":"OrganizationalUnitNotFoundException"},
204
- {"shape":"ServiceException"},
205
- {"shape":"TooManyRequestsException"}
206
- ]
207
- },
208
- "DeletePolicy":{
209
- "name":"DeletePolicy",
210
- "http":{
211
- "method":"POST",
212
- "requestUri":"/"
213
- },
214
- "input":{"shape":"DeletePolicyRequest"},
215
- "errors":[
216
- {"shape":"AccessDeniedException"},
217
- {"shape":"AWSOrganizationsNotInUseException"},
218
- {"shape":"ConcurrentModificationException"},
219
- {"shape":"InvalidInputException"},
220
- {"shape":"PolicyInUseException"},
221
- {"shape":"PolicyNotFoundException"},
222
- {"shape":"ServiceException"},
223
- {"shape":"TooManyRequestsException"}
224
- ]
225
- },
226
- "DescribeAccount":{
227
- "name":"DescribeAccount",
228
- "http":{
229
- "method":"POST",
230
- "requestUri":"/"
231
- },
232
- "input":{"shape":"DescribeAccountRequest"},
233
- "output":{"shape":"DescribeAccountResponse"},
234
- "errors":[
235
- {"shape":"AccessDeniedException"},
236
- {"shape":"AccountNotFoundException"},
237
- {"shape":"AWSOrganizationsNotInUseException"},
238
- {"shape":"InvalidInputException"},
239
- {"shape":"ServiceException"},
240
- {"shape":"TooManyRequestsException"}
241
- ]
242
- },
243
- "DescribeCreateAccountStatus":{
244
- "name":"DescribeCreateAccountStatus",
245
- "http":{
246
- "method":"POST",
247
- "requestUri":"/"
248
- },
249
- "input":{"shape":"DescribeCreateAccountStatusRequest"},
250
- "output":{"shape":"DescribeCreateAccountStatusResponse"},
251
- "errors":[
252
- {"shape":"AccessDeniedException"},
253
- {"shape":"AWSOrganizationsNotInUseException"},
254
- {"shape":"CreateAccountStatusNotFoundException"},
255
- {"shape":"InvalidInputException"},
256
- {"shape":"ServiceException"},
257
- {"shape":"TooManyRequestsException"}
258
- ]
259
- },
260
- "DescribeHandshake":{
261
- "name":"DescribeHandshake",
262
- "http":{
263
- "method":"POST",
264
- "requestUri":"/"
265
- },
266
- "input":{"shape":"DescribeHandshakeRequest"},
267
- "output":{"shape":"DescribeHandshakeResponse"},
268
- "errors":[
269
- {"shape":"AccessDeniedException"},
270
- {"shape":"ConcurrentModificationException"},
271
- {"shape":"HandshakeNotFoundException"},
272
- {"shape":"InvalidInputException"},
273
- {"shape":"ServiceException"},
274
- {"shape":"TooManyRequestsException"}
275
- ]
276
- },
277
- "DescribeOrganization":{
278
- "name":"DescribeOrganization",
279
- "http":{
280
- "method":"POST",
281
- "requestUri":"/"
282
- },
283
- "output":{"shape":"DescribeOrganizationResponse"},
284
- "errors":[
285
- {"shape":"AccessDeniedException"},
286
- {"shape":"AWSOrganizationsNotInUseException"},
287
- {"shape":"ConcurrentModificationException"},
288
- {"shape":"ServiceException"},
289
- {"shape":"TooManyRequestsException"}
290
- ]
291
- },
292
- "DescribeOrganizationalUnit":{
293
- "name":"DescribeOrganizationalUnit",
294
- "http":{
295
- "method":"POST",
296
- "requestUri":"/"
297
- },
298
- "input":{"shape":"DescribeOrganizationalUnitRequest"},
299
- "output":{"shape":"DescribeOrganizationalUnitResponse"},
300
- "errors":[
301
- {"shape":"AccessDeniedException"},
302
- {"shape":"AWSOrganizationsNotInUseException"},
303
- {"shape":"InvalidInputException"},
304
- {"shape":"OrganizationalUnitNotFoundException"},
305
- {"shape":"ServiceException"},
306
- {"shape":"TooManyRequestsException"}
307
- ]
308
- },
309
- "DescribePolicy":{
310
- "name":"DescribePolicy",
311
- "http":{
312
- "method":"POST",
313
- "requestUri":"/"
314
- },
315
- "input":{"shape":"DescribePolicyRequest"},
316
- "output":{"shape":"DescribePolicyResponse"},
317
- "errors":[
318
- {"shape":"AccessDeniedException"},
319
- {"shape":"AWSOrganizationsNotInUseException"},
320
- {"shape":"InvalidInputException"},
321
- {"shape":"PolicyNotFoundException"},
322
- {"shape":"ServiceException"},
323
- {"shape":"TooManyRequestsException"}
324
- ]
325
- },
326
- "DetachPolicy":{
327
- "name":"DetachPolicy",
328
- "http":{
329
- "method":"POST",
330
- "requestUri":"/"
331
- },
332
- "input":{"shape":"DetachPolicyRequest"},
333
- "errors":[
334
- {"shape":"AccessDeniedException"},
335
- {"shape":"AWSOrganizationsNotInUseException"},
336
- {"shape":"ConcurrentModificationException"},
337
- {"shape":"ConstraintViolationException"},
338
- {"shape":"InvalidInputException"},
339
- {"shape":"PolicyNotAttachedException"},
340
- {"shape":"PolicyNotFoundException"},
341
- {"shape":"ServiceException"},
342
- {"shape":"TargetNotFoundException"},
343
- {"shape":"TooManyRequestsException"}
344
- ]
345
- },
346
- "DisablePolicyType":{
347
- "name":"DisablePolicyType",
348
- "http":{
349
- "method":"POST",
350
- "requestUri":"/"
351
- },
352
- "input":{"shape":"DisablePolicyTypeRequest"},
353
- "output":{"shape":"DisablePolicyTypeResponse"},
354
- "errors":[
355
- {"shape":"AccessDeniedException"},
356
- {"shape":"AWSOrganizationsNotInUseException"},
357
- {"shape":"ConcurrentModificationException"},
358
- {"shape":"ConstraintViolationException"},
359
- {"shape":"InvalidInputException"},
360
- {"shape":"PolicyTypeNotEnabledException"},
361
- {"shape":"RootNotFoundException"},
362
- {"shape":"ServiceException"},
363
- {"shape":"TooManyRequestsException"}
364
- ]
365
- },
366
- "EnableAllFeatures":{
367
- "name":"EnableAllFeatures",
368
- "http":{
369
- "method":"POST",
370
- "requestUri":"/"
371
- },
372
- "input":{"shape":"EnableAllFeaturesRequest"},
373
- "output":{"shape":"EnableAllFeaturesResponse"},
374
- "errors":[
375
- {"shape":"AccessDeniedException"},
376
- {"shape":"AWSOrganizationsNotInUseException"},
377
- {"shape":"ConcurrentModificationException"},
378
- {"shape":"HandshakeConstraintViolationException"},
379
- {"shape":"InvalidInputException"},
380
- {"shape":"ServiceException"},
381
- {"shape":"TooManyRequestsException"}
382
- ]
383
- },
384
- "EnablePolicyType":{
385
- "name":"EnablePolicyType",
386
- "http":{
387
- "method":"POST",
388
- "requestUri":"/"
389
- },
390
- "input":{"shape":"EnablePolicyTypeRequest"},
391
- "output":{"shape":"EnablePolicyTypeResponse"},
392
- "errors":[
393
- {"shape":"AccessDeniedException"},
394
- {"shape":"AWSOrganizationsNotInUseException"},
395
- {"shape":"ConcurrentModificationException"},
396
- {"shape":"ConstraintViolationException"},
397
- {"shape":"InvalidInputException"},
398
- {"shape":"PolicyTypeAlreadyEnabledException"},
399
- {"shape":"RootNotFoundException"},
400
- {"shape":"ServiceException"},
401
- {"shape":"TooManyRequestsException"},
402
- {"shape":"PolicyTypeNotAvailableForOrganizationException"}
403
- ]
404
- },
405
- "InviteAccountToOrganization":{
406
- "name":"InviteAccountToOrganization",
407
- "http":{
408
- "method":"POST",
409
- "requestUri":"/"
410
- },
411
- "input":{"shape":"InviteAccountToOrganizationRequest"},
412
- "output":{"shape":"InviteAccountToOrganizationResponse"},
413
- "errors":[
414
- {"shape":"AccessDeniedException"},
415
- {"shape":"AWSOrganizationsNotInUseException"},
416
- {"shape":"ConcurrentModificationException"},
417
- {"shape":"HandshakeConstraintViolationException"},
418
- {"shape":"DuplicateHandshakeException"},
419
- {"shape":"InvalidInputException"},
420
- {"shape":"FinalizingOrganizationException"},
421
- {"shape":"ServiceException"},
422
- {"shape":"TooManyRequestsException"}
423
- ]
424
- },
425
- "LeaveOrganization":{
426
- "name":"LeaveOrganization",
427
- "http":{
428
- "method":"POST",
429
- "requestUri":"/"
430
- },
431
- "errors":[
432
- {"shape":"AccessDeniedException"},
433
- {"shape":"AccountNotFoundException"},
434
- {"shape":"AWSOrganizationsNotInUseException"},
435
- {"shape":"ConcurrentModificationException"},
436
- {"shape":"ConstraintViolationException"},
437
- {"shape":"InvalidInputException"},
438
- {"shape":"MasterCannotLeaveOrganizationException"},
439
- {"shape":"ServiceException"},
440
- {"shape":"TooManyRequestsException"}
441
- ]
442
- },
443
- "ListAccounts":{
444
- "name":"ListAccounts",
445
- "http":{
446
- "method":"POST",
447
- "requestUri":"/"
448
- },
449
- "input":{"shape":"ListAccountsRequest"},
450
- "output":{"shape":"ListAccountsResponse"},
451
- "errors":[
452
- {"shape":"AccessDeniedException"},
453
- {"shape":"AWSOrganizationsNotInUseException"},
454
- {"shape":"InvalidInputException"},
455
- {"shape":"ServiceException"},
456
- {"shape":"TooManyRequestsException"}
457
- ]
458
- },
459
- "ListAccountsForParent":{
460
- "name":"ListAccountsForParent",
461
- "http":{
462
- "method":"POST",
463
- "requestUri":"/"
464
- },
465
- "input":{"shape":"ListAccountsForParentRequest"},
466
- "output":{"shape":"ListAccountsForParentResponse"},
467
- "errors":[
468
- {"shape":"AccessDeniedException"},
469
- {"shape":"AWSOrganizationsNotInUseException"},
470
- {"shape":"InvalidInputException"},
471
- {"shape":"ParentNotFoundException"},
472
- {"shape":"ServiceException"},
473
- {"shape":"TooManyRequestsException"}
474
- ]
475
- },
476
- "ListChildren":{
477
- "name":"ListChildren",
478
- "http":{
479
- "method":"POST",
480
- "requestUri":"/"
481
- },
482
- "input":{"shape":"ListChildrenRequest"},
483
- "output":{"shape":"ListChildrenResponse"},
484
- "errors":[
485
- {"shape":"AccessDeniedException"},
486
- {"shape":"AWSOrganizationsNotInUseException"},
487
- {"shape":"InvalidInputException"},
488
- {"shape":"ParentNotFoundException"},
489
- {"shape":"ServiceException"},
490
- {"shape":"TooManyRequestsException"}
491
- ]
492
- },
493
- "ListCreateAccountStatus":{
494
- "name":"ListCreateAccountStatus",
495
- "http":{
496
- "method":"POST",
497
- "requestUri":"/"
498
- },
499
- "input":{"shape":"ListCreateAccountStatusRequest"},
500
- "output":{"shape":"ListCreateAccountStatusResponse"},
501
- "errors":[
502
- {"shape":"AccessDeniedException"},
503
- {"shape":"AWSOrganizationsNotInUseException"},
504
- {"shape":"InvalidInputException"},
505
- {"shape":"ServiceException"},
506
- {"shape":"TooManyRequestsException"}
507
- ]
508
- },
509
- "ListHandshakesForAccount":{
510
- "name":"ListHandshakesForAccount",
511
- "http":{
512
- "method":"POST",
513
- "requestUri":"/"
514
- },
515
- "input":{"shape":"ListHandshakesForAccountRequest"},
516
- "output":{"shape":"ListHandshakesForAccountResponse"},
517
- "errors":[
518
- {"shape":"AccessDeniedException"},
519
- {"shape":"ConcurrentModificationException"},
520
- {"shape":"InvalidInputException"},
521
- {"shape":"ServiceException"},
522
- {"shape":"TooManyRequestsException"}
523
- ]
524
- },
525
- "ListHandshakesForOrganization":{
526
- "name":"ListHandshakesForOrganization",
527
- "http":{
528
- "method":"POST",
529
- "requestUri":"/"
530
- },
531
- "input":{"shape":"ListHandshakesForOrganizationRequest"},
532
- "output":{"shape":"ListHandshakesForOrganizationResponse"},
533
- "errors":[
534
- {"shape":"AccessDeniedException"},
535
- {"shape":"AWSOrganizationsNotInUseException"},
536
- {"shape":"ConcurrentModificationException"},
537
- {"shape":"InvalidInputException"},
538
- {"shape":"ServiceException"},
539
- {"shape":"TooManyRequestsException"}
540
- ]
541
- },
542
- "ListOrganizationalUnitsForParent":{
543
- "name":"ListOrganizationalUnitsForParent",
544
- "http":{
545
- "method":"POST",
546
- "requestUri":"/"
547
- },
548
- "input":{"shape":"ListOrganizationalUnitsForParentRequest"},
549
- "output":{"shape":"ListOrganizationalUnitsForParentResponse"},
550
- "errors":[
551
- {"shape":"AccessDeniedException"},
552
- {"shape":"AWSOrganizationsNotInUseException"},
553
- {"shape":"InvalidInputException"},
554
- {"shape":"ParentNotFoundException"},
555
- {"shape":"ServiceException"},
556
- {"shape":"TooManyRequestsException"}
557
- ]
558
- },
559
- "ListParents":{
560
- "name":"ListParents",
561
- "http":{
562
- "method":"POST",
563
- "requestUri":"/"
564
- },
565
- "input":{"shape":"ListParentsRequest"},
566
- "output":{"shape":"ListParentsResponse"},
567
- "errors":[
568
- {"shape":"AccessDeniedException"},
569
- {"shape":"AWSOrganizationsNotInUseException"},
570
- {"shape":"ChildNotFoundException"},
571
- {"shape":"InvalidInputException"},
572
- {"shape":"ServiceException"},
573
- {"shape":"TooManyRequestsException"}
574
- ]
575
- },
576
- "ListPolicies":{
577
- "name":"ListPolicies",
578
- "http":{
579
- "method":"POST",
580
- "requestUri":"/"
581
- },
582
- "input":{"shape":"ListPoliciesRequest"},
583
- "output":{"shape":"ListPoliciesResponse"},
584
- "errors":[
585
- {"shape":"AccessDeniedException"},
586
- {"shape":"AWSOrganizationsNotInUseException"},
587
- {"shape":"InvalidInputException"},
588
- {"shape":"ServiceException"},
589
- {"shape":"TooManyRequestsException"}
590
- ]
591
- },
592
- "ListPoliciesForTarget":{
593
- "name":"ListPoliciesForTarget",
594
- "http":{
595
- "method":"POST",
596
- "requestUri":"/"
597
- },
598
- "input":{"shape":"ListPoliciesForTargetRequest"},
599
- "output":{"shape":"ListPoliciesForTargetResponse"},
600
- "errors":[
601
- {"shape":"AccessDeniedException"},
602
- {"shape":"AWSOrganizationsNotInUseException"},
603
- {"shape":"InvalidInputException"},
604
- {"shape":"ServiceException"},
605
- {"shape":"TargetNotFoundException"},
606
- {"shape":"TooManyRequestsException"}
607
- ]
608
- },
609
- "ListRoots":{
610
- "name":"ListRoots",
611
- "http":{
612
- "method":"POST",
613
- "requestUri":"/"
614
- },
615
- "input":{"shape":"ListRootsRequest"},
616
- "output":{"shape":"ListRootsResponse"},
617
- "errors":[
618
- {"shape":"AccessDeniedException"},
619
- {"shape":"AWSOrganizationsNotInUseException"},
620
- {"shape":"InvalidInputException"},
621
- {"shape":"ServiceException"},
622
- {"shape":"TooManyRequestsException"}
623
- ]
624
- },
625
- "ListTargetsForPolicy":{
626
- "name":"ListTargetsForPolicy",
627
- "http":{
628
- "method":"POST",
629
- "requestUri":"/"
630
- },
631
- "input":{"shape":"ListTargetsForPolicyRequest"},
632
- "output":{"shape":"ListTargetsForPolicyResponse"},
633
- "errors":[
634
- {"shape":"AccessDeniedException"},
635
- {"shape":"AWSOrganizationsNotInUseException"},
636
- {"shape":"InvalidInputException"},
637
- {"shape":"PolicyNotFoundException"},
638
- {"shape":"ServiceException"},
639
- {"shape":"TooManyRequestsException"}
640
- ]
641
- },
642
- "MoveAccount":{
643
- "name":"MoveAccount",
644
- "http":{
645
- "method":"POST",
646
- "requestUri":"/"
647
- },
648
- "input":{"shape":"MoveAccountRequest"},
649
- "errors":[
650
- {"shape":"AccessDeniedException"},
651
- {"shape":"InvalidInputException"},
652
- {"shape":"SourceParentNotFoundException"},
653
- {"shape":"DestinationParentNotFoundException"},
654
- {"shape":"DuplicateAccountException"},
655
- {"shape":"AccountNotFoundException"},
656
- {"shape":"TooManyRequestsException"},
657
- {"shape":"ConcurrentModificationException"},
658
- {"shape":"AWSOrganizationsNotInUseException"},
659
- {"shape":"ServiceException"}
660
- ]
661
- },
662
- "RemoveAccountFromOrganization":{
663
- "name":"RemoveAccountFromOrganization",
664
- "http":{
665
- "method":"POST",
666
- "requestUri":"/"
667
- },
668
- "input":{"shape":"RemoveAccountFromOrganizationRequest"},
669
- "errors":[
670
- {"shape":"AccessDeniedException"},
671
- {"shape":"AccountNotFoundException"},
672
- {"shape":"AWSOrganizationsNotInUseException"},
673
- {"shape":"ConcurrentModificationException"},
674
- {"shape":"ConstraintViolationException"},
675
- {"shape":"InvalidInputException"},
676
- {"shape":"MasterCannotLeaveOrganizationException"},
677
- {"shape":"ServiceException"},
678
- {"shape":"TooManyRequestsException"}
679
- ]
680
- },
681
- "UpdateOrganizationalUnit":{
682
- "name":"UpdateOrganizationalUnit",
683
- "http":{
684
- "method":"POST",
685
- "requestUri":"/"
686
- },
687
- "input":{"shape":"UpdateOrganizationalUnitRequest"},
688
- "output":{"shape":"UpdateOrganizationalUnitResponse"},
689
- "errors":[
690
- {"shape":"AccessDeniedException"},
691
- {"shape":"AWSOrganizationsNotInUseException"},
692
- {"shape":"ConcurrentModificationException"},
693
- {"shape":"DuplicateOrganizationalUnitException"},
694
- {"shape":"InvalidInputException"},
695
- {"shape":"OrganizationalUnitNotFoundException"},
696
- {"shape":"ServiceException"},
697
- {"shape":"TooManyRequestsException"}
698
- ]
699
- },
700
- "UpdatePolicy":{
701
- "name":"UpdatePolicy",
702
- "http":{
703
- "method":"POST",
704
- "requestUri":"/"
705
- },
706
- "input":{"shape":"UpdatePolicyRequest"},
707
- "output":{"shape":"UpdatePolicyResponse"},
708
- "errors":[
709
- {"shape":"AccessDeniedException"},
710
- {"shape":"AWSOrganizationsNotInUseException"},
711
- {"shape":"ConcurrentModificationException"},
712
- {"shape":"ConstraintViolationException"},
713
- {"shape":"DuplicatePolicyException"},
714
- {"shape":"InvalidInputException"},
715
- {"shape":"MalformedPolicyDocumentException"},
716
- {"shape":"PolicyNotFoundException"},
717
- {"shape":"ServiceException"},
718
- {"shape":"TooManyRequestsException"}
719
- ]
720
- }
721
- },
722
- "shapes":{
723
- "AWSOrganizationsNotInUseException":{
724
- "type":"structure",
725
- "members":{
726
- "Message":{"shape":"ExceptionMessage"}
727
- },
728
- "exception":true
729
- },
730
- "AcceptHandshakeRequest":{
731
- "type":"structure",
732
- "required":["HandshakeId"],
733
- "members":{
734
- "HandshakeId":{"shape":"HandshakeId"}
735
- }
736
- },
737
- "AcceptHandshakeResponse":{
738
- "type":"structure",
739
- "members":{
740
- "Handshake":{"shape":"Handshake"}
741
- }
742
- },
743
- "AccessDeniedException":{
744
- "type":"structure",
745
- "members":{
746
- "Message":{"shape":"ExceptionMessage"}
747
- },
748
- "exception":true
749
- },
750
- "Account":{
751
- "type":"structure",
752
- "members":{
753
- "Id":{"shape":"AccountId"},
754
- "Arn":{"shape":"AccountArn"},
755
- "Email":{"shape":"Email"},
756
- "Name":{"shape":"AccountName"},
757
- "Status":{"shape":"AccountStatus"},
758
- "JoinedMethod":{"shape":"AccountJoinedMethod"},
759
- "JoinedTimestamp":{"shape":"Timestamp"}
760
- }
761
- },
762
- "AccountArn":{
763
- "type":"string",
764
- "pattern":"^arn:aws:organizations::\\d{12}:account\\/o-[a-z0-9]{10,32}\\/\\d{12}"
765
- },
766
- "AccountId":{
767
- "type":"string",
768
- "pattern":"^\\d{12}$"
769
- },
770
- "AccountJoinedMethod":{
771
- "type":"string",
772
- "enum":[
773
- "INVITED",
774
- "CREATED"
775
- ]
776
- },
777
- "AccountName":{
778
- "type":"string",
779
- "max":50,
780
- "min":1,
781
- "sensitive":true
782
- },
783
- "AccountNotFoundException":{
784
- "type":"structure",
785
- "members":{
786
- "Message":{"shape":"ExceptionMessage"}
787
- },
788
- "exception":true
789
- },
790
- "AccountStatus":{
791
- "type":"string",
792
- "enum":[
793
- "ACTIVE",
794
- "SUSPENDED"
795
- ]
796
- },
797
- "Accounts":{
798
- "type":"list",
799
- "member":{"shape":"Account"}
800
- },
801
- "ActionType":{
802
- "type":"string",
803
- "enum":[
804
- "INVITE",
805
- "ENABLE_ALL_FEATURES",
806
- "APPROVE_ALL_FEATURES"
807
- ]
808
- },
809
- "AlreadyInOrganizationException":{
810
- "type":"structure",
811
- "members":{
812
- "Message":{"shape":"ExceptionMessage"}
813
- },
814
- "exception":true
815
- },
816
- "AttachPolicyRequest":{
817
- "type":"structure",
818
- "required":[
819
- "PolicyId",
820
- "TargetId"
821
- ],
822
- "members":{
823
- "PolicyId":{"shape":"PolicyId"},
824
- "TargetId":{"shape":"PolicyTargetId"}
825
- }
826
- },
827
- "AwsManagedPolicy":{"type":"boolean"},
828
- "CancelHandshakeRequest":{
829
- "type":"structure",
830
- "required":["HandshakeId"],
831
- "members":{
832
- "HandshakeId":{"shape":"HandshakeId"}
833
- }
834
- },
835
- "CancelHandshakeResponse":{
836
- "type":"structure",
837
- "members":{
838
- "Handshake":{"shape":"Handshake"}
839
- }
840
- },
841
- "Child":{
842
- "type":"structure",
843
- "members":{
844
- "Id":{"shape":"ChildId"},
845
- "Type":{"shape":"ChildType"}
846
- }
847
- },
848
- "ChildId":{
849
- "type":"string",
850
- "pattern":"^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
851
- },
852
- "ChildNotFoundException":{
853
- "type":"structure",
854
- "members":{
855
- "Message":{"shape":"ExceptionMessage"}
856
- },
857
- "exception":true
858
- },
859
- "ChildType":{
860
- "type":"string",
861
- "enum":[
862
- "ACCOUNT",
863
- "ORGANIZATIONAL_UNIT"
864
- ]
865
- },
866
- "Children":{
867
- "type":"list",
868
- "member":{"shape":"Child"}
869
- },
870
- "ConcurrentModificationException":{
871
- "type":"structure",
872
- "members":{
873
- "Message":{"shape":"ExceptionMessage"}
874
- },
875
- "exception":true
876
- },
877
- "ConstraintViolationException":{
878
- "type":"structure",
879
- "members":{
880
- "Message":{"shape":"ExceptionMessage"},
881
- "Reason":{"shape":"ConstraintViolationExceptionReason"}
882
- },
883
- "exception":true
884
- },
885
- "ConstraintViolationExceptionReason":{
886
- "type":"string",
887
- "enum":[
888
- "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
889
- "HANDSHAKE_RATE_LIMIT_EXCEEDED",
890
- "OU_NUMBER_LIMIT_EXCEEDED",
891
- "OU_DEPTH_LIMIT_EXCEEDED",
892
- "POLICY_NUMBER_LIMIT_EXCEEDED",
893
- "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
894
- "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
895
- "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
896
- "ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA",
897
- "ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION",
898
- "MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
899
- "MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
900
- "ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
901
- "MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE"
902
- ]
903
- },
904
- "CreateAccountFailureReason":{
905
- "type":"string",
906
- "enum":[
907
- "ACCOUNT_LIMIT_EXCEEDED",
908
- "EMAIL_ALREADY_EXISTS",
909
- "INVALID_ADDRESS",
910
- "INVALID_EMAIL",
911
- "INTERNAL_FAILURE"
912
- ]
913
- },
914
- "CreateAccountRequest":{
915
- "type":"structure",
916
- "required":[
917
- "Email",
918
- "AccountName"
919
- ],
920
- "members":{
921
- "Email":{"shape":"Email"},
922
- "AccountName":{"shape":"AccountName"},
923
- "RoleName":{"shape":"RoleName"},
924
- "IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
925
- }
926
- },
927
- "CreateAccountRequestId":{
928
- "type":"string",
929
- "pattern":"^car-[a-z0-9]{8,32}$"
930
- },
931
- "CreateAccountResponse":{
932
- "type":"structure",
933
- "members":{
934
- "CreateAccountStatus":{"shape":"CreateAccountStatus"}
935
- }
936
- },
937
- "CreateAccountState":{
938
- "type":"string",
939
- "enum":[
940
- "IN_PROGRESS",
941
- "SUCCEEDED",
942
- "FAILED"
943
- ]
944
- },
945
- "CreateAccountStates":{
946
- "type":"list",
947
- "member":{"shape":"CreateAccountState"}
948
- },
949
- "CreateAccountStatus":{
950
- "type":"structure",
951
- "members":{
952
- "Id":{"shape":"CreateAccountRequestId"},
953
- "AccountName":{"shape":"AccountName"},
954
- "State":{"shape":"CreateAccountState"},
955
- "RequestedTimestamp":{"shape":"Timestamp"},
956
- "CompletedTimestamp":{"shape":"Timestamp"},
957
- "AccountId":{"shape":"AccountId"},
958
- "FailureReason":{"shape":"CreateAccountFailureReason"}
959
- }
960
- },
961
- "CreateAccountStatusNotFoundException":{
962
- "type":"structure",
963
- "members":{
964
- "Message":{"shape":"ExceptionMessage"}
965
- },
966
- "exception":true
967
- },
968
- "CreateAccountStatuses":{
969
- "type":"list",
970
- "member":{"shape":"CreateAccountStatus"}
971
- },
972
- "CreateOrganizationRequest":{
973
- "type":"structure",
974
- "members":{
975
- "FeatureSet":{"shape":"OrganizationFeatureSet"}
976
- }
977
- },
978
- "CreateOrganizationResponse":{
979
- "type":"structure",
980
- "members":{
981
- "Organization":{"shape":"Organization"}
982
- }
983
- },
984
- "CreateOrganizationalUnitRequest":{
985
- "type":"structure",
986
- "required":[
987
- "ParentId",
988
- "Name"
989
- ],
990
- "members":{
991
- "ParentId":{"shape":"ParentId"},
992
- "Name":{"shape":"OrganizationalUnitName"}
993
- }
994
- },
995
- "CreateOrganizationalUnitResponse":{
996
- "type":"structure",
997
- "members":{
998
- "OrganizationalUnit":{"shape":"OrganizationalUnit"}
999
- }
1000
- },
1001
- "CreatePolicyRequest":{
1002
- "type":"structure",
1003
- "required":[
1004
- "Content",
1005
- "Description",
1006
- "Name",
1007
- "Type"
1008
- ],
1009
- "members":{
1010
- "Content":{"shape":"PolicyContent"},
1011
- "Description":{"shape":"PolicyDescription"},
1012
- "Name":{"shape":"PolicyName"},
1013
- "Type":{"shape":"PolicyType"}
1014
- }
1015
- },
1016
- "CreatePolicyResponse":{
1017
- "type":"structure",
1018
- "members":{
1019
- "Policy":{"shape":"Policy"}
1020
- }
1021
- },
1022
- "DeclineHandshakeRequest":{
1023
- "type":"structure",
1024
- "required":["HandshakeId"],
1025
- "members":{
1026
- "HandshakeId":{"shape":"HandshakeId"}
1027
- }
1028
- },
1029
- "DeclineHandshakeResponse":{
1030
- "type":"structure",
1031
- "members":{
1032
- "Handshake":{"shape":"Handshake"}
1033
- }
1034
- },
1035
- "DeleteOrganizationalUnitRequest":{
1036
- "type":"structure",
1037
- "required":["OrganizationalUnitId"],
1038
- "members":{
1039
- "OrganizationalUnitId":{"shape":"OrganizationalUnitId"}
1040
- }
1041
- },
1042
- "DeletePolicyRequest":{
1043
- "type":"structure",
1044
- "required":["PolicyId"],
1045
- "members":{
1046
- "PolicyId":{"shape":"PolicyId"}
1047
- }
1048
- },
1049
- "DescribeAccountRequest":{
1050
- "type":"structure",
1051
- "required":["AccountId"],
1052
- "members":{
1053
- "AccountId":{"shape":"AccountId"}
1054
- }
1055
- },
1056
- "DescribeAccountResponse":{
1057
- "type":"structure",
1058
- "members":{
1059
- "Account":{"shape":"Account"}
1060
- }
1061
- },
1062
- "DescribeCreateAccountStatusRequest":{
1063
- "type":"structure",
1064
- "required":["CreateAccountRequestId"],
1065
- "members":{
1066
- "CreateAccountRequestId":{"shape":"CreateAccountRequestId"}
1067
- }
1068
- },
1069
- "DescribeCreateAccountStatusResponse":{
1070
- "type":"structure",
1071
- "members":{
1072
- "CreateAccountStatus":{"shape":"CreateAccountStatus"}
1073
- }
1074
- },
1075
- "DescribeHandshakeRequest":{
1076
- "type":"structure",
1077
- "required":["HandshakeId"],
1078
- "members":{
1079
- "HandshakeId":{"shape":"HandshakeId"}
1080
- }
1081
- },
1082
- "DescribeHandshakeResponse":{
1083
- "type":"structure",
1084
- "members":{
1085
- "Handshake":{"shape":"Handshake"}
1086
- }
1087
- },
1088
- "DescribeOrganizationResponse":{
1089
- "type":"structure",
1090
- "members":{
1091
- "Organization":{"shape":"Organization"}
1092
- }
1093
- },
1094
- "DescribeOrganizationalUnitRequest":{
1095
- "type":"structure",
1096
- "required":["OrganizationalUnitId"],
1097
- "members":{
1098
- "OrganizationalUnitId":{"shape":"OrganizationalUnitId"}
1099
- }
1100
- },
1101
- "DescribeOrganizationalUnitResponse":{
1102
- "type":"structure",
1103
- "members":{
1104
- "OrganizationalUnit":{"shape":"OrganizationalUnit"}
1105
- }
1106
- },
1107
- "DescribePolicyRequest":{
1108
- "type":"structure",
1109
- "required":["PolicyId"],
1110
- "members":{
1111
- "PolicyId":{"shape":"PolicyId"}
1112
- }
1113
- },
1114
- "DescribePolicyResponse":{
1115
- "type":"structure",
1116
- "members":{
1117
- "Policy":{"shape":"Policy"}
1118
- }
1119
- },
1120
- "DestinationParentNotFoundException":{
1121
- "type":"structure",
1122
- "members":{
1123
- "Message":{"shape":"ExceptionMessage"}
1124
- },
1125
- "exception":true
1126
- },
1127
- "DetachPolicyRequest":{
1128
- "type":"structure",
1129
- "required":[
1130
- "PolicyId",
1131
- "TargetId"
1132
- ],
1133
- "members":{
1134
- "PolicyId":{"shape":"PolicyId"},
1135
- "TargetId":{"shape":"PolicyTargetId"}
1136
- }
1137
- },
1138
- "DisablePolicyTypeRequest":{
1139
- "type":"structure",
1140
- "required":[
1141
- "RootId",
1142
- "PolicyType"
1143
- ],
1144
- "members":{
1145
- "RootId":{"shape":"RootId"},
1146
- "PolicyType":{"shape":"PolicyType"}
1147
- }
1148
- },
1149
- "DisablePolicyTypeResponse":{
1150
- "type":"structure",
1151
- "members":{
1152
- "Root":{"shape":"Root"}
1153
- }
1154
- },
1155
- "DuplicateAccountException":{
1156
- "type":"structure",
1157
- "members":{
1158
- "Message":{"shape":"ExceptionMessage"}
1159
- },
1160
- "exception":true
1161
- },
1162
- "DuplicateHandshakeException":{
1163
- "type":"structure",
1164
- "members":{
1165
- "Message":{"shape":"ExceptionMessage"}
1166
- },
1167
- "exception":true
1168
- },
1169
- "DuplicateOrganizationalUnitException":{
1170
- "type":"structure",
1171
- "members":{
1172
- "Message":{"shape":"ExceptionMessage"}
1173
- },
1174
- "exception":true
1175
- },
1176
- "DuplicatePolicyAttachmentException":{
1177
- "type":"structure",
1178
- "members":{
1179
- "Message":{"shape":"ExceptionMessage"}
1180
- },
1181
- "exception":true
1182
- },
1183
- "DuplicatePolicyException":{
1184
- "type":"structure",
1185
- "members":{
1186
- "Message":{"shape":"ExceptionMessage"}
1187
- },
1188
- "exception":true
1189
- },
1190
- "Email":{
1191
- "type":"string",
1192
- "max":64,
1193
- "min":6,
1194
- "pattern":"[^\\s@]+@[^\\s@]+\\.[^\\s@]+",
1195
- "sensitive":true
1196
- },
1197
- "EnableAllFeaturesRequest":{
1198
- "type":"structure",
1199
- "members":{
1200
- }
1201
- },
1202
- "EnableAllFeaturesResponse":{
1203
- "type":"structure",
1204
- "members":{
1205
- "Handshake":{"shape":"Handshake"}
1206
- }
1207
- },
1208
- "EnablePolicyTypeRequest":{
1209
- "type":"structure",
1210
- "required":[
1211
- "RootId",
1212
- "PolicyType"
1213
- ],
1214
- "members":{
1215
- "RootId":{"shape":"RootId"},
1216
- "PolicyType":{"shape":"PolicyType"}
1217
- }
1218
- },
1219
- "EnablePolicyTypeResponse":{
1220
- "type":"structure",
1221
- "members":{
1222
- "Root":{"shape":"Root"}
1223
- }
1224
- },
1225
- "ExceptionMessage":{"type":"string"},
1226
- "ExceptionType":{"type":"string"},
1227
- "FinalizingOrganizationException":{
1228
- "type":"structure",
1229
- "members":{
1230
- "Message":{"shape":"ExceptionMessage"}
1231
- },
1232
- "exception":true
1233
- },
1234
- "GenericArn":{
1235
- "type":"string",
1236
- "pattern":"^arn:aws:organizations::.+:.+"
1237
- },
1238
- "Handshake":{
1239
- "type":"structure",
1240
- "members":{
1241
- "Id":{"shape":"HandshakeId"},
1242
- "Arn":{"shape":"HandshakeArn"},
1243
- "Parties":{"shape":"HandshakeParties"},
1244
- "State":{"shape":"HandshakeState"},
1245
- "RequestedTimestamp":{"shape":"Timestamp"},
1246
- "ExpirationTimestamp":{"shape":"Timestamp"},
1247
- "Action":{"shape":"ActionType"},
1248
- "Resources":{"shape":"HandshakeResources"}
1249
- }
1250
- },
1251
- "HandshakeAlreadyInStateException":{
1252
- "type":"structure",
1253
- "members":{
1254
- "Message":{"shape":"ExceptionMessage"}
1255
- },
1256
- "exception":true
1257
- },
1258
- "HandshakeArn":{
1259
- "type":"string",
1260
- "pattern":"^arn:aws:organizations::\\d{12}:handshake\\/o-[a-z0-9]{10,32}\\/[a-z_]{1,32}\\/h-[0-9a-z]{8,32}"
1261
- },
1262
- "HandshakeConstraintViolationException":{
1263
- "type":"structure",
1264
- "members":{
1265
- "Message":{"shape":"ExceptionMessage"},
1266
- "Reason":{"shape":"HandshakeConstraintViolationExceptionReason"}
1267
- },
1268
- "exception":true
1269
- },
1270
- "HandshakeConstraintViolationExceptionReason":{
1271
- "type":"string",
1272
- "enum":[
1273
- "ACCOUNT_NUMBER_LIMIT_EXCEEDED",
1274
- "HANDSHAKE_RATE_LIMIT_EXCEEDED",
1275
- "ALREADY_IN_AN_ORGANIZATION",
1276
- "ORGANIZATION_ALREADY_HAS_ALL_FEATURES",
1277
- "INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES",
1278
- "PAYMENT_INSTRUMENT_REQUIRED",
1279
- "ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD",
1280
- "ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED"
1281
- ]
1282
- },
1283
- "HandshakeFilter":{
1284
- "type":"structure",
1285
- "members":{
1286
- "ActionType":{"shape":"ActionType"},
1287
- "ParentHandshakeId":{"shape":"HandshakeId"}
1288
- }
1289
- },
1290
- "HandshakeId":{
1291
- "type":"string",
1292
- "pattern":"^h-[0-9a-z]{8,32}$"
1293
- },
1294
- "HandshakeNotFoundException":{
1295
- "type":"structure",
1296
- "members":{
1297
- "Message":{"shape":"ExceptionMessage"}
1298
- },
1299
- "exception":true
1300
- },
1301
- "HandshakeNotes":{
1302
- "type":"string",
1303
- "max":1024,
1304
- "sensitive":true
1305
- },
1306
- "HandshakeParties":{
1307
- "type":"list",
1308
- "member":{"shape":"HandshakeParty"}
1309
- },
1310
- "HandshakeParty":{
1311
- "type":"structure",
1312
- "members":{
1313
- "Id":{"shape":"HandshakePartyId"},
1314
- "Type":{"shape":"HandshakePartyType"}
1315
- }
1316
- },
1317
- "HandshakePartyId":{
1318
- "type":"string",
1319
- "max":64,
1320
- "min":1,
1321
- "sensitive":true
1322
- },
1323
- "HandshakePartyType":{
1324
- "type":"string",
1325
- "enum":[
1326
- "ACCOUNT",
1327
- "ORGANIZATION",
1328
- "EMAIL"
1329
- ]
1330
- },
1331
- "HandshakeResource":{
1332
- "type":"structure",
1333
- "members":{
1334
- "Value":{"shape":"HandshakeResourceValue"},
1335
- "Type":{"shape":"HandshakeResourceType"},
1336
- "Resources":{"shape":"HandshakeResources"}
1337
- }
1338
- },
1339
- "HandshakeResourceType":{
1340
- "type":"string",
1341
- "enum":[
1342
- "ACCOUNT",
1343
- "ORGANIZATION",
1344
- "ORGANIZATION_FEATURE_SET",
1345
- "EMAIL",
1346
- "MASTER_EMAIL",
1347
- "MASTER_NAME",
1348
- "NOTES",
1349
- "PARENT_HANDSHAKE"
1350
- ]
1351
- },
1352
- "HandshakeResourceValue":{
1353
- "type":"string",
1354
- "sensitive":true
1355
- },
1356
- "HandshakeResources":{
1357
- "type":"list",
1358
- "member":{"shape":"HandshakeResource"}
1359
- },
1360
- "HandshakeState":{
1361
- "type":"string",
1362
- "enum":[
1363
- "REQUESTED",
1364
- "OPEN",
1365
- "CANCELED",
1366
- "ACCEPTED",
1367
- "DECLINED",
1368
- "EXPIRED"
1369
- ]
1370
- },
1371
- "Handshakes":{
1372
- "type":"list",
1373
- "member":{"shape":"Handshake"}
1374
- },
1375
- "IAMUserAccessToBilling":{
1376
- "type":"string",
1377
- "enum":[
1378
- "ALLOW",
1379
- "DENY"
1380
- ]
1381
- },
1382
- "InvalidHandshakeTransitionException":{
1383
- "type":"structure",
1384
- "members":{
1385
- "Message":{"shape":"ExceptionMessage"}
1386
- },
1387
- "exception":true
1388
- },
1389
- "InvalidInputException":{
1390
- "type":"structure",
1391
- "members":{
1392
- "Message":{"shape":"ExceptionMessage"},
1393
- "Reason":{"shape":"InvalidInputExceptionReason"}
1394
- },
1395
- "exception":true
1396
- },
1397
- "InvalidInputExceptionReason":{
1398
- "type":"string",
1399
- "enum":[
1400
- "INVALID_PARTY_TYPE_TARGET",
1401
- "INVALID_SYNTAX_ORGANIZATION_ARN",
1402
- "INVALID_SYNTAX_POLICY_ID",
1403
- "INVALID_ENUM",
1404
- "INVALID_LIST_MEMBER",
1405
- "MAX_LENGTH_EXCEEDED",
1406
- "MAX_VALUE_EXCEEDED",
1407
- "MIN_LENGTH_EXCEEDED",
1408
- "MIN_VALUE_EXCEEDED",
1409
- "IMMUTABLE_POLICY",
1410
- "INVALID_PATTERN",
1411
- "INVALID_PATTERN_TARGET_ID",
1412
- "INPUT_REQUIRED",
1413
- "INVALID_NEXT_TOKEN",
1414
- "MAX_LIMIT_EXCEEDED_FILTER",
1415
- "MOVING_ACCOUNT_BETWEEN_DIFFERENT_ROOTS",
1416
- "INVALID_FULL_NAME_TARGET"
1417
- ]
1418
- },
1419
- "InviteAccountToOrganizationRequest":{
1420
- "type":"structure",
1421
- "required":["Target"],
1422
- "members":{
1423
- "Target":{"shape":"HandshakeParty"},
1424
- "Notes":{"shape":"HandshakeNotes"}
1425
- }
1426
- },
1427
- "InviteAccountToOrganizationResponse":{
1428
- "type":"structure",
1429
- "members":{
1430
- "Handshake":{"shape":"Handshake"}
1431
- }
1432
- },
1433
- "ListAccountsForParentRequest":{
1434
- "type":"structure",
1435
- "required":["ParentId"],
1436
- "members":{
1437
- "ParentId":{"shape":"ParentId"},
1438
- "NextToken":{"shape":"NextToken"},
1439
- "MaxResults":{"shape":"MaxResults"}
1440
- }
1441
- },
1442
- "ListAccountsForParentResponse":{
1443
- "type":"structure",
1444
- "members":{
1445
- "Accounts":{"shape":"Accounts"},
1446
- "NextToken":{"shape":"NextToken"}
1447
- }
1448
- },
1449
- "ListAccountsRequest":{
1450
- "type":"structure",
1451
- "members":{
1452
- "NextToken":{"shape":"NextToken"},
1453
- "MaxResults":{"shape":"MaxResults"}
1454
- }
1455
- },
1456
- "ListAccountsResponse":{
1457
- "type":"structure",
1458
- "members":{
1459
- "Accounts":{"shape":"Accounts"},
1460
- "NextToken":{"shape":"NextToken"}
1461
- }
1462
- },
1463
- "ListChildrenRequest":{
1464
- "type":"structure",
1465
- "required":[
1466
- "ParentId",
1467
- "ChildType"
1468
- ],
1469
- "members":{
1470
- "ParentId":{"shape":"ParentId"},
1471
- "ChildType":{"shape":"ChildType"},
1472
- "NextToken":{"shape":"NextToken"},
1473
- "MaxResults":{"shape":"MaxResults"}
1474
- }
1475
- },
1476
- "ListChildrenResponse":{
1477
- "type":"structure",
1478
- "members":{
1479
- "Children":{"shape":"Children"},
1480
- "NextToken":{"shape":"NextToken"}
1481
- }
1482
- },
1483
- "ListCreateAccountStatusRequest":{
1484
- "type":"structure",
1485
- "members":{
1486
- "States":{"shape":"CreateAccountStates"},
1487
- "NextToken":{"shape":"NextToken"},
1488
- "MaxResults":{"shape":"MaxResults"}
1489
- }
1490
- },
1491
- "ListCreateAccountStatusResponse":{
1492
- "type":"structure",
1493
- "members":{
1494
- "CreateAccountStatuses":{"shape":"CreateAccountStatuses"},
1495
- "NextToken":{"shape":"NextToken"}
1496
- }
1497
- },
1498
- "ListHandshakesForAccountRequest":{
1499
- "type":"structure",
1500
- "members":{
1501
- "Filter":{"shape":"HandshakeFilter"},
1502
- "NextToken":{"shape":"NextToken"},
1503
- "MaxResults":{"shape":"MaxResults"}
1504
- }
1505
- },
1506
- "ListHandshakesForAccountResponse":{
1507
- "type":"structure",
1508
- "members":{
1509
- "Handshakes":{"shape":"Handshakes"},
1510
- "NextToken":{"shape":"NextToken"}
1511
- }
1512
- },
1513
- "ListHandshakesForOrganizationRequest":{
1514
- "type":"structure",
1515
- "members":{
1516
- "Filter":{"shape":"HandshakeFilter"},
1517
- "NextToken":{"shape":"NextToken"},
1518
- "MaxResults":{"shape":"MaxResults"}
1519
- }
1520
- },
1521
- "ListHandshakesForOrganizationResponse":{
1522
- "type":"structure",
1523
- "members":{
1524
- "Handshakes":{"shape":"Handshakes"},
1525
- "NextToken":{"shape":"NextToken"}
1526
- }
1527
- },
1528
- "ListOrganizationalUnitsForParentRequest":{
1529
- "type":"structure",
1530
- "required":["ParentId"],
1531
- "members":{
1532
- "ParentId":{"shape":"ParentId"},
1533
- "NextToken":{"shape":"NextToken"},
1534
- "MaxResults":{"shape":"MaxResults"}
1535
- }
1536
- },
1537
- "ListOrganizationalUnitsForParentResponse":{
1538
- "type":"structure",
1539
- "members":{
1540
- "OrganizationalUnits":{"shape":"OrganizationalUnits"},
1541
- "NextToken":{"shape":"NextToken"}
1542
- }
1543
- },
1544
- "ListParentsRequest":{
1545
- "type":"structure",
1546
- "required":["ChildId"],
1547
- "members":{
1548
- "ChildId":{"shape":"ChildId"},
1549
- "NextToken":{"shape":"NextToken"},
1550
- "MaxResults":{"shape":"MaxResults"}
1551
- }
1552
- },
1553
- "ListParentsResponse":{
1554
- "type":"structure",
1555
- "members":{
1556
- "Parents":{"shape":"Parents"},
1557
- "NextToken":{"shape":"NextToken"}
1558
- }
1559
- },
1560
- "ListPoliciesForTargetRequest":{
1561
- "type":"structure",
1562
- "required":[
1563
- "TargetId",
1564
- "Filter"
1565
- ],
1566
- "members":{
1567
- "TargetId":{"shape":"PolicyTargetId"},
1568
- "Filter":{"shape":"PolicyType"},
1569
- "NextToken":{"shape":"NextToken"},
1570
- "MaxResults":{"shape":"MaxResults"}
1571
- }
1572
- },
1573
- "ListPoliciesForTargetResponse":{
1574
- "type":"structure",
1575
- "members":{
1576
- "Policies":{"shape":"Policies"},
1577
- "NextToken":{"shape":"NextToken"}
1578
- }
1579
- },
1580
- "ListPoliciesRequest":{
1581
- "type":"structure",
1582
- "required":["Filter"],
1583
- "members":{
1584
- "Filter":{"shape":"PolicyType"},
1585
- "NextToken":{"shape":"NextToken"},
1586
- "MaxResults":{"shape":"MaxResults"}
1587
- }
1588
- },
1589
- "ListPoliciesResponse":{
1590
- "type":"structure",
1591
- "members":{
1592
- "Policies":{"shape":"Policies"},
1593
- "NextToken":{"shape":"NextToken"}
1594
- }
1595
- },
1596
- "ListRootsRequest":{
1597
- "type":"structure",
1598
- "members":{
1599
- "NextToken":{"shape":"NextToken"},
1600
- "MaxResults":{"shape":"MaxResults"}
1601
- }
1602
- },
1603
- "ListRootsResponse":{
1604
- "type":"structure",
1605
- "members":{
1606
- "Roots":{"shape":"Roots"},
1607
- "NextToken":{"shape":"NextToken"}
1608
- }
1609
- },
1610
- "ListTargetsForPolicyRequest":{
1611
- "type":"structure",
1612
- "required":["PolicyId"],
1613
- "members":{
1614
- "PolicyId":{"shape":"PolicyId"},
1615
- "NextToken":{"shape":"NextToken"},
1616
- "MaxResults":{"shape":"MaxResults"}
1617
- }
1618
- },
1619
- "ListTargetsForPolicyResponse":{
1620
- "type":"structure",
1621
- "members":{
1622
- "Targets":{"shape":"PolicyTargets"},
1623
- "NextToken":{"shape":"NextToken"}
1624
- }
1625
- },
1626
- "MalformedPolicyDocumentException":{
1627
- "type":"structure",
1628
- "members":{
1629
- "Message":{"shape":"ExceptionMessage"}
1630
- },
1631
- "exception":true
1632
- },
1633
- "MasterCannotLeaveOrganizationException":{
1634
- "type":"structure",
1635
- "members":{
1636
- "Message":{"shape":"ExceptionMessage"}
1637
- },
1638
- "exception":true
1639
- },
1640
- "MaxResults":{
1641
- "type":"integer",
1642
- "box":true,
1643
- "max":20,
1644
- "min":1
1645
- },
1646
- "MoveAccountRequest":{
1647
- "type":"structure",
1648
- "required":[
1649
- "AccountId",
1650
- "SourceParentId",
1651
- "DestinationParentId"
1652
- ],
1653
- "members":{
1654
- "AccountId":{"shape":"AccountId"},
1655
- "SourceParentId":{"shape":"ParentId"},
1656
- "DestinationParentId":{"shape":"ParentId"}
1657
- }
1658
- },
1659
- "NextToken":{"type":"string"},
1660
- "Organization":{
1661
- "type":"structure",
1662
- "members":{
1663
- "Id":{"shape":"OrganizationId"},
1664
- "Arn":{"shape":"OrganizationArn"},
1665
- "FeatureSet":{"shape":"OrganizationFeatureSet"},
1666
- "MasterAccountArn":{"shape":"AccountArn"},
1667
- "MasterAccountId":{"shape":"AccountId"},
1668
- "MasterAccountEmail":{"shape":"Email"},
1669
- "AvailablePolicyTypes":{"shape":"PolicyTypes"}
1670
- }
1671
- },
1672
- "OrganizationArn":{
1673
- "type":"string",
1674
- "pattern":"^arn:aws:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32}"
1675
- },
1676
- "OrganizationFeatureSet":{
1677
- "type":"string",
1678
- "enum":[
1679
- "ALL",
1680
- "CONSOLIDATED_BILLING"
1681
- ]
1682
- },
1683
- "OrganizationId":{
1684
- "type":"string",
1685
- "pattern":"^o-[a-z0-9]{10,32}$"
1686
- },
1687
- "OrganizationNotEmptyException":{
1688
- "type":"structure",
1689
- "members":{
1690
- "Message":{"shape":"ExceptionMessage"}
1691
- },
1692
- "exception":true
1693
- },
1694
- "OrganizationalUnit":{
1695
- "type":"structure",
1696
- "members":{
1697
- "Id":{"shape":"OrganizationalUnitId"},
1698
- "Arn":{"shape":"OrganizationalUnitArn"},
1699
- "Name":{"shape":"OrganizationalUnitName"}
1700
- }
1701
- },
1702
- "OrganizationalUnitArn":{
1703
- "type":"string",
1704
- "pattern":"^arn:aws:organizations::\\d{12}:ou\\/o-[a-z0-9]{10,32}\\/ou-[0-9a-z]{4,32}-[0-9a-z]{8,32}"
1705
- },
1706
- "OrganizationalUnitId":{
1707
- "type":"string",
1708
- "pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$"
1709
- },
1710
- "OrganizationalUnitName":{
1711
- "type":"string",
1712
- "max":128,
1713
- "min":1
1714
- },
1715
- "OrganizationalUnitNotEmptyException":{
1716
- "type":"structure",
1717
- "members":{
1718
- "Message":{"shape":"ExceptionMessage"}
1719
- },
1720
- "exception":true
1721
- },
1722
- "OrganizationalUnitNotFoundException":{
1723
- "type":"structure",
1724
- "members":{
1725
- "Message":{"shape":"ExceptionMessage"}
1726
- },
1727
- "exception":true
1728
- },
1729
- "OrganizationalUnits":{
1730
- "type":"list",
1731
- "member":{"shape":"OrganizationalUnit"}
1732
- },
1733
- "Parent":{
1734
- "type":"structure",
1735
- "members":{
1736
- "Id":{"shape":"ParentId"},
1737
- "Type":{"shape":"ParentType"}
1738
- }
1739
- },
1740
- "ParentId":{
1741
- "type":"string",
1742
- "pattern":"^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
1743
- },
1744
- "ParentNotFoundException":{
1745
- "type":"structure",
1746
- "members":{
1747
- "Message":{"shape":"ExceptionMessage"}
1748
- },
1749
- "exception":true
1750
- },
1751
- "ParentType":{
1752
- "type":"string",
1753
- "enum":[
1754
- "ROOT",
1755
- "ORGANIZATIONAL_UNIT"
1756
- ]
1757
- },
1758
- "Parents":{
1759
- "type":"list",
1760
- "member":{"shape":"Parent"}
1761
- },
1762
- "Policies":{
1763
- "type":"list",
1764
- "member":{"shape":"PolicySummary"}
1765
- },
1766
- "Policy":{
1767
- "type":"structure",
1768
- "members":{
1769
- "PolicySummary":{"shape":"PolicySummary"},
1770
- "Content":{"shape":"PolicyContent"}
1771
- }
1772
- },
1773
- "PolicyArn":{
1774
- "type":"string",
1775
- "pattern":"^(arn:aws:organizations::\\d{12}:policy\\/o-[a-z0-9]{10,32}\\/[0-9a-z_]+\\/p-[0-9a-z]{10,32})|(arn:aws:organizations::aws:policy\\/[0-9a-z_]+\\/p-[0-9a-zA-Z_]{10,128})"
1776
- },
1777
- "PolicyContent":{
1778
- "type":"string",
1779
- "max":1000000,
1780
- "min":1
1781
- },
1782
- "PolicyDescription":{
1783
- "type":"string",
1784
- "max":512
1785
- },
1786
- "PolicyId":{
1787
- "type":"string",
1788
- "pattern":"^p-[0-9a-zA-Z_]{8,128}$"
1789
- },
1790
- "PolicyInUseException":{
1791
- "type":"structure",
1792
- "members":{
1793
- "Message":{"shape":"ExceptionMessage"}
1794
- },
1795
- "exception":true
1796
- },
1797
- "PolicyName":{
1798
- "type":"string",
1799
- "max":128,
1800
- "min":1
1801
- },
1802
- "PolicyNotAttachedException":{
1803
- "type":"structure",
1804
- "members":{
1805
- "Message":{"shape":"ExceptionMessage"}
1806
- },
1807
- "exception":true
1808
- },
1809
- "PolicyNotFoundException":{
1810
- "type":"structure",
1811
- "members":{
1812
- "Message":{"shape":"ExceptionMessage"}
1813
- },
1814
- "exception":true
1815
- },
1816
- "PolicySummary":{
1817
- "type":"structure",
1818
- "members":{
1819
- "Id":{"shape":"PolicyId"},
1820
- "Arn":{"shape":"PolicyArn"},
1821
- "Name":{"shape":"PolicyName"},
1822
- "Description":{"shape":"PolicyDescription"},
1823
- "Type":{"shape":"PolicyType"},
1824
- "AwsManaged":{"shape":"AwsManagedPolicy"}
1825
- }
1826
- },
1827
- "PolicyTargetId":{
1828
- "type":"string",
1829
- "pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
1830
- },
1831
- "PolicyTargetSummary":{
1832
- "type":"structure",
1833
- "members":{
1834
- "TargetId":{"shape":"PolicyTargetId"},
1835
- "Arn":{"shape":"GenericArn"},
1836
- "Name":{"shape":"TargetName"},
1837
- "Type":{"shape":"TargetType"}
1838
- }
1839
- },
1840
- "PolicyTargets":{
1841
- "type":"list",
1842
- "member":{"shape":"PolicyTargetSummary"}
1843
- },
1844
- "PolicyType":{
1845
- "type":"string",
1846
- "enum":["SERVICE_CONTROL_POLICY"]
1847
- },
1848
- "PolicyTypeAlreadyEnabledException":{
1849
- "type":"structure",
1850
- "members":{
1851
- "Message":{"shape":"ExceptionMessage"}
1852
- },
1853
- "exception":true
1854
- },
1855
- "PolicyTypeNotAvailableForOrganizationException":{
1856
- "type":"structure",
1857
- "members":{
1858
- "Message":{"shape":"ExceptionMessage"}
1859
- },
1860
- "exception":true
1861
- },
1862
- "PolicyTypeNotEnabledException":{
1863
- "type":"structure",
1864
- "members":{
1865
- "Message":{"shape":"ExceptionMessage"}
1866
- },
1867
- "exception":true
1868
- },
1869
- "PolicyTypeStatus":{
1870
- "type":"string",
1871
- "enum":[
1872
- "ENABLED",
1873
- "PENDING_ENABLE",
1874
- "PENDING_DISABLE"
1875
- ]
1876
- },
1877
- "PolicyTypeSummary":{
1878
- "type":"structure",
1879
- "members":{
1880
- "Type":{"shape":"PolicyType"},
1881
- "Status":{"shape":"PolicyTypeStatus"}
1882
- }
1883
- },
1884
- "PolicyTypes":{
1885
- "type":"list",
1886
- "member":{"shape":"PolicyTypeSummary"}
1887
- },
1888
- "RemoveAccountFromOrganizationRequest":{
1889
- "type":"structure",
1890
- "required":["AccountId"],
1891
- "members":{
1892
- "AccountId":{"shape":"AccountId"}
1893
- }
1894
- },
1895
- "RoleName":{
1896
- "type":"string",
1897
- "pattern":"[\\w+=,.@-]{1,64}"
1898
- },
1899
- "Root":{
1900
- "type":"structure",
1901
- "members":{
1902
- "Id":{"shape":"RootId"},
1903
- "Arn":{"shape":"RootArn"},
1904
- "Name":{"shape":"RootName"},
1905
- "PolicyTypes":{"shape":"PolicyTypes"}
1906
- }
1907
- },
1908
- "RootArn":{
1909
- "type":"string",
1910
- "pattern":"^arn:aws:organizations::\\d{12}:root\\/o-[a-z0-9]{10,32}\\/r-[0-9a-z]{4,32}"
1911
- },
1912
- "RootId":{
1913
- "type":"string",
1914
- "pattern":"^r-[0-9a-z]{4,32}$"
1915
- },
1916
- "RootName":{
1917
- "type":"string",
1918
- "max":128,
1919
- "min":1
1920
- },
1921
- "RootNotFoundException":{
1922
- "type":"structure",
1923
- "members":{
1924
- "Message":{"shape":"ExceptionMessage"}
1925
- },
1926
- "exception":true
1927
- },
1928
- "Roots":{
1929
- "type":"list",
1930
- "member":{"shape":"Root"}
1931
- },
1932
- "ServiceException":{
1933
- "type":"structure",
1934
- "members":{
1935
- "Message":{"shape":"ExceptionMessage"}
1936
- },
1937
- "exception":true
1938
- },
1939
- "SourceParentNotFoundException":{
1940
- "type":"structure",
1941
- "members":{
1942
- "Message":{"shape":"ExceptionMessage"}
1943
- },
1944
- "exception":true
1945
- },
1946
- "TargetName":{
1947
- "type":"string",
1948
- "max":128,
1949
- "min":1
1950
- },
1951
- "TargetNotFoundException":{
1952
- "type":"structure",
1953
- "members":{
1954
- "Message":{"shape":"ExceptionMessage"}
1955
- },
1956
- "exception":true
1957
- },
1958
- "TargetType":{
1959
- "type":"string",
1960
- "enum":[
1961
- "ACCOUNT",
1962
- "ORGANIZATIONAL_UNIT",
1963
- "ROOT"
1964
- ]
1965
- },
1966
- "Timestamp":{"type":"timestamp"},
1967
- "TooManyRequestsException":{
1968
- "type":"structure",
1969
- "members":{
1970
- "Type":{"shape":"ExceptionType"},
1971
- "Message":{"shape":"ExceptionMessage"}
1972
- },
1973
- "exception":true
1974
- },
1975
- "UpdateOrganizationalUnitRequest":{
1976
- "type":"structure",
1977
- "required":["OrganizationalUnitId"],
1978
- "members":{
1979
- "OrganizationalUnitId":{"shape":"OrganizationalUnitId"},
1980
- "Name":{"shape":"OrganizationalUnitName"}
1981
- }
1982
- },
1983
- "UpdateOrganizationalUnitResponse":{
1984
- "type":"structure",
1985
- "members":{
1986
- "OrganizationalUnit":{"shape":"OrganizationalUnit"}
1987
- }
1988
- },
1989
- "UpdatePolicyRequest":{
1990
- "type":"structure",
1991
- "required":["PolicyId"],
1992
- "members":{
1993
- "PolicyId":{"shape":"PolicyId"},
1994
- "Name":{"shape":"PolicyName"},
1995
- "Description":{"shape":"PolicyDescription"},
1996
- "Content":{"shape":"PolicyContent"}
1997
- }
1998
- },
1999
- "UpdatePolicyResponse":{
2000
- "type":"structure",
2001
- "members":{
2002
- "Policy":{"shape":"Policy"}
2003
- }
2004
- }
2005
- }
2006
- }