aws-sdk-clouddirectory 1.42.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,36 +25,6 @@ module Aws::CloudDirectory
25
25
  include Aws::Structure
26
26
  end
27
27
 
28
- # @note When making an API call, you may pass AddFacetToObjectRequest
29
- # data as a hash:
30
- #
31
- # {
32
- # directory_arn: "Arn", # required
33
- # schema_facet: { # required
34
- # schema_arn: "Arn",
35
- # facet_name: "FacetName",
36
- # },
37
- # object_attribute_list: [
38
- # {
39
- # key: { # required
40
- # schema_arn: "Arn", # required
41
- # facet_name: "FacetName", # required
42
- # name: "AttributeName", # required
43
- # },
44
- # value: { # required
45
- # string_value: "StringAttributeValue",
46
- # binary_value: "data",
47
- # boolean_value: false,
48
- # number_value: "NumberAttributeValue",
49
- # datetime_value: Time.now,
50
- # },
51
- # },
52
- # ],
53
- # object_reference: { # required
54
- # selector: "SelectorObjectReference",
55
- # },
56
- # }
57
- #
58
28
  # @!attribute [rw] directory_arn
59
29
  # The Amazon Resource Name (ARN) that is associated with the Directory
60
30
  # where the object resides. For more information, see arns.
@@ -88,14 +58,6 @@ module Aws::CloudDirectory
88
58
  #
89
59
  class AddFacetToObjectResponse < Aws::EmptyStructure; end
90
60
 
91
- # @note When making an API call, you may pass ApplySchemaRequest
92
- # data as a hash:
93
- #
94
- # {
95
- # published_schema_arn: "Arn", # required
96
- # directory_arn: "Arn", # required
97
- # }
98
- #
99
61
  # @!attribute [rw] published_schema_arn
100
62
  # Published schema Amazon Resource Name (ARN) that needs to be copied.
101
63
  # For more information, see arns.
@@ -136,20 +98,6 @@ module Aws::CloudDirectory
136
98
  include Aws::Structure
137
99
  end
138
100
 
139
- # @note When making an API call, you may pass AttachObjectRequest
140
- # data as a hash:
141
- #
142
- # {
143
- # directory_arn: "Arn", # required
144
- # parent_reference: { # required
145
- # selector: "SelectorObjectReference",
146
- # },
147
- # child_reference: { # required
148
- # selector: "SelectorObjectReference",
149
- # },
150
- # link_name: "LinkName", # required
151
- # }
152
- #
153
101
  # @!attribute [rw] directory_arn
154
102
  # Amazon Resource Name (ARN) that is associated with the Directory
155
103
  # where both objects reside. For more information, see arns.
@@ -191,19 +139,6 @@ module Aws::CloudDirectory
191
139
  include Aws::Structure
192
140
  end
193
141
 
194
- # @note When making an API call, you may pass AttachPolicyRequest
195
- # data as a hash:
196
- #
197
- # {
198
- # directory_arn: "Arn", # required
199
- # policy_reference: { # required
200
- # selector: "SelectorObjectReference",
201
- # },
202
- # object_reference: { # required
203
- # selector: "SelectorObjectReference",
204
- # },
205
- # }
206
- #
207
142
  # @!attribute [rw] directory_arn
208
143
  # The Amazon Resource Name (ARN) that is associated with the Directory
209
144
  # where both objects reside. For more information, see arns.
@@ -232,19 +167,6 @@ module Aws::CloudDirectory
232
167
  #
233
168
  class AttachPolicyResponse < Aws::EmptyStructure; end
234
169
 
235
- # @note When making an API call, you may pass AttachToIndexRequest
236
- # data as a hash:
237
- #
238
- # {
239
- # directory_arn: "Arn", # required
240
- # index_reference: { # required
241
- # selector: "SelectorObjectReference",
242
- # },
243
- # target_reference: { # required
244
- # selector: "SelectorObjectReference",
245
- # },
246
- # }
247
- #
248
170
  # @!attribute [rw] directory_arn
249
171
  # The Amazon Resource Name (ARN) of the directory where the object and
250
172
  # index exist.
@@ -280,35 +202,6 @@ module Aws::CloudDirectory
280
202
  include Aws::Structure
281
203
  end
282
204
 
283
- # @note When making an API call, you may pass AttachTypedLinkRequest
284
- # data as a hash:
285
- #
286
- # {
287
- # directory_arn: "Arn", # required
288
- # source_object_reference: { # required
289
- # selector: "SelectorObjectReference",
290
- # },
291
- # target_object_reference: { # required
292
- # selector: "SelectorObjectReference",
293
- # },
294
- # typed_link_facet: { # required
295
- # schema_arn: "Arn", # required
296
- # typed_link_name: "TypedLinkName", # required
297
- # },
298
- # attributes: [ # required
299
- # {
300
- # attribute_name: "AttributeName", # required
301
- # value: { # required
302
- # string_value: "StringAttributeValue",
303
- # binary_value: "data",
304
- # boolean_value: false,
305
- # number_value: "NumberAttributeValue",
306
- # datetime_value: Time.now,
307
- # },
308
- # },
309
- # ],
310
- # }
311
- #
312
205
  # @!attribute [rw] directory_arn
313
206
  # The Amazon Resource Name (ARN) of the directory where you want to
314
207
  # attach the typed link.
@@ -357,15 +250,6 @@ module Aws::CloudDirectory
357
250
 
358
251
  # A unique identifier for an attribute.
359
252
  #
360
- # @note When making an API call, you may pass AttributeKey
361
- # data as a hash:
362
- #
363
- # {
364
- # schema_arn: "Arn", # required
365
- # facet_name: "FacetName", # required
366
- # name: "AttributeName", # required
367
- # }
368
- #
369
253
  # @!attribute [rw] schema_arn
370
254
  # The Amazon Resource Name (ARN) of the schema that contains the facet
371
255
  # and attribute.
@@ -391,24 +275,6 @@ module Aws::CloudDirectory
391
275
 
392
276
  # The combination of an attribute key and an attribute value.
393
277
  #
394
- # @note When making an API call, you may pass AttributeKeyAndValue
395
- # data as a hash:
396
- #
397
- # {
398
- # key: { # required
399
- # schema_arn: "Arn", # required
400
- # facet_name: "FacetName", # required
401
- # name: "AttributeName", # required
402
- # },
403
- # value: { # required
404
- # string_value: "StringAttributeValue",
405
- # binary_value: "data",
406
- # boolean_value: false,
407
- # number_value: "NumberAttributeValue",
408
- # datetime_value: Time.now,
409
- # },
410
- # }
411
- #
412
278
  # @!attribute [rw] key
413
279
  # The key of the attribute.
414
280
  # @return [Types::AttributeKey]
@@ -428,20 +294,6 @@ module Aws::CloudDirectory
428
294
 
429
295
  # Identifies the attribute name and value for a typed link.
430
296
  #
431
- # @note When making an API call, you may pass AttributeNameAndValue
432
- # data as a hash:
433
- #
434
- # {
435
- # attribute_name: "AttributeName", # required
436
- # value: { # required
437
- # string_value: "StringAttributeValue",
438
- # binary_value: "data",
439
- # boolean_value: false,
440
- # number_value: "NumberAttributeValue",
441
- # datetime_value: Time.now,
442
- # },
443
- # }
444
- #
445
297
  # @!attribute [rw] attribute_name
446
298
  # The attribute name of the typed link.
447
299
  # @return [String]
@@ -461,35 +313,6 @@ module Aws::CloudDirectory
461
313
 
462
314
  # Represents the output of a batch add facet to object operation.
463
315
  #
464
- # @note When making an API call, you may pass BatchAddFacetToObject
465
- # data as a hash:
466
- #
467
- # {
468
- # schema_facet: { # required
469
- # schema_arn: "Arn",
470
- # facet_name: "FacetName",
471
- # },
472
- # object_attribute_list: [ # required
473
- # {
474
- # key: { # required
475
- # schema_arn: "Arn", # required
476
- # facet_name: "FacetName", # required
477
- # name: "AttributeName", # required
478
- # },
479
- # value: { # required
480
- # string_value: "StringAttributeValue",
481
- # binary_value: "data",
482
- # boolean_value: false,
483
- # number_value: "NumberAttributeValue",
484
- # datetime_value: Time.now,
485
- # },
486
- # },
487
- # ],
488
- # object_reference: { # required
489
- # selector: "SelectorObjectReference",
490
- # },
491
- # }
492
- #
493
316
  # @!attribute [rw] schema_facet
494
317
  # Represents the facet being added to the object.
495
318
  # @return [Types::SchemaFacet]
@@ -520,19 +343,6 @@ module Aws::CloudDirectory
520
343
 
521
344
  # Represents the output of an AttachObject operation.
522
345
  #
523
- # @note When making an API call, you may pass BatchAttachObject
524
- # data as a hash:
525
- #
526
- # {
527
- # parent_reference: { # required
528
- # selector: "SelectorObjectReference",
529
- # },
530
- # child_reference: { # required
531
- # selector: "SelectorObjectReference",
532
- # },
533
- # link_name: "LinkName", # required
534
- # }
535
- #
536
346
  # @!attribute [rw] parent_reference
537
347
  # The parent object reference.
538
348
  # @return [Types::ObjectReference]
@@ -573,18 +383,6 @@ module Aws::CloudDirectory
573
383
  # operation. For more information, see AttachPolicy and
574
384
  # BatchReadRequest$Operations.
575
385
  #
576
- # @note When making an API call, you may pass BatchAttachPolicy
577
- # data as a hash:
578
- #
579
- # {
580
- # policy_reference: { # required
581
- # selector: "SelectorObjectReference",
582
- # },
583
- # object_reference: { # required
584
- # selector: "SelectorObjectReference",
585
- # },
586
- # }
587
- #
588
386
  # @!attribute [rw] policy_reference
589
387
  # The reference that is associated with the policy object.
590
388
  # @return [Types::ObjectReference]
@@ -613,18 +411,6 @@ module Aws::CloudDirectory
613
411
  # BatchRead operation. For more information, see AttachToIndex and
614
412
  # BatchReadRequest$Operations.
615
413
  #
616
- # @note When making an API call, you may pass BatchAttachToIndex
617
- # data as a hash:
618
- #
619
- # {
620
- # index_reference: { # required
621
- # selector: "SelectorObjectReference",
622
- # },
623
- # target_reference: { # required
624
- # selector: "SelectorObjectReference",
625
- # },
626
- # }
627
- #
628
414
  # @!attribute [rw] index_reference
629
415
  # A reference to the index that you are attaching the object to.
630
416
  # @return [Types::ObjectReference]
@@ -660,34 +446,6 @@ module Aws::CloudDirectory
660
446
  # BatchRead operation. For more information, see AttachTypedLink and
661
447
  # BatchReadRequest$Operations.
662
448
  #
663
- # @note When making an API call, you may pass BatchAttachTypedLink
664
- # data as a hash:
665
- #
666
- # {
667
- # source_object_reference: { # required
668
- # selector: "SelectorObjectReference",
669
- # },
670
- # target_object_reference: { # required
671
- # selector: "SelectorObjectReference",
672
- # },
673
- # typed_link_facet: { # required
674
- # schema_arn: "Arn", # required
675
- # typed_link_name: "TypedLinkName", # required
676
- # },
677
- # attributes: [ # required
678
- # {
679
- # attribute_name: "AttributeName", # required
680
- # value: { # required
681
- # string_value: "StringAttributeValue",
682
- # binary_value: "data",
683
- # boolean_value: false,
684
- # number_value: "NumberAttributeValue",
685
- # datetime_value: Time.now,
686
- # },
687
- # },
688
- # ],
689
- # }
690
- #
691
449
  # @!attribute [rw] source_object_reference
692
450
  # Identifies the source object that the typed link will attach to.
693
451
  # @return [Types::ObjectReference]
@@ -733,25 +491,6 @@ module Aws::CloudDirectory
733
491
  # Creates an index object inside of a BatchRead operation. For more
734
492
  # information, see CreateIndex and BatchReadRequest$Operations.
735
493
  #
736
- # @note When making an API call, you may pass BatchCreateIndex
737
- # data as a hash:
738
- #
739
- # {
740
- # ordered_indexed_attribute_list: [ # required
741
- # {
742
- # schema_arn: "Arn", # required
743
- # facet_name: "FacetName", # required
744
- # name: "AttributeName", # required
745
- # },
746
- # ],
747
- # is_unique: false, # required
748
- # parent_reference: {
749
- # selector: "SelectorObjectReference",
750
- # },
751
- # link_name: "LinkName",
752
- # batch_reference_name: "BatchReferenceName",
753
- # }
754
- #
755
494
  # @!attribute [rw] ordered_indexed_attribute_list
756
495
  # Specifies the attributes that should be indexed on. Currently only a
757
496
  # single attribute is supported.
@@ -807,39 +546,6 @@ module Aws::CloudDirectory
807
546
 
808
547
  # Represents the output of a CreateObject operation.
809
548
  #
810
- # @note When making an API call, you may pass BatchCreateObject
811
- # data as a hash:
812
- #
813
- # {
814
- # schema_facet: [ # required
815
- # {
816
- # schema_arn: "Arn",
817
- # facet_name: "FacetName",
818
- # },
819
- # ],
820
- # object_attribute_list: [ # required
821
- # {
822
- # key: { # required
823
- # schema_arn: "Arn", # required
824
- # facet_name: "FacetName", # required
825
- # name: "AttributeName", # required
826
- # },
827
- # value: { # required
828
- # string_value: "StringAttributeValue",
829
- # binary_value: "data",
830
- # boolean_value: false,
831
- # number_value: "NumberAttributeValue",
832
- # datetime_value: Time.now,
833
- # },
834
- # },
835
- # ],
836
- # parent_reference: {
837
- # selector: "SelectorObjectReference",
838
- # },
839
- # link_name: "LinkName",
840
- # batch_reference_name: "BatchReferenceName",
841
- # }
842
- #
843
549
  # @!attribute [rw] schema_facet
844
550
  # A list of `FacetArns` that will be associated with the object. For
845
551
  # more information, see arns.
@@ -896,15 +602,6 @@ module Aws::CloudDirectory
896
602
 
897
603
  # Represents the output of a DeleteObject operation.
898
604
  #
899
- # @note When making an API call, you may pass BatchDeleteObject
900
- # data as a hash:
901
- #
902
- # {
903
- # object_reference: { # required
904
- # selector: "SelectorObjectReference",
905
- # },
906
- # }
907
- #
908
605
  # @!attribute [rw] object_reference
909
606
  # The reference that identifies the object.
910
607
  # @return [Types::ObjectReference]
@@ -927,18 +624,6 @@ module Aws::CloudDirectory
927
624
  # BatchRead operation. For more information, see DetachFromIndex and
928
625
  # BatchReadRequest$Operations.
929
626
  #
930
- # @note When making an API call, you may pass BatchDetachFromIndex
931
- # data as a hash:
932
- #
933
- # {
934
- # index_reference: { # required
935
- # selector: "SelectorObjectReference",
936
- # },
937
- # target_reference: { # required
938
- # selector: "SelectorObjectReference",
939
- # },
940
- # }
941
- #
942
627
  # @!attribute [rw] index_reference
943
628
  # A reference to the index object.
944
629
  # @return [Types::ObjectReference]
@@ -973,17 +658,6 @@ module Aws::CloudDirectory
973
658
 
974
659
  # Represents the output of a DetachObject operation.
975
660
  #
976
- # @note When making an API call, you may pass BatchDetachObject
977
- # data as a hash:
978
- #
979
- # {
980
- # parent_reference: { # required
981
- # selector: "SelectorObjectReference",
982
- # },
983
- # link_name: "LinkName", # required
984
- # batch_reference_name: "BatchReferenceName",
985
- # }
986
- #
987
661
  # @!attribute [rw] parent_reference
988
662
  # Parent reference from which the object with the specified link name
989
663
  # is detached.
@@ -1030,18 +704,6 @@ module Aws::CloudDirectory
1030
704
  # BatchWrite operation. For more information, see DetachPolicy and
1031
705
  # BatchWriteRequest$Operations.
1032
706
  #
1033
- # @note When making an API call, you may pass BatchDetachPolicy
1034
- # data as a hash:
1035
- #
1036
- # {
1037
- # policy_reference: { # required
1038
- # selector: "SelectorObjectReference",
1039
- # },
1040
- # object_reference: { # required
1041
- # selector: "SelectorObjectReference",
1042
- # },
1043
- # }
1044
- #
1045
707
  # @!attribute [rw] policy_reference
1046
708
  # Reference that identifies the policy object.
1047
709
  # @return [Types::ObjectReference]
@@ -1070,36 +732,6 @@ module Aws::CloudDirectory
1070
732
  # a BatchRead operation. For more information, see DetachTypedLink and
1071
733
  # BatchReadRequest$Operations.
1072
734
  #
1073
- # @note When making an API call, you may pass BatchDetachTypedLink
1074
- # data as a hash:
1075
- #
1076
- # {
1077
- # typed_link_specifier: { # required
1078
- # typed_link_facet: { # required
1079
- # schema_arn: "Arn", # required
1080
- # typed_link_name: "TypedLinkName", # required
1081
- # },
1082
- # source_object_reference: { # required
1083
- # selector: "SelectorObjectReference",
1084
- # },
1085
- # target_object_reference: { # required
1086
- # selector: "SelectorObjectReference",
1087
- # },
1088
- # identity_attribute_values: [ # required
1089
- # {
1090
- # attribute_name: "AttributeName", # required
1091
- # value: { # required
1092
- # string_value: "StringAttributeValue",
1093
- # binary_value: "data",
1094
- # boolean_value: false,
1095
- # number_value: "NumberAttributeValue",
1096
- # datetime_value: Time.now,
1097
- # },
1098
- # },
1099
- # ],
1100
- # },
1101
- # }
1102
- #
1103
735
  # @!attribute [rw] typed_link_specifier
1104
736
  # Used to accept a typed link specifier as input.
1105
737
  # @return [Types::TypedLinkSpecifier]
@@ -1122,37 +754,6 @@ module Aws::CloudDirectory
1122
754
  # BatchRead operation. For more information, see GetLinkAttributes and
1123
755
  # BatchReadRequest$Operations.
1124
756
  #
1125
- # @note When making an API call, you may pass BatchGetLinkAttributes
1126
- # data as a hash:
1127
- #
1128
- # {
1129
- # typed_link_specifier: { # required
1130
- # typed_link_facet: { # required
1131
- # schema_arn: "Arn", # required
1132
- # typed_link_name: "TypedLinkName", # required
1133
- # },
1134
- # source_object_reference: { # required
1135
- # selector: "SelectorObjectReference",
1136
- # },
1137
- # target_object_reference: { # required
1138
- # selector: "SelectorObjectReference",
1139
- # },
1140
- # identity_attribute_values: [ # required
1141
- # {
1142
- # attribute_name: "AttributeName", # required
1143
- # value: { # required
1144
- # string_value: "StringAttributeValue",
1145
- # binary_value: "data",
1146
- # boolean_value: false,
1147
- # number_value: "NumberAttributeValue",
1148
- # datetime_value: Time.now,
1149
- # },
1150
- # },
1151
- # ],
1152
- # },
1153
- # attribute_names: ["AttributeName"], # required
1154
- # }
1155
- #
1156
757
  # @!attribute [rw] typed_link_specifier
1157
758
  # Allows a typed link specifier to be accepted as input.
1158
759
  # @return [Types::TypedLinkSpecifier]
@@ -1188,20 +789,6 @@ module Aws::CloudDirectory
1188
789
  # inside an BatchRead operation. For more information, see
1189
790
  # GetObjectAttributes and BatchReadRequest$Operations.
1190
791
  #
1191
- # @note When making an API call, you may pass BatchGetObjectAttributes
1192
- # data as a hash:
1193
- #
1194
- # {
1195
- # object_reference: { # required
1196
- # selector: "SelectorObjectReference",
1197
- # },
1198
- # schema_facet: { # required
1199
- # schema_arn: "Arn",
1200
- # facet_name: "FacetName",
1201
- # },
1202
- # attribute_names: ["AttributeName"], # required
1203
- # }
1204
- #
1205
792
  # @!attribute [rw] object_reference
1206
793
  # Reference that identifies the object whose attributes will be
1207
794
  # retrieved.
@@ -1244,15 +831,6 @@ module Aws::CloudDirectory
1244
831
  # more information, see GetObjectInformation and
1245
832
  # BatchReadRequest$Operations.
1246
833
  #
1247
- # @note When making an API call, you may pass BatchGetObjectInformation
1248
- # data as a hash:
1249
- #
1250
- # {
1251
- # object_reference: { # required
1252
- # selector: "SelectorObjectReference",
1253
- # },
1254
- # }
1255
- #
1256
834
  # @!attribute [rw] object_reference
1257
835
  # A reference to the object.
1258
836
  # @return [Types::ObjectReference]
@@ -1288,17 +866,6 @@ module Aws::CloudDirectory
1288
866
  # more information, see ListAttachedIndices and
1289
867
  # BatchReadRequest$Operations.
1290
868
  #
1291
- # @note When making an API call, you may pass BatchListAttachedIndices
1292
- # data as a hash:
1293
- #
1294
- # {
1295
- # target_reference: { # required
1296
- # selector: "SelectorObjectReference",
1297
- # },
1298
- # next_token: "NextToken",
1299
- # max_results: 1,
1300
- # }
1301
- #
1302
869
  # @!attribute [rw] target_reference
1303
870
  # A reference to the object that has indices attached.
1304
871
  # @return [Types::ObjectReference]
@@ -1345,44 +912,6 @@ module Aws::CloudDirectory
1345
912
  # information, see ListIncomingTypedLinks and
1346
913
  # BatchReadRequest$Operations.
1347
914
  #
1348
- # @note When making an API call, you may pass BatchListIncomingTypedLinks
1349
- # data as a hash:
1350
- #
1351
- # {
1352
- # object_reference: { # required
1353
- # selector: "SelectorObjectReference",
1354
- # },
1355
- # filter_attribute_ranges: [
1356
- # {
1357
- # attribute_name: "AttributeName",
1358
- # range: { # required
1359
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
1360
- # start_value: {
1361
- # string_value: "StringAttributeValue",
1362
- # binary_value: "data",
1363
- # boolean_value: false,
1364
- # number_value: "NumberAttributeValue",
1365
- # datetime_value: Time.now,
1366
- # },
1367
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
1368
- # end_value: {
1369
- # string_value: "StringAttributeValue",
1370
- # binary_value: "data",
1371
- # boolean_value: false,
1372
- # number_value: "NumberAttributeValue",
1373
- # datetime_value: Time.now,
1374
- # },
1375
- # },
1376
- # },
1377
- # ],
1378
- # filter_typed_link: {
1379
- # schema_arn: "Arn", # required
1380
- # typed_link_name: "TypedLinkName", # required
1381
- # },
1382
- # next_token: "NextToken",
1383
- # max_results: 1,
1384
- # }
1385
- #
1386
915
  # @!attribute [rw] object_reference
1387
916
  # The reference that identifies the object whose attributes will be
1388
917
  # listed.
@@ -1444,44 +973,6 @@ module Aws::CloudDirectory
1444
973
  # operation. For more information, see ListIndex and
1445
974
  # BatchReadRequest$Operations.
1446
975
  #
1447
- # @note When making an API call, you may pass BatchListIndex
1448
- # data as a hash:
1449
- #
1450
- # {
1451
- # ranges_on_indexed_values: [
1452
- # {
1453
- # attribute_key: {
1454
- # schema_arn: "Arn", # required
1455
- # facet_name: "FacetName", # required
1456
- # name: "AttributeName", # required
1457
- # },
1458
- # range: {
1459
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
1460
- # start_value: {
1461
- # string_value: "StringAttributeValue",
1462
- # binary_value: "data",
1463
- # boolean_value: false,
1464
- # number_value: "NumberAttributeValue",
1465
- # datetime_value: Time.now,
1466
- # },
1467
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
1468
- # end_value: {
1469
- # string_value: "StringAttributeValue",
1470
- # binary_value: "data",
1471
- # boolean_value: false,
1472
- # number_value: "NumberAttributeValue",
1473
- # datetime_value: Time.now,
1474
- # },
1475
- # },
1476
- # },
1477
- # ],
1478
- # index_reference: { # required
1479
- # selector: "SelectorObjectReference",
1480
- # },
1481
- # max_results: 1,
1482
- # next_token: "NextToken",
1483
- # }
1484
- #
1485
976
  # @!attribute [rw] ranges_on_indexed_values
1486
977
  # Specifies the ranges of indexed values that you want to query.
1487
978
  # @return [Array<Types::ObjectAttributeRange>]
@@ -1530,21 +1021,6 @@ module Aws::CloudDirectory
1530
1021
 
1531
1022
  # Represents the output of a ListObjectAttributes operation.
1532
1023
  #
1533
- # @note When making an API call, you may pass BatchListObjectAttributes
1534
- # data as a hash:
1535
- #
1536
- # {
1537
- # object_reference: { # required
1538
- # selector: "SelectorObjectReference",
1539
- # },
1540
- # next_token: "NextToken",
1541
- # max_results: 1,
1542
- # facet_filter: {
1543
- # schema_arn: "Arn",
1544
- # facet_name: "FacetName",
1545
- # },
1546
- # }
1547
- #
1548
1024
  # @!attribute [rw] object_reference
1549
1025
  # Reference of the object whose attributes need to be listed.
1550
1026
  # @return [Types::ObjectReference]
@@ -1596,17 +1072,6 @@ module Aws::CloudDirectory
1596
1072
 
1597
1073
  # Represents the output of a ListObjectChildren operation.
1598
1074
  #
1599
- # @note When making an API call, you may pass BatchListObjectChildren
1600
- # data as a hash:
1601
- #
1602
- # {
1603
- # object_reference: { # required
1604
- # selector: "SelectorObjectReference",
1605
- # },
1606
- # next_token: "NextToken",
1607
- # max_results: 1,
1608
- # }
1609
- #
1610
1075
  # @!attribute [rw] object_reference
1611
1076
  # Reference of the object for which child objects are being listed.
1612
1077
  # @return [Types::ObjectReference]
@@ -1655,17 +1120,6 @@ module Aws::CloudDirectory
1655
1120
  # operation. For more information, see ListObjectParentPaths and
1656
1121
  # BatchReadRequest$Operations.
1657
1122
  #
1658
- # @note When making an API call, you may pass BatchListObjectParentPaths
1659
- # data as a hash:
1660
- #
1661
- # {
1662
- # object_reference: { # required
1663
- # selector: "SelectorObjectReference",
1664
- # },
1665
- # next_token: "NextToken",
1666
- # max_results: 1,
1667
- # }
1668
- #
1669
1123
  # @!attribute [rw] object_reference
1670
1124
  # The reference that identifies the object whose attributes will be
1671
1125
  # listed.
@@ -1712,17 +1166,6 @@ module Aws::CloudDirectory
1712
1166
  # Lists parent objects that are associated with a given object in
1713
1167
  # pagination fashion.
1714
1168
  #
1715
- # @note When making an API call, you may pass BatchListObjectParents
1716
- # data as a hash:
1717
- #
1718
- # {
1719
- # object_reference: { # required
1720
- # selector: "SelectorObjectReference",
1721
- # },
1722
- # next_token: "NextToken",
1723
- # max_results: 1,
1724
- # }
1725
- #
1726
1169
  # @!attribute [rw] object_reference
1727
1170
  # The reference that identifies an object.
1728
1171
  # @return [Types::ObjectReference]
@@ -1769,17 +1212,6 @@ module Aws::CloudDirectory
1769
1212
  # BatchRead operation. For more information, see ListObjectPolicies and
1770
1213
  # BatchReadRequest$Operations.
1771
1214
  #
1772
- # @note When making an API call, you may pass BatchListObjectPolicies
1773
- # data as a hash:
1774
- #
1775
- # {
1776
- # object_reference: { # required
1777
- # selector: "SelectorObjectReference",
1778
- # },
1779
- # next_token: "NextToken",
1780
- # max_results: 1,
1781
- # }
1782
- #
1783
1215
  # @!attribute [rw] object_reference
1784
1216
  # The reference that identifies the object whose attributes will be
1785
1217
  # listed.
@@ -1828,44 +1260,6 @@ module Aws::CloudDirectory
1828
1260
  # information, see ListOutgoingTypedLinks and
1829
1261
  # BatchReadRequest$Operations.
1830
1262
  #
1831
- # @note When making an API call, you may pass BatchListOutgoingTypedLinks
1832
- # data as a hash:
1833
- #
1834
- # {
1835
- # object_reference: { # required
1836
- # selector: "SelectorObjectReference",
1837
- # },
1838
- # filter_attribute_ranges: [
1839
- # {
1840
- # attribute_name: "AttributeName",
1841
- # range: { # required
1842
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
1843
- # start_value: {
1844
- # string_value: "StringAttributeValue",
1845
- # binary_value: "data",
1846
- # boolean_value: false,
1847
- # number_value: "NumberAttributeValue",
1848
- # datetime_value: Time.now,
1849
- # },
1850
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
1851
- # end_value: {
1852
- # string_value: "StringAttributeValue",
1853
- # binary_value: "data",
1854
- # boolean_value: false,
1855
- # number_value: "NumberAttributeValue",
1856
- # datetime_value: Time.now,
1857
- # },
1858
- # },
1859
- # },
1860
- # ],
1861
- # filter_typed_link: {
1862
- # schema_arn: "Arn", # required
1863
- # typed_link_name: "TypedLinkName", # required
1864
- # },
1865
- # next_token: "NextToken",
1866
- # max_results: 1,
1867
- # }
1868
- #
1869
1263
  # @!attribute [rw] object_reference
1870
1264
  # The reference that identifies the object whose attributes will be
1871
1265
  # listed.
@@ -1927,17 +1321,6 @@ module Aws::CloudDirectory
1927
1321
  # attached inside a BatchRead operation. For more information, see
1928
1322
  # ListPolicyAttachments and BatchReadRequest$Operations.
1929
1323
  #
1930
- # @note When making an API call, you may pass BatchListPolicyAttachments
1931
- # data as a hash:
1932
- #
1933
- # {
1934
- # policy_reference: { # required
1935
- # selector: "SelectorObjectReference",
1936
- # },
1937
- # next_token: "NextToken",
1938
- # max_results: 1,
1939
- # }
1940
- #
1941
1324
  # @!attribute [rw] policy_reference
1942
1325
  # The reference that identifies the policy object.
1943
1326
  # @return [Types::ObjectReference]
@@ -1983,17 +1366,6 @@ module Aws::CloudDirectory
1983
1366
  # specified inside a BatchRead operation. For more information, see
1984
1367
  # LookupPolicy and BatchReadRequest$Operations.
1985
1368
  #
1986
- # @note When making an API call, you may pass BatchLookupPolicy
1987
- # data as a hash:
1988
- #
1989
- # {
1990
- # object_reference: { # required
1991
- # selector: "SelectorObjectReference",
1992
- # },
1993
- # next_token: "NextToken",
1994
- # max_results: 1,
1995
- # }
1996
- #
1997
1369
  # @!attribute [rw] object_reference
1998
1370
  # Reference that identifies the object whose policies will be looked
1999
1371
  # up.
@@ -2064,216 +1436,6 @@ module Aws::CloudDirectory
2064
1436
 
2065
1437
  # Represents the output of a `BatchRead` operation.
2066
1438
  #
2067
- # @note When making an API call, you may pass BatchReadOperation
2068
- # data as a hash:
2069
- #
2070
- # {
2071
- # list_object_attributes: {
2072
- # object_reference: { # required
2073
- # selector: "SelectorObjectReference",
2074
- # },
2075
- # next_token: "NextToken",
2076
- # max_results: 1,
2077
- # facet_filter: {
2078
- # schema_arn: "Arn",
2079
- # facet_name: "FacetName",
2080
- # },
2081
- # },
2082
- # list_object_children: {
2083
- # object_reference: { # required
2084
- # selector: "SelectorObjectReference",
2085
- # },
2086
- # next_token: "NextToken",
2087
- # max_results: 1,
2088
- # },
2089
- # list_attached_indices: {
2090
- # target_reference: { # required
2091
- # selector: "SelectorObjectReference",
2092
- # },
2093
- # next_token: "NextToken",
2094
- # max_results: 1,
2095
- # },
2096
- # list_object_parent_paths: {
2097
- # object_reference: { # required
2098
- # selector: "SelectorObjectReference",
2099
- # },
2100
- # next_token: "NextToken",
2101
- # max_results: 1,
2102
- # },
2103
- # get_object_information: {
2104
- # object_reference: { # required
2105
- # selector: "SelectorObjectReference",
2106
- # },
2107
- # },
2108
- # get_object_attributes: {
2109
- # object_reference: { # required
2110
- # selector: "SelectorObjectReference",
2111
- # },
2112
- # schema_facet: { # required
2113
- # schema_arn: "Arn",
2114
- # facet_name: "FacetName",
2115
- # },
2116
- # attribute_names: ["AttributeName"], # required
2117
- # },
2118
- # list_object_parents: {
2119
- # object_reference: { # required
2120
- # selector: "SelectorObjectReference",
2121
- # },
2122
- # next_token: "NextToken",
2123
- # max_results: 1,
2124
- # },
2125
- # list_object_policies: {
2126
- # object_reference: { # required
2127
- # selector: "SelectorObjectReference",
2128
- # },
2129
- # next_token: "NextToken",
2130
- # max_results: 1,
2131
- # },
2132
- # list_policy_attachments: {
2133
- # policy_reference: { # required
2134
- # selector: "SelectorObjectReference",
2135
- # },
2136
- # next_token: "NextToken",
2137
- # max_results: 1,
2138
- # },
2139
- # lookup_policy: {
2140
- # object_reference: { # required
2141
- # selector: "SelectorObjectReference",
2142
- # },
2143
- # next_token: "NextToken",
2144
- # max_results: 1,
2145
- # },
2146
- # list_index: {
2147
- # ranges_on_indexed_values: [
2148
- # {
2149
- # attribute_key: {
2150
- # schema_arn: "Arn", # required
2151
- # facet_name: "FacetName", # required
2152
- # name: "AttributeName", # required
2153
- # },
2154
- # range: {
2155
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2156
- # start_value: {
2157
- # string_value: "StringAttributeValue",
2158
- # binary_value: "data",
2159
- # boolean_value: false,
2160
- # number_value: "NumberAttributeValue",
2161
- # datetime_value: Time.now,
2162
- # },
2163
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2164
- # end_value: {
2165
- # string_value: "StringAttributeValue",
2166
- # binary_value: "data",
2167
- # boolean_value: false,
2168
- # number_value: "NumberAttributeValue",
2169
- # datetime_value: Time.now,
2170
- # },
2171
- # },
2172
- # },
2173
- # ],
2174
- # index_reference: { # required
2175
- # selector: "SelectorObjectReference",
2176
- # },
2177
- # max_results: 1,
2178
- # next_token: "NextToken",
2179
- # },
2180
- # list_outgoing_typed_links: {
2181
- # object_reference: { # required
2182
- # selector: "SelectorObjectReference",
2183
- # },
2184
- # filter_attribute_ranges: [
2185
- # {
2186
- # attribute_name: "AttributeName",
2187
- # range: { # required
2188
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2189
- # start_value: {
2190
- # string_value: "StringAttributeValue",
2191
- # binary_value: "data",
2192
- # boolean_value: false,
2193
- # number_value: "NumberAttributeValue",
2194
- # datetime_value: Time.now,
2195
- # },
2196
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2197
- # end_value: {
2198
- # string_value: "StringAttributeValue",
2199
- # binary_value: "data",
2200
- # boolean_value: false,
2201
- # number_value: "NumberAttributeValue",
2202
- # datetime_value: Time.now,
2203
- # },
2204
- # },
2205
- # },
2206
- # ],
2207
- # filter_typed_link: {
2208
- # schema_arn: "Arn", # required
2209
- # typed_link_name: "TypedLinkName", # required
2210
- # },
2211
- # next_token: "NextToken",
2212
- # max_results: 1,
2213
- # },
2214
- # list_incoming_typed_links: {
2215
- # object_reference: { # required
2216
- # selector: "SelectorObjectReference",
2217
- # },
2218
- # filter_attribute_ranges: [
2219
- # {
2220
- # attribute_name: "AttributeName",
2221
- # range: { # required
2222
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2223
- # start_value: {
2224
- # string_value: "StringAttributeValue",
2225
- # binary_value: "data",
2226
- # boolean_value: false,
2227
- # number_value: "NumberAttributeValue",
2228
- # datetime_value: Time.now,
2229
- # },
2230
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2231
- # end_value: {
2232
- # string_value: "StringAttributeValue",
2233
- # binary_value: "data",
2234
- # boolean_value: false,
2235
- # number_value: "NumberAttributeValue",
2236
- # datetime_value: Time.now,
2237
- # },
2238
- # },
2239
- # },
2240
- # ],
2241
- # filter_typed_link: {
2242
- # schema_arn: "Arn", # required
2243
- # typed_link_name: "TypedLinkName", # required
2244
- # },
2245
- # next_token: "NextToken",
2246
- # max_results: 1,
2247
- # },
2248
- # get_link_attributes: {
2249
- # typed_link_specifier: { # required
2250
- # typed_link_facet: { # required
2251
- # schema_arn: "Arn", # required
2252
- # typed_link_name: "TypedLinkName", # required
2253
- # },
2254
- # source_object_reference: { # required
2255
- # selector: "SelectorObjectReference",
2256
- # },
2257
- # target_object_reference: { # required
2258
- # selector: "SelectorObjectReference",
2259
- # },
2260
- # identity_attribute_values: [ # required
2261
- # {
2262
- # attribute_name: "AttributeName", # required
2263
- # value: { # required
2264
- # string_value: "StringAttributeValue",
2265
- # binary_value: "data",
2266
- # boolean_value: false,
2267
- # number_value: "NumberAttributeValue",
2268
- # datetime_value: Time.now,
2269
- # },
2270
- # },
2271
- # ],
2272
- # },
2273
- # attribute_names: ["AttributeName"], # required
2274
- # },
2275
- # }
2276
- #
2277
1439
  # @!attribute [rw] list_object_attributes
2278
1440
  # Lists all attributes that are associated with an object.
2279
1441
  # @return [Types::BatchListObjectAttributes]
@@ -2405,222 +1567,6 @@ module Aws::CloudDirectory
2405
1567
  include Aws::Structure
2406
1568
  end
2407
1569
 
2408
- # @note When making an API call, you may pass BatchReadRequest
2409
- # data as a hash:
2410
- #
2411
- # {
2412
- # directory_arn: "Arn", # required
2413
- # operations: [ # required
2414
- # {
2415
- # list_object_attributes: {
2416
- # object_reference: { # required
2417
- # selector: "SelectorObjectReference",
2418
- # },
2419
- # next_token: "NextToken",
2420
- # max_results: 1,
2421
- # facet_filter: {
2422
- # schema_arn: "Arn",
2423
- # facet_name: "FacetName",
2424
- # },
2425
- # },
2426
- # list_object_children: {
2427
- # object_reference: { # required
2428
- # selector: "SelectorObjectReference",
2429
- # },
2430
- # next_token: "NextToken",
2431
- # max_results: 1,
2432
- # },
2433
- # list_attached_indices: {
2434
- # target_reference: { # required
2435
- # selector: "SelectorObjectReference",
2436
- # },
2437
- # next_token: "NextToken",
2438
- # max_results: 1,
2439
- # },
2440
- # list_object_parent_paths: {
2441
- # object_reference: { # required
2442
- # selector: "SelectorObjectReference",
2443
- # },
2444
- # next_token: "NextToken",
2445
- # max_results: 1,
2446
- # },
2447
- # get_object_information: {
2448
- # object_reference: { # required
2449
- # selector: "SelectorObjectReference",
2450
- # },
2451
- # },
2452
- # get_object_attributes: {
2453
- # object_reference: { # required
2454
- # selector: "SelectorObjectReference",
2455
- # },
2456
- # schema_facet: { # required
2457
- # schema_arn: "Arn",
2458
- # facet_name: "FacetName",
2459
- # },
2460
- # attribute_names: ["AttributeName"], # required
2461
- # },
2462
- # list_object_parents: {
2463
- # object_reference: { # required
2464
- # selector: "SelectorObjectReference",
2465
- # },
2466
- # next_token: "NextToken",
2467
- # max_results: 1,
2468
- # },
2469
- # list_object_policies: {
2470
- # object_reference: { # required
2471
- # selector: "SelectorObjectReference",
2472
- # },
2473
- # next_token: "NextToken",
2474
- # max_results: 1,
2475
- # },
2476
- # list_policy_attachments: {
2477
- # policy_reference: { # required
2478
- # selector: "SelectorObjectReference",
2479
- # },
2480
- # next_token: "NextToken",
2481
- # max_results: 1,
2482
- # },
2483
- # lookup_policy: {
2484
- # object_reference: { # required
2485
- # selector: "SelectorObjectReference",
2486
- # },
2487
- # next_token: "NextToken",
2488
- # max_results: 1,
2489
- # },
2490
- # list_index: {
2491
- # ranges_on_indexed_values: [
2492
- # {
2493
- # attribute_key: {
2494
- # schema_arn: "Arn", # required
2495
- # facet_name: "FacetName", # required
2496
- # name: "AttributeName", # required
2497
- # },
2498
- # range: {
2499
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2500
- # start_value: {
2501
- # string_value: "StringAttributeValue",
2502
- # binary_value: "data",
2503
- # boolean_value: false,
2504
- # number_value: "NumberAttributeValue",
2505
- # datetime_value: Time.now,
2506
- # },
2507
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2508
- # end_value: {
2509
- # string_value: "StringAttributeValue",
2510
- # binary_value: "data",
2511
- # boolean_value: false,
2512
- # number_value: "NumberAttributeValue",
2513
- # datetime_value: Time.now,
2514
- # },
2515
- # },
2516
- # },
2517
- # ],
2518
- # index_reference: { # required
2519
- # selector: "SelectorObjectReference",
2520
- # },
2521
- # max_results: 1,
2522
- # next_token: "NextToken",
2523
- # },
2524
- # list_outgoing_typed_links: {
2525
- # object_reference: { # required
2526
- # selector: "SelectorObjectReference",
2527
- # },
2528
- # filter_attribute_ranges: [
2529
- # {
2530
- # attribute_name: "AttributeName",
2531
- # range: { # required
2532
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2533
- # start_value: {
2534
- # string_value: "StringAttributeValue",
2535
- # binary_value: "data",
2536
- # boolean_value: false,
2537
- # number_value: "NumberAttributeValue",
2538
- # datetime_value: Time.now,
2539
- # },
2540
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2541
- # end_value: {
2542
- # string_value: "StringAttributeValue",
2543
- # binary_value: "data",
2544
- # boolean_value: false,
2545
- # number_value: "NumberAttributeValue",
2546
- # datetime_value: Time.now,
2547
- # },
2548
- # },
2549
- # },
2550
- # ],
2551
- # filter_typed_link: {
2552
- # schema_arn: "Arn", # required
2553
- # typed_link_name: "TypedLinkName", # required
2554
- # },
2555
- # next_token: "NextToken",
2556
- # max_results: 1,
2557
- # },
2558
- # list_incoming_typed_links: {
2559
- # object_reference: { # required
2560
- # selector: "SelectorObjectReference",
2561
- # },
2562
- # filter_attribute_ranges: [
2563
- # {
2564
- # attribute_name: "AttributeName",
2565
- # range: { # required
2566
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2567
- # start_value: {
2568
- # string_value: "StringAttributeValue",
2569
- # binary_value: "data",
2570
- # boolean_value: false,
2571
- # number_value: "NumberAttributeValue",
2572
- # datetime_value: Time.now,
2573
- # },
2574
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
2575
- # end_value: {
2576
- # string_value: "StringAttributeValue",
2577
- # binary_value: "data",
2578
- # boolean_value: false,
2579
- # number_value: "NumberAttributeValue",
2580
- # datetime_value: Time.now,
2581
- # },
2582
- # },
2583
- # },
2584
- # ],
2585
- # filter_typed_link: {
2586
- # schema_arn: "Arn", # required
2587
- # typed_link_name: "TypedLinkName", # required
2588
- # },
2589
- # next_token: "NextToken",
2590
- # max_results: 1,
2591
- # },
2592
- # get_link_attributes: {
2593
- # typed_link_specifier: { # required
2594
- # typed_link_facet: { # required
2595
- # schema_arn: "Arn", # required
2596
- # typed_link_name: "TypedLinkName", # required
2597
- # },
2598
- # source_object_reference: { # required
2599
- # selector: "SelectorObjectReference",
2600
- # },
2601
- # target_object_reference: { # required
2602
- # selector: "SelectorObjectReference",
2603
- # },
2604
- # identity_attribute_values: [ # required
2605
- # {
2606
- # attribute_name: "AttributeName", # required
2607
- # value: { # required
2608
- # string_value: "StringAttributeValue",
2609
- # binary_value: "data",
2610
- # boolean_value: false,
2611
- # number_value: "NumberAttributeValue",
2612
- # datetime_value: Time.now,
2613
- # },
2614
- # },
2615
- # ],
2616
- # },
2617
- # attribute_names: ["AttributeName"], # required
2618
- # },
2619
- # },
2620
- # ],
2621
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
2622
- # }
2623
- #
2624
1570
  # @!attribute [rw] directory_arn
2625
1571
  # The Amazon Resource Name (ARN) that is associated with the
2626
1572
  # Directory. For more information, see arns.
@@ -2773,19 +1719,6 @@ module Aws::CloudDirectory
2773
1719
 
2774
1720
  # A batch operation to remove a facet from an object.
2775
1721
  #
2776
- # @note When making an API call, you may pass BatchRemoveFacetFromObject
2777
- # data as a hash:
2778
- #
2779
- # {
2780
- # schema_facet: { # required
2781
- # schema_arn: "Arn",
2782
- # facet_name: "FacetName",
2783
- # },
2784
- # object_reference: { # required
2785
- # selector: "SelectorObjectReference",
2786
- # },
2787
- # }
2788
- #
2789
1722
  # @!attribute [rw] schema_facet
2790
1723
  # The facet to remove from the object.
2791
1724
  # @return [Types::SchemaFacet]
@@ -2814,55 +1747,6 @@ module Aws::CloudDirectory
2814
1747
  # identity, as defined by its `IdentityAttributeOrder`. For more
2815
1748
  # information, see UpdateLinkAttributes and BatchReadRequest$Operations.
2816
1749
  #
2817
- # @note When making an API call, you may pass BatchUpdateLinkAttributes
2818
- # data as a hash:
2819
- #
2820
- # {
2821
- # typed_link_specifier: { # required
2822
- # typed_link_facet: { # required
2823
- # schema_arn: "Arn", # required
2824
- # typed_link_name: "TypedLinkName", # required
2825
- # },
2826
- # source_object_reference: { # required
2827
- # selector: "SelectorObjectReference",
2828
- # },
2829
- # target_object_reference: { # required
2830
- # selector: "SelectorObjectReference",
2831
- # },
2832
- # identity_attribute_values: [ # required
2833
- # {
2834
- # attribute_name: "AttributeName", # required
2835
- # value: { # required
2836
- # string_value: "StringAttributeValue",
2837
- # binary_value: "data",
2838
- # boolean_value: false,
2839
- # number_value: "NumberAttributeValue",
2840
- # datetime_value: Time.now,
2841
- # },
2842
- # },
2843
- # ],
2844
- # },
2845
- # attribute_updates: [ # required
2846
- # {
2847
- # attribute_key: {
2848
- # schema_arn: "Arn", # required
2849
- # facet_name: "FacetName", # required
2850
- # name: "AttributeName", # required
2851
- # },
2852
- # attribute_action: {
2853
- # attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
2854
- # attribute_update_value: {
2855
- # string_value: "StringAttributeValue",
2856
- # binary_value: "data",
2857
- # boolean_value: false,
2858
- # number_value: "NumberAttributeValue",
2859
- # datetime_value: Time.now,
2860
- # },
2861
- # },
2862
- # },
2863
- # ],
2864
- # }
2865
- #
2866
1750
  # @!attribute [rw] typed_link_specifier
2867
1751
  # Allows a typed link specifier to be accepted as input.
2868
1752
  # @return [Types::TypedLinkSpecifier]
@@ -2888,34 +1772,6 @@ module Aws::CloudDirectory
2888
1772
 
2889
1773
  # Represents the output of a `BatchUpdate` operation.
2890
1774
  #
2891
- # @note When making an API call, you may pass BatchUpdateObjectAttributes
2892
- # data as a hash:
2893
- #
2894
- # {
2895
- # object_reference: { # required
2896
- # selector: "SelectorObjectReference",
2897
- # },
2898
- # attribute_updates: [ # required
2899
- # {
2900
- # object_attribute_key: {
2901
- # schema_arn: "Arn", # required
2902
- # facet_name: "FacetName", # required
2903
- # name: "AttributeName", # required
2904
- # },
2905
- # object_attribute_action: {
2906
- # object_attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
2907
- # object_attribute_update_value: {
2908
- # string_value: "StringAttributeValue",
2909
- # binary_value: "data",
2910
- # boolean_value: false,
2911
- # number_value: "NumberAttributeValue",
2912
- # datetime_value: Time.now,
2913
- # },
2914
- # },
2915
- # },
2916
- # ],
2917
- # }
2918
- #
2919
1775
  # @!attribute [rw] object_reference
2920
1776
  # Reference that identifies the object.
2921
1777
  # @return [Types::ObjectReference]
@@ -2970,262 +1826,6 @@ module Aws::CloudDirectory
2970
1826
 
2971
1827
  # Represents the output of a `BatchWrite` operation.
2972
1828
  #
2973
- # @note When making an API call, you may pass BatchWriteOperation
2974
- # data as a hash:
2975
- #
2976
- # {
2977
- # create_object: {
2978
- # schema_facet: [ # required
2979
- # {
2980
- # schema_arn: "Arn",
2981
- # facet_name: "FacetName",
2982
- # },
2983
- # ],
2984
- # object_attribute_list: [ # required
2985
- # {
2986
- # key: { # required
2987
- # schema_arn: "Arn", # required
2988
- # facet_name: "FacetName", # required
2989
- # name: "AttributeName", # required
2990
- # },
2991
- # value: { # required
2992
- # string_value: "StringAttributeValue",
2993
- # binary_value: "data",
2994
- # boolean_value: false,
2995
- # number_value: "NumberAttributeValue",
2996
- # datetime_value: Time.now,
2997
- # },
2998
- # },
2999
- # ],
3000
- # parent_reference: {
3001
- # selector: "SelectorObjectReference",
3002
- # },
3003
- # link_name: "LinkName",
3004
- # batch_reference_name: "BatchReferenceName",
3005
- # },
3006
- # attach_object: {
3007
- # parent_reference: { # required
3008
- # selector: "SelectorObjectReference",
3009
- # },
3010
- # child_reference: { # required
3011
- # selector: "SelectorObjectReference",
3012
- # },
3013
- # link_name: "LinkName", # required
3014
- # },
3015
- # detach_object: {
3016
- # parent_reference: { # required
3017
- # selector: "SelectorObjectReference",
3018
- # },
3019
- # link_name: "LinkName", # required
3020
- # batch_reference_name: "BatchReferenceName",
3021
- # },
3022
- # update_object_attributes: {
3023
- # object_reference: { # required
3024
- # selector: "SelectorObjectReference",
3025
- # },
3026
- # attribute_updates: [ # required
3027
- # {
3028
- # object_attribute_key: {
3029
- # schema_arn: "Arn", # required
3030
- # facet_name: "FacetName", # required
3031
- # name: "AttributeName", # required
3032
- # },
3033
- # object_attribute_action: {
3034
- # object_attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
3035
- # object_attribute_update_value: {
3036
- # string_value: "StringAttributeValue",
3037
- # binary_value: "data",
3038
- # boolean_value: false,
3039
- # number_value: "NumberAttributeValue",
3040
- # datetime_value: Time.now,
3041
- # },
3042
- # },
3043
- # },
3044
- # ],
3045
- # },
3046
- # delete_object: {
3047
- # object_reference: { # required
3048
- # selector: "SelectorObjectReference",
3049
- # },
3050
- # },
3051
- # add_facet_to_object: {
3052
- # schema_facet: { # required
3053
- # schema_arn: "Arn",
3054
- # facet_name: "FacetName",
3055
- # },
3056
- # object_attribute_list: [ # required
3057
- # {
3058
- # key: { # required
3059
- # schema_arn: "Arn", # required
3060
- # facet_name: "FacetName", # required
3061
- # name: "AttributeName", # required
3062
- # },
3063
- # value: { # required
3064
- # string_value: "StringAttributeValue",
3065
- # binary_value: "data",
3066
- # boolean_value: false,
3067
- # number_value: "NumberAttributeValue",
3068
- # datetime_value: Time.now,
3069
- # },
3070
- # },
3071
- # ],
3072
- # object_reference: { # required
3073
- # selector: "SelectorObjectReference",
3074
- # },
3075
- # },
3076
- # remove_facet_from_object: {
3077
- # schema_facet: { # required
3078
- # schema_arn: "Arn",
3079
- # facet_name: "FacetName",
3080
- # },
3081
- # object_reference: { # required
3082
- # selector: "SelectorObjectReference",
3083
- # },
3084
- # },
3085
- # attach_policy: {
3086
- # policy_reference: { # required
3087
- # selector: "SelectorObjectReference",
3088
- # },
3089
- # object_reference: { # required
3090
- # selector: "SelectorObjectReference",
3091
- # },
3092
- # },
3093
- # detach_policy: {
3094
- # policy_reference: { # required
3095
- # selector: "SelectorObjectReference",
3096
- # },
3097
- # object_reference: { # required
3098
- # selector: "SelectorObjectReference",
3099
- # },
3100
- # },
3101
- # create_index: {
3102
- # ordered_indexed_attribute_list: [ # required
3103
- # {
3104
- # schema_arn: "Arn", # required
3105
- # facet_name: "FacetName", # required
3106
- # name: "AttributeName", # required
3107
- # },
3108
- # ],
3109
- # is_unique: false, # required
3110
- # parent_reference: {
3111
- # selector: "SelectorObjectReference",
3112
- # },
3113
- # link_name: "LinkName",
3114
- # batch_reference_name: "BatchReferenceName",
3115
- # },
3116
- # attach_to_index: {
3117
- # index_reference: { # required
3118
- # selector: "SelectorObjectReference",
3119
- # },
3120
- # target_reference: { # required
3121
- # selector: "SelectorObjectReference",
3122
- # },
3123
- # },
3124
- # detach_from_index: {
3125
- # index_reference: { # required
3126
- # selector: "SelectorObjectReference",
3127
- # },
3128
- # target_reference: { # required
3129
- # selector: "SelectorObjectReference",
3130
- # },
3131
- # },
3132
- # attach_typed_link: {
3133
- # source_object_reference: { # required
3134
- # selector: "SelectorObjectReference",
3135
- # },
3136
- # target_object_reference: { # required
3137
- # selector: "SelectorObjectReference",
3138
- # },
3139
- # typed_link_facet: { # required
3140
- # schema_arn: "Arn", # required
3141
- # typed_link_name: "TypedLinkName", # required
3142
- # },
3143
- # attributes: [ # required
3144
- # {
3145
- # attribute_name: "AttributeName", # required
3146
- # value: { # required
3147
- # string_value: "StringAttributeValue",
3148
- # binary_value: "data",
3149
- # boolean_value: false,
3150
- # number_value: "NumberAttributeValue",
3151
- # datetime_value: Time.now,
3152
- # },
3153
- # },
3154
- # ],
3155
- # },
3156
- # detach_typed_link: {
3157
- # typed_link_specifier: { # required
3158
- # typed_link_facet: { # required
3159
- # schema_arn: "Arn", # required
3160
- # typed_link_name: "TypedLinkName", # required
3161
- # },
3162
- # source_object_reference: { # required
3163
- # selector: "SelectorObjectReference",
3164
- # },
3165
- # target_object_reference: { # required
3166
- # selector: "SelectorObjectReference",
3167
- # },
3168
- # identity_attribute_values: [ # required
3169
- # {
3170
- # attribute_name: "AttributeName", # required
3171
- # value: { # required
3172
- # string_value: "StringAttributeValue",
3173
- # binary_value: "data",
3174
- # boolean_value: false,
3175
- # number_value: "NumberAttributeValue",
3176
- # datetime_value: Time.now,
3177
- # },
3178
- # },
3179
- # ],
3180
- # },
3181
- # },
3182
- # update_link_attributes: {
3183
- # typed_link_specifier: { # required
3184
- # typed_link_facet: { # required
3185
- # schema_arn: "Arn", # required
3186
- # typed_link_name: "TypedLinkName", # required
3187
- # },
3188
- # source_object_reference: { # required
3189
- # selector: "SelectorObjectReference",
3190
- # },
3191
- # target_object_reference: { # required
3192
- # selector: "SelectorObjectReference",
3193
- # },
3194
- # identity_attribute_values: [ # required
3195
- # {
3196
- # attribute_name: "AttributeName", # required
3197
- # value: { # required
3198
- # string_value: "StringAttributeValue",
3199
- # binary_value: "data",
3200
- # boolean_value: false,
3201
- # number_value: "NumberAttributeValue",
3202
- # datetime_value: Time.now,
3203
- # },
3204
- # },
3205
- # ],
3206
- # },
3207
- # attribute_updates: [ # required
3208
- # {
3209
- # attribute_key: {
3210
- # schema_arn: "Arn", # required
3211
- # facet_name: "FacetName", # required
3212
- # name: "AttributeName", # required
3213
- # },
3214
- # attribute_action: {
3215
- # attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
3216
- # attribute_update_value: {
3217
- # string_value: "StringAttributeValue",
3218
- # binary_value: "data",
3219
- # boolean_value: false,
3220
- # number_value: "NumberAttributeValue",
3221
- # datetime_value: Time.now,
3222
- # },
3223
- # },
3224
- # },
3225
- # ],
3226
- # },
3227
- # }
3228
- #
3229
1829
  # @!attribute [rw] create_object
3230
1830
  # Creates an object.
3231
1831
  # @return [Types::BatchCreateObject]
@@ -3424,267 +2024,6 @@ module Aws::CloudDirectory
3424
2024
  include Aws::Structure
3425
2025
  end
3426
2026
 
3427
- # @note When making an API call, you may pass BatchWriteRequest
3428
- # data as a hash:
3429
- #
3430
- # {
3431
- # directory_arn: "Arn", # required
3432
- # operations: [ # required
3433
- # {
3434
- # create_object: {
3435
- # schema_facet: [ # required
3436
- # {
3437
- # schema_arn: "Arn",
3438
- # facet_name: "FacetName",
3439
- # },
3440
- # ],
3441
- # object_attribute_list: [ # required
3442
- # {
3443
- # key: { # required
3444
- # schema_arn: "Arn", # required
3445
- # facet_name: "FacetName", # required
3446
- # name: "AttributeName", # required
3447
- # },
3448
- # value: { # required
3449
- # string_value: "StringAttributeValue",
3450
- # binary_value: "data",
3451
- # boolean_value: false,
3452
- # number_value: "NumberAttributeValue",
3453
- # datetime_value: Time.now,
3454
- # },
3455
- # },
3456
- # ],
3457
- # parent_reference: {
3458
- # selector: "SelectorObjectReference",
3459
- # },
3460
- # link_name: "LinkName",
3461
- # batch_reference_name: "BatchReferenceName",
3462
- # },
3463
- # attach_object: {
3464
- # parent_reference: { # required
3465
- # selector: "SelectorObjectReference",
3466
- # },
3467
- # child_reference: { # required
3468
- # selector: "SelectorObjectReference",
3469
- # },
3470
- # link_name: "LinkName", # required
3471
- # },
3472
- # detach_object: {
3473
- # parent_reference: { # required
3474
- # selector: "SelectorObjectReference",
3475
- # },
3476
- # link_name: "LinkName", # required
3477
- # batch_reference_name: "BatchReferenceName",
3478
- # },
3479
- # update_object_attributes: {
3480
- # object_reference: { # required
3481
- # selector: "SelectorObjectReference",
3482
- # },
3483
- # attribute_updates: [ # required
3484
- # {
3485
- # object_attribute_key: {
3486
- # schema_arn: "Arn", # required
3487
- # facet_name: "FacetName", # required
3488
- # name: "AttributeName", # required
3489
- # },
3490
- # object_attribute_action: {
3491
- # object_attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
3492
- # object_attribute_update_value: {
3493
- # string_value: "StringAttributeValue",
3494
- # binary_value: "data",
3495
- # boolean_value: false,
3496
- # number_value: "NumberAttributeValue",
3497
- # datetime_value: Time.now,
3498
- # },
3499
- # },
3500
- # },
3501
- # ],
3502
- # },
3503
- # delete_object: {
3504
- # object_reference: { # required
3505
- # selector: "SelectorObjectReference",
3506
- # },
3507
- # },
3508
- # add_facet_to_object: {
3509
- # schema_facet: { # required
3510
- # schema_arn: "Arn",
3511
- # facet_name: "FacetName",
3512
- # },
3513
- # object_attribute_list: [ # required
3514
- # {
3515
- # key: { # required
3516
- # schema_arn: "Arn", # required
3517
- # facet_name: "FacetName", # required
3518
- # name: "AttributeName", # required
3519
- # },
3520
- # value: { # required
3521
- # string_value: "StringAttributeValue",
3522
- # binary_value: "data",
3523
- # boolean_value: false,
3524
- # number_value: "NumberAttributeValue",
3525
- # datetime_value: Time.now,
3526
- # },
3527
- # },
3528
- # ],
3529
- # object_reference: { # required
3530
- # selector: "SelectorObjectReference",
3531
- # },
3532
- # },
3533
- # remove_facet_from_object: {
3534
- # schema_facet: { # required
3535
- # schema_arn: "Arn",
3536
- # facet_name: "FacetName",
3537
- # },
3538
- # object_reference: { # required
3539
- # selector: "SelectorObjectReference",
3540
- # },
3541
- # },
3542
- # attach_policy: {
3543
- # policy_reference: { # required
3544
- # selector: "SelectorObjectReference",
3545
- # },
3546
- # object_reference: { # required
3547
- # selector: "SelectorObjectReference",
3548
- # },
3549
- # },
3550
- # detach_policy: {
3551
- # policy_reference: { # required
3552
- # selector: "SelectorObjectReference",
3553
- # },
3554
- # object_reference: { # required
3555
- # selector: "SelectorObjectReference",
3556
- # },
3557
- # },
3558
- # create_index: {
3559
- # ordered_indexed_attribute_list: [ # required
3560
- # {
3561
- # schema_arn: "Arn", # required
3562
- # facet_name: "FacetName", # required
3563
- # name: "AttributeName", # required
3564
- # },
3565
- # ],
3566
- # is_unique: false, # required
3567
- # parent_reference: {
3568
- # selector: "SelectorObjectReference",
3569
- # },
3570
- # link_name: "LinkName",
3571
- # batch_reference_name: "BatchReferenceName",
3572
- # },
3573
- # attach_to_index: {
3574
- # index_reference: { # required
3575
- # selector: "SelectorObjectReference",
3576
- # },
3577
- # target_reference: { # required
3578
- # selector: "SelectorObjectReference",
3579
- # },
3580
- # },
3581
- # detach_from_index: {
3582
- # index_reference: { # required
3583
- # selector: "SelectorObjectReference",
3584
- # },
3585
- # target_reference: { # required
3586
- # selector: "SelectorObjectReference",
3587
- # },
3588
- # },
3589
- # attach_typed_link: {
3590
- # source_object_reference: { # required
3591
- # selector: "SelectorObjectReference",
3592
- # },
3593
- # target_object_reference: { # required
3594
- # selector: "SelectorObjectReference",
3595
- # },
3596
- # typed_link_facet: { # required
3597
- # schema_arn: "Arn", # required
3598
- # typed_link_name: "TypedLinkName", # required
3599
- # },
3600
- # attributes: [ # required
3601
- # {
3602
- # attribute_name: "AttributeName", # required
3603
- # value: { # required
3604
- # string_value: "StringAttributeValue",
3605
- # binary_value: "data",
3606
- # boolean_value: false,
3607
- # number_value: "NumberAttributeValue",
3608
- # datetime_value: Time.now,
3609
- # },
3610
- # },
3611
- # ],
3612
- # },
3613
- # detach_typed_link: {
3614
- # typed_link_specifier: { # required
3615
- # typed_link_facet: { # required
3616
- # schema_arn: "Arn", # required
3617
- # typed_link_name: "TypedLinkName", # required
3618
- # },
3619
- # source_object_reference: { # required
3620
- # selector: "SelectorObjectReference",
3621
- # },
3622
- # target_object_reference: { # required
3623
- # selector: "SelectorObjectReference",
3624
- # },
3625
- # identity_attribute_values: [ # required
3626
- # {
3627
- # attribute_name: "AttributeName", # required
3628
- # value: { # required
3629
- # string_value: "StringAttributeValue",
3630
- # binary_value: "data",
3631
- # boolean_value: false,
3632
- # number_value: "NumberAttributeValue",
3633
- # datetime_value: Time.now,
3634
- # },
3635
- # },
3636
- # ],
3637
- # },
3638
- # },
3639
- # update_link_attributes: {
3640
- # typed_link_specifier: { # required
3641
- # typed_link_facet: { # required
3642
- # schema_arn: "Arn", # required
3643
- # typed_link_name: "TypedLinkName", # required
3644
- # },
3645
- # source_object_reference: { # required
3646
- # selector: "SelectorObjectReference",
3647
- # },
3648
- # target_object_reference: { # required
3649
- # selector: "SelectorObjectReference",
3650
- # },
3651
- # identity_attribute_values: [ # required
3652
- # {
3653
- # attribute_name: "AttributeName", # required
3654
- # value: { # required
3655
- # string_value: "StringAttributeValue",
3656
- # binary_value: "data",
3657
- # boolean_value: false,
3658
- # number_value: "NumberAttributeValue",
3659
- # datetime_value: Time.now,
3660
- # },
3661
- # },
3662
- # ],
3663
- # },
3664
- # attribute_updates: [ # required
3665
- # {
3666
- # attribute_key: {
3667
- # schema_arn: "Arn", # required
3668
- # facet_name: "FacetName", # required
3669
- # name: "AttributeName", # required
3670
- # },
3671
- # attribute_action: {
3672
- # attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
3673
- # attribute_update_value: {
3674
- # string_value: "StringAttributeValue",
3675
- # binary_value: "data",
3676
- # boolean_value: false,
3677
- # number_value: "NumberAttributeValue",
3678
- # datetime_value: Time.now,
3679
- # },
3680
- # },
3681
- # },
3682
- # ],
3683
- # },
3684
- # },
3685
- # ],
3686
- # }
3687
- #
3688
2027
  # @!attribute [rw] directory_arn
3689
2028
  # The Amazon Resource Name (ARN) that is associated with the
3690
2029
  # Directory. For more information, see arns.
@@ -3728,14 +2067,6 @@ module Aws::CloudDirectory
3728
2067
  include Aws::Structure
3729
2068
  end
3730
2069
 
3731
- # @note When making an API call, you may pass CreateDirectoryRequest
3732
- # data as a hash:
3733
- #
3734
- # {
3735
- # name: "DirectoryName", # required
3736
- # schema_arn: "Arn", # required
3737
- # }
3738
- #
3739
2070
  # @!attribute [rw] name
3740
2071
  # The name of the Directory. Should be unique per account, per region.
3741
2072
  # @return [String]
@@ -3784,45 +2115,6 @@ module Aws::CloudDirectory
3784
2115
  include Aws::Structure
3785
2116
  end
3786
2117
 
3787
- # @note When making an API call, you may pass CreateFacetRequest
3788
- # data as a hash:
3789
- #
3790
- # {
3791
- # schema_arn: "Arn", # required
3792
- # name: "FacetName", # required
3793
- # attributes: [
3794
- # {
3795
- # name: "AttributeName", # required
3796
- # attribute_definition: {
3797
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
3798
- # default_value: {
3799
- # string_value: "StringAttributeValue",
3800
- # binary_value: "data",
3801
- # boolean_value: false,
3802
- # number_value: "NumberAttributeValue",
3803
- # datetime_value: Time.now,
3804
- # },
3805
- # is_immutable: false,
3806
- # rules: {
3807
- # "RuleKey" => {
3808
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
3809
- # parameters: {
3810
- # "RuleParameterKey" => "RuleParameterValue",
3811
- # },
3812
- # },
3813
- # },
3814
- # },
3815
- # attribute_reference: {
3816
- # target_facet_name: "FacetName", # required
3817
- # target_attribute_name: "AttributeName", # required
3818
- # },
3819
- # required_behavior: "REQUIRED_ALWAYS", # accepts REQUIRED_ALWAYS, NOT_REQUIRED
3820
- # },
3821
- # ],
3822
- # object_type: "NODE", # accepts NODE, LEAF_NODE, POLICY, INDEX
3823
- # facet_style: "STATIC", # accepts STATIC, DYNAMIC
3824
- # }
3825
- #
3826
2118
  # @!attribute [rw] schema_arn
3827
2119
  # The schema ARN in which the new Facet will be created. For more
3828
2120
  # information, see arns.
@@ -3888,25 +2180,6 @@ module Aws::CloudDirectory
3888
2180
  #
3889
2181
  class CreateFacetResponse < Aws::EmptyStructure; end
3890
2182
 
3891
- # @note When making an API call, you may pass CreateIndexRequest
3892
- # data as a hash:
3893
- #
3894
- # {
3895
- # directory_arn: "Arn", # required
3896
- # ordered_indexed_attribute_list: [ # required
3897
- # {
3898
- # schema_arn: "Arn", # required
3899
- # facet_name: "FacetName", # required
3900
- # name: "AttributeName", # required
3901
- # },
3902
- # ],
3903
- # is_unique: false, # required
3904
- # parent_reference: {
3905
- # selector: "SelectorObjectReference",
3906
- # },
3907
- # link_name: "LinkName",
3908
- # }
3909
- #
3910
2183
  # @!attribute [rw] directory_arn
3911
2184
  # The ARN of the directory where the index should be created.
3912
2185
  # @return [String]
@@ -3953,39 +2226,6 @@ module Aws::CloudDirectory
3953
2226
  include Aws::Structure
3954
2227
  end
3955
2228
 
3956
- # @note When making an API call, you may pass CreateObjectRequest
3957
- # data as a hash:
3958
- #
3959
- # {
3960
- # directory_arn: "Arn", # required
3961
- # schema_facets: [ # required
3962
- # {
3963
- # schema_arn: "Arn",
3964
- # facet_name: "FacetName",
3965
- # },
3966
- # ],
3967
- # object_attribute_list: [
3968
- # {
3969
- # key: { # required
3970
- # schema_arn: "Arn", # required
3971
- # facet_name: "FacetName", # required
3972
- # name: "AttributeName", # required
3973
- # },
3974
- # value: { # required
3975
- # string_value: "StringAttributeValue",
3976
- # binary_value: "data",
3977
- # boolean_value: false,
3978
- # number_value: "NumberAttributeValue",
3979
- # datetime_value: Time.now,
3980
- # },
3981
- # },
3982
- # ],
3983
- # parent_reference: {
3984
- # selector: "SelectorObjectReference",
3985
- # },
3986
- # link_name: "LinkName",
3987
- # }
3988
- #
3989
2229
  # @!attribute [rw] directory_arn
3990
2230
  # The Amazon Resource Name (ARN) that is associated with the Directory
3991
2231
  # in which the object will be created. For more information, see arns.
@@ -4034,13 +2274,6 @@ module Aws::CloudDirectory
4034
2274
  include Aws::Structure
4035
2275
  end
4036
2276
 
4037
- # @note When making an API call, you may pass CreateSchemaRequest
4038
- # data as a hash:
4039
- #
4040
- # {
4041
- # name: "SchemaName", # required
4042
- # }
4043
- #
4044
2277
  # @!attribute [rw] name
4045
2278
  # The name that is associated with the schema. This is unique to each
4046
2279
  # account and in each region.
@@ -4067,40 +2300,6 @@ module Aws::CloudDirectory
4067
2300
  include Aws::Structure
4068
2301
  end
4069
2302
 
4070
- # @note When making an API call, you may pass CreateTypedLinkFacetRequest
4071
- # data as a hash:
4072
- #
4073
- # {
4074
- # schema_arn: "Arn", # required
4075
- # facet: { # required
4076
- # name: "TypedLinkName", # required
4077
- # attributes: [ # required
4078
- # {
4079
- # name: "AttributeName", # required
4080
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
4081
- # default_value: {
4082
- # string_value: "StringAttributeValue",
4083
- # binary_value: "data",
4084
- # boolean_value: false,
4085
- # number_value: "NumberAttributeValue",
4086
- # datetime_value: Time.now,
4087
- # },
4088
- # is_immutable: false,
4089
- # rules: {
4090
- # "RuleKey" => {
4091
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
4092
- # parameters: {
4093
- # "RuleParameterKey" => "RuleParameterValue",
4094
- # },
4095
- # },
4096
- # },
4097
- # required_behavior: "REQUIRED_ALWAYS", # required, accepts REQUIRED_ALWAYS, NOT_REQUIRED
4098
- # },
4099
- # ],
4100
- # identity_attribute_order: ["AttributeName"], # required
4101
- # },
4102
- # }
4103
- #
4104
2303
  # @!attribute [rw] schema_arn
4105
2304
  # The Amazon Resource Name (ARN) that is associated with the schema.
4106
2305
  # For more information, see arns.
@@ -4123,13 +2322,6 @@ module Aws::CloudDirectory
4123
2322
  #
4124
2323
  class CreateTypedLinkFacetResponse < Aws::EmptyStructure; end
4125
2324
 
4126
- # @note When making an API call, you may pass DeleteDirectoryRequest
4127
- # data as a hash:
4128
- #
4129
- # {
4130
- # directory_arn: "Arn", # required
4131
- # }
4132
- #
4133
2325
  # @!attribute [rw] directory_arn
4134
2326
  # The ARN of the directory to delete.
4135
2327
  # @return [String]
@@ -4154,14 +2346,6 @@ module Aws::CloudDirectory
4154
2346
  include Aws::Structure
4155
2347
  end
4156
2348
 
4157
- # @note When making an API call, you may pass DeleteFacetRequest
4158
- # data as a hash:
4159
- #
4160
- # {
4161
- # schema_arn: "Arn", # required
4162
- # name: "FacetName", # required
4163
- # }
4164
- #
4165
2349
  # @!attribute [rw] schema_arn
4166
2350
  # The Amazon Resource Name (ARN) that is associated with the Facet.
4167
2351
  # For more information, see arns.
@@ -4184,16 +2368,6 @@ module Aws::CloudDirectory
4184
2368
  #
4185
2369
  class DeleteFacetResponse < Aws::EmptyStructure; end
4186
2370
 
4187
- # @note When making an API call, you may pass DeleteObjectRequest
4188
- # data as a hash:
4189
- #
4190
- # {
4191
- # directory_arn: "Arn", # required
4192
- # object_reference: { # required
4193
- # selector: "SelectorObjectReference",
4194
- # },
4195
- # }
4196
- #
4197
2371
  # @!attribute [rw] directory_arn
4198
2372
  # The Amazon Resource Name (ARN) that is associated with the Directory
4199
2373
  # where the object resides. For more information, see arns.
@@ -4216,13 +2390,6 @@ module Aws::CloudDirectory
4216
2390
  #
4217
2391
  class DeleteObjectResponse < Aws::EmptyStructure; end
4218
2392
 
4219
- # @note When making an API call, you may pass DeleteSchemaRequest
4220
- # data as a hash:
4221
- #
4222
- # {
4223
- # schema_arn: "Arn", # required
4224
- # }
4225
- #
4226
2393
  # @!attribute [rw] schema_arn
4227
2394
  # The Amazon Resource Name (ARN) of the development schema. For more
4228
2395
  # information, see arns.
@@ -4249,14 +2416,6 @@ module Aws::CloudDirectory
4249
2416
  include Aws::Structure
4250
2417
  end
4251
2418
 
4252
- # @note When making an API call, you may pass DeleteTypedLinkFacetRequest
4253
- # data as a hash:
4254
- #
4255
- # {
4256
- # schema_arn: "Arn", # required
4257
- # name: "TypedLinkName", # required
4258
- # }
4259
- #
4260
2419
  # @!attribute [rw] schema_arn
4261
2420
  # The Amazon Resource Name (ARN) that is associated with the schema.
4262
2421
  # For more information, see arns.
@@ -4279,19 +2438,6 @@ module Aws::CloudDirectory
4279
2438
  #
4280
2439
  class DeleteTypedLinkFacetResponse < Aws::EmptyStructure; end
4281
2440
 
4282
- # @note When making an API call, you may pass DetachFromIndexRequest
4283
- # data as a hash:
4284
- #
4285
- # {
4286
- # directory_arn: "Arn", # required
4287
- # index_reference: { # required
4288
- # selector: "SelectorObjectReference",
4289
- # },
4290
- # target_reference: { # required
4291
- # selector: "SelectorObjectReference",
4292
- # },
4293
- # }
4294
- #
4295
2441
  # @!attribute [rw] directory_arn
4296
2442
  # The Amazon Resource Name (ARN) of the directory the index and object
4297
2443
  # exist in.
@@ -4328,17 +2474,6 @@ module Aws::CloudDirectory
4328
2474
  include Aws::Structure
4329
2475
  end
4330
2476
 
4331
- # @note When making an API call, you may pass DetachObjectRequest
4332
- # data as a hash:
4333
- #
4334
- # {
4335
- # directory_arn: "Arn", # required
4336
- # parent_reference: { # required
4337
- # selector: "SelectorObjectReference",
4338
- # },
4339
- # link_name: "LinkName", # required
4340
- # }
4341
- #
4342
2477
  # @!attribute [rw] directory_arn
4343
2478
  # The Amazon Resource Name (ARN) that is associated with the Directory
4344
2479
  # where objects reside. For more information, see arns.
@@ -4375,19 +2510,6 @@ module Aws::CloudDirectory
4375
2510
  include Aws::Structure
4376
2511
  end
4377
2512
 
4378
- # @note When making an API call, you may pass DetachPolicyRequest
4379
- # data as a hash:
4380
- #
4381
- # {
4382
- # directory_arn: "Arn", # required
4383
- # policy_reference: { # required
4384
- # selector: "SelectorObjectReference",
4385
- # },
4386
- # object_reference: { # required
4387
- # selector: "SelectorObjectReference",
4388
- # },
4389
- # }
4390
- #
4391
2513
  # @!attribute [rw] directory_arn
4392
2514
  # The Amazon Resource Name (ARN) that is associated with the Directory
4393
2515
  # where both objects reside. For more information, see arns.
@@ -4416,37 +2538,6 @@ module Aws::CloudDirectory
4416
2538
  #
4417
2539
  class DetachPolicyResponse < Aws::EmptyStructure; end
4418
2540
 
4419
- # @note When making an API call, you may pass DetachTypedLinkRequest
4420
- # data as a hash:
4421
- #
4422
- # {
4423
- # directory_arn: "Arn", # required
4424
- # typed_link_specifier: { # required
4425
- # typed_link_facet: { # required
4426
- # schema_arn: "Arn", # required
4427
- # typed_link_name: "TypedLinkName", # required
4428
- # },
4429
- # source_object_reference: { # required
4430
- # selector: "SelectorObjectReference",
4431
- # },
4432
- # target_object_reference: { # required
4433
- # selector: "SelectorObjectReference",
4434
- # },
4435
- # identity_attribute_values: [ # required
4436
- # {
4437
- # attribute_name: "AttributeName", # required
4438
- # value: { # required
4439
- # string_value: "StringAttributeValue",
4440
- # binary_value: "data",
4441
- # boolean_value: false,
4442
- # number_value: "NumberAttributeValue",
4443
- # datetime_value: Time.now,
4444
- # },
4445
- # },
4446
- # ],
4447
- # },
4448
- # }
4449
- #
4450
2541
  # @!attribute [rw] directory_arn
4451
2542
  # The Amazon Resource Name (ARN) of the directory where you want to
4452
2543
  # detach the typed link.
@@ -4552,13 +2643,6 @@ module Aws::CloudDirectory
4552
2643
  include Aws::Structure
4553
2644
  end
4554
2645
 
4555
- # @note When making an API call, you may pass DisableDirectoryRequest
4556
- # data as a hash:
4557
- #
4558
- # {
4559
- # directory_arn: "Arn", # required
4560
- # }
4561
- #
4562
2646
  # @!attribute [rw] directory_arn
4563
2647
  # The ARN of the directory to disable.
4564
2648
  # @return [String]
@@ -4583,13 +2667,6 @@ module Aws::CloudDirectory
4583
2667
  include Aws::Structure
4584
2668
  end
4585
2669
 
4586
- # @note When making an API call, you may pass EnableDirectoryRequest
4587
- # data as a hash:
4588
- #
4589
- # {
4590
- # directory_arn: "Arn", # required
4591
- # }
4592
- #
4593
2670
  # @!attribute [rw] directory_arn
4594
2671
  # The ARN of the directory to enable.
4595
2672
  # @return [String]
@@ -4662,37 +2739,6 @@ module Aws::CloudDirectory
4662
2739
 
4663
2740
  # An attribute that is associated with the Facet.
4664
2741
  #
4665
- # @note When making an API call, you may pass FacetAttribute
4666
- # data as a hash:
4667
- #
4668
- # {
4669
- # name: "AttributeName", # required
4670
- # attribute_definition: {
4671
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
4672
- # default_value: {
4673
- # string_value: "StringAttributeValue",
4674
- # binary_value: "data",
4675
- # boolean_value: false,
4676
- # number_value: "NumberAttributeValue",
4677
- # datetime_value: Time.now,
4678
- # },
4679
- # is_immutable: false,
4680
- # rules: {
4681
- # "RuleKey" => {
4682
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
4683
- # parameters: {
4684
- # "RuleParameterKey" => "RuleParameterValue",
4685
- # },
4686
- # },
4687
- # },
4688
- # },
4689
- # attribute_reference: {
4690
- # target_facet_name: "FacetName", # required
4691
- # target_attribute_name: "AttributeName", # required
4692
- # },
4693
- # required_behavior: "REQUIRED_ALWAYS", # accepts REQUIRED_ALWAYS, NOT_REQUIRED
4694
- # }
4695
- #
4696
2742
  # @!attribute [rw] name
4697
2743
  # The name of the facet attribute.
4698
2744
  # @return [String]
@@ -4738,29 +2784,6 @@ module Aws::CloudDirectory
4738
2784
  #
4739
2785
  # [1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html
4740
2786
  #
4741
- # @note When making an API call, you may pass FacetAttributeDefinition
4742
- # data as a hash:
4743
- #
4744
- # {
4745
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
4746
- # default_value: {
4747
- # string_value: "StringAttributeValue",
4748
- # binary_value: "data",
4749
- # boolean_value: false,
4750
- # number_value: "NumberAttributeValue",
4751
- # datetime_value: Time.now,
4752
- # },
4753
- # is_immutable: false,
4754
- # rules: {
4755
- # "RuleKey" => {
4756
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
4757
- # parameters: {
4758
- # "RuleParameterKey" => "RuleParameterValue",
4759
- # },
4760
- # },
4761
- # },
4762
- # }
4763
- #
4764
2787
  # @!attribute [rw] type
4765
2788
  # The type of the attribute.
4766
2789
  # @return [String]
@@ -4791,14 +2814,6 @@ module Aws::CloudDirectory
4791
2814
  # The facet attribute reference that specifies the attribute definition
4792
2815
  # that contains the attribute facet name and attribute name.
4793
2816
  #
4794
- # @note When making an API call, you may pass FacetAttributeReference
4795
- # data as a hash:
4796
- #
4797
- # {
4798
- # target_facet_name: "FacetName", # required
4799
- # target_attribute_name: "AttributeName", # required
4800
- # }
4801
- #
4802
2817
  # @!attribute [rw] target_facet_name
4803
2818
  # The target facet name that is associated with the facet reference.
4804
2819
  # See [Attribute References][1] for more information.
@@ -4828,40 +2843,6 @@ module Aws::CloudDirectory
4828
2843
 
4829
2844
  # A structure that contains information used to update an attribute.
4830
2845
  #
4831
- # @note When making an API call, you may pass FacetAttributeUpdate
4832
- # data as a hash:
4833
- #
4834
- # {
4835
- # attribute: {
4836
- # name: "AttributeName", # required
4837
- # attribute_definition: {
4838
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
4839
- # default_value: {
4840
- # string_value: "StringAttributeValue",
4841
- # binary_value: "data",
4842
- # boolean_value: false,
4843
- # number_value: "NumberAttributeValue",
4844
- # datetime_value: Time.now,
4845
- # },
4846
- # is_immutable: false,
4847
- # rules: {
4848
- # "RuleKey" => {
4849
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
4850
- # parameters: {
4851
- # "RuleParameterKey" => "RuleParameterValue",
4852
- # },
4853
- # },
4854
- # },
4855
- # },
4856
- # attribute_reference: {
4857
- # target_facet_name: "FacetName", # required
4858
- # target_attribute_name: "AttributeName", # required
4859
- # },
4860
- # required_behavior: "REQUIRED_ALWAYS", # accepts REQUIRED_ALWAYS, NOT_REQUIRED
4861
- # },
4862
- # action: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
4863
- # }
4864
- #
4865
2846
  # @!attribute [rw] attribute
4866
2847
  # The attribute to update.
4867
2848
  # @return [Types::FacetAttribute]
@@ -4920,13 +2901,6 @@ module Aws::CloudDirectory
4920
2901
  include Aws::Structure
4921
2902
  end
4922
2903
 
4923
- # @note When making an API call, you may pass GetAppliedSchemaVersionRequest
4924
- # data as a hash:
4925
- #
4926
- # {
4927
- # schema_arn: "Arn", # required
4928
- # }
4929
- #
4930
2904
  # @!attribute [rw] schema_arn
4931
2905
  # The ARN of the applied schema.
4932
2906
  # @return [String]
@@ -4952,13 +2926,6 @@ module Aws::CloudDirectory
4952
2926
  include Aws::Structure
4953
2927
  end
4954
2928
 
4955
- # @note When making an API call, you may pass GetDirectoryRequest
4956
- # data as a hash:
4957
- #
4958
- # {
4959
- # directory_arn: "DirectoryArn", # required
4960
- # }
4961
- #
4962
2929
  # @!attribute [rw] directory_arn
4963
2930
  # The ARN of the directory.
4964
2931
  # @return [String]
@@ -4983,14 +2950,6 @@ module Aws::CloudDirectory
4983
2950
  include Aws::Structure
4984
2951
  end
4985
2952
 
4986
- # @note When making an API call, you may pass GetFacetRequest
4987
- # data as a hash:
4988
- #
4989
- # {
4990
- # schema_arn: "Arn", # required
4991
- # name: "FacetName", # required
4992
- # }
4993
- #
4994
2953
  # @!attribute [rw] schema_arn
4995
2954
  # The Amazon Resource Name (ARN) that is associated with the Facet.
4996
2955
  # For more information, see arns.
@@ -5021,39 +2980,6 @@ module Aws::CloudDirectory
5021
2980
  include Aws::Structure
5022
2981
  end
5023
2982
 
5024
- # @note When making an API call, you may pass GetLinkAttributesRequest
5025
- # data as a hash:
5026
- #
5027
- # {
5028
- # directory_arn: "Arn", # required
5029
- # typed_link_specifier: { # required
5030
- # typed_link_facet: { # required
5031
- # schema_arn: "Arn", # required
5032
- # typed_link_name: "TypedLinkName", # required
5033
- # },
5034
- # source_object_reference: { # required
5035
- # selector: "SelectorObjectReference",
5036
- # },
5037
- # target_object_reference: { # required
5038
- # selector: "SelectorObjectReference",
5039
- # },
5040
- # identity_attribute_values: [ # required
5041
- # {
5042
- # attribute_name: "AttributeName", # required
5043
- # value: { # required
5044
- # string_value: "StringAttributeValue",
5045
- # binary_value: "data",
5046
- # boolean_value: false,
5047
- # number_value: "NumberAttributeValue",
5048
- # datetime_value: Time.now,
5049
- # },
5050
- # },
5051
- # ],
5052
- # },
5053
- # attribute_names: ["AttributeName"], # required
5054
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
5055
- # }
5056
- #
5057
2983
  # @!attribute [rw] directory_arn
5058
2984
  # The Amazon Resource Name (ARN) that is associated with the Directory
5059
2985
  # where the typed link resides. For more information, see arns or
@@ -5100,22 +3026,6 @@ module Aws::CloudDirectory
5100
3026
  include Aws::Structure
5101
3027
  end
5102
3028
 
5103
- # @note When making an API call, you may pass GetObjectAttributesRequest
5104
- # data as a hash:
5105
- #
5106
- # {
5107
- # directory_arn: "Arn", # required
5108
- # object_reference: { # required
5109
- # selector: "SelectorObjectReference",
5110
- # },
5111
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
5112
- # schema_facet: { # required
5113
- # schema_arn: "Arn",
5114
- # facet_name: "FacetName",
5115
- # },
5116
- # attribute_names: ["AttributeName"], # required
5117
- # }
5118
- #
5119
3029
  # @!attribute [rw] directory_arn
5120
3030
  # The Amazon Resource Name (ARN) that is associated with the Directory
5121
3031
  # where the object resides.
@@ -5164,17 +3074,6 @@ module Aws::CloudDirectory
5164
3074
  include Aws::Structure
5165
3075
  end
5166
3076
 
5167
- # @note When making an API call, you may pass GetObjectInformationRequest
5168
- # data as a hash:
5169
- #
5170
- # {
5171
- # directory_arn: "Arn", # required
5172
- # object_reference: { # required
5173
- # selector: "SelectorObjectReference",
5174
- # },
5175
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
5176
- # }
5177
- #
5178
3077
  # @!attribute [rw] directory_arn
5179
3078
  # The ARN of the directory being retrieved.
5180
3079
  # @return [String]
@@ -5217,13 +3116,6 @@ module Aws::CloudDirectory
5217
3116
  include Aws::Structure
5218
3117
  end
5219
3118
 
5220
- # @note When making an API call, you may pass GetSchemaAsJsonRequest
5221
- # data as a hash:
5222
- #
5223
- # {
5224
- # schema_arn: "Arn", # required
5225
- # }
5226
- #
5227
3119
  # @!attribute [rw] schema_arn
5228
3120
  # The ARN of the schema to retrieve.
5229
3121
  # @return [String]
@@ -5253,14 +3145,6 @@ module Aws::CloudDirectory
5253
3145
  include Aws::Structure
5254
3146
  end
5255
3147
 
5256
- # @note When making an API call, you may pass GetTypedLinkFacetInformationRequest
5257
- # data as a hash:
5258
- #
5259
- # {
5260
- # schema_arn: "Arn", # required
5261
- # name: "TypedLinkName", # required
5262
- # }
5263
- #
5264
3148
  # @!attribute [rw] schema_arn
5265
3149
  # The Amazon Resource Name (ARN) that is associated with the schema.
5266
3150
  # For more information, see arns.
@@ -5494,20 +3378,6 @@ module Aws::CloudDirectory
5494
3378
  # The action to take on a typed link attribute value. Updates are only
5495
3379
  # supported for attributes which don’t contribute to link identity.
5496
3380
  #
5497
- # @note When making an API call, you may pass LinkAttributeAction
5498
- # data as a hash:
5499
- #
5500
- # {
5501
- # attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
5502
- # attribute_update_value: {
5503
- # string_value: "StringAttributeValue",
5504
- # binary_value: "data",
5505
- # boolean_value: false,
5506
- # number_value: "NumberAttributeValue",
5507
- # datetime_value: Time.now,
5508
- # },
5509
- # }
5510
- #
5511
3381
  # @!attribute [rw] attribute_action_type
5512
3382
  # A type that can be either `UPDATE_OR_CREATE` or `DELETE`.
5513
3383
  # @return [String]
@@ -5527,27 +3397,6 @@ module Aws::CloudDirectory
5527
3397
 
5528
3398
  # Structure that contains attribute update information.
5529
3399
  #
5530
- # @note When making an API call, you may pass LinkAttributeUpdate
5531
- # data as a hash:
5532
- #
5533
- # {
5534
- # attribute_key: {
5535
- # schema_arn: "Arn", # required
5536
- # facet_name: "FacetName", # required
5537
- # name: "AttributeName", # required
5538
- # },
5539
- # attribute_action: {
5540
- # attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
5541
- # attribute_update_value: {
5542
- # string_value: "StringAttributeValue",
5543
- # binary_value: "data",
5544
- # boolean_value: false,
5545
- # number_value: "NumberAttributeValue",
5546
- # datetime_value: Time.now,
5547
- # },
5548
- # },
5549
- # }
5550
- #
5551
3400
  # @!attribute [rw] attribute_key
5552
3401
  # The key of the attribute being updated.
5553
3402
  # @return [Types::AttributeKey]
@@ -5579,16 +3428,6 @@ module Aws::CloudDirectory
5579
3428
  include Aws::Structure
5580
3429
  end
5581
3430
 
5582
- # @note When making an API call, you may pass ListAppliedSchemaArnsRequest
5583
- # data as a hash:
5584
- #
5585
- # {
5586
- # directory_arn: "Arn", # required
5587
- # schema_arn: "Arn",
5588
- # next_token: "NextToken",
5589
- # max_results: 1,
5590
- # }
5591
- #
5592
3431
  # @!attribute [rw] directory_arn
5593
3432
  # The ARN of the directory you are listing.
5594
3433
  # @return [String]
@@ -5634,19 +3473,6 @@ module Aws::CloudDirectory
5634
3473
  include Aws::Structure
5635
3474
  end
5636
3475
 
5637
- # @note When making an API call, you may pass ListAttachedIndicesRequest
5638
- # data as a hash:
5639
- #
5640
- # {
5641
- # directory_arn: "Arn", # required
5642
- # target_reference: { # required
5643
- # selector: "SelectorObjectReference",
5644
- # },
5645
- # next_token: "NextToken",
5646
- # max_results: 1,
5647
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
5648
- # }
5649
- #
5650
3476
  # @!attribute [rw] directory_arn
5651
3477
  # The ARN of the directory.
5652
3478
  # @return [String]
@@ -5696,14 +3522,6 @@ module Aws::CloudDirectory
5696
3522
  include Aws::Structure
5697
3523
  end
5698
3524
 
5699
- # @note When making an API call, you may pass ListDevelopmentSchemaArnsRequest
5700
- # data as a hash:
5701
- #
5702
- # {
5703
- # next_token: "NextToken",
5704
- # max_results: 1,
5705
- # }
5706
- #
5707
3525
  # @!attribute [rw] next_token
5708
3526
  # The pagination token.
5709
3527
  # @return [String]
@@ -5738,15 +3556,6 @@ module Aws::CloudDirectory
5738
3556
  include Aws::Structure
5739
3557
  end
5740
3558
 
5741
- # @note When making an API call, you may pass ListDirectoriesRequest
5742
- # data as a hash:
5743
- #
5744
- # {
5745
- # next_token: "NextToken",
5746
- # max_results: 1,
5747
- # state: "ENABLED", # accepts ENABLED, DISABLED, DELETED
5748
- # }
5749
- #
5750
3559
  # @!attribute [rw] next_token
5751
3560
  # The pagination token.
5752
3561
  # @return [String]
@@ -5788,16 +3597,6 @@ module Aws::CloudDirectory
5788
3597
  include Aws::Structure
5789
3598
  end
5790
3599
 
5791
- # @note When making an API call, you may pass ListFacetAttributesRequest
5792
- # data as a hash:
5793
- #
5794
- # {
5795
- # schema_arn: "Arn", # required
5796
- # name: "FacetName", # required
5797
- # next_token: "NextToken",
5798
- # max_results: 1,
5799
- # }
5800
- #
5801
3600
  # @!attribute [rw] schema_arn
5802
3601
  # The ARN of the schema where the facet resides.
5803
3602
  # @return [String]
@@ -5842,15 +3641,6 @@ module Aws::CloudDirectory
5842
3641
  include Aws::Structure
5843
3642
  end
5844
3643
 
5845
- # @note When making an API call, you may pass ListFacetNamesRequest
5846
- # data as a hash:
5847
- #
5848
- # {
5849
- # schema_arn: "Arn", # required
5850
- # next_token: "NextToken",
5851
- # max_results: 1,
5852
- # }
5853
- #
5854
3644
  # @!attribute [rw] schema_arn
5855
3645
  # The Amazon Resource Name (ARN) to retrieve facet names from.
5856
3646
  # @return [String]
@@ -5890,46 +3680,6 @@ module Aws::CloudDirectory
5890
3680
  include Aws::Structure
5891
3681
  end
5892
3682
 
5893
- # @note When making an API call, you may pass ListIncomingTypedLinksRequest
5894
- # data as a hash:
5895
- #
5896
- # {
5897
- # directory_arn: "Arn", # required
5898
- # object_reference: { # required
5899
- # selector: "SelectorObjectReference",
5900
- # },
5901
- # filter_attribute_ranges: [
5902
- # {
5903
- # attribute_name: "AttributeName",
5904
- # range: { # required
5905
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
5906
- # start_value: {
5907
- # string_value: "StringAttributeValue",
5908
- # binary_value: "data",
5909
- # boolean_value: false,
5910
- # number_value: "NumberAttributeValue",
5911
- # datetime_value: Time.now,
5912
- # },
5913
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
5914
- # end_value: {
5915
- # string_value: "StringAttributeValue",
5916
- # binary_value: "data",
5917
- # boolean_value: false,
5918
- # number_value: "NumberAttributeValue",
5919
- # datetime_value: Time.now,
5920
- # },
5921
- # },
5922
- # },
5923
- # ],
5924
- # filter_typed_link: {
5925
- # schema_arn: "Arn", # required
5926
- # typed_link_name: "TypedLinkName", # required
5927
- # },
5928
- # next_token: "NextToken",
5929
- # max_results: 1,
5930
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
5931
- # }
5932
- #
5933
3683
  # @!attribute [rw] directory_arn
5934
3684
  # The Amazon Resource Name (ARN) of the directory where you want to
5935
3685
  # list the typed links.
@@ -5996,46 +3746,6 @@ module Aws::CloudDirectory
5996
3746
  include Aws::Structure
5997
3747
  end
5998
3748
 
5999
- # @note When making an API call, you may pass ListIndexRequest
6000
- # data as a hash:
6001
- #
6002
- # {
6003
- # directory_arn: "Arn", # required
6004
- # ranges_on_indexed_values: [
6005
- # {
6006
- # attribute_key: {
6007
- # schema_arn: "Arn", # required
6008
- # facet_name: "FacetName", # required
6009
- # name: "AttributeName", # required
6010
- # },
6011
- # range: {
6012
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
6013
- # start_value: {
6014
- # string_value: "StringAttributeValue",
6015
- # binary_value: "data",
6016
- # boolean_value: false,
6017
- # number_value: "NumberAttributeValue",
6018
- # datetime_value: Time.now,
6019
- # },
6020
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
6021
- # end_value: {
6022
- # string_value: "StringAttributeValue",
6023
- # binary_value: "data",
6024
- # boolean_value: false,
6025
- # number_value: "NumberAttributeValue",
6026
- # datetime_value: Time.now,
6027
- # },
6028
- # },
6029
- # },
6030
- # ],
6031
- # index_reference: { # required
6032
- # selector: "SelectorObjectReference",
6033
- # },
6034
- # max_results: 1,
6035
- # next_token: "NextToken",
6036
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
6037
- # }
6038
- #
6039
3749
  # @!attribute [rw] directory_arn
6040
3750
  # The ARN of the directory that the index exists in.
6041
3751
  # @return [String]
@@ -6096,15 +3806,6 @@ module Aws::CloudDirectory
6096
3806
  include Aws::Structure
6097
3807
  end
6098
3808
 
6099
- # @note When making an API call, you may pass ListManagedSchemaArnsRequest
6100
- # data as a hash:
6101
- #
6102
- # {
6103
- # schema_arn: "Arn",
6104
- # next_token: "NextToken",
6105
- # max_results: 1,
6106
- # }
6107
- #
6108
3809
  # @!attribute [rw] schema_arn
6109
3810
  # The response for ListManagedSchemaArns. When this parameter is used,
6110
3811
  # all minor version ARNs for a major version are listed.
@@ -6145,23 +3846,6 @@ module Aws::CloudDirectory
6145
3846
  include Aws::Structure
6146
3847
  end
6147
3848
 
6148
- # @note When making an API call, you may pass ListObjectAttributesRequest
6149
- # data as a hash:
6150
- #
6151
- # {
6152
- # directory_arn: "Arn", # required
6153
- # object_reference: { # required
6154
- # selector: "SelectorObjectReference",
6155
- # },
6156
- # next_token: "NextToken",
6157
- # max_results: 1,
6158
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
6159
- # facet_filter: {
6160
- # schema_arn: "Arn",
6161
- # facet_name: "FacetName",
6162
- # },
6163
- # }
6164
- #
6165
3849
  # @!attribute [rw] directory_arn
6166
3850
  # The Amazon Resource Name (ARN) that is associated with the Directory
6167
3851
  # where the object resides. For more information, see arns.
@@ -6223,19 +3907,6 @@ module Aws::CloudDirectory
6223
3907
  include Aws::Structure
6224
3908
  end
6225
3909
 
6226
- # @note When making an API call, you may pass ListObjectChildrenRequest
6227
- # data as a hash:
6228
- #
6229
- # {
6230
- # directory_arn: "Arn", # required
6231
- # object_reference: { # required
6232
- # selector: "SelectorObjectReference",
6233
- # },
6234
- # next_token: "NextToken",
6235
- # max_results: 1,
6236
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
6237
- # }
6238
- #
6239
3910
  # @!attribute [rw] directory_arn
6240
3911
  # The Amazon Resource Name (ARN) that is associated with the Directory
6241
3912
  # where the object resides. For more information, see arns.
@@ -6291,18 +3962,6 @@ module Aws::CloudDirectory
6291
3962
  include Aws::Structure
6292
3963
  end
6293
3964
 
6294
- # @note When making an API call, you may pass ListObjectParentPathsRequest
6295
- # data as a hash:
6296
- #
6297
- # {
6298
- # directory_arn: "Arn", # required
6299
- # object_reference: { # required
6300
- # selector: "SelectorObjectReference",
6301
- # },
6302
- # next_token: "NextToken",
6303
- # max_results: 1,
6304
- # }
6305
- #
6306
3965
  # @!attribute [rw] directory_arn
6307
3966
  # The ARN of the directory to which the parent path applies.
6308
3967
  # @return [String]
@@ -6350,20 +4009,6 @@ module Aws::CloudDirectory
6350
4009
  include Aws::Structure
6351
4010
  end
6352
4011
 
6353
- # @note When making an API call, you may pass ListObjectParentsRequest
6354
- # data as a hash:
6355
- #
6356
- # {
6357
- # directory_arn: "Arn", # required
6358
- # object_reference: { # required
6359
- # selector: "SelectorObjectReference",
6360
- # },
6361
- # next_token: "NextToken",
6362
- # max_results: 1,
6363
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
6364
- # include_all_links_to_each_parent: false,
6365
- # }
6366
- #
6367
4012
  # @!attribute [rw] directory_arn
6368
4013
  # The Amazon Resource Name (ARN) that is associated with the Directory
6369
4014
  # where the object resides. For more information, see arns.
@@ -6430,19 +4075,6 @@ module Aws::CloudDirectory
6430
4075
  include Aws::Structure
6431
4076
  end
6432
4077
 
6433
- # @note When making an API call, you may pass ListObjectPoliciesRequest
6434
- # data as a hash:
6435
- #
6436
- # {
6437
- # directory_arn: "Arn", # required
6438
- # object_reference: { # required
6439
- # selector: "SelectorObjectReference",
6440
- # },
6441
- # next_token: "NextToken",
6442
- # max_results: 1,
6443
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
6444
- # }
6445
- #
6446
4078
  # @!attribute [rw] directory_arn
6447
4079
  # The Amazon Resource Name (ARN) that is associated with the Directory
6448
4080
  # where objects reside. For more information, see arns.
@@ -6498,46 +4130,6 @@ module Aws::CloudDirectory
6498
4130
  include Aws::Structure
6499
4131
  end
6500
4132
 
6501
- # @note When making an API call, you may pass ListOutgoingTypedLinksRequest
6502
- # data as a hash:
6503
- #
6504
- # {
6505
- # directory_arn: "Arn", # required
6506
- # object_reference: { # required
6507
- # selector: "SelectorObjectReference",
6508
- # },
6509
- # filter_attribute_ranges: [
6510
- # {
6511
- # attribute_name: "AttributeName",
6512
- # range: { # required
6513
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
6514
- # start_value: {
6515
- # string_value: "StringAttributeValue",
6516
- # binary_value: "data",
6517
- # boolean_value: false,
6518
- # number_value: "NumberAttributeValue",
6519
- # datetime_value: Time.now,
6520
- # },
6521
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
6522
- # end_value: {
6523
- # string_value: "StringAttributeValue",
6524
- # binary_value: "data",
6525
- # boolean_value: false,
6526
- # number_value: "NumberAttributeValue",
6527
- # datetime_value: Time.now,
6528
- # },
6529
- # },
6530
- # },
6531
- # ],
6532
- # filter_typed_link: {
6533
- # schema_arn: "Arn", # required
6534
- # typed_link_name: "TypedLinkName", # required
6535
- # },
6536
- # next_token: "NextToken",
6537
- # max_results: 1,
6538
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
6539
- # }
6540
- #
6541
4133
  # @!attribute [rw] directory_arn
6542
4134
  # The Amazon Resource Name (ARN) of the directory where you want to
6543
4135
  # list the typed links.
@@ -6604,19 +4196,6 @@ module Aws::CloudDirectory
6604
4196
  include Aws::Structure
6605
4197
  end
6606
4198
 
6607
- # @note When making an API call, you may pass ListPolicyAttachmentsRequest
6608
- # data as a hash:
6609
- #
6610
- # {
6611
- # directory_arn: "Arn", # required
6612
- # policy_reference: { # required
6613
- # selector: "SelectorObjectReference",
6614
- # },
6615
- # next_token: "NextToken",
6616
- # max_results: 1,
6617
- # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
6618
- # }
6619
- #
6620
4199
  # @!attribute [rw] directory_arn
6621
4200
  # The Amazon Resource Name (ARN) that is associated with the Directory
6622
4201
  # where objects reside. For more information, see arns.
@@ -6670,15 +4249,6 @@ module Aws::CloudDirectory
6670
4249
  include Aws::Structure
6671
4250
  end
6672
4251
 
6673
- # @note When making an API call, you may pass ListPublishedSchemaArnsRequest
6674
- # data as a hash:
6675
- #
6676
- # {
6677
- # schema_arn: "Arn",
6678
- # next_token: "NextToken",
6679
- # max_results: 1,
6680
- # }
6681
- #
6682
4252
  # @!attribute [rw] schema_arn
6683
4253
  # The response for `ListPublishedSchemaArns` when this parameter is
6684
4254
  # used will list all minor version ARNs for a major version.
@@ -6719,15 +4289,6 @@ module Aws::CloudDirectory
6719
4289
  include Aws::Structure
6720
4290
  end
6721
4291
 
6722
- # @note When making an API call, you may pass ListTagsForResourceRequest
6723
- # data as a hash:
6724
- #
6725
- # {
6726
- # resource_arn: "Arn", # required
6727
- # next_token: "NextToken",
6728
- # max_results: 1,
6729
- # }
6730
- #
6731
4292
  # @!attribute [rw] resource_arn
6732
4293
  # The Amazon Resource Name (ARN) of the resource. Tagging is only
6733
4294
  # supported for directories.
@@ -6772,16 +4333,6 @@ module Aws::CloudDirectory
6772
4333
  include Aws::Structure
6773
4334
  end
6774
4335
 
6775
- # @note When making an API call, you may pass ListTypedLinkFacetAttributesRequest
6776
- # data as a hash:
6777
- #
6778
- # {
6779
- # schema_arn: "Arn", # required
6780
- # name: "TypedLinkName", # required
6781
- # next_token: "NextToken",
6782
- # max_results: 1,
6783
- # }
6784
- #
6785
4336
  # @!attribute [rw] schema_arn
6786
4337
  # The Amazon Resource Name (ARN) that is associated with the schema.
6787
4338
  # For more information, see arns.
@@ -6827,15 +4378,6 @@ module Aws::CloudDirectory
6827
4378
  include Aws::Structure
6828
4379
  end
6829
4380
 
6830
- # @note When making an API call, you may pass ListTypedLinkFacetNamesRequest
6831
- # data as a hash:
6832
- #
6833
- # {
6834
- # schema_arn: "Arn", # required
6835
- # next_token: "NextToken",
6836
- # max_results: 1,
6837
- # }
6838
- #
6839
4381
  # @!attribute [rw] schema_arn
6840
4382
  # The Amazon Resource Name (ARN) that is associated with the schema.
6841
4383
  # For more information, see arns.
@@ -6876,18 +4418,6 @@ module Aws::CloudDirectory
6876
4418
  include Aws::Structure
6877
4419
  end
6878
4420
 
6879
- # @note When making an API call, you may pass LookupPolicyRequest
6880
- # data as a hash:
6881
- #
6882
- # {
6883
- # directory_arn: "Arn", # required
6884
- # object_reference: { # required
6885
- # selector: "SelectorObjectReference",
6886
- # },
6887
- # next_token: "NextToken",
6888
- # max_results: 1,
6889
- # }
6890
- #
6891
4421
  # @!attribute [rw] directory_arn
6892
4422
  # The Amazon Resource Name (ARN) that is associated with the
6893
4423
  # Directory. For more information, see arns.
@@ -6999,20 +4529,6 @@ module Aws::CloudDirectory
6999
4529
 
7000
4530
  # The action to take on the object attribute.
7001
4531
  #
7002
- # @note When making an API call, you may pass ObjectAttributeAction
7003
- # data as a hash:
7004
- #
7005
- # {
7006
- # object_attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
7007
- # object_attribute_update_value: {
7008
- # string_value: "StringAttributeValue",
7009
- # binary_value: "data",
7010
- # boolean_value: false,
7011
- # number_value: "NumberAttributeValue",
7012
- # datetime_value: Time.now,
7013
- # },
7014
- # }
7015
- #
7016
4532
  # @!attribute [rw] object_attribute_action_type
7017
4533
  # A type that can be either `Update` or `Delete`.
7018
4534
  # @return [String]
@@ -7032,35 +4548,6 @@ module Aws::CloudDirectory
7032
4548
 
7033
4549
  # A range of attributes.
7034
4550
  #
7035
- # @note When making an API call, you may pass ObjectAttributeRange
7036
- # data as a hash:
7037
- #
7038
- # {
7039
- # attribute_key: {
7040
- # schema_arn: "Arn", # required
7041
- # facet_name: "FacetName", # required
7042
- # name: "AttributeName", # required
7043
- # },
7044
- # range: {
7045
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
7046
- # start_value: {
7047
- # string_value: "StringAttributeValue",
7048
- # binary_value: "data",
7049
- # boolean_value: false,
7050
- # number_value: "NumberAttributeValue",
7051
- # datetime_value: Time.now,
7052
- # },
7053
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
7054
- # end_value: {
7055
- # string_value: "StringAttributeValue",
7056
- # binary_value: "data",
7057
- # boolean_value: false,
7058
- # number_value: "NumberAttributeValue",
7059
- # datetime_value: Time.now,
7060
- # },
7061
- # },
7062
- # }
7063
- #
7064
4551
  # @!attribute [rw] attribute_key
7065
4552
  # The key of the attribute that the attribute range covers.
7066
4553
  # @return [Types::AttributeKey]
@@ -7080,27 +4567,6 @@ module Aws::CloudDirectory
7080
4567
 
7081
4568
  # Structure that contains attribute update information.
7082
4569
  #
7083
- # @note When making an API call, you may pass ObjectAttributeUpdate
7084
- # data as a hash:
7085
- #
7086
- # {
7087
- # object_attribute_key: {
7088
- # schema_arn: "Arn", # required
7089
- # facet_name: "FacetName", # required
7090
- # name: "AttributeName", # required
7091
- # },
7092
- # object_attribute_action: {
7093
- # object_attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
7094
- # object_attribute_update_value: {
7095
- # string_value: "StringAttributeValue",
7096
- # binary_value: "data",
7097
- # boolean_value: false,
7098
- # number_value: "NumberAttributeValue",
7099
- # datetime_value: Time.now,
7100
- # },
7101
- # },
7102
- # }
7103
- #
7104
4570
  # @!attribute [rw] object_attribute_key
7105
4571
  # The key of the attribute being updated.
7106
4572
  # @return [Types::AttributeKey]
@@ -7153,13 +4619,6 @@ module Aws::CloudDirectory
7153
4619
 
7154
4620
  # The reference that identifies an object.
7155
4621
  #
7156
- # @note When making an API call, you may pass ObjectReference
7157
- # data as a hash:
7158
- #
7159
- # {
7160
- # selector: "SelectorObjectReference",
7161
- # }
7162
- #
7163
4622
  # @!attribute [rw] selector
7164
4623
  # A path selector supports easy selection of an object by the
7165
4624
  # parent/child links leading to it from the directory root. Use the
@@ -7265,16 +4724,6 @@ module Aws::CloudDirectory
7265
4724
  include Aws::Structure
7266
4725
  end
7267
4726
 
7268
- # @note When making an API call, you may pass PublishSchemaRequest
7269
- # data as a hash:
7270
- #
7271
- # {
7272
- # development_schema_arn: "Arn", # required
7273
- # version: "Version", # required
7274
- # minor_version: "Version",
7275
- # name: "SchemaName",
7276
- # }
7277
- #
7278
4727
  # @!attribute [rw] development_schema_arn
7279
4728
  # The Amazon Resource Name (ARN) that is associated with the
7280
4729
  # development schema. For more information, see arns.
@@ -7320,14 +4769,6 @@ module Aws::CloudDirectory
7320
4769
  include Aws::Structure
7321
4770
  end
7322
4771
 
7323
- # @note When making an API call, you may pass PutSchemaFromJsonRequest
7324
- # data as a hash:
7325
- #
7326
- # {
7327
- # schema_arn: "Arn", # required
7328
- # document: "SchemaJsonDocument", # required
7329
- # }
7330
- #
7331
4772
  # @!attribute [rw] schema_arn
7332
4773
  # The ARN of the schema to update.
7333
4774
  # @return [String]
@@ -7357,20 +4798,6 @@ module Aws::CloudDirectory
7357
4798
  include Aws::Structure
7358
4799
  end
7359
4800
 
7360
- # @note When making an API call, you may pass RemoveFacetFromObjectRequest
7361
- # data as a hash:
7362
- #
7363
- # {
7364
- # directory_arn: "Arn", # required
7365
- # schema_facet: { # required
7366
- # schema_arn: "Arn",
7367
- # facet_name: "FacetName",
7368
- # },
7369
- # object_reference: { # required
7370
- # selector: "SelectorObjectReference",
7371
- # },
7372
- # }
7373
- #
7374
4801
  # @!attribute [rw] directory_arn
7375
4802
  # The ARN of the directory in which the object resides.
7376
4803
  # @return [String]
@@ -7432,16 +4859,6 @@ module Aws::CloudDirectory
7432
4859
  # Contains an Amazon Resource Name (ARN) and parameters that are
7433
4860
  # associated with the rule.
7434
4861
  #
7435
- # @note When making an API call, you may pass Rule
7436
- # data as a hash:
7437
- #
7438
- # {
7439
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
7440
- # parameters: {
7441
- # "RuleParameterKey" => "RuleParameterValue",
7442
- # },
7443
- # }
7444
- #
7445
4862
  # @!attribute [rw] type
7446
4863
  # The type of attribute validation rule.
7447
4864
  # @return [String]
@@ -7489,14 +4906,6 @@ module Aws::CloudDirectory
7489
4906
 
7490
4907
  # A facet.
7491
4908
  #
7492
- # @note When making an API call, you may pass SchemaFacet
7493
- # data as a hash:
7494
- #
7495
- # {
7496
- # schema_arn: "Arn",
7497
- # facet_name: "FacetName",
7498
- # }
7499
- #
7500
4909
  # @!attribute [rw] schema_arn
7501
4910
  # The ARN of the schema that contains the facet with no minor
7502
4911
  # component. See arns and [In-Place Schema Upgrade][1] for a
@@ -7538,14 +4947,6 @@ module Aws::CloudDirectory
7538
4947
 
7539
4948
  # The tag structure that contains a tag key and value.
7540
4949
  #
7541
- # @note When making an API call, you may pass Tag
7542
- # data as a hash:
7543
- #
7544
- # {
7545
- # key: "TagKey",
7546
- # value: "TagValue",
7547
- # }
7548
- #
7549
4950
  # @!attribute [rw] key
7550
4951
  # The key that is associated with the tag.
7551
4952
  # @return [String]
@@ -7563,19 +4964,6 @@ module Aws::CloudDirectory
7563
4964
  include Aws::Structure
7564
4965
  end
7565
4966
 
7566
- # @note When making an API call, you may pass TagResourceRequest
7567
- # data as a hash:
7568
- #
7569
- # {
7570
- # resource_arn: "Arn", # required
7571
- # tags: [ # required
7572
- # {
7573
- # key: "TagKey",
7574
- # value: "TagValue",
7575
- # },
7576
- # ],
7577
- # }
7578
- #
7579
4967
  # @!attribute [rw] resource_arn
7580
4968
  # The Amazon Resource Name (ARN) of the resource. Tagging is only
7581
4969
  # supported for directories.
@@ -7602,17 +4990,6 @@ module Aws::CloudDirectory
7602
4990
  # one, of the elements. Each attribute in an item is a name-value pair.
7603
4991
  # Attributes have a single value.
7604
4992
  #
7605
- # @note When making an API call, you may pass TypedAttributeValue
7606
- # data as a hash:
7607
- #
7608
- # {
7609
- # string_value: "StringAttributeValue",
7610
- # binary_value: "data",
7611
- # boolean_value: false,
7612
- # number_value: "NumberAttributeValue",
7613
- # datetime_value: Time.now,
7614
- # }
7615
- #
7616
4993
  # @!attribute [rw] string_value
7617
4994
  # A string data value.
7618
4995
  # @return [String]
@@ -7652,28 +5029,6 @@ module Aws::CloudDirectory
7652
5029
  #
7653
5030
  # [1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_range_filters.html
7654
5031
  #
7655
- # @note When making an API call, you may pass TypedAttributeValueRange
7656
- # data as a hash:
7657
- #
7658
- # {
7659
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
7660
- # start_value: {
7661
- # string_value: "StringAttributeValue",
7662
- # binary_value: "data",
7663
- # boolean_value: false,
7664
- # number_value: "NumberAttributeValue",
7665
- # datetime_value: Time.now,
7666
- # },
7667
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
7668
- # end_value: {
7669
- # string_value: "StringAttributeValue",
7670
- # binary_value: "data",
7671
- # boolean_value: false,
7672
- # number_value: "NumberAttributeValue",
7673
- # datetime_value: Time.now,
7674
- # },
7675
- # }
7676
- #
7677
5032
  # @!attribute [rw] start_mode
7678
5033
  # The inclusive or exclusive range start.
7679
5034
  # @return [String]
@@ -7703,31 +5058,6 @@ module Aws::CloudDirectory
7703
5058
 
7704
5059
  # A typed link attribute definition.
7705
5060
  #
7706
- # @note When making an API call, you may pass TypedLinkAttributeDefinition
7707
- # data as a hash:
7708
- #
7709
- # {
7710
- # name: "AttributeName", # required
7711
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
7712
- # default_value: {
7713
- # string_value: "StringAttributeValue",
7714
- # binary_value: "data",
7715
- # boolean_value: false,
7716
- # number_value: "NumberAttributeValue",
7717
- # datetime_value: Time.now,
7718
- # },
7719
- # is_immutable: false,
7720
- # rules: {
7721
- # "RuleKey" => {
7722
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
7723
- # parameters: {
7724
- # "RuleParameterKey" => "RuleParameterValue",
7725
- # },
7726
- # },
7727
- # },
7728
- # required_behavior: "REQUIRED_ALWAYS", # required, accepts REQUIRED_ALWAYS, NOT_REQUIRED
7729
- # }
7730
- #
7731
5061
  # @!attribute [rw] name
7732
5062
  # The unique name of the typed link attribute.
7733
5063
  # @return [String]
@@ -7768,31 +5098,6 @@ module Aws::CloudDirectory
7768
5098
  # Identifies the range of attributes that are used by a specified
7769
5099
  # filter.
7770
5100
  #
7771
- # @note When making an API call, you may pass TypedLinkAttributeRange
7772
- # data as a hash:
7773
- #
7774
- # {
7775
- # attribute_name: "AttributeName",
7776
- # range: { # required
7777
- # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
7778
- # start_value: {
7779
- # string_value: "StringAttributeValue",
7780
- # binary_value: "data",
7781
- # boolean_value: false,
7782
- # number_value: "NumberAttributeValue",
7783
- # datetime_value: Time.now,
7784
- # },
7785
- # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
7786
- # end_value: {
7787
- # string_value: "StringAttributeValue",
7788
- # binary_value: "data",
7789
- # boolean_value: false,
7790
- # number_value: "NumberAttributeValue",
7791
- # datetime_value: Time.now,
7792
- # },
7793
- # },
7794
- # }
7795
- #
7796
5101
  # @!attribute [rw] attribute_name
7797
5102
  # The unique name of the typed link attribute.
7798
5103
  # @return [String]
@@ -7813,37 +5118,6 @@ module Aws::CloudDirectory
7813
5118
  # Defines the typed links structure and its attributes. To create a
7814
5119
  # typed link facet, use the CreateTypedLinkFacet API.
7815
5120
  #
7816
- # @note When making an API call, you may pass TypedLinkFacet
7817
- # data as a hash:
7818
- #
7819
- # {
7820
- # name: "TypedLinkName", # required
7821
- # attributes: [ # required
7822
- # {
7823
- # name: "AttributeName", # required
7824
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
7825
- # default_value: {
7826
- # string_value: "StringAttributeValue",
7827
- # binary_value: "data",
7828
- # boolean_value: false,
7829
- # number_value: "NumberAttributeValue",
7830
- # datetime_value: Time.now,
7831
- # },
7832
- # is_immutable: false,
7833
- # rules: {
7834
- # "RuleKey" => {
7835
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
7836
- # parameters: {
7837
- # "RuleParameterKey" => "RuleParameterValue",
7838
- # },
7839
- # },
7840
- # },
7841
- # required_behavior: "REQUIRED_ALWAYS", # required, accepts REQUIRED_ALWAYS, NOT_REQUIRED
7842
- # },
7843
- # ],
7844
- # identity_attribute_order: ["AttributeName"], # required
7845
- # }
7846
- #
7847
5121
  # @!attribute [rw] name
7848
5122
  # The unique name of the typed link facet.
7849
5123
  # @return [String]
@@ -7875,34 +5149,6 @@ module Aws::CloudDirectory
7875
5149
 
7876
5150
  # A typed link facet attribute update.
7877
5151
  #
7878
- # @note When making an API call, you may pass TypedLinkFacetAttributeUpdate
7879
- # data as a hash:
7880
- #
7881
- # {
7882
- # attribute: { # required
7883
- # name: "AttributeName", # required
7884
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
7885
- # default_value: {
7886
- # string_value: "StringAttributeValue",
7887
- # binary_value: "data",
7888
- # boolean_value: false,
7889
- # number_value: "NumberAttributeValue",
7890
- # datetime_value: Time.now,
7891
- # },
7892
- # is_immutable: false,
7893
- # rules: {
7894
- # "RuleKey" => {
7895
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
7896
- # parameters: {
7897
- # "RuleParameterKey" => "RuleParameterValue",
7898
- # },
7899
- # },
7900
- # },
7901
- # required_behavior: "REQUIRED_ALWAYS", # required, accepts REQUIRED_ALWAYS, NOT_REQUIRED
7902
- # },
7903
- # action: "CREATE_OR_UPDATE", # required, accepts CREATE_OR_UPDATE, DELETE
7904
- # }
7905
- #
7906
5152
  # @!attribute [rw] attribute
7907
5153
  # The attribute to update.
7908
5154
  # @return [Types::TypedLinkAttributeDefinition]
@@ -7923,14 +5169,6 @@ module Aws::CloudDirectory
7923
5169
  # Identifies the schema Amazon Resource Name (ARN) and facet name for
7924
5170
  # the typed link.
7925
5171
  #
7926
- # @note When making an API call, you may pass TypedLinkSchemaAndFacetName
7927
- # data as a hash:
7928
- #
7929
- # {
7930
- # schema_arn: "Arn", # required
7931
- # typed_link_name: "TypedLinkName", # required
7932
- # }
7933
- #
7934
5172
  # @!attribute [rw] schema_arn
7935
5173
  # The Amazon Resource Name (ARN) that is associated with the schema.
7936
5174
  # For more information, see arns.
@@ -7957,34 +5195,6 @@ module Aws::CloudDirectory
7957
5195
  # ListOutgoingTypedLinks API operations provide typed link specifiers as
7958
5196
  # output. You can also construct a typed link specifier from scratch.
7959
5197
  #
7960
- # @note When making an API call, you may pass TypedLinkSpecifier
7961
- # data as a hash:
7962
- #
7963
- # {
7964
- # typed_link_facet: { # required
7965
- # schema_arn: "Arn", # required
7966
- # typed_link_name: "TypedLinkName", # required
7967
- # },
7968
- # source_object_reference: { # required
7969
- # selector: "SelectorObjectReference",
7970
- # },
7971
- # target_object_reference: { # required
7972
- # selector: "SelectorObjectReference",
7973
- # },
7974
- # identity_attribute_values: [ # required
7975
- # {
7976
- # attribute_name: "AttributeName", # required
7977
- # value: { # required
7978
- # string_value: "StringAttributeValue",
7979
- # binary_value: "data",
7980
- # boolean_value: false,
7981
- # number_value: "NumberAttributeValue",
7982
- # datetime_value: Time.now,
7983
- # },
7984
- # },
7985
- # ],
7986
- # }
7987
- #
7988
5198
  # @!attribute [rw] typed_link_facet
7989
5199
  # Identifies the typed link facet that is associated with the typed
7990
5200
  # link.
@@ -8026,14 +5236,6 @@ module Aws::CloudDirectory
8026
5236
  include Aws::Structure
8027
5237
  end
8028
5238
 
8029
- # @note When making an API call, you may pass UntagResourceRequest
8030
- # data as a hash:
8031
- #
8032
- # {
8033
- # resource_arn: "Arn", # required
8034
- # tag_keys: ["TagKey"], # required
8035
- # }
8036
- #
8037
5239
  # @!attribute [rw] resource_arn
8038
5240
  # The Amazon Resource Name (ARN) of the resource. Tagging is only
8039
5241
  # supported for directories.
@@ -8056,47 +5258,6 @@ module Aws::CloudDirectory
8056
5258
  #
8057
5259
  class UntagResourceResponse < Aws::EmptyStructure; end
8058
5260
 
8059
- # @note When making an API call, you may pass UpdateFacetRequest
8060
- # data as a hash:
8061
- #
8062
- # {
8063
- # schema_arn: "Arn", # required
8064
- # name: "FacetName", # required
8065
- # attribute_updates: [
8066
- # {
8067
- # attribute: {
8068
- # name: "AttributeName", # required
8069
- # attribute_definition: {
8070
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
8071
- # default_value: {
8072
- # string_value: "StringAttributeValue",
8073
- # binary_value: "data",
8074
- # boolean_value: false,
8075
- # number_value: "NumberAttributeValue",
8076
- # datetime_value: Time.now,
8077
- # },
8078
- # is_immutable: false,
8079
- # rules: {
8080
- # "RuleKey" => {
8081
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
8082
- # parameters: {
8083
- # "RuleParameterKey" => "RuleParameterValue",
8084
- # },
8085
- # },
8086
- # },
8087
- # },
8088
- # attribute_reference: {
8089
- # target_facet_name: "FacetName", # required
8090
- # target_attribute_name: "AttributeName", # required
8091
- # },
8092
- # required_behavior: "REQUIRED_ALWAYS", # accepts REQUIRED_ALWAYS, NOT_REQUIRED
8093
- # },
8094
- # action: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
8095
- # },
8096
- # ],
8097
- # object_type: "NODE", # accepts NODE, LEAF_NODE, POLICY, INDEX
8098
- # }
8099
- #
8100
5261
  # @!attribute [rw] schema_arn
8101
5262
  # The Amazon Resource Name (ARN) that is associated with the Facet.
8102
5263
  # For more information, see arns.
@@ -8132,56 +5293,6 @@ module Aws::CloudDirectory
8132
5293
  #
8133
5294
  class UpdateFacetResponse < Aws::EmptyStructure; end
8134
5295
 
8135
- # @note When making an API call, you may pass UpdateLinkAttributesRequest
8136
- # data as a hash:
8137
- #
8138
- # {
8139
- # directory_arn: "Arn", # required
8140
- # typed_link_specifier: { # required
8141
- # typed_link_facet: { # required
8142
- # schema_arn: "Arn", # required
8143
- # typed_link_name: "TypedLinkName", # required
8144
- # },
8145
- # source_object_reference: { # required
8146
- # selector: "SelectorObjectReference",
8147
- # },
8148
- # target_object_reference: { # required
8149
- # selector: "SelectorObjectReference",
8150
- # },
8151
- # identity_attribute_values: [ # required
8152
- # {
8153
- # attribute_name: "AttributeName", # required
8154
- # value: { # required
8155
- # string_value: "StringAttributeValue",
8156
- # binary_value: "data",
8157
- # boolean_value: false,
8158
- # number_value: "NumberAttributeValue",
8159
- # datetime_value: Time.now,
8160
- # },
8161
- # },
8162
- # ],
8163
- # },
8164
- # attribute_updates: [ # required
8165
- # {
8166
- # attribute_key: {
8167
- # schema_arn: "Arn", # required
8168
- # facet_name: "FacetName", # required
8169
- # name: "AttributeName", # required
8170
- # },
8171
- # attribute_action: {
8172
- # attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
8173
- # attribute_update_value: {
8174
- # string_value: "StringAttributeValue",
8175
- # binary_value: "data",
8176
- # boolean_value: false,
8177
- # number_value: "NumberAttributeValue",
8178
- # datetime_value: Time.now,
8179
- # },
8180
- # },
8181
- # },
8182
- # ],
8183
- # }
8184
- #
8185
5296
  # @!attribute [rw] directory_arn
8186
5297
  # The Amazon Resource Name (ARN) that is associated with the Directory
8187
5298
  # where the updated typed link resides. For more information, see arns
@@ -8214,35 +5325,6 @@ module Aws::CloudDirectory
8214
5325
  #
8215
5326
  class UpdateLinkAttributesResponse < Aws::EmptyStructure; end
8216
5327
 
8217
- # @note When making an API call, you may pass UpdateObjectAttributesRequest
8218
- # data as a hash:
8219
- #
8220
- # {
8221
- # directory_arn: "Arn", # required
8222
- # object_reference: { # required
8223
- # selector: "SelectorObjectReference",
8224
- # },
8225
- # attribute_updates: [ # required
8226
- # {
8227
- # object_attribute_key: {
8228
- # schema_arn: "Arn", # required
8229
- # facet_name: "FacetName", # required
8230
- # name: "AttributeName", # required
8231
- # },
8232
- # object_attribute_action: {
8233
- # object_attribute_action_type: "CREATE_OR_UPDATE", # accepts CREATE_OR_UPDATE, DELETE
8234
- # object_attribute_update_value: {
8235
- # string_value: "StringAttributeValue",
8236
- # binary_value: "data",
8237
- # boolean_value: false,
8238
- # number_value: "NumberAttributeValue",
8239
- # datetime_value: Time.now,
8240
- # },
8241
- # },
8242
- # },
8243
- # ],
8244
- # }
8245
- #
8246
5328
  # @!attribute [rw] directory_arn
8247
5329
  # The Amazon Resource Name (ARN) that is associated with the Directory
8248
5330
  # where the object resides. For more information, see arns.
@@ -8278,14 +5360,6 @@ module Aws::CloudDirectory
8278
5360
  include Aws::Structure
8279
5361
  end
8280
5362
 
8281
- # @note When making an API call, you may pass UpdateSchemaRequest
8282
- # data as a hash:
8283
- #
8284
- # {
8285
- # schema_arn: "Arn", # required
8286
- # name: "SchemaName", # required
8287
- # }
8288
- #
8289
5363
  # @!attribute [rw] schema_arn
8290
5364
  # The Amazon Resource Name (ARN) of the development schema. For more
8291
5365
  # information, see arns.
@@ -8317,41 +5391,6 @@ module Aws::CloudDirectory
8317
5391
  include Aws::Structure
8318
5392
  end
8319
5393
 
8320
- # @note When making an API call, you may pass UpdateTypedLinkFacetRequest
8321
- # data as a hash:
8322
- #
8323
- # {
8324
- # schema_arn: "Arn", # required
8325
- # name: "TypedLinkName", # required
8326
- # attribute_updates: [ # required
8327
- # {
8328
- # attribute: { # required
8329
- # name: "AttributeName", # required
8330
- # type: "STRING", # required, accepts STRING, BINARY, BOOLEAN, NUMBER, DATETIME, VARIANT
8331
- # default_value: {
8332
- # string_value: "StringAttributeValue",
8333
- # binary_value: "data",
8334
- # boolean_value: false,
8335
- # number_value: "NumberAttributeValue",
8336
- # datetime_value: Time.now,
8337
- # },
8338
- # is_immutable: false,
8339
- # rules: {
8340
- # "RuleKey" => {
8341
- # type: "BINARY_LENGTH", # accepts BINARY_LENGTH, NUMBER_COMPARISON, STRING_FROM_SET, STRING_LENGTH
8342
- # parameters: {
8343
- # "RuleParameterKey" => "RuleParameterValue",
8344
- # },
8345
- # },
8346
- # },
8347
- # required_behavior: "REQUIRED_ALWAYS", # required, accepts REQUIRED_ALWAYS, NOT_REQUIRED
8348
- # },
8349
- # action: "CREATE_OR_UPDATE", # required, accepts CREATE_OR_UPDATE, DELETE
8350
- # },
8351
- # ],
8352
- # identity_attribute_order: ["AttributeName"], # required
8353
- # }
8354
- #
8355
5394
  # @!attribute [rw] schema_arn
8356
5395
  # The Amazon Resource Name (ARN) that is associated with the schema.
8357
5396
  # For more information, see arns.
@@ -8397,15 +5436,6 @@ module Aws::CloudDirectory
8397
5436
  #
8398
5437
  class UpdateTypedLinkFacetResponse < Aws::EmptyStructure; end
8399
5438
 
8400
- # @note When making an API call, you may pass UpgradeAppliedSchemaRequest
8401
- # data as a hash:
8402
- #
8403
- # {
8404
- # published_schema_arn: "Arn", # required
8405
- # directory_arn: "Arn", # required
8406
- # dry_run: false,
8407
- # }
8408
- #
8409
5439
  # @!attribute [rw] published_schema_arn
8410
5440
  # The revision of the published schema to upgrade the directory to.
8411
5441
  # @return [String]
@@ -8450,16 +5480,6 @@ module Aws::CloudDirectory
8450
5480
  include Aws::Structure
8451
5481
  end
8452
5482
 
8453
- # @note When making an API call, you may pass UpgradePublishedSchemaRequest
8454
- # data as a hash:
8455
- #
8456
- # {
8457
- # development_schema_arn: "Arn", # required
8458
- # published_schema_arn: "Arn", # required
8459
- # minor_version: "Version", # required
8460
- # dry_run: false,
8461
- # }
8462
- #
8463
5483
  # @!attribute [rw] development_schema_arn
8464
5484
  # The ARN of the development schema with the changes used for the
8465
5485
  # upgrade.