clouddirectory

class moto.clouddirectory.models.CloudDirectoryBackend(region_name: str, account_id: str)

Implementation of CloudDirectory APIs.

Implemented features for this service

  • [ ] add_facet_to_object

  • [ ] apply_schema

  • [ ] attach_object

  • [ ] attach_policy

  • [ ] attach_to_index

  • [ ] attach_typed_link

  • [ ] batch_read

  • [ ] batch_write

  • [X] create_directory

  • [ ] create_facet

  • [ ] create_index

  • [ ] create_object

  • [ ] create_schema

  • [ ] create_typed_link_facet

  • [X] delete_directory

  • [ ] delete_facet

  • [ ] delete_object

  • [ ] delete_schema

  • [ ] delete_typed_link_facet

  • [ ] detach_from_index

  • [ ] detach_object

  • [ ] detach_policy

  • [ ] detach_typed_link

  • [ ] disable_directory

  • [ ] enable_directory

  • [ ] get_applied_schema_version

  • [X] get_directory

  • [ ] get_facet

  • [ ] get_link_attributes

  • [ ] get_object_attributes

  • [ ] get_object_information

  • [ ] get_schema_as_json

  • [ ] get_typed_link_facet_information

  • [ ] list_applied_schema_arns

  • [ ] list_attached_indices

  • [ ] list_development_schema_arns

  • [X] list_directories

  • [ ] list_facet_attributes

  • [ ] list_facet_names

  • [ ] list_incoming_typed_links

  • [ ] list_index

  • [ ] list_managed_schema_arns

  • [ ] list_object_attributes

  • [ ] list_object_children

  • [ ] list_object_parent_paths

  • [ ] list_object_parents

  • [ ] list_object_policies

  • [ ] list_outgoing_typed_links

  • [ ] list_policy_attachments

  • [ ] list_published_schema_arns

  • [X] list_tags_for_resource

  • [ ] list_typed_link_facet_attributes

  • [ ] list_typed_link_facet_names

  • [ ] lookup_policy

  • [ ] publish_schema

  • [ ] put_schema_from_json

  • [ ] remove_facet_from_object

  • [X] tag_resource

  • [X] untag_resource

  • [ ] update_facet

  • [ ] update_link_attributes

  • [ ] update_object_attributes

  • [ ] update_schema

  • [ ] update_typed_link_facet

  • [ ] upgrade_applied_schema

  • [ ] upgrade_published_schema