Literals#
Index > CustomerProfiles > Literals
Auto-generated documentation for CustomerProfiles type annotations stubs module mypy-boto3-customer-profiles.
AttributeDimensionTypeType#
# AttributeDimensionTypeType usage example
from mypy_boto3_customer_profiles.literals import AttributeDimensionTypeType
def get_value() -> AttributeDimensionTypeType:
return "AFTER"
# AttributeDimensionTypeType definition
AttributeDimensionTypeType = Literal[
"AFTER",
"BEFORE",
"BEGINS_WITH",
"BETWEEN",
"CONTAINS",
"ENDS_WITH",
"EQUAL",
"EXCLUSIVE",
"GREATER_THAN",
"GREATER_THAN_OR_EQUAL",
"INCLUSIVE",
"LESS_THAN",
"LESS_THAN_OR_EQUAL",
"NOT_BETWEEN",
"ON",
]
AttributeMatchingModelType#
# AttributeMatchingModelType usage example
from mypy_boto3_customer_profiles.literals import AttributeMatchingModelType
def get_value() -> AttributeMatchingModelType:
return "MANY_TO_MANY"
# AttributeMatchingModelType definition
AttributeMatchingModelType = Literal[
"MANY_TO_MANY",
"ONE_TO_ONE",
]
ConflictResolvingModelType#
# ConflictResolvingModelType usage example
from mypy_boto3_customer_profiles.literals import ConflictResolvingModelType
def get_value() -> ConflictResolvingModelType:
return "RECENCY"
# ConflictResolvingModelType definition
ConflictResolvingModelType = Literal[
"RECENCY",
"SOURCE",
]
DataFormatType#
# DataFormatType usage example
from mypy_boto3_customer_profiles.literals import DataFormatType
def get_value() -> DataFormatType:
return "CSV"
# DataFormatType definition
DataFormatType = Literal[
"CSV",
"JSONL",
"ORC",
]
DataPullModeType#
# DataPullModeType usage example
from mypy_boto3_customer_profiles.literals import DataPullModeType
def get_value() -> DataPullModeType:
return "Complete"
# DataPullModeType definition
DataPullModeType = Literal[
"Complete",
"Incremental",
]
DateDimensionTypeType#
# DateDimensionTypeType usage example
from mypy_boto3_customer_profiles.literals import DateDimensionTypeType
def get_value() -> DateDimensionTypeType:
return "AFTER"
# DateDimensionTypeType definition
DateDimensionTypeType = Literal[
"AFTER",
"BEFORE",
"BETWEEN",
"NOT_BETWEEN",
"ON",
]
EstimateStatusType#
# EstimateStatusType usage example
from mypy_boto3_customer_profiles.literals import EstimateStatusType
def get_value() -> EstimateStatusType:
return "FAILED"
# EstimateStatusType definition
EstimateStatusType = Literal[
"FAILED",
"RUNNING",
"SUCCEEDED",
]
EventStreamDestinationStatusType#
# EventStreamDestinationStatusType usage example
from mypy_boto3_customer_profiles.literals import EventStreamDestinationStatusType
def get_value() -> EventStreamDestinationStatusType:
return "HEALTHY"
# EventStreamDestinationStatusType definition
EventStreamDestinationStatusType = Literal[
"HEALTHY",
"UNHEALTHY",
]
EventStreamStateType#
# EventStreamStateType usage example
from mypy_boto3_customer_profiles.literals import EventStreamStateType
def get_value() -> EventStreamStateType:
return "RUNNING"
# EventStreamStateType definition
EventStreamStateType = Literal[
"RUNNING",
"STOPPED",
]
FieldContentTypeType#
# FieldContentTypeType usage example
from mypy_boto3_customer_profiles.literals import FieldContentTypeType
def get_value() -> FieldContentTypeType:
return "EMAIL_ADDRESS"
# FieldContentTypeType definition
FieldContentTypeType = Literal[
"EMAIL_ADDRESS",
"NAME",
"NUMBER",
"PHONE_NUMBER",
"STRING",
]
FilterDimensionTypeType#
# FilterDimensionTypeType usage example
from mypy_boto3_customer_profiles.literals import FilterDimensionTypeType
def get_value() -> FilterDimensionTypeType:
return "AFTER"
# FilterDimensionTypeType definition
FilterDimensionTypeType = Literal[
"AFTER",
"BEFORE",
"BEGINS_WITH",
"BETWEEN",
"CONTAINS",
"ENDS_WITH",
"EQUAL",
"EXCLUSIVE",
"GREATER_THAN",
"GREATER_THAN_OR_EQUAL",
"INCLUSIVE",
"LESS_THAN",
"LESS_THAN_OR_EQUAL",
"NOT_BETWEEN",
"ON",
]
GenderType#
# GenderType usage example
from mypy_boto3_customer_profiles.literals import GenderType
def get_value() -> GenderType:
return "FEMALE"
# GenderType definition
GenderType = Literal[
"FEMALE",
"MALE",
"UNSPECIFIED",
]
GetSimilarProfilesPaginatorName#
# GetSimilarProfilesPaginatorName usage example
from mypy_boto3_customer_profiles.literals import GetSimilarProfilesPaginatorName
def get_value() -> GetSimilarProfilesPaginatorName:
return "get_similar_profiles"
# GetSimilarProfilesPaginatorName definition
GetSimilarProfilesPaginatorName = Literal[
"get_similar_profiles",
]
IdentityResolutionJobStatusType#
# IdentityResolutionJobStatusType usage example
from mypy_boto3_customer_profiles.literals import IdentityResolutionJobStatusType
def get_value() -> IdentityResolutionJobStatusType:
return "COMPLETED"
# IdentityResolutionJobStatusType definition
IdentityResolutionJobStatusType = Literal[
"COMPLETED",
"FAILED",
"FIND_MATCHING",
"MERGING",
"PARTIAL_SUCCESS",
"PENDING",
"PREPROCESSING",
]
IncludeOptionsType#
# IncludeOptionsType usage example
from mypy_boto3_customer_profiles.literals import IncludeOptionsType
def get_value() -> IncludeOptionsType:
return "ALL"
# IncludeOptionsType definition
IncludeOptionsType = Literal[
"ALL",
"ANY",
"NONE",
]
IncludeType#
# IncludeType usage example
from mypy_boto3_customer_profiles.literals import IncludeType
def get_value() -> IncludeType:
return "ALL"
# IncludeType definition
IncludeType = Literal[
"ALL",
"ANY",
"NONE",
]
JobScheduleDayOfTheWeekType#
# JobScheduleDayOfTheWeekType usage example
from mypy_boto3_customer_profiles.literals import JobScheduleDayOfTheWeekType
def get_value() -> JobScheduleDayOfTheWeekType:
return "FRIDAY"
# JobScheduleDayOfTheWeekType definition
JobScheduleDayOfTheWeekType = Literal[
"FRIDAY",
"MONDAY",
"SATURDAY",
"SUNDAY",
"THURSDAY",
"TUESDAY",
"WEDNESDAY",
]
ListEventStreamsPaginatorName#
# ListEventStreamsPaginatorName usage example
from mypy_boto3_customer_profiles.literals import ListEventStreamsPaginatorName
def get_value() -> ListEventStreamsPaginatorName:
return "list_event_streams"
# ListEventStreamsPaginatorName definition
ListEventStreamsPaginatorName = Literal[
"list_event_streams",
]
ListObjectTypeAttributesPaginatorName#
# ListObjectTypeAttributesPaginatorName usage example
from mypy_boto3_customer_profiles.literals import ListObjectTypeAttributesPaginatorName
def get_value() -> ListObjectTypeAttributesPaginatorName:
return "list_object_type_attributes"
# ListObjectTypeAttributesPaginatorName definition
ListObjectTypeAttributesPaginatorName = Literal[
"list_object_type_attributes",
]
ListRuleBasedMatchesPaginatorName#
# ListRuleBasedMatchesPaginatorName usage example
from mypy_boto3_customer_profiles.literals import ListRuleBasedMatchesPaginatorName
def get_value() -> ListRuleBasedMatchesPaginatorName:
return "list_rule_based_matches"
# ListRuleBasedMatchesPaginatorName definition
ListRuleBasedMatchesPaginatorName = Literal[
"list_rule_based_matches",
]
ListSegmentDefinitionsPaginatorName#
# ListSegmentDefinitionsPaginatorName usage example
from mypy_boto3_customer_profiles.literals import ListSegmentDefinitionsPaginatorName
def get_value() -> ListSegmentDefinitionsPaginatorName:
return "list_segment_definitions"
# ListSegmentDefinitionsPaginatorName definition
ListSegmentDefinitionsPaginatorName = Literal[
"list_segment_definitions",
]
LogicalOperatorType#
# LogicalOperatorType usage example
from mypy_boto3_customer_profiles.literals import LogicalOperatorType
def get_value() -> LogicalOperatorType:
return "AND"
# LogicalOperatorType definition
LogicalOperatorType = Literal[
"AND",
"OR",
]
MarketoConnectorOperatorType#
# MarketoConnectorOperatorType usage example
from mypy_boto3_customer_profiles.literals import MarketoConnectorOperatorType
def get_value() -> MarketoConnectorOperatorType:
return "ADDITION"
# MarketoConnectorOperatorType definition
MarketoConnectorOperatorType = Literal[
"ADDITION",
"BETWEEN",
"DIVISION",
"GREATER_THAN",
"LESS_THAN",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"MULTIPLICATION",
"NO_OP",
"PROJECTION",
"SUBTRACTION",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NUMERIC",
]
MatchTypeType#
# MatchTypeType usage example
from mypy_boto3_customer_profiles.literals import MatchTypeType
def get_value() -> MatchTypeType:
return "ML_BASED_MATCHING"
# MatchTypeType definition
MatchTypeType = Literal[
"ML_BASED_MATCHING",
"RULE_BASED_MATCHING",
]
OperatorPropertiesKeysType#
# OperatorPropertiesKeysType usage example
from mypy_boto3_customer_profiles.literals import OperatorPropertiesKeysType
def get_value() -> OperatorPropertiesKeysType:
return "CONCAT_FORMAT"
# OperatorPropertiesKeysType definition
OperatorPropertiesKeysType = Literal[
"CONCAT_FORMAT",
"DATA_TYPE",
"DESTINATION_DATA_TYPE",
"LOWER_BOUND",
"MASK_LENGTH",
"MASK_VALUE",
"MATH_OPERATION_FIELDS_ORDER",
"SOURCE_DATA_TYPE",
"SUBFIELD_CATEGORY_MAP",
"TRUNCATE_LENGTH",
"UPPER_BOUND",
"VALIDATION_ACTION",
"VALUE",
"VALUES",
]
OperatorType#
# OperatorType usage example
from mypy_boto3_customer_profiles.literals import OperatorType
def get_value() -> OperatorType:
return "EQUAL_TO"
# OperatorType definition
OperatorType = Literal[
"EQUAL_TO",
"GREATER_THAN",
"LESS_THAN",
"NOT_EQUAL_TO",
]
PartyTypeType#
# PartyTypeType usage example
from mypy_boto3_customer_profiles.literals import PartyTypeType
def get_value() -> PartyTypeType:
return "BUSINESS"
# PartyTypeType definition
PartyTypeType = Literal[
"BUSINESS",
"INDIVIDUAL",
"OTHER",
]
QueryResultType#
# QueryResultType usage example
from mypy_boto3_customer_profiles.literals import QueryResultType
def get_value() -> QueryResultType:
return "ABSENT"
# QueryResultType definition
QueryResultType = Literal[
"ABSENT",
"PRESENT",
]
RangeUnitType#
# RangeUnitType usage example
from mypy_boto3_customer_profiles.literals import RangeUnitType
def get_value() -> RangeUnitType:
return "DAYS"
# RangeUnitType definition
RangeUnitType = Literal[
"DAYS",
]
RuleBasedMatchingStatusType#
# RuleBasedMatchingStatusType usage example
from mypy_boto3_customer_profiles.literals import RuleBasedMatchingStatusType
def get_value() -> RuleBasedMatchingStatusType:
return "ACTIVE"
# RuleBasedMatchingStatusType definition
RuleBasedMatchingStatusType = Literal[
"ACTIVE",
"IN_PROGRESS",
"PENDING",
]
S3ConnectorOperatorType#
# S3ConnectorOperatorType usage example
from mypy_boto3_customer_profiles.literals import S3ConnectorOperatorType
def get_value() -> S3ConnectorOperatorType:
return "ADDITION"
# S3ConnectorOperatorType definition
S3ConnectorOperatorType = Literal[
"ADDITION",
"BETWEEN",
"DIVISION",
"EQUAL_TO",
"GREATER_THAN",
"GREATER_THAN_OR_EQUAL_TO",
"LESS_THAN",
"LESS_THAN_OR_EQUAL_TO",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"MULTIPLICATION",
"NO_OP",
"NOT_EQUAL_TO",
"PROJECTION",
"SUBTRACTION",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NUMERIC",
]
SalesforceConnectorOperatorType#
# SalesforceConnectorOperatorType usage example
from mypy_boto3_customer_profiles.literals import SalesforceConnectorOperatorType
def get_value() -> SalesforceConnectorOperatorType:
return "ADDITION"
# SalesforceConnectorOperatorType definition
SalesforceConnectorOperatorType = Literal[
"ADDITION",
"BETWEEN",
"CONTAINS",
"DIVISION",
"EQUAL_TO",
"GREATER_THAN",
"GREATER_THAN_OR_EQUAL_TO",
"LESS_THAN",
"LESS_THAN_OR_EQUAL_TO",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"MULTIPLICATION",
"NO_OP",
"NOT_EQUAL_TO",
"PROJECTION",
"SUBTRACTION",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NUMERIC",
]
SegmentSnapshotStatusType#
# SegmentSnapshotStatusType usage example
from mypy_boto3_customer_profiles.literals import SegmentSnapshotStatusType
def get_value() -> SegmentSnapshotStatusType:
return "COMPLETED"
# SegmentSnapshotStatusType definition
SegmentSnapshotStatusType = Literal[
"COMPLETED",
"FAILED",
"IN_PROGRESS",
]
ServiceNowConnectorOperatorType#
# ServiceNowConnectorOperatorType usage example
from mypy_boto3_customer_profiles.literals import ServiceNowConnectorOperatorType
def get_value() -> ServiceNowConnectorOperatorType:
return "ADDITION"
# ServiceNowConnectorOperatorType definition
ServiceNowConnectorOperatorType = Literal[
"ADDITION",
"BETWEEN",
"CONTAINS",
"DIVISION",
"EQUAL_TO",
"GREATER_THAN",
"GREATER_THAN_OR_EQUAL_TO",
"LESS_THAN",
"LESS_THAN_OR_EQUAL_TO",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"MULTIPLICATION",
"NO_OP",
"NOT_EQUAL_TO",
"PROJECTION",
"SUBTRACTION",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NUMERIC",
]
SourceConnectorTypeType#
# SourceConnectorTypeType usage example
from mypy_boto3_customer_profiles.literals import SourceConnectorTypeType
def get_value() -> SourceConnectorTypeType:
return "Marketo"
# SourceConnectorTypeType definition
SourceConnectorTypeType = Literal[
"Marketo",
"S3",
"Salesforce",
"Servicenow",
"Zendesk",
]
StandardIdentifierType#
# StandardIdentifierType usage example
from mypy_boto3_customer_profiles.literals import StandardIdentifierType
def get_value() -> StandardIdentifierType:
return "ASSET"
# StandardIdentifierType definition
StandardIdentifierType = Literal[
"ASSET",
"CASE",
"COMMUNICATION_RECORD",
"LOOKUP_ONLY",
"NEW_ONLY",
"ORDER",
"PROFILE",
"SECONDARY",
"UNIQUE",
]
StatisticType#
# StatisticType usage example
from mypy_boto3_customer_profiles.literals import StatisticType
def get_value() -> StatisticType:
return "AVERAGE"
# StatisticType definition
StatisticType = Literal[
"AVERAGE",
"COUNT",
"FIRST_OCCURRENCE",
"LAST_OCCURRENCE",
"MAX_OCCURRENCE",
"MAXIMUM",
"MINIMUM",
"SUM",
]
StatusType#
# StatusType usage example
from mypy_boto3_customer_profiles.literals import StatusType
def get_value() -> StatusType:
return "CANCELLED"
# StatusType definition
StatusType = Literal[
"CANCELLED",
"COMPLETE",
"FAILED",
"IN_PROGRESS",
"NOT_STARTED",
"RETRY",
"SPLIT",
]
StringDimensionTypeType#
# StringDimensionTypeType usage example
from mypy_boto3_customer_profiles.literals import StringDimensionTypeType
def get_value() -> StringDimensionTypeType:
return "BEGINS_WITH"
# StringDimensionTypeType definition
StringDimensionTypeType = Literal[
"BEGINS_WITH",
"CONTAINS",
"ENDS_WITH",
"EXCLUSIVE",
"INCLUSIVE",
]
TaskTypeType#
# TaskTypeType usage example
from mypy_boto3_customer_profiles.literals import TaskTypeType
def get_value() -> TaskTypeType:
return "Arithmetic"
# TaskTypeType definition
TaskTypeType = Literal[
"Arithmetic",
"Filter",
"Map",
"Mask",
"Merge",
"Truncate",
"Validate",
]
TriggerTypeType#
# TriggerTypeType usage example
from mypy_boto3_customer_profiles.literals import TriggerTypeType
def get_value() -> TriggerTypeType:
return "Event"
# TriggerTypeType definition
TriggerTypeType = Literal[
"Event",
"OnDemand",
"Scheduled",
]
TypeType#
# TypeType usage example
from mypy_boto3_customer_profiles.literals import TypeType
def get_value() -> TypeType:
return "ALL"
# TypeType definition
TypeType = Literal[
"ALL",
"ANY",
"NONE",
]
UnitType#
# UnitType usage example
from mypy_boto3_customer_profiles.literals import UnitType
def get_value() -> UnitType:
return "DAYS"
# UnitType definition
UnitType = Literal[
"DAYS",
]
WorkflowTypeType#
# WorkflowTypeType usage example
from mypy_boto3_customer_profiles.literals import WorkflowTypeType
def get_value() -> WorkflowTypeType:
return "APPFLOW_INTEGRATION"
# WorkflowTypeType definition
WorkflowTypeType = Literal[
"APPFLOW_INTEGRATION",
]
ZendeskConnectorOperatorType#
# ZendeskConnectorOperatorType usage example
from mypy_boto3_customer_profiles.literals import ZendeskConnectorOperatorType
def get_value() -> ZendeskConnectorOperatorType:
return "ADDITION"
# ZendeskConnectorOperatorType definition
ZendeskConnectorOperatorType = Literal[
"ADDITION",
"DIVISION",
"GREATER_THAN",
"MASK_ALL",
"MASK_FIRST_N",
"MASK_LAST_N",
"MULTIPLICATION",
"NO_OP",
"PROJECTION",
"SUBTRACTION",
"VALIDATE_NON_NEGATIVE",
"VALIDATE_NON_NULL",
"VALIDATE_NON_ZERO",
"VALIDATE_NUMERIC",
]
CustomerProfilesServiceName#
# CustomerProfilesServiceName usage example
from mypy_boto3_customer_profiles.literals import CustomerProfilesServiceName
def get_value() -> CustomerProfilesServiceName:
return "customer-profiles"
# CustomerProfilesServiceName definition
CustomerProfilesServiceName = Literal[
"customer-profiles",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_customer_profiles.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_customer_profiles.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_customer_profiles.literals import PaginatorName
def get_value() -> PaginatorName:
return "get_similar_profiles"
# PaginatorName definition
PaginatorName = Literal[
"get_similar_profiles",
"list_event_streams",
"list_object_type_attributes",
"list_rule_based_matches",
"list_segment_definitions",
]
RegionName#
# RegionName usage example
from mypy_boto3_customer_profiles.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-west-2",
"us-east-1",
"us-west-2",
]