CleanRoomsService#
Client#
- class CleanRoomsService.Client#
A low-level client representing AWS Clean Rooms Service
Welcome to the Clean Rooms API Reference.
Clean Rooms is an Amazon Web Services service that helps multiple parties to join their data together in a secure collaboration workspace. In the collaboration, members who can query and receive results can get insights into the collective datasets without either party getting access to the other party’s raw data.
To learn more about Clean Rooms concepts, procedures, and best practices, see the Clean Rooms User Guide.
To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the Clean Rooms SQL Reference.
client = session.create_client('cleanrooms')
These are the available methods:
- batch_get_collaboration_analysis_template
- batch_get_schema
- batch_get_schema_analysis_rule
- can_paginate
- close
- create_analysis_template
- create_collaboration
- create_configured_audience_model_association
- 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_membership
- create_privacy_budget_template
- delete_analysis_template
- delete_collaboration
- delete_configured_audience_model_association
- 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_member
- delete_membership
- delete_privacy_budget_template
- get_analysis_template
- get_collaboration
- get_collaboration_analysis_template
- get_collaboration_configured_audience_model_association
- get_collaboration_id_namespace_association
- get_collaboration_privacy_budget_template
- get_configured_audience_model_association
- 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_membership
- get_paginator
- get_privacy_budget_template
- get_protected_query
- get_schema
- get_schema_analysis_rule
- get_waiter
- list_analysis_templates
- list_collaboration_analysis_templates
- list_collaboration_configured_audience_model_associations
- list_collaboration_id_namespace_associations
- list_collaboration_privacy_budget_templates
- list_collaboration_privacy_budgets
- list_collaborations
- list_configured_audience_model_associations
- list_configured_table_associations
- list_configured_tables
- list_id_mapping_tables
- list_id_namespace_associations
- list_members
- list_memberships
- list_privacy_budget_templates
- list_privacy_budgets
- list_protected_queries
- list_schemas
- list_tags_for_resource
- populate_id_mapping_table
- preview_privacy_impact
- start_protected_query
- tag_resource
- untag_resource
- update_analysis_template
- update_collaboration
- update_configured_audience_model_association
- 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_membership
- update_privacy_budget_template
- update_protected_query
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- ListAnalysisTemplates
- ListCollaborationAnalysisTemplates
- ListCollaborationConfiguredAudienceModelAssociations
- ListCollaborationIdNamespaceAssociations
- ListCollaborationPrivacyBudgetTemplates
- ListCollaborationPrivacyBudgets
- ListCollaborations
- ListConfiguredAudienceModelAssociations
- ListConfiguredTableAssociations
- ListConfiguredTables
- ListIdMappingTables
- ListIdNamespaceAssociations
- ListMembers
- ListMemberships
- ListPrivacyBudgetTemplates
- ListPrivacyBudgets
- ListProtectedQueries
- ListSchemas