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,1972 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2015-04-16",
5
- "endpointPrefix":"ds",
6
- "jsonVersion":"1.1",
7
- "protocol":"json",
8
- "serviceAbbreviation":"Directory Service",
9
- "serviceFullName":"AWS Directory Service",
10
- "signatureVersion":"v4",
11
- "targetPrefix":"DirectoryService_20150416",
12
- "uid":"ds-2015-04-16"
13
- },
14
- "operations":{
15
- "AddIpRoutes":{
16
- "name":"AddIpRoutes",
17
- "http":{
18
- "method":"POST",
19
- "requestUri":"/"
20
- },
21
- "input":{"shape":"AddIpRoutesRequest"},
22
- "output":{"shape":"AddIpRoutesResult"},
23
- "errors":[
24
- {"shape":"EntityDoesNotExistException"},
25
- {"shape":"EntityAlreadyExistsException"},
26
- {"shape":"InvalidParameterException"},
27
- {"shape":"DirectoryUnavailableException"},
28
- {"shape":"IpRouteLimitExceededException"},
29
- {"shape":"ClientException"},
30
- {"shape":"ServiceException"}
31
- ]
32
- },
33
- "AddTagsToResource":{
34
- "name":"AddTagsToResource",
35
- "http":{
36
- "method":"POST",
37
- "requestUri":"/"
38
- },
39
- "input":{"shape":"AddTagsToResourceRequest"},
40
- "output":{"shape":"AddTagsToResourceResult"},
41
- "errors":[
42
- {"shape":"EntityDoesNotExistException"},
43
- {"shape":"InvalidParameterException"},
44
- {"shape":"TagLimitExceededException"},
45
- {"shape":"ClientException"},
46
- {"shape":"ServiceException"}
47
- ]
48
- },
49
- "CancelSchemaExtension":{
50
- "name":"CancelSchemaExtension",
51
- "http":{
52
- "method":"POST",
53
- "requestUri":"/"
54
- },
55
- "input":{"shape":"CancelSchemaExtensionRequest"},
56
- "output":{"shape":"CancelSchemaExtensionResult"},
57
- "errors":[
58
- {"shape":"EntityDoesNotExistException"},
59
- {"shape":"ClientException"},
60
- {"shape":"ServiceException"}
61
- ]
62
- },
63
- "ConnectDirectory":{
64
- "name":"ConnectDirectory",
65
- "http":{
66
- "method":"POST",
67
- "requestUri":"/"
68
- },
69
- "input":{"shape":"ConnectDirectoryRequest"},
70
- "output":{"shape":"ConnectDirectoryResult"},
71
- "errors":[
72
- {"shape":"DirectoryLimitExceededException"},
73
- {"shape":"InvalidParameterException"},
74
- {"shape":"ClientException"},
75
- {"shape":"ServiceException"}
76
- ]
77
- },
78
- "CreateAlias":{
79
- "name":"CreateAlias",
80
- "http":{
81
- "method":"POST",
82
- "requestUri":"/"
83
- },
84
- "input":{"shape":"CreateAliasRequest"},
85
- "output":{"shape":"CreateAliasResult"},
86
- "errors":[
87
- {"shape":"EntityAlreadyExistsException"},
88
- {"shape":"EntityDoesNotExistException"},
89
- {"shape":"InvalidParameterException"},
90
- {"shape":"ClientException"},
91
- {"shape":"ServiceException"}
92
- ]
93
- },
94
- "CreateComputer":{
95
- "name":"CreateComputer",
96
- "http":{
97
- "method":"POST",
98
- "requestUri":"/"
99
- },
100
- "input":{"shape":"CreateComputerRequest"},
101
- "output":{"shape":"CreateComputerResult"},
102
- "errors":[
103
- {"shape":"AuthenticationFailedException"},
104
- {"shape":"DirectoryUnavailableException"},
105
- {"shape":"EntityAlreadyExistsException"},
106
- {"shape":"EntityDoesNotExistException"},
107
- {"shape":"InvalidParameterException"},
108
- {"shape":"UnsupportedOperationException"},
109
- {"shape":"ClientException"},
110
- {"shape":"ServiceException"}
111
- ]
112
- },
113
- "CreateConditionalForwarder":{
114
- "name":"CreateConditionalForwarder",
115
- "http":{
116
- "method":"POST",
117
- "requestUri":"/"
118
- },
119
- "input":{"shape":"CreateConditionalForwarderRequest"},
120
- "output":{"shape":"CreateConditionalForwarderResult"},
121
- "errors":[
122
- {"shape":"EntityAlreadyExistsException"},
123
- {"shape":"EntityDoesNotExistException"},
124
- {"shape":"DirectoryUnavailableException"},
125
- {"shape":"InvalidParameterException"},
126
- {"shape":"UnsupportedOperationException"},
127
- {"shape":"ClientException"},
128
- {"shape":"ServiceException"}
129
- ]
130
- },
131
- "CreateDirectory":{
132
- "name":"CreateDirectory",
133
- "http":{
134
- "method":"POST",
135
- "requestUri":"/"
136
- },
137
- "input":{"shape":"CreateDirectoryRequest"},
138
- "output":{"shape":"CreateDirectoryResult"},
139
- "errors":[
140
- {"shape":"DirectoryLimitExceededException"},
141
- {"shape":"InvalidParameterException"},
142
- {"shape":"ClientException"},
143
- {"shape":"ServiceException"}
144
- ]
145
- },
146
- "CreateMicrosoftAD":{
147
- "name":"CreateMicrosoftAD",
148
- "http":{
149
- "method":"POST",
150
- "requestUri":"/"
151
- },
152
- "input":{"shape":"CreateMicrosoftADRequest"},
153
- "output":{"shape":"CreateMicrosoftADResult"},
154
- "errors":[
155
- {"shape":"DirectoryLimitExceededException"},
156
- {"shape":"InvalidParameterException"},
157
- {"shape":"ClientException"},
158
- {"shape":"ServiceException"},
159
- {"shape":"UnsupportedOperationException"}
160
- ]
161
- },
162
- "CreateSnapshot":{
163
- "name":"CreateSnapshot",
164
- "http":{
165
- "method":"POST",
166
- "requestUri":"/"
167
- },
168
- "input":{"shape":"CreateSnapshotRequest"},
169
- "output":{"shape":"CreateSnapshotResult"},
170
- "errors":[
171
- {"shape":"EntityDoesNotExistException"},
172
- {"shape":"InvalidParameterException"},
173
- {"shape":"SnapshotLimitExceededException"},
174
- {"shape":"ClientException"},
175
- {"shape":"ServiceException"}
176
- ]
177
- },
178
- "CreateTrust":{
179
- "name":"CreateTrust",
180
- "http":{
181
- "method":"POST",
182
- "requestUri":"/"
183
- },
184
- "input":{"shape":"CreateTrustRequest"},
185
- "output":{"shape":"CreateTrustResult"},
186
- "errors":[
187
- {"shape":"EntityAlreadyExistsException"},
188
- {"shape":"EntityDoesNotExistException"},
189
- {"shape":"InvalidParameterException"},
190
- {"shape":"ClientException"},
191
- {"shape":"ServiceException"},
192
- {"shape":"UnsupportedOperationException"}
193
- ]
194
- },
195
- "DeleteConditionalForwarder":{
196
- "name":"DeleteConditionalForwarder",
197
- "http":{
198
- "method":"POST",
199
- "requestUri":"/"
200
- },
201
- "input":{"shape":"DeleteConditionalForwarderRequest"},
202
- "output":{"shape":"DeleteConditionalForwarderResult"},
203
- "errors":[
204
- {"shape":"EntityDoesNotExistException"},
205
- {"shape":"DirectoryUnavailableException"},
206
- {"shape":"InvalidParameterException"},
207
- {"shape":"UnsupportedOperationException"},
208
- {"shape":"ClientException"},
209
- {"shape":"ServiceException"}
210
- ]
211
- },
212
- "DeleteDirectory":{
213
- "name":"DeleteDirectory",
214
- "http":{
215
- "method":"POST",
216
- "requestUri":"/"
217
- },
218
- "input":{"shape":"DeleteDirectoryRequest"},
219
- "output":{"shape":"DeleteDirectoryResult"},
220
- "errors":[
221
- {"shape":"EntityDoesNotExistException"},
222
- {"shape":"ClientException"},
223
- {"shape":"ServiceException"}
224
- ]
225
- },
226
- "DeleteSnapshot":{
227
- "name":"DeleteSnapshot",
228
- "http":{
229
- "method":"POST",
230
- "requestUri":"/"
231
- },
232
- "input":{"shape":"DeleteSnapshotRequest"},
233
- "output":{"shape":"DeleteSnapshotResult"},
234
- "errors":[
235
- {"shape":"EntityDoesNotExistException"},
236
- {"shape":"InvalidParameterException"},
237
- {"shape":"ClientException"},
238
- {"shape":"ServiceException"}
239
- ]
240
- },
241
- "DeleteTrust":{
242
- "name":"DeleteTrust",
243
- "http":{
244
- "method":"POST",
245
- "requestUri":"/"
246
- },
247
- "input":{"shape":"DeleteTrustRequest"},
248
- "output":{"shape":"DeleteTrustResult"},
249
- "errors":[
250
- {"shape":"EntityDoesNotExistException"},
251
- {"shape":"InvalidParameterException"},
252
- {"shape":"ClientException"},
253
- {"shape":"ServiceException"},
254
- {"shape":"UnsupportedOperationException"}
255
- ]
256
- },
257
- "DeregisterEventTopic":{
258
- "name":"DeregisterEventTopic",
259
- "http":{
260
- "method":"POST",
261
- "requestUri":"/"
262
- },
263
- "input":{"shape":"DeregisterEventTopicRequest"},
264
- "output":{"shape":"DeregisterEventTopicResult"},
265
- "errors":[
266
- {"shape":"EntityDoesNotExistException"},
267
- {"shape":"InvalidParameterException"},
268
- {"shape":"ClientException"},
269
- {"shape":"ServiceException"}
270
- ]
271
- },
272
- "DescribeConditionalForwarders":{
273
- "name":"DescribeConditionalForwarders",
274
- "http":{
275
- "method":"POST",
276
- "requestUri":"/"
277
- },
278
- "input":{"shape":"DescribeConditionalForwardersRequest"},
279
- "output":{"shape":"DescribeConditionalForwardersResult"},
280
- "errors":[
281
- {"shape":"EntityDoesNotExistException"},
282
- {"shape":"DirectoryUnavailableException"},
283
- {"shape":"InvalidParameterException"},
284
- {"shape":"UnsupportedOperationException"},
285
- {"shape":"ClientException"},
286
- {"shape":"ServiceException"}
287
- ]
288
- },
289
- "DescribeDirectories":{
290
- "name":"DescribeDirectories",
291
- "http":{
292
- "method":"POST",
293
- "requestUri":"/"
294
- },
295
- "input":{"shape":"DescribeDirectoriesRequest"},
296
- "output":{"shape":"DescribeDirectoriesResult"},
297
- "errors":[
298
- {"shape":"EntityDoesNotExistException"},
299
- {"shape":"InvalidParameterException"},
300
- {"shape":"InvalidNextTokenException"},
301
- {"shape":"ClientException"},
302
- {"shape":"ServiceException"}
303
- ]
304
- },
305
- "DescribeEventTopics":{
306
- "name":"DescribeEventTopics",
307
- "http":{
308
- "method":"POST",
309
- "requestUri":"/"
310
- },
311
- "input":{"shape":"DescribeEventTopicsRequest"},
312
- "output":{"shape":"DescribeEventTopicsResult"},
313
- "errors":[
314
- {"shape":"EntityDoesNotExistException"},
315
- {"shape":"InvalidParameterException"},
316
- {"shape":"ClientException"},
317
- {"shape":"ServiceException"}
318
- ]
319
- },
320
- "DescribeSnapshots":{
321
- "name":"DescribeSnapshots",
322
- "http":{
323
- "method":"POST",
324
- "requestUri":"/"
325
- },
326
- "input":{"shape":"DescribeSnapshotsRequest"},
327
- "output":{"shape":"DescribeSnapshotsResult"},
328
- "errors":[
329
- {"shape":"EntityDoesNotExistException"},
330
- {"shape":"InvalidParameterException"},
331
- {"shape":"InvalidNextTokenException"},
332
- {"shape":"ClientException"},
333
- {"shape":"ServiceException"}
334
- ]
335
- },
336
- "DescribeTrusts":{
337
- "name":"DescribeTrusts",
338
- "http":{
339
- "method":"POST",
340
- "requestUri":"/"
341
- },
342
- "input":{"shape":"DescribeTrustsRequest"},
343
- "output":{"shape":"DescribeTrustsResult"},
344
- "errors":[
345
- {"shape":"EntityDoesNotExistException"},
346
- {"shape":"InvalidNextTokenException"},
347
- {"shape":"InvalidParameterException"},
348
- {"shape":"ClientException"},
349
- {"shape":"ServiceException"},
350
- {"shape":"UnsupportedOperationException"}
351
- ]
352
- },
353
- "DisableRadius":{
354
- "name":"DisableRadius",
355
- "http":{
356
- "method":"POST",
357
- "requestUri":"/"
358
- },
359
- "input":{"shape":"DisableRadiusRequest"},
360
- "output":{"shape":"DisableRadiusResult"},
361
- "errors":[
362
- {"shape":"EntityDoesNotExistException"},
363
- {"shape":"ClientException"},
364
- {"shape":"ServiceException"}
365
- ]
366
- },
367
- "DisableSso":{
368
- "name":"DisableSso",
369
- "http":{
370
- "method":"POST",
371
- "requestUri":"/"
372
- },
373
- "input":{"shape":"DisableSsoRequest"},
374
- "output":{"shape":"DisableSsoResult"},
375
- "errors":[
376
- {"shape":"EntityDoesNotExistException"},
377
- {"shape":"InsufficientPermissionsException"},
378
- {"shape":"AuthenticationFailedException"},
379
- {"shape":"ClientException"},
380
- {"shape":"ServiceException"}
381
- ]
382
- },
383
- "EnableRadius":{
384
- "name":"EnableRadius",
385
- "http":{
386
- "method":"POST",
387
- "requestUri":"/"
388
- },
389
- "input":{"shape":"EnableRadiusRequest"},
390
- "output":{"shape":"EnableRadiusResult"},
391
- "errors":[
392
- {"shape":"InvalidParameterException"},
393
- {"shape":"EntityAlreadyExistsException"},
394
- {"shape":"EntityDoesNotExistException"},
395
- {"shape":"ClientException"},
396
- {"shape":"ServiceException"}
397
- ]
398
- },
399
- "EnableSso":{
400
- "name":"EnableSso",
401
- "http":{
402
- "method":"POST",
403
- "requestUri":"/"
404
- },
405
- "input":{"shape":"EnableSsoRequest"},
406
- "output":{"shape":"EnableSsoResult"},
407
- "errors":[
408
- {"shape":"EntityDoesNotExistException"},
409
- {"shape":"InsufficientPermissionsException"},
410
- {"shape":"AuthenticationFailedException"},
411
- {"shape":"ClientException"},
412
- {"shape":"ServiceException"}
413
- ]
414
- },
415
- "GetDirectoryLimits":{
416
- "name":"GetDirectoryLimits",
417
- "http":{
418
- "method":"POST",
419
- "requestUri":"/"
420
- },
421
- "input":{"shape":"GetDirectoryLimitsRequest"},
422
- "output":{"shape":"GetDirectoryLimitsResult"},
423
- "errors":[
424
- {"shape":"EntityDoesNotExistException"},
425
- {"shape":"ClientException"},
426
- {"shape":"ServiceException"}
427
- ]
428
- },
429
- "GetSnapshotLimits":{
430
- "name":"GetSnapshotLimits",
431
- "http":{
432
- "method":"POST",
433
- "requestUri":"/"
434
- },
435
- "input":{"shape":"GetSnapshotLimitsRequest"},
436
- "output":{"shape":"GetSnapshotLimitsResult"},
437
- "errors":[
438
- {"shape":"EntityDoesNotExistException"},
439
- {"shape":"ClientException"},
440
- {"shape":"ServiceException"}
441
- ]
442
- },
443
- "ListIpRoutes":{
444
- "name":"ListIpRoutes",
445
- "http":{
446
- "method":"POST",
447
- "requestUri":"/"
448
- },
449
- "input":{"shape":"ListIpRoutesRequest"},
450
- "output":{"shape":"ListIpRoutesResult"},
451
- "errors":[
452
- {"shape":"EntityDoesNotExistException"},
453
- {"shape":"InvalidNextTokenException"},
454
- {"shape":"InvalidParameterException"},
455
- {"shape":"ClientException"},
456
- {"shape":"ServiceException"}
457
- ]
458
- },
459
- "ListSchemaExtensions":{
460
- "name":"ListSchemaExtensions",
461
- "http":{
462
- "method":"POST",
463
- "requestUri":"/"
464
- },
465
- "input":{"shape":"ListSchemaExtensionsRequest"},
466
- "output":{"shape":"ListSchemaExtensionsResult"},
467
- "errors":[
468
- {"shape":"InvalidNextTokenException"},
469
- {"shape":"EntityDoesNotExistException"},
470
- {"shape":"ClientException"},
471
- {"shape":"ServiceException"}
472
- ]
473
- },
474
- "ListTagsForResource":{
475
- "name":"ListTagsForResource",
476
- "http":{
477
- "method":"POST",
478
- "requestUri":"/"
479
- },
480
- "input":{"shape":"ListTagsForResourceRequest"},
481
- "output":{"shape":"ListTagsForResourceResult"},
482
- "errors":[
483
- {"shape":"EntityDoesNotExistException"},
484
- {"shape":"InvalidNextTokenException"},
485
- {"shape":"InvalidParameterException"},
486
- {"shape":"ClientException"},
487
- {"shape":"ServiceException"}
488
- ]
489
- },
490
- "RegisterEventTopic":{
491
- "name":"RegisterEventTopic",
492
- "http":{
493
- "method":"POST",
494
- "requestUri":"/"
495
- },
496
- "input":{"shape":"RegisterEventTopicRequest"},
497
- "output":{"shape":"RegisterEventTopicResult"},
498
- "errors":[
499
- {"shape":"EntityDoesNotExistException"},
500
- {"shape":"InvalidParameterException"},
501
- {"shape":"ClientException"},
502
- {"shape":"ServiceException"}
503
- ]
504
- },
505
- "RemoveIpRoutes":{
506
- "name":"RemoveIpRoutes",
507
- "http":{
508
- "method":"POST",
509
- "requestUri":"/"
510
- },
511
- "input":{"shape":"RemoveIpRoutesRequest"},
512
- "output":{"shape":"RemoveIpRoutesResult"},
513
- "errors":[
514
- {"shape":"EntityDoesNotExistException"},
515
- {"shape":"InvalidParameterException"},
516
- {"shape":"DirectoryUnavailableException"},
517
- {"shape":"ClientException"},
518
- {"shape":"ServiceException"}
519
- ]
520
- },
521
- "RemoveTagsFromResource":{
522
- "name":"RemoveTagsFromResource",
523
- "http":{
524
- "method":"POST",
525
- "requestUri":"/"
526
- },
527
- "input":{"shape":"RemoveTagsFromResourceRequest"},
528
- "output":{"shape":"RemoveTagsFromResourceResult"},
529
- "errors":[
530
- {"shape":"EntityDoesNotExistException"},
531
- {"shape":"InvalidParameterException"},
532
- {"shape":"ClientException"},
533
- {"shape":"ServiceException"}
534
- ]
535
- },
536
- "RestoreFromSnapshot":{
537
- "name":"RestoreFromSnapshot",
538
- "http":{
539
- "method":"POST",
540
- "requestUri":"/"
541
- },
542
- "input":{"shape":"RestoreFromSnapshotRequest"},
543
- "output":{"shape":"RestoreFromSnapshotResult"},
544
- "errors":[
545
- {"shape":"EntityDoesNotExistException"},
546
- {"shape":"InvalidParameterException"},
547
- {"shape":"ClientException"},
548
- {"shape":"ServiceException"}
549
- ]
550
- },
551
- "StartSchemaExtension":{
552
- "name":"StartSchemaExtension",
553
- "http":{
554
- "method":"POST",
555
- "requestUri":"/"
556
- },
557
- "input":{"shape":"StartSchemaExtensionRequest"},
558
- "output":{"shape":"StartSchemaExtensionResult"},
559
- "errors":[
560
- {"shape":"DirectoryUnavailableException"},
561
- {"shape":"EntityDoesNotExistException"},
562
- {"shape":"InvalidParameterException"},
563
- {"shape":"SnapshotLimitExceededException"},
564
- {"shape":"ClientException"},
565
- {"shape":"ServiceException"}
566
- ]
567
- },
568
- "UpdateConditionalForwarder":{
569
- "name":"UpdateConditionalForwarder",
570
- "http":{
571
- "method":"POST",
572
- "requestUri":"/"
573
- },
574
- "input":{"shape":"UpdateConditionalForwarderRequest"},
575
- "output":{"shape":"UpdateConditionalForwarderResult"},
576
- "errors":[
577
- {"shape":"EntityDoesNotExistException"},
578
- {"shape":"DirectoryUnavailableException"},
579
- {"shape":"InvalidParameterException"},
580
- {"shape":"UnsupportedOperationException"},
581
- {"shape":"ClientException"},
582
- {"shape":"ServiceException"}
583
- ]
584
- },
585
- "UpdateRadius":{
586
- "name":"UpdateRadius",
587
- "http":{
588
- "method":"POST",
589
- "requestUri":"/"
590
- },
591
- "input":{"shape":"UpdateRadiusRequest"},
592
- "output":{"shape":"UpdateRadiusResult"},
593
- "errors":[
594
- {"shape":"InvalidParameterException"},
595
- {"shape":"EntityDoesNotExistException"},
596
- {"shape":"ClientException"},
597
- {"shape":"ServiceException"}
598
- ]
599
- },
600
- "VerifyTrust":{
601
- "name":"VerifyTrust",
602
- "http":{
603
- "method":"POST",
604
- "requestUri":"/"
605
- },
606
- "input":{"shape":"VerifyTrustRequest"},
607
- "output":{"shape":"VerifyTrustResult"},
608
- "errors":[
609
- {"shape":"EntityDoesNotExistException"},
610
- {"shape":"InvalidParameterException"},
611
- {"shape":"ClientException"},
612
- {"shape":"ServiceException"},
613
- {"shape":"UnsupportedOperationException"}
614
- ]
615
- }
616
- },
617
- "shapes":{
618
- "AccessUrl":{
619
- "type":"string",
620
- "max":128,
621
- "min":1
622
- },
623
- "AddIpRoutesRequest":{
624
- "type":"structure",
625
- "required":[
626
- "DirectoryId",
627
- "IpRoutes"
628
- ],
629
- "members":{
630
- "DirectoryId":{"shape":"DirectoryId"},
631
- "IpRoutes":{"shape":"IpRoutes"},
632
- "UpdateSecurityGroupForDirectoryControllers":{"shape":"UpdateSecurityGroupForDirectoryControllers"}
633
- }
634
- },
635
- "AddIpRoutesResult":{
636
- "type":"structure",
637
- "members":{
638
- }
639
- },
640
- "AddTagsToResourceRequest":{
641
- "type":"structure",
642
- "required":[
643
- "ResourceId",
644
- "Tags"
645
- ],
646
- "members":{
647
- "ResourceId":{"shape":"ResourceId"},
648
- "Tags":{"shape":"Tags"}
649
- }
650
- },
651
- "AddTagsToResourceResult":{
652
- "type":"structure",
653
- "members":{
654
- }
655
- },
656
- "AddedDateTime":{"type":"timestamp"},
657
- "AliasName":{
658
- "type":"string",
659
- "max":62,
660
- "min":1,
661
- "pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*"
662
- },
663
- "Attribute":{
664
- "type":"structure",
665
- "members":{
666
- "Name":{"shape":"AttributeName"},
667
- "Value":{"shape":"AttributeValue"}
668
- }
669
- },
670
- "AttributeName":{
671
- "type":"string",
672
- "min":1
673
- },
674
- "AttributeValue":{"type":"string"},
675
- "Attributes":{
676
- "type":"list",
677
- "member":{"shape":"Attribute"}
678
- },
679
- "AuthenticationFailedException":{
680
- "type":"structure",
681
- "members":{
682
- "Message":{"shape":"ExceptionMessage"},
683
- "RequestId":{"shape":"RequestId"}
684
- },
685
- "exception":true
686
- },
687
- "AvailabilityZone":{"type":"string"},
688
- "AvailabilityZones":{
689
- "type":"list",
690
- "member":{"shape":"AvailabilityZone"}
691
- },
692
- "CancelSchemaExtensionRequest":{
693
- "type":"structure",
694
- "required":[
695
- "DirectoryId",
696
- "SchemaExtensionId"
697
- ],
698
- "members":{
699
- "DirectoryId":{"shape":"DirectoryId"},
700
- "SchemaExtensionId":{"shape":"SchemaExtensionId"}
701
- }
702
- },
703
- "CancelSchemaExtensionResult":{
704
- "type":"structure",
705
- "members":{
706
- }
707
- },
708
- "CidrIp":{
709
- "type":"string",
710
- "pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/([1-9]|[1-2][0-9]|3[0-2]))$"
711
- },
712
- "CidrIps":{
713
- "type":"list",
714
- "member":{"shape":"CidrIp"}
715
- },
716
- "ClientException":{
717
- "type":"structure",
718
- "members":{
719
- "Message":{"shape":"ExceptionMessage"},
720
- "RequestId":{"shape":"RequestId"}
721
- },
722
- "exception":true
723
- },
724
- "CloudOnlyDirectoriesLimitReached":{"type":"boolean"},
725
- "Computer":{
726
- "type":"structure",
727
- "members":{
728
- "ComputerId":{"shape":"SID"},
729
- "ComputerName":{"shape":"ComputerName"},
730
- "ComputerAttributes":{"shape":"Attributes"}
731
- }
732
- },
733
- "ComputerName":{
734
- "type":"string",
735
- "max":15,
736
- "min":1
737
- },
738
- "ComputerPassword":{
739
- "type":"string",
740
- "max":64,
741
- "min":8,
742
- "pattern":"[\\u0020-\\u00FF]+",
743
- "sensitive":true
744
- },
745
- "ConditionalForwarder":{
746
- "type":"structure",
747
- "members":{
748
- "RemoteDomainName":{"shape":"RemoteDomainName"},
749
- "DnsIpAddrs":{"shape":"DnsIpAddrs"},
750
- "ReplicationScope":{"shape":"ReplicationScope"}
751
- }
752
- },
753
- "ConditionalForwarders":{
754
- "type":"list",
755
- "member":{"shape":"ConditionalForwarder"}
756
- },
757
- "ConnectDirectoryRequest":{
758
- "type":"structure",
759
- "required":[
760
- "Name",
761
- "Password",
762
- "Size",
763
- "ConnectSettings"
764
- ],
765
- "members":{
766
- "Name":{"shape":"DirectoryName"},
767
- "ShortName":{"shape":"DirectoryShortName"},
768
- "Password":{"shape":"ConnectPassword"},
769
- "Description":{"shape":"Description"},
770
- "Size":{"shape":"DirectorySize"},
771
- "ConnectSettings":{"shape":"DirectoryConnectSettings"}
772
- }
773
- },
774
- "ConnectDirectoryResult":{
775
- "type":"structure",
776
- "members":{
777
- "DirectoryId":{"shape":"DirectoryId"}
778
- }
779
- },
780
- "ConnectPassword":{
781
- "type":"string",
782
- "max":128,
783
- "min":1,
784
- "sensitive":true
785
- },
786
- "ConnectedDirectoriesLimitReached":{"type":"boolean"},
787
- "CreateAliasRequest":{
788
- "type":"structure",
789
- "required":[
790
- "DirectoryId",
791
- "Alias"
792
- ],
793
- "members":{
794
- "DirectoryId":{"shape":"DirectoryId"},
795
- "Alias":{"shape":"AliasName"}
796
- }
797
- },
798
- "CreateAliasResult":{
799
- "type":"structure",
800
- "members":{
801
- "DirectoryId":{"shape":"DirectoryId"},
802
- "Alias":{"shape":"AliasName"}
803
- }
804
- },
805
- "CreateComputerRequest":{
806
- "type":"structure",
807
- "required":[
808
- "DirectoryId",
809
- "ComputerName",
810
- "Password"
811
- ],
812
- "members":{
813
- "DirectoryId":{"shape":"DirectoryId"},
814
- "ComputerName":{"shape":"ComputerName"},
815
- "Password":{"shape":"ComputerPassword"},
816
- "OrganizationalUnitDistinguishedName":{"shape":"OrganizationalUnitDN"},
817
- "ComputerAttributes":{"shape":"Attributes"}
818
- }
819
- },
820
- "CreateComputerResult":{
821
- "type":"structure",
822
- "members":{
823
- "Computer":{"shape":"Computer"}
824
- }
825
- },
826
- "CreateConditionalForwarderRequest":{
827
- "type":"structure",
828
- "required":[
829
- "DirectoryId",
830
- "RemoteDomainName",
831
- "DnsIpAddrs"
832
- ],
833
- "members":{
834
- "DirectoryId":{"shape":"DirectoryId"},
835
- "RemoteDomainName":{"shape":"RemoteDomainName"},
836
- "DnsIpAddrs":{"shape":"DnsIpAddrs"}
837
- }
838
- },
839
- "CreateConditionalForwarderResult":{
840
- "type":"structure",
841
- "members":{
842
- }
843
- },
844
- "CreateDirectoryRequest":{
845
- "type":"structure",
846
- "required":[
847
- "Name",
848
- "Password",
849
- "Size"
850
- ],
851
- "members":{
852
- "Name":{"shape":"DirectoryName"},
853
- "ShortName":{"shape":"DirectoryShortName"},
854
- "Password":{"shape":"Password"},
855
- "Description":{"shape":"Description"},
856
- "Size":{"shape":"DirectorySize"},
857
- "VpcSettings":{"shape":"DirectoryVpcSettings"}
858
- }
859
- },
860
- "CreateDirectoryResult":{
861
- "type":"structure",
862
- "members":{
863
- "DirectoryId":{"shape":"DirectoryId"}
864
- }
865
- },
866
- "CreateMicrosoftADRequest":{
867
- "type":"structure",
868
- "required":[
869
- "Name",
870
- "Password",
871
- "VpcSettings"
872
- ],
873
- "members":{
874
- "Name":{"shape":"DirectoryName"},
875
- "ShortName":{"shape":"DirectoryShortName"},
876
- "Password":{"shape":"Password"},
877
- "Description":{"shape":"Description"},
878
- "VpcSettings":{"shape":"DirectoryVpcSettings"}
879
- }
880
- },
881
- "CreateMicrosoftADResult":{
882
- "type":"structure",
883
- "members":{
884
- "DirectoryId":{"shape":"DirectoryId"}
885
- }
886
- },
887
- "CreateSnapshotBeforeSchemaExtension":{"type":"boolean"},
888
- "CreateSnapshotRequest":{
889
- "type":"structure",
890
- "required":["DirectoryId"],
891
- "members":{
892
- "DirectoryId":{"shape":"DirectoryId"},
893
- "Name":{"shape":"SnapshotName"}
894
- }
895
- },
896
- "CreateSnapshotResult":{
897
- "type":"structure",
898
- "members":{
899
- "SnapshotId":{"shape":"SnapshotId"}
900
- }
901
- },
902
- "CreateTrustRequest":{
903
- "type":"structure",
904
- "required":[
905
- "DirectoryId",
906
- "RemoteDomainName",
907
- "TrustPassword",
908
- "TrustDirection"
909
- ],
910
- "members":{
911
- "DirectoryId":{"shape":"DirectoryId"},
912
- "RemoteDomainName":{"shape":"RemoteDomainName"},
913
- "TrustPassword":{"shape":"TrustPassword"},
914
- "TrustDirection":{"shape":"TrustDirection"},
915
- "TrustType":{"shape":"TrustType"},
916
- "ConditionalForwarderIpAddrs":{"shape":"DnsIpAddrs"}
917
- }
918
- },
919
- "CreateTrustResult":{
920
- "type":"structure",
921
- "members":{
922
- "TrustId":{"shape":"TrustId"}
923
- }
924
- },
925
- "CreatedDateTime":{"type":"timestamp"},
926
- "DeleteAssociatedConditionalForwarder":{"type":"boolean"},
927
- "DeleteConditionalForwarderRequest":{
928
- "type":"structure",
929
- "required":[
930
- "DirectoryId",
931
- "RemoteDomainName"
932
- ],
933
- "members":{
934
- "DirectoryId":{"shape":"DirectoryId"},
935
- "RemoteDomainName":{"shape":"RemoteDomainName"}
936
- }
937
- },
938
- "DeleteConditionalForwarderResult":{
939
- "type":"structure",
940
- "members":{
941
- }
942
- },
943
- "DeleteDirectoryRequest":{
944
- "type":"structure",
945
- "required":["DirectoryId"],
946
- "members":{
947
- "DirectoryId":{"shape":"DirectoryId"}
948
- }
949
- },
950
- "DeleteDirectoryResult":{
951
- "type":"structure",
952
- "members":{
953
- "DirectoryId":{"shape":"DirectoryId"}
954
- }
955
- },
956
- "DeleteSnapshotRequest":{
957
- "type":"structure",
958
- "required":["SnapshotId"],
959
- "members":{
960
- "SnapshotId":{"shape":"SnapshotId"}
961
- }
962
- },
963
- "DeleteSnapshotResult":{
964
- "type":"structure",
965
- "members":{
966
- "SnapshotId":{"shape":"SnapshotId"}
967
- }
968
- },
969
- "DeleteTrustRequest":{
970
- "type":"structure",
971
- "required":["TrustId"],
972
- "members":{
973
- "TrustId":{"shape":"TrustId"},
974
- "DeleteAssociatedConditionalForwarder":{"shape":"DeleteAssociatedConditionalForwarder"}
975
- }
976
- },
977
- "DeleteTrustResult":{
978
- "type":"structure",
979
- "members":{
980
- "TrustId":{"shape":"TrustId"}
981
- }
982
- },
983
- "DeregisterEventTopicRequest":{
984
- "type":"structure",
985
- "required":[
986
- "DirectoryId",
987
- "TopicName"
988
- ],
989
- "members":{
990
- "DirectoryId":{"shape":"DirectoryId"},
991
- "TopicName":{"shape":"TopicName"}
992
- }
993
- },
994
- "DeregisterEventTopicResult":{
995
- "type":"structure",
996
- "members":{
997
- }
998
- },
999
- "DescribeConditionalForwardersRequest":{
1000
- "type":"structure",
1001
- "required":["DirectoryId"],
1002
- "members":{
1003
- "DirectoryId":{"shape":"DirectoryId"},
1004
- "RemoteDomainNames":{"shape":"RemoteDomainNames"}
1005
- }
1006
- },
1007
- "DescribeConditionalForwardersResult":{
1008
- "type":"structure",
1009
- "members":{
1010
- "ConditionalForwarders":{"shape":"ConditionalForwarders"}
1011
- }
1012
- },
1013
- "DescribeDirectoriesRequest":{
1014
- "type":"structure",
1015
- "members":{
1016
- "DirectoryIds":{"shape":"DirectoryIds"},
1017
- "NextToken":{"shape":"NextToken"},
1018
- "Limit":{"shape":"Limit"}
1019
- }
1020
- },
1021
- "DescribeDirectoriesResult":{
1022
- "type":"structure",
1023
- "members":{
1024
- "DirectoryDescriptions":{"shape":"DirectoryDescriptions"},
1025
- "NextToken":{"shape":"NextToken"}
1026
- }
1027
- },
1028
- "DescribeEventTopicsRequest":{
1029
- "type":"structure",
1030
- "members":{
1031
- "DirectoryId":{"shape":"DirectoryId"},
1032
- "TopicNames":{"shape":"TopicNames"}
1033
- }
1034
- },
1035
- "DescribeEventTopicsResult":{
1036
- "type":"structure",
1037
- "members":{
1038
- "EventTopics":{"shape":"EventTopics"}
1039
- }
1040
- },
1041
- "DescribeSnapshotsRequest":{
1042
- "type":"structure",
1043
- "members":{
1044
- "DirectoryId":{"shape":"DirectoryId"},
1045
- "SnapshotIds":{"shape":"SnapshotIds"},
1046
- "NextToken":{"shape":"NextToken"},
1047
- "Limit":{"shape":"Limit"}
1048
- }
1049
- },
1050
- "DescribeSnapshotsResult":{
1051
- "type":"structure",
1052
- "members":{
1053
- "Snapshots":{"shape":"Snapshots"},
1054
- "NextToken":{"shape":"NextToken"}
1055
- }
1056
- },
1057
- "DescribeTrustsRequest":{
1058
- "type":"structure",
1059
- "members":{
1060
- "DirectoryId":{"shape":"DirectoryId"},
1061
- "TrustIds":{"shape":"TrustIds"},
1062
- "NextToken":{"shape":"NextToken"},
1063
- "Limit":{"shape":"Limit"}
1064
- }
1065
- },
1066
- "DescribeTrustsResult":{
1067
- "type":"structure",
1068
- "members":{
1069
- "Trusts":{"shape":"Trusts"},
1070
- "NextToken":{"shape":"NextToken"}
1071
- }
1072
- },
1073
- "Description":{
1074
- "type":"string",
1075
- "max":128,
1076
- "min":0,
1077
- "pattern":"^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
1078
- },
1079
- "DirectoryConnectSettings":{
1080
- "type":"structure",
1081
- "required":[
1082
- "VpcId",
1083
- "SubnetIds",
1084
- "CustomerDnsIps",
1085
- "CustomerUserName"
1086
- ],
1087
- "members":{
1088
- "VpcId":{"shape":"VpcId"},
1089
- "SubnetIds":{"shape":"SubnetIds"},
1090
- "CustomerDnsIps":{"shape":"DnsIpAddrs"},
1091
- "CustomerUserName":{"shape":"UserName"}
1092
- }
1093
- },
1094
- "DirectoryConnectSettingsDescription":{
1095
- "type":"structure",
1096
- "members":{
1097
- "VpcId":{"shape":"VpcId"},
1098
- "SubnetIds":{"shape":"SubnetIds"},
1099
- "CustomerUserName":{"shape":"UserName"},
1100
- "SecurityGroupId":{"shape":"SecurityGroupId"},
1101
- "AvailabilityZones":{"shape":"AvailabilityZones"},
1102
- "ConnectIps":{"shape":"IpAddrs"}
1103
- }
1104
- },
1105
- "DirectoryDescription":{
1106
- "type":"structure",
1107
- "members":{
1108
- "DirectoryId":{"shape":"DirectoryId"},
1109
- "Name":{"shape":"DirectoryName"},
1110
- "ShortName":{"shape":"DirectoryShortName"},
1111
- "Size":{"shape":"DirectorySize"},
1112
- "Alias":{"shape":"AliasName"},
1113
- "AccessUrl":{"shape":"AccessUrl"},
1114
- "Description":{"shape":"Description"},
1115
- "DnsIpAddrs":{"shape":"DnsIpAddrs"},
1116
- "Stage":{"shape":"DirectoryStage"},
1117
- "LaunchTime":{"shape":"LaunchTime"},
1118
- "StageLastUpdatedDateTime":{"shape":"LastUpdatedDateTime"},
1119
- "Type":{"shape":"DirectoryType"},
1120
- "VpcSettings":{"shape":"DirectoryVpcSettingsDescription"},
1121
- "ConnectSettings":{"shape":"DirectoryConnectSettingsDescription"},
1122
- "RadiusSettings":{"shape":"RadiusSettings"},
1123
- "RadiusStatus":{"shape":"RadiusStatus"},
1124
- "StageReason":{"shape":"StageReason"},
1125
- "SsoEnabled":{"shape":"SsoEnabled"}
1126
- }
1127
- },
1128
- "DirectoryDescriptions":{
1129
- "type":"list",
1130
- "member":{"shape":"DirectoryDescription"}
1131
- },
1132
- "DirectoryId":{
1133
- "type":"string",
1134
- "pattern":"^d-[0-9a-f]{10}$"
1135
- },
1136
- "DirectoryIds":{
1137
- "type":"list",
1138
- "member":{"shape":"DirectoryId"}
1139
- },
1140
- "DirectoryLimitExceededException":{
1141
- "type":"structure",
1142
- "members":{
1143
- "Message":{"shape":"ExceptionMessage"},
1144
- "RequestId":{"shape":"RequestId"}
1145
- },
1146
- "exception":true
1147
- },
1148
- "DirectoryLimits":{
1149
- "type":"structure",
1150
- "members":{
1151
- "CloudOnlyDirectoriesLimit":{"shape":"Limit"},
1152
- "CloudOnlyDirectoriesCurrentCount":{"shape":"Limit"},
1153
- "CloudOnlyDirectoriesLimitReached":{"shape":"CloudOnlyDirectoriesLimitReached"},
1154
- "CloudOnlyMicrosoftADLimit":{"shape":"Limit"},
1155
- "CloudOnlyMicrosoftADCurrentCount":{"shape":"Limit"},
1156
- "CloudOnlyMicrosoftADLimitReached":{"shape":"CloudOnlyDirectoriesLimitReached"},
1157
- "ConnectedDirectoriesLimit":{"shape":"Limit"},
1158
- "ConnectedDirectoriesCurrentCount":{"shape":"Limit"},
1159
- "ConnectedDirectoriesLimitReached":{"shape":"ConnectedDirectoriesLimitReached"}
1160
- }
1161
- },
1162
- "DirectoryName":{
1163
- "type":"string",
1164
- "pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$"
1165
- },
1166
- "DirectoryShortName":{
1167
- "type":"string",
1168
- "pattern":"^[^\\\\/:*?\\\"\\<\\>|.]+[^\\\\/:*?\\\"<>|]*$"
1169
- },
1170
- "DirectorySize":{
1171
- "type":"string",
1172
- "enum":[
1173
- "Small",
1174
- "Large"
1175
- ]
1176
- },
1177
- "DirectoryStage":{
1178
- "type":"string",
1179
- "enum":[
1180
- "Requested",
1181
- "Creating",
1182
- "Created",
1183
- "Active",
1184
- "Inoperable",
1185
- "Impaired",
1186
- "Restoring",
1187
- "RestoreFailed",
1188
- "Deleting",
1189
- "Deleted",
1190
- "Failed"
1191
- ]
1192
- },
1193
- "DirectoryType":{
1194
- "type":"string",
1195
- "enum":[
1196
- "SimpleAD",
1197
- "ADConnector",
1198
- "MicrosoftAD"
1199
- ]
1200
- },
1201
- "DirectoryUnavailableException":{
1202
- "type":"structure",
1203
- "members":{
1204
- "Message":{"shape":"ExceptionMessage"},
1205
- "RequestId":{"shape":"RequestId"}
1206
- },
1207
- "exception":true
1208
- },
1209
- "DirectoryVpcSettings":{
1210
- "type":"structure",
1211
- "required":[
1212
- "VpcId",
1213
- "SubnetIds"
1214
- ],
1215
- "members":{
1216
- "VpcId":{"shape":"VpcId"},
1217
- "SubnetIds":{"shape":"SubnetIds"}
1218
- }
1219
- },
1220
- "DirectoryVpcSettingsDescription":{
1221
- "type":"structure",
1222
- "members":{
1223
- "VpcId":{"shape":"VpcId"},
1224
- "SubnetIds":{"shape":"SubnetIds"},
1225
- "SecurityGroupId":{"shape":"SecurityGroupId"},
1226
- "AvailabilityZones":{"shape":"AvailabilityZones"}
1227
- }
1228
- },
1229
- "DisableRadiusRequest":{
1230
- "type":"structure",
1231
- "required":["DirectoryId"],
1232
- "members":{
1233
- "DirectoryId":{"shape":"DirectoryId"}
1234
- }
1235
- },
1236
- "DisableRadiusResult":{
1237
- "type":"structure",
1238
- "members":{
1239
- }
1240
- },
1241
- "DisableSsoRequest":{
1242
- "type":"structure",
1243
- "required":["DirectoryId"],
1244
- "members":{
1245
- "DirectoryId":{"shape":"DirectoryId"},
1246
- "UserName":{"shape":"UserName"},
1247
- "Password":{"shape":"ConnectPassword"}
1248
- }
1249
- },
1250
- "DisableSsoResult":{
1251
- "type":"structure",
1252
- "members":{
1253
- }
1254
- },
1255
- "DnsIpAddrs":{
1256
- "type":"list",
1257
- "member":{"shape":"IpAddr"}
1258
- },
1259
- "EnableRadiusRequest":{
1260
- "type":"structure",
1261
- "required":[
1262
- "DirectoryId",
1263
- "RadiusSettings"
1264
- ],
1265
- "members":{
1266
- "DirectoryId":{"shape":"DirectoryId"},
1267
- "RadiusSettings":{"shape":"RadiusSettings"}
1268
- }
1269
- },
1270
- "EnableRadiusResult":{
1271
- "type":"structure",
1272
- "members":{
1273
- }
1274
- },
1275
- "EnableSsoRequest":{
1276
- "type":"structure",
1277
- "required":["DirectoryId"],
1278
- "members":{
1279
- "DirectoryId":{"shape":"DirectoryId"},
1280
- "UserName":{"shape":"UserName"},
1281
- "Password":{"shape":"ConnectPassword"}
1282
- }
1283
- },
1284
- "EnableSsoResult":{
1285
- "type":"structure",
1286
- "members":{
1287
- }
1288
- },
1289
- "EndDateTime":{"type":"timestamp"},
1290
- "EntityAlreadyExistsException":{
1291
- "type":"structure",
1292
- "members":{
1293
- "Message":{"shape":"ExceptionMessage"},
1294
- "RequestId":{"shape":"RequestId"}
1295
- },
1296
- "exception":true
1297
- },
1298
- "EntityDoesNotExistException":{
1299
- "type":"structure",
1300
- "members":{
1301
- "Message":{"shape":"ExceptionMessage"},
1302
- "RequestId":{"shape":"RequestId"}
1303
- },
1304
- "exception":true
1305
- },
1306
- "EventTopic":{
1307
- "type":"structure",
1308
- "members":{
1309
- "DirectoryId":{"shape":"DirectoryId"},
1310
- "TopicName":{"shape":"TopicName"},
1311
- "TopicArn":{"shape":"TopicArn"},
1312
- "CreatedDateTime":{"shape":"CreatedDateTime"},
1313
- "Status":{"shape":"TopicStatus"}
1314
- }
1315
- },
1316
- "EventTopics":{
1317
- "type":"list",
1318
- "member":{"shape":"EventTopic"}
1319
- },
1320
- "ExceptionMessage":{"type":"string"},
1321
- "GetDirectoryLimitsRequest":{
1322
- "type":"structure",
1323
- "members":{
1324
- }
1325
- },
1326
- "GetDirectoryLimitsResult":{
1327
- "type":"structure",
1328
- "members":{
1329
- "DirectoryLimits":{"shape":"DirectoryLimits"}
1330
- }
1331
- },
1332
- "GetSnapshotLimitsRequest":{
1333
- "type":"structure",
1334
- "required":["DirectoryId"],
1335
- "members":{
1336
- "DirectoryId":{"shape":"DirectoryId"}
1337
- }
1338
- },
1339
- "GetSnapshotLimitsResult":{
1340
- "type":"structure",
1341
- "members":{
1342
- "SnapshotLimits":{"shape":"SnapshotLimits"}
1343
- }
1344
- },
1345
- "InsufficientPermissionsException":{
1346
- "type":"structure",
1347
- "members":{
1348
- "Message":{"shape":"ExceptionMessage"},
1349
- "RequestId":{"shape":"RequestId"}
1350
- },
1351
- "exception":true
1352
- },
1353
- "InvalidNextTokenException":{
1354
- "type":"structure",
1355
- "members":{
1356
- "Message":{"shape":"ExceptionMessage"},
1357
- "RequestId":{"shape":"RequestId"}
1358
- },
1359
- "exception":true
1360
- },
1361
- "InvalidParameterException":{
1362
- "type":"structure",
1363
- "members":{
1364
- "Message":{"shape":"ExceptionMessage"},
1365
- "RequestId":{"shape":"RequestId"}
1366
- },
1367
- "exception":true
1368
- },
1369
- "IpAddr":{
1370
- "type":"string",
1371
- "pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
1372
- },
1373
- "IpAddrs":{
1374
- "type":"list",
1375
- "member":{"shape":"IpAddr"}
1376
- },
1377
- "IpRoute":{
1378
- "type":"structure",
1379
- "members":{
1380
- "CidrIp":{"shape":"CidrIp"},
1381
- "Description":{"shape":"Description"}
1382
- }
1383
- },
1384
- "IpRouteInfo":{
1385
- "type":"structure",
1386
- "members":{
1387
- "DirectoryId":{"shape":"DirectoryId"},
1388
- "CidrIp":{"shape":"CidrIp"},
1389
- "IpRouteStatusMsg":{"shape":"IpRouteStatusMsg"},
1390
- "AddedDateTime":{"shape":"AddedDateTime"},
1391
- "IpRouteStatusReason":{"shape":"IpRouteStatusReason"},
1392
- "Description":{"shape":"Description"}
1393
- }
1394
- },
1395
- "IpRouteLimitExceededException":{
1396
- "type":"structure",
1397
- "members":{
1398
- "Message":{"shape":"ExceptionMessage"},
1399
- "RequestId":{"shape":"RequestId"}
1400
- },
1401
- "exception":true
1402
- },
1403
- "IpRouteStatusMsg":{
1404
- "type":"string",
1405
- "enum":[
1406
- "Adding",
1407
- "Added",
1408
- "Removing",
1409
- "Removed",
1410
- "AddFailed",
1411
- "RemoveFailed"
1412
- ]
1413
- },
1414
- "IpRouteStatusReason":{"type":"string"},
1415
- "IpRoutes":{
1416
- "type":"list",
1417
- "member":{"shape":"IpRoute"}
1418
- },
1419
- "IpRoutesInfo":{
1420
- "type":"list",
1421
- "member":{"shape":"IpRouteInfo"}
1422
- },
1423
- "LastUpdatedDateTime":{"type":"timestamp"},
1424
- "LaunchTime":{"type":"timestamp"},
1425
- "LdifContent":{
1426
- "type":"string",
1427
- "max":500000,
1428
- "min":1
1429
- },
1430
- "Limit":{
1431
- "type":"integer",
1432
- "min":0
1433
- },
1434
- "ListIpRoutesRequest":{
1435
- "type":"structure",
1436
- "required":["DirectoryId"],
1437
- "members":{
1438
- "DirectoryId":{"shape":"DirectoryId"},
1439
- "NextToken":{"shape":"NextToken"},
1440
- "Limit":{"shape":"Limit"}
1441
- }
1442
- },
1443
- "ListIpRoutesResult":{
1444
- "type":"structure",
1445
- "members":{
1446
- "IpRoutesInfo":{"shape":"IpRoutesInfo"},
1447
- "NextToken":{"shape":"NextToken"}
1448
- }
1449
- },
1450
- "ListSchemaExtensionsRequest":{
1451
- "type":"structure",
1452
- "required":["DirectoryId"],
1453
- "members":{
1454
- "DirectoryId":{"shape":"DirectoryId"},
1455
- "NextToken":{"shape":"NextToken"},
1456
- "Limit":{"shape":"Limit"}
1457
- }
1458
- },
1459
- "ListSchemaExtensionsResult":{
1460
- "type":"structure",
1461
- "members":{
1462
- "SchemaExtensionsInfo":{"shape":"SchemaExtensionsInfo"},
1463
- "NextToken":{"shape":"NextToken"}
1464
- }
1465
- },
1466
- "ListTagsForResourceRequest":{
1467
- "type":"structure",
1468
- "required":["ResourceId"],
1469
- "members":{
1470
- "ResourceId":{"shape":"ResourceId"},
1471
- "NextToken":{"shape":"NextToken"},
1472
- "Limit":{"shape":"Limit"}
1473
- }
1474
- },
1475
- "ListTagsForResourceResult":{
1476
- "type":"structure",
1477
- "members":{
1478
- "Tags":{"shape":"Tags"},
1479
- "NextToken":{"shape":"NextToken"}
1480
- }
1481
- },
1482
- "ManualSnapshotsLimitReached":{"type":"boolean"},
1483
- "NextToken":{"type":"string"},
1484
- "OrganizationalUnitDN":{
1485
- "type":"string",
1486
- "max":2000,
1487
- "min":1
1488
- },
1489
- "Password":{
1490
- "type":"string",
1491
- "pattern":"(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*",
1492
- "sensitive":true
1493
- },
1494
- "PortNumber":{
1495
- "type":"integer",
1496
- "max":65535,
1497
- "min":1025
1498
- },
1499
- "RadiusAuthenticationProtocol":{
1500
- "type":"string",
1501
- "enum":[
1502
- "PAP",
1503
- "CHAP",
1504
- "MS-CHAPv1",
1505
- "MS-CHAPv2"
1506
- ]
1507
- },
1508
- "RadiusDisplayLabel":{
1509
- "type":"string",
1510
- "max":64,
1511
- "min":1
1512
- },
1513
- "RadiusRetries":{
1514
- "type":"integer",
1515
- "max":10,
1516
- "min":0
1517
- },
1518
- "RadiusSettings":{
1519
- "type":"structure",
1520
- "members":{
1521
- "RadiusServers":{"shape":"Servers"},
1522
- "RadiusPort":{"shape":"PortNumber"},
1523
- "RadiusTimeout":{"shape":"RadiusTimeout"},
1524
- "RadiusRetries":{"shape":"RadiusRetries"},
1525
- "SharedSecret":{"shape":"RadiusSharedSecret"},
1526
- "AuthenticationProtocol":{"shape":"RadiusAuthenticationProtocol"},
1527
- "DisplayLabel":{"shape":"RadiusDisplayLabel"},
1528
- "UseSameUsername":{"shape":"UseSameUsername"}
1529
- }
1530
- },
1531
- "RadiusSharedSecret":{
1532
- "type":"string",
1533
- "max":512,
1534
- "min":8,
1535
- "sensitive":true
1536
- },
1537
- "RadiusStatus":{
1538
- "type":"string",
1539
- "enum":[
1540
- "Creating",
1541
- "Completed",
1542
- "Failed"
1543
- ]
1544
- },
1545
- "RadiusTimeout":{
1546
- "type":"integer",
1547
- "max":20,
1548
- "min":1
1549
- },
1550
- "RegisterEventTopicRequest":{
1551
- "type":"structure",
1552
- "required":[
1553
- "DirectoryId",
1554
- "TopicName"
1555
- ],
1556
- "members":{
1557
- "DirectoryId":{"shape":"DirectoryId"},
1558
- "TopicName":{"shape":"TopicName"}
1559
- }
1560
- },
1561
- "RegisterEventTopicResult":{
1562
- "type":"structure",
1563
- "members":{
1564
- }
1565
- },
1566
- "RemoteDomainName":{
1567
- "type":"string",
1568
- "pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+[.]?$"
1569
- },
1570
- "RemoteDomainNames":{
1571
- "type":"list",
1572
- "member":{"shape":"RemoteDomainName"}
1573
- },
1574
- "RemoveIpRoutesRequest":{
1575
- "type":"structure",
1576
- "required":[
1577
- "DirectoryId",
1578
- "CidrIps"
1579
- ],
1580
- "members":{
1581
- "DirectoryId":{"shape":"DirectoryId"},
1582
- "CidrIps":{"shape":"CidrIps"}
1583
- }
1584
- },
1585
- "RemoveIpRoutesResult":{
1586
- "type":"structure",
1587
- "members":{
1588
- }
1589
- },
1590
- "RemoveTagsFromResourceRequest":{
1591
- "type":"structure",
1592
- "required":[
1593
- "ResourceId",
1594
- "TagKeys"
1595
- ],
1596
- "members":{
1597
- "ResourceId":{"shape":"ResourceId"},
1598
- "TagKeys":{"shape":"TagKeys"}
1599
- }
1600
- },
1601
- "RemoveTagsFromResourceResult":{
1602
- "type":"structure",
1603
- "members":{
1604
- }
1605
- },
1606
- "ReplicationScope":{
1607
- "type":"string",
1608
- "enum":["Domain"]
1609
- },
1610
- "RequestId":{
1611
- "type":"string",
1612
- "pattern":"^([A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12})$"
1613
- },
1614
- "ResourceId":{
1615
- "type":"string",
1616
- "pattern":"^[d]-[0-9a-f]{10}$"
1617
- },
1618
- "RestoreFromSnapshotRequest":{
1619
- "type":"structure",
1620
- "required":["SnapshotId"],
1621
- "members":{
1622
- "SnapshotId":{"shape":"SnapshotId"}
1623
- }
1624
- },
1625
- "RestoreFromSnapshotResult":{
1626
- "type":"structure",
1627
- "members":{
1628
- }
1629
- },
1630
- "SID":{
1631
- "type":"string",
1632
- "max":256,
1633
- "min":1,
1634
- "pattern":"[&\\w+-.@]+"
1635
- },
1636
- "SchemaExtensionId":{
1637
- "type":"string",
1638
- "pattern":"^e-[0-9a-f]{10}$"
1639
- },
1640
- "SchemaExtensionInfo":{
1641
- "type":"structure",
1642
- "members":{
1643
- "DirectoryId":{"shape":"DirectoryId"},
1644
- "SchemaExtensionId":{"shape":"SchemaExtensionId"},
1645
- "Description":{"shape":"Description"},
1646
- "SchemaExtensionStatus":{"shape":"SchemaExtensionStatus"},
1647
- "SchemaExtensionStatusReason":{"shape":"SchemaExtensionStatusReason"},
1648
- "StartDateTime":{"shape":"StartDateTime"},
1649
- "EndDateTime":{"shape":"EndDateTime"}
1650
- }
1651
- },
1652
- "SchemaExtensionStatus":{
1653
- "type":"string",
1654
- "enum":[
1655
- "Initializing",
1656
- "CreatingSnapshot",
1657
- "UpdatingSchema",
1658
- "Replicating",
1659
- "CancelInProgress",
1660
- "RollbackInProgress",
1661
- "Cancelled",
1662
- "Failed",
1663
- "Completed"
1664
- ]
1665
- },
1666
- "SchemaExtensionStatusReason":{"type":"string"},
1667
- "SchemaExtensionsInfo":{
1668
- "type":"list",
1669
- "member":{"shape":"SchemaExtensionInfo"}
1670
- },
1671
- "SecurityGroupId":{
1672
- "type":"string",
1673
- "pattern":"^(sg-[0-9a-f]{8})$"
1674
- },
1675
- "Server":{
1676
- "type":"string",
1677
- "max":256,
1678
- "min":1
1679
- },
1680
- "Servers":{
1681
- "type":"list",
1682
- "member":{"shape":"Server"}
1683
- },
1684
- "ServiceException":{
1685
- "type":"structure",
1686
- "members":{
1687
- "Message":{"shape":"ExceptionMessage"},
1688
- "RequestId":{"shape":"RequestId"}
1689
- },
1690
- "exception":true,
1691
- "fault":true
1692
- },
1693
- "Snapshot":{
1694
- "type":"structure",
1695
- "members":{
1696
- "DirectoryId":{"shape":"DirectoryId"},
1697
- "SnapshotId":{"shape":"SnapshotId"},
1698
- "Type":{"shape":"SnapshotType"},
1699
- "Name":{"shape":"SnapshotName"},
1700
- "Status":{"shape":"SnapshotStatus"},
1701
- "StartTime":{"shape":"StartTime"}
1702
- }
1703
- },
1704
- "SnapshotId":{
1705
- "type":"string",
1706
- "pattern":"^s-[0-9a-f]{10}$"
1707
- },
1708
- "SnapshotIds":{
1709
- "type":"list",
1710
- "member":{"shape":"SnapshotId"}
1711
- },
1712
- "SnapshotLimitExceededException":{
1713
- "type":"structure",
1714
- "members":{
1715
- "Message":{"shape":"ExceptionMessage"},
1716
- "RequestId":{"shape":"RequestId"}
1717
- },
1718
- "exception":true
1719
- },
1720
- "SnapshotLimits":{
1721
- "type":"structure",
1722
- "members":{
1723
- "ManualSnapshotsLimit":{"shape":"Limit"},
1724
- "ManualSnapshotsCurrentCount":{"shape":"Limit"},
1725
- "ManualSnapshotsLimitReached":{"shape":"ManualSnapshotsLimitReached"}
1726
- }
1727
- },
1728
- "SnapshotName":{
1729
- "type":"string",
1730
- "max":128,
1731
- "min":0,
1732
- "pattern":"^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
1733
- },
1734
- "SnapshotStatus":{
1735
- "type":"string",
1736
- "enum":[
1737
- "Creating",
1738
- "Completed",
1739
- "Failed"
1740
- ]
1741
- },
1742
- "SnapshotType":{
1743
- "type":"string",
1744
- "enum":[
1745
- "Auto",
1746
- "Manual"
1747
- ]
1748
- },
1749
- "Snapshots":{
1750
- "type":"list",
1751
- "member":{"shape":"Snapshot"}
1752
- },
1753
- "SsoEnabled":{"type":"boolean"},
1754
- "StageReason":{"type":"string"},
1755
- "StartDateTime":{"type":"timestamp"},
1756
- "StartSchemaExtensionRequest":{
1757
- "type":"structure",
1758
- "required":[
1759
- "DirectoryId",
1760
- "CreateSnapshotBeforeSchemaExtension",
1761
- "LdifContent",
1762
- "Description"
1763
- ],
1764
- "members":{
1765
- "DirectoryId":{"shape":"DirectoryId"},
1766
- "CreateSnapshotBeforeSchemaExtension":{"shape":"CreateSnapshotBeforeSchemaExtension"},
1767
- "LdifContent":{"shape":"LdifContent"},
1768
- "Description":{"shape":"Description"}
1769
- }
1770
- },
1771
- "StartSchemaExtensionResult":{
1772
- "type":"structure",
1773
- "members":{
1774
- "SchemaExtensionId":{"shape":"SchemaExtensionId"}
1775
- }
1776
- },
1777
- "StartTime":{"type":"timestamp"},
1778
- "StateLastUpdatedDateTime":{"type":"timestamp"},
1779
- "SubnetId":{
1780
- "type":"string",
1781
- "pattern":"^(subnet-[0-9a-f]{8})$"
1782
- },
1783
- "SubnetIds":{
1784
- "type":"list",
1785
- "member":{"shape":"SubnetId"}
1786
- },
1787
- "Tag":{
1788
- "type":"structure",
1789
- "required":[
1790
- "Key",
1791
- "Value"
1792
- ],
1793
- "members":{
1794
- "Key":{"shape":"TagKey"},
1795
- "Value":{"shape":"TagValue"}
1796
- }
1797
- },
1798
- "TagKey":{
1799
- "type":"string",
1800
- "max":128,
1801
- "min":1,
1802
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1803
- },
1804
- "TagKeys":{
1805
- "type":"list",
1806
- "member":{"shape":"TagKey"}
1807
- },
1808
- "TagLimitExceededException":{
1809
- "type":"structure",
1810
- "members":{
1811
- "Message":{"shape":"ExceptionMessage"},
1812
- "RequestId":{"shape":"RequestId"}
1813
- },
1814
- "exception":true
1815
- },
1816
- "TagValue":{
1817
- "type":"string",
1818
- "max":256,
1819
- "min":0,
1820
- "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1821
- },
1822
- "Tags":{
1823
- "type":"list",
1824
- "member":{"shape":"Tag"}
1825
- },
1826
- "TopicArn":{"type":"string"},
1827
- "TopicName":{
1828
- "type":"string",
1829
- "max":256,
1830
- "min":1,
1831
- "pattern":"[a-zA-Z0-9_-]+"
1832
- },
1833
- "TopicNames":{
1834
- "type":"list",
1835
- "member":{"shape":"TopicName"}
1836
- },
1837
- "TopicStatus":{
1838
- "type":"string",
1839
- "enum":[
1840
- "Registered",
1841
- "Topic not found",
1842
- "Failed",
1843
- "Deleted"
1844
- ]
1845
- },
1846
- "Trust":{
1847
- "type":"structure",
1848
- "members":{
1849
- "DirectoryId":{"shape":"DirectoryId"},
1850
- "TrustId":{"shape":"TrustId"},
1851
- "RemoteDomainName":{"shape":"RemoteDomainName"},
1852
- "TrustType":{"shape":"TrustType"},
1853
- "TrustDirection":{"shape":"TrustDirection"},
1854
- "TrustState":{"shape":"TrustState"},
1855
- "CreatedDateTime":{"shape":"CreatedDateTime"},
1856
- "LastUpdatedDateTime":{"shape":"LastUpdatedDateTime"},
1857
- "StateLastUpdatedDateTime":{"shape":"StateLastUpdatedDateTime"},
1858
- "TrustStateReason":{"shape":"TrustStateReason"}
1859
- }
1860
- },
1861
- "TrustDirection":{
1862
- "type":"string",
1863
- "enum":[
1864
- "One-Way: Outgoing",
1865
- "One-Way: Incoming",
1866
- "Two-Way"
1867
- ]
1868
- },
1869
- "TrustId":{
1870
- "type":"string",
1871
- "pattern":"^t-[0-9a-f]{10}$"
1872
- },
1873
- "TrustIds":{
1874
- "type":"list",
1875
- "member":{"shape":"TrustId"}
1876
- },
1877
- "TrustPassword":{
1878
- "type":"string",
1879
- "max":128,
1880
- "min":1,
1881
- "sensitive":true
1882
- },
1883
- "TrustState":{
1884
- "type":"string",
1885
- "enum":[
1886
- "Creating",
1887
- "Created",
1888
- "Verifying",
1889
- "VerifyFailed",
1890
- "Verified",
1891
- "Deleting",
1892
- "Deleted",
1893
- "Failed"
1894
- ]
1895
- },
1896
- "TrustStateReason":{"type":"string"},
1897
- "TrustType":{
1898
- "type":"string",
1899
- "enum":["Forest"]
1900
- },
1901
- "Trusts":{
1902
- "type":"list",
1903
- "member":{"shape":"Trust"}
1904
- },
1905
- "UnsupportedOperationException":{
1906
- "type":"structure",
1907
- "members":{
1908
- "Message":{"shape":"ExceptionMessage"},
1909
- "RequestId":{"shape":"RequestId"}
1910
- },
1911
- "exception":true
1912
- },
1913
- "UpdateConditionalForwarderRequest":{
1914
- "type":"structure",
1915
- "required":[
1916
- "DirectoryId",
1917
- "RemoteDomainName",
1918
- "DnsIpAddrs"
1919
- ],
1920
- "members":{
1921
- "DirectoryId":{"shape":"DirectoryId"},
1922
- "RemoteDomainName":{"shape":"RemoteDomainName"},
1923
- "DnsIpAddrs":{"shape":"DnsIpAddrs"}
1924
- }
1925
- },
1926
- "UpdateConditionalForwarderResult":{
1927
- "type":"structure",
1928
- "members":{
1929
- }
1930
- },
1931
- "UpdateRadiusRequest":{
1932
- "type":"structure",
1933
- "required":[
1934
- "DirectoryId",
1935
- "RadiusSettings"
1936
- ],
1937
- "members":{
1938
- "DirectoryId":{"shape":"DirectoryId"},
1939
- "RadiusSettings":{"shape":"RadiusSettings"}
1940
- }
1941
- },
1942
- "UpdateRadiusResult":{
1943
- "type":"structure",
1944
- "members":{
1945
- }
1946
- },
1947
- "UpdateSecurityGroupForDirectoryControllers":{"type":"boolean"},
1948
- "UseSameUsername":{"type":"boolean"},
1949
- "UserName":{
1950
- "type":"string",
1951
- "min":1,
1952
- "pattern":"[a-zA-Z0-9._-]+"
1953
- },
1954
- "VerifyTrustRequest":{
1955
- "type":"structure",
1956
- "required":["TrustId"],
1957
- "members":{
1958
- "TrustId":{"shape":"TrustId"}
1959
- }
1960
- },
1961
- "VerifyTrustResult":{
1962
- "type":"structure",
1963
- "members":{
1964
- "TrustId":{"shape":"TrustId"}
1965
- }
1966
- },
1967
- "VpcId":{
1968
- "type":"string",
1969
- "pattern":"^(vpc-[0-9a-f]{8})$"
1970
- }
1971
- }
1972
- }