Skip to content

Literals#

Index > FraudDetector > Literals

Auto-generated documentation for FraudDetector type annotations stubs module mypy-boto3-frauddetector.

AsyncJobStatusType#

# AsyncJobStatusType usage example

from mypy_boto3_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 mypy_boto3_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 mypy_boto3_frauddetector.literals import DataTypeType

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

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

DetectorVersionStatusType#

# DetectorVersionStatusType usage example

from mypy_boto3_frauddetector.literals import DetectorVersionStatusType

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

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

EventIngestionType#

# EventIngestionType usage example

from mypy_boto3_frauddetector.literals import EventIngestionType

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

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

LanguageType#

# LanguageType usage example

from mypy_boto3_frauddetector.literals import LanguageType

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

LanguageType = Literal[
    "DETECTORPL",
]

ListUpdateModeType#

# ListUpdateModeType usage example

from mypy_boto3_frauddetector.literals import ListUpdateModeType

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

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

ModelEndpointStatusType#

# ModelEndpointStatusType usage example

from mypy_boto3_frauddetector.literals import ModelEndpointStatusType

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

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

ModelInputDataFormatType#

# ModelInputDataFormatType usage example

from mypy_boto3_frauddetector.literals import ModelInputDataFormatType

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

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

ModelOutputDataFormatType#

# ModelOutputDataFormatType usage example

from mypy_boto3_frauddetector.literals import ModelOutputDataFormatType

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