aws-sdk-clouddirectory 1.88.0 → 1.89.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2440538c5984ad89364403fff0f9a86233cb0646248583a4251f3761aaa93b3f
4
- data.tar.gz: 49d901100ec2d088bd103dd699da8e1e9f684766cd9ace71832ba7a48ef380e9
3
+ metadata.gz: 6b4501bfaed052613e678ec3b2201d10c5222666d5b535b6e204499084a3b460
4
+ data.tar.gz: 292a94d91d0bc95e43106a558bf76c4dc5da085e900b306279f0daa4ac6c3a66
5
5
  SHA512:
6
- metadata.gz: 97b7ac47763d36b731c9f0a63d1d2a835223d028e43432d5b34c4c791e1a700a49e1e334623895dabf30a88a02c4136812ce1af24228052ce7c30acc9c50b496
7
- data.tar.gz: 368aad7cad00aa3fc1d643aab5439d4e1e48eddf1593f6cc4714ccaf0cd3f505fef1b23996c9f9b60ee6d93879f728ac3df532c14c7d2a53db9ecf7863b5702e
6
+ metadata.gz: 9e37f3f057b5a7b6523a9b873ff91d70919f05f9387b14869ca60f3ce93ba0e60126d82f8115b9d9b55ca6ab6070727b7d3770b5c2040c63769ee92bfd810ac9
7
+ data.tar.gz: a8a61dbbef53dc96254c94398fd78640734925861d8ba16ef6f03703b55a9cdcf619776286219e222b76335f7849f49d8a4496829140d78bd0a6ba96c40c3027
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.88.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.89.0
@@ -5416,7 +5416,7 @@ module Aws::CloudDirectory
5416
5416
  tracer: tracer
5417
5417
  )
5418
5418
  context[:gem_name] = 'aws-sdk-clouddirectory'
5419
- context[:gem_version] = '1.88.0'
5419
+ context[:gem_version] = '1.89.0'
5420
5420
  Seahorse::Client::Request.new(handlers, context)
5421
5421
  end
5422
5422
 
@@ -54,7 +54,7 @@ module Aws::CloudDirectory
54
54
  autoload :EndpointProvider, 'aws-sdk-clouddirectory/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-clouddirectory/endpoints'
56
56
 
57
- GEM_VERSION = '1.88.0'
57
+ GEM_VERSION = '1.89.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -89,20 +89,7 @@ module Aws
89
89
  facet_name: ::String?
90
90
  },
91
91
  ?object_attribute_list: Array[
92
- {
93
- key: {
94
- schema_arn: ::String,
95
- facet_name: ::String,
96
- name: ::String
97
- },
98
- value: {
99
- string_value: ::String?,
100
- binary_value: ::String?,
101
- boolean_value: bool?,
102
- number_value: ::String?,
103
- datetime_value: ::Time?
104
- }
105
- },
92
+ Params::attribute_key_and_value
106
93
  ],
107
94
  object_reference: {
108
95
  selector: ::String?
@@ -188,16 +175,7 @@ module Aws
188
175
  typed_link_name: ::String
189
176
  },
190
177
  attributes: Array[
191
- {
192
- attribute_name: ::String,
193
- value: {
194
- string_value: ::String?,
195
- binary_value: ::String?,
196
- boolean_value: bool?,
197
- number_value: ::String?,
198
- datetime_value: ::Time?
199
- }
200
- },
178
+ Params::attribute_name_and_value
201
179
  ]
202
180
  ) -> _AttachTypedLinkResponseSuccess
203
181
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AttachTypedLinkResponseSuccess
@@ -288,31 +266,7 @@ module Aws
288
266
  }?,
289
267
  list_index: {
290
268
  ranges_on_indexed_values: Array[
291
- {
292
- attribute_key: {
293
- schema_arn: ::String,
294
- facet_name: ::String,
295
- name: ::String
296
- }?,
297
- range: {
298
- start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
299
- start_value: {
300
- string_value: ::String?,
301
- binary_value: ::String?,
302
- boolean_value: bool?,
303
- number_value: ::String?,
304
- datetime_value: ::Time?
305
- }?,
306
- end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
307
- end_value: {
308
- string_value: ::String?,
309
- binary_value: ::String?,
310
- boolean_value: bool?,
311
- number_value: ::String?,
312
- datetime_value: ::Time?
313
- }?
314
- }?
315
- },
269
+ Params::object_attribute_range
316
270
  ]?,
317
271
  index_reference: {
318
272
  selector: ::String?
@@ -325,27 +279,7 @@ module Aws
325
279
  selector: ::String?
326
280
  },
327
281
  filter_attribute_ranges: Array[
328
- {
329
- attribute_name: ::String?,
330
- range: {
331
- start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
332
- start_value: {
333
- string_value: ::String?,
334
- binary_value: ::String?,
335
- boolean_value: bool?,
336
- number_value: ::String?,
337
- datetime_value: ::Time?
338
- }?,
339
- end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
340
- end_value: {
341
- string_value: ::String?,
342
- binary_value: ::String?,
343
- boolean_value: bool?,
344
- number_value: ::String?,
345
- datetime_value: ::Time?
346
- }?
347
- }
348
- },
282
+ Params::typed_link_attribute_range
349
283
  ]?,
350
284
  filter_typed_link: {
351
285
  schema_arn: ::String,
@@ -359,27 +293,7 @@ module Aws
359
293
  selector: ::String?
360
294
  },
361
295
  filter_attribute_ranges: Array[
362
- {
363
- attribute_name: ::String?,
364
- range: {
365
- start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
366
- start_value: {
367
- string_value: ::String?,
368
- binary_value: ::String?,
369
- boolean_value: bool?,
370
- number_value: ::String?,
371
- datetime_value: ::Time?
372
- }?,
373
- end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
374
- end_value: {
375
- string_value: ::String?,
376
- binary_value: ::String?,
377
- boolean_value: bool?,
378
- number_value: ::String?,
379
- datetime_value: ::Time?
380
- }?
381
- }
382
- },
296
+ Params::typed_link_attribute_range
383
297
  ]?,
384
298
  filter_typed_link: {
385
299
  schema_arn: ::String,
@@ -389,33 +303,10 @@ module Aws
389
303
  max_results: ::Integer?
390
304
  }?,
391
305
  get_link_attributes: {
392
- typed_link_specifier: {
393
- typed_link_facet: {
394
- schema_arn: ::String,
395
- typed_link_name: ::String
396
- },
397
- source_object_reference: {
398
- selector: ::String?
399
- },
400
- target_object_reference: {
401
- selector: ::String?
402
- },
403
- identity_attribute_values: Array[
404
- {
405
- attribute_name: ::String,
406
- value: {
407
- string_value: ::String?,
408
- binary_value: ::String?,
409
- boolean_value: bool?,
410
- number_value: ::String?,
411
- datetime_value: ::Time?
412
- }
413
- },
414
- ]
415
- },
306
+ typed_link_specifier: Params::typed_link_specifier,
416
307
  attribute_names: Array[::String]
417
308
  }?
418
- },
309
+ }
419
310
  ],
420
311
  ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
421
312
  ) -> _BatchReadResponseSuccess
@@ -435,23 +326,10 @@ module Aws
435
326
  {
436
327
  schema_arn: ::String?,
437
328
  facet_name: ::String?
438
- },
329
+ }
439
330
  ],
440
331
  object_attribute_list: Array[
441
- {
442
- key: {
443
- schema_arn: ::String,
444
- facet_name: ::String,
445
- name: ::String
446
- },
447
- value: {
448
- string_value: ::String?,
449
- binary_value: ::String?,
450
- boolean_value: bool?,
451
- number_value: ::String?,
452
- datetime_value: ::Time?
453
- }
454
- },
332
+ Params::attribute_key_and_value
455
333
  ],
456
334
  parent_reference: {
457
335
  selector: ::String?
@@ -480,23 +358,7 @@ module Aws
480
358
  selector: ::String?
481
359
  },
482
360
  attribute_updates: Array[
483
- {
484
- object_attribute_key: {
485
- schema_arn: ::String,
486
- facet_name: ::String,
487
- name: ::String
488
- }?,
489
- object_attribute_action: {
490
- object_attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
491
- object_attribute_update_value: {
492
- string_value: ::String?,
493
- binary_value: ::String?,
494
- boolean_value: bool?,
495
- number_value: ::String?,
496
- datetime_value: ::Time?
497
- }?
498
- }?
499
- },
361
+ Params::object_attribute_update
500
362
  ]
501
363
  }?,
502
364
  delete_object: {
@@ -510,20 +372,7 @@ module Aws
510
372
  facet_name: ::String?
511
373
  },
512
374
  object_attribute_list: Array[
513
- {
514
- key: {
515
- schema_arn: ::String,
516
- facet_name: ::String,
517
- name: ::String
518
- },
519
- value: {
520
- string_value: ::String?,
521
- binary_value: ::String?,
522
- boolean_value: bool?,
523
- number_value: ::String?,
524
- datetime_value: ::Time?
525
- }
526
- },
375
+ Params::attribute_key_and_value
527
376
  ],
528
377
  object_reference: {
529
378
  selector: ::String?
@@ -560,7 +409,7 @@ module Aws
560
409
  schema_arn: ::String,
561
410
  facet_name: ::String,
562
411
  name: ::String
563
- },
412
+ }
564
413
  ],
565
414
  is_unique: bool,
566
415
  parent_reference: {
@@ -597,90 +446,19 @@ module Aws
597
446
  typed_link_name: ::String
598
447
  },
599
448
  attributes: Array[
600
- {
601
- attribute_name: ::String,
602
- value: {
603
- string_value: ::String?,
604
- binary_value: ::String?,
605
- boolean_value: bool?,
606
- number_value: ::String?,
607
- datetime_value: ::Time?
608
- }
609
- },
449
+ Params::attribute_name_and_value
610
450
  ]
611
451
  }?,
612
452
  detach_typed_link: {
613
- typed_link_specifier: {
614
- typed_link_facet: {
615
- schema_arn: ::String,
616
- typed_link_name: ::String
617
- },
618
- source_object_reference: {
619
- selector: ::String?
620
- },
621
- target_object_reference: {
622
- selector: ::String?
623
- },
624
- identity_attribute_values: Array[
625
- {
626
- attribute_name: ::String,
627
- value: {
628
- string_value: ::String?,
629
- binary_value: ::String?,
630
- boolean_value: bool?,
631
- number_value: ::String?,
632
- datetime_value: ::Time?
633
- }
634
- },
635
- ]
636
- }
453
+ typed_link_specifier: Params::typed_link_specifier
637
454
  }?,
638
455
  update_link_attributes: {
639
- typed_link_specifier: {
640
- typed_link_facet: {
641
- schema_arn: ::String,
642
- typed_link_name: ::String
643
- },
644
- source_object_reference: {
645
- selector: ::String?
646
- },
647
- target_object_reference: {
648
- selector: ::String?
649
- },
650
- identity_attribute_values: Array[
651
- {
652
- attribute_name: ::String,
653
- value: {
654
- string_value: ::String?,
655
- binary_value: ::String?,
656
- boolean_value: bool?,
657
- number_value: ::String?,
658
- datetime_value: ::Time?
659
- }
660
- },
661
- ]
662
- },
456
+ typed_link_specifier: Params::typed_link_specifier,
663
457
  attribute_updates: Array[
664
- {
665
- attribute_key: {
666
- schema_arn: ::String,
667
- facet_name: ::String,
668
- name: ::String
669
- }?,
670
- attribute_action: {
671
- attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
672
- attribute_update_value: {
673
- string_value: ::String?,
674
- binary_value: ::String?,
675
- boolean_value: bool?,
676
- number_value: ::String?,
677
- datetime_value: ::Time?
678
- }?
679
- }?
680
- },
458
+ Params::link_attribute_update
681
459
  ]
682
460
  }?
683
- },
461
+ }
684
462
  ]
685
463
  ) -> _BatchWriteResponseSuccess
686
464
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchWriteResponseSuccess
@@ -707,29 +485,7 @@ module Aws
707
485
  schema_arn: ::String,
708
486
  name: ::String,
709
487
  ?attributes: Array[
710
- {
711
- name: ::String,
712
- attribute_definition: {
713
- type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
714
- default_value: {
715
- string_value: ::String?,
716
- binary_value: ::String?,
717
- boolean_value: bool?,
718
- number_value: ::String?,
719
- datetime_value: ::Time?
720
- }?,
721
- is_immutable: bool?,
722
- rules: Hash[::String, {
723
- type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
724
- parameters: Hash[::String, ::String]?
725
- }]?
726
- }?,
727
- attribute_reference: {
728
- target_facet_name: ::String,
729
- target_attribute_name: ::String
730
- }?,
731
- required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")?
732
- },
488
+ Params::facet_attribute
733
489
  ],
734
490
  ?object_type: ("NODE" | "LEAF_NODE" | "POLICY" | "INDEX"),
735
491
  ?facet_style: ("STATIC" | "DYNAMIC")
@@ -748,7 +504,7 @@ module Aws
748
504
  schema_arn: ::String,
749
505
  facet_name: ::String,
750
506
  name: ::String
751
- },
507
+ }
752
508
  ],
753
509
  is_unique: bool,
754
510
  ?parent_reference: {
@@ -769,23 +525,10 @@ module Aws
769
525
  {
770
526
  schema_arn: ::String?,
771
527
  facet_name: ::String?
772
- },
528
+ }
773
529
  ],
774
530
  ?object_attribute_list: Array[
775
- {
776
- key: {
777
- schema_arn: ::String,
778
- facet_name: ::String,
779
- name: ::String
780
- },
781
- value: {
782
- string_value: ::String?,
783
- binary_value: ::String?,
784
- boolean_value: bool?,
785
- number_value: ::String?,
786
- datetime_value: ::Time?
787
- }
788
- },
531
+ Params::attribute_key_and_value
789
532
  ],
790
533
  ?parent_reference: {
791
534
  selector: ::String?
@@ -813,23 +556,7 @@ module Aws
813
556
  facet: {
814
557
  name: ::String,
815
558
  attributes: Array[
816
- {
817
- name: ::String,
818
- type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
819
- default_value: {
820
- string_value: ::String?,
821
- binary_value: ::String?,
822
- boolean_value: bool?,
823
- number_value: ::String?,
824
- datetime_value: ::Time?
825
- }?,
826
- is_immutable: bool?,
827
- rules: Hash[::String, {
828
- type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
829
- parameters: Hash[::String, ::String]?
830
- }]?,
831
- required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")
832
- },
559
+ Params::typed_link_attribute_definition
833
560
  ],
834
561
  identity_attribute_order: Array[::String]
835
562
  }
@@ -936,30 +663,7 @@ module Aws
936
663
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#detach_typed_link-instance_method
937
664
  def detach_typed_link: (
938
665
  directory_arn: ::String,
939
- typed_link_specifier: {
940
- typed_link_facet: {
941
- schema_arn: ::String,
942
- typed_link_name: ::String
943
- },
944
- source_object_reference: {
945
- selector: ::String?
946
- },
947
- target_object_reference: {
948
- selector: ::String?
949
- },
950
- identity_attribute_values: Array[
951
- {
952
- attribute_name: ::String,
953
- value: {
954
- string_value: ::String?,
955
- binary_value: ::String?,
956
- boolean_value: bool?,
957
- number_value: ::String?,
958
- datetime_value: ::Time?
959
- }
960
- },
961
- ]
962
- }
666
+ typed_link_specifier: Params::typed_link_specifier
963
667
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
964
668
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
965
669
 
@@ -1021,30 +725,7 @@ module Aws
1021
725
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#get_link_attributes-instance_method
1022
726
  def get_link_attributes: (
1023
727
  directory_arn: ::String,
1024
- typed_link_specifier: {
1025
- typed_link_facet: {
1026
- schema_arn: ::String,
1027
- typed_link_name: ::String
1028
- },
1029
- source_object_reference: {
1030
- selector: ::String?
1031
- },
1032
- target_object_reference: {
1033
- selector: ::String?
1034
- },
1035
- identity_attribute_values: Array[
1036
- {
1037
- attribute_name: ::String,
1038
- value: {
1039
- string_value: ::String?,
1040
- binary_value: ::String?,
1041
- boolean_value: bool?,
1042
- number_value: ::String?,
1043
- datetime_value: ::Time?
1044
- }
1045
- },
1046
- ]
1047
- },
728
+ typed_link_specifier: Params::typed_link_specifier,
1048
729
  attribute_names: Array[::String],
1049
730
  ?consistency_level: ("SERIALIZABLE" | "EVENTUAL")
1050
731
  ) -> _GetLinkAttributesResponseSuccess
@@ -1201,27 +882,7 @@ module Aws
1201
882
  selector: ::String?
1202
883
  },
1203
884
  ?filter_attribute_ranges: Array[
1204
- {
1205
- attribute_name: ::String?,
1206
- range: {
1207
- start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1208
- start_value: {
1209
- string_value: ::String?,
1210
- binary_value: ::String?,
1211
- boolean_value: bool?,
1212
- number_value: ::String?,
1213
- datetime_value: ::Time?
1214
- }?,
1215
- end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1216
- end_value: {
1217
- string_value: ::String?,
1218
- binary_value: ::String?,
1219
- boolean_value: bool?,
1220
- number_value: ::String?,
1221
- datetime_value: ::Time?
1222
- }?
1223
- }
1224
- },
885
+ Params::typed_link_attribute_range
1225
886
  ],
1226
887
  ?filter_typed_link: {
1227
888
  schema_arn: ::String,
@@ -1242,31 +903,7 @@ module Aws
1242
903
  def list_index: (
1243
904
  directory_arn: ::String,
1244
905
  ?ranges_on_indexed_values: Array[
1245
- {
1246
- attribute_key: {
1247
- schema_arn: ::String,
1248
- facet_name: ::String,
1249
- name: ::String
1250
- }?,
1251
- range: {
1252
- start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1253
- start_value: {
1254
- string_value: ::String?,
1255
- binary_value: ::String?,
1256
- boolean_value: bool?,
1257
- number_value: ::String?,
1258
- datetime_value: ::Time?
1259
- }?,
1260
- end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1261
- end_value: {
1262
- string_value: ::String?,
1263
- binary_value: ::String?,
1264
- boolean_value: bool?,
1265
- number_value: ::String?,
1266
- datetime_value: ::Time?
1267
- }?
1268
- }?
1269
- },
906
+ Params::object_attribute_range
1270
907
  ],
1271
908
  index_reference: {
1272
909
  selector: ::String?
@@ -1392,27 +1029,7 @@ module Aws
1392
1029
  selector: ::String?
1393
1030
  },
1394
1031
  ?filter_attribute_ranges: Array[
1395
- {
1396
- attribute_name: ::String?,
1397
- range: {
1398
- start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1399
- start_value: {
1400
- string_value: ::String?,
1401
- binary_value: ::String?,
1402
- boolean_value: bool?,
1403
- number_value: ::String?,
1404
- datetime_value: ::Time?
1405
- }?,
1406
- end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
1407
- end_value: {
1408
- string_value: ::String?,
1409
- binary_value: ::String?,
1410
- boolean_value: bool?,
1411
- number_value: ::String?,
1412
- datetime_value: ::Time?
1413
- }?
1414
- }
1415
- },
1032
+ Params::typed_link_attribute_range
1416
1033
  ],
1417
1034
  ?filter_typed_link: {
1418
1035
  schema_arn: ::String,
@@ -1560,7 +1177,7 @@ module Aws
1560
1177
  {
1561
1178
  key: ::String?,
1562
1179
  value: ::String?
1563
- },
1180
+ }
1564
1181
  ]
1565
1182
  ) -> _TagResourceResponseSuccess
1566
1183
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -1584,31 +1201,9 @@ module Aws
1584
1201
  name: ::String,
1585
1202
  ?attribute_updates: Array[
1586
1203
  {
1587
- attribute: {
1588
- name: ::String,
1589
- attribute_definition: {
1590
- type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
1591
- default_value: {
1592
- string_value: ::String?,
1593
- binary_value: ::String?,
1594
- boolean_value: bool?,
1595
- number_value: ::String?,
1596
- datetime_value: ::Time?
1597
- }?,
1598
- is_immutable: bool?,
1599
- rules: Hash[::String, {
1600
- type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
1601
- parameters: Hash[::String, ::String]?
1602
- }]?
1603
- }?,
1604
- attribute_reference: {
1605
- target_facet_name: ::String,
1606
- target_attribute_name: ::String
1607
- }?,
1608
- required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")?
1609
- }?,
1204
+ attribute: Params::facet_attribute?,
1610
1205
  action: ("CREATE_OR_UPDATE" | "DELETE")?
1611
- },
1206
+ }
1612
1207
  ],
1613
1208
  ?object_type: ("NODE" | "LEAF_NODE" | "POLICY" | "INDEX")
1614
1209
  ) -> _UpdateFacetResponseSuccess
@@ -1620,48 +1215,9 @@ module Aws
1620
1215
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/CloudDirectory/Client.html#update_link_attributes-instance_method
1621
1216
  def update_link_attributes: (
1622
1217
  directory_arn: ::String,
1623
- typed_link_specifier: {
1624
- typed_link_facet: {
1625
- schema_arn: ::String,
1626
- typed_link_name: ::String
1627
- },
1628
- source_object_reference: {
1629
- selector: ::String?
1630
- },
1631
- target_object_reference: {
1632
- selector: ::String?
1633
- },
1634
- identity_attribute_values: Array[
1635
- {
1636
- attribute_name: ::String,
1637
- value: {
1638
- string_value: ::String?,
1639
- binary_value: ::String?,
1640
- boolean_value: bool?,
1641
- number_value: ::String?,
1642
- datetime_value: ::Time?
1643
- }
1644
- },
1645
- ]
1646
- },
1218
+ typed_link_specifier: Params::typed_link_specifier,
1647
1219
  attribute_updates: Array[
1648
- {
1649
- attribute_key: {
1650
- schema_arn: ::String,
1651
- facet_name: ::String,
1652
- name: ::String
1653
- }?,
1654
- attribute_action: {
1655
- attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
1656
- attribute_update_value: {
1657
- string_value: ::String?,
1658
- binary_value: ::String?,
1659
- boolean_value: bool?,
1660
- number_value: ::String?,
1661
- datetime_value: ::Time?
1662
- }?
1663
- }?
1664
- },
1220
+ Params::link_attribute_update
1665
1221
  ]
1666
1222
  ) -> _UpdateLinkAttributesResponseSuccess
1667
1223
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateLinkAttributesResponseSuccess
@@ -1677,23 +1233,7 @@ module Aws
1677
1233
  selector: ::String?
1678
1234
  },
1679
1235
  attribute_updates: Array[
1680
- {
1681
- object_attribute_key: {
1682
- schema_arn: ::String,
1683
- facet_name: ::String,
1684
- name: ::String
1685
- }?,
1686
- object_attribute_action: {
1687
- object_attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
1688
- object_attribute_update_value: {
1689
- string_value: ::String?,
1690
- binary_value: ::String?,
1691
- boolean_value: bool?,
1692
- number_value: ::String?,
1693
- datetime_value: ::Time?
1694
- }?
1695
- }?
1696
- },
1236
+ Params::object_attribute_update
1697
1237
  ]
1698
1238
  ) -> _UpdateObjectAttributesResponseSuccess
1699
1239
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateObjectAttributesResponseSuccess
@@ -1718,25 +1258,9 @@ module Aws
1718
1258
  name: ::String,
1719
1259
  attribute_updates: Array[
1720
1260
  {
1721
- attribute: {
1722
- name: ::String,
1723
- type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
1724
- default_value: {
1725
- string_value: ::String?,
1726
- binary_value: ::String?,
1727
- boolean_value: bool?,
1728
- number_value: ::String?,
1729
- datetime_value: ::Time?
1730
- }?,
1731
- is_immutable: bool?,
1732
- rules: Hash[::String, {
1733
- type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
1734
- parameters: Hash[::String, ::String]?
1735
- }]?,
1736
- required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")
1737
- },
1261
+ attribute: Params::typed_link_attribute_definition,
1738
1262
  action: ("CREATE_OR_UPDATE" | "DELETE")
1739
- },
1263
+ }
1740
1264
  ],
1741
1265
  identity_attribute_order: Array[::String]
1742
1266
  ) -> _UpdateTypedLinkFacetResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,172 @@
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
+ module Params
11
+ type attribute_key_and_value = {
12
+ key: {
13
+ schema_arn: ::String,
14
+ facet_name: ::String,
15
+ name: ::String
16
+ },
17
+ value: {
18
+ string_value: ::String?,
19
+ binary_value: ::String?,
20
+ boolean_value: bool?,
21
+ number_value: ::String?,
22
+ datetime_value: ::Time?
23
+ }
24
+ }
25
+
26
+ type attribute_name_and_value = {
27
+ attribute_name: ::String,
28
+ value: {
29
+ string_value: ::String?,
30
+ binary_value: ::String?,
31
+ boolean_value: bool?,
32
+ number_value: ::String?,
33
+ datetime_value: ::Time?
34
+ }
35
+ }
36
+
37
+ type typed_attribute_value_range = {
38
+ start_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
39
+ start_value: {
40
+ string_value: ::String?,
41
+ binary_value: ::String?,
42
+ boolean_value: bool?,
43
+ number_value: ::String?,
44
+ datetime_value: ::Time?
45
+ }?,
46
+ end_mode: ("FIRST" | "LAST" | "LAST_BEFORE_MISSING_VALUES" | "INCLUSIVE" | "EXCLUSIVE"),
47
+ end_value: {
48
+ string_value: ::String?,
49
+ binary_value: ::String?,
50
+ boolean_value: bool?,
51
+ number_value: ::String?,
52
+ datetime_value: ::Time?
53
+ }?
54
+ }
55
+
56
+ type object_attribute_range = {
57
+ attribute_key: {
58
+ schema_arn: ::String,
59
+ facet_name: ::String,
60
+ name: ::String
61
+ }?,
62
+ range: Params::typed_attribute_value_range?
63
+ }
64
+
65
+ type typed_link_attribute_range = {
66
+ attribute_name: ::String?,
67
+ range: Params::typed_attribute_value_range
68
+ }
69
+
70
+ type typed_link_specifier = {
71
+ typed_link_facet: {
72
+ schema_arn: ::String,
73
+ typed_link_name: ::String
74
+ },
75
+ source_object_reference: {
76
+ selector: ::String?
77
+ },
78
+ target_object_reference: {
79
+ selector: ::String?
80
+ },
81
+ identity_attribute_values: Array[
82
+ Params::attribute_name_and_value
83
+ ]
84
+ }
85
+
86
+ type object_attribute_action = {
87
+ object_attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
88
+ object_attribute_update_value: {
89
+ string_value: ::String?,
90
+ binary_value: ::String?,
91
+ boolean_value: bool?,
92
+ number_value: ::String?,
93
+ datetime_value: ::Time?
94
+ }?
95
+ }
96
+
97
+ type object_attribute_update = {
98
+ object_attribute_key: {
99
+ schema_arn: ::String,
100
+ facet_name: ::String,
101
+ name: ::String
102
+ }?,
103
+ object_attribute_action: Params::object_attribute_action?
104
+ }
105
+
106
+ type link_attribute_action = {
107
+ attribute_action_type: ("CREATE_OR_UPDATE" | "DELETE")?,
108
+ attribute_update_value: {
109
+ string_value: ::String?,
110
+ binary_value: ::String?,
111
+ boolean_value: bool?,
112
+ number_value: ::String?,
113
+ datetime_value: ::Time?
114
+ }?
115
+ }
116
+
117
+ type link_attribute_update = {
118
+ attribute_key: {
119
+ schema_arn: ::String,
120
+ facet_name: ::String,
121
+ name: ::String
122
+ }?,
123
+ attribute_action: Params::link_attribute_action?
124
+ }
125
+
126
+ type facet_attribute_definition = {
127
+ type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
128
+ default_value: {
129
+ string_value: ::String?,
130
+ binary_value: ::String?,
131
+ boolean_value: bool?,
132
+ number_value: ::String?,
133
+ datetime_value: ::Time?
134
+ }?,
135
+ is_immutable: bool?,
136
+ rules: Hash[::String, {
137
+ type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
138
+ parameters: Hash[::String, ::String]?
139
+ }]?
140
+ }
141
+
142
+ type facet_attribute = {
143
+ name: ::String,
144
+ attribute_definition: Params::facet_attribute_definition?,
145
+ attribute_reference: {
146
+ target_facet_name: ::String,
147
+ target_attribute_name: ::String
148
+ }?,
149
+ required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")?
150
+ }
151
+
152
+ type typed_link_attribute_definition = {
153
+ name: ::String,
154
+ type: ("STRING" | "BINARY" | "BOOLEAN" | "NUMBER" | "DATETIME" | "VARIANT"),
155
+ default_value: {
156
+ string_value: ::String?,
157
+ binary_value: ::String?,
158
+ boolean_value: bool?,
159
+ number_value: ::String?,
160
+ datetime_value: ::Time?
161
+ }?,
162
+ is_immutable: bool?,
163
+ rules: Hash[::String, {
164
+ type: ("BINARY_LENGTH" | "NUMBER_COMPARISON" | "STRING_FROM_SET" | "STRING_LENGTH")?,
165
+ parameters: Hash[::String, ::String]?
166
+ }]?,
167
+ required_behavior: ("REQUIRED_ALWAYS" | "NOT_REQUIRED")
168
+ }
169
+
170
+ end
171
+ end
172
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-clouddirectory
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.88.0
4
+ version: 1.89.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-clouddirectory/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs