Literals#
Index > CleanRoomsService > Literals
Auto-generated documentation for CleanRoomsService type annotations stubs module mypy-boto3-cleanrooms.
AdditionalAnalysesType#
# AdditionalAnalysesType usage example
from mypy_boto3_cleanrooms.literals import AdditionalAnalysesType
def get_value() -> AdditionalAnalysesType:
return "ALLOWED"
# AdditionalAnalysesType definition
AdditionalAnalysesType = Literal[
"ALLOWED",
"NOT_ALLOWED",
"REQUIRED",
]
AggregateFunctionNameType#
# AggregateFunctionNameType usage example
from mypy_boto3_cleanrooms.literals import AggregateFunctionNameType
def get_value() -> AggregateFunctionNameType:
return "AVG"
# AggregateFunctionNameType definition
AggregateFunctionNameType = Literal[
"AVG",
"COUNT",
"COUNT_DISTINCT",
"SUM",
"SUM_DISTINCT",
]
AggregationTypeType#
# AggregationTypeType usage example
from mypy_boto3_cleanrooms.literals import AggregationTypeType
def get_value() -> AggregationTypeType:
return "COUNT_DISTINCT"
# AggregationTypeType definition
AggregationTypeType = Literal[
"COUNT_DISTINCT",
]
AnalysisFormatType#
# AnalysisFormatType usage example
from mypy_boto3_cleanrooms.literals import AnalysisFormatType
def get_value() -> AnalysisFormatType:
return "SQL"
# AnalysisFormatType definition
AnalysisFormatType = Literal[
"SQL",
]
AnalysisMethodType#
# AnalysisMethodType usage example
from mypy_boto3_cleanrooms.literals import AnalysisMethodType
def get_value() -> AnalysisMethodType:
return "DIRECT_QUERY"
# AnalysisMethodType definition
AnalysisMethodType = Literal[
"DIRECT_QUERY",
]
AnalysisRuleTypeType#
# AnalysisRuleTypeType usage example
from mypy_boto3_cleanrooms.literals import AnalysisRuleTypeType
def get_value() -> AnalysisRuleTypeType:
return "AGGREGATION"
# AnalysisRuleTypeType definition
AnalysisRuleTypeType = Literal[
"AGGREGATION",
"CUSTOM",
"ID_MAPPING_TABLE",
"LIST",
]
AnalysisTemplateValidationStatusType#
# AnalysisTemplateValidationStatusType usage example
from mypy_boto3_cleanrooms.literals import AnalysisTemplateValidationStatusType
def get_value() -> AnalysisTemplateValidationStatusType:
return "INVALID"
# AnalysisTemplateValidationStatusType definition
AnalysisTemplateValidationStatusType = Literal[
"INVALID",
"UNABLE_TO_VALIDATE",
"VALID",
]
AnalysisTemplateValidationTypeType#
# AnalysisTemplateValidationTypeType usage example
from mypy_boto3_cleanrooms.literals import AnalysisTemplateValidationTypeType
def get_value() -> AnalysisTemplateValidationTypeType:
return "DIFFERENTIAL_PRIVACY"
# AnalysisTemplateValidationTypeType definition
AnalysisTemplateValidationTypeType = Literal[
"DIFFERENTIAL_PRIVACY",
]
AnalysisTypeType#
# AnalysisTypeType usage example
from mypy_boto3_cleanrooms.literals import AnalysisTypeType
def get_value() -> AnalysisTypeType:
return "ADDITIONAL_ANALYSIS"
# AnalysisTypeType definition
AnalysisTypeType = Literal[
"ADDITIONAL_ANALYSIS",
"DIRECT_ANALYSIS",
]
AnalyticsEngineType#
# AnalyticsEngineType usage example
from mypy_boto3_cleanrooms.literals import AnalyticsEngineType
def get_value() -> AnalyticsEngineType:
return "CLEAN_ROOMS_SQL"
# AnalyticsEngineType definition
AnalyticsEngineType = Literal[
"CLEAN_ROOMS_SQL",
"SPARK",
]
CollaborationQueryLogStatusType#
# CollaborationQueryLogStatusType usage example
from mypy_boto3_cleanrooms.literals import CollaborationQueryLogStatusType
def get_value() -> CollaborationQueryLogStatusType:
return "DISABLED"
# CollaborationQueryLogStatusType definition
CollaborationQueryLogStatusType = Literal[
"DISABLED",
"ENABLED",
]
ConfiguredTableAnalysisRuleTypeType#
# ConfiguredTableAnalysisRuleTypeType usage example
from mypy_boto3_cleanrooms.literals import ConfiguredTableAnalysisRuleTypeType
def get_value() -> ConfiguredTableAnalysisRuleTypeType:
return "AGGREGATION"
# ConfiguredTableAnalysisRuleTypeType definition
ConfiguredTableAnalysisRuleTypeType = Literal[
"AGGREGATION",
"CUSTOM",
"LIST",
]
ConfiguredTableAssociationAnalysisRuleTypeType#
# ConfiguredTableAssociationAnalysisRuleTypeType usage example
from mypy_boto3_cleanrooms.literals import ConfiguredTableAssociationAnalysisRuleTypeType
def get_value() -> ConfiguredTableAssociationAnalysisRuleTypeType:
return "AGGREGATION"
# ConfiguredTableAssociationAnalysisRuleTypeType definition
ConfiguredTableAssociationAnalysisRuleTypeType = Literal[
"AGGREGATION",
"CUSTOM",
"LIST",
]
CustomMLMemberAbilityType#
# CustomMLMemberAbilityType usage example
from mypy_boto3_cleanrooms.literals import CustomMLMemberAbilityType
def get_value() -> CustomMLMemberAbilityType:
return "CAN_RECEIVE_INFERENCE_OUTPUT"
# CustomMLMemberAbilityType definition
CustomMLMemberAbilityType = Literal[
"CAN_RECEIVE_INFERENCE_OUTPUT",
"CAN_RECEIVE_MODEL_OUTPUT",
]
DifferentialPrivacyAggregationTypeType#
# DifferentialPrivacyAggregationTypeType usage example
from mypy_boto3_cleanrooms.literals import DifferentialPrivacyAggregationTypeType
def get_value() -> DifferentialPrivacyAggregationTypeType:
return "AVG"
# DifferentialPrivacyAggregationTypeType definition
DifferentialPrivacyAggregationTypeType = Literal[
"AVG",
"COUNT",
"COUNT_DISTINCT",
"STDDEV",
"SUM",
]
FilterableMemberStatusType#
# FilterableMemberStatusType usage example
from mypy_boto3_cleanrooms.literals import FilterableMemberStatusType
def get_value() -> FilterableMemberStatusType:
return "ACTIVE"
# FilterableMemberStatusType definition
FilterableMemberStatusType = Literal[
"ACTIVE",
"INVITED",
]
IdNamespaceTypeType#
# IdNamespaceTypeType usage example
from mypy_boto3_cleanrooms.literals import IdNamespaceTypeType
def get_value() -> IdNamespaceTypeType:
return "SOURCE"
# IdNamespaceTypeType definition
IdNamespaceTypeType = Literal[
"SOURCE",
"TARGET",
]
JoinOperatorType#
# JoinOperatorType usage example
from mypy_boto3_cleanrooms.literals import JoinOperatorType
def get_value() -> JoinOperatorType:
return "AND"
# JoinOperatorType definition
JoinOperatorType = Literal[
"AND",
"OR",
]
JoinRequiredOptionType#
# JoinRequiredOptionType usage example
from mypy_boto3_cleanrooms.literals import JoinRequiredOptionType
def get_value() -> JoinRequiredOptionType:
return "QUERY_RUNNER"
# JoinRequiredOptionType definition
JoinRequiredOptionType = Literal[
"QUERY_RUNNER",
]
ListAnalysisTemplatesPaginatorName#
# ListAnalysisTemplatesPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListAnalysisTemplatesPaginatorName
def get_value() -> ListAnalysisTemplatesPaginatorName:
return "list_analysis_templates"
# ListAnalysisTemplatesPaginatorName definition
ListAnalysisTemplatesPaginatorName = Literal[
"list_analysis_templates",
]
ListCollaborationAnalysisTemplatesPaginatorName#
# ListCollaborationAnalysisTemplatesPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListCollaborationAnalysisTemplatesPaginatorName
def get_value() -> ListCollaborationAnalysisTemplatesPaginatorName:
return "list_collaboration_analysis_templates"
# ListCollaborationAnalysisTemplatesPaginatorName definition
ListCollaborationAnalysisTemplatesPaginatorName = Literal[
"list_collaboration_analysis_templates",
]
ListCollaborationConfiguredAudienceModelAssociationsPaginatorName#
# ListCollaborationConfiguredAudienceModelAssociationsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListCollaborationConfiguredAudienceModelAssociationsPaginatorName
def get_value() -> ListCollaborationConfiguredAudienceModelAssociationsPaginatorName:
return "list_collaboration_configured_audience_model_associations"
# ListCollaborationConfiguredAudienceModelAssociationsPaginatorName definition
ListCollaborationConfiguredAudienceModelAssociationsPaginatorName = Literal[
"list_collaboration_configured_audience_model_associations",
]
ListCollaborationIdNamespaceAssociationsPaginatorName#
# ListCollaborationIdNamespaceAssociationsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListCollaborationIdNamespaceAssociationsPaginatorName
def get_value() -> ListCollaborationIdNamespaceAssociationsPaginatorName:
return "list_collaboration_id_namespace_associations"
# ListCollaborationIdNamespaceAssociationsPaginatorName definition
ListCollaborationIdNamespaceAssociationsPaginatorName = Literal[
"list_collaboration_id_namespace_associations",
]
ListCollaborationPrivacyBudgetTemplatesPaginatorName#
# ListCollaborationPrivacyBudgetTemplatesPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListCollaborationPrivacyBudgetTemplatesPaginatorName
def get_value() -> ListCollaborationPrivacyBudgetTemplatesPaginatorName:
return "list_collaboration_privacy_budget_templates"
# ListCollaborationPrivacyBudgetTemplatesPaginatorName definition
ListCollaborationPrivacyBudgetTemplatesPaginatorName = Literal[
"list_collaboration_privacy_budget_templates",
]
ListCollaborationPrivacyBudgetsPaginatorName#
# ListCollaborationPrivacyBudgetsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListCollaborationPrivacyBudgetsPaginatorName
def get_value() -> ListCollaborationPrivacyBudgetsPaginatorName:
return "list_collaboration_privacy_budgets"
# ListCollaborationPrivacyBudgetsPaginatorName definition
ListCollaborationPrivacyBudgetsPaginatorName = Literal[
"list_collaboration_privacy_budgets",
]
ListCollaborationsPaginatorName#
# ListCollaborationsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListCollaborationsPaginatorName
def get_value() -> ListCollaborationsPaginatorName:
return "list_collaborations"
# ListCollaborationsPaginatorName definition
ListCollaborationsPaginatorName = Literal[
"list_collaborations",
]
ListConfiguredAudienceModelAssociationsPaginatorName#
# ListConfiguredAudienceModelAssociationsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListConfiguredAudienceModelAssociationsPaginatorName
def get_value() -> ListConfiguredAudienceModelAssociationsPaginatorName:
return "list_configured_audience_model_associations"
# ListConfiguredAudienceModelAssociationsPaginatorName definition
ListConfiguredAudienceModelAssociationsPaginatorName = Literal[
"list_configured_audience_model_associations",
]
ListConfiguredTableAssociationsPaginatorName#
# ListConfiguredTableAssociationsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListConfiguredTableAssociationsPaginatorName
def get_value() -> ListConfiguredTableAssociationsPaginatorName:
return "list_configured_table_associations"
# ListConfiguredTableAssociationsPaginatorName definition
ListConfiguredTableAssociationsPaginatorName = Literal[
"list_configured_table_associations",
]
ListConfiguredTablesPaginatorName#
# ListConfiguredTablesPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListConfiguredTablesPaginatorName
def get_value() -> ListConfiguredTablesPaginatorName:
return "list_configured_tables"
# ListConfiguredTablesPaginatorName definition
ListConfiguredTablesPaginatorName = Literal[
"list_configured_tables",
]
ListIdMappingTablesPaginatorName#
# ListIdMappingTablesPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListIdMappingTablesPaginatorName
def get_value() -> ListIdMappingTablesPaginatorName:
return "list_id_mapping_tables"
# ListIdMappingTablesPaginatorName definition
ListIdMappingTablesPaginatorName = Literal[
"list_id_mapping_tables",
]
ListIdNamespaceAssociationsPaginatorName#
# ListIdNamespaceAssociationsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListIdNamespaceAssociationsPaginatorName
def get_value() -> ListIdNamespaceAssociationsPaginatorName:
return "list_id_namespace_associations"
# ListIdNamespaceAssociationsPaginatorName definition
ListIdNamespaceAssociationsPaginatorName = Literal[
"list_id_namespace_associations",
]
ListMembersPaginatorName#
# ListMembersPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListMembersPaginatorName
def get_value() -> ListMembersPaginatorName:
return "list_members"
# ListMembersPaginatorName definition
ListMembersPaginatorName = Literal[
"list_members",
]
ListMembershipsPaginatorName#
# ListMembershipsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListMembershipsPaginatorName
def get_value() -> ListMembershipsPaginatorName:
return "list_memberships"
# ListMembershipsPaginatorName definition
ListMembershipsPaginatorName = Literal[
"list_memberships",
]
ListPrivacyBudgetTemplatesPaginatorName#
# ListPrivacyBudgetTemplatesPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListPrivacyBudgetTemplatesPaginatorName
def get_value() -> ListPrivacyBudgetTemplatesPaginatorName:
return "list_privacy_budget_templates"
# ListPrivacyBudgetTemplatesPaginatorName definition
ListPrivacyBudgetTemplatesPaginatorName = Literal[
"list_privacy_budget_templates",
]
ListPrivacyBudgetsPaginatorName#
# ListPrivacyBudgetsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListPrivacyBudgetsPaginatorName
def get_value() -> ListPrivacyBudgetsPaginatorName:
return "list_privacy_budgets"
# ListPrivacyBudgetsPaginatorName definition
ListPrivacyBudgetsPaginatorName = Literal[
"list_privacy_budgets",
]
ListProtectedQueriesPaginatorName#
# ListProtectedQueriesPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListProtectedQueriesPaginatorName
def get_value() -> ListProtectedQueriesPaginatorName:
return "list_protected_queries"
# ListProtectedQueriesPaginatorName definition
ListProtectedQueriesPaginatorName = Literal[
"list_protected_queries",
]
ListSchemasPaginatorName#
# ListSchemasPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListSchemasPaginatorName
def get_value() -> ListSchemasPaginatorName:
return "list_schemas"
# ListSchemasPaginatorName definition
ListSchemasPaginatorName = Literal[
"list_schemas",
]
MemberAbilityType#
# MemberAbilityType usage example
from mypy_boto3_cleanrooms.literals import MemberAbilityType
def get_value() -> MemberAbilityType:
return "CAN_QUERY"
# MemberAbilityType definition
MemberAbilityType = Literal[
"CAN_QUERY",
"CAN_RECEIVE_RESULTS",
]
MemberStatusType#
# MemberStatusType usage example
from mypy_boto3_cleanrooms.literals import MemberStatusType
def get_value() -> MemberStatusType:
return "ACTIVE"
# MemberStatusType definition
MemberStatusType = Literal[
"ACTIVE",
"INVITED",
"LEFT",
"REMOVED",
]
MembershipQueryLogStatusType#
# MembershipQueryLogStatusType usage example
from mypy_boto3_cleanrooms.literals import MembershipQueryLogStatusType
def get_value() -> MembershipQueryLogStatusType:
return "DISABLED"
# MembershipQueryLogStatusType definition
MembershipQueryLogStatusType = Literal[
"DISABLED",
"ENABLED",
]
MembershipStatusType#
# MembershipStatusType usage example
from mypy_boto3_cleanrooms.literals import MembershipStatusType
def get_value() -> MembershipStatusType:
return "ACTIVE"
# MembershipStatusType definition
MembershipStatusType = Literal[
"ACTIVE",
"COLLABORATION_DELETED",
"REMOVED",
]
ParameterTypeType#
# ParameterTypeType usage example
from mypy_boto3_cleanrooms.literals import ParameterTypeType
def get_value() -> ParameterTypeType:
return "BIGINT"
# ParameterTypeType definition
ParameterTypeType = Literal[
"BIGINT",
"BINARY",
"BOOLEAN",
"BYTE",
"CHAR",
"CHARACTER",
"DATE",
"DECIMAL",
"DOUBLE",
"DOUBLE_PRECISION",
"FLOAT",
"INT",
"INTEGER",
"LONG",
"NUMERIC",
"REAL",
"SHORT",
"SMALLINT",
"STRING",
"TIME",
"TIMESTAMP",
"TIMESTAMP_LTZ",
"TIMESTAMP_NTZ",
"TIMESTAMPTZ",
"TIMETZ",
"TINYINT",
"VARBYTE",
"VARCHAR",
]
PrivacyBudgetTemplateAutoRefreshType#
# PrivacyBudgetTemplateAutoRefreshType usage example
from mypy_boto3_cleanrooms.literals import PrivacyBudgetTemplateAutoRefreshType
def get_value() -> PrivacyBudgetTemplateAutoRefreshType:
return "CALENDAR_MONTH"
# PrivacyBudgetTemplateAutoRefreshType definition
PrivacyBudgetTemplateAutoRefreshType = Literal[
"CALENDAR_MONTH",
"NONE",
]
PrivacyBudgetTypeType#
# PrivacyBudgetTypeType usage example
from mypy_boto3_cleanrooms.literals import PrivacyBudgetTypeType
def get_value() -> PrivacyBudgetTypeType:
return "DIFFERENTIAL_PRIVACY"
# PrivacyBudgetTypeType definition
PrivacyBudgetTypeType = Literal[
"DIFFERENTIAL_PRIVACY",
]
ProtectedQueryStatusType#
# ProtectedQueryStatusType usage example
from mypy_boto3_cleanrooms.literals import ProtectedQueryStatusType
def get_value() -> ProtectedQueryStatusType:
return "CANCELLED"
# ProtectedQueryStatusType definition
ProtectedQueryStatusType = Literal[
"CANCELLED",
"CANCELLING",
"FAILED",
"STARTED",
"SUBMITTED",
"SUCCESS",
"TIMED_OUT",
]
ProtectedQueryTypeType#
# ProtectedQueryTypeType usage example
from mypy_boto3_cleanrooms.literals import ProtectedQueryTypeType
def get_value() -> ProtectedQueryTypeType:
return "SQL"
# ProtectedQueryTypeType definition
ProtectedQueryTypeType = Literal[
"SQL",
]
ResultFormatType#
# ResultFormatType usage example
from mypy_boto3_cleanrooms.literals import ResultFormatType
def get_value() -> ResultFormatType:
return "CSV"
# ResultFormatType definition
ResultFormatType = Literal[
"CSV",
"PARQUET",
]
ScalarFunctionsType#
# ScalarFunctionsType usage example
from mypy_boto3_cleanrooms.literals import ScalarFunctionsType
def get_value() -> ScalarFunctionsType:
return "ABS"
# ScalarFunctionsType definition
ScalarFunctionsType = Literal[
"ABS",
"CAST",
"CEILING",
"COALESCE",
"CONVERT",
"CURRENT_DATE",
"DATEADD",
"EXTRACT",
"FLOOR",
"GETDATE",
"LN",
"LOG",
"LOWER",
"ROUND",
"RTRIM",
"SQRT",
"SUBSTRING",
"TO_CHAR",
"TO_DATE",
"TO_NUMBER",
"TO_TIMESTAMP",
"TRIM",
"TRUNC",
"UPPER",
]
SchemaConfigurationType#
# SchemaConfigurationType usage example
from mypy_boto3_cleanrooms.literals import SchemaConfigurationType
def get_value() -> SchemaConfigurationType:
return "DIFFERENTIAL_PRIVACY"
# SchemaConfigurationType definition
SchemaConfigurationType = Literal[
"DIFFERENTIAL_PRIVACY",
]
SchemaStatusReasonCodeType#
# SchemaStatusReasonCodeType usage example
from mypy_boto3_cleanrooms.literals import SchemaStatusReasonCodeType
def get_value() -> SchemaStatusReasonCodeType:
return "ADDITIONAL_ANALYSES_NOT_ALLOWED"
# SchemaStatusReasonCodeType definition
SchemaStatusReasonCodeType = Literal[
"ADDITIONAL_ANALYSES_NOT_ALLOWED",
"ADDITIONAL_ANALYSES_NOT_CONFIGURED",
"ANALYSIS_PROVIDERS_NOT_CONFIGURED",
"ANALYSIS_RULE_MISSING",
"ANALYSIS_RULE_TYPES_NOT_COMPATIBLE",
"ANALYSIS_TEMPLATES_NOT_CONFIGURED",
"COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED",
"DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED",
"ID_MAPPING_TABLE_NOT_POPULATED",
"RESULT_RECEIVERS_NOT_ALLOWED",
"RESULT_RECEIVERS_NOT_CONFIGURED",
]
SchemaStatusType#
# SchemaStatusType usage example
from mypy_boto3_cleanrooms.literals import SchemaStatusType
def get_value() -> SchemaStatusType:
return "NOT_READY"
# SchemaStatusType definition
SchemaStatusType = Literal[
"NOT_READY",
"READY",
]
SchemaTypeType#
# SchemaTypeType usage example
from mypy_boto3_cleanrooms.literals import SchemaTypeType
def get_value() -> SchemaTypeType:
return "ID_MAPPING_TABLE"
# SchemaTypeType definition
SchemaTypeType = Literal[
"ID_MAPPING_TABLE",
"TABLE",
]
TargetProtectedQueryStatusType#
# TargetProtectedQueryStatusType usage example
from mypy_boto3_cleanrooms.literals import TargetProtectedQueryStatusType
def get_value() -> TargetProtectedQueryStatusType:
return "CANCELLED"
# TargetProtectedQueryStatusType definition
TargetProtectedQueryStatusType = Literal[
"CANCELLED",
]
WorkerComputeTypeType#
# WorkerComputeTypeType usage example
from mypy_boto3_cleanrooms.literals import WorkerComputeTypeType
def get_value() -> WorkerComputeTypeType:
return "CR.1X"
# WorkerComputeTypeType definition
WorkerComputeTypeType = Literal[
"CR.1X",
"CR.4X",
]
CleanRoomsServiceServiceName#
# CleanRoomsServiceServiceName usage example
from mypy_boto3_cleanrooms.literals import CleanRoomsServiceServiceName
def get_value() -> CleanRoomsServiceServiceName:
return "cleanrooms"
# CleanRoomsServiceServiceName definition
CleanRoomsServiceServiceName = Literal[
"cleanrooms",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_cleanrooms.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-runtime",
"billing",
"billingconductor",
"braket",
"budgets",
"ce",
"chatbot",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cleanroomsml",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudfront-keyvaluestore",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codeconnections",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcampaignsv2",
"connectcases",
"connectparticipant",
"controlcatalog",
"controltower",
"cost-optimization-hub",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"datazone",
"dax",
"deadline",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"ds-data",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"geo-maps",
"geo-places",
"geo-routes",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector-scan",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"kinesis",
"kinesis-video-archived-media",
"kinesis-video-media",
"kinesis-video-signaling",
"kinesis-video-webrtc-storage",
"kinesisanalytics",
"kinesisanalyticsv2",
"kinesisvideo",
"kms",
"lakeformation",
"lambda",
"launch-wizard",
"lex-models",
"lex-runtime",
"lexv2-models",
"lexv2-runtime",
"license-manager",
"license-manager-linux-subscriptions",
"license-manager-user-subscriptions",
"lightsail",
"location",
"logs",
"lookoutequipment",
"lookoutmetrics",
"lookoutvision",
"m2",
"machinelearning",
"macie2",
"mailmanager",
"managedblockchain",
"managedblockchain-query",
"marketplace-agreement",
"marketplace-catalog",
"marketplace-deployment",
"marketplace-entitlement",
"marketplace-reporting",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"medical-imaging",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-selling",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"pca-connector-scep",
"pcs",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-quicksetup",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"supplychain",
"support",
"support-app",
"swf",
"synthetics",
"taxsettings",
"textract",
"timestream-influxdb",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"trustedadvisor",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_cleanrooms.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_cleanrooms.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_analysis_templates"
# PaginatorName definition
PaginatorName = Literal[
"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",
]
RegionName#
# RegionName usage example
from mypy_boto3_cleanrooms.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-southeast-1",
"ap-southeast-2",
"eu-central-1",
"eu-north-1",
"eu-west-1",
"eu-west-2",
"us-east-1",
"us-east-2",
"us-west-2",
]