Skip to content

Literals#

Index > FraudDetector > Literals

Auto-generated documentation for FraudDetector type annotations stubs module types-aiobotocore-frauddetector.

AsyncJobStatusType#

# AsyncJobStatusType usage example

from types_aiobotocore_frauddetector.literals import AsyncJobStatusType

def get_value() -> AsyncJobStatusType:
    return "CANCELED"
# AsyncJobStatusType definition

AsyncJobStatusType = Literal[
    "CANCEL_IN_PROGRESS",
    "CANCELED",
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
    "IN_PROGRESS_INITIALIZING",
]

DataSourceType#

# DataSourceType usage example

from types_aiobotocore_frauddetector.literals import DataSourceType

def get_value() -> DataSourceType:
    return "EVENT"
# DataSourceType definition

DataSourceType = Literal[
    "EVENT",
    "EXTERNAL_MODEL_SCORE",
    "MODEL_SCORE",
]

DataTypeType#

# DataTypeType usage example

from types_aiobotocore_frauddetector.literals import DataTypeType

def get_value() -> DataTypeType:
    return "BOOLEAN"
# DataTypeType definition

DataTypeType = Literal[
    "BOOLEAN",
    "DATETIME",
    "FLOAT",
    "INTEGER",
    "STRING",
]

DetectorVersionStatusType#

# DetectorVersionStatusType usage example

from types_aiobotocore_frauddetector.literals import DetectorVersionStatusType

def get_value() -> DetectorVersionStatusType:
    return "ACTIVE"
# DetectorVersionStatusType definition

DetectorVersionStatusType = Literal[
    "ACTIVE",
    "DRAFT",
    "INACTIVE",
]

EventIngestionType#

# EventIngestionType usage example

from types_aiobotocore_frauddetector.literals import EventIngestionType

def get_value() -> EventIngestionType:
    return "DISABLED"
# EventIngestionType definition

EventIngestionType = Literal[
    "DISABLED",
    "ENABLED",
]

LanguageType#

# LanguageType usage example

from types_aiobotocore_frauddetector.literals import LanguageType

def get_value() -> LanguageType:
    return "DETECTORPL"
# LanguageType definition

LanguageType = Literal[
    "DETECTORPL",
]

ListUpdateModeType#

# ListUpdateModeType usage example

from types_aiobotocore_frauddetector.literals import ListUpdateModeType

def get_value() -> ListUpdateModeType:
    return "APPEND"
# ListUpdateModeType definition

ListUpdateModeType = Literal[
    "APPEND",
    "REMOVE",
    "REPLACE",
]

ModelEndpointStatusType#

# ModelEndpointStatusType usage example

from types_aiobotocore_frauddetector.literals import ModelEndpointStatusType

def get_value() -> ModelEndpointStatusType:
    return "ASSOCIATED"
# ModelEndpointStatusType definition

ModelEndpointStatusType = Literal[
    "ASSOCIATED",
    "DISSOCIATED",
]

ModelInputDataFormatType#

# ModelInputDataFormatType usage example

from types_aiobotocore_frauddetector.literals import ModelInputDataFormatType

def get_value() -> ModelInputDataFormatType:
    return "APPLICATION_JSON"
# ModelInputDataFormatType definition

ModelInputDataFormatType = Literal[
    "APPLICATION_JSON",
    "TEXT_CSV",
]

ModelOutputDataFormatType#

# ModelOutputDataFormatType usage example

from types_aiobotocore_frauddetector.literals import ModelOutputDataFormatType

def get_value() -> ModelOutputDataFormatType:
    return "APPLICATION_JSONLINES"
# ModelOutputDataFormatType definition

ModelOutputDataFormatType = Literal[
    "APPLICATION_JSONLINES",
    "TEXT_CSV",
]

ModelSourceType#

# ModelSourceType usage example

from types_aiobotocore_frauddetector.literals import ModelSourceType

def get_value() -> ModelSourceType:
    return "SAGEMAKER"
# ModelSourceType definition

ModelSourceType = Literal[
    "SAGEMAKER",
]

ModelTypeEnumType#

# ModelTypeEnumType usage example

from types_aiobotocore_frauddetector.literals import ModelTypeEnumType

def get_value() -> ModelTypeEnumType:
    return "ACCOUNT_TAKEOVER_INSIGHTS"
# ModelTypeEnumType definition

ModelTypeEnumType = Literal[
    "ACCOUNT_TAKEOVER_INSIGHTS",
    "ONLINE_FRAUD_INSIGHTS",
    "TRANSACTION_FRAUD_INSIGHTS",
]

ModelVersionStatusType#

# ModelVersionStatusType usage example

from types_aiobotocore_frauddetector.literals import ModelVersionStatusType

def get_value() -> ModelVersionStatusType:
    return "ACTIVE"
# ModelVersionStatusType definition

ModelVersionStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
    "TRAINING_CANCELLED",
]

RuleExecutionModeType#

# RuleExecutionModeType usage example

from types_aiobotocore_frauddetector.literals import RuleExecutionModeType

def get_value() -> RuleExecutionModeType:
    return "ALL_MATCHED"
# RuleExecutionModeType definition

RuleExecutionModeType = Literal[
    "ALL_MATCHED",
    "FIRST_MATCHED",
]

TrainingDataSourceEnumType#

# TrainingDataSourceEnumType usage example

from types_aiobotocore_frauddetector.literals import TrainingDataSourceEnumType

def get_value() -> TrainingDataSourceEnumType:
    return "EXTERNAL_EVENTS"
# TrainingDataSourceEnumType definition

TrainingDataSourceEnumType = Literal[
    "EXTERNAL_EVENTS",
    "INGESTED_EVENTS",
]

UnlabeledEventsTreatmentType#

# UnlabeledEventsTreatmentType usage example

from types_aiobotocore_frauddetector.literals import UnlabeledEventsTreatmentType

def get_value() -> UnlabeledEventsTreatmentType:
    return "AUTO"
# UnlabeledEventsTreatmentType definition

UnlabeledEventsTreatmentType = Literal[
    "AUTO",
    "FRAUD",
    "IGNORE",
    "LEGIT",
]

FraudDetectorServiceName#

# FraudDetectorServiceName usage example

from types_aiobotocore_frauddetector.literals import FraudDetectorServiceName

def get_value() -> FraudDetectorServiceName:
    return "frauddetector"
# FraudDetectorServiceName definition

FraudDetectorServiceName = Literal[
    "frauddetector",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_frauddetector.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "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",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "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",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_frauddetector.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition

ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

RegionName#

# RegionName usage example

from types_aiobotocore_frauddetector.literals import RegionName

def get_value() -> RegionName:
    return "ap-southeast-1"
# RegionName definition

RegionName = Literal[
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-west-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]