aws-sdk-clouddirectory 1.53.0 → 1.54.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs ADDED
@@ -0,0 +1,1767 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module CloudDirectory
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _AddFacetToObjectResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddFacetToObjectResponse]
77
+ end
78
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#add_facet_to_object-instance_method
79
+ def add_facet_to_object: (
80
+ directory_arn: ::String,
81
+ schema_facet: {
82
+ schema_arn: ::String?,
83
+ facet_name: ::String?
84
+ },
85
+ ?object_attribute_list: Array[
86
+ {
87
+ key: {
88
+ schema_arn: ::String,
89
+ facet_name: ::String,
90
+ name: ::String
91
+ },
92
+ value: {
93
+ string_value: ::String?,
94
+ binary_value: ::String?,
95
+ boolean_value: bool?,
96
+ number_value: ::String?,
97
+ datetime_value: ::Time?
98
+ }
99
+ },
100
+ ],
101
+ object_reference: {
102
+ selector: ::String?
103
+ }
104
+ ) -> _AddFacetToObjectResponseSuccess
105
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddFacetToObjectResponseSuccess
106
+
107
+ interface _ApplySchemaResponseSuccess
108
+ include ::Seahorse::Client::_ResponseSuccess[Types::ApplySchemaResponse]
109
+ def applied_schema_arn: () -> ::String
110
+ def directory_arn: () -> ::String
111
+ end
112
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#apply_schema-instance_method
113
+ def apply_schema: (
114
+ published_schema_arn: ::String,
115
+ directory_arn: ::String
116
+ ) -> _ApplySchemaResponseSuccess
117
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ApplySchemaResponseSuccess
118
+
119
+ interface _AttachObjectResponseSuccess
120
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachObjectResponse]
121
+ def attached_object_identifier: () -> ::String
122
+ end
123
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#attach_object-instance_method
124
+ def attach_object: (
125
+ directory_arn: ::String,
126
+ parent_reference: {
127
+ selector: ::String?
128
+ },
129
+ child_reference: {
130
+ selector: ::String?
131
+ },
132
+ link_name: ::String
133
+ ) -> _AttachObjectResponseSuccess
134
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachObjectResponseSuccess
135
+
136
+ interface _AttachPolicyResponseSuccess
137
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachPolicyResponse]
138
+ end
139
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#attach_policy-instance_method
140
+ def attach_policy: (
141
+ directory_arn: ::String,
142
+ policy_reference: {
143
+ selector: ::String?
144
+ },
145
+ object_reference: {
146
+ selector: ::String?
147
+ }
148
+ ) -> _AttachPolicyResponseSuccess
149
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachPolicyResponseSuccess
150
+
151
+ interface _AttachToIndexResponseSuccess
152
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachToIndexResponse]
153
+ def attached_object_identifier: () -> ::String
154
+ end
155
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#attach_to_index-instance_method
156
+ def attach_to_index: (
157
+ directory_arn: ::String,
158
+ index_reference: {
159
+ selector: ::String?
160
+ },
161
+ target_reference: {
162
+ selector: ::String?
163
+ }
164
+ ) -> _AttachToIndexResponseSuccess
165
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachToIndexResponseSuccess
166
+
167
+ interface _AttachTypedLinkResponseSuccess
168
+ include ::Seahorse::Client::_ResponseSuccess[Types::AttachTypedLinkResponse]
169
+ def typed_link_specifier: () -> Types::TypedLinkSpecifier
170
+ end
171
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#attach_typed_link-instance_method
172
+ def attach_typed_link: (
173
+ directory_arn: ::String,
174
+ source_object_reference: {
175
+ selector: ::String?
176
+ },
177
+ target_object_reference: {
178
+ selector: ::String?
179
+ },
180
+ typed_link_facet: {
181
+ schema_arn: ::String,
182
+ typed_link_name: ::String
183
+ },
184
+ attributes: Array[
185
+ {
186
+ attribute_name: ::String,
187
+ value: {
188
+ string_value: ::String?,
189
+ binary_value: ::String?,
190
+ boolean_value: bool?,
191
+ number_value: ::String?,
192
+ datetime_value: ::Time?
193
+ }
194
+ },
195
+ ]
196
+ ) -> _AttachTypedLinkResponseSuccess
197
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachTypedLinkResponseSuccess
198
+
199
+ interface _BatchReadResponseSuccess
200
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchReadResponse]
201
+ def responses: () -> ::Array[Types::BatchReadOperationResponse]
202
+ end
203
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#batch_read-instance_method
204
+ def batch_read: (
205
+ directory_arn: ::String,
206
+ operations: Array[
207
+ {
208
+ list_object_attributes: {
209
+ object_reference: {
210
+ selector: ::String?
211
+ },
212
+ next_token: ::String?,
213
+ max_results: ::Integer?,
214
+ facet_filter: {
215
+ schema_arn: ::String?,
216
+ facet_name: ::String?
217
+ }?
218
+ }?,
219
+ list_object_children: {
220
+ object_reference: {
221
+ selector: ::String?
222
+ },
223
+ next_token: ::String?,
224
+ max_results: ::Integer?
225
+ }?,
226
+ list_attached_indices: {
227
+ target_reference: {
228
+ selector: ::String?
229
+ },
230
+ next_token: ::String?,
231
+ max_results: ::Integer?
232
+ }?,
233
+ list_object_parent_paths: {
234
+ object_reference: {
235
+ selector: ::String?
236
+ },
237
+ next_token: ::String?,
238
+ max_results: ::Integer?
239
+ }?,
240
+ get_object_information: {
241
+ object_reference: {
242
+ selector: ::String?
243
+ }
244
+ }?,
245
+ get_object_attributes: {
246
+ object_reference: {
247
+ selector: ::String?
248
+ },
249
+ schema_facet: {
250
+ schema_arn: ::String?,
251
+ facet_name: ::String?
252
+ },
253
+ attribute_names: Array[::String]
254
+ }?,
255
+ list_object_parents: {
256
+ object_reference: {
257
+ selector: ::String?
258
+ },
259
+ next_token: ::String?,
260
+ max_results: ::Integer?
261
+ }?,
262
+ list_object_policies: {
263
+ object_reference: {
264
+ selector: ::String?
265
+ },
266
+ next_token: ::String?,
267
+ max_results: ::Integer?
268
+ }?,
269
+ list_policy_attachments: {
270
+ policy_reference: {
271
+ selector: ::String?
272
+ },
273
+ next_token: ::String?,
274
+ max_results: ::Integer?
275
+ }?,
276
+ lookup_policy: {
277
+ object_reference: {
278
+ selector: ::String?
279
+ },
280
+ next_token: ::String?,
281
+ max_results: ::Integer?
282
+ }?,
283
+ list_index: {
284
+ ranges_on_indexed_values: Array[
285
+ {
286
+ attribute_key: {
287
+ schema_arn: ::String,
288
+ facet_name: ::String,
289
+ name: ::String
290
+ }?,
291
+ range: {
292
+ start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
293
+ start_value: {
294
+ string_value: ::String?,
295
+ binary_value: ::String?,
296
+ boolean_value: bool?,
297
+ number_value: ::String?,
298
+ datetime_value: ::Time?
299
+ }?,
300
+ end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
301
+ end_value: {
302
+ string_value: ::String?,
303
+ binary_value: ::String?,
304
+ boolean_value: bool?,
305
+ number_value: ::String?,
306
+ datetime_value: ::Time?
307
+ }?
308
+ }?
309
+ },
310
+ ]?,
311
+ index_reference: {
312
+ selector: ::String?
313
+ },
314
+ max_results: ::Integer?,
315
+ next_token: ::String?
316
+ }?,
317
+ list_outgoing_typed_links: {
318
+ object_reference: {
319
+ selector: ::String?
320
+ },
321
+ filter_attribute_ranges: Array[
322
+ {
323
+ attribute_name: ::String?,
324
+ range: {
325
+ start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
326
+ start_value: {
327
+ string_value: ::String?,
328
+ binary_value: ::String?,
329
+ boolean_value: bool?,
330
+ number_value: ::String?,
331
+ datetime_value: ::Time?
332
+ }?,
333
+ end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
334
+ end_value: {
335
+ string_value: ::String?,
336
+ binary_value: ::String?,
337
+ boolean_value: bool?,
338
+ number_value: ::String?,
339
+ datetime_value: ::Time?
340
+ }?
341
+ }
342
+ },
343
+ ]?,
344
+ filter_typed_link: {
345
+ schema_arn: ::String,
346
+ typed_link_name: ::String
347
+ }?,
348
+ next_token: ::String?,
349
+ max_results: ::Integer?
350
+ }?,
351
+ list_incoming_typed_links: {
352
+ object_reference: {
353
+ selector: ::String?
354
+ },
355
+ filter_attribute_ranges: Array[
356
+ {
357
+ attribute_name: ::String?,
358
+ range: {
359
+ start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
360
+ start_value: {
361
+ string_value: ::String?,
362
+ binary_value: ::String?,
363
+ boolean_value: bool?,
364
+ number_value: ::String?,
365
+ datetime_value: ::Time?
366
+ }?,
367
+ end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
368
+ end_value: {
369
+ string_value: ::String?,
370
+ binary_value: ::String?,
371
+ boolean_value: bool?,
372
+ number_value: ::String?,
373
+ datetime_value: ::Time?
374
+ }?
375
+ }
376
+ },
377
+ ]?,
378
+ filter_typed_link: {
379
+ schema_arn: ::String,
380
+ typed_link_name: ::String
381
+ }?,
382
+ next_token: ::String?,
383
+ max_results: ::Integer?
384
+ }?,
385
+ get_link_attributes: {
386
+ typed_link_specifier: {
387
+ typed_link_facet: {
388
+ schema_arn: ::String,
389
+ typed_link_name: ::String
390
+ },
391
+ source_object_reference: {
392
+ selector: ::String?
393
+ },
394
+ target_object_reference: {
395
+ selector: ::String?
396
+ },
397
+ identity_attribute_values: Array[
398
+ {
399
+ attribute_name: ::String,
400
+ value: {
401
+ string_value: ::String?,
402
+ binary_value: ::String?,
403
+ boolean_value: bool?,
404
+ number_value: ::String?,
405
+ datetime_value: ::Time?
406
+ }
407
+ },
408
+ ]
409
+ },
410
+ attribute_names: Array[::String]
411
+ }?
412
+ },
413
+ ],
414
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
415
+ ) -> _BatchReadResponseSuccess
416
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchReadResponseSuccess
417
+
418
+ interface _BatchWriteResponseSuccess
419
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchWriteResponse]
420
+ def responses: () -> ::Array[Types::BatchWriteOperationResponse]
421
+ end
422
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#batch_write-instance_method
423
+ def batch_write: (
424
+ directory_arn: ::String,
425
+ operations: Array[
426
+ {
427
+ create_object: {
428
+ schema_facet: Array[
429
+ {
430
+ schema_arn: ::String?,
431
+ facet_name: ::String?
432
+ },
433
+ ],
434
+ object_attribute_list: Array[
435
+ {
436
+ key: {
437
+ schema_arn: ::String,
438
+ facet_name: ::String,
439
+ name: ::String
440
+ },
441
+ value: {
442
+ string_value: ::String?,
443
+ binary_value: ::String?,
444
+ boolean_value: bool?,
445
+ number_value: ::String?,
446
+ datetime_value: ::Time?
447
+ }
448
+ },
449
+ ],
450
+ parent_reference: {
451
+ selector: ::String?
452
+ }?,
453
+ link_name: ::String?,
454
+ batch_reference_name: ::String?
455
+ }?,
456
+ attach_object: {
457
+ parent_reference: {
458
+ selector: ::String?
459
+ },
460
+ child_reference: {
461
+ selector: ::String?
462
+ },
463
+ link_name: ::String
464
+ }?,
465
+ detach_object: {
466
+ parent_reference: {
467
+ selector: ::String?
468
+ },
469
+ link_name: ::String,
470
+ batch_reference_name: ::String?
471
+ }?,
472
+ update_object_attributes: {
473
+ object_reference: {
474
+ selector: ::String?
475
+ },
476
+ attribute_updates: Array[
477
+ {
478
+ object_attribute_key: {
479
+ schema_arn: ::String,
480
+ facet_name: ::String,
481
+ name: ::String
482
+ }?,
483
+ object_attribute_action: {
484
+ object_attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
485
+ object_attribute_update_value: {
486
+ string_value: ::String?,
487
+ binary_value: ::String?,
488
+ boolean_value: bool?,
489
+ number_value: ::String?,
490
+ datetime_value: ::Time?
491
+ }?
492
+ }?
493
+ },
494
+ ]
495
+ }?,
496
+ delete_object: {
497
+ object_reference: {
498
+ selector: ::String?
499
+ }
500
+ }?,
501
+ add_facet_to_object: {
502
+ schema_facet: {
503
+ schema_arn: ::String?,
504
+ facet_name: ::String?
505
+ },
506
+ object_attribute_list: Array[
507
+ {
508
+ key: {
509
+ schema_arn: ::String,
510
+ facet_name: ::String,
511
+ name: ::String
512
+ },
513
+ value: {
514
+ string_value: ::String?,
515
+ binary_value: ::String?,
516
+ boolean_value: bool?,
517
+ number_value: ::String?,
518
+ datetime_value: ::Time?
519
+ }
520
+ },
521
+ ],
522
+ object_reference: {
523
+ selector: ::String?
524
+ }
525
+ }?,
526
+ remove_facet_from_object: {
527
+ schema_facet: {
528
+ schema_arn: ::String?,
529
+ facet_name: ::String?
530
+ },
531
+ object_reference: {
532
+ selector: ::String?
533
+ }
534
+ }?,
535
+ attach_policy: {
536
+ policy_reference: {
537
+ selector: ::String?
538
+ },
539
+ object_reference: {
540
+ selector: ::String?
541
+ }
542
+ }?,
543
+ detach_policy: {
544
+ policy_reference: {
545
+ selector: ::String?
546
+ },
547
+ object_reference: {
548
+ selector: ::String?
549
+ }
550
+ }?,
551
+ create_index: {
552
+ ordered_indexed_attribute_list: Array[
553
+ {
554
+ schema_arn: ::String,
555
+ facet_name: ::String,
556
+ name: ::String
557
+ },
558
+ ],
559
+ is_unique: bool,
560
+ parent_reference: {
561
+ selector: ::String?
562
+ }?,
563
+ link_name: ::String?,
564
+ batch_reference_name: ::String?
565
+ }?,
566
+ attach_to_index: {
567
+ index_reference: {
568
+ selector: ::String?
569
+ },
570
+ target_reference: {
571
+ selector: ::String?
572
+ }
573
+ }?,
574
+ detach_from_index: {
575
+ index_reference: {
576
+ selector: ::String?
577
+ },
578
+ target_reference: {
579
+ selector: ::String?
580
+ }
581
+ }?,
582
+ attach_typed_link: {
583
+ source_object_reference: {
584
+ selector: ::String?
585
+ },
586
+ target_object_reference: {
587
+ selector: ::String?
588
+ },
589
+ typed_link_facet: {
590
+ schema_arn: ::String,
591
+ typed_link_name: ::String
592
+ },
593
+ attributes: Array[
594
+ {
595
+ attribute_name: ::String,
596
+ value: {
597
+ string_value: ::String?,
598
+ binary_value: ::String?,
599
+ boolean_value: bool?,
600
+ number_value: ::String?,
601
+ datetime_value: ::Time?
602
+ }
603
+ },
604
+ ]
605
+ }?,
606
+ detach_typed_link: {
607
+ typed_link_specifier: {
608
+ typed_link_facet: {
609
+ schema_arn: ::String,
610
+ typed_link_name: ::String
611
+ },
612
+ source_object_reference: {
613
+ selector: ::String?
614
+ },
615
+ target_object_reference: {
616
+ selector: ::String?
617
+ },
618
+ identity_attribute_values: Array[
619
+ {
620
+ attribute_name: ::String,
621
+ value: {
622
+ string_value: ::String?,
623
+ binary_value: ::String?,
624
+ boolean_value: bool?,
625
+ number_value: ::String?,
626
+ datetime_value: ::Time?
627
+ }
628
+ },
629
+ ]
630
+ }
631
+ }?,
632
+ update_link_attributes: {
633
+ typed_link_specifier: {
634
+ typed_link_facet: {
635
+ schema_arn: ::String,
636
+ typed_link_name: ::String
637
+ },
638
+ source_object_reference: {
639
+ selector: ::String?
640
+ },
641
+ target_object_reference: {
642
+ selector: ::String?
643
+ },
644
+ identity_attribute_values: Array[
645
+ {
646
+ attribute_name: ::String,
647
+ value: {
648
+ string_value: ::String?,
649
+ binary_value: ::String?,
650
+ boolean_value: bool?,
651
+ number_value: ::String?,
652
+ datetime_value: ::Time?
653
+ }
654
+ },
655
+ ]
656
+ },
657
+ attribute_updates: Array[
658
+ {
659
+ attribute_key: {
660
+ schema_arn: ::String,
661
+ facet_name: ::String,
662
+ name: ::String
663
+ }?,
664
+ attribute_action: {
665
+ attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
666
+ attribute_update_value: {
667
+ string_value: ::String?,
668
+ binary_value: ::String?,
669
+ boolean_value: bool?,
670
+ number_value: ::String?,
671
+ datetime_value: ::Time?
672
+ }?
673
+ }?
674
+ },
675
+ ]
676
+ }?
677
+ },
678
+ ]
679
+ ) -> _BatchWriteResponseSuccess
680
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchWriteResponseSuccess
681
+
682
+ interface _CreateDirectoryResponseSuccess
683
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateDirectoryResponse]
684
+ def directory_arn: () -> ::String
685
+ def name: () -> ::String
686
+ def object_identifier: () -> ::String
687
+ def applied_schema_arn: () -> ::String
688
+ end
689
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#create_directory-instance_method
690
+ def create_directory: (
691
+ name: ::String,
692
+ schema_arn: ::String
693
+ ) -> _CreateDirectoryResponseSuccess
694
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDirectoryResponseSuccess
695
+
696
+ interface _CreateFacetResponseSuccess
697
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateFacetResponse]
698
+ end
699
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#create_facet-instance_method
700
+ def create_facet: (
701
+ schema_arn: ::String,
702
+ name: ::String,
703
+ ?attributes: Array[
704
+ {
705
+ name: ::String,
706
+ attribute_definition: {
707
+ type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
708
+ default_value: {
709
+ string_value: ::String?,
710
+ binary_value: ::String?,
711
+ boolean_value: bool?,
712
+ number_value: ::String?,
713
+ datetime_value: ::Time?
714
+ }?,
715
+ is_immutable: bool?,
716
+ rules: Hash[::String, {
717
+ type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
718
+ parameters: Hash[::String, ::String]?
719
+ }]?
720
+ }?,
721
+ attribute_reference: {
722
+ target_facet_name: ::String,
723
+ target_attribute_name: ::String
724
+ }?,
725
+ required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")?
726
+ },
727
+ ],
728
+ ?object_type: ("NODE" | "LEAF_NODE" | "POLICY" | "INDEX"),
729
+ ?facet_style: ("STATIC" | "DYNAMIC")
730
+ ) -> _CreateFacetResponseSuccess
731
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFacetResponseSuccess
732
+
733
+ interface _CreateIndexResponseSuccess
734
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateIndexResponse]
735
+ def object_identifier: () -> ::String
736
+ end
737
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#create_index-instance_method
738
+ def create_index: (
739
+ directory_arn: ::String,
740
+ ordered_indexed_attribute_list: Array[
741
+ {
742
+ schema_arn: ::String,
743
+ facet_name: ::String,
744
+ name: ::String
745
+ },
746
+ ],
747
+ is_unique: bool,
748
+ ?parent_reference: {
749
+ selector: ::String?
750
+ },
751
+ ?link_name: ::String
752
+ ) -> _CreateIndexResponseSuccess
753
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateIndexResponseSuccess
754
+
755
+ interface _CreateObjectResponseSuccess
756
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateObjectResponse]
757
+ def object_identifier: () -> ::String
758
+ end
759
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#create_object-instance_method
760
+ def create_object: (
761
+ directory_arn: ::String,
762
+ schema_facets: Array[
763
+ {
764
+ schema_arn: ::String?,
765
+ facet_name: ::String?
766
+ },
767
+ ],
768
+ ?object_attribute_list: Array[
769
+ {
770
+ key: {
771
+ schema_arn: ::String,
772
+ facet_name: ::String,
773
+ name: ::String
774
+ },
775
+ value: {
776
+ string_value: ::String?,
777
+ binary_value: ::String?,
778
+ boolean_value: bool?,
779
+ number_value: ::String?,
780
+ datetime_value: ::Time?
781
+ }
782
+ },
783
+ ],
784
+ ?parent_reference: {
785
+ selector: ::String?
786
+ },
787
+ ?link_name: ::String
788
+ ) -> _CreateObjectResponseSuccess
789
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateObjectResponseSuccess
790
+
791
+ interface _CreateSchemaResponseSuccess
792
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSchemaResponse]
793
+ def schema_arn: () -> ::String
794
+ end
795
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#create_schema-instance_method
796
+ def create_schema: (
797
+ name: ::String
798
+ ) -> _CreateSchemaResponseSuccess
799
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSchemaResponseSuccess
800
+
801
+ interface _CreateTypedLinkFacetResponseSuccess
802
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTypedLinkFacetResponse]
803
+ end
804
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#create_typed_link_facet-instance_method
805
+ def create_typed_link_facet: (
806
+ schema_arn: ::String,
807
+ facet: {
808
+ name: ::String,
809
+ attributes: Array[
810
+ {
811
+ name: ::String,
812
+ type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
813
+ default_value: {
814
+ string_value: ::String?,
815
+ binary_value: ::String?,
816
+ boolean_value: bool?,
817
+ number_value: ::String?,
818
+ datetime_value: ::Time?
819
+ }?,
820
+ is_immutable: bool?,
821
+ rules: Hash[::String, {
822
+ type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
823
+ parameters: Hash[::String, ::String]?
824
+ }]?,
825
+ required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")
826
+ },
827
+ ],
828
+ identity_attribute_order: Array[::String]
829
+ }
830
+ ) -> _CreateTypedLinkFacetResponseSuccess
831
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTypedLinkFacetResponseSuccess
832
+
833
+ interface _DeleteDirectoryResponseSuccess
834
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteDirectoryResponse]
835
+ def directory_arn: () -> ::String
836
+ end
837
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#delete_directory-instance_method
838
+ def delete_directory: (
839
+ directory_arn: ::String
840
+ ) -> _DeleteDirectoryResponseSuccess
841
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteDirectoryResponseSuccess
842
+
843
+ interface _DeleteFacetResponseSuccess
844
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFacetResponse]
845
+ end
846
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#delete_facet-instance_method
847
+ def delete_facet: (
848
+ schema_arn: ::String,
849
+ name: ::String
850
+ ) -> _DeleteFacetResponseSuccess
851
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFacetResponseSuccess
852
+
853
+ interface _DeleteObjectResponseSuccess
854
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteObjectResponse]
855
+ end
856
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#delete_object-instance_method
857
+ def delete_object: (
858
+ directory_arn: ::String,
859
+ object_reference: {
860
+ selector: ::String?
861
+ }
862
+ ) -> _DeleteObjectResponseSuccess
863
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteObjectResponseSuccess
864
+
865
+ interface _DeleteSchemaResponseSuccess
866
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSchemaResponse]
867
+ def schema_arn: () -> ::String
868
+ end
869
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#delete_schema-instance_method
870
+ def delete_schema: (
871
+ schema_arn: ::String
872
+ ) -> _DeleteSchemaResponseSuccess
873
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSchemaResponseSuccess
874
+
875
+ interface _DeleteTypedLinkFacetResponseSuccess
876
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTypedLinkFacetResponse]
877
+ end
878
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#delete_typed_link_facet-instance_method
879
+ def delete_typed_link_facet: (
880
+ schema_arn: ::String,
881
+ name: ::String
882
+ ) -> _DeleteTypedLinkFacetResponseSuccess
883
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTypedLinkFacetResponseSuccess
884
+
885
+ interface _DetachFromIndexResponseSuccess
886
+ include ::Seahorse::Client::_ResponseSuccess[Types::DetachFromIndexResponse]
887
+ def detached_object_identifier: () -> ::String
888
+ end
889
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#detach_from_index-instance_method
890
+ def detach_from_index: (
891
+ directory_arn: ::String,
892
+ index_reference: {
893
+ selector: ::String?
894
+ },
895
+ target_reference: {
896
+ selector: ::String?
897
+ }
898
+ ) -> _DetachFromIndexResponseSuccess
899
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachFromIndexResponseSuccess
900
+
901
+ interface _DetachObjectResponseSuccess
902
+ include ::Seahorse::Client::_ResponseSuccess[Types::DetachObjectResponse]
903
+ def detached_object_identifier: () -> ::String
904
+ end
905
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#detach_object-instance_method
906
+ def detach_object: (
907
+ directory_arn: ::String,
908
+ parent_reference: {
909
+ selector: ::String?
910
+ },
911
+ link_name: ::String
912
+ ) -> _DetachObjectResponseSuccess
913
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachObjectResponseSuccess
914
+
915
+ interface _DetachPolicyResponseSuccess
916
+ include ::Seahorse::Client::_ResponseSuccess[Types::DetachPolicyResponse]
917
+ end
918
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#detach_policy-instance_method
919
+ def detach_policy: (
920
+ directory_arn: ::String,
921
+ policy_reference: {
922
+ selector: ::String?
923
+ },
924
+ object_reference: {
925
+ selector: ::String?
926
+ }
927
+ ) -> _DetachPolicyResponseSuccess
928
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DetachPolicyResponseSuccess
929
+
930
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#detach_typed_link-instance_method
931
+ def detach_typed_link: (
932
+ directory_arn: ::String,
933
+ typed_link_specifier: {
934
+ typed_link_facet: {
935
+ schema_arn: ::String,
936
+ typed_link_name: ::String
937
+ },
938
+ source_object_reference: {
939
+ selector: ::String?
940
+ },
941
+ target_object_reference: {
942
+ selector: ::String?
943
+ },
944
+ identity_attribute_values: Array[
945
+ {
946
+ attribute_name: ::String,
947
+ value: {
948
+ string_value: ::String?,
949
+ binary_value: ::String?,
950
+ boolean_value: bool?,
951
+ number_value: ::String?,
952
+ datetime_value: ::Time?
953
+ }
954
+ },
955
+ ]
956
+ }
957
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
958
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
959
+
960
+ interface _DisableDirectoryResponseSuccess
961
+ include ::Seahorse::Client::_ResponseSuccess[Types::DisableDirectoryResponse]
962
+ def directory_arn: () -> ::String
963
+ end
964
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#disable_directory-instance_method
965
+ def disable_directory: (
966
+ directory_arn: ::String
967
+ ) -> _DisableDirectoryResponseSuccess
968
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DisableDirectoryResponseSuccess
969
+
970
+ interface _EnableDirectoryResponseSuccess
971
+ include ::Seahorse::Client::_ResponseSuccess[Types::EnableDirectoryResponse]
972
+ def directory_arn: () -> ::String
973
+ end
974
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#enable_directory-instance_method
975
+ def enable_directory: (
976
+ directory_arn: ::String
977
+ ) -> _EnableDirectoryResponseSuccess
978
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _EnableDirectoryResponseSuccess
979
+
980
+ interface _GetAppliedSchemaVersionResponseSuccess
981
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetAppliedSchemaVersionResponse]
982
+ def applied_schema_arn: () -> ::String
983
+ end
984
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_applied_schema_version-instance_method
985
+ def get_applied_schema_version: (
986
+ schema_arn: ::String
987
+ ) -> _GetAppliedSchemaVersionResponseSuccess
988
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetAppliedSchemaVersionResponseSuccess
989
+
990
+ interface _GetDirectoryResponseSuccess
991
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetDirectoryResponse]
992
+ def directory: () -> Types::Directory
993
+ end
994
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_directory-instance_method
995
+ def get_directory: (
996
+ directory_arn: ::String
997
+ ) -> _GetDirectoryResponseSuccess
998
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetDirectoryResponseSuccess
999
+
1000
+ interface _GetFacetResponseSuccess
1001
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetFacetResponse]
1002
+ def facet: () -> Types::Facet
1003
+ end
1004
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_facet-instance_method
1005
+ def get_facet: (
1006
+ schema_arn: ::String,
1007
+ name: ::String
1008
+ ) -> _GetFacetResponseSuccess
1009
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetFacetResponseSuccess
1010
+
1011
+ interface _GetLinkAttributesResponseSuccess
1012
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetLinkAttributesResponse]
1013
+ def attributes: () -> ::Array[Types::AttributeKeyAndValue]
1014
+ end
1015
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_link_attributes-instance_method
1016
+ def get_link_attributes: (
1017
+ directory_arn: ::String,
1018
+ typed_link_specifier: {
1019
+ typed_link_facet: {
1020
+ schema_arn: ::String,
1021
+ typed_link_name: ::String
1022
+ },
1023
+ source_object_reference: {
1024
+ selector: ::String?
1025
+ },
1026
+ target_object_reference: {
1027
+ selector: ::String?
1028
+ },
1029
+ identity_attribute_values: Array[
1030
+ {
1031
+ attribute_name: ::String,
1032
+ value: {
1033
+ string_value: ::String?,
1034
+ binary_value: ::String?,
1035
+ boolean_value: bool?,
1036
+ number_value: ::String?,
1037
+ datetime_value: ::Time?
1038
+ }
1039
+ },
1040
+ ]
1041
+ },
1042
+ attribute_names: Array[::String],
1043
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1044
+ ) -> _GetLinkAttributesResponseSuccess
1045
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLinkAttributesResponseSuccess
1046
+
1047
+ interface _GetObjectAttributesResponseSuccess
1048
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectAttributesResponse]
1049
+ def attributes: () -> ::Array[Types::AttributeKeyAndValue]
1050
+ end
1051
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_object_attributes-instance_method
1052
+ def get_object_attributes: (
1053
+ directory_arn: ::String,
1054
+ object_reference: {
1055
+ selector: ::String?
1056
+ },
1057
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL"),
1058
+ schema_facet: {
1059
+ schema_arn: ::String?,
1060
+ facet_name: ::String?
1061
+ },
1062
+ attribute_names: Array[::String]
1063
+ ) -> _GetObjectAttributesResponseSuccess
1064
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectAttributesResponseSuccess
1065
+
1066
+ interface _GetObjectInformationResponseSuccess
1067
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetObjectInformationResponse]
1068
+ def schema_facets: () -> ::Array[Types::SchemaFacet]
1069
+ def object_identifier: () -> ::String
1070
+ end
1071
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_object_information-instance_method
1072
+ def get_object_information: (
1073
+ directory_arn: ::String,
1074
+ object_reference: {
1075
+ selector: ::String?
1076
+ },
1077
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1078
+ ) -> _GetObjectInformationResponseSuccess
1079
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetObjectInformationResponseSuccess
1080
+
1081
+ interface _GetSchemaAsJsonResponseSuccess
1082
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetSchemaAsJsonResponse]
1083
+ def name: () -> ::String
1084
+ def document: () -> ::String
1085
+ end
1086
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_schema_as_json-instance_method
1087
+ def get_schema_as_json: (
1088
+ schema_arn: ::String
1089
+ ) -> _GetSchemaAsJsonResponseSuccess
1090
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetSchemaAsJsonResponseSuccess
1091
+
1092
+ interface _GetTypedLinkFacetInformationResponseSuccess
1093
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTypedLinkFacetInformationResponse]
1094
+ def identity_attribute_order: () -> ::Array[::String]
1095
+ end
1096
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_typed_link_facet_information-instance_method
1097
+ def get_typed_link_facet_information: (
1098
+ schema_arn: ::String,
1099
+ name: ::String
1100
+ ) -> _GetTypedLinkFacetInformationResponseSuccess
1101
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTypedLinkFacetInformationResponseSuccess
1102
+
1103
+ interface _ListAppliedSchemaArnsResponseSuccess
1104
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAppliedSchemaArnsResponse]
1105
+ def schema_arns: () -> ::Array[::String]
1106
+ def next_token: () -> ::String
1107
+ end
1108
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_applied_schema_arns-instance_method
1109
+ def list_applied_schema_arns: (
1110
+ directory_arn: ::String,
1111
+ ?schema_arn: ::String,
1112
+ ?next_token: ::String,
1113
+ ?max_results: ::Integer
1114
+ ) -> _ListAppliedSchemaArnsResponseSuccess
1115
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAppliedSchemaArnsResponseSuccess
1116
+
1117
+ interface _ListAttachedIndicesResponseSuccess
1118
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAttachedIndicesResponse]
1119
+ def index_attachments: () -> ::Array[Types::IndexAttachment]
1120
+ def next_token: () -> ::String
1121
+ end
1122
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_attached_indices-instance_method
1123
+ def list_attached_indices: (
1124
+ directory_arn: ::String,
1125
+ target_reference: {
1126
+ selector: ::String?
1127
+ },
1128
+ ?next_token: ::String,
1129
+ ?max_results: ::Integer,
1130
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1131
+ ) -> _ListAttachedIndicesResponseSuccess
1132
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAttachedIndicesResponseSuccess
1133
+
1134
+ interface _ListDevelopmentSchemaArnsResponseSuccess
1135
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDevelopmentSchemaArnsResponse]
1136
+ def schema_arns: () -> ::Array[::String]
1137
+ def next_token: () -> ::String
1138
+ end
1139
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_development_schema_arns-instance_method
1140
+ def list_development_schema_arns: (
1141
+ ?next_token: ::String,
1142
+ ?max_results: ::Integer
1143
+ ) -> _ListDevelopmentSchemaArnsResponseSuccess
1144
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDevelopmentSchemaArnsResponseSuccess
1145
+
1146
+ interface _ListDirectoriesResponseSuccess
1147
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDirectoriesResponse]
1148
+ def directories: () -> ::Array[Types::Directory]
1149
+ def next_token: () -> ::String
1150
+ end
1151
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_directories-instance_method
1152
+ def list_directories: (
1153
+ ?next_token: ::String,
1154
+ ?max_results: ::Integer,
1155
+ ?state: ("ENABLED" | "DISABLED" | "DELETED")
1156
+ ) -> _ListDirectoriesResponseSuccess
1157
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDirectoriesResponseSuccess
1158
+
1159
+ interface _ListFacetAttributesResponseSuccess
1160
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFacetAttributesResponse]
1161
+ def attributes: () -> ::Array[Types::FacetAttribute]
1162
+ def next_token: () -> ::String
1163
+ end
1164
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_facet_attributes-instance_method
1165
+ def list_facet_attributes: (
1166
+ schema_arn: ::String,
1167
+ name: ::String,
1168
+ ?next_token: ::String,
1169
+ ?max_results: ::Integer
1170
+ ) -> _ListFacetAttributesResponseSuccess
1171
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFacetAttributesResponseSuccess
1172
+
1173
+ interface _ListFacetNamesResponseSuccess
1174
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFacetNamesResponse]
1175
+ def facet_names: () -> ::Array[::String]
1176
+ def next_token: () -> ::String
1177
+ end
1178
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_facet_names-instance_method
1179
+ def list_facet_names: (
1180
+ schema_arn: ::String,
1181
+ ?next_token: ::String,
1182
+ ?max_results: ::Integer
1183
+ ) -> _ListFacetNamesResponseSuccess
1184
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFacetNamesResponseSuccess
1185
+
1186
+ interface _ListIncomingTypedLinksResponseSuccess
1187
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIncomingTypedLinksResponse]
1188
+ def link_specifiers: () -> ::Array[Types::TypedLinkSpecifier]
1189
+ def next_token: () -> ::String
1190
+ end
1191
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_incoming_typed_links-instance_method
1192
+ def list_incoming_typed_links: (
1193
+ directory_arn: ::String,
1194
+ object_reference: {
1195
+ selector: ::String?
1196
+ },
1197
+ ?filter_attribute_ranges: Array[
1198
+ {
1199
+ attribute_name: ::String?,
1200
+ range: {
1201
+ start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1202
+ start_value: {
1203
+ string_value: ::String?,
1204
+ binary_value: ::String?,
1205
+ boolean_value: bool?,
1206
+ number_value: ::String?,
1207
+ datetime_value: ::Time?
1208
+ }?,
1209
+ end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1210
+ end_value: {
1211
+ string_value: ::String?,
1212
+ binary_value: ::String?,
1213
+ boolean_value: bool?,
1214
+ number_value: ::String?,
1215
+ datetime_value: ::Time?
1216
+ }?
1217
+ }
1218
+ },
1219
+ ],
1220
+ ?filter_typed_link: {
1221
+ schema_arn: ::String,
1222
+ typed_link_name: ::String
1223
+ },
1224
+ ?next_token: ::String,
1225
+ ?max_results: ::Integer,
1226
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1227
+ ) -> _ListIncomingTypedLinksResponseSuccess
1228
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIncomingTypedLinksResponseSuccess
1229
+
1230
+ interface _ListIndexResponseSuccess
1231
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIndexResponse]
1232
+ def index_attachments: () -> ::Array[Types::IndexAttachment]
1233
+ def next_token: () -> ::String
1234
+ end
1235
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_index-instance_method
1236
+ def list_index: (
1237
+ directory_arn: ::String,
1238
+ ?ranges_on_indexed_values: Array[
1239
+ {
1240
+ attribute_key: {
1241
+ schema_arn: ::String,
1242
+ facet_name: ::String,
1243
+ name: ::String
1244
+ }?,
1245
+ range: {
1246
+ start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1247
+ start_value: {
1248
+ string_value: ::String?,
1249
+ binary_value: ::String?,
1250
+ boolean_value: bool?,
1251
+ number_value: ::String?,
1252
+ datetime_value: ::Time?
1253
+ }?,
1254
+ end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1255
+ end_value: {
1256
+ string_value: ::String?,
1257
+ binary_value: ::String?,
1258
+ boolean_value: bool?,
1259
+ number_value: ::String?,
1260
+ datetime_value: ::Time?
1261
+ }?
1262
+ }?
1263
+ },
1264
+ ],
1265
+ index_reference: {
1266
+ selector: ::String?
1267
+ },
1268
+ ?max_results: ::Integer,
1269
+ ?next_token: ::String,
1270
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1271
+ ) -> _ListIndexResponseSuccess
1272
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIndexResponseSuccess
1273
+
1274
+ interface _ListManagedSchemaArnsResponseSuccess
1275
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListManagedSchemaArnsResponse]
1276
+ def schema_arns: () -> ::Array[::String]
1277
+ def next_token: () -> ::String
1278
+ end
1279
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_managed_schema_arns-instance_method
1280
+ def list_managed_schema_arns: (
1281
+ ?schema_arn: ::String,
1282
+ ?next_token: ::String,
1283
+ ?max_results: ::Integer
1284
+ ) -> _ListManagedSchemaArnsResponseSuccess
1285
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListManagedSchemaArnsResponseSuccess
1286
+
1287
+ interface _ListObjectAttributesResponseSuccess
1288
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectAttributesResponse]
1289
+ def attributes: () -> ::Array[Types::AttributeKeyAndValue]
1290
+ def next_token: () -> ::String
1291
+ end
1292
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_object_attributes-instance_method
1293
+ def list_object_attributes: (
1294
+ directory_arn: ::String,
1295
+ object_reference: {
1296
+ selector: ::String?
1297
+ },
1298
+ ?next_token: ::String,
1299
+ ?max_results: ::Integer,
1300
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL"),
1301
+ ?facet_filter: {
1302
+ schema_arn: ::String?,
1303
+ facet_name: ::String?
1304
+ }
1305
+ ) -> _ListObjectAttributesResponseSuccess
1306
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectAttributesResponseSuccess
1307
+
1308
+ interface _ListObjectChildrenResponseSuccess
1309
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectChildrenResponse]
1310
+ def children: () -> ::Hash[::String, ::String]
1311
+ def next_token: () -> ::String
1312
+ end
1313
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_object_children-instance_method
1314
+ def list_object_children: (
1315
+ directory_arn: ::String,
1316
+ object_reference: {
1317
+ selector: ::String?
1318
+ },
1319
+ ?next_token: ::String,
1320
+ ?max_results: ::Integer,
1321
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1322
+ ) -> _ListObjectChildrenResponseSuccess
1323
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectChildrenResponseSuccess
1324
+
1325
+ interface _ListObjectParentPathsResponseSuccess
1326
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectParentPathsResponse]
1327
+ def path_to_object_identifiers_list: () -> ::Array[Types::PathToObjectIdentifiers]
1328
+ def next_token: () -> ::String
1329
+ end
1330
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_object_parent_paths-instance_method
1331
+ def list_object_parent_paths: (
1332
+ directory_arn: ::String,
1333
+ object_reference: {
1334
+ selector: ::String?
1335
+ },
1336
+ ?next_token: ::String,
1337
+ ?max_results: ::Integer
1338
+ ) -> _ListObjectParentPathsResponseSuccess
1339
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectParentPathsResponseSuccess
1340
+
1341
+ interface _ListObjectParentsResponseSuccess
1342
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectParentsResponse]
1343
+ def parents: () -> ::Hash[::String, ::String]
1344
+ def next_token: () -> ::String
1345
+ def parent_links: () -> ::Array[Types::ObjectIdentifierAndLinkNameTuple]
1346
+ end
1347
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_object_parents-instance_method
1348
+ def list_object_parents: (
1349
+ directory_arn: ::String,
1350
+ object_reference: {
1351
+ selector: ::String?
1352
+ },
1353
+ ?next_token: ::String,
1354
+ ?max_results: ::Integer,
1355
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL"),
1356
+ ?include_all_links_to_each_parent: bool
1357
+ ) -> _ListObjectParentsResponseSuccess
1358
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectParentsResponseSuccess
1359
+
1360
+ interface _ListObjectPoliciesResponseSuccess
1361
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListObjectPoliciesResponse]
1362
+ def attached_policy_ids: () -> ::Array[::String]
1363
+ def next_token: () -> ::String
1364
+ end
1365
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_object_policies-instance_method
1366
+ def list_object_policies: (
1367
+ directory_arn: ::String,
1368
+ object_reference: {
1369
+ selector: ::String?
1370
+ },
1371
+ ?next_token: ::String,
1372
+ ?max_results: ::Integer,
1373
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1374
+ ) -> _ListObjectPoliciesResponseSuccess
1375
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListObjectPoliciesResponseSuccess
1376
+
1377
+ interface _ListOutgoingTypedLinksResponseSuccess
1378
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOutgoingTypedLinksResponse]
1379
+ def typed_link_specifiers: () -> ::Array[Types::TypedLinkSpecifier]
1380
+ def next_token: () -> ::String
1381
+ end
1382
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_outgoing_typed_links-instance_method
1383
+ def list_outgoing_typed_links: (
1384
+ directory_arn: ::String,
1385
+ object_reference: {
1386
+ selector: ::String?
1387
+ },
1388
+ ?filter_attribute_ranges: Array[
1389
+ {
1390
+ attribute_name: ::String?,
1391
+ range: {
1392
+ start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1393
+ start_value: {
1394
+ string_value: ::String?,
1395
+ binary_value: ::String?,
1396
+ boolean_value: bool?,
1397
+ number_value: ::String?,
1398
+ datetime_value: ::Time?
1399
+ }?,
1400
+ end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1401
+ end_value: {
1402
+ string_value: ::String?,
1403
+ binary_value: ::String?,
1404
+ boolean_value: bool?,
1405
+ number_value: ::String?,
1406
+ datetime_value: ::Time?
1407
+ }?
1408
+ }
1409
+ },
1410
+ ],
1411
+ ?filter_typed_link: {
1412
+ schema_arn: ::String,
1413
+ typed_link_name: ::String
1414
+ },
1415
+ ?next_token: ::String,
1416
+ ?max_results: ::Integer,
1417
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1418
+ ) -> _ListOutgoingTypedLinksResponseSuccess
1419
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOutgoingTypedLinksResponseSuccess
1420
+
1421
+ interface _ListPolicyAttachmentsResponseSuccess
1422
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPolicyAttachmentsResponse]
1423
+ def object_identifiers: () -> ::Array[::String]
1424
+ def next_token: () -> ::String
1425
+ end
1426
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_policy_attachments-instance_method
1427
+ def list_policy_attachments: (
1428
+ directory_arn: ::String,
1429
+ policy_reference: {
1430
+ selector: ::String?
1431
+ },
1432
+ ?next_token: ::String,
1433
+ ?max_results: ::Integer,
1434
+ ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1435
+ ) -> _ListPolicyAttachmentsResponseSuccess
1436
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPolicyAttachmentsResponseSuccess
1437
+
1438
+ interface _ListPublishedSchemaArnsResponseSuccess
1439
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListPublishedSchemaArnsResponse]
1440
+ def schema_arns: () -> ::Array[::String]
1441
+ def next_token: () -> ::String
1442
+ end
1443
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_published_schema_arns-instance_method
1444
+ def list_published_schema_arns: (
1445
+ ?schema_arn: ::String,
1446
+ ?next_token: ::String,
1447
+ ?max_results: ::Integer
1448
+ ) -> _ListPublishedSchemaArnsResponseSuccess
1449
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPublishedSchemaArnsResponseSuccess
1450
+
1451
+ interface _ListTagsForResourceResponseSuccess
1452
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
1453
+ def tags: () -> ::Array[Types::Tag]
1454
+ def next_token: () -> ::String
1455
+ end
1456
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_tags_for_resource-instance_method
1457
+ def list_tags_for_resource: (
1458
+ resource_arn: ::String,
1459
+ ?next_token: ::String,
1460
+ ?max_results: ::Integer
1461
+ ) -> _ListTagsForResourceResponseSuccess
1462
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
1463
+
1464
+ interface _ListTypedLinkFacetAttributesResponseSuccess
1465
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTypedLinkFacetAttributesResponse]
1466
+ def attributes: () -> ::Array[Types::TypedLinkAttributeDefinition]
1467
+ def next_token: () -> ::String
1468
+ end
1469
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_typed_link_facet_attributes-instance_method
1470
+ def list_typed_link_facet_attributes: (
1471
+ schema_arn: ::String,
1472
+ name: ::String,
1473
+ ?next_token: ::String,
1474
+ ?max_results: ::Integer
1475
+ ) -> _ListTypedLinkFacetAttributesResponseSuccess
1476
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTypedLinkFacetAttributesResponseSuccess
1477
+
1478
+ interface _ListTypedLinkFacetNamesResponseSuccess
1479
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTypedLinkFacetNamesResponse]
1480
+ def facet_names: () -> ::Array[::String]
1481
+ def next_token: () -> ::String
1482
+ end
1483
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#list_typed_link_facet_names-instance_method
1484
+ def list_typed_link_facet_names: (
1485
+ schema_arn: ::String,
1486
+ ?next_token: ::String,
1487
+ ?max_results: ::Integer
1488
+ ) -> _ListTypedLinkFacetNamesResponseSuccess
1489
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTypedLinkFacetNamesResponseSuccess
1490
+
1491
+ interface _LookupPolicyResponseSuccess
1492
+ include ::Seahorse::Client::_ResponseSuccess[Types::LookupPolicyResponse]
1493
+ def policy_to_path_list: () -> ::Array[Types::PolicyToPath]
1494
+ def next_token: () -> ::String
1495
+ end
1496
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#lookup_policy-instance_method
1497
+ def lookup_policy: (
1498
+ directory_arn: ::String,
1499
+ object_reference: {
1500
+ selector: ::String?
1501
+ },
1502
+ ?next_token: ::String,
1503
+ ?max_results: ::Integer
1504
+ ) -> _LookupPolicyResponseSuccess
1505
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _LookupPolicyResponseSuccess
1506
+
1507
+ interface _PublishSchemaResponseSuccess
1508
+ include ::Seahorse::Client::_ResponseSuccess[Types::PublishSchemaResponse]
1509
+ def published_schema_arn: () -> ::String
1510
+ end
1511
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#publish_schema-instance_method
1512
+ def publish_schema: (
1513
+ development_schema_arn: ::String,
1514
+ version: ::String,
1515
+ ?minor_version: ::String,
1516
+ ?name: ::String
1517
+ ) -> _PublishSchemaResponseSuccess
1518
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PublishSchemaResponseSuccess
1519
+
1520
+ interface _PutSchemaFromJsonResponseSuccess
1521
+ include ::Seahorse::Client::_ResponseSuccess[Types::PutSchemaFromJsonResponse]
1522
+ def arn: () -> ::String
1523
+ end
1524
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#put_schema_from_json-instance_method
1525
+ def put_schema_from_json: (
1526
+ schema_arn: ::String,
1527
+ document: ::String
1528
+ ) -> _PutSchemaFromJsonResponseSuccess
1529
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSchemaFromJsonResponseSuccess
1530
+
1531
+ interface _RemoveFacetFromObjectResponseSuccess
1532
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveFacetFromObjectResponse]
1533
+ end
1534
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#remove_facet_from_object-instance_method
1535
+ def remove_facet_from_object: (
1536
+ directory_arn: ::String,
1537
+ schema_facet: {
1538
+ schema_arn: ::String?,
1539
+ facet_name: ::String?
1540
+ },
1541
+ object_reference: {
1542
+ selector: ::String?
1543
+ }
1544
+ ) -> _RemoveFacetFromObjectResponseSuccess
1545
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFacetFromObjectResponseSuccess
1546
+
1547
+ interface _TagResourceResponseSuccess
1548
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
1549
+ end
1550
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#tag_resource-instance_method
1551
+ def tag_resource: (
1552
+ resource_arn: ::String,
1553
+ tags: Array[
1554
+ {
1555
+ key: ::String?,
1556
+ value: ::String?
1557
+ },
1558
+ ]
1559
+ ) -> _TagResourceResponseSuccess
1560
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
1561
+
1562
+ interface _UntagResourceResponseSuccess
1563
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
1564
+ end
1565
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#untag_resource-instance_method
1566
+ def untag_resource: (
1567
+ resource_arn: ::String,
1568
+ tag_keys: Array[::String]
1569
+ ) -> _UntagResourceResponseSuccess
1570
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
1571
+
1572
+ interface _UpdateFacetResponseSuccess
1573
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFacetResponse]
1574
+ end
1575
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#update_facet-instance_method
1576
+ def update_facet: (
1577
+ schema_arn: ::String,
1578
+ name: ::String,
1579
+ ?attribute_updates: Array[
1580
+ {
1581
+ attribute: {
1582
+ name: ::String,
1583
+ attribute_definition: {
1584
+ type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
1585
+ default_value: {
1586
+ string_value: ::String?,
1587
+ binary_value: ::String?,
1588
+ boolean_value: bool?,
1589
+ number_value: ::String?,
1590
+ datetime_value: ::Time?
1591
+ }?,
1592
+ is_immutable: bool?,
1593
+ rules: Hash[::String, {
1594
+ type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
1595
+ parameters: Hash[::String, ::String]?
1596
+ }]?
1597
+ }?,
1598
+ attribute_reference: {
1599
+ target_facet_name: ::String,
1600
+ target_attribute_name: ::String
1601
+ }?,
1602
+ required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")?
1603
+ }?,
1604
+ action: ("CREATE_OR_UPDATE" | "DELETE")?
1605
+ },
1606
+ ],
1607
+ ?object_type: ("NODE" | "LEAF_NODE" | "POLICY" | "INDEX")
1608
+ ) -> _UpdateFacetResponseSuccess
1609
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFacetResponseSuccess
1610
+
1611
+ interface _UpdateLinkAttributesResponseSuccess
1612
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateLinkAttributesResponse]
1613
+ end
1614
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#update_link_attributes-instance_method
1615
+ def update_link_attributes: (
1616
+ directory_arn: ::String,
1617
+ typed_link_specifier: {
1618
+ typed_link_facet: {
1619
+ schema_arn: ::String,
1620
+ typed_link_name: ::String
1621
+ },
1622
+ source_object_reference: {
1623
+ selector: ::String?
1624
+ },
1625
+ target_object_reference: {
1626
+ selector: ::String?
1627
+ },
1628
+ identity_attribute_values: Array[
1629
+ {
1630
+ attribute_name: ::String,
1631
+ value: {
1632
+ string_value: ::String?,
1633
+ binary_value: ::String?,
1634
+ boolean_value: bool?,
1635
+ number_value: ::String?,
1636
+ datetime_value: ::Time?
1637
+ }
1638
+ },
1639
+ ]
1640
+ },
1641
+ attribute_updates: Array[
1642
+ {
1643
+ attribute_key: {
1644
+ schema_arn: ::String,
1645
+ facet_name: ::String,
1646
+ name: ::String
1647
+ }?,
1648
+ attribute_action: {
1649
+ attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
1650
+ attribute_update_value: {
1651
+ string_value: ::String?,
1652
+ binary_value: ::String?,
1653
+ boolean_value: bool?,
1654
+ number_value: ::String?,
1655
+ datetime_value: ::Time?
1656
+ }?
1657
+ }?
1658
+ },
1659
+ ]
1660
+ ) -> _UpdateLinkAttributesResponseSuccess
1661
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLinkAttributesResponseSuccess
1662
+
1663
+ interface _UpdateObjectAttributesResponseSuccess
1664
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateObjectAttributesResponse]
1665
+ def object_identifier: () -> ::String
1666
+ end
1667
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#update_object_attributes-instance_method
1668
+ def update_object_attributes: (
1669
+ directory_arn: ::String,
1670
+ object_reference: {
1671
+ selector: ::String?
1672
+ },
1673
+ attribute_updates: Array[
1674
+ {
1675
+ object_attribute_key: {
1676
+ schema_arn: ::String,
1677
+ facet_name: ::String,
1678
+ name: ::String
1679
+ }?,
1680
+ object_attribute_action: {
1681
+ object_attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
1682
+ object_attribute_update_value: {
1683
+ string_value: ::String?,
1684
+ binary_value: ::String?,
1685
+ boolean_value: bool?,
1686
+ number_value: ::String?,
1687
+ datetime_value: ::Time?
1688
+ }?
1689
+ }?
1690
+ },
1691
+ ]
1692
+ ) -> _UpdateObjectAttributesResponseSuccess
1693
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateObjectAttributesResponseSuccess
1694
+
1695
+ interface _UpdateSchemaResponseSuccess
1696
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSchemaResponse]
1697
+ def schema_arn: () -> ::String
1698
+ end
1699
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#update_schema-instance_method
1700
+ def update_schema: (
1701
+ schema_arn: ::String,
1702
+ name: ::String
1703
+ ) -> _UpdateSchemaResponseSuccess
1704
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSchemaResponseSuccess
1705
+
1706
+ interface _UpdateTypedLinkFacetResponseSuccess
1707
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTypedLinkFacetResponse]
1708
+ end
1709
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#update_typed_link_facet-instance_method
1710
+ def update_typed_link_facet: (
1711
+ schema_arn: ::String,
1712
+ name: ::String,
1713
+ attribute_updates: Array[
1714
+ {
1715
+ attribute: {
1716
+ name: ::String,
1717
+ type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
1718
+ default_value: {
1719
+ string_value: ::String?,
1720
+ binary_value: ::String?,
1721
+ boolean_value: bool?,
1722
+ number_value: ::String?,
1723
+ datetime_value: ::Time?
1724
+ }?,
1725
+ is_immutable: bool?,
1726
+ rules: Hash[::String, {
1727
+ type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
1728
+ parameters: Hash[::String, ::String]?
1729
+ }]?,
1730
+ required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")
1731
+ },
1732
+ action: ("CREATE_OR_UPDATE" | "DELETE")
1733
+ },
1734
+ ],
1735
+ identity_attribute_order: Array[::String]
1736
+ ) -> _UpdateTypedLinkFacetResponseSuccess
1737
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTypedLinkFacetResponseSuccess
1738
+
1739
+ interface _UpgradeAppliedSchemaResponseSuccess
1740
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpgradeAppliedSchemaResponse]
1741
+ def upgraded_schema_arn: () -> ::String
1742
+ def directory_arn: () -> ::String
1743
+ end
1744
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#upgrade_applied_schema-instance_method
1745
+ def upgrade_applied_schema: (
1746
+ published_schema_arn: ::String,
1747
+ directory_arn: ::String,
1748
+ ?dry_run: bool
1749
+ ) -> _UpgradeAppliedSchemaResponseSuccess
1750
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpgradeAppliedSchemaResponseSuccess
1751
+
1752
+ interface _UpgradePublishedSchemaResponseSuccess
1753
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpgradePublishedSchemaResponse]
1754
+ def upgraded_schema_arn: () -> ::String
1755
+ end
1756
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#upgrade_published_schema-instance_method
1757
+ def upgrade_published_schema: (
1758
+ development_schema_arn: ::String,
1759
+ published_schema_arn: ::String,
1760
+ minor_version: ::String,
1761
+ ?dry_run: bool
1762
+ ) -> _UpgradePublishedSchemaResponseSuccess
1763
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpgradePublishedSchemaResponseSuccess
1764
+ end
1765
+ end
1766
+ end
1767
+