aws-sdk-clouddirectory 1.0.0.rc8 → 1.0.0.rc9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccc9ae863f7aa109fc073bf67e31ddd4df85d38b
4
- data.tar.gz: 7cbb4dc293c0972a5b4f600b2e7ede0df15a6615
3
+ metadata.gz: d9f7bad436af1172151deffddd03c3a97ca34a8d
4
+ data.tar.gz: 41e8a41a6f9a48d433cd896a61c562589095ca5e
5
5
  SHA512:
6
- metadata.gz: 0b3ebaa4551d0bb88036af8f6c3cf4e5cb573a3f362466d2f387a839cf027e2f013369fd0b0f275f21b329a33438a4c5c81943fe7be6934bf7d5efe17832fc68
7
- data.tar.gz: 9b89bdede377fcbf117c7c6b07477b33872aa6a3bf2f1bb23be31a1558e8009e9fdb67cabd050d67478b1c5608c452798058da3b566aa1abba1b3243a086c6ea
6
+ metadata.gz: 889db1bcd66c90a1e7d38e405d0202d2764a49c6fbbd2aa9c209bd04dce2d6ec97ee52bc4d6ddd9d317029ae121316672e42f85691fbb9c4a249a5488ce0adeb
7
+ data.tar.gz: 8b4115efa567b185ddd8dc2bb52b78f19c8feca729e7109aa6d9d68912264ebe337abe76aab61a085f25a5c2c43189728ef34899fea9bcc29f6df06b76ed617e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-clouddirectory/customizations'
42
42
  # @service
43
43
  module Aws::CloudDirectory
44
44
 
45
- GEM_VERSION = '1.0.0.rc8'
45
+ GEM_VERSION = '1.0.0.rc9'
46
46
 
47
47
  end
@@ -486,6 +486,148 @@ module Aws::CloudDirectory
486
486
  # next_token: "NextToken",
487
487
  # max_results: 1,
488
488
  # },
489
+ # list_attached_indices: {
490
+ # target_reference: { # required
491
+ # selector: "SelectorObjectReference",
492
+ # },
493
+ # next_token: "NextToken",
494
+ # max_results: 1,
495
+ # },
496
+ # list_object_parent_paths: {
497
+ # object_reference: { # required
498
+ # selector: "SelectorObjectReference",
499
+ # },
500
+ # next_token: "NextToken",
501
+ # max_results: 1,
502
+ # },
503
+ # get_object_information: {
504
+ # object_reference: { # required
505
+ # selector: "SelectorObjectReference",
506
+ # },
507
+ # },
508
+ # list_object_policies: {
509
+ # object_reference: { # required
510
+ # selector: "SelectorObjectReference",
511
+ # },
512
+ # next_token: "NextToken",
513
+ # max_results: 1,
514
+ # },
515
+ # list_policy_attachments: {
516
+ # policy_reference: { # required
517
+ # selector: "SelectorObjectReference",
518
+ # },
519
+ # next_token: "NextToken",
520
+ # max_results: 1,
521
+ # },
522
+ # lookup_policy: {
523
+ # object_reference: { # required
524
+ # selector: "SelectorObjectReference",
525
+ # },
526
+ # next_token: "NextToken",
527
+ # max_results: 1,
528
+ # },
529
+ # list_index: {
530
+ # ranges_on_indexed_values: [
531
+ # {
532
+ # attribute_key: {
533
+ # schema_arn: "Arn", # required
534
+ # facet_name: "FacetName", # required
535
+ # name: "AttributeName", # required
536
+ # },
537
+ # range: {
538
+ # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
539
+ # start_value: {
540
+ # string_value: "StringAttributeValue",
541
+ # binary_value: "data",
542
+ # boolean_value: false,
543
+ # number_value: "NumberAttributeValue",
544
+ # datetime_value: Time.now,
545
+ # },
546
+ # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
547
+ # end_value: {
548
+ # string_value: "StringAttributeValue",
549
+ # binary_value: "data",
550
+ # boolean_value: false,
551
+ # number_value: "NumberAttributeValue",
552
+ # datetime_value: Time.now,
553
+ # },
554
+ # },
555
+ # },
556
+ # ],
557
+ # index_reference: { # required
558
+ # selector: "SelectorObjectReference",
559
+ # },
560
+ # max_results: 1,
561
+ # next_token: "NextToken",
562
+ # },
563
+ # list_outgoing_typed_links: {
564
+ # object_reference: { # required
565
+ # selector: "SelectorObjectReference",
566
+ # },
567
+ # filter_attribute_ranges: [
568
+ # {
569
+ # attribute_name: "AttributeName",
570
+ # range: { # required
571
+ # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
572
+ # start_value: {
573
+ # string_value: "StringAttributeValue",
574
+ # binary_value: "data",
575
+ # boolean_value: false,
576
+ # number_value: "NumberAttributeValue",
577
+ # datetime_value: Time.now,
578
+ # },
579
+ # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
580
+ # end_value: {
581
+ # string_value: "StringAttributeValue",
582
+ # binary_value: "data",
583
+ # boolean_value: false,
584
+ # number_value: "NumberAttributeValue",
585
+ # datetime_value: Time.now,
586
+ # },
587
+ # },
588
+ # },
589
+ # ],
590
+ # filter_typed_link: {
591
+ # schema_arn: "Arn", # required
592
+ # typed_link_name: "TypedLinkName", # required
593
+ # },
594
+ # next_token: "NextToken",
595
+ # max_results: 1,
596
+ # },
597
+ # list_incoming_typed_links: {
598
+ # object_reference: { # required
599
+ # selector: "SelectorObjectReference",
600
+ # },
601
+ # filter_attribute_ranges: [
602
+ # {
603
+ # attribute_name: "AttributeName",
604
+ # range: { # required
605
+ # start_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
606
+ # start_value: {
607
+ # string_value: "StringAttributeValue",
608
+ # binary_value: "data",
609
+ # boolean_value: false,
610
+ # number_value: "NumberAttributeValue",
611
+ # datetime_value: Time.now,
612
+ # },
613
+ # end_mode: "FIRST", # required, accepts FIRST, LAST, LAST_BEFORE_MISSING_VALUES, INCLUSIVE, EXCLUSIVE
614
+ # end_value: {
615
+ # string_value: "StringAttributeValue",
616
+ # binary_value: "data",
617
+ # boolean_value: false,
618
+ # number_value: "NumberAttributeValue",
619
+ # datetime_value: Time.now,
620
+ # },
621
+ # },
622
+ # },
623
+ # ],
624
+ # filter_typed_link: {
625
+ # schema_arn: "Arn", # required
626
+ # typed_link_name: "TypedLinkName", # required
627
+ # },
628
+ # next_token: "NextToken",
629
+ # max_results: 1,
630
+ # },
489
631
  # },
490
632
  # ],
491
633
  # consistency_level: "SERIALIZABLE", # accepts SERIALIZABLE, EVENTUAL
@@ -507,7 +649,79 @@ module Aws::CloudDirectory
507
649
  # resp.responses[0].successful_response.list_object_children.children #=> Hash
508
650
  # resp.responses[0].successful_response.list_object_children.children["LinkName"] #=> String
509
651
  # resp.responses[0].successful_response.list_object_children.next_token #=> String
510
- # resp.responses[0].exception_response.type #=> String, one of "ValidationException", "InvalidArnException", "ResourceNotFoundException", "InvalidNextTokenException", "AccessDeniedException", "NotNodeException"
652
+ # resp.responses[0].successful_response.get_object_information.schema_facets #=> Array
653
+ # resp.responses[0].successful_response.get_object_information.schema_facets[0].schema_arn #=> String
654
+ # resp.responses[0].successful_response.get_object_information.schema_facets[0].facet_name #=> String
655
+ # resp.responses[0].successful_response.get_object_information.object_identifier #=> String
656
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments #=> Array
657
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes #=> Array
658
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].key.schema_arn #=> String
659
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].key.facet_name #=> String
660
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].key.name #=> String
661
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].value.string_value #=> String
662
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].value.binary_value #=> String
663
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].value.boolean_value #=> Boolean
664
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].value.number_value #=> String
665
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].indexed_attributes[0].value.datetime_value #=> Time
666
+ # resp.responses[0].successful_response.list_attached_indices.index_attachments[0].object_identifier #=> String
667
+ # resp.responses[0].successful_response.list_attached_indices.next_token #=> String
668
+ # resp.responses[0].successful_response.list_object_parent_paths.path_to_object_identifiers_list #=> Array
669
+ # resp.responses[0].successful_response.list_object_parent_paths.path_to_object_identifiers_list[0].path #=> String
670
+ # resp.responses[0].successful_response.list_object_parent_paths.path_to_object_identifiers_list[0].object_identifiers #=> Array
671
+ # resp.responses[0].successful_response.list_object_parent_paths.path_to_object_identifiers_list[0].object_identifiers[0] #=> String
672
+ # resp.responses[0].successful_response.list_object_parent_paths.next_token #=> String
673
+ # resp.responses[0].successful_response.list_object_policies.attached_policy_ids #=> Array
674
+ # resp.responses[0].successful_response.list_object_policies.attached_policy_ids[0] #=> String
675
+ # resp.responses[0].successful_response.list_object_policies.next_token #=> String
676
+ # resp.responses[0].successful_response.list_policy_attachments.object_identifiers #=> Array
677
+ # resp.responses[0].successful_response.list_policy_attachments.object_identifiers[0] #=> String
678
+ # resp.responses[0].successful_response.list_policy_attachments.next_token #=> String
679
+ # resp.responses[0].successful_response.lookup_policy.policy_to_path_list #=> Array
680
+ # resp.responses[0].successful_response.lookup_policy.policy_to_path_list[0].path #=> String
681
+ # resp.responses[0].successful_response.lookup_policy.policy_to_path_list[0].policies #=> Array
682
+ # resp.responses[0].successful_response.lookup_policy.policy_to_path_list[0].policies[0].policy_id #=> String
683
+ # resp.responses[0].successful_response.lookup_policy.policy_to_path_list[0].policies[0].object_identifier #=> String
684
+ # resp.responses[0].successful_response.lookup_policy.policy_to_path_list[0].policies[0].policy_type #=> String
685
+ # resp.responses[0].successful_response.lookup_policy.next_token #=> String
686
+ # resp.responses[0].successful_response.list_index.index_attachments #=> Array
687
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes #=> Array
688
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].key.schema_arn #=> String
689
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].key.facet_name #=> String
690
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].key.name #=> String
691
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].value.string_value #=> String
692
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].value.binary_value #=> String
693
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].value.boolean_value #=> Boolean
694
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].value.number_value #=> String
695
+ # resp.responses[0].successful_response.list_index.index_attachments[0].indexed_attributes[0].value.datetime_value #=> Time
696
+ # resp.responses[0].successful_response.list_index.index_attachments[0].object_identifier #=> String
697
+ # resp.responses[0].successful_response.list_index.next_token #=> String
698
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers #=> Array
699
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].typed_link_facet.schema_arn #=> String
700
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].typed_link_facet.typed_link_name #=> String
701
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].source_object_reference.selector #=> String
702
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].target_object_reference.selector #=> String
703
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].identity_attribute_values #=> Array
704
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].identity_attribute_values[0].attribute_name #=> String
705
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].identity_attribute_values[0].value.string_value #=> String
706
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].identity_attribute_values[0].value.binary_value #=> String
707
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].identity_attribute_values[0].value.boolean_value #=> Boolean
708
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].identity_attribute_values[0].value.number_value #=> String
709
+ # resp.responses[0].successful_response.list_outgoing_typed_links.typed_link_specifiers[0].identity_attribute_values[0].value.datetime_value #=> Time
710
+ # resp.responses[0].successful_response.list_outgoing_typed_links.next_token #=> String
711
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers #=> Array
712
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].typed_link_facet.schema_arn #=> String
713
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].typed_link_facet.typed_link_name #=> String
714
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].source_object_reference.selector #=> String
715
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].target_object_reference.selector #=> String
716
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].identity_attribute_values #=> Array
717
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].identity_attribute_values[0].attribute_name #=> String
718
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].identity_attribute_values[0].value.string_value #=> String
719
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].identity_attribute_values[0].value.binary_value #=> String
720
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].identity_attribute_values[0].value.boolean_value #=> Boolean
721
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].identity_attribute_values[0].value.number_value #=> String
722
+ # resp.responses[0].successful_response.list_incoming_typed_links.link_specifiers[0].identity_attribute_values[0].value.datetime_value #=> Time
723
+ # resp.responses[0].successful_response.list_incoming_typed_links.next_token #=> String
724
+ # resp.responses[0].exception_response.type #=> String, one of "ValidationException", "InvalidArnException", "ResourceNotFoundException", "InvalidNextTokenException", "AccessDeniedException", "NotNodeException", "FacetValidationException", "CannotListParentOfRootException", "NotIndexException", "NotPolicyException", "DirectoryNotEnabledException", "LimitExceededException", "InternalServiceException"
511
725
  # resp.responses[0].exception_response.message #=> String
512
726
  #
513
727
  # @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchRead AWS API Documentation
@@ -648,6 +862,95 @@ module Aws::CloudDirectory
648
862
  # selector: "SelectorObjectReference",
649
863
  # },
650
864
  # },
865
+ # attach_policy: {
866
+ # policy_reference: { # required
867
+ # selector: "SelectorObjectReference",
868
+ # },
869
+ # object_reference: { # required
870
+ # selector: "SelectorObjectReference",
871
+ # },
872
+ # },
873
+ # create_index: {
874
+ # ordered_indexed_attribute_list: [ # required
875
+ # {
876
+ # schema_arn: "Arn", # required
877
+ # facet_name: "FacetName", # required
878
+ # name: "AttributeName", # required
879
+ # },
880
+ # ],
881
+ # is_unique: false, # required
882
+ # parent_reference: {
883
+ # selector: "SelectorObjectReference",
884
+ # },
885
+ # link_name: "LinkName",
886
+ # batch_reference_name: "BatchReferenceName",
887
+ # },
888
+ # attach_to_index: {
889
+ # index_reference: { # required
890
+ # selector: "SelectorObjectReference",
891
+ # },
892
+ # target_reference: { # required
893
+ # selector: "SelectorObjectReference",
894
+ # },
895
+ # },
896
+ # detach_from_index: {
897
+ # index_reference: { # required
898
+ # selector: "SelectorObjectReference",
899
+ # },
900
+ # target_reference: { # required
901
+ # selector: "SelectorObjectReference",
902
+ # },
903
+ # },
904
+ # attach_typed_link: {
905
+ # source_object_reference: { # required
906
+ # selector: "SelectorObjectReference",
907
+ # },
908
+ # target_object_reference: { # required
909
+ # selector: "SelectorObjectReference",
910
+ # },
911
+ # typed_link_facet: { # required
912
+ # schema_arn: "Arn", # required
913
+ # typed_link_name: "TypedLinkName", # required
914
+ # },
915
+ # attributes: [ # required
916
+ # {
917
+ # attribute_name: "AttributeName", # required
918
+ # value: { # required
919
+ # string_value: "StringAttributeValue",
920
+ # binary_value: "data",
921
+ # boolean_value: false,
922
+ # number_value: "NumberAttributeValue",
923
+ # datetime_value: Time.now,
924
+ # },
925
+ # },
926
+ # ],
927
+ # },
928
+ # detach_typed_link: {
929
+ # typed_link_specifier: { # required
930
+ # typed_link_facet: { # required
931
+ # schema_arn: "Arn", # required
932
+ # typed_link_name: "TypedLinkName", # required
933
+ # },
934
+ # source_object_reference: { # required
935
+ # selector: "SelectorObjectReference",
936
+ # },
937
+ # target_object_reference: { # required
938
+ # selector: "SelectorObjectReference",
939
+ # },
940
+ # identity_attribute_values: [ # required
941
+ # {
942
+ # attribute_name: "AttributeName", # required
943
+ # value: { # required
944
+ # string_value: "StringAttributeValue",
945
+ # binary_value: "data",
946
+ # boolean_value: false,
947
+ # number_value: "NumberAttributeValue",
948
+ # datetime_value: Time.now,
949
+ # },
950
+ # },
951
+ # ],
952
+ # },
953
+ # },
651
954
  # },
652
955
  # ],
653
956
  # })
@@ -659,6 +962,20 @@ module Aws::CloudDirectory
659
962
  # resp.responses[0].attach_object.attached_object_identifier #=> String
660
963
  # resp.responses[0].detach_object.detached_object_identifier #=> String
661
964
  # resp.responses[0].update_object_attributes.object_identifier #=> String
965
+ # resp.responses[0].create_index.object_identifier #=> String
966
+ # resp.responses[0].attach_to_index.attached_object_identifier #=> String
967
+ # resp.responses[0].detach_from_index.detached_object_identifier #=> String
968
+ # resp.responses[0].attach_typed_link.typed_link_specifier.typed_link_facet.schema_arn #=> String
969
+ # resp.responses[0].attach_typed_link.typed_link_specifier.typed_link_facet.typed_link_name #=> String
970
+ # resp.responses[0].attach_typed_link.typed_link_specifier.source_object_reference.selector #=> String
971
+ # resp.responses[0].attach_typed_link.typed_link_specifier.target_object_reference.selector #=> String
972
+ # resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values #=> Array
973
+ # resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].attribute_name #=> String
974
+ # resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].value.string_value #=> String
975
+ # resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].value.binary_value #=> String
976
+ # resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].value.boolean_value #=> Boolean
977
+ # resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].value.number_value #=> String
978
+ # resp.responses[0].attach_typed_link.typed_link_specifier.identity_attribute_values[0].value.datetime_value #=> Time
662
979
  #
663
980
  # @see http://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2016-05-10/BatchWrite AWS API Documentation
664
981
  #
@@ -1639,7 +1956,7 @@ module Aws::CloudDirectory
1639
1956
  # The ARN of the directory.
1640
1957
  #
1641
1958
  # @option params [required, Types::ObjectReference] :target_reference
1642
- # A reference to the object to that has indices attached.
1959
+ # A reference to the object that has indices attached.
1643
1960
  #
1644
1961
  # @option params [String] :next_token
1645
1962
  # The pagination token.
@@ -3188,7 +3505,7 @@ module Aws::CloudDirectory
3188
3505
  params: params,
3189
3506
  config: config)
3190
3507
  context[:gem_name] = 'aws-sdk-clouddirectory'
3191
- context[:gem_version] = '1.0.0.rc8'
3508
+ context[:gem_version] = '1.0.0.rc9'
3192
3509
  Seahorse::Client::Request.new(handlers, context)
3193
3510
  end
3194
3511
 
@@ -38,16 +38,46 @@ module Aws::CloudDirectory
38
38
  BatchAddFacetToObjectResponse = Shapes::StructureShape.new(name: 'BatchAddFacetToObjectResponse')
39
39
  BatchAttachObject = Shapes::StructureShape.new(name: 'BatchAttachObject')
40
40
  BatchAttachObjectResponse = Shapes::StructureShape.new(name: 'BatchAttachObjectResponse')
41
+ BatchAttachPolicy = Shapes::StructureShape.new(name: 'BatchAttachPolicy')
42
+ BatchAttachPolicyResponse = Shapes::StructureShape.new(name: 'BatchAttachPolicyResponse')
43
+ BatchAttachToIndex = Shapes::StructureShape.new(name: 'BatchAttachToIndex')
44
+ BatchAttachToIndexResponse = Shapes::StructureShape.new(name: 'BatchAttachToIndexResponse')
45
+ BatchAttachTypedLink = Shapes::StructureShape.new(name: 'BatchAttachTypedLink')
46
+ BatchAttachTypedLinkResponse = Shapes::StructureShape.new(name: 'BatchAttachTypedLinkResponse')
47
+ BatchCreateIndex = Shapes::StructureShape.new(name: 'BatchCreateIndex')
48
+ BatchCreateIndexResponse = Shapes::StructureShape.new(name: 'BatchCreateIndexResponse')
41
49
  BatchCreateObject = Shapes::StructureShape.new(name: 'BatchCreateObject')
42
50
  BatchCreateObjectResponse = Shapes::StructureShape.new(name: 'BatchCreateObjectResponse')
43
51
  BatchDeleteObject = Shapes::StructureShape.new(name: 'BatchDeleteObject')
44
52
  BatchDeleteObjectResponse = Shapes::StructureShape.new(name: 'BatchDeleteObjectResponse')
53
+ BatchDetachFromIndex = Shapes::StructureShape.new(name: 'BatchDetachFromIndex')
54
+ BatchDetachFromIndexResponse = Shapes::StructureShape.new(name: 'BatchDetachFromIndexResponse')
45
55
  BatchDetachObject = Shapes::StructureShape.new(name: 'BatchDetachObject')
46
56
  BatchDetachObjectResponse = Shapes::StructureShape.new(name: 'BatchDetachObjectResponse')
57
+ BatchDetachTypedLink = Shapes::StructureShape.new(name: 'BatchDetachTypedLink')
58
+ BatchDetachTypedLinkResponse = Shapes::StructureShape.new(name: 'BatchDetachTypedLinkResponse')
59
+ BatchGetObjectInformation = Shapes::StructureShape.new(name: 'BatchGetObjectInformation')
60
+ BatchGetObjectInformationResponse = Shapes::StructureShape.new(name: 'BatchGetObjectInformationResponse')
61
+ BatchListAttachedIndices = Shapes::StructureShape.new(name: 'BatchListAttachedIndices')
62
+ BatchListAttachedIndicesResponse = Shapes::StructureShape.new(name: 'BatchListAttachedIndicesResponse')
63
+ BatchListIncomingTypedLinks = Shapes::StructureShape.new(name: 'BatchListIncomingTypedLinks')
64
+ BatchListIncomingTypedLinksResponse = Shapes::StructureShape.new(name: 'BatchListIncomingTypedLinksResponse')
65
+ BatchListIndex = Shapes::StructureShape.new(name: 'BatchListIndex')
66
+ BatchListIndexResponse = Shapes::StructureShape.new(name: 'BatchListIndexResponse')
47
67
  BatchListObjectAttributes = Shapes::StructureShape.new(name: 'BatchListObjectAttributes')
48
68
  BatchListObjectAttributesResponse = Shapes::StructureShape.new(name: 'BatchListObjectAttributesResponse')
49
69
  BatchListObjectChildren = Shapes::StructureShape.new(name: 'BatchListObjectChildren')
50
70
  BatchListObjectChildrenResponse = Shapes::StructureShape.new(name: 'BatchListObjectChildrenResponse')
71
+ BatchListObjectParentPaths = Shapes::StructureShape.new(name: 'BatchListObjectParentPaths')
72
+ BatchListObjectParentPathsResponse = Shapes::StructureShape.new(name: 'BatchListObjectParentPathsResponse')
73
+ BatchListObjectPolicies = Shapes::StructureShape.new(name: 'BatchListObjectPolicies')
74
+ BatchListObjectPoliciesResponse = Shapes::StructureShape.new(name: 'BatchListObjectPoliciesResponse')
75
+ BatchListOutgoingTypedLinks = Shapes::StructureShape.new(name: 'BatchListOutgoingTypedLinks')
76
+ BatchListOutgoingTypedLinksResponse = Shapes::StructureShape.new(name: 'BatchListOutgoingTypedLinksResponse')
77
+ BatchListPolicyAttachments = Shapes::StructureShape.new(name: 'BatchListPolicyAttachments')
78
+ BatchListPolicyAttachmentsResponse = Shapes::StructureShape.new(name: 'BatchListPolicyAttachmentsResponse')
79
+ BatchLookupPolicy = Shapes::StructureShape.new(name: 'BatchLookupPolicy')
80
+ BatchLookupPolicyResponse = Shapes::StructureShape.new(name: 'BatchLookupPolicyResponse')
51
81
  BatchOperationIndex = Shapes::IntegerShape.new(name: 'BatchOperationIndex')
52
82
  BatchReadException = Shapes::StructureShape.new(name: 'BatchReadException')
53
83
  BatchReadExceptionType = Shapes::StringShape.new(name: 'BatchReadExceptionType')
@@ -377,6 +407,38 @@ module Aws::CloudDirectory
377
407
  BatchAttachObjectResponse.add_member(:attached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "attachedObjectIdentifier"))
378
408
  BatchAttachObjectResponse.struct_class = Types::BatchAttachObjectResponse
379
409
 
410
+ BatchAttachPolicy.add_member(:policy_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "PolicyReference"))
411
+ BatchAttachPolicy.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
412
+ BatchAttachPolicy.struct_class = Types::BatchAttachPolicy
413
+
414
+ BatchAttachPolicyResponse.struct_class = Types::BatchAttachPolicyResponse
415
+
416
+ BatchAttachToIndex.add_member(:index_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "IndexReference"))
417
+ BatchAttachToIndex.add_member(:target_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "TargetReference"))
418
+ BatchAttachToIndex.struct_class = Types::BatchAttachToIndex
419
+
420
+ BatchAttachToIndexResponse.add_member(:attached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "AttachedObjectIdentifier"))
421
+ BatchAttachToIndexResponse.struct_class = Types::BatchAttachToIndexResponse
422
+
423
+ BatchAttachTypedLink.add_member(:source_object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "SourceObjectReference"))
424
+ BatchAttachTypedLink.add_member(:target_object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "TargetObjectReference"))
425
+ BatchAttachTypedLink.add_member(:typed_link_facet, Shapes::ShapeRef.new(shape: TypedLinkSchemaAndFacetName, required: true, location_name: "TypedLinkFacet"))
426
+ BatchAttachTypedLink.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeNameAndValueList, required: true, location_name: "Attributes"))
427
+ BatchAttachTypedLink.struct_class = Types::BatchAttachTypedLink
428
+
429
+ BatchAttachTypedLinkResponse.add_member(:typed_link_specifier, Shapes::ShapeRef.new(shape: TypedLinkSpecifier, location_name: "TypedLinkSpecifier"))
430
+ BatchAttachTypedLinkResponse.struct_class = Types::BatchAttachTypedLinkResponse
431
+
432
+ BatchCreateIndex.add_member(:ordered_indexed_attribute_list, Shapes::ShapeRef.new(shape: AttributeKeyList, required: true, location_name: "OrderedIndexedAttributeList"))
433
+ BatchCreateIndex.add_member(:is_unique, Shapes::ShapeRef.new(shape: Bool, required: true, location_name: "IsUnique"))
434
+ BatchCreateIndex.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, location_name: "ParentReference"))
435
+ BatchCreateIndex.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, location_name: "LinkName"))
436
+ BatchCreateIndex.add_member(:batch_reference_name, Shapes::ShapeRef.new(shape: BatchReferenceName, location_name: "BatchReferenceName"))
437
+ BatchCreateIndex.struct_class = Types::BatchCreateIndex
438
+
439
+ BatchCreateIndexResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
440
+ BatchCreateIndexResponse.struct_class = Types::BatchCreateIndexResponse
441
+
380
442
  BatchCreateObject.add_member(:schema_facet, Shapes::ShapeRef.new(shape: SchemaFacetList, required: true, location_name: "SchemaFacet"))
381
443
  BatchCreateObject.add_member(:object_attribute_list, Shapes::ShapeRef.new(shape: AttributeKeyAndValueList, required: true, location_name: "ObjectAttributeList"))
382
444
  BatchCreateObject.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ParentReference"))
@@ -392,6 +454,13 @@ module Aws::CloudDirectory
392
454
 
393
455
  BatchDeleteObjectResponse.struct_class = Types::BatchDeleteObjectResponse
394
456
 
457
+ BatchDetachFromIndex.add_member(:index_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "IndexReference"))
458
+ BatchDetachFromIndex.add_member(:target_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "TargetReference"))
459
+ BatchDetachFromIndex.struct_class = Types::BatchDetachFromIndex
460
+
461
+ BatchDetachFromIndexResponse.add_member(:detached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "DetachedObjectIdentifier"))
462
+ BatchDetachFromIndexResponse.struct_class = Types::BatchDetachFromIndexResponse
463
+
395
464
  BatchDetachObject.add_member(:parent_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ParentReference"))
396
465
  BatchDetachObject.add_member(:link_name, Shapes::ShapeRef.new(shape: LinkName, required: true, location_name: "LinkName"))
397
466
  BatchDetachObject.add_member(:batch_reference_name, Shapes::ShapeRef.new(shape: BatchReferenceName, required: true, location_name: "BatchReferenceName"))
@@ -400,6 +469,48 @@ module Aws::CloudDirectory
400
469
  BatchDetachObjectResponse.add_member(:detached_object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "detachedObjectIdentifier"))
401
470
  BatchDetachObjectResponse.struct_class = Types::BatchDetachObjectResponse
402
471
 
472
+ BatchDetachTypedLink.add_member(:typed_link_specifier, Shapes::ShapeRef.new(shape: TypedLinkSpecifier, required: true, location_name: "TypedLinkSpecifier"))
473
+ BatchDetachTypedLink.struct_class = Types::BatchDetachTypedLink
474
+
475
+ BatchDetachTypedLinkResponse.struct_class = Types::BatchDetachTypedLinkResponse
476
+
477
+ BatchGetObjectInformation.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
478
+ BatchGetObjectInformation.struct_class = Types::BatchGetObjectInformation
479
+
480
+ BatchGetObjectInformationResponse.add_member(:schema_facets, Shapes::ShapeRef.new(shape: SchemaFacetList, location_name: "SchemaFacets"))
481
+ BatchGetObjectInformationResponse.add_member(:object_identifier, Shapes::ShapeRef.new(shape: ObjectIdentifier, location_name: "ObjectIdentifier"))
482
+ BatchGetObjectInformationResponse.struct_class = Types::BatchGetObjectInformationResponse
483
+
484
+ BatchListAttachedIndices.add_member(:target_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "TargetReference"))
485
+ BatchListAttachedIndices.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
486
+ BatchListAttachedIndices.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
487
+ BatchListAttachedIndices.struct_class = Types::BatchListAttachedIndices
488
+
489
+ BatchListAttachedIndicesResponse.add_member(:index_attachments, Shapes::ShapeRef.new(shape: IndexAttachmentList, location_name: "IndexAttachments"))
490
+ BatchListAttachedIndicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
491
+ BatchListAttachedIndicesResponse.struct_class = Types::BatchListAttachedIndicesResponse
492
+
493
+ BatchListIncomingTypedLinks.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
494
+ BatchListIncomingTypedLinks.add_member(:filter_attribute_ranges, Shapes::ShapeRef.new(shape: TypedLinkAttributeRangeList, location_name: "FilterAttributeRanges"))
495
+ BatchListIncomingTypedLinks.add_member(:filter_typed_link, Shapes::ShapeRef.new(shape: TypedLinkSchemaAndFacetName, location_name: "FilterTypedLink"))
496
+ BatchListIncomingTypedLinks.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
497
+ BatchListIncomingTypedLinks.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
498
+ BatchListIncomingTypedLinks.struct_class = Types::BatchListIncomingTypedLinks
499
+
500
+ BatchListIncomingTypedLinksResponse.add_member(:link_specifiers, Shapes::ShapeRef.new(shape: TypedLinkSpecifierList, location_name: "LinkSpecifiers"))
501
+ BatchListIncomingTypedLinksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
502
+ BatchListIncomingTypedLinksResponse.struct_class = Types::BatchListIncomingTypedLinksResponse
503
+
504
+ BatchListIndex.add_member(:ranges_on_indexed_values, Shapes::ShapeRef.new(shape: ObjectAttributeRangeList, location_name: "RangesOnIndexedValues"))
505
+ BatchListIndex.add_member(:index_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "IndexReference"))
506
+ BatchListIndex.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
507
+ BatchListIndex.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
508
+ BatchListIndex.struct_class = Types::BatchListIndex
509
+
510
+ BatchListIndexResponse.add_member(:index_attachments, Shapes::ShapeRef.new(shape: IndexAttachmentList, location_name: "IndexAttachments"))
511
+ BatchListIndexResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
512
+ BatchListIndexResponse.struct_class = Types::BatchListIndexResponse
513
+
403
514
  BatchListObjectAttributes.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
404
515
  BatchListObjectAttributes.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
405
516
  BatchListObjectAttributes.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
@@ -419,12 +530,68 @@ module Aws::CloudDirectory
419
530
  BatchListObjectChildrenResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
420
531
  BatchListObjectChildrenResponse.struct_class = Types::BatchListObjectChildrenResponse
421
532
 
533
+ BatchListObjectParentPaths.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
534
+ BatchListObjectParentPaths.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
535
+ BatchListObjectParentPaths.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
536
+ BatchListObjectParentPaths.struct_class = Types::BatchListObjectParentPaths
537
+
538
+ BatchListObjectParentPathsResponse.add_member(:path_to_object_identifiers_list, Shapes::ShapeRef.new(shape: PathToObjectIdentifiersList, location_name: "PathToObjectIdentifiersList"))
539
+ BatchListObjectParentPathsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
540
+ BatchListObjectParentPathsResponse.struct_class = Types::BatchListObjectParentPathsResponse
541
+
542
+ BatchListObjectPolicies.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
543
+ BatchListObjectPolicies.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
544
+ BatchListObjectPolicies.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
545
+ BatchListObjectPolicies.struct_class = Types::BatchListObjectPolicies
546
+
547
+ BatchListObjectPoliciesResponse.add_member(:attached_policy_ids, Shapes::ShapeRef.new(shape: ObjectIdentifierList, location_name: "AttachedPolicyIds"))
548
+ BatchListObjectPoliciesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
549
+ BatchListObjectPoliciesResponse.struct_class = Types::BatchListObjectPoliciesResponse
550
+
551
+ BatchListOutgoingTypedLinks.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
552
+ BatchListOutgoingTypedLinks.add_member(:filter_attribute_ranges, Shapes::ShapeRef.new(shape: TypedLinkAttributeRangeList, location_name: "FilterAttributeRanges"))
553
+ BatchListOutgoingTypedLinks.add_member(:filter_typed_link, Shapes::ShapeRef.new(shape: TypedLinkSchemaAndFacetName, location_name: "FilterTypedLink"))
554
+ BatchListOutgoingTypedLinks.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
555
+ BatchListOutgoingTypedLinks.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
556
+ BatchListOutgoingTypedLinks.struct_class = Types::BatchListOutgoingTypedLinks
557
+
558
+ BatchListOutgoingTypedLinksResponse.add_member(:typed_link_specifiers, Shapes::ShapeRef.new(shape: TypedLinkSpecifierList, location_name: "TypedLinkSpecifiers"))
559
+ BatchListOutgoingTypedLinksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
560
+ BatchListOutgoingTypedLinksResponse.struct_class = Types::BatchListOutgoingTypedLinksResponse
561
+
562
+ BatchListPolicyAttachments.add_member(:policy_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "PolicyReference"))
563
+ BatchListPolicyAttachments.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
564
+ BatchListPolicyAttachments.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
565
+ BatchListPolicyAttachments.struct_class = Types::BatchListPolicyAttachments
566
+
567
+ BatchListPolicyAttachmentsResponse.add_member(:object_identifiers, Shapes::ShapeRef.new(shape: ObjectIdentifierList, location_name: "ObjectIdentifiers"))
568
+ BatchListPolicyAttachmentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
569
+ BatchListPolicyAttachmentsResponse.struct_class = Types::BatchListPolicyAttachmentsResponse
570
+
571
+ BatchLookupPolicy.add_member(:object_reference, Shapes::ShapeRef.new(shape: ObjectReference, required: true, location_name: "ObjectReference"))
572
+ BatchLookupPolicy.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
573
+ BatchLookupPolicy.add_member(:max_results, Shapes::ShapeRef.new(shape: NumberResults, location_name: "MaxResults"))
574
+ BatchLookupPolicy.struct_class = Types::BatchLookupPolicy
575
+
576
+ BatchLookupPolicyResponse.add_member(:policy_to_path_list, Shapes::ShapeRef.new(shape: PolicyToPathList, location_name: "PolicyToPathList"))
577
+ BatchLookupPolicyResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
578
+ BatchLookupPolicyResponse.struct_class = Types::BatchLookupPolicyResponse
579
+
422
580
  BatchReadException.add_member(:type, Shapes::ShapeRef.new(shape: BatchReadExceptionType, location_name: "Type"))
423
581
  BatchReadException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
424
582
  BatchReadException.struct_class = Types::BatchReadException
425
583
 
426
584
  BatchReadOperation.add_member(:list_object_attributes, Shapes::ShapeRef.new(shape: BatchListObjectAttributes, location_name: "ListObjectAttributes"))
427
585
  BatchReadOperation.add_member(:list_object_children, Shapes::ShapeRef.new(shape: BatchListObjectChildren, location_name: "ListObjectChildren"))
586
+ BatchReadOperation.add_member(:list_attached_indices, Shapes::ShapeRef.new(shape: BatchListAttachedIndices, location_name: "ListAttachedIndices"))
587
+ BatchReadOperation.add_member(:list_object_parent_paths, Shapes::ShapeRef.new(shape: BatchListObjectParentPaths, location_name: "ListObjectParentPaths"))
588
+ BatchReadOperation.add_member(:get_object_information, Shapes::ShapeRef.new(shape: BatchGetObjectInformation, location_name: "GetObjectInformation"))
589
+ BatchReadOperation.add_member(:list_object_policies, Shapes::ShapeRef.new(shape: BatchListObjectPolicies, location_name: "ListObjectPolicies"))
590
+ BatchReadOperation.add_member(:list_policy_attachments, Shapes::ShapeRef.new(shape: BatchListPolicyAttachments, location_name: "ListPolicyAttachments"))
591
+ BatchReadOperation.add_member(:lookup_policy, Shapes::ShapeRef.new(shape: BatchLookupPolicy, location_name: "LookupPolicy"))
592
+ BatchReadOperation.add_member(:list_index, Shapes::ShapeRef.new(shape: BatchListIndex, location_name: "ListIndex"))
593
+ BatchReadOperation.add_member(:list_outgoing_typed_links, Shapes::ShapeRef.new(shape: BatchListOutgoingTypedLinks, location_name: "ListOutgoingTypedLinks"))
594
+ BatchReadOperation.add_member(:list_incoming_typed_links, Shapes::ShapeRef.new(shape: BatchListIncomingTypedLinks, location_name: "ListIncomingTypedLinks"))
428
595
  BatchReadOperation.struct_class = Types::BatchReadOperation
429
596
 
430
597
  BatchReadOperationList.member = Shapes::ShapeRef.new(shape: BatchReadOperation)
@@ -445,6 +612,15 @@ module Aws::CloudDirectory
445
612
 
446
613
  BatchReadSuccessfulResponse.add_member(:list_object_attributes, Shapes::ShapeRef.new(shape: BatchListObjectAttributesResponse, location_name: "ListObjectAttributes"))
447
614
  BatchReadSuccessfulResponse.add_member(:list_object_children, Shapes::ShapeRef.new(shape: BatchListObjectChildrenResponse, location_name: "ListObjectChildren"))
615
+ BatchReadSuccessfulResponse.add_member(:get_object_information, Shapes::ShapeRef.new(shape: BatchGetObjectInformationResponse, location_name: "GetObjectInformation"))
616
+ BatchReadSuccessfulResponse.add_member(:list_attached_indices, Shapes::ShapeRef.new(shape: BatchListAttachedIndicesResponse, location_name: "ListAttachedIndices"))
617
+ BatchReadSuccessfulResponse.add_member(:list_object_parent_paths, Shapes::ShapeRef.new(shape: BatchListObjectParentPathsResponse, location_name: "ListObjectParentPaths"))
618
+ BatchReadSuccessfulResponse.add_member(:list_object_policies, Shapes::ShapeRef.new(shape: BatchListObjectPoliciesResponse, location_name: "ListObjectPolicies"))
619
+ BatchReadSuccessfulResponse.add_member(:list_policy_attachments, Shapes::ShapeRef.new(shape: BatchListPolicyAttachmentsResponse, location_name: "ListPolicyAttachments"))
620
+ BatchReadSuccessfulResponse.add_member(:lookup_policy, Shapes::ShapeRef.new(shape: BatchLookupPolicyResponse, location_name: "LookupPolicy"))
621
+ BatchReadSuccessfulResponse.add_member(:list_index, Shapes::ShapeRef.new(shape: BatchListIndexResponse, location_name: "ListIndex"))
622
+ BatchReadSuccessfulResponse.add_member(:list_outgoing_typed_links, Shapes::ShapeRef.new(shape: BatchListOutgoingTypedLinksResponse, location_name: "ListOutgoingTypedLinks"))
623
+ BatchReadSuccessfulResponse.add_member(:list_incoming_typed_links, Shapes::ShapeRef.new(shape: BatchListIncomingTypedLinksResponse, location_name: "ListIncomingTypedLinks"))
448
624
  BatchReadSuccessfulResponse.struct_class = Types::BatchReadSuccessfulResponse
449
625
 
450
626
  BatchRemoveFacetFromObject.add_member(:schema_facet, Shapes::ShapeRef.new(shape: SchemaFacet, required: true, location_name: "SchemaFacet"))
@@ -467,6 +643,12 @@ module Aws::CloudDirectory
467
643
  BatchWriteOperation.add_member(:delete_object, Shapes::ShapeRef.new(shape: BatchDeleteObject, location_name: "DeleteObject"))
468
644
  BatchWriteOperation.add_member(:add_facet_to_object, Shapes::ShapeRef.new(shape: BatchAddFacetToObject, location_name: "AddFacetToObject"))
469
645
  BatchWriteOperation.add_member(:remove_facet_from_object, Shapes::ShapeRef.new(shape: BatchRemoveFacetFromObject, location_name: "RemoveFacetFromObject"))
646
+ BatchWriteOperation.add_member(:attach_policy, Shapes::ShapeRef.new(shape: BatchAttachPolicy, location_name: "AttachPolicy"))
647
+ BatchWriteOperation.add_member(:create_index, Shapes::ShapeRef.new(shape: BatchCreateIndex, location_name: "CreateIndex"))
648
+ BatchWriteOperation.add_member(:attach_to_index, Shapes::ShapeRef.new(shape: BatchAttachToIndex, location_name: "AttachToIndex"))
649
+ BatchWriteOperation.add_member(:detach_from_index, Shapes::ShapeRef.new(shape: BatchDetachFromIndex, location_name: "DetachFromIndex"))
650
+ BatchWriteOperation.add_member(:attach_typed_link, Shapes::ShapeRef.new(shape: BatchAttachTypedLink, location_name: "AttachTypedLink"))
651
+ BatchWriteOperation.add_member(:detach_typed_link, Shapes::ShapeRef.new(shape: BatchDetachTypedLink, location_name: "DetachTypedLink"))
470
652
  BatchWriteOperation.struct_class = Types::BatchWriteOperation
471
653
 
472
654
  BatchWriteOperationList.member = Shapes::ShapeRef.new(shape: BatchWriteOperation)
@@ -478,6 +660,12 @@ module Aws::CloudDirectory
478
660
  BatchWriteOperationResponse.add_member(:delete_object, Shapes::ShapeRef.new(shape: BatchDeleteObjectResponse, location_name: "DeleteObject"))
479
661
  BatchWriteOperationResponse.add_member(:add_facet_to_object, Shapes::ShapeRef.new(shape: BatchAddFacetToObjectResponse, location_name: "AddFacetToObject"))
480
662
  BatchWriteOperationResponse.add_member(:remove_facet_from_object, Shapes::ShapeRef.new(shape: BatchRemoveFacetFromObjectResponse, location_name: "RemoveFacetFromObject"))
663
+ BatchWriteOperationResponse.add_member(:attach_policy, Shapes::ShapeRef.new(shape: BatchAttachPolicyResponse, location_name: "AttachPolicy"))
664
+ BatchWriteOperationResponse.add_member(:create_index, Shapes::ShapeRef.new(shape: BatchCreateIndexResponse, location_name: "CreateIndex"))
665
+ BatchWriteOperationResponse.add_member(:attach_to_index, Shapes::ShapeRef.new(shape: BatchAttachToIndexResponse, location_name: "AttachToIndex"))
666
+ BatchWriteOperationResponse.add_member(:detach_from_index, Shapes::ShapeRef.new(shape: BatchDetachFromIndexResponse, location_name: "DetachFromIndex"))
667
+ BatchWriteOperationResponse.add_member(:attach_typed_link, Shapes::ShapeRef.new(shape: BatchAttachTypedLinkResponse, location_name: "AttachTypedLink"))
668
+ BatchWriteOperationResponse.add_member(:detach_typed_link, Shapes::ShapeRef.new(shape: BatchDetachTypedLinkResponse, location_name: "DetachTypedLink"))
481
669
  BatchWriteOperationResponse.struct_class = Types::BatchWriteOperationResponse
482
670
 
483
671
  BatchWriteOperationResponseList.member = Shapes::ShapeRef.new(shape: BatchWriteOperationResponse)
@@ -1199,6 +1387,7 @@ module Aws::CloudDirectory
1199
1387
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1200
1388
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1201
1389
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1390
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1202
1391
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1203
1392
  o.errors << Shapes::ShapeRef.new(shape: InvalidAttachmentException)
1204
1393
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
@@ -1491,6 +1680,7 @@ module Aws::CloudDirectory
1491
1680
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1492
1681
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1493
1682
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1683
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1494
1684
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1495
1685
  o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)
1496
1686
  end)
@@ -1750,6 +1940,7 @@ module Aws::CloudDirectory
1750
1940
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1751
1941
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1752
1942
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1943
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1753
1944
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1754
1945
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1755
1946
  o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)
@@ -1911,6 +2102,7 @@ module Aws::CloudDirectory
1911
2102
  o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1912
2103
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1913
2104
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2105
+ o.errors << Shapes::ShapeRef.new(shape: DirectoryNotEnabledException)
1914
2106
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1915
2107
  o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
1916
2108
  o.errors << Shapes::ShapeRef.new(shape: FacetValidationException)