CleanRoomsService module#
Index > CleanRoomsService
Auto-generated documentation for CleanRoomsService type annotations stubs module mypy-boto3-cleanrooms.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3
package locally with mypy-boto3-builder
.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.36.26' mypy-boto3-builder
- Select
boto3-stubs
AWS SDK. - Add
CleanRoomsService
service. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start
command.
Click Modify
and select boto3 common
and CleanRoomsService
.
From PyPI with pip#
Install boto3-stubs
for CleanRoomsService
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[cleanrooms]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[cleanrooms]'
# standalone installation
python -m pip install mypy-boto3-cleanrooms
How to uninstall#
python -m pip uninstall -y mypy-boto3-cleanrooms
Usage#
Code samples can be found in Examples.
CleanRoomsServiceClient#
Type annotations and code completion for boto3.client("cleanrooms")
as CleanRoomsServiceClient
boto3 documentation
# CleanRoomsServiceClient usage example
from boto3.session import Session
from mypy_boto3_cleanrooms.client import CleanRoomsServiceClient
def get_client() -> CleanRoomsServiceClient:
return Session().client("cleanrooms")
Paginators#
Type annotations and code completion for paginators
from boto3.client("cleanrooms").get_paginator("...")
.
# ListAnalysisTemplatesPaginator usage example
from boto3.session import Session
from mypy_boto3_cleanrooms.paginator import ListAnalysisTemplatesPaginator
def get_list_analysis_templates_paginator() -> ListAnalysisTemplatesPaginator:
return Session().client("cleanrooms").get_paginator("list_analysis_templates"))
- ListAnalysisTemplatesPaginator
- ListCollaborationAnalysisTemplatesPaginator
- ListCollaborationConfiguredAudienceModelAssociationsPaginator
- ListCollaborationIdNamespaceAssociationsPaginator
- ListCollaborationPrivacyBudgetTemplatesPaginator
- ListCollaborationPrivacyBudgetsPaginator
- ListCollaborationsPaginator
- ListConfiguredAudienceModelAssociationsPaginator
- ListConfiguredTableAssociationsPaginator
- ListConfiguredTablesPaginator
- ListIdMappingTablesPaginator
- ListIdNamespaceAssociationsPaginator
- ListMembersPaginator
- ListMembershipsPaginator
- ListPrivacyBudgetTemplatesPaginator
- ListPrivacyBudgetsPaginator
- ListProtectedQueriesPaginator
- ListSchemasPaginator
Literals#
Type annotations for literals used in methods and schema.
# AdditionalAnalysesType usage example
from mypy_boto3_cleanrooms.literals import AdditionalAnalysesType
def get_value() -> AdditionalAnalysesType:
return "ALLOWED"
- AdditionalAnalysesType
- AggregateFunctionNameType
- AggregationTypeType
- AnalysisFormatType
- AnalysisMethodType
- AnalysisRuleTypeType
- AnalysisTemplateValidationStatusType
- AnalysisTemplateValidationTypeType
- AnalysisTypeType
- AnalyticsEngineType
- CollaborationQueryLogStatusType
- ConfiguredTableAnalysisRuleTypeType
- ConfiguredTableAssociationAnalysisRuleTypeType
- CustomMLMemberAbilityType
- DifferentialPrivacyAggregationTypeType
- FilterableMemberStatusType
- IdNamespaceTypeType
- JoinOperatorType
- JoinRequiredOptionType
- ListAnalysisTemplatesPaginatorName
- ListCollaborationAnalysisTemplatesPaginatorName
- ListCollaborationConfiguredAudienceModelAssociationsPaginatorName
- ListCollaborationIdNamespaceAssociationsPaginatorName
- ListCollaborationPrivacyBudgetTemplatesPaginatorName
- ListCollaborationPrivacyBudgetsPaginatorName
- ListCollaborationsPaginatorName
- ListConfiguredAudienceModelAssociationsPaginatorName
- ListConfiguredTableAssociationsPaginatorName
- ListConfiguredTablesPaginatorName
- ListIdMappingTablesPaginatorName
- ListIdNamespaceAssociationsPaginatorName
- ListMembersPaginatorName
- ListMembershipsPaginatorName
- ListPrivacyBudgetTemplatesPaginatorName
- ListPrivacyBudgetsPaginatorName
- ListProtectedQueriesPaginatorName
- ListSchemasPaginatorName
- MemberAbilityType
- MemberStatusType
- MembershipQueryLogStatusType
- MembershipStatusType
- ParameterTypeType
- PrivacyBudgetTemplateAutoRefreshType
- PrivacyBudgetTypeType
- ProtectedQueryStatusType
- ProtectedQueryTypeType
- ResultFormatType
- ScalarFunctionsType
- SchemaConfigurationType
- SchemaStatusReasonCodeType
- SchemaStatusType
- SchemaTypeType
- TargetProtectedQueryStatusType
- WorkerComputeTypeType
- CleanRoomsServiceServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- AggregateColumnOutputTypeDef
- AggregateColumnTypeDef
- AggregationConstraintTypeDef
- AnalysisParameterTypeDef
- AnalysisRuleListOutputTypeDef
- AnalysisRuleListTypeDef
- AnalysisSchemaTypeDef
- AnalysisSourceTypeDef
- AnalysisTemplateSummaryTypeDef
- AnalysisTemplateValidationStatusReasonTypeDef
- AthenaTableReferenceTypeDef
- BatchGetCollaborationAnalysisTemplateErrorTypeDef
- BatchGetCollaborationAnalysisTemplateInputTypeDef
- ResponseMetadataTypeDef
- BatchGetSchemaAnalysisRuleErrorTypeDef
- SchemaAnalysisRuleRequestTypeDef
- BatchGetSchemaErrorTypeDef
- BatchGetSchemaInputTypeDef
- BilledResourceUtilizationTypeDef
- CollaborationAnalysisTemplateSummaryTypeDef
- CollaborationConfiguredAudienceModelAssociationSummaryTypeDef
- CollaborationConfiguredAudienceModelAssociationTypeDef
- IdNamespaceAssociationInputReferenceConfigTypeDef
- IdNamespaceAssociationInputReferencePropertiesSummaryTypeDef
- IdMappingConfigTypeDef
- IdNamespaceAssociationInputReferencePropertiesTypeDef
- CollaborationPrivacyBudgetTemplateSummaryTypeDef
- CollaborationSummaryTypeDef
- DataEncryptionMetadataTypeDef
- ColumnTypeDef
- WorkerComputeConfigurationTypeDef
- DirectAnalysisConfigurationDetailsTypeDef
- ConfiguredAudienceModelAssociationSummaryTypeDef
- ConfiguredAudienceModelAssociationTypeDef
- ConfiguredTableAssociationAnalysisRuleAggregationOutputTypeDef
- ConfiguredTableAssociationAnalysisRuleAggregationTypeDef
- ConfiguredTableAssociationAnalysisRuleCustomOutputTypeDef
- ConfiguredTableAssociationAnalysisRuleCustomTypeDef
- ConfiguredTableAssociationAnalysisRuleListOutputTypeDef
- ConfiguredTableAssociationAnalysisRuleListTypeDef
- ConfiguredTableAssociationSummaryTypeDef
- ConfiguredTableAssociationTypeDef
- ConfiguredTableSummaryTypeDef
- CreateConfiguredAudienceModelAssociationInputTypeDef
- CreateConfiguredTableAssociationInputTypeDef
- IdMappingTableInputReferenceConfigTypeDef
- DeleteAnalysisTemplateInputTypeDef
- DeleteCollaborationInputTypeDef
- DeleteConfiguredAudienceModelAssociationInputTypeDef
- DeleteConfiguredTableAnalysisRuleInputTypeDef
- DeleteConfiguredTableAssociationAnalysisRuleInputTypeDef
- DeleteConfiguredTableAssociationInputTypeDef
- DeleteConfiguredTableInputTypeDef
- DeleteIdMappingTableInputTypeDef
- DeleteIdNamespaceAssociationInputTypeDef
- DeleteMemberInputTypeDef
- DeleteMembershipInputTypeDef
- DeletePrivacyBudgetTemplateInputTypeDef
- DifferentialPrivacyColumnTypeDef
- DifferentialPrivacySensitivityParametersTypeDef
- DifferentialPrivacyPreviewAggregationTypeDef
- DifferentialPrivacyPreviewParametersInputTypeDef
- DifferentialPrivacyPrivacyBudgetAggregationTypeDef
- DifferentialPrivacyTemplateParametersInputTypeDef
- DifferentialPrivacyTemplateParametersOutputTypeDef
- DifferentialPrivacyTemplateUpdateParametersTypeDef
- GetAnalysisTemplateInputTypeDef
- GetCollaborationAnalysisTemplateInputTypeDef
- GetCollaborationConfiguredAudienceModelAssociationInputTypeDef
- GetCollaborationIdNamespaceAssociationInputTypeDef
- GetCollaborationInputTypeDef
- GetCollaborationPrivacyBudgetTemplateInputTypeDef
- GetConfiguredAudienceModelAssociationInputTypeDef
- GetConfiguredTableAnalysisRuleInputTypeDef
- GetConfiguredTableAssociationAnalysisRuleInputTypeDef
- GetConfiguredTableAssociationInputTypeDef
- GetConfiguredTableInputTypeDef
- GetIdMappingTableInputTypeDef
- GetIdNamespaceAssociationInputTypeDef
- GetMembershipInputTypeDef
- GetPrivacyBudgetTemplateInputTypeDef
- GetProtectedQueryInputTypeDef
- GetSchemaAnalysisRuleInputTypeDef
- GetSchemaInputTypeDef
- GlueTableReferenceTypeDef
- IdMappingTableInputSourceTypeDef
- PaginatorConfigTypeDef
- ListAnalysisTemplatesInputTypeDef
- ListCollaborationAnalysisTemplatesInputTypeDef
- ListCollaborationConfiguredAudienceModelAssociationsInputTypeDef
- ListCollaborationIdNamespaceAssociationsInputTypeDef
- ListCollaborationPrivacyBudgetTemplatesInputTypeDef
- ListCollaborationPrivacyBudgetsInputTypeDef
- ListCollaborationsInputTypeDef
- ListConfiguredAudienceModelAssociationsInputTypeDef
- ListConfiguredTableAssociationsInputTypeDef
- ListConfiguredTablesInputTypeDef
- ListIdMappingTablesInputTypeDef
- ListIdNamespaceAssociationsInputTypeDef
- ListMembersInputTypeDef
- ListMembershipsInputTypeDef
- ListPrivacyBudgetTemplatesInputTypeDef
- PrivacyBudgetTemplateSummaryTypeDef
- ListPrivacyBudgetsInputTypeDef
- ListProtectedQueriesInputTypeDef
- ListSchemasInputTypeDef
- SchemaSummaryTypeDef
- ListTagsForResourceInputTypeDef
- MLMemberAbilitiesOutputTypeDef
- MLMemberAbilitiesTypeDef
- ModelInferencePaymentConfigTypeDef
- ModelTrainingPaymentConfigTypeDef
- MembershipModelInferencePaymentConfigTypeDef
- MembershipModelTrainingPaymentConfigTypeDef
- MembershipQueryComputePaymentConfigTypeDef
- ProtectedQueryS3OutputConfigurationTypeDef
- QueryComputePaymentConfigTypeDef
- PopulateIdMappingTableInputTypeDef
- ProtectedQueryErrorTypeDef
- ProtectedQueryMemberOutputConfigurationTypeDef
- ProtectedQueryS3OutputTypeDef
- ProtectedQuerySingleMemberOutputTypeDef
- ProtectedQuerySQLParametersOutputTypeDef
- ProtectedQuerySQLParametersTypeDef
- QueryConstraintRequireOverlapTypeDef
- SchemaStatusReasonTypeDef
- SnowflakeTableSchemaV1TypeDef
- TagResourceInputTypeDef
- UntagResourceInputTypeDef
- UpdateAnalysisTemplateInputTypeDef
- UpdateCollaborationInputTypeDef
- UpdateConfiguredAudienceModelAssociationInputTypeDef
- UpdateConfiguredTableAssociationInputTypeDef
- UpdateConfiguredTableInputTypeDef
- UpdateIdMappingTableInputTypeDef
- UpdateProtectedQueryInputTypeDef
- AnalysisRuleAggregationOutputTypeDef
- AnalysisRuleAggregationTypeDef
- CreateAnalysisTemplateInputTypeDef
- AnalysisTemplateValidationStatusDetailTypeDef
- ListAnalysisTemplatesOutputTypeDef
- ListTagsForResourceOutputTypeDef
- PopulateIdMappingTableOutputTypeDef
- BatchGetSchemaAnalysisRuleInputTypeDef
- ProtectedQueryStatisticsTypeDef
- ListCollaborationAnalysisTemplatesOutputTypeDef
- ListCollaborationConfiguredAudienceModelAssociationsOutputTypeDef
- GetCollaborationConfiguredAudienceModelAssociationOutputTypeDef
- CollaborationIdNamespaceAssociationSummaryTypeDef
- IdNamespaceAssociationSummaryTypeDef
- CreateIdNamespaceAssociationInputTypeDef
- UpdateIdNamespaceAssociationInputTypeDef
- CollaborationIdNamespaceAssociationTypeDef
- IdNamespaceAssociationTypeDef
- ListCollaborationPrivacyBudgetTemplatesOutputTypeDef
- ListCollaborationsOutputTypeDef
- CollaborationTypeDef
- ComputeConfigurationTypeDef
- ConfigurationDetailsTypeDef
- ListConfiguredAudienceModelAssociationsOutputTypeDef
- CreateConfiguredAudienceModelAssociationOutputTypeDef
- GetConfiguredAudienceModelAssociationOutputTypeDef
- UpdateConfiguredAudienceModelAssociationOutputTypeDef
- ConfiguredTableAssociationAnalysisRulePolicyV1OutputTypeDef
- ConfiguredTableAssociationAnalysisRulePolicyV1TypeDef
- ListConfiguredTableAssociationsOutputTypeDef
- CreateConfiguredTableAssociationOutputTypeDef
- GetConfiguredTableAssociationOutputTypeDef
- UpdateConfiguredTableAssociationOutputTypeDef
- ListConfiguredTablesOutputTypeDef
- CreateIdMappingTableInputTypeDef
- IdMappingTableSummaryTypeDef
- DifferentialPrivacyConfigurationOutputTypeDef
- DifferentialPrivacyConfigurationTypeDef
- DifferentialPrivacyParametersTypeDef
- DifferentialPrivacyPrivacyImpactTypeDef
- PreviewPrivacyImpactParametersInputTypeDef
- DifferentialPrivacyPrivacyBudgetTypeDef
- PrivacyBudgetTemplateParametersInputTypeDef
- PrivacyBudgetTemplateParametersOutputTypeDef
- PrivacyBudgetTemplateUpdateParametersTypeDef
- IdMappingTableInputReferencePropertiesTypeDef
- IdMappingTableSchemaTypePropertiesTypeDef
- ListAnalysisTemplatesInputPaginateTypeDef
- ListCollaborationAnalysisTemplatesInputPaginateTypeDef
- ListCollaborationConfiguredAudienceModelAssociationsInputPaginateTypeDef
- ListCollaborationIdNamespaceAssociationsInputPaginateTypeDef
- ListCollaborationPrivacyBudgetTemplatesInputPaginateTypeDef
- ListCollaborationPrivacyBudgetsInputPaginateTypeDef
- ListCollaborationsInputPaginateTypeDef
- ListConfiguredAudienceModelAssociationsInputPaginateTypeDef
- ListConfiguredTableAssociationsInputPaginateTypeDef
- ListConfiguredTablesInputPaginateTypeDef
- ListIdMappingTablesInputPaginateTypeDef
- ListIdNamespaceAssociationsInputPaginateTypeDef
- ListMembersInputPaginateTypeDef
- ListMembershipsInputPaginateTypeDef
- ListPrivacyBudgetTemplatesInputPaginateTypeDef
- ListPrivacyBudgetsInputPaginateTypeDef
- ListProtectedQueriesInputPaginateTypeDef
- ListSchemasInputPaginateTypeDef
- ListPrivacyBudgetTemplatesOutputTypeDef
- ListSchemasOutputTypeDef
- MLMemberAbilitiesUnionTypeDef
- MLPaymentConfigTypeDef
- MembershipMLPaymentConfigTypeDef
- MembershipProtectedQueryOutputConfigurationTypeDef
- ProtectedQueryOutputConfigurationTypeDef
- ProtectedQueryOutputTypeDef
- ProtectedQuerySQLParametersUnionTypeDef
- QueryConstraintTypeDef
- SchemaStatusDetailTypeDef
- SnowflakeTableSchemaOutputTypeDef
- SnowflakeTableSchemaTypeDef
- AnalysisTemplateTypeDef
- CollaborationAnalysisTemplateTypeDef
- ListCollaborationIdNamespaceAssociationsOutputTypeDef
- ListIdNamespaceAssociationsOutputTypeDef
- GetCollaborationIdNamespaceAssociationOutputTypeDef
- CreateIdNamespaceAssociationOutputTypeDef
- GetIdNamespaceAssociationOutputTypeDef
- UpdateIdNamespaceAssociationOutputTypeDef
- CreateCollaborationOutputTypeDef
- GetCollaborationOutputTypeDef
- UpdateCollaborationOutputTypeDef
- ReceiverConfigurationTypeDef
- ConfiguredTableAssociationAnalysisRulePolicyOutputTypeDef
- ConfiguredTableAssociationAnalysisRulePolicyTypeDef
- ListIdMappingTablesOutputTypeDef
- AnalysisRuleCustomOutputTypeDef
- AnalysisRuleCustomTypeDef
- PrivacyImpactTypeDef
- PreviewPrivacyImpactInputTypeDef
- PrivacyBudgetTypeDef
- CreatePrivacyBudgetTemplateInputTypeDef
- CollaborationPrivacyBudgetTemplateTypeDef
- PrivacyBudgetTemplateTypeDef
- UpdatePrivacyBudgetTemplateInputTypeDef
- IdMappingTableTypeDef
- SchemaTypePropertiesTypeDef
- PaymentConfigurationTypeDef
- MembershipPaymentConfigurationTypeDef
- MembershipProtectedQueryResultConfigurationTypeDef
- ProtectedQueryResultConfigurationTypeDef
- ProtectedQueryResultTypeDef
- AnalysisRuleIdMappingTableTypeDef
- SnowflakeTableReferenceOutputTypeDef
- SnowflakeTableReferenceTypeDef
- CreateAnalysisTemplateOutputTypeDef
- GetAnalysisTemplateOutputTypeDef
- UpdateAnalysisTemplateOutputTypeDef
- BatchGetCollaborationAnalysisTemplateOutputTypeDef
- GetCollaborationAnalysisTemplateOutputTypeDef
- ProtectedQuerySummaryTypeDef
- ConfiguredTableAssociationAnalysisRuleTypeDef
- ConfiguredTableAssociationAnalysisRulePolicyUnionTypeDef
- ConfiguredTableAnalysisRulePolicyV1OutputTypeDef
- ConfiguredTableAnalysisRulePolicyV1TypeDef
- PreviewPrivacyImpactOutputTypeDef
- CollaborationPrivacyBudgetSummaryTypeDef
- PrivacyBudgetSummaryTypeDef
- GetCollaborationPrivacyBudgetTemplateOutputTypeDef
- CreatePrivacyBudgetTemplateOutputTypeDef
- GetPrivacyBudgetTemplateOutputTypeDef
- UpdatePrivacyBudgetTemplateOutputTypeDef
- CreateIdMappingTableOutputTypeDef
- GetIdMappingTableOutputTypeDef
- UpdateIdMappingTableOutputTypeDef
- SchemaTypeDef
- MemberSpecificationTypeDef
- MemberSummaryTypeDef
- MembershipSummaryTypeDef
- CreateMembershipInputTypeDef
- MembershipTypeDef
- UpdateMembershipInputTypeDef
- StartProtectedQueryInputTypeDef
- ProtectedQueryTypeDef
- AnalysisRulePolicyV1TypeDef
- TableReferenceOutputTypeDef
- TableReferenceTypeDef
- ListProtectedQueriesOutputTypeDef
- CreateConfiguredTableAssociationAnalysisRuleOutputTypeDef
- GetConfiguredTableAssociationAnalysisRuleOutputTypeDef
- UpdateConfiguredTableAssociationAnalysisRuleOutputTypeDef
- CreateConfiguredTableAssociationAnalysisRuleInputTypeDef
- UpdateConfiguredTableAssociationAnalysisRuleInputTypeDef
- ConfiguredTableAnalysisRulePolicyOutputTypeDef
- ConfiguredTableAnalysisRulePolicyTypeDef
- ListCollaborationPrivacyBudgetsOutputTypeDef
- ListPrivacyBudgetsOutputTypeDef
- BatchGetSchemaOutputTypeDef
- GetSchemaOutputTypeDef
- CreateCollaborationInputTypeDef
- ListMembersOutputTypeDef
- ListMembershipsOutputTypeDef
- CreateMembershipOutputTypeDef
- GetMembershipOutputTypeDef
- UpdateMembershipOutputTypeDef
- GetProtectedQueryOutputTypeDef
- StartProtectedQueryOutputTypeDef
- UpdateProtectedQueryOutputTypeDef
- AnalysisRulePolicyTypeDef
- ConfiguredTableTypeDef
- TableReferenceUnionTypeDef
- ConfiguredTableAnalysisRuleTypeDef
- ConfiguredTableAnalysisRulePolicyUnionTypeDef
- AnalysisRuleTypeDef
- CreateConfiguredTableOutputTypeDef
- GetConfiguredTableOutputTypeDef
- UpdateConfiguredTableOutputTypeDef
- CreateConfiguredTableInputTypeDef
- CreateConfiguredTableAnalysisRuleOutputTypeDef
- GetConfiguredTableAnalysisRuleOutputTypeDef
- UpdateConfiguredTableAnalysisRuleOutputTypeDef
- CreateConfiguredTableAnalysisRuleInputTypeDef
- UpdateConfiguredTableAnalysisRuleInputTypeDef
- BatchGetSchemaAnalysisRuleOutputTypeDef
- GetSchemaAnalysisRuleOutputTypeDef