forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclouddirectory-2016-05-10.normal.json
3930 lines (3930 loc) · 135 KB
/
clouddirectory-2016-05-10.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"version":"2.0",
"metadata":{
"apiVersion":"2016-05-10",
"endpointPrefix":"clouddirectory",
"protocol":"rest-json",
"serviceFullName":"Amazon CloudDirectory",
"signatureVersion":"v4",
"signingName":"clouddirectory",
"uid":"clouddirectory-2016-05-10"
},
"operations":{
"AddFacetToObject":{
"name":"AddFacetToObject",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/object/facets",
"responseCode":200
},
"input":{"shape":"AddFacetToObjectRequest"},
"output":{"shape":"AddFacetToObjectResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetValidationException"}
],
"documentation":"<p>Adds a new <a>Facet</a> to an object.</p>"
},
"ApplySchema":{
"name":"ApplySchema",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/apply",
"responseCode":200
},
"input":{"shape":"ApplySchemaRequest"},
"output":{"shape":"ApplySchemaResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidAttachmentException"}
],
"documentation":"<p>Copies input published schema into <a>Directory</a> with same name and version as that of published schema .</p>"
},
"AttachObject":{
"name":"AttachObject",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/object/attach",
"responseCode":200
},
"input":{"shape":"AttachObjectRequest"},
"output":{"shape":"AttachObjectResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"LinkNameAlreadyInUseException"},
{"shape":"InvalidAttachmentException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Attaches an existing object to another object. An object can be accessed in two ways:</p> <ol> <li> <p>Using the path</p> </li> <li> <p>Using ObjectIdentifier</p> </li> </ol>"
},
"AttachPolicy":{
"name":"AttachPolicy",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/policy/attach",
"responseCode":200
},
"input":{"shape":"AttachPolicyRequest"},
"output":{"shape":"AttachPolicyResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NotPolicyException"}
],
"documentation":"<p>Attaches a policy object to a regular object. An object can have a limited number of attached policies.</p>"
},
"AttachToIndex":{
"name":"AttachToIndex",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/index/attach",
"responseCode":200
},
"input":{"shape":"AttachToIndexRequest"},
"output":{"shape":"AttachToIndexResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"LinkNameAlreadyInUseException"},
{"shape":"IndexedAttributeMissingException"},
{"shape":"NotIndexException"}
],
"documentation":"<p>Attaches the specified object to the specified index.</p>"
},
"BatchRead":{
"name":"BatchRead",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/batchread",
"responseCode":200
},
"input":{"shape":"BatchReadRequest"},
"output":{"shape":"BatchReadResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"}
],
"documentation":"<p>Performs all the read operations in a batch. </p>"
},
"BatchWrite":{
"name":"BatchWrite",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/batchwrite",
"responseCode":200
},
"input":{"shape":"BatchWriteRequest"},
"output":{"shape":"BatchWriteResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"BatchWriteException"}
],
"documentation":"<p>Performs all the write operations in a batch. Either all the operations succeed or none. Batch writes supports only object-related operations.</p>"
},
"CreateDirectory":{
"name":"CreateDirectory",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/directory/create",
"responseCode":200
},
"input":{"shape":"CreateDirectoryRequest"},
"output":{"shape":"CreateDirectoryResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryAlreadyExistsException"},
{"shape":"InvalidArnException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Creates a <a>Directory</a> by copying the published schema into the directory. A directory cannot be created without a schema.</p>"
},
"CreateFacet":{
"name":"CreateFacet",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/facet/create",
"responseCode":200
},
"input":{"shape":"CreateFacetRequest"},
"output":{"shape":"CreateFacetResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetAlreadyExistsException"},
{"shape":"InvalidRuleException"}
],
"documentation":"<p>Creates a new <a>Facet</a> in a schema. Facet creation is allowed only in development or applied schemas.</p>"
},
"CreateIndex":{
"name":"CreateIndex",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/index",
"responseCode":200
},
"input":{"shape":"CreateIndexRequest"},
"output":{"shape":"CreateIndexResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetValidationException"},
{"shape":"LinkNameAlreadyInUseException"},
{"shape":"UnsupportedIndexTypeException"}
],
"documentation":"<p>Creates an index object. See <a href=\"http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_indexing.html\">Indexing</a> for more information.</p>"
},
"CreateObject":{
"name":"CreateObject",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/object",
"responseCode":200
},
"input":{"shape":"CreateObjectRequest"},
"output":{"shape":"CreateObjectResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetValidationException"},
{"shape":"LinkNameAlreadyInUseException"},
{"shape":"UnsupportedIndexTypeException"}
],
"documentation":"<p>Creates an object in a <a>Directory</a>. Additionally attaches the object to a parent, if a parent reference and LinkName is specified. An object is simply a collection of <a>Facet</a> attributes. You can also use this API call to create a policy object, if the facet from which you create the object is a policy facet. </p>"
},
"CreateSchema":{
"name":"CreateSchema",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/create",
"responseCode":200
},
"input":{"shape":"CreateSchemaRequest"},
"output":{"shape":"CreateSchemaResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"SchemaAlreadyExistsException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Creates a new schema in a development state. A schema can exist in three phases:</p> <ul> <li> <p> <i>Development:</i> This is a mutable phase of the schema. All new schemas are in the development phase. Once the schema is finalized, it can be published.</p> </li> <li> <p> <i>Published:</i> Published schemas are immutable and have a version associated with them.</p> </li> <li> <p> <i>Applied:</i> Applied schemas are mutable in a way that allows you to add new schema facets. You can also add new, nonrequired attributes to existing schema facets. You can apply only published schemas to directories. </p> </li> </ul>"
},
"DeleteDirectory":{
"name":"DeleteDirectory",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/directory",
"responseCode":200
},
"input":{"shape":"DeleteDirectoryRequest"},
"output":{"shape":"DeleteDirectoryResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"DirectoryNotDisabledException"},
{"shape":"InternalServiceException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryDeletedException"}
],
"documentation":"<p>Deletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme caution when deleting directories.</p>"
},
"DeleteFacet":{
"name":"DeleteFacet",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/facet/delete",
"responseCode":200
},
"input":{"shape":"DeleteFacetRequest"},
"output":{"shape":"DeleteFacetResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetNotFoundException"},
{"shape":"FacetInUseException"}
],
"documentation":"<p>Deletes a given <a>Facet</a>. All attributes and <a>Rule</a>s associated with the facet will be deleted. Only development schema facets are allowed deletion.</p>"
},
"DeleteObject":{
"name":"DeleteObject",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/object/delete",
"responseCode":200
},
"input":{"shape":"DeleteObjectRequest"},
"output":{"shape":"DeleteObjectResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ObjectNotDetachedException"}
],
"documentation":"<p>Deletes an object and its associated attributes. Only objects with no children and no parents can be deleted.</p>"
},
"DeleteSchema":{
"name":"DeleteSchema",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/schema",
"responseCode":200
},
"input":{"shape":"DeleteSchemaRequest"},
"output":{"shape":"DeleteSchemaResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"StillContainsLinksException"}
],
"documentation":"<p>Deletes a given schema. Schemas in a development and published state can only be deleted. </p>"
},
"DetachFromIndex":{
"name":"DetachFromIndex",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/index/detach",
"responseCode":200
},
"input":{"shape":"DetachFromIndexRequest"},
"output":{"shape":"DetachFromIndexResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ObjectAlreadyDetachedException"},
{"shape":"NotIndexException"}
],
"documentation":"<p>Detaches the specified object from the specified index.</p>"
},
"DetachObject":{
"name":"DetachObject",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/object/detach",
"responseCode":200
},
"input":{"shape":"DetachObjectRequest"},
"output":{"shape":"DetachObjectResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name.</p>"
},
"DetachPolicy":{
"name":"DetachPolicy",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/policy/detach",
"responseCode":200
},
"input":{"shape":"DetachPolicyRequest"},
"output":{"shape":"DetachPolicyResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NotPolicyException"}
],
"documentation":"<p>Detaches a policy from an object.</p>"
},
"DisableDirectory":{
"name":"DisableDirectory",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/directory/disable",
"responseCode":200
},
"input":{"shape":"DisableDirectoryRequest"},
"output":{"shape":"DisableDirectoryResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"DirectoryDeletedException"},
{"shape":"InternalServiceException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Disables the specified directory. Disabled directories cannot be read or written to. Only enabled directories can be disabled. Disabled directories may be reenabled.</p>"
},
"EnableDirectory":{
"name":"EnableDirectory",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/directory/enable",
"responseCode":200
},
"input":{"shape":"EnableDirectoryRequest"},
"output":{"shape":"EnableDirectoryResponse"},
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"DirectoryDeletedException"},
{"shape":"InternalServiceException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Enables the specified directory. Only disabled directories can be enabled. Once enabled, the directory can then be read and written to.</p>"
},
"GetDirectory":{
"name":"GetDirectory",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/directory/get",
"responseCode":200
},
"input":{"shape":"GetDirectoryRequest"},
"output":{"shape":"GetDirectoryResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Retrieves metadata about a directory.</p>"
},
"GetFacet":{
"name":"GetFacet",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/facet",
"responseCode":200
},
"input":{"shape":"GetFacetRequest"},
"output":{"shape":"GetFacetResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetNotFoundException"}
],
"documentation":"<p>Gets details of the <a>Facet</a>, such as Facet Name, Attributes, <a>Rule</a>s, or ObjectType. You can call this on all kinds of schema facets -- published, development, or applied.</p>"
},
"GetObjectInformation":{
"name":"GetObjectInformation",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/object/information",
"responseCode":200
},
"input":{"shape":"GetObjectInformationRequest"},
"output":{"shape":"GetObjectInformationResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Retrieves metadata about an object.</p>"
},
"GetSchemaAsJson":{
"name":"GetSchemaAsJson",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/json",
"responseCode":200
},
"input":{"shape":"GetSchemaAsJsonRequest"},
"output":{"shape":"GetSchemaAsJsonResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
],
"documentation":"<p>Retrieves a JSON representation of the schema. See <a href=\"http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_schemas.html#jsonformat\">JSON Schema Format</a> for more information.</p>"
},
"ListAppliedSchemaArns":{
"name":"ListAppliedSchemaArns",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/applied",
"responseCode":200
},
"input":{"shape":"ListAppliedSchemaArnsRequest"},
"output":{"shape":"ListAppliedSchemaArnsResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Lists schemas applied to a directory.</p>"
},
"ListAttachedIndices":{
"name":"ListAttachedIndices",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/object/indices",
"responseCode":200
},
"input":{"shape":"ListAttachedIndicesRequest"},
"output":{"shape":"ListAttachedIndicesResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Lists indices attached to an object.</p>"
},
"ListDevelopmentSchemaArns":{
"name":"ListDevelopmentSchemaArns",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/development",
"responseCode":200
},
"input":{"shape":"ListDevelopmentSchemaArnsRequest"},
"output":{"shape":"ListDevelopmentSchemaArnsResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Retrieves the ARNs of schemas in the development state.</p>"
},
"ListDirectories":{
"name":"ListDirectories",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/directory/list",
"responseCode":200
},
"input":{"shape":"ListDirectoriesRequest"},
"output":{"shape":"ListDirectoriesResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Lists directories created within an account.</p>"
},
"ListFacetAttributes":{
"name":"ListFacetAttributes",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/facet/attributes",
"responseCode":200
},
"input":{"shape":"ListFacetAttributesRequest"},
"output":{"shape":"ListFacetAttributesResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Retrieves attributes attached to the facet.</p>"
},
"ListFacetNames":{
"name":"ListFacetNames",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/facet/list",
"responseCode":200
},
"input":{"shape":"ListFacetNamesRequest"},
"output":{"shape":"ListFacetNamesResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Retrieves the names of facets that exist in a schema.</p>"
},
"ListIndex":{
"name":"ListIndex",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/index/targets",
"responseCode":200
},
"input":{"shape":"ListIndexRequest"},
"output":{"shape":"ListIndexResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NotIndexException"}
],
"documentation":"<p>Lists objects attached to the specified index.</p>"
},
"ListObjectAttributes":{
"name":"ListObjectAttributes",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/object/attributes",
"responseCode":200
},
"input":{"shape":"ListObjectAttributesRequest"},
"output":{"shape":"ListObjectAttributesResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Lists all attributes associated with an object. This also supports common namespace prefix (key) listing. For example, if you want to retrieve all attributes associated with facet1, key can be <code>facet1</code>. If key is empty, all attributes are returned in a paginated list.</p>"
},
"ListObjectChildren":{
"name":"ListObjectChildren",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/object/children",
"responseCode":200
},
"input":{"shape":"ListObjectChildrenRequest"},
"output":{"shape":"ListObjectChildrenResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"},
{"shape":"NotNodeException"}
],
"documentation":"<p>Returns a paginated list of child objects associated with a given object.</p>"
},
"ListObjectParents":{
"name":"ListObjectParents",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/object/parent",
"responseCode":200
},
"input":{"shape":"ListObjectParentsRequest"},
"output":{"shape":"ListObjectParentsResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"},
{"shape":"CannotListParentOfRootException"}
],
"documentation":"<p>Lists parent objects associated with a given object in pagination fashion.</p>"
},
"ListObjectPolicies":{
"name":"ListObjectPolicies",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/object/policy",
"responseCode":200
},
"input":{"shape":"ListObjectPoliciesRequest"},
"output":{"shape":"ListObjectPoliciesResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Returns policies attached to an object in pagination fashion.</p>"
},
"ListPolicyAttachments":{
"name":"ListPolicyAttachments",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/policy/attachment",
"responseCode":200
},
"input":{"shape":"ListPolicyAttachmentsRequest"},
"output":{"shape":"ListPolicyAttachmentsResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"InvalidNextTokenException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NotPolicyException"}
],
"documentation":"<p>Returns all of the ObjectIdentifiers to which a given policy is attached.</p>"
},
"ListPublishedSchemaArns":{
"name":"ListPublishedSchemaArns",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/published",
"responseCode":200
},
"input":{"shape":"ListPublishedSchemaArnsRequest"},
"output":{"shape":"ListPublishedSchemaArnsResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidNextTokenException"}
],
"documentation":"<p>Retrieves published schema ARNs.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/tags",
"responseCode":200
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidTaggingRequestException"}
],
"documentation":"<p>Returns tags for a resource. Tagging is currently supported only for directories with a limit of 50 tags per directory. All 50 tags are returned for a given directory with this API call.</p>"
},
"LookupPolicy":{
"name":"LookupPolicy",
"http":{
"method":"POST",
"requestUri":"/amazonclouddirectory/2017-01-11/policy/lookup",
"responseCode":200
},
"input":{"shape":"LookupPolicyRequest"},
"output":{"shape":"LookupPolicyResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"InvalidArnException"},
{"shape":"InvalidNextTokenException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Lists all policies from the root of the <a>Directory</a> to the object specified. If there are no policies present, an empty list is returned. If policies are present, and if some objects don't have the policies attached, it returns the objectIdentifier for such objects. If policies are present, it returns objectIdentifier, policyId, and policyType. Paths that don't lead to the root from the target object are ignored.</p>"
},
"PublishSchema":{
"name":"PublishSchema",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/publish",
"responseCode":200
},
"input":{"shape":"PublishSchemaRequest"},
"output":{"shape":"PublishSchemaResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"SchemaAlreadyPublishedException"}
],
"documentation":"<p>Publishes a development schema with a version. If description and attributes are specified, PublishSchema overrides the development schema description and attributes. If not, the development schema description and attributes are used.</p>"
},
"PutSchemaFromJson":{
"name":"PutSchemaFromJson",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/schema/json",
"responseCode":200
},
"input":{"shape":"PutSchemaFromJsonRequest"},
"output":{"shape":"PutSchemaFromJsonResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"InvalidSchemaDocException"},
{"shape":"InvalidRuleException"}
],
"documentation":"<p>Allows a schema to be updated using JSON upload. Only available for development schemas. See <a href=\"http://docs.aws.amazon.com/directoryservice/latest/admin-guide/cd_schemas.html#jsonformat\">JSON Schema Format</a> for more information.</p>"
},
"RemoveFacetFromObject":{
"name":"RemoveFacetFromObject",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/object/facets/delete",
"responseCode":200
},
"input":{"shape":"RemoveFacetFromObjectRequest"},
"output":{"shape":"RemoveFacetFromObjectResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"DirectoryNotEnabledException"},
{"shape":"ResourceNotFoundException"},
{"shape":"FacetValidationException"}
],
"documentation":"<p>Removes the specified facet from the specified object.</p>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/tags/add",
"responseCode":200
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidTaggingRequestException"}
],
"documentation":"<p>API for adding tags to a resource.</p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/tags/remove",
"responseCode":200
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"InvalidArnException"},
{"shape":"RetryableConflictException"},
{"shape":"ValidationException"},
{"shape":"LimitExceededException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidTaggingRequestException"}
],
"documentation":"<p>API for removing tags from a resource.</p>"
},
"UpdateFacet":{
"name":"UpdateFacet",
"http":{
"method":"PUT",
"requestUri":"/amazonclouddirectory/2017-01-11/facet",
"responseCode":200
},
"input":{"shape":"UpdateFacetRequest"},
"output":{"shape":"UpdateFacetResponse"},
"errors":[
{"shape":"InternalServiceException"},