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,3595 +0,0 @@
1
- {
2
- "version":"2.0",
3
- "metadata":{
4
- "apiVersion":"2016-05-10",
5
- "endpointPrefix":"clouddirectory",
6
- "protocol":"rest-json",
7
- "serviceFullName":"Amazon CloudDirectory",
8
- "signatureVersion":"v4",
9
- "signingName":"clouddirectory",
10
- "uid":"clouddirectory-2016-05-10"
11
- },
12
- "operations":{
13
- "AddFacetToObject":{
14
- "name":"AddFacetToObject",
15
- "http":{
16
- "method":"PUT",
17
- "requestUri":"/amazonclouddirectory/2017-01-11/object/facets",
18
- "responseCode":200
19
- },
20
- "input":{"shape":"AddFacetToObjectRequest"},
21
- "output":{"shape":"AddFacetToObjectResponse"},
22
- "errors":[
23
- {"shape":"InternalServiceException"},
24
- {"shape":"InvalidArnException"},
25
- {"shape":"RetryableConflictException"},
26
- {"shape":"ValidationException"},
27
- {"shape":"LimitExceededException"},
28
- {"shape":"AccessDeniedException"},
29
- {"shape":"DirectoryNotEnabledException"},
30
- {"shape":"ResourceNotFoundException"},
31
- {"shape":"FacetValidationException"}
32
- ]
33
- },
34
- "ApplySchema":{
35
- "name":"ApplySchema",
36
- "http":{
37
- "method":"PUT",
38
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/apply",
39
- "responseCode":200
40
- },
41
- "input":{"shape":"ApplySchemaRequest"},
42
- "output":{"shape":"ApplySchemaResponse"},
43
- "errors":[
44
- {"shape":"InternalServiceException"},
45
- {"shape":"InvalidArnException"},
46
- {"shape":"RetryableConflictException"},
47
- {"shape":"ValidationException"},
48
- {"shape":"LimitExceededException"},
49
- {"shape":"AccessDeniedException"},
50
- {"shape":"ResourceNotFoundException"},
51
- {"shape":"InvalidAttachmentException"}
52
- ]
53
- },
54
- "AttachObject":{
55
- "name":"AttachObject",
56
- "http":{
57
- "method":"PUT",
58
- "requestUri":"/amazonclouddirectory/2017-01-11/object/attach",
59
- "responseCode":200
60
- },
61
- "input":{"shape":"AttachObjectRequest"},
62
- "output":{"shape":"AttachObjectResponse"},
63
- "errors":[
64
- {"shape":"InternalServiceException"},
65
- {"shape":"InvalidArnException"},
66
- {"shape":"RetryableConflictException"},
67
- {"shape":"ValidationException"},
68
- {"shape":"LimitExceededException"},
69
- {"shape":"AccessDeniedException"},
70
- {"shape":"DirectoryNotEnabledException"},
71
- {"shape":"ResourceNotFoundException"},
72
- {"shape":"LinkNameAlreadyInUseException"},
73
- {"shape":"InvalidAttachmentException"},
74
- {"shape":"ValidationException"},
75
- {"shape":"FacetValidationException"}
76
- ]
77
- },
78
- "AttachPolicy":{
79
- "name":"AttachPolicy",
80
- "http":{
81
- "method":"PUT",
82
- "requestUri":"/amazonclouddirectory/2017-01-11/policy/attach",
83
- "responseCode":200
84
- },
85
- "input":{"shape":"AttachPolicyRequest"},
86
- "output":{"shape":"AttachPolicyResponse"},
87
- "errors":[
88
- {"shape":"InternalServiceException"},
89
- {"shape":"InvalidArnException"},
90
- {"shape":"RetryableConflictException"},
91
- {"shape":"ValidationException"},
92
- {"shape":"LimitExceededException"},
93
- {"shape":"AccessDeniedException"},
94
- {"shape":"DirectoryNotEnabledException"},
95
- {"shape":"InvalidArnException"},
96
- {"shape":"ResourceNotFoundException"},
97
- {"shape":"NotPolicyException"}
98
- ]
99
- },
100
- "AttachToIndex":{
101
- "name":"AttachToIndex",
102
- "http":{
103
- "method":"PUT",
104
- "requestUri":"/amazonclouddirectory/2017-01-11/index/attach",
105
- "responseCode":200
106
- },
107
- "input":{"shape":"AttachToIndexRequest"},
108
- "output":{"shape":"AttachToIndexResponse"},
109
- "errors":[
110
- {"shape":"InternalServiceException"},
111
- {"shape":"InvalidArnException"},
112
- {"shape":"RetryableConflictException"},
113
- {"shape":"ValidationException"},
114
- {"shape":"LimitExceededException"},
115
- {"shape":"AccessDeniedException"},
116
- {"shape":"DirectoryNotEnabledException"},
117
- {"shape":"ResourceNotFoundException"},
118
- {"shape":"LinkNameAlreadyInUseException"},
119
- {"shape":"IndexedAttributeMissingException"},
120
- {"shape":"NotIndexException"}
121
- ]
122
- },
123
- "AttachTypedLink":{
124
- "name":"AttachTypedLink",
125
- "http":{
126
- "method":"PUT",
127
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/attach",
128
- "responseCode":200
129
- },
130
- "input":{"shape":"AttachTypedLinkRequest"},
131
- "output":{"shape":"AttachTypedLinkResponse"},
132
- "errors":[
133
- {"shape":"InternalServiceException"},
134
- {"shape":"InvalidArnException"},
135
- {"shape":"RetryableConflictException"},
136
- {"shape":"ValidationException"},
137
- {"shape":"LimitExceededException"},
138
- {"shape":"AccessDeniedException"},
139
- {"shape":"ResourceNotFoundException"},
140
- {"shape":"InvalidAttachmentException"},
141
- {"shape":"ValidationException"},
142
- {"shape":"FacetValidationException"}
143
- ]
144
- },
145
- "BatchRead":{
146
- "name":"BatchRead",
147
- "http":{
148
- "method":"POST",
149
- "requestUri":"/amazonclouddirectory/2017-01-11/batchread",
150
- "responseCode":200
151
- },
152
- "input":{"shape":"BatchReadRequest"},
153
- "output":{"shape":"BatchReadResponse"},
154
- "errors":[
155
- {"shape":"InternalServiceException"},
156
- {"shape":"InvalidArnException"},
157
- {"shape":"RetryableConflictException"},
158
- {"shape":"ValidationException"},
159
- {"shape":"LimitExceededException"},
160
- {"shape":"AccessDeniedException"},
161
- {"shape":"DirectoryNotEnabledException"}
162
- ]
163
- },
164
- "BatchWrite":{
165
- "name":"BatchWrite",
166
- "http":{
167
- "method":"PUT",
168
- "requestUri":"/amazonclouddirectory/2017-01-11/batchwrite",
169
- "responseCode":200
170
- },
171
- "input":{"shape":"BatchWriteRequest"},
172
- "output":{"shape":"BatchWriteResponse"},
173
- "errors":[
174
- {"shape":"InternalServiceException"},
175
- {"shape":"InvalidArnException"},
176
- {"shape":"RetryableConflictException"},
177
- {"shape":"ValidationException"},
178
- {"shape":"LimitExceededException"},
179
- {"shape":"AccessDeniedException"},
180
- {"shape":"DirectoryNotEnabledException"},
181
- {"shape":"BatchWriteException"}
182
- ]
183
- },
184
- "CreateDirectory":{
185
- "name":"CreateDirectory",
186
- "http":{
187
- "method":"PUT",
188
- "requestUri":"/amazonclouddirectory/2017-01-11/directory/create",
189
- "responseCode":200
190
- },
191
- "input":{"shape":"CreateDirectoryRequest"},
192
- "output":{"shape":"CreateDirectoryResponse"},
193
- "errors":[
194
- {"shape":"InternalServiceException"},
195
- {"shape":"InvalidArnException"},
196
- {"shape":"RetryableConflictException"},
197
- {"shape":"ValidationException"},
198
- {"shape":"LimitExceededException"},
199
- {"shape":"AccessDeniedException"},
200
- {"shape":"DirectoryAlreadyExistsException"},
201
- {"shape":"InvalidArnException"},
202
- {"shape":"ResourceNotFoundException"}
203
- ]
204
- },
205
- "CreateFacet":{
206
- "name":"CreateFacet",
207
- "http":{
208
- "method":"PUT",
209
- "requestUri":"/amazonclouddirectory/2017-01-11/facet/create",
210
- "responseCode":200
211
- },
212
- "input":{"shape":"CreateFacetRequest"},
213
- "output":{"shape":"CreateFacetResponse"},
214
- "errors":[
215
- {"shape":"InternalServiceException"},
216
- {"shape":"InvalidArnException"},
217
- {"shape":"RetryableConflictException"},
218
- {"shape":"ValidationException"},
219
- {"shape":"LimitExceededException"},
220
- {"shape":"AccessDeniedException"},
221
- {"shape":"ResourceNotFoundException"},
222
- {"shape":"FacetAlreadyExistsException"},
223
- {"shape":"InvalidRuleException"},
224
- {"shape":"FacetValidationException"}
225
- ]
226
- },
227
- "CreateIndex":{
228
- "name":"CreateIndex",
229
- "http":{
230
- "method":"PUT",
231
- "requestUri":"/amazonclouddirectory/2017-01-11/index",
232
- "responseCode":200
233
- },
234
- "input":{"shape":"CreateIndexRequest"},
235
- "output":{"shape":"CreateIndexResponse"},
236
- "errors":[
237
- {"shape":"InternalServiceException"},
238
- {"shape":"InvalidArnException"},
239
- {"shape":"RetryableConflictException"},
240
- {"shape":"ValidationException"},
241
- {"shape":"LimitExceededException"},
242
- {"shape":"AccessDeniedException"},
243
- {"shape":"DirectoryNotEnabledException"},
244
- {"shape":"ResourceNotFoundException"},
245
- {"shape":"FacetValidationException"},
246
- {"shape":"LinkNameAlreadyInUseException"},
247
- {"shape":"UnsupportedIndexTypeException"}
248
- ]
249
- },
250
- "CreateObject":{
251
- "name":"CreateObject",
252
- "http":{
253
- "method":"PUT",
254
- "requestUri":"/amazonclouddirectory/2017-01-11/object",
255
- "responseCode":200
256
- },
257
- "input":{"shape":"CreateObjectRequest"},
258
- "output":{"shape":"CreateObjectResponse"},
259
- "errors":[
260
- {"shape":"InternalServiceException"},
261
- {"shape":"InvalidArnException"},
262
- {"shape":"RetryableConflictException"},
263
- {"shape":"ValidationException"},
264
- {"shape":"LimitExceededException"},
265
- {"shape":"AccessDeniedException"},
266
- {"shape":"DirectoryNotEnabledException"},
267
- {"shape":"InvalidArnException"},
268
- {"shape":"ResourceNotFoundException"},
269
- {"shape":"FacetValidationException"},
270
- {"shape":"LinkNameAlreadyInUseException"},
271
- {"shape":"UnsupportedIndexTypeException"}
272
- ]
273
- },
274
- "CreateSchema":{
275
- "name":"CreateSchema",
276
- "http":{
277
- "method":"PUT",
278
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/create",
279
- "responseCode":200
280
- },
281
- "input":{"shape":"CreateSchemaRequest"},
282
- "output":{"shape":"CreateSchemaResponse"},
283
- "errors":[
284
- {"shape":"InternalServiceException"},
285
- {"shape":"InvalidArnException"},
286
- {"shape":"RetryableConflictException"},
287
- {"shape":"ValidationException"},
288
- {"shape":"LimitExceededException"},
289
- {"shape":"AccessDeniedException"},
290
- {"shape":"SchemaAlreadyExistsException"},
291
- {"shape":"AccessDeniedException"}
292
- ]
293
- },
294
- "CreateTypedLinkFacet":{
295
- "name":"CreateTypedLinkFacet",
296
- "http":{
297
- "method":"PUT",
298
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/facet/create",
299
- "responseCode":200
300
- },
301
- "input":{"shape":"CreateTypedLinkFacetRequest"},
302
- "output":{"shape":"CreateTypedLinkFacetResponse"},
303
- "errors":[
304
- {"shape":"InternalServiceException"},
305
- {"shape":"InvalidArnException"},
306
- {"shape":"RetryableConflictException"},
307
- {"shape":"ValidationException"},
308
- {"shape":"LimitExceededException"},
309
- {"shape":"AccessDeniedException"},
310
- {"shape":"ResourceNotFoundException"},
311
- {"shape":"FacetAlreadyExistsException"},
312
- {"shape":"InvalidRuleException"},
313
- {"shape":"FacetValidationException"}
314
- ]
315
- },
316
- "DeleteDirectory":{
317
- "name":"DeleteDirectory",
318
- "http":{
319
- "method":"PUT",
320
- "requestUri":"/amazonclouddirectory/2017-01-11/directory",
321
- "responseCode":200
322
- },
323
- "input":{"shape":"DeleteDirectoryRequest"},
324
- "output":{"shape":"DeleteDirectoryResponse"},
325
- "errors":[
326
- {"shape":"ResourceNotFoundException"},
327
- {"shape":"DirectoryNotDisabledException"},
328
- {"shape":"InternalServiceException"},
329
- {"shape":"ValidationException"},
330
- {"shape":"LimitExceededException"},
331
- {"shape":"AccessDeniedException"},
332
- {"shape":"DirectoryDeletedException"},
333
- {"shape":"RetryableConflictException"},
334
- {"shape":"InvalidArnException"}
335
- ]
336
- },
337
- "DeleteFacet":{
338
- "name":"DeleteFacet",
339
- "http":{
340
- "method":"PUT",
341
- "requestUri":"/amazonclouddirectory/2017-01-11/facet/delete",
342
- "responseCode":200
343
- },
344
- "input":{"shape":"DeleteFacetRequest"},
345
- "output":{"shape":"DeleteFacetResponse"},
346
- "errors":[
347
- {"shape":"InternalServiceException"},
348
- {"shape":"InvalidArnException"},
349
- {"shape":"RetryableConflictException"},
350
- {"shape":"ValidationException"},
351
- {"shape":"LimitExceededException"},
352
- {"shape":"AccessDeniedException"},
353
- {"shape":"ResourceNotFoundException"},
354
- {"shape":"FacetNotFoundException"},
355
- {"shape":"FacetInUseException"}
356
- ]
357
- },
358
- "DeleteObject":{
359
- "name":"DeleteObject",
360
- "http":{
361
- "method":"PUT",
362
- "requestUri":"/amazonclouddirectory/2017-01-11/object/delete",
363
- "responseCode":200
364
- },
365
- "input":{"shape":"DeleteObjectRequest"},
366
- "output":{"shape":"DeleteObjectResponse"},
367
- "errors":[
368
- {"shape":"InternalServiceException"},
369
- {"shape":"InvalidArnException"},
370
- {"shape":"RetryableConflictException"},
371
- {"shape":"ValidationException"},
372
- {"shape":"LimitExceededException"},
373
- {"shape":"AccessDeniedException"},
374
- {"shape":"DirectoryNotEnabledException"},
375
- {"shape":"ResourceNotFoundException"},
376
- {"shape":"ObjectNotDetachedException"}
377
- ]
378
- },
379
- "DeleteSchema":{
380
- "name":"DeleteSchema",
381
- "http":{
382
- "method":"PUT",
383
- "requestUri":"/amazonclouddirectory/2017-01-11/schema",
384
- "responseCode":200
385
- },
386
- "input":{"shape":"DeleteSchemaRequest"},
387
- "output":{"shape":"DeleteSchemaResponse"},
388
- "errors":[
389
- {"shape":"InternalServiceException"},
390
- {"shape":"InvalidArnException"},
391
- {"shape":"RetryableConflictException"},
392
- {"shape":"ValidationException"},
393
- {"shape":"LimitExceededException"},
394
- {"shape":"AccessDeniedException"},
395
- {"shape":"ResourceNotFoundException"},
396
- {"shape":"StillContainsLinksException"}
397
- ]
398
- },
399
- "DeleteTypedLinkFacet":{
400
- "name":"DeleteTypedLinkFacet",
401
- "http":{
402
- "method":"PUT",
403
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/facet/delete",
404
- "responseCode":200
405
- },
406
- "input":{"shape":"DeleteTypedLinkFacetRequest"},
407
- "output":{"shape":"DeleteTypedLinkFacetResponse"},
408
- "errors":[
409
- {"shape":"InternalServiceException"},
410
- {"shape":"InvalidArnException"},
411
- {"shape":"RetryableConflictException"},
412
- {"shape":"ValidationException"},
413
- {"shape":"LimitExceededException"},
414
- {"shape":"AccessDeniedException"},
415
- {"shape":"ResourceNotFoundException"},
416
- {"shape":"FacetNotFoundException"}
417
- ]
418
- },
419
- "DetachFromIndex":{
420
- "name":"DetachFromIndex",
421
- "http":{
422
- "method":"PUT",
423
- "requestUri":"/amazonclouddirectory/2017-01-11/index/detach",
424
- "responseCode":200
425
- },
426
- "input":{"shape":"DetachFromIndexRequest"},
427
- "output":{"shape":"DetachFromIndexResponse"},
428
- "errors":[
429
- {"shape":"InternalServiceException"},
430
- {"shape":"InvalidArnException"},
431
- {"shape":"RetryableConflictException"},
432
- {"shape":"ValidationException"},
433
- {"shape":"LimitExceededException"},
434
- {"shape":"AccessDeniedException"},
435
- {"shape":"DirectoryNotEnabledException"},
436
- {"shape":"ResourceNotFoundException"},
437
- {"shape":"ObjectAlreadyDetachedException"},
438
- {"shape":"NotIndexException"}
439
- ]
440
- },
441
- "DetachObject":{
442
- "name":"DetachObject",
443
- "http":{
444
- "method":"PUT",
445
- "requestUri":"/amazonclouddirectory/2017-01-11/object/detach",
446
- "responseCode":200
447
- },
448
- "input":{"shape":"DetachObjectRequest"},
449
- "output":{"shape":"DetachObjectResponse"},
450
- "errors":[
451
- {"shape":"InternalServiceException"},
452
- {"shape":"InvalidArnException"},
453
- {"shape":"RetryableConflictException"},
454
- {"shape":"ValidationException"},
455
- {"shape":"LimitExceededException"},
456
- {"shape":"AccessDeniedException"},
457
- {"shape":"DirectoryNotEnabledException"},
458
- {"shape":"ResourceNotFoundException"}
459
- ]
460
- },
461
- "DetachPolicy":{
462
- "name":"DetachPolicy",
463
- "http":{
464
- "method":"PUT",
465
- "requestUri":"/amazonclouddirectory/2017-01-11/policy/detach",
466
- "responseCode":200
467
- },
468
- "input":{"shape":"DetachPolicyRequest"},
469
- "output":{"shape":"DetachPolicyResponse"},
470
- "errors":[
471
- {"shape":"InternalServiceException"},
472
- {"shape":"InvalidArnException"},
473
- {"shape":"RetryableConflictException"},
474
- {"shape":"ValidationException"},
475
- {"shape":"LimitExceededException"},
476
- {"shape":"AccessDeniedException"},
477
- {"shape":"DirectoryNotEnabledException"},
478
- {"shape":"InvalidArnException"},
479
- {"shape":"ResourceNotFoundException"},
480
- {"shape":"NotPolicyException"}
481
- ]
482
- },
483
- "DetachTypedLink":{
484
- "name":"DetachTypedLink",
485
- "http":{
486
- "method":"PUT",
487
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/detach",
488
- "responseCode":200
489
- },
490
- "input":{"shape":"DetachTypedLinkRequest"},
491
- "errors":[
492
- {"shape":"InternalServiceException"},
493
- {"shape":"InvalidArnException"},
494
- {"shape":"RetryableConflictException"},
495
- {"shape":"ValidationException"},
496
- {"shape":"LimitExceededException"},
497
- {"shape":"AccessDeniedException"},
498
- {"shape":"ResourceNotFoundException"},
499
- {"shape":"FacetValidationException"}
500
- ]
501
- },
502
- "DisableDirectory":{
503
- "name":"DisableDirectory",
504
- "http":{
505
- "method":"PUT",
506
- "requestUri":"/amazonclouddirectory/2017-01-11/directory/disable",
507
- "responseCode":200
508
- },
509
- "input":{"shape":"DisableDirectoryRequest"},
510
- "output":{"shape":"DisableDirectoryResponse"},
511
- "errors":[
512
- {"shape":"ResourceNotFoundException"},
513
- {"shape":"DirectoryDeletedException"},
514
- {"shape":"InternalServiceException"},
515
- {"shape":"ValidationException"},
516
- {"shape":"LimitExceededException"},
517
- {"shape":"AccessDeniedException"},
518
- {"shape":"RetryableConflictException"},
519
- {"shape":"InvalidArnException"}
520
- ]
521
- },
522
- "EnableDirectory":{
523
- "name":"EnableDirectory",
524
- "http":{
525
- "method":"PUT",
526
- "requestUri":"/amazonclouddirectory/2017-01-11/directory/enable",
527
- "responseCode":200
528
- },
529
- "input":{"shape":"EnableDirectoryRequest"},
530
- "output":{"shape":"EnableDirectoryResponse"},
531
- "errors":[
532
- {"shape":"ResourceNotFoundException"},
533
- {"shape":"DirectoryDeletedException"},
534
- {"shape":"InternalServiceException"},
535
- {"shape":"ValidationException"},
536
- {"shape":"LimitExceededException"},
537
- {"shape":"AccessDeniedException"},
538
- {"shape":"RetryableConflictException"},
539
- {"shape":"InvalidArnException"}
540
- ]
541
- },
542
- "GetDirectory":{
543
- "name":"GetDirectory",
544
- "http":{
545
- "method":"POST",
546
- "requestUri":"/amazonclouddirectory/2017-01-11/directory/get",
547
- "responseCode":200
548
- },
549
- "input":{"shape":"GetDirectoryRequest"},
550
- "output":{"shape":"GetDirectoryResponse"},
551
- "errors":[
552
- {"shape":"InternalServiceException"},
553
- {"shape":"InvalidArnException"},
554
- {"shape":"RetryableConflictException"},
555
- {"shape":"ValidationException"},
556
- {"shape":"LimitExceededException"},
557
- {"shape":"AccessDeniedException"}
558
- ]
559
- },
560
- "GetFacet":{
561
- "name":"GetFacet",
562
- "http":{
563
- "method":"POST",
564
- "requestUri":"/amazonclouddirectory/2017-01-11/facet",
565
- "responseCode":200
566
- },
567
- "input":{"shape":"GetFacetRequest"},
568
- "output":{"shape":"GetFacetResponse"},
569
- "errors":[
570
- {"shape":"InternalServiceException"},
571
- {"shape":"InvalidArnException"},
572
- {"shape":"RetryableConflictException"},
573
- {"shape":"ValidationException"},
574
- {"shape":"LimitExceededException"},
575
- {"shape":"AccessDeniedException"},
576
- {"shape":"ResourceNotFoundException"},
577
- {"shape":"FacetNotFoundException"}
578
- ]
579
- },
580
- "GetObjectInformation":{
581
- "name":"GetObjectInformation",
582
- "http":{
583
- "method":"POST",
584
- "requestUri":"/amazonclouddirectory/2017-01-11/object/information",
585
- "responseCode":200
586
- },
587
- "input":{"shape":"GetObjectInformationRequest"},
588
- "output":{"shape":"GetObjectInformationResponse"},
589
- "errors":[
590
- {"shape":"InternalServiceException"},
591
- {"shape":"InvalidArnException"},
592
- {"shape":"RetryableConflictException"},
593
- {"shape":"ValidationException"},
594
- {"shape":"LimitExceededException"},
595
- {"shape":"AccessDeniedException"},
596
- {"shape":"DirectoryNotEnabledException"},
597
- {"shape":"ResourceNotFoundException"}
598
- ]
599
- },
600
- "GetSchemaAsJson":{
601
- "name":"GetSchemaAsJson",
602
- "http":{
603
- "method":"POST",
604
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/json",
605
- "responseCode":200
606
- },
607
- "input":{"shape":"GetSchemaAsJsonRequest"},
608
- "output":{"shape":"GetSchemaAsJsonResponse"},
609
- "errors":[
610
- {"shape":"InternalServiceException"},
611
- {"shape":"InvalidArnException"},
612
- {"shape":"RetryableConflictException"},
613
- {"shape":"ValidationException"},
614
- {"shape":"LimitExceededException"},
615
- {"shape":"AccessDeniedException"},
616
- {"shape":"ResourceNotFoundException"},
617
- {"shape":"ValidationException"}
618
- ]
619
- },
620
- "GetTypedLinkFacetInformation":{
621
- "name":"GetTypedLinkFacetInformation",
622
- "http":{
623
- "method":"POST",
624
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/facet/get",
625
- "responseCode":200
626
- },
627
- "input":{"shape":"GetTypedLinkFacetInformationRequest"},
628
- "output":{"shape":"GetTypedLinkFacetInformationResponse"},
629
- "errors":[
630
- {"shape":"InternalServiceException"},
631
- {"shape":"InvalidArnException"},
632
- {"shape":"RetryableConflictException"},
633
- {"shape":"ValidationException"},
634
- {"shape":"LimitExceededException"},
635
- {"shape":"AccessDeniedException"},
636
- {"shape":"ResourceNotFoundException"},
637
- {"shape":"InvalidNextTokenException"},
638
- {"shape":"FacetNotFoundException"}
639
- ]
640
- },
641
- "ListAppliedSchemaArns":{
642
- "name":"ListAppliedSchemaArns",
643
- "http":{
644
- "method":"POST",
645
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/applied",
646
- "responseCode":200
647
- },
648
- "input":{"shape":"ListAppliedSchemaArnsRequest"},
649
- "output":{"shape":"ListAppliedSchemaArnsResponse"},
650
- "errors":[
651
- {"shape":"InternalServiceException"},
652
- {"shape":"InvalidArnException"},
653
- {"shape":"RetryableConflictException"},
654
- {"shape":"ValidationException"},
655
- {"shape":"LimitExceededException"},
656
- {"shape":"AccessDeniedException"},
657
- {"shape":"ResourceNotFoundException"},
658
- {"shape":"InvalidNextTokenException"}
659
- ]
660
- },
661
- "ListAttachedIndices":{
662
- "name":"ListAttachedIndices",
663
- "http":{
664
- "method":"POST",
665
- "requestUri":"/amazonclouddirectory/2017-01-11/object/indices",
666
- "responseCode":200
667
- },
668
- "input":{"shape":"ListAttachedIndicesRequest"},
669
- "output":{"shape":"ListAttachedIndicesResponse"},
670
- "errors":[
671
- {"shape":"InternalServiceException"},
672
- {"shape":"InvalidArnException"},
673
- {"shape":"RetryableConflictException"},
674
- {"shape":"ValidationException"},
675
- {"shape":"LimitExceededException"},
676
- {"shape":"AccessDeniedException"},
677
- {"shape":"DirectoryNotEnabledException"},
678
- {"shape":"ResourceNotFoundException"}
679
- ]
680
- },
681
- "ListDevelopmentSchemaArns":{
682
- "name":"ListDevelopmentSchemaArns",
683
- "http":{
684
- "method":"POST",
685
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/development",
686
- "responseCode":200
687
- },
688
- "input":{"shape":"ListDevelopmentSchemaArnsRequest"},
689
- "output":{"shape":"ListDevelopmentSchemaArnsResponse"},
690
- "errors":[
691
- {"shape":"InternalServiceException"},
692
- {"shape":"InvalidArnException"},
693
- {"shape":"RetryableConflictException"},
694
- {"shape":"ValidationException"},
695
- {"shape":"LimitExceededException"},
696
- {"shape":"AccessDeniedException"},
697
- {"shape":"ResourceNotFoundException"},
698
- {"shape":"InvalidNextTokenException"}
699
- ]
700
- },
701
- "ListDirectories":{
702
- "name":"ListDirectories",
703
- "http":{
704
- "method":"POST",
705
- "requestUri":"/amazonclouddirectory/2017-01-11/directory/list",
706
- "responseCode":200
707
- },
708
- "input":{"shape":"ListDirectoriesRequest"},
709
- "output":{"shape":"ListDirectoriesResponse"},
710
- "errors":[
711
- {"shape":"InternalServiceException"},
712
- {"shape":"InvalidArnException"},
713
- {"shape":"RetryableConflictException"},
714
- {"shape":"ValidationException"},
715
- {"shape":"LimitExceededException"},
716
- {"shape":"AccessDeniedException"},
717
- {"shape":"InvalidNextTokenException"}
718
- ]
719
- },
720
- "ListFacetAttributes":{
721
- "name":"ListFacetAttributes",
722
- "http":{
723
- "method":"POST",
724
- "requestUri":"/amazonclouddirectory/2017-01-11/facet/attributes",
725
- "responseCode":200
726
- },
727
- "input":{"shape":"ListFacetAttributesRequest"},
728
- "output":{"shape":"ListFacetAttributesResponse"},
729
- "errors":[
730
- {"shape":"InternalServiceException"},
731
- {"shape":"InvalidArnException"},
732
- {"shape":"RetryableConflictException"},
733
- {"shape":"ValidationException"},
734
- {"shape":"LimitExceededException"},
735
- {"shape":"AccessDeniedException"},
736
- {"shape":"ResourceNotFoundException"},
737
- {"shape":"FacetNotFoundException"},
738
- {"shape":"InvalidNextTokenException"}
739
- ]
740
- },
741
- "ListFacetNames":{
742
- "name":"ListFacetNames",
743
- "http":{
744
- "method":"POST",
745
- "requestUri":"/amazonclouddirectory/2017-01-11/facet/list",
746
- "responseCode":200
747
- },
748
- "input":{"shape":"ListFacetNamesRequest"},
749
- "output":{"shape":"ListFacetNamesResponse"},
750
- "errors":[
751
- {"shape":"InternalServiceException"},
752
- {"shape":"InvalidArnException"},
753
- {"shape":"RetryableConflictException"},
754
- {"shape":"ValidationException"},
755
- {"shape":"LimitExceededException"},
756
- {"shape":"AccessDeniedException"},
757
- {"shape":"ResourceNotFoundException"},
758
- {"shape":"InvalidNextTokenException"}
759
- ]
760
- },
761
- "ListIncomingTypedLinks":{
762
- "name":"ListIncomingTypedLinks",
763
- "http":{
764
- "method":"POST",
765
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/incoming",
766
- "responseCode":200
767
- },
768
- "input":{"shape":"ListIncomingTypedLinksRequest"},
769
- "output":{"shape":"ListIncomingTypedLinksResponse"},
770
- "errors":[
771
- {"shape":"InternalServiceException"},
772
- {"shape":"InvalidArnException"},
773
- {"shape":"RetryableConflictException"},
774
- {"shape":"ValidationException"},
775
- {"shape":"LimitExceededException"},
776
- {"shape":"AccessDeniedException"},
777
- {"shape":"ResourceNotFoundException"},
778
- {"shape":"InvalidNextTokenException"},
779
- {"shape":"FacetValidationException"}
780
- ]
781
- },
782
- "ListIndex":{
783
- "name":"ListIndex",
784
- "http":{
785
- "method":"POST",
786
- "requestUri":"/amazonclouddirectory/2017-01-11/index/targets",
787
- "responseCode":200
788
- },
789
- "input":{"shape":"ListIndexRequest"},
790
- "output":{"shape":"ListIndexResponse"},
791
- "errors":[
792
- {"shape":"InternalServiceException"},
793
- {"shape":"InvalidArnException"},
794
- {"shape":"RetryableConflictException"},
795
- {"shape":"ValidationException"},
796
- {"shape":"LimitExceededException"},
797
- {"shape":"AccessDeniedException"},
798
- {"shape":"DirectoryNotEnabledException"},
799
- {"shape":"ResourceNotFoundException"},
800
- {"shape":"NotIndexException"}
801
- ]
802
- },
803
- "ListObjectAttributes":{
804
- "name":"ListObjectAttributes",
805
- "http":{
806
- "method":"POST",
807
- "requestUri":"/amazonclouddirectory/2017-01-11/object/attributes",
808
- "responseCode":200
809
- },
810
- "input":{"shape":"ListObjectAttributesRequest"},
811
- "output":{"shape":"ListObjectAttributesResponse"},
812
- "errors":[
813
- {"shape":"InternalServiceException"},
814
- {"shape":"InvalidArnException"},
815
- {"shape":"RetryableConflictException"},
816
- {"shape":"ValidationException"},
817
- {"shape":"LimitExceededException"},
818
- {"shape":"AccessDeniedException"},
819
- {"shape":"DirectoryNotEnabledException"},
820
- {"shape":"InvalidArnException"},
821
- {"shape":"ResourceNotFoundException"},
822
- {"shape":"InvalidNextTokenException"},
823
- {"shape":"FacetValidationException"}
824
- ]
825
- },
826
- "ListObjectChildren":{
827
- "name":"ListObjectChildren",
828
- "http":{
829
- "method":"POST",
830
- "requestUri":"/amazonclouddirectory/2017-01-11/object/children",
831
- "responseCode":200
832
- },
833
- "input":{"shape":"ListObjectChildrenRequest"},
834
- "output":{"shape":"ListObjectChildrenResponse"},
835
- "errors":[
836
- {"shape":"InternalServiceException"},
837
- {"shape":"InvalidArnException"},
838
- {"shape":"RetryableConflictException"},
839
- {"shape":"ValidationException"},
840
- {"shape":"LimitExceededException"},
841
- {"shape":"AccessDeniedException"},
842
- {"shape":"DirectoryNotEnabledException"},
843
- {"shape":"InvalidArnException"},
844
- {"shape":"ResourceNotFoundException"},
845
- {"shape":"InvalidNextTokenException"},
846
- {"shape":"NotNodeException"}
847
- ]
848
- },
849
- "ListObjectParentPaths":{
850
- "name":"ListObjectParentPaths",
851
- "http":{
852
- "method":"POST",
853
- "requestUri":"/amazonclouddirectory/2017-01-11/object/parentpaths",
854
- "responseCode":200
855
- },
856
- "input":{"shape":"ListObjectParentPathsRequest"},
857
- "output":{"shape":"ListObjectParentPathsResponse"},
858
- "errors":[
859
- {"shape":"InternalServiceException"},
860
- {"shape":"InvalidArnException"},
861
- {"shape":"RetryableConflictException"},
862
- {"shape":"ValidationException"},
863
- {"shape":"LimitExceededException"},
864
- {"shape":"AccessDeniedException"},
865
- {"shape":"DirectoryNotEnabledException"},
866
- {"shape":"InvalidNextTokenException"},
867
- {"shape":"ResourceNotFoundException"}
868
- ]
869
- },
870
- "ListObjectParents":{
871
- "name":"ListObjectParents",
872
- "http":{
873
- "method":"POST",
874
- "requestUri":"/amazonclouddirectory/2017-01-11/object/parent",
875
- "responseCode":200
876
- },
877
- "input":{"shape":"ListObjectParentsRequest"},
878
- "output":{"shape":"ListObjectParentsResponse"},
879
- "errors":[
880
- {"shape":"InternalServiceException"},
881
- {"shape":"InvalidArnException"},
882
- {"shape":"RetryableConflictException"},
883
- {"shape":"ValidationException"},
884
- {"shape":"LimitExceededException"},
885
- {"shape":"AccessDeniedException"},
886
- {"shape":"DirectoryNotEnabledException"},
887
- {"shape":"InvalidArnException"},
888
- {"shape":"ResourceNotFoundException"},
889
- {"shape":"InvalidNextTokenException"},
890
- {"shape":"CannotListParentOfRootException"}
891
- ]
892
- },
893
- "ListObjectPolicies":{
894
- "name":"ListObjectPolicies",
895
- "http":{
896
- "method":"POST",
897
- "requestUri":"/amazonclouddirectory/2017-01-11/object/policy",
898
- "responseCode":200
899
- },
900
- "input":{"shape":"ListObjectPoliciesRequest"},
901
- "output":{"shape":"ListObjectPoliciesResponse"},
902
- "errors":[
903
- {"shape":"InternalServiceException"},
904
- {"shape":"InvalidArnException"},
905
- {"shape":"RetryableConflictException"},
906
- {"shape":"ValidationException"},
907
- {"shape":"LimitExceededException"},
908
- {"shape":"AccessDeniedException"},
909
- {"shape":"DirectoryNotEnabledException"},
910
- {"shape":"ResourceNotFoundException"},
911
- {"shape":"InvalidNextTokenException"}
912
- ]
913
- },
914
- "ListOutgoingTypedLinks":{
915
- "name":"ListOutgoingTypedLinks",
916
- "http":{
917
- "method":"POST",
918
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/outgoing",
919
- "responseCode":200
920
- },
921
- "input":{"shape":"ListOutgoingTypedLinksRequest"},
922
- "output":{"shape":"ListOutgoingTypedLinksResponse"},
923
- "errors":[
924
- {"shape":"InternalServiceException"},
925
- {"shape":"InvalidArnException"},
926
- {"shape":"RetryableConflictException"},
927
- {"shape":"ValidationException"},
928
- {"shape":"LimitExceededException"},
929
- {"shape":"AccessDeniedException"},
930
- {"shape":"ResourceNotFoundException"},
931
- {"shape":"InvalidNextTokenException"},
932
- {"shape":"FacetValidationException"}
933
- ]
934
- },
935
- "ListPolicyAttachments":{
936
- "name":"ListPolicyAttachments",
937
- "http":{
938
- "method":"POST",
939
- "requestUri":"/amazonclouddirectory/2017-01-11/policy/attachment",
940
- "responseCode":200
941
- },
942
- "input":{"shape":"ListPolicyAttachmentsRequest"},
943
- "output":{"shape":"ListPolicyAttachmentsResponse"},
944
- "errors":[
945
- {"shape":"InternalServiceException"},
946
- {"shape":"InvalidArnException"},
947
- {"shape":"RetryableConflictException"},
948
- {"shape":"ValidationException"},
949
- {"shape":"LimitExceededException"},
950
- {"shape":"AccessDeniedException"},
951
- {"shape":"DirectoryNotEnabledException"},
952
- {"shape":"InvalidArnException"},
953
- {"shape":"InvalidNextTokenException"},
954
- {"shape":"ResourceNotFoundException"},
955
- {"shape":"NotPolicyException"}
956
- ]
957
- },
958
- "ListPublishedSchemaArns":{
959
- "name":"ListPublishedSchemaArns",
960
- "http":{
961
- "method":"POST",
962
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/published",
963
- "responseCode":200
964
- },
965
- "input":{"shape":"ListPublishedSchemaArnsRequest"},
966
- "output":{"shape":"ListPublishedSchemaArnsResponse"},
967
- "errors":[
968
- {"shape":"InternalServiceException"},
969
- {"shape":"InvalidArnException"},
970
- {"shape":"RetryableConflictException"},
971
- {"shape":"ValidationException"},
972
- {"shape":"LimitExceededException"},
973
- {"shape":"AccessDeniedException"},
974
- {"shape":"ResourceNotFoundException"},
975
- {"shape":"InvalidNextTokenException"}
976
- ]
977
- },
978
- "ListTagsForResource":{
979
- "name":"ListTagsForResource",
980
- "http":{
981
- "method":"POST",
982
- "requestUri":"/amazonclouddirectory/2017-01-11/tags",
983
- "responseCode":200
984
- },
985
- "input":{"shape":"ListTagsForResourceRequest"},
986
- "output":{"shape":"ListTagsForResourceResponse"},
987
- "errors":[
988
- {"shape":"InternalServiceException"},
989
- {"shape":"InvalidArnException"},
990
- {"shape":"RetryableConflictException"},
991
- {"shape":"ValidationException"},
992
- {"shape":"LimitExceededException"},
993
- {"shape":"AccessDeniedException"},
994
- {"shape":"ResourceNotFoundException"},
995
- {"shape":"InvalidTaggingRequestException"}
996
- ]
997
- },
998
- "ListTypedLinkFacetAttributes":{
999
- "name":"ListTypedLinkFacetAttributes",
1000
- "http":{
1001
- "method":"POST",
1002
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/facet/attributes",
1003
- "responseCode":200
1004
- },
1005
- "input":{"shape":"ListTypedLinkFacetAttributesRequest"},
1006
- "output":{"shape":"ListTypedLinkFacetAttributesResponse"},
1007
- "errors":[
1008
- {"shape":"InternalServiceException"},
1009
- {"shape":"InvalidArnException"},
1010
- {"shape":"RetryableConflictException"},
1011
- {"shape":"ValidationException"},
1012
- {"shape":"LimitExceededException"},
1013
- {"shape":"AccessDeniedException"},
1014
- {"shape":"ResourceNotFoundException"},
1015
- {"shape":"FacetNotFoundException"},
1016
- {"shape":"InvalidNextTokenException"}
1017
- ]
1018
- },
1019
- "ListTypedLinkFacetNames":{
1020
- "name":"ListTypedLinkFacetNames",
1021
- "http":{
1022
- "method":"POST",
1023
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/facet/list",
1024
- "responseCode":200
1025
- },
1026
- "input":{"shape":"ListTypedLinkFacetNamesRequest"},
1027
- "output":{"shape":"ListTypedLinkFacetNamesResponse"},
1028
- "errors":[
1029
- {"shape":"InternalServiceException"},
1030
- {"shape":"InvalidArnException"},
1031
- {"shape":"RetryableConflictException"},
1032
- {"shape":"ValidationException"},
1033
- {"shape":"LimitExceededException"},
1034
- {"shape":"AccessDeniedException"},
1035
- {"shape":"ResourceNotFoundException"},
1036
- {"shape":"InvalidNextTokenException"}
1037
- ]
1038
- },
1039
- "LookupPolicy":{
1040
- "name":"LookupPolicy",
1041
- "http":{
1042
- "method":"POST",
1043
- "requestUri":"/amazonclouddirectory/2017-01-11/policy/lookup",
1044
- "responseCode":200
1045
- },
1046
- "input":{"shape":"LookupPolicyRequest"},
1047
- "output":{"shape":"LookupPolicyResponse"},
1048
- "errors":[
1049
- {"shape":"InternalServiceException"},
1050
- {"shape":"InvalidArnException"},
1051
- {"shape":"RetryableConflictException"},
1052
- {"shape":"ValidationException"},
1053
- {"shape":"LimitExceededException"},
1054
- {"shape":"AccessDeniedException"},
1055
- {"shape":"DirectoryNotEnabledException"},
1056
- {"shape":"InvalidArnException"},
1057
- {"shape":"InvalidNextTokenException"},
1058
- {"shape":"ResourceNotFoundException"}
1059
- ]
1060
- },
1061
- "PublishSchema":{
1062
- "name":"PublishSchema",
1063
- "http":{
1064
- "method":"PUT",
1065
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/publish",
1066
- "responseCode":200
1067
- },
1068
- "input":{"shape":"PublishSchemaRequest"},
1069
- "output":{"shape":"PublishSchemaResponse"},
1070
- "errors":[
1071
- {"shape":"InternalServiceException"},
1072
- {"shape":"InvalidArnException"},
1073
- {"shape":"RetryableConflictException"},
1074
- {"shape":"ValidationException"},
1075
- {"shape":"LimitExceededException"},
1076
- {"shape":"AccessDeniedException"},
1077
- {"shape":"ResourceNotFoundException"},
1078
- {"shape":"SchemaAlreadyPublishedException"}
1079
- ]
1080
- },
1081
- "PutSchemaFromJson":{
1082
- "name":"PutSchemaFromJson",
1083
- "http":{
1084
- "method":"PUT",
1085
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/json",
1086
- "responseCode":200
1087
- },
1088
- "input":{"shape":"PutSchemaFromJsonRequest"},
1089
- "output":{"shape":"PutSchemaFromJsonResponse"},
1090
- "errors":[
1091
- {"shape":"InternalServiceException"},
1092
- {"shape":"InvalidArnException"},
1093
- {"shape":"RetryableConflictException"},
1094
- {"shape":"ValidationException"},
1095
- {"shape":"LimitExceededException"},
1096
- {"shape":"AccessDeniedException"},
1097
- {"shape":"InvalidSchemaDocException"},
1098
- {"shape":"InvalidRuleException"}
1099
- ]
1100
- },
1101
- "RemoveFacetFromObject":{
1102
- "name":"RemoveFacetFromObject",
1103
- "http":{
1104
- "method":"PUT",
1105
- "requestUri":"/amazonclouddirectory/2017-01-11/object/facets/delete",
1106
- "responseCode":200
1107
- },
1108
- "input":{"shape":"RemoveFacetFromObjectRequest"},
1109
- "output":{"shape":"RemoveFacetFromObjectResponse"},
1110
- "errors":[
1111
- {"shape":"InternalServiceException"},
1112
- {"shape":"InvalidArnException"},
1113
- {"shape":"RetryableConflictException"},
1114
- {"shape":"ValidationException"},
1115
- {"shape":"LimitExceededException"},
1116
- {"shape":"AccessDeniedException"},
1117
- {"shape":"DirectoryNotEnabledException"},
1118
- {"shape":"ResourceNotFoundException"},
1119
- {"shape":"FacetValidationException"}
1120
- ]
1121
- },
1122
- "TagResource":{
1123
- "name":"TagResource",
1124
- "http":{
1125
- "method":"PUT",
1126
- "requestUri":"/amazonclouddirectory/2017-01-11/tags/add",
1127
- "responseCode":200
1128
- },
1129
- "input":{"shape":"TagResourceRequest"},
1130
- "output":{"shape":"TagResourceResponse"},
1131
- "errors":[
1132
- {"shape":"InternalServiceException"},
1133
- {"shape":"InvalidArnException"},
1134
- {"shape":"RetryableConflictException"},
1135
- {"shape":"ValidationException"},
1136
- {"shape":"LimitExceededException"},
1137
- {"shape":"AccessDeniedException"},
1138
- {"shape":"ResourceNotFoundException"},
1139
- {"shape":"InvalidTaggingRequestException"}
1140
- ]
1141
- },
1142
- "UntagResource":{
1143
- "name":"UntagResource",
1144
- "http":{
1145
- "method":"PUT",
1146
- "requestUri":"/amazonclouddirectory/2017-01-11/tags/remove",
1147
- "responseCode":200
1148
- },
1149
- "input":{"shape":"UntagResourceRequest"},
1150
- "output":{"shape":"UntagResourceResponse"},
1151
- "errors":[
1152
- {"shape":"InternalServiceException"},
1153
- {"shape":"InvalidArnException"},
1154
- {"shape":"RetryableConflictException"},
1155
- {"shape":"ValidationException"},
1156
- {"shape":"LimitExceededException"},
1157
- {"shape":"AccessDeniedException"},
1158
- {"shape":"ResourceNotFoundException"},
1159
- {"shape":"InvalidTaggingRequestException"}
1160
- ]
1161
- },
1162
- "UpdateFacet":{
1163
- "name":"UpdateFacet",
1164
- "http":{
1165
- "method":"PUT",
1166
- "requestUri":"/amazonclouddirectory/2017-01-11/facet",
1167
- "responseCode":200
1168
- },
1169
- "input":{"shape":"UpdateFacetRequest"},
1170
- "output":{"shape":"UpdateFacetResponse"},
1171
- "errors":[
1172
- {"shape":"InternalServiceException"},
1173
- {"shape":"InvalidArnException"},
1174
- {"shape":"RetryableConflictException"},
1175
- {"shape":"ValidationException"},
1176
- {"shape":"LimitExceededException"},
1177
- {"shape":"AccessDeniedException"},
1178
- {"shape":"InvalidFacetUpdateException"},
1179
- {"shape":"ResourceNotFoundException"},
1180
- {"shape":"FacetNotFoundException"},
1181
- {"shape":"InvalidRuleException"}
1182
- ]
1183
- },
1184
- "UpdateObjectAttributes":{
1185
- "name":"UpdateObjectAttributes",
1186
- "http":{
1187
- "method":"PUT",
1188
- "requestUri":"/amazonclouddirectory/2017-01-11/object/update",
1189
- "responseCode":200
1190
- },
1191
- "input":{"shape":"UpdateObjectAttributesRequest"},
1192
- "output":{"shape":"UpdateObjectAttributesResponse"},
1193
- "errors":[
1194
- {"shape":"InternalServiceException"},
1195
- {"shape":"InvalidArnException"},
1196
- {"shape":"RetryableConflictException"},
1197
- {"shape":"ValidationException"},
1198
- {"shape":"LimitExceededException"},
1199
- {"shape":"AccessDeniedException"},
1200
- {"shape":"DirectoryNotEnabledException"},
1201
- {"shape":"ResourceNotFoundException"},
1202
- {"shape":"FacetValidationException"}
1203
- ]
1204
- },
1205
- "UpdateSchema":{
1206
- "name":"UpdateSchema",
1207
- "http":{
1208
- "method":"PUT",
1209
- "requestUri":"/amazonclouddirectory/2017-01-11/schema/update",
1210
- "responseCode":200
1211
- },
1212
- "input":{"shape":"UpdateSchemaRequest"},
1213
- "output":{"shape":"UpdateSchemaResponse"},
1214
- "errors":[
1215
- {"shape":"InternalServiceException"},
1216
- {"shape":"InvalidArnException"},
1217
- {"shape":"RetryableConflictException"},
1218
- {"shape":"ValidationException"},
1219
- {"shape":"LimitExceededException"},
1220
- {"shape":"AccessDeniedException"},
1221
- {"shape":"ResourceNotFoundException"}
1222
- ]
1223
- },
1224
- "UpdateTypedLinkFacet":{
1225
- "name":"UpdateTypedLinkFacet",
1226
- "http":{
1227
- "method":"PUT",
1228
- "requestUri":"/amazonclouddirectory/2017-01-11/typedlink/facet",
1229
- "responseCode":200
1230
- },
1231
- "input":{"shape":"UpdateTypedLinkFacetRequest"},
1232
- "output":{"shape":"UpdateTypedLinkFacetResponse"},
1233
- "errors":[
1234
- {"shape":"InternalServiceException"},
1235
- {"shape":"InvalidArnException"},
1236
- {"shape":"RetryableConflictException"},
1237
- {"shape":"ValidationException"},
1238
- {"shape":"LimitExceededException"},
1239
- {"shape":"AccessDeniedException"},
1240
- {"shape":"FacetValidationException"},
1241
- {"shape":"InvalidFacetUpdateException"},
1242
- {"shape":"ResourceNotFoundException"},
1243
- {"shape":"FacetNotFoundException"},
1244
- {"shape":"InvalidRuleException"}
1245
- ]
1246
- }
1247
- },
1248
- "shapes":{
1249
- "AccessDeniedException":{
1250
- "type":"structure",
1251
- "members":{
1252
- "Message":{"shape":"ExceptionMessage"}
1253
- },
1254
- "error":{"httpStatusCode":403},
1255
- "exception":true
1256
- },
1257
- "AddFacetToObjectRequest":{
1258
- "type":"structure",
1259
- "required":[
1260
- "DirectoryArn",
1261
- "SchemaFacet",
1262
- "ObjectReference"
1263
- ],
1264
- "members":{
1265
- "DirectoryArn":{
1266
- "shape":"Arn",
1267
- "location":"header",
1268
- "locationName":"x-amz-data-partition"
1269
- },
1270
- "SchemaFacet":{"shape":"SchemaFacet"},
1271
- "ObjectAttributeList":{"shape":"AttributeKeyAndValueList"},
1272
- "ObjectReference":{"shape":"ObjectReference"}
1273
- }
1274
- },
1275
- "AddFacetToObjectResponse":{
1276
- "type":"structure",
1277
- "members":{
1278
- }
1279
- },
1280
- "ApplySchemaRequest":{
1281
- "type":"structure",
1282
- "required":[
1283
- "PublishedSchemaArn",
1284
- "DirectoryArn"
1285
- ],
1286
- "members":{
1287
- "PublishedSchemaArn":{"shape":"Arn"},
1288
- "DirectoryArn":{
1289
- "shape":"Arn",
1290
- "location":"header",
1291
- "locationName":"x-amz-data-partition"
1292
- }
1293
- }
1294
- },
1295
- "ApplySchemaResponse":{
1296
- "type":"structure",
1297
- "members":{
1298
- "AppliedSchemaArn":{"shape":"Arn"},
1299
- "DirectoryArn":{"shape":"Arn"}
1300
- }
1301
- },
1302
- "Arn":{"type":"string"},
1303
- "Arns":{
1304
- "type":"list",
1305
- "member":{"shape":"Arn"}
1306
- },
1307
- "AttachObjectRequest":{
1308
- "type":"structure",
1309
- "required":[
1310
- "DirectoryArn",
1311
- "ParentReference",
1312
- "ChildReference",
1313
- "LinkName"
1314
- ],
1315
- "members":{
1316
- "DirectoryArn":{
1317
- "shape":"Arn",
1318
- "location":"header",
1319
- "locationName":"x-amz-data-partition"
1320
- },
1321
- "ParentReference":{"shape":"ObjectReference"},
1322
- "ChildReference":{"shape":"ObjectReference"},
1323
- "LinkName":{"shape":"LinkName"}
1324
- }
1325
- },
1326
- "AttachObjectResponse":{
1327
- "type":"structure",
1328
- "members":{
1329
- "AttachedObjectIdentifier":{"shape":"ObjectIdentifier"}
1330
- }
1331
- },
1332
- "AttachPolicyRequest":{
1333
- "type":"structure",
1334
- "required":[
1335
- "PolicyReference",
1336
- "ObjectReference"
1337
- ],
1338
- "members":{
1339
- "DirectoryArn":{
1340
- "shape":"Arn",
1341
- "location":"header",
1342
- "locationName":"x-amz-data-partition"
1343
- },
1344
- "PolicyReference":{"shape":"ObjectReference"},
1345
- "ObjectReference":{"shape":"ObjectReference"}
1346
- }
1347
- },
1348
- "AttachPolicyResponse":{
1349
- "type":"structure",
1350
- "members":{
1351
- }
1352
- },
1353
- "AttachToIndexRequest":{
1354
- "type":"structure",
1355
- "required":[
1356
- "DirectoryArn",
1357
- "IndexReference",
1358
- "TargetReference"
1359
- ],
1360
- "members":{
1361
- "DirectoryArn":{
1362
- "shape":"Arn",
1363
- "location":"header",
1364
- "locationName":"x-amz-data-partition"
1365
- },
1366
- "IndexReference":{"shape":"ObjectReference"},
1367
- "TargetReference":{"shape":"ObjectReference"}
1368
- }
1369
- },
1370
- "AttachToIndexResponse":{
1371
- "type":"structure",
1372
- "members":{
1373
- "AttachedObjectIdentifier":{"shape":"ObjectIdentifier"}
1374
- }
1375
- },
1376
- "AttachTypedLinkRequest":{
1377
- "type":"structure",
1378
- "required":[
1379
- "DirectoryArn",
1380
- "SourceObjectReference",
1381
- "TargetObjectReference",
1382
- "TypedLinkFacet",
1383
- "Attributes"
1384
- ],
1385
- "members":{
1386
- "DirectoryArn":{
1387
- "shape":"Arn",
1388
- "location":"header",
1389
- "locationName":"x-amz-data-partition"
1390
- },
1391
- "SourceObjectReference":{"shape":"ObjectReference"},
1392
- "TargetObjectReference":{"shape":"ObjectReference"},
1393
- "TypedLinkFacet":{"shape":"TypedLinkSchemaAndFacetName"},
1394
- "Attributes":{"shape":"AttributeNameAndValueList"}
1395
- }
1396
- },
1397
- "AttachTypedLinkResponse":{
1398
- "type":"structure",
1399
- "members":{
1400
- "TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"}
1401
- }
1402
- },
1403
- "AttributeKey":{
1404
- "type":"structure",
1405
- "required":[
1406
- "SchemaArn",
1407
- "FacetName",
1408
- "Name"
1409
- ],
1410
- "members":{
1411
- "SchemaArn":{"shape":"Arn"},
1412
- "FacetName":{"shape":"FacetName"},
1413
- "Name":{"shape":"AttributeName"}
1414
- }
1415
- },
1416
- "AttributeKeyAndValue":{
1417
- "type":"structure",
1418
- "required":[
1419
- "Key",
1420
- "Value"
1421
- ],
1422
- "members":{
1423
- "Key":{"shape":"AttributeKey"},
1424
- "Value":{"shape":"TypedAttributeValue"}
1425
- }
1426
- },
1427
- "AttributeKeyAndValueList":{
1428
- "type":"list",
1429
- "member":{"shape":"AttributeKeyAndValue"}
1430
- },
1431
- "AttributeKeyList":{
1432
- "type":"list",
1433
- "member":{"shape":"AttributeKey"}
1434
- },
1435
- "AttributeName":{
1436
- "type":"string",
1437
- "max":64,
1438
- "min":1,
1439
- "pattern":"^[a-zA-Z0-9._-]*$"
1440
- },
1441
- "AttributeNameAndValue":{
1442
- "type":"structure",
1443
- "required":[
1444
- "AttributeName",
1445
- "Value"
1446
- ],
1447
- "members":{
1448
- "AttributeName":{"shape":"AttributeName"},
1449
- "Value":{"shape":"TypedAttributeValue"}
1450
- }
1451
- },
1452
- "AttributeNameAndValueList":{
1453
- "type":"list",
1454
- "member":{"shape":"AttributeNameAndValue"}
1455
- },
1456
- "AttributeNameList":{
1457
- "type":"list",
1458
- "member":{"shape":"AttributeName"}
1459
- },
1460
- "BatchAddFacetToObject":{
1461
- "type":"structure",
1462
- "required":[
1463
- "SchemaFacet",
1464
- "ObjectAttributeList",
1465
- "ObjectReference"
1466
- ],
1467
- "members":{
1468
- "SchemaFacet":{"shape":"SchemaFacet"},
1469
- "ObjectAttributeList":{"shape":"AttributeKeyAndValueList"},
1470
- "ObjectReference":{"shape":"ObjectReference"}
1471
- }
1472
- },
1473
- "BatchAddFacetToObjectResponse":{
1474
- "type":"structure",
1475
- "members":{
1476
- }
1477
- },
1478
- "BatchAttachObject":{
1479
- "type":"structure",
1480
- "required":[
1481
- "ParentReference",
1482
- "ChildReference",
1483
- "LinkName"
1484
- ],
1485
- "members":{
1486
- "ParentReference":{"shape":"ObjectReference"},
1487
- "ChildReference":{"shape":"ObjectReference"},
1488
- "LinkName":{"shape":"LinkName"}
1489
- }
1490
- },
1491
- "BatchAttachObjectResponse":{
1492
- "type":"structure",
1493
- "members":{
1494
- "attachedObjectIdentifier":{"shape":"ObjectIdentifier"}
1495
- }
1496
- },
1497
- "BatchCreateObject":{
1498
- "type":"structure",
1499
- "required":[
1500
- "SchemaFacet",
1501
- "ObjectAttributeList",
1502
- "ParentReference",
1503
- "LinkName",
1504
- "BatchReferenceName"
1505
- ],
1506
- "members":{
1507
- "SchemaFacet":{"shape":"SchemaFacetList"},
1508
- "ObjectAttributeList":{"shape":"AttributeKeyAndValueList"},
1509
- "ParentReference":{"shape":"ObjectReference"},
1510
- "LinkName":{"shape":"LinkName"},
1511
- "BatchReferenceName":{"shape":"BatchReferenceName"}
1512
- }
1513
- },
1514
- "BatchCreateObjectResponse":{
1515
- "type":"structure",
1516
- "members":{
1517
- "ObjectIdentifier":{"shape":"ObjectIdentifier"}
1518
- }
1519
- },
1520
- "BatchDeleteObject":{
1521
- "type":"structure",
1522
- "required":["ObjectReference"],
1523
- "members":{
1524
- "ObjectReference":{"shape":"ObjectReference"}
1525
- }
1526
- },
1527
- "BatchDeleteObjectResponse":{
1528
- "type":"structure",
1529
- "members":{
1530
- }
1531
- },
1532
- "BatchDetachObject":{
1533
- "type":"structure",
1534
- "required":[
1535
- "ParentReference",
1536
- "LinkName",
1537
- "BatchReferenceName"
1538
- ],
1539
- "members":{
1540
- "ParentReference":{"shape":"ObjectReference"},
1541
- "LinkName":{"shape":"LinkName"},
1542
- "BatchReferenceName":{"shape":"BatchReferenceName"}
1543
- }
1544
- },
1545
- "BatchDetachObjectResponse":{
1546
- "type":"structure",
1547
- "members":{
1548
- "detachedObjectIdentifier":{"shape":"ObjectIdentifier"}
1549
- }
1550
- },
1551
- "BatchListObjectAttributes":{
1552
- "type":"structure",
1553
- "required":["ObjectReference"],
1554
- "members":{
1555
- "ObjectReference":{"shape":"ObjectReference"},
1556
- "NextToken":{"shape":"NextToken"},
1557
- "MaxResults":{"shape":"NumberResults"},
1558
- "FacetFilter":{"shape":"SchemaFacet"}
1559
- }
1560
- },
1561
- "BatchListObjectAttributesResponse":{
1562
- "type":"structure",
1563
- "members":{
1564
- "Attributes":{"shape":"AttributeKeyAndValueList"},
1565
- "NextToken":{"shape":"NextToken"}
1566
- }
1567
- },
1568
- "BatchListObjectChildren":{
1569
- "type":"structure",
1570
- "required":["ObjectReference"],
1571
- "members":{
1572
- "ObjectReference":{"shape":"ObjectReference"},
1573
- "NextToken":{"shape":"NextToken"},
1574
- "MaxResults":{"shape":"NumberResults"}
1575
- }
1576
- },
1577
- "BatchListObjectChildrenResponse":{
1578
- "type":"structure",
1579
- "members":{
1580
- "Children":{"shape":"LinkNameToObjectIdentifierMap"},
1581
- "NextToken":{"shape":"NextToken"}
1582
- }
1583
- },
1584
- "BatchOperationIndex":{"type":"integer"},
1585
- "BatchReadException":{
1586
- "type":"structure",
1587
- "members":{
1588
- "Type":{"shape":"BatchReadExceptionType"},
1589
- "Message":{"shape":"ExceptionMessage"}
1590
- }
1591
- },
1592
- "BatchReadExceptionType":{
1593
- "type":"string",
1594
- "enum":[
1595
- "ValidationException",
1596
- "InvalidArnException",
1597
- "ResourceNotFoundException",
1598
- "InvalidNextTokenException",
1599
- "AccessDeniedException",
1600
- "NotNodeException"
1601
- ]
1602
- },
1603
- "BatchReadOperation":{
1604
- "type":"structure",
1605
- "members":{
1606
- "ListObjectAttributes":{"shape":"BatchListObjectAttributes"},
1607
- "ListObjectChildren":{"shape":"BatchListObjectChildren"}
1608
- }
1609
- },
1610
- "BatchReadOperationList":{
1611
- "type":"list",
1612
- "member":{"shape":"BatchReadOperation"}
1613
- },
1614
- "BatchReadOperationResponse":{
1615
- "type":"structure",
1616
- "members":{
1617
- "SuccessfulResponse":{"shape":"BatchReadSuccessfulResponse"},
1618
- "ExceptionResponse":{"shape":"BatchReadException"}
1619
- }
1620
- },
1621
- "BatchReadOperationResponseList":{
1622
- "type":"list",
1623
- "member":{"shape":"BatchReadOperationResponse"}
1624
- },
1625
- "BatchReadRequest":{
1626
- "type":"structure",
1627
- "required":[
1628
- "DirectoryArn",
1629
- "Operations"
1630
- ],
1631
- "members":{
1632
- "DirectoryArn":{
1633
- "shape":"Arn",
1634
- "location":"header",
1635
- "locationName":"x-amz-data-partition"
1636
- },
1637
- "Operations":{"shape":"BatchReadOperationList"},
1638
- "ConsistencyLevel":{
1639
- "shape":"ConsistencyLevel",
1640
- "location":"header",
1641
- "locationName":"x-amz-consistency-level"
1642
- }
1643
- }
1644
- },
1645
- "BatchReadResponse":{
1646
- "type":"structure",
1647
- "members":{
1648
- "Responses":{"shape":"BatchReadOperationResponseList"}
1649
- }
1650
- },
1651
- "BatchReadSuccessfulResponse":{
1652
- "type":"structure",
1653
- "members":{
1654
- "ListObjectAttributes":{"shape":"BatchListObjectAttributesResponse"},
1655
- "ListObjectChildren":{"shape":"BatchListObjectChildrenResponse"}
1656
- }
1657
- },
1658
- "BatchReferenceName":{"type":"string"},
1659
- "BatchRemoveFacetFromObject":{
1660
- "type":"structure",
1661
- "required":[
1662
- "SchemaFacet",
1663
- "ObjectReference"
1664
- ],
1665
- "members":{
1666
- "SchemaFacet":{"shape":"SchemaFacet"},
1667
- "ObjectReference":{"shape":"ObjectReference"}
1668
- }
1669
- },
1670
- "BatchRemoveFacetFromObjectResponse":{
1671
- "type":"structure",
1672
- "members":{
1673
- }
1674
- },
1675
- "BatchUpdateObjectAttributes":{
1676
- "type":"structure",
1677
- "required":[
1678
- "ObjectReference",
1679
- "AttributeUpdates"
1680
- ],
1681
- "members":{
1682
- "ObjectReference":{"shape":"ObjectReference"},
1683
- "AttributeUpdates":{"shape":"ObjectAttributeUpdateList"}
1684
- }
1685
- },
1686
- "BatchUpdateObjectAttributesResponse":{
1687
- "type":"structure",
1688
- "members":{
1689
- "ObjectIdentifier":{"shape":"ObjectIdentifier"}
1690
- }
1691
- },
1692
- "BatchWriteException":{
1693
- "type":"structure",
1694
- "members":{
1695
- "Index":{"shape":"BatchOperationIndex"},
1696
- "Type":{"shape":"BatchWriteExceptionType"},
1697
- "Message":{"shape":"ExceptionMessage"}
1698
- },
1699
- "exception":true
1700
- },
1701
- "BatchWriteExceptionType":{
1702
- "type":"string",
1703
- "enum":[
1704
- "InternalServiceException",
1705
- "ValidationException",
1706
- "InvalidArnException",
1707
- "LinkNameAlreadyInUseException",
1708
- "StillContainsLinksException",
1709
- "FacetValidationException",
1710
- "ObjectNotDetachedException",
1711
- "ResourceNotFoundException",
1712
- "AccessDeniedException"
1713
- ]
1714
- },
1715
- "BatchWriteOperation":{
1716
- "type":"structure",
1717
- "members":{
1718
- "CreateObject":{"shape":"BatchCreateObject"},
1719
- "AttachObject":{"shape":"BatchAttachObject"},
1720
- "DetachObject":{"shape":"BatchDetachObject"},
1721
- "UpdateObjectAttributes":{"shape":"BatchUpdateObjectAttributes"},
1722
- "DeleteObject":{"shape":"BatchDeleteObject"},
1723
- "AddFacetToObject":{"shape":"BatchAddFacetToObject"},
1724
- "RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObject"}
1725
- }
1726
- },
1727
- "BatchWriteOperationList":{
1728
- "type":"list",
1729
- "member":{"shape":"BatchWriteOperation"}
1730
- },
1731
- "BatchWriteOperationResponse":{
1732
- "type":"structure",
1733
- "members":{
1734
- "CreateObject":{"shape":"BatchCreateObjectResponse"},
1735
- "AttachObject":{"shape":"BatchAttachObjectResponse"},
1736
- "DetachObject":{"shape":"BatchDetachObjectResponse"},
1737
- "UpdateObjectAttributes":{"shape":"BatchUpdateObjectAttributesResponse"},
1738
- "DeleteObject":{"shape":"BatchDeleteObjectResponse"},
1739
- "AddFacetToObject":{"shape":"BatchAddFacetToObjectResponse"},
1740
- "RemoveFacetFromObject":{"shape":"BatchRemoveFacetFromObjectResponse"}
1741
- }
1742
- },
1743
- "BatchWriteOperationResponseList":{
1744
- "type":"list",
1745
- "member":{"shape":"BatchWriteOperationResponse"}
1746
- },
1747
- "BatchWriteRequest":{
1748
- "type":"structure",
1749
- "required":[
1750
- "DirectoryArn",
1751
- "Operations"
1752
- ],
1753
- "members":{
1754
- "DirectoryArn":{
1755
- "shape":"Arn",
1756
- "location":"header",
1757
- "locationName":"x-amz-data-partition"
1758
- },
1759
- "Operations":{"shape":"BatchWriteOperationList"}
1760
- }
1761
- },
1762
- "BatchWriteResponse":{
1763
- "type":"structure",
1764
- "members":{
1765
- "Responses":{"shape":"BatchWriteOperationResponseList"}
1766
- }
1767
- },
1768
- "BinaryAttributeValue":{"type":"blob"},
1769
- "Bool":{"type":"boolean"},
1770
- "BooleanAttributeValue":{"type":"boolean"},
1771
- "CannotListParentOfRootException":{
1772
- "type":"structure",
1773
- "members":{
1774
- "Message":{"shape":"ExceptionMessage"}
1775
- },
1776
- "error":{"httpStatusCode":400},
1777
- "exception":true
1778
- },
1779
- "ConsistencyLevel":{
1780
- "type":"string",
1781
- "enum":[
1782
- "SERIALIZABLE",
1783
- "EVENTUAL"
1784
- ]
1785
- },
1786
- "CreateDirectoryRequest":{
1787
- "type":"structure",
1788
- "required":[
1789
- "Name",
1790
- "SchemaArn"
1791
- ],
1792
- "members":{
1793
- "Name":{"shape":"DirectoryName"},
1794
- "SchemaArn":{
1795
- "shape":"Arn",
1796
- "location":"header",
1797
- "locationName":"x-amz-data-partition"
1798
- }
1799
- }
1800
- },
1801
- "CreateDirectoryResponse":{
1802
- "type":"structure",
1803
- "required":[
1804
- "DirectoryArn",
1805
- "Name",
1806
- "ObjectIdentifier",
1807
- "AppliedSchemaArn"
1808
- ],
1809
- "members":{
1810
- "DirectoryArn":{"shape":"DirectoryArn"},
1811
- "Name":{"shape":"DirectoryName"},
1812
- "ObjectIdentifier":{"shape":"ObjectIdentifier"},
1813
- "AppliedSchemaArn":{"shape":"Arn"}
1814
- }
1815
- },
1816
- "CreateFacetRequest":{
1817
- "type":"structure",
1818
- "required":[
1819
- "SchemaArn",
1820
- "Name",
1821
- "ObjectType"
1822
- ],
1823
- "members":{
1824
- "SchemaArn":{
1825
- "shape":"Arn",
1826
- "location":"header",
1827
- "locationName":"x-amz-data-partition"
1828
- },
1829
- "Name":{"shape":"FacetName"},
1830
- "Attributes":{"shape":"FacetAttributeList"},
1831
- "ObjectType":{"shape":"ObjectType"}
1832
- }
1833
- },
1834
- "CreateFacetResponse":{
1835
- "type":"structure",
1836
- "members":{
1837
- }
1838
- },
1839
- "CreateIndexRequest":{
1840
- "type":"structure",
1841
- "required":[
1842
- "DirectoryArn",
1843
- "OrderedIndexedAttributeList",
1844
- "IsUnique"
1845
- ],
1846
- "members":{
1847
- "DirectoryArn":{
1848
- "shape":"Arn",
1849
- "location":"header",
1850
- "locationName":"x-amz-data-partition"
1851
- },
1852
- "OrderedIndexedAttributeList":{"shape":"AttributeKeyList"},
1853
- "IsUnique":{"shape":"Bool"},
1854
- "ParentReference":{"shape":"ObjectReference"},
1855
- "LinkName":{"shape":"LinkName"}
1856
- }
1857
- },
1858
- "CreateIndexResponse":{
1859
- "type":"structure",
1860
- "members":{
1861
- "ObjectIdentifier":{"shape":"ObjectIdentifier"}
1862
- }
1863
- },
1864
- "CreateObjectRequest":{
1865
- "type":"structure",
1866
- "required":[
1867
- "DirectoryArn",
1868
- "SchemaFacets"
1869
- ],
1870
- "members":{
1871
- "DirectoryArn":{
1872
- "shape":"Arn",
1873
- "location":"header",
1874
- "locationName":"x-amz-data-partition"
1875
- },
1876
- "SchemaFacets":{"shape":"SchemaFacetList"},
1877
- "ObjectAttributeList":{"shape":"AttributeKeyAndValueList"},
1878
- "ParentReference":{"shape":"ObjectReference"},
1879
- "LinkName":{"shape":"LinkName"}
1880
- }
1881
- },
1882
- "CreateObjectResponse":{
1883
- "type":"structure",
1884
- "members":{
1885
- "ObjectIdentifier":{"shape":"ObjectIdentifier"}
1886
- }
1887
- },
1888
- "CreateSchemaRequest":{
1889
- "type":"structure",
1890
- "required":["Name"],
1891
- "members":{
1892
- "Name":{"shape":"SchemaName"}
1893
- }
1894
- },
1895
- "CreateSchemaResponse":{
1896
- "type":"structure",
1897
- "members":{
1898
- "SchemaArn":{"shape":"Arn"}
1899
- }
1900
- },
1901
- "CreateTypedLinkFacetRequest":{
1902
- "type":"structure",
1903
- "required":[
1904
- "SchemaArn",
1905
- "Facet"
1906
- ],
1907
- "members":{
1908
- "SchemaArn":{
1909
- "shape":"Arn",
1910
- "location":"header",
1911
- "locationName":"x-amz-data-partition"
1912
- },
1913
- "Facet":{"shape":"TypedLinkFacet"}
1914
- }
1915
- },
1916
- "CreateTypedLinkFacetResponse":{
1917
- "type":"structure",
1918
- "members":{
1919
- }
1920
- },
1921
- "Date":{"type":"timestamp"},
1922
- "DatetimeAttributeValue":{"type":"timestamp"},
1923
- "DeleteDirectoryRequest":{
1924
- "type":"structure",
1925
- "required":["DirectoryArn"],
1926
- "members":{
1927
- "DirectoryArn":{
1928
- "shape":"Arn",
1929
- "location":"header",
1930
- "locationName":"x-amz-data-partition"
1931
- }
1932
- }
1933
- },
1934
- "DeleteDirectoryResponse":{
1935
- "type":"structure",
1936
- "required":["DirectoryArn"],
1937
- "members":{
1938
- "DirectoryArn":{"shape":"Arn"}
1939
- }
1940
- },
1941
- "DeleteFacetRequest":{
1942
- "type":"structure",
1943
- "required":[
1944
- "SchemaArn",
1945
- "Name"
1946
- ],
1947
- "members":{
1948
- "SchemaArn":{
1949
- "shape":"Arn",
1950
- "location":"header",
1951
- "locationName":"x-amz-data-partition"
1952
- },
1953
- "Name":{"shape":"FacetName"}
1954
- }
1955
- },
1956
- "DeleteFacetResponse":{
1957
- "type":"structure",
1958
- "members":{
1959
- }
1960
- },
1961
- "DeleteObjectRequest":{
1962
- "type":"structure",
1963
- "required":[
1964
- "DirectoryArn",
1965
- "ObjectReference"
1966
- ],
1967
- "members":{
1968
- "DirectoryArn":{
1969
- "shape":"Arn",
1970
- "location":"header",
1971
- "locationName":"x-amz-data-partition"
1972
- },
1973
- "ObjectReference":{"shape":"ObjectReference"}
1974
- }
1975
- },
1976
- "DeleteObjectResponse":{
1977
- "type":"structure",
1978
- "members":{
1979
- }
1980
- },
1981
- "DeleteSchemaRequest":{
1982
- "type":"structure",
1983
- "required":["SchemaArn"],
1984
- "members":{
1985
- "SchemaArn":{
1986
- "shape":"Arn",
1987
- "location":"header",
1988
- "locationName":"x-amz-data-partition"
1989
- }
1990
- }
1991
- },
1992
- "DeleteSchemaResponse":{
1993
- "type":"structure",
1994
- "members":{
1995
- "SchemaArn":{"shape":"Arn"}
1996
- }
1997
- },
1998
- "DeleteTypedLinkFacetRequest":{
1999
- "type":"structure",
2000
- "required":[
2001
- "SchemaArn",
2002
- "Name"
2003
- ],
2004
- "members":{
2005
- "SchemaArn":{
2006
- "shape":"Arn",
2007
- "location":"header",
2008
- "locationName":"x-amz-data-partition"
2009
- },
2010
- "Name":{"shape":"TypedLinkName"}
2011
- }
2012
- },
2013
- "DeleteTypedLinkFacetResponse":{
2014
- "type":"structure",
2015
- "members":{
2016
- }
2017
- },
2018
- "DetachFromIndexRequest":{
2019
- "type":"structure",
2020
- "required":[
2021
- "DirectoryArn",
2022
- "IndexReference",
2023
- "TargetReference"
2024
- ],
2025
- "members":{
2026
- "DirectoryArn":{
2027
- "shape":"Arn",
2028
- "location":"header",
2029
- "locationName":"x-amz-data-partition"
2030
- },
2031
- "IndexReference":{"shape":"ObjectReference"},
2032
- "TargetReference":{"shape":"ObjectReference"}
2033
- }
2034
- },
2035
- "DetachFromIndexResponse":{
2036
- "type":"structure",
2037
- "members":{
2038
- "DetachedObjectIdentifier":{"shape":"ObjectIdentifier"}
2039
- }
2040
- },
2041
- "DetachObjectRequest":{
2042
- "type":"structure",
2043
- "required":[
2044
- "DirectoryArn",
2045
- "ParentReference",
2046
- "LinkName"
2047
- ],
2048
- "members":{
2049
- "DirectoryArn":{
2050
- "shape":"Arn",
2051
- "location":"header",
2052
- "locationName":"x-amz-data-partition"
2053
- },
2054
- "ParentReference":{"shape":"ObjectReference"},
2055
- "LinkName":{"shape":"LinkName"}
2056
- }
2057
- },
2058
- "DetachObjectResponse":{
2059
- "type":"structure",
2060
- "members":{
2061
- "DetachedObjectIdentifier":{"shape":"ObjectIdentifier"}
2062
- }
2063
- },
2064
- "DetachPolicyRequest":{
2065
- "type":"structure",
2066
- "required":[
2067
- "DirectoryArn",
2068
- "PolicyReference",
2069
- "ObjectReference"
2070
- ],
2071
- "members":{
2072
- "DirectoryArn":{
2073
- "shape":"Arn",
2074
- "location":"header",
2075
- "locationName":"x-amz-data-partition"
2076
- },
2077
- "PolicyReference":{"shape":"ObjectReference"},
2078
- "ObjectReference":{"shape":"ObjectReference"}
2079
- }
2080
- },
2081
- "DetachPolicyResponse":{
2082
- "type":"structure",
2083
- "members":{
2084
- }
2085
- },
2086
- "DetachTypedLinkRequest":{
2087
- "type":"structure",
2088
- "required":[
2089
- "DirectoryArn",
2090
- "TypedLinkSpecifier"
2091
- ],
2092
- "members":{
2093
- "DirectoryArn":{
2094
- "shape":"Arn",
2095
- "location":"header",
2096
- "locationName":"x-amz-data-partition"
2097
- },
2098
- "TypedLinkSpecifier":{"shape":"TypedLinkSpecifier"}
2099
- }
2100
- },
2101
- "Directory":{
2102
- "type":"structure",
2103
- "members":{
2104
- "Name":{"shape":"DirectoryName"},
2105
- "DirectoryArn":{"shape":"DirectoryArn"},
2106
- "State":{"shape":"DirectoryState"},
2107
- "CreationDateTime":{"shape":"Date"}
2108
- }
2109
- },
2110
- "DirectoryAlreadyExistsException":{
2111
- "type":"structure",
2112
- "members":{
2113
- "Message":{"shape":"ExceptionMessage"}
2114
- },
2115
- "error":{"httpStatusCode":400},
2116
- "exception":true
2117
- },
2118
- "DirectoryArn":{"type":"string"},
2119
- "DirectoryDeletedException":{
2120
- "type":"structure",
2121
- "members":{
2122
- "Message":{"shape":"ExceptionMessage"}
2123
- },
2124
- "error":{"httpStatusCode":400},
2125
- "exception":true
2126
- },
2127
- "DirectoryList":{
2128
- "type":"list",
2129
- "member":{"shape":"Directory"}
2130
- },
2131
- "DirectoryName":{
2132
- "type":"string",
2133
- "max":64,
2134
- "min":1,
2135
- "pattern":"^[a-zA-Z0-9._-]*$"
2136
- },
2137
- "DirectoryNotDisabledException":{
2138
- "type":"structure",
2139
- "members":{
2140
- "Message":{"shape":"ExceptionMessage"}
2141
- },
2142
- "error":{"httpStatusCode":400},
2143
- "exception":true
2144
- },
2145
- "DirectoryNotEnabledException":{
2146
- "type":"structure",
2147
- "members":{
2148
- "Message":{"shape":"ExceptionMessage"}
2149
- },
2150
- "error":{"httpStatusCode":400},
2151
- "exception":true
2152
- },
2153
- "DirectoryState":{
2154
- "type":"string",
2155
- "enum":[
2156
- "ENABLED",
2157
- "DISABLED",
2158
- "DELETED"
2159
- ]
2160
- },
2161
- "DisableDirectoryRequest":{
2162
- "type":"structure",
2163
- "required":["DirectoryArn"],
2164
- "members":{
2165
- "DirectoryArn":{
2166
- "shape":"Arn",
2167
- "location":"header",
2168
- "locationName":"x-amz-data-partition"
2169
- }
2170
- }
2171
- },
2172
- "DisableDirectoryResponse":{
2173
- "type":"structure",
2174
- "required":["DirectoryArn"],
2175
- "members":{
2176
- "DirectoryArn":{"shape":"Arn"}
2177
- }
2178
- },
2179
- "EnableDirectoryRequest":{
2180
- "type":"structure",
2181
- "required":["DirectoryArn"],
2182
- "members":{
2183
- "DirectoryArn":{
2184
- "shape":"Arn",
2185
- "location":"header",
2186
- "locationName":"x-amz-data-partition"
2187
- }
2188
- }
2189
- },
2190
- "EnableDirectoryResponse":{
2191
- "type":"structure",
2192
- "required":["DirectoryArn"],
2193
- "members":{
2194
- "DirectoryArn":{"shape":"Arn"}
2195
- }
2196
- },
2197
- "ExceptionMessage":{"type":"string"},
2198
- "Facet":{
2199
- "type":"structure",
2200
- "members":{
2201
- "Name":{"shape":"FacetName"},
2202
- "ObjectType":{"shape":"ObjectType"}
2203
- }
2204
- },
2205
- "FacetAlreadyExistsException":{
2206
- "type":"structure",
2207
- "members":{
2208
- "Message":{"shape":"ExceptionMessage"}
2209
- },
2210
- "error":{"httpStatusCode":400},
2211
- "exception":true
2212
- },
2213
- "FacetAttribute":{
2214
- "type":"structure",
2215
- "required":["Name"],
2216
- "members":{
2217
- "Name":{"shape":"AttributeName"},
2218
- "AttributeDefinition":{"shape":"FacetAttributeDefinition"},
2219
- "AttributeReference":{"shape":"FacetAttributeReference"},
2220
- "RequiredBehavior":{"shape":"RequiredAttributeBehavior"}
2221
- }
2222
- },
2223
- "FacetAttributeDefinition":{
2224
- "type":"structure",
2225
- "required":["Type"],
2226
- "members":{
2227
- "Type":{"shape":"FacetAttributeType"},
2228
- "DefaultValue":{"shape":"TypedAttributeValue"},
2229
- "IsImmutable":{"shape":"Bool"},
2230
- "Rules":{"shape":"RuleMap"}
2231
- }
2232
- },
2233
- "FacetAttributeList":{
2234
- "type":"list",
2235
- "member":{"shape":"FacetAttribute"}
2236
- },
2237
- "FacetAttributeReference":{
2238
- "type":"structure",
2239
- "required":[
2240
- "TargetFacetName",
2241
- "TargetAttributeName"
2242
- ],
2243
- "members":{
2244
- "TargetFacetName":{"shape":"FacetName"},
2245
- "TargetAttributeName":{"shape":"AttributeName"}
2246
- }
2247
- },
2248
- "FacetAttributeType":{
2249
- "type":"string",
2250
- "enum":[
2251
- "STRING",
2252
- "BINARY",
2253
- "BOOLEAN",
2254
- "NUMBER",
2255
- "DATETIME"
2256
- ]
2257
- },
2258
- "FacetAttributeUpdate":{
2259
- "type":"structure",
2260
- "members":{
2261
- "Attribute":{"shape":"FacetAttribute"},
2262
- "Action":{"shape":"UpdateActionType"}
2263
- }
2264
- },
2265
- "FacetAttributeUpdateList":{
2266
- "type":"list",
2267
- "member":{"shape":"FacetAttributeUpdate"}
2268
- },
2269
- "FacetInUseException":{
2270
- "type":"structure",
2271
- "members":{
2272
- "Message":{"shape":"ExceptionMessage"}
2273
- },
2274
- "error":{"httpStatusCode":400},
2275
- "exception":true
2276
- },
2277
- "FacetName":{
2278
- "type":"string",
2279
- "max":64,
2280
- "min":1,
2281
- "pattern":"^[a-zA-Z0-9._-]*$"
2282
- },
2283
- "FacetNameList":{
2284
- "type":"list",
2285
- "member":{"shape":"FacetName"}
2286
- },
2287
- "FacetNotFoundException":{
2288
- "type":"structure",
2289
- "members":{
2290
- "Message":{"shape":"ExceptionMessage"}
2291
- },
2292
- "error":{"httpStatusCode":400},
2293
- "exception":true
2294
- },
2295
- "FacetValidationException":{
2296
- "type":"structure",
2297
- "members":{
2298
- "Message":{"shape":"ExceptionMessage"}
2299
- },
2300
- "error":{"httpStatusCode":400},
2301
- "exception":true
2302
- },
2303
- "GetDirectoryRequest":{
2304
- "type":"structure",
2305
- "required":["DirectoryArn"],
2306
- "members":{
2307
- "DirectoryArn":{
2308
- "shape":"DirectoryArn",
2309
- "location":"header",
2310
- "locationName":"x-amz-data-partition"
2311
- }
2312
- }
2313
- },
2314
- "GetDirectoryResponse":{
2315
- "type":"structure",
2316
- "required":["Directory"],
2317
- "members":{
2318
- "Directory":{"shape":"Directory"}
2319
- }
2320
- },
2321
- "GetFacetRequest":{
2322
- "type":"structure",
2323
- "required":[
2324
- "SchemaArn",
2325
- "Name"
2326
- ],
2327
- "members":{
2328
- "SchemaArn":{
2329
- "shape":"Arn",
2330
- "location":"header",
2331
- "locationName":"x-amz-data-partition"
2332
- },
2333
- "Name":{"shape":"FacetName"}
2334
- }
2335
- },
2336
- "GetFacetResponse":{
2337
- "type":"structure",
2338
- "members":{
2339
- "Facet":{"shape":"Facet"}
2340
- }
2341
- },
2342
- "GetObjectInformationRequest":{
2343
- "type":"structure",
2344
- "required":[
2345
- "DirectoryArn",
2346
- "ObjectReference"
2347
- ],
2348
- "members":{
2349
- "DirectoryArn":{
2350
- "shape":"Arn",
2351
- "location":"header",
2352
- "locationName":"x-amz-data-partition"
2353
- },
2354
- "ObjectReference":{"shape":"ObjectReference"},
2355
- "ConsistencyLevel":{
2356
- "shape":"ConsistencyLevel",
2357
- "location":"header",
2358
- "locationName":"x-amz-consistency-level"
2359
- }
2360
- }
2361
- },
2362
- "GetObjectInformationResponse":{
2363
- "type":"structure",
2364
- "members":{
2365
- "SchemaFacets":{"shape":"SchemaFacetList"},
2366
- "ObjectIdentifier":{"shape":"ObjectIdentifier"}
2367
- }
2368
- },
2369
- "GetSchemaAsJsonRequest":{
2370
- "type":"structure",
2371
- "required":["SchemaArn"],
2372
- "members":{
2373
- "SchemaArn":{
2374
- "shape":"Arn",
2375
- "location":"header",
2376
- "locationName":"x-amz-data-partition"
2377
- }
2378
- }
2379
- },
2380
- "GetSchemaAsJsonResponse":{
2381
- "type":"structure",
2382
- "members":{
2383
- "Name":{"shape":"SchemaName"},
2384
- "Document":{"shape":"SchemaJsonDocument"}
2385
- }
2386
- },
2387
- "GetTypedLinkFacetInformationRequest":{
2388
- "type":"structure",
2389
- "required":[
2390
- "SchemaArn",
2391
- "Name"
2392
- ],
2393
- "members":{
2394
- "SchemaArn":{
2395
- "shape":"Arn",
2396
- "location":"header",
2397
- "locationName":"x-amz-data-partition"
2398
- },
2399
- "Name":{"shape":"TypedLinkName"}
2400
- }
2401
- },
2402
- "GetTypedLinkFacetInformationResponse":{
2403
- "type":"structure",
2404
- "members":{
2405
- "IdentityAttributeOrder":{"shape":"AttributeNameList"}
2406
- }
2407
- },
2408
- "IndexAttachment":{
2409
- "type":"structure",
2410
- "members":{
2411
- "IndexedAttributes":{"shape":"AttributeKeyAndValueList"},
2412
- "ObjectIdentifier":{"shape":"ObjectIdentifier"}
2413
- }
2414
- },
2415
- "IndexAttachmentList":{
2416
- "type":"list",
2417
- "member":{"shape":"IndexAttachment"}
2418
- },
2419
- "IndexedAttributeMissingException":{
2420
- "type":"structure",
2421
- "members":{
2422
- "Message":{"shape":"ExceptionMessage"}
2423
- },
2424
- "error":{"httpStatusCode":400},
2425
- "exception":true
2426
- },
2427
- "InternalServiceException":{
2428
- "type":"structure",
2429
- "members":{
2430
- "Message":{"shape":"ExceptionMessage"}
2431
- },
2432
- "error":{"httpStatusCode":500},
2433
- "exception":true
2434
- },
2435
- "InvalidArnException":{
2436
- "type":"structure",
2437
- "members":{
2438
- "Message":{"shape":"ExceptionMessage"}
2439
- },
2440
- "error":{"httpStatusCode":400},
2441
- "exception":true
2442
- },
2443
- "InvalidAttachmentException":{
2444
- "type":"structure",
2445
- "members":{
2446
- "Message":{"shape":"ExceptionMessage"}
2447
- },
2448
- "error":{"httpStatusCode":400},
2449
- "exception":true
2450
- },
2451
- "InvalidFacetUpdateException":{
2452
- "type":"structure",
2453
- "members":{
2454
- "Message":{"shape":"ExceptionMessage"}
2455
- },
2456
- "error":{"httpStatusCode":400},
2457
- "exception":true
2458
- },
2459
- "InvalidNextTokenException":{
2460
- "type":"structure",
2461
- "members":{
2462
- "Message":{"shape":"ExceptionMessage"}
2463
- },
2464
- "error":{"httpStatusCode":400},
2465
- "exception":true
2466
- },
2467
- "InvalidRuleException":{
2468
- "type":"structure",
2469
- "members":{
2470
- "Message":{"shape":"ExceptionMessage"}
2471
- },
2472
- "error":{"httpStatusCode":400},
2473
- "exception":true
2474
- },
2475
- "InvalidSchemaDocException":{
2476
- "type":"structure",
2477
- "members":{
2478
- "Message":{"shape":"ExceptionMessage"}
2479
- },
2480
- "error":{"httpStatusCode":400},
2481
- "exception":true
2482
- },
2483
- "InvalidTaggingRequestException":{
2484
- "type":"structure",
2485
- "members":{
2486
- "Message":{"shape":"ExceptionMessage"}
2487
- },
2488
- "error":{"httpStatusCode":400},
2489
- "exception":true
2490
- },
2491
- "LimitExceededException":{
2492
- "type":"structure",
2493
- "members":{
2494
- "Message":{"shape":"ExceptionMessage"}
2495
- },
2496
- "error":{"httpStatusCode":400},
2497
- "exception":true
2498
- },
2499
- "LinkName":{
2500
- "type":"string",
2501
- "max":64,
2502
- "min":1,
2503
- "pattern":"[^\\/\\[\\]\\(\\):\\{\\}#@!?\\s\\\\;]+"
2504
- },
2505
- "LinkNameAlreadyInUseException":{
2506
- "type":"structure",
2507
- "members":{
2508
- "Message":{"shape":"ExceptionMessage"}
2509
- },
2510
- "error":{"httpStatusCode":400},
2511
- "exception":true
2512
- },
2513
- "LinkNameToObjectIdentifierMap":{
2514
- "type":"map",
2515
- "key":{"shape":"LinkName"},
2516
- "value":{"shape":"ObjectIdentifier"}
2517
- },
2518
- "ListAppliedSchemaArnsRequest":{
2519
- "type":"structure",
2520
- "required":["DirectoryArn"],
2521
- "members":{
2522
- "DirectoryArn":{"shape":"Arn"},
2523
- "NextToken":{"shape":"NextToken"},
2524
- "MaxResults":{"shape":"NumberResults"}
2525
- }
2526
- },
2527
- "ListAppliedSchemaArnsResponse":{
2528
- "type":"structure",
2529
- "members":{
2530
- "SchemaArns":{"shape":"Arns"},
2531
- "NextToken":{"shape":"NextToken"}
2532
- }
2533
- },
2534
- "ListAttachedIndicesRequest":{
2535
- "type":"structure",
2536
- "required":[
2537
- "DirectoryArn",
2538
- "TargetReference"
2539
- ],
2540
- "members":{
2541
- "DirectoryArn":{
2542
- "shape":"Arn",
2543
- "location":"header",
2544
- "locationName":"x-amz-data-partition"
2545
- },
2546
- "TargetReference":{"shape":"ObjectReference"},
2547
- "NextToken":{"shape":"NextToken"},
2548
- "MaxResults":{"shape":"NumberResults"},
2549
- "ConsistencyLevel":{
2550
- "shape":"ConsistencyLevel",
2551
- "location":"header",
2552
- "locationName":"x-amz-consistency-level"
2553
- }
2554
- }
2555
- },
2556
- "ListAttachedIndicesResponse":{
2557
- "type":"structure",
2558
- "members":{
2559
- "IndexAttachments":{"shape":"IndexAttachmentList"},
2560
- "NextToken":{"shape":"NextToken"}
2561
- }
2562
- },
2563
- "ListDevelopmentSchemaArnsRequest":{
2564
- "type":"structure",
2565
- "members":{
2566
- "NextToken":{"shape":"NextToken"},
2567
- "MaxResults":{"shape":"NumberResults"}
2568
- }
2569
- },
2570
- "ListDevelopmentSchemaArnsResponse":{
2571
- "type":"structure",
2572
- "members":{
2573
- "SchemaArns":{"shape":"Arns"},
2574
- "NextToken":{"shape":"NextToken"}
2575
- }
2576
- },
2577
- "ListDirectoriesRequest":{
2578
- "type":"structure",
2579
- "members":{
2580
- "NextToken":{"shape":"NextToken"},
2581
- "MaxResults":{"shape":"NumberResults"},
2582
- "state":{"shape":"DirectoryState"}
2583
- }
2584
- },
2585
- "ListDirectoriesResponse":{
2586
- "type":"structure",
2587
- "required":["Directories"],
2588
- "members":{
2589
- "Directories":{"shape":"DirectoryList"},
2590
- "NextToken":{"shape":"NextToken"}
2591
- }
2592
- },
2593
- "ListFacetAttributesRequest":{
2594
- "type":"structure",
2595
- "required":[
2596
- "SchemaArn",
2597
- "Name"
2598
- ],
2599
- "members":{
2600
- "SchemaArn":{
2601
- "shape":"Arn",
2602
- "location":"header",
2603
- "locationName":"x-amz-data-partition"
2604
- },
2605
- "Name":{"shape":"FacetName"},
2606
- "NextToken":{"shape":"NextToken"},
2607
- "MaxResults":{"shape":"NumberResults"}
2608
- }
2609
- },
2610
- "ListFacetAttributesResponse":{
2611
- "type":"structure",
2612
- "members":{
2613
- "Attributes":{"shape":"FacetAttributeList"},
2614
- "NextToken":{"shape":"NextToken"}
2615
- }
2616
- },
2617
- "ListFacetNamesRequest":{
2618
- "type":"structure",
2619
- "required":["SchemaArn"],
2620
- "members":{
2621
- "SchemaArn":{
2622
- "shape":"Arn",
2623
- "location":"header",
2624
- "locationName":"x-amz-data-partition"
2625
- },
2626
- "NextToken":{"shape":"NextToken"},
2627
- "MaxResults":{"shape":"NumberResults"}
2628
- }
2629
- },
2630
- "ListFacetNamesResponse":{
2631
- "type":"structure",
2632
- "members":{
2633
- "FacetNames":{"shape":"FacetNameList"},
2634
- "NextToken":{"shape":"NextToken"}
2635
- }
2636
- },
2637
- "ListIncomingTypedLinksRequest":{
2638
- "type":"structure",
2639
- "required":[
2640
- "DirectoryArn",
2641
- "ObjectReference"
2642
- ],
2643
- "members":{
2644
- "DirectoryArn":{
2645
- "shape":"Arn",
2646
- "location":"header",
2647
- "locationName":"x-amz-data-partition"
2648
- },
2649
- "ObjectReference":{"shape":"ObjectReference"},
2650
- "FilterAttributeRanges":{"shape":"TypedLinkAttributeRangeList"},
2651
- "FilterTypedLink":{"shape":"TypedLinkSchemaAndFacetName"},
2652
- "NextToken":{"shape":"NextToken"},
2653
- "MaxResults":{"shape":"NumberResults"},
2654
- "ConsistencyLevel":{"shape":"ConsistencyLevel"}
2655
- }
2656
- },
2657
- "ListIncomingTypedLinksResponse":{
2658
- "type":"structure",
2659
- "members":{
2660
- "LinkSpecifiers":{"shape":"TypedLinkSpecifierList"},
2661
- "NextToken":{"shape":"NextToken"}
2662
- }
2663
- },
2664
- "ListIndexRequest":{
2665
- "type":"structure",
2666
- "required":[
2667
- "DirectoryArn",
2668
- "IndexReference"
2669
- ],
2670
- "members":{
2671
- "DirectoryArn":{
2672
- "shape":"Arn",
2673
- "location":"header",
2674
- "locationName":"x-amz-data-partition"
2675
- },
2676
- "RangesOnIndexedValues":{"shape":"ObjectAttributeRangeList"},
2677
- "IndexReference":{"shape":"ObjectReference"},
2678
- "MaxResults":{"shape":"NumberResults"},
2679
- "NextToken":{"shape":"NextToken"},
2680
- "ConsistencyLevel":{
2681
- "shape":"ConsistencyLevel",
2682
- "location":"header",
2683
- "locationName":"x-amz-consistency-level"
2684
- }
2685
- }
2686
- },
2687
- "ListIndexResponse":{
2688
- "type":"structure",
2689
- "members":{
2690
- "IndexAttachments":{"shape":"IndexAttachmentList"},
2691
- "NextToken":{"shape":"NextToken"}
2692
- }
2693
- },
2694
- "ListObjectAttributesRequest":{
2695
- "type":"structure",
2696
- "required":[
2697
- "DirectoryArn",
2698
- "ObjectReference"
2699
- ],
2700
- "members":{
2701
- "DirectoryArn":{
2702
- "shape":"Arn",
2703
- "location":"header",
2704
- "locationName":"x-amz-data-partition"
2705
- },
2706
- "ObjectReference":{"shape":"ObjectReference"},
2707
- "NextToken":{"shape":"NextToken"},
2708
- "MaxResults":{"shape":"NumberResults"},
2709
- "ConsistencyLevel":{
2710
- "shape":"ConsistencyLevel",
2711
- "location":"header",
2712
- "locationName":"x-amz-consistency-level"
2713
- },
2714
- "FacetFilter":{"shape":"SchemaFacet"}
2715
- }
2716
- },
2717
- "ListObjectAttributesResponse":{
2718
- "type":"structure",
2719
- "members":{
2720
- "Attributes":{"shape":"AttributeKeyAndValueList"},
2721
- "NextToken":{"shape":"NextToken"}
2722
- }
2723
- },
2724
- "ListObjectChildrenRequest":{
2725
- "type":"structure",
2726
- "required":[
2727
- "DirectoryArn",
2728
- "ObjectReference"
2729
- ],
2730
- "members":{
2731
- "DirectoryArn":{
2732
- "shape":"Arn",
2733
- "location":"header",
2734
- "locationName":"x-amz-data-partition"
2735
- },
2736
- "ObjectReference":{"shape":"ObjectReference"},
2737
- "NextToken":{"shape":"NextToken"},
2738
- "MaxResults":{"shape":"NumberResults"},
2739
- "ConsistencyLevel":{
2740
- "shape":"ConsistencyLevel",
2741
- "location":"header",
2742
- "locationName":"x-amz-consistency-level"
2743
- }
2744
- }
2745
- },
2746
- "ListObjectChildrenResponse":{
2747
- "type":"structure",
2748
- "members":{
2749
- "Children":{"shape":"LinkNameToObjectIdentifierMap"},
2750
- "NextToken":{"shape":"NextToken"}
2751
- }
2752
- },
2753
- "ListObjectParentPathsRequest":{
2754
- "type":"structure",
2755
- "required":[
2756
- "DirectoryArn",
2757
- "ObjectReference"
2758
- ],
2759
- "members":{
2760
- "DirectoryArn":{
2761
- "shape":"Arn",
2762
- "location":"header",
2763
- "locationName":"x-amz-data-partition"
2764
- },
2765
- "ObjectReference":{"shape":"ObjectReference"},
2766
- "NextToken":{"shape":"NextToken"},
2767
- "MaxResults":{"shape":"NumberResults"}
2768
- }
2769
- },
2770
- "ListObjectParentPathsResponse":{
2771
- "type":"structure",
2772
- "members":{
2773
- "PathToObjectIdentifiersList":{"shape":"PathToObjectIdentifiersList"},
2774
- "NextToken":{"shape":"NextToken"}
2775
- }
2776
- },
2777
- "ListObjectParentsRequest":{
2778
- "type":"structure",
2779
- "required":[
2780
- "DirectoryArn",
2781
- "ObjectReference"
2782
- ],
2783
- "members":{
2784
- "DirectoryArn":{
2785
- "shape":"Arn",
2786
- "location":"header",
2787
- "locationName":"x-amz-data-partition"
2788
- },
2789
- "ObjectReference":{"shape":"ObjectReference"},
2790
- "NextToken":{"shape":"NextToken"},
2791
- "MaxResults":{"shape":"NumberResults"},
2792
- "ConsistencyLevel":{
2793
- "shape":"ConsistencyLevel",
2794
- "location":"header",
2795
- "locationName":"x-amz-consistency-level"
2796
- }
2797
- }
2798
- },
2799
- "ListObjectParentsResponse":{
2800
- "type":"structure",
2801
- "members":{
2802
- "Parents":{"shape":"ObjectIdentifierToLinkNameMap"},
2803
- "NextToken":{"shape":"NextToken"}
2804
- }
2805
- },
2806
- "ListObjectPoliciesRequest":{
2807
- "type":"structure",
2808
- "required":[
2809
- "DirectoryArn",
2810
- "ObjectReference"
2811
- ],
2812
- "members":{
2813
- "DirectoryArn":{
2814
- "shape":"Arn",
2815
- "location":"header",
2816
- "locationName":"x-amz-data-partition"
2817
- },
2818
- "ObjectReference":{"shape":"ObjectReference"},
2819
- "NextToken":{"shape":"NextToken"},
2820
- "MaxResults":{"shape":"NumberResults"},
2821
- "ConsistencyLevel":{
2822
- "shape":"ConsistencyLevel",
2823
- "location":"header",
2824
- "locationName":"x-amz-consistency-level"
2825
- }
2826
- }
2827
- },
2828
- "ListObjectPoliciesResponse":{
2829
- "type":"structure",
2830
- "members":{
2831
- "AttachedPolicyIds":{"shape":"ObjectIdentifierList"},
2832
- "NextToken":{"shape":"NextToken"}
2833
- }
2834
- },
2835
- "ListOutgoingTypedLinksRequest":{
2836
- "type":"structure",
2837
- "required":[
2838
- "DirectoryArn",
2839
- "ObjectReference"
2840
- ],
2841
- "members":{
2842
- "DirectoryArn":{
2843
- "shape":"Arn",
2844
- "location":"header",
2845
- "locationName":"x-amz-data-partition"
2846
- },
2847
- "ObjectReference":{"shape":"ObjectReference"},
2848
- "FilterAttributeRanges":{"shape":"TypedLinkAttributeRangeList"},
2849
- "FilterTypedLink":{"shape":"TypedLinkSchemaAndFacetName"},
2850
- "NextToken":{"shape":"NextToken"},
2851
- "MaxResults":{"shape":"NumberResults"},
2852
- "ConsistencyLevel":{"shape":"ConsistencyLevel"}
2853
- }
2854
- },
2855
- "ListOutgoingTypedLinksResponse":{
2856
- "type":"structure",
2857
- "members":{
2858
- "TypedLinkSpecifiers":{"shape":"TypedLinkSpecifierList"},
2859
- "NextToken":{"shape":"NextToken"}
2860
- }
2861
- },
2862
- "ListPolicyAttachmentsRequest":{
2863
- "type":"structure",
2864
- "required":[
2865
- "DirectoryArn",
2866
- "PolicyReference"
2867
- ],
2868
- "members":{
2869
- "DirectoryArn":{
2870
- "shape":"Arn",
2871
- "location":"header",
2872
- "locationName":"x-amz-data-partition"
2873
- },
2874
- "PolicyReference":{"shape":"ObjectReference"},
2875
- "NextToken":{"shape":"NextToken"},
2876
- "MaxResults":{"shape":"NumberResults"},
2877
- "ConsistencyLevel":{
2878
- "shape":"ConsistencyLevel",
2879
- "location":"header",
2880
- "locationName":"x-amz-consistency-level"
2881
- }
2882
- }
2883
- },
2884
- "ListPolicyAttachmentsResponse":{
2885
- "type":"structure",
2886
- "members":{
2887
- "ObjectIdentifiers":{"shape":"ObjectIdentifierList"},
2888
- "NextToken":{"shape":"NextToken"}
2889
- }
2890
- },
2891
- "ListPublishedSchemaArnsRequest":{
2892
- "type":"structure",
2893
- "members":{
2894
- "NextToken":{"shape":"NextToken"},
2895
- "MaxResults":{"shape":"NumberResults"}
2896
- }
2897
- },
2898
- "ListPublishedSchemaArnsResponse":{
2899
- "type":"structure",
2900
- "members":{
2901
- "SchemaArns":{"shape":"Arns"},
2902
- "NextToken":{"shape":"NextToken"}
2903
- }
2904
- },
2905
- "ListTagsForResourceRequest":{
2906
- "type":"structure",
2907
- "required":["ResourceArn"],
2908
- "members":{
2909
- "ResourceArn":{"shape":"Arn"},
2910
- "NextToken":{"shape":"NextToken"},
2911
- "MaxResults":{"shape":"TagsNumberResults"}
2912
- }
2913
- },
2914
- "ListTagsForResourceResponse":{
2915
- "type":"structure",
2916
- "members":{
2917
- "Tags":{"shape":"TagList"},
2918
- "NextToken":{"shape":"NextToken"}
2919
- }
2920
- },
2921
- "ListTypedLinkFacetAttributesRequest":{
2922
- "type":"structure",
2923
- "required":[
2924
- "SchemaArn",
2925
- "Name"
2926
- ],
2927
- "members":{
2928
- "SchemaArn":{
2929
- "shape":"Arn",
2930
- "location":"header",
2931
- "locationName":"x-amz-data-partition"
2932
- },
2933
- "Name":{"shape":"TypedLinkName"},
2934
- "NextToken":{"shape":"NextToken"},
2935
- "MaxResults":{"shape":"NumberResults"}
2936
- }
2937
- },
2938
- "ListTypedLinkFacetAttributesResponse":{
2939
- "type":"structure",
2940
- "members":{
2941
- "Attributes":{"shape":"TypedLinkAttributeDefinitionList"},
2942
- "NextToken":{"shape":"NextToken"}
2943
- }
2944
- },
2945
- "ListTypedLinkFacetNamesRequest":{
2946
- "type":"structure",
2947
- "required":["SchemaArn"],
2948
- "members":{
2949
- "SchemaArn":{
2950
- "shape":"Arn",
2951
- "location":"header",
2952
- "locationName":"x-amz-data-partition"
2953
- },
2954
- "NextToken":{"shape":"NextToken"},
2955
- "MaxResults":{"shape":"NumberResults"}
2956
- }
2957
- },
2958
- "ListTypedLinkFacetNamesResponse":{
2959
- "type":"structure",
2960
- "members":{
2961
- "FacetNames":{"shape":"TypedLinkNameList"},
2962
- "NextToken":{"shape":"NextToken"}
2963
- }
2964
- },
2965
- "LookupPolicyRequest":{
2966
- "type":"structure",
2967
- "required":[
2968
- "DirectoryArn",
2969
- "ObjectReference"
2970
- ],
2971
- "members":{
2972
- "DirectoryArn":{
2973
- "shape":"Arn",
2974
- "location":"header",
2975
- "locationName":"x-amz-data-partition"
2976
- },
2977
- "ObjectReference":{"shape":"ObjectReference"},
2978
- "NextToken":{"shape":"NextToken"},
2979
- "MaxResults":{"shape":"NumberResults"}
2980
- }
2981
- },
2982
- "LookupPolicyResponse":{
2983
- "type":"structure",
2984
- "members":{
2985
- "PolicyToPathList":{"shape":"PolicyToPathList"},
2986
- "NextToken":{"shape":"NextToken"}
2987
- }
2988
- },
2989
- "NextToken":{"type":"string"},
2990
- "NotIndexException":{
2991
- "type":"structure",
2992
- "members":{
2993
- "Message":{"shape":"ExceptionMessage"}
2994
- },
2995
- "error":{"httpStatusCode":400},
2996
- "exception":true
2997
- },
2998
- "NotNodeException":{
2999
- "type":"structure",
3000
- "members":{
3001
- "Message":{"shape":"ExceptionMessage"}
3002
- },
3003
- "error":{"httpStatusCode":400},
3004
- "exception":true
3005
- },
3006
- "NotPolicyException":{
3007
- "type":"structure",
3008
- "members":{
3009
- "Message":{"shape":"ExceptionMessage"}
3010
- },
3011
- "error":{"httpStatusCode":400},
3012
- "exception":true
3013
- },
3014
- "NumberAttributeValue":{"type":"string"},
3015
- "NumberResults":{
3016
- "type":"integer",
3017
- "min":1
3018
- },
3019
- "ObjectAlreadyDetachedException":{
3020
- "type":"structure",
3021
- "members":{
3022
- "Message":{"shape":"ExceptionMessage"}
3023
- },
3024
- "error":{"httpStatusCode":400},
3025
- "exception":true
3026
- },
3027
- "ObjectAttributeAction":{
3028
- "type":"structure",
3029
- "members":{
3030
- "ObjectAttributeActionType":{"shape":"UpdateActionType"},
3031
- "ObjectAttributeUpdateValue":{"shape":"TypedAttributeValue"}
3032
- }
3033
- },
3034
- "ObjectAttributeRange":{
3035
- "type":"structure",
3036
- "members":{
3037
- "AttributeKey":{"shape":"AttributeKey"},
3038
- "Range":{"shape":"TypedAttributeValueRange"}
3039
- }
3040
- },
3041
- "ObjectAttributeRangeList":{
3042
- "type":"list",
3043
- "member":{"shape":"ObjectAttributeRange"}
3044
- },
3045
- "ObjectAttributeUpdate":{
3046
- "type":"structure",
3047
- "members":{
3048
- "ObjectAttributeKey":{"shape":"AttributeKey"},
3049
- "ObjectAttributeAction":{"shape":"ObjectAttributeAction"}
3050
- }
3051
- },
3052
- "ObjectAttributeUpdateList":{
3053
- "type":"list",
3054
- "member":{"shape":"ObjectAttributeUpdate"}
3055
- },
3056
- "ObjectIdentifier":{"type":"string"},
3057
- "ObjectIdentifierList":{
3058
- "type":"list",
3059
- "member":{"shape":"ObjectIdentifier"}
3060
- },
3061
- "ObjectIdentifierToLinkNameMap":{
3062
- "type":"map",
3063
- "key":{"shape":"ObjectIdentifier"},
3064
- "value":{"shape":"LinkName"}
3065
- },
3066
- "ObjectNotDetachedException":{
3067
- "type":"structure",
3068
- "members":{
3069
- "Message":{"shape":"ExceptionMessage"}
3070
- },
3071
- "error":{"httpStatusCode":400},
3072
- "exception":true
3073
- },
3074
- "ObjectReference":{
3075
- "type":"structure",
3076
- "members":{
3077
- "Selector":{"shape":"SelectorObjectReference"}
3078
- }
3079
- },
3080
- "ObjectType":{
3081
- "type":"string",
3082
- "enum":[
3083
- "NODE",
3084
- "LEAF_NODE",
3085
- "POLICY",
3086
- "INDEX"
3087
- ]
3088
- },
3089
- "PathString":{"type":"string"},
3090
- "PathToObjectIdentifiers":{
3091
- "type":"structure",
3092
- "members":{
3093
- "Path":{"shape":"PathString"},
3094
- "ObjectIdentifiers":{"shape":"ObjectIdentifierList"}
3095
- }
3096
- },
3097
- "PathToObjectIdentifiersList":{
3098
- "type":"list",
3099
- "member":{"shape":"PathToObjectIdentifiers"}
3100
- },
3101
- "PolicyAttachment":{
3102
- "type":"structure",
3103
- "members":{
3104
- "PolicyId":{"shape":"ObjectIdentifier"},
3105
- "ObjectIdentifier":{"shape":"ObjectIdentifier"},
3106
- "PolicyType":{"shape":"PolicyType"}
3107
- }
3108
- },
3109
- "PolicyAttachmentList":{
3110
- "type":"list",
3111
- "member":{"shape":"PolicyAttachment"}
3112
- },
3113
- "PolicyToPath":{
3114
- "type":"structure",
3115
- "members":{
3116
- "Path":{"shape":"PathString"},
3117
- "Policies":{"shape":"PolicyAttachmentList"}
3118
- }
3119
- },
3120
- "PolicyToPathList":{
3121
- "type":"list",
3122
- "member":{"shape":"PolicyToPath"}
3123
- },
3124
- "PolicyType":{"type":"string"},
3125
- "PublishSchemaRequest":{
3126
- "type":"structure",
3127
- "required":[
3128
- "DevelopmentSchemaArn",
3129
- "Version"
3130
- ],
3131
- "members":{
3132
- "DevelopmentSchemaArn":{
3133
- "shape":"Arn",
3134
- "location":"header",
3135
- "locationName":"x-amz-data-partition"
3136
- },
3137
- "Version":{"shape":"Version"},
3138
- "Name":{"shape":"SchemaName"}
3139
- }
3140
- },
3141
- "PublishSchemaResponse":{
3142
- "type":"structure",
3143
- "members":{
3144
- "PublishedSchemaArn":{"shape":"Arn"}
3145
- }
3146
- },
3147
- "PutSchemaFromJsonRequest":{
3148
- "type":"structure",
3149
- "required":[
3150
- "SchemaArn",
3151
- "Document"
3152
- ],
3153
- "members":{
3154
- "SchemaArn":{
3155
- "shape":"Arn",
3156
- "location":"header",
3157
- "locationName":"x-amz-data-partition"
3158
- },
3159
- "Document":{"shape":"SchemaJsonDocument"}
3160
- }
3161
- },
3162
- "PutSchemaFromJsonResponse":{
3163
- "type":"structure",
3164
- "members":{
3165
- "Arn":{"shape":"Arn"}
3166
- }
3167
- },
3168
- "RangeMode":{
3169
- "type":"string",
3170
- "enum":[
3171
- "FIRST",
3172
- "LAST",
3173
- "LAST_BEFORE_MISSING_VALUES",
3174
- "INCLUSIVE",
3175
- "EXCLUSIVE"
3176
- ]
3177
- },
3178
- "RemoveFacetFromObjectRequest":{
3179
- "type":"structure",
3180
- "required":[
3181
- "DirectoryArn",
3182
- "SchemaFacet",
3183
- "ObjectReference"
3184
- ],
3185
- "members":{
3186
- "DirectoryArn":{
3187
- "shape":"Arn",
3188
- "location":"header",
3189
- "locationName":"x-amz-data-partition"
3190
- },
3191
- "SchemaFacet":{"shape":"SchemaFacet"},
3192
- "ObjectReference":{"shape":"ObjectReference"}
3193
- }
3194
- },
3195
- "RemoveFacetFromObjectResponse":{
3196
- "type":"structure",
3197
- "members":{
3198
- }
3199
- },
3200
- "RequiredAttributeBehavior":{
3201
- "type":"string",
3202
- "enum":[
3203
- "REQUIRED_ALWAYS",
3204
- "NOT_REQUIRED"
3205
- ]
3206
- },
3207
- "ResourceNotFoundException":{
3208
- "type":"structure",
3209
- "members":{
3210
- "Message":{"shape":"ExceptionMessage"}
3211
- },
3212
- "error":{"httpStatusCode":404},
3213
- "exception":true
3214
- },
3215
- "RetryableConflictException":{
3216
- "type":"structure",
3217
- "members":{
3218
- "Message":{"shape":"ExceptionMessage"}
3219
- },
3220
- "error":{"httpStatusCode":409},
3221
- "exception":true
3222
- },
3223
- "Rule":{
3224
- "type":"structure",
3225
- "members":{
3226
- "Type":{"shape":"RuleType"},
3227
- "Parameters":{"shape":"RuleParameterMap"}
3228
- }
3229
- },
3230
- "RuleKey":{
3231
- "type":"string",
3232
- "max":64,
3233
- "min":1,
3234
- "pattern":"^[a-zA-Z0-9._-]*$"
3235
- },
3236
- "RuleMap":{
3237
- "type":"map",
3238
- "key":{"shape":"RuleKey"},
3239
- "value":{"shape":"Rule"}
3240
- },
3241
- "RuleParameterKey":{"type":"string"},
3242
- "RuleParameterMap":{
3243
- "type":"map",
3244
- "key":{"shape":"RuleParameterKey"},
3245
- "value":{"shape":"RuleParameterValue"}
3246
- },
3247
- "RuleParameterValue":{"type":"string"},
3248
- "RuleType":{
3249
- "type":"string",
3250
- "enum":[
3251
- "BINARY_LENGTH",
3252
- "NUMBER_COMPARISON",
3253
- "STRING_FROM_SET",
3254
- "STRING_LENGTH"
3255
- ]
3256
- },
3257
- "SchemaAlreadyExistsException":{
3258
- "type":"structure",
3259
- "members":{
3260
- "Message":{"shape":"ExceptionMessage"}
3261
- },
3262
- "error":{"httpStatusCode":400},
3263
- "exception":true
3264
- },
3265
- "SchemaAlreadyPublishedException":{
3266
- "type":"structure",
3267
- "members":{
3268
- "Message":{"shape":"ExceptionMessage"}
3269
- },
3270
- "error":{"httpStatusCode":400},
3271
- "exception":true
3272
- },
3273
- "SchemaFacet":{
3274
- "type":"structure",
3275
- "members":{
3276
- "SchemaArn":{"shape":"Arn"},
3277
- "FacetName":{"shape":"FacetName"}
3278
- }
3279
- },
3280
- "SchemaFacetList":{
3281
- "type":"list",
3282
- "member":{"shape":"SchemaFacet"}
3283
- },
3284
- "SchemaJsonDocument":{"type":"string"},
3285
- "SchemaName":{
3286
- "type":"string",
3287
- "max":32,
3288
- "min":1,
3289
- "pattern":"^[a-zA-Z0-9._-]*$"
3290
- },
3291
- "SelectorObjectReference":{"type":"string"},
3292
- "StillContainsLinksException":{
3293
- "type":"structure",
3294
- "members":{
3295
- "Message":{"shape":"ExceptionMessage"}
3296
- },
3297
- "error":{"httpStatusCode":400},
3298
- "exception":true
3299
- },
3300
- "StringAttributeValue":{"type":"string"},
3301
- "Tag":{
3302
- "type":"structure",
3303
- "members":{
3304
- "Key":{"shape":"TagKey"},
3305
- "Value":{"shape":"TagValue"}
3306
- }
3307
- },
3308
- "TagKey":{"type":"string"},
3309
- "TagKeyList":{
3310
- "type":"list",
3311
- "member":{"shape":"TagKey"}
3312
- },
3313
- "TagList":{
3314
- "type":"list",
3315
- "member":{"shape":"Tag"}
3316
- },
3317
- "TagResourceRequest":{
3318
- "type":"structure",
3319
- "required":[
3320
- "ResourceArn",
3321
- "Tags"
3322
- ],
3323
- "members":{
3324
- "ResourceArn":{"shape":"Arn"},
3325
- "Tags":{"shape":"TagList"}
3326
- }
3327
- },
3328
- "TagResourceResponse":{
3329
- "type":"structure",
3330
- "members":{
3331
- }
3332
- },
3333
- "TagValue":{"type":"string"},
3334
- "TagsNumberResults":{
3335
- "type":"integer",
3336
- "min":50
3337
- },
3338
- "TypedAttributeValue":{
3339
- "type":"structure",
3340
- "members":{
3341
- "StringValue":{"shape":"StringAttributeValue"},
3342
- "BinaryValue":{"shape":"BinaryAttributeValue"},
3343
- "BooleanValue":{"shape":"BooleanAttributeValue"},
3344
- "NumberValue":{"shape":"NumberAttributeValue"},
3345
- "DatetimeValue":{"shape":"DatetimeAttributeValue"}
3346
- }
3347
- },
3348
- "TypedAttributeValueRange":{
3349
- "type":"structure",
3350
- "required":[
3351
- "StartMode",
3352
- "EndMode"
3353
- ],
3354
- "members":{
3355
- "StartMode":{"shape":"RangeMode"},
3356
- "StartValue":{"shape":"TypedAttributeValue"},
3357
- "EndMode":{"shape":"RangeMode"},
3358
- "EndValue":{"shape":"TypedAttributeValue"}
3359
- }
3360
- },
3361
- "TypedLinkAttributeDefinition":{
3362
- "type":"structure",
3363
- "required":[
3364
- "Name",
3365
- "Type",
3366
- "RequiredBehavior"
3367
- ],
3368
- "members":{
3369
- "Name":{"shape":"AttributeName"},
3370
- "Type":{"shape":"FacetAttributeType"},
3371
- "DefaultValue":{"shape":"TypedAttributeValue"},
3372
- "IsImmutable":{"shape":"Bool"},
3373
- "Rules":{"shape":"RuleMap"},
3374
- "RequiredBehavior":{"shape":"RequiredAttributeBehavior"}
3375
- }
3376
- },
3377
- "TypedLinkAttributeDefinitionList":{
3378
- "type":"list",
3379
- "member":{"shape":"TypedLinkAttributeDefinition"}
3380
- },
3381
- "TypedLinkAttributeRange":{
3382
- "type":"structure",
3383
- "required":["Range"],
3384
- "members":{
3385
- "AttributeName":{"shape":"AttributeName"},
3386
- "Range":{"shape":"TypedAttributeValueRange"}
3387
- }
3388
- },
3389
- "TypedLinkAttributeRangeList":{
3390
- "type":"list",
3391
- "member":{"shape":"TypedLinkAttributeRange"}
3392
- },
3393
- "TypedLinkFacet":{
3394
- "type":"structure",
3395
- "required":[
3396
- "Name",
3397
- "Attributes",
3398
- "IdentityAttributeOrder"
3399
- ],
3400
- "members":{
3401
- "Name":{"shape":"TypedLinkName"},
3402
- "Attributes":{"shape":"TypedLinkAttributeDefinitionList"},
3403
- "IdentityAttributeOrder":{"shape":"AttributeNameList"}
3404
- }
3405
- },
3406
- "TypedLinkFacetAttributeUpdate":{
3407
- "type":"structure",
3408
- "required":[
3409
- "Attribute",
3410
- "Action"
3411
- ],
3412
- "members":{
3413
- "Attribute":{"shape":"TypedLinkAttributeDefinition"},
3414
- "Action":{"shape":"UpdateActionType"}
3415
- }
3416
- },
3417
- "TypedLinkFacetAttributeUpdateList":{
3418
- "type":"list",
3419
- "member":{"shape":"TypedLinkFacetAttributeUpdate"}
3420
- },
3421
- "TypedLinkName":{
3422
- "type":"string",
3423
- "pattern":"^[a-zA-Z0-9._-]*$"
3424
- },
3425
- "TypedLinkNameList":{
3426
- "type":"list",
3427
- "member":{"shape":"TypedLinkName"}
3428
- },
3429
- "TypedLinkSchemaAndFacetName":{
3430
- "type":"structure",
3431
- "required":[
3432
- "SchemaArn",
3433
- "TypedLinkName"
3434
- ],
3435
- "members":{
3436
- "SchemaArn":{"shape":"Arn"},
3437
- "TypedLinkName":{"shape":"TypedLinkName"}
3438
- }
3439
- },
3440
- "TypedLinkSpecifier":{
3441
- "type":"structure",
3442
- "required":[
3443
- "TypedLinkFacet",
3444
- "SourceObjectReference",
3445
- "TargetObjectReference",
3446
- "IdentityAttributeValues"
3447
- ],
3448
- "members":{
3449
- "TypedLinkFacet":{"shape":"TypedLinkSchemaAndFacetName"},
3450
- "SourceObjectReference":{"shape":"ObjectReference"},
3451
- "TargetObjectReference":{"shape":"ObjectReference"},
3452
- "IdentityAttributeValues":{"shape":"AttributeNameAndValueList"}
3453
- }
3454
- },
3455
- "TypedLinkSpecifierList":{
3456
- "type":"list",
3457
- "member":{"shape":"TypedLinkSpecifier"}
3458
- },
3459
- "UnsupportedIndexTypeException":{
3460
- "type":"structure",
3461
- "members":{
3462
- "Message":{"shape":"ExceptionMessage"}
3463
- },
3464
- "error":{"httpStatusCode":400},
3465
- "exception":true
3466
- },
3467
- "UntagResourceRequest":{
3468
- "type":"structure",
3469
- "required":[
3470
- "ResourceArn",
3471
- "TagKeys"
3472
- ],
3473
- "members":{
3474
- "ResourceArn":{"shape":"Arn"},
3475
- "TagKeys":{"shape":"TagKeyList"}
3476
- }
3477
- },
3478
- "UntagResourceResponse":{
3479
- "type":"structure",
3480
- "members":{
3481
- }
3482
- },
3483
- "UpdateActionType":{
3484
- "type":"string",
3485
- "enum":[
3486
- "CREATE_OR_UPDATE",
3487
- "DELETE"
3488
- ]
3489
- },
3490
- "UpdateFacetRequest":{
3491
- "type":"structure",
3492
- "required":[
3493
- "SchemaArn",
3494
- "Name"
3495
- ],
3496
- "members":{
3497
- "SchemaArn":{
3498
- "shape":"Arn",
3499
- "location":"header",
3500
- "locationName":"x-amz-data-partition"
3501
- },
3502
- "Name":{"shape":"FacetName"},
3503
- "AttributeUpdates":{"shape":"FacetAttributeUpdateList"},
3504
- "ObjectType":{"shape":"ObjectType"}
3505
- }
3506
- },
3507
- "UpdateFacetResponse":{
3508
- "type":"structure",
3509
- "members":{
3510
- }
3511
- },
3512
- "UpdateObjectAttributesRequest":{
3513
- "type":"structure",
3514
- "required":[
3515
- "DirectoryArn",
3516
- "ObjectReference",
3517
- "AttributeUpdates"
3518
- ],
3519
- "members":{
3520
- "DirectoryArn":{
3521
- "shape":"Arn",
3522
- "location":"header",
3523
- "locationName":"x-amz-data-partition"
3524
- },
3525
- "ObjectReference":{"shape":"ObjectReference"},
3526
- "AttributeUpdates":{"shape":"ObjectAttributeUpdateList"}
3527
- }
3528
- },
3529
- "UpdateObjectAttributesResponse":{
3530
- "type":"structure",
3531
- "members":{
3532
- "ObjectIdentifier":{"shape":"ObjectIdentifier"}
3533
- }
3534
- },
3535
- "UpdateSchemaRequest":{
3536
- "type":"structure",
3537
- "required":[
3538
- "SchemaArn",
3539
- "Name"
3540
- ],
3541
- "members":{
3542
- "SchemaArn":{
3543
- "shape":"Arn",
3544
- "location":"header",
3545
- "locationName":"x-amz-data-partition"
3546
- },
3547
- "Name":{"shape":"SchemaName"}
3548
- }
3549
- },
3550
- "UpdateSchemaResponse":{
3551
- "type":"structure",
3552
- "members":{
3553
- "SchemaArn":{"shape":"Arn"}
3554
- }
3555
- },
3556
- "UpdateTypedLinkFacetRequest":{
3557
- "type":"structure",
3558
- "required":[
3559
- "SchemaArn",
3560
- "Name",
3561
- "AttributeUpdates",
3562
- "IdentityAttributeOrder"
3563
- ],
3564
- "members":{
3565
- "SchemaArn":{
3566
- "shape":"Arn",
3567
- "location":"header",
3568
- "locationName":"x-amz-data-partition"
3569
- },
3570
- "Name":{"shape":"TypedLinkName"},
3571
- "AttributeUpdates":{"shape":"TypedLinkFacetAttributeUpdateList"},
3572
- "IdentityAttributeOrder":{"shape":"AttributeNameList"}
3573
- }
3574
- },
3575
- "UpdateTypedLinkFacetResponse":{
3576
- "type":"structure",
3577
- "members":{
3578
- }
3579
- },
3580
- "ValidationException":{
3581
- "type":"structure",
3582
- "members":{
3583
- "Message":{"shape":"ExceptionMessage"}
3584
- },
3585
- "error":{"httpStatusCode":400},
3586
- "exception":true
3587
- },
3588
- "Version":{
3589
- "type":"string",
3590
- "max":10,
3591
- "min":1,
3592
- "pattern":"^[a-zA-Z0-9._-]*$"
3593
- }
3594
- }
3595
- }