cleanrooms

class moto.cleanrooms.models.CleanRoomsBackend(region_name: str, account_id: str)

Implementation of CleanRoomsService APIs.

Implemented features for this service

  • [ ] batch_get_collaboration_analysis_template

  • [ ] batch_get_schema

  • [ ] batch_get_schema_analysis_rule

  • [ ] create_analysis_template

  • [X] create_collaboration

  • [ ] create_collaboration_change_request

  • [ ] create_configured_audience_model_association

  • [X] create_configured_table

  • [ ] create_configured_table_analysis_rule

  • [ ] create_configured_table_association

  • [ ] create_configured_table_association_analysis_rule

  • [ ] create_id_mapping_table

  • [ ] create_id_namespace_association

  • [ ] create_intermediate_table

  • [ ] create_intermediate_table_analysis_rule

  • [X] create_membership

  • [ ] create_privacy_budget_template

  • [ ] delete_analysis_template

  • [X] delete_collaboration

  • [ ] delete_configured_audience_model_association

  • [X] delete_configured_table

  • [ ] delete_configured_table_analysis_rule

  • [ ] delete_configured_table_association

  • [ ] delete_configured_table_association_analysis_rule

  • [ ] delete_id_mapping_table

  • [ ] delete_id_namespace_association

  • [ ] delete_intermediate_table

  • [ ] delete_intermediate_table_analysis_rule

  • [ ] delete_member

  • [X] delete_membership

  • [ ] delete_privacy_budget_template

  • [ ] disallow_intermediate_table

  • [ ] get_analysis_template

  • [X] get_collaboration

  • [ ] get_collaboration_analysis_template

  • [ ] get_collaboration_change_request

  • [ ] get_collaboration_configured_audience_model_association

  • [ ] get_collaboration_id_namespace_association

  • [ ] get_collaboration_privacy_budget_template

  • [ ] get_configured_audience_model_association

  • [X] get_configured_table

  • [ ] get_configured_table_analysis_rule

  • [ ] get_configured_table_association

  • [ ] get_configured_table_association_analysis_rule

  • [ ] get_id_mapping_table

  • [ ] get_id_namespace_association

  • [ ] get_intermediate_table

  • [ ] get_intermediate_table_analysis_rule

  • [X] get_membership

  • [ ] get_privacy_budget_template

  • [ ] get_protected_job

  • [ ] get_protected_query

  • [ ] get_schema

  • [ ] get_schema_analysis_rule

  • [ ] list_analysis_templates

  • [ ] list_collaboration_analysis_templates

  • [ ] list_collaboration_change_requests

  • [ ] list_collaboration_configured_audience_model_associations

  • [ ] list_collaboration_id_namespace_associations

  • [ ] list_collaboration_privacy_budget_templates

  • [ ] list_collaboration_privacy_budgets

  • [X] list_collaborations

  • [ ] list_configured_audience_model_associations

  • [ ] list_configured_table_associations

  • [X] list_configured_tables

  • [ ] list_id_mapping_tables

  • [ ] list_id_namespace_associations

  • [ ] list_intermediate_table_versions

  • [ ] list_intermediate_tables

  • [X] list_members

  • [X] list_memberships

  • [ ] list_privacy_budget_templates

  • [ ] list_privacy_budgets

  • [ ] list_protected_jobs

  • [ ] list_protected_queries

  • [ ] list_schemas

  • [X] list_tags_for_resource

  • [ ] populate_id_mapping_table

  • [ ] populate_intermediate_table

  • [ ] preview_privacy_impact

  • [ ] start_protected_job

  • [ ] start_protected_query

  • [X] tag_resource

  • [X] untag_resource

  • [ ] update_analysis_template

  • [X] update_collaboration

  • [ ] update_collaboration_change_request

  • [ ] update_configured_audience_model_association

  • [X] update_configured_table

  • [ ] update_configured_table_analysis_rule

  • [ ] update_configured_table_association

  • [ ] update_configured_table_association_analysis_rule

  • [ ] update_id_mapping_table

  • [ ] update_id_namespace_association

  • [ ] update_intermediate_table

  • [ ] update_intermediate_table_analysis_rule

  • [X] update_membership

  • [ ] update_privacy_budget_template

  • [ ] update_protected_job

  • [ ] update_protected_query