Literals#
Index > Rekognition > Literals
Auto-generated documentation for Rekognition type annotations stubs module mypy-boto3-rekognition.
AttributeType#
# AttributeType usage example
from mypy_boto3_rekognition.literals import AttributeType
def get_value() -> AttributeType:
return "AGE_RANGE"
# AttributeType definition
AttributeType = Literal[
"AGE_RANGE",
"ALL",
"BEARD",
"DEFAULT",
"EMOTIONS",
"EYE_DIRECTION",
"EYEGLASSES",
"EYES_OPEN",
"FACE_OCCLUDED",
"GENDER",
"MOUTH_OPEN",
"MUSTACHE",
"SMILE",
"SUNGLASSES",
]
BodyPartType#
# BodyPartType usage example
from mypy_boto3_rekognition.literals import BodyPartType
def get_value() -> BodyPartType:
return "FACE"
# BodyPartType definition
BodyPartType = Literal[
"FACE",
"HEAD",
"LEFT_HAND",
"RIGHT_HAND",
]
CelebrityRecognitionSortByType#
# CelebrityRecognitionSortByType usage example
from mypy_boto3_rekognition.literals import CelebrityRecognitionSortByType
def get_value() -> CelebrityRecognitionSortByType:
return "ID"
# CelebrityRecognitionSortByType definition
CelebrityRecognitionSortByType = Literal[
"ID",
"TIMESTAMP",
]
ContentClassifierType#
# ContentClassifierType usage example
from mypy_boto3_rekognition.literals import ContentClassifierType
def get_value() -> ContentClassifierType:
return "FreeOfAdultContent"
# ContentClassifierType definition
ContentClassifierType = Literal[
"FreeOfAdultContent",
"FreeOfPersonallyIdentifiableInformation",
]
ContentModerationAggregateByType#
# ContentModerationAggregateByType usage example
from mypy_boto3_rekognition.literals import ContentModerationAggregateByType
def get_value() -> ContentModerationAggregateByType:
return "SEGMENTS"
# ContentModerationAggregateByType definition
ContentModerationAggregateByType = Literal[
"SEGMENTS",
"TIMESTAMPS",
]
ContentModerationSortByType#
# ContentModerationSortByType usage example
from mypy_boto3_rekognition.literals import ContentModerationSortByType
def get_value() -> ContentModerationSortByType:
return "NAME"
# ContentModerationSortByType definition
ContentModerationSortByType = Literal[
"NAME",
"TIMESTAMP",
]
CustomizationFeatureType#
# CustomizationFeatureType usage example
from mypy_boto3_rekognition.literals import CustomizationFeatureType
def get_value() -> CustomizationFeatureType:
return "CONTENT_MODERATION"
# CustomizationFeatureType definition
CustomizationFeatureType = Literal[
"CONTENT_MODERATION",
"CUSTOM_LABELS",
]
DatasetStatusMessageCodeType#
# DatasetStatusMessageCodeType usage example
from mypy_boto3_rekognition.literals import DatasetStatusMessageCodeType
def get_value() -> DatasetStatusMessageCodeType:
return "CLIENT_ERROR"
# DatasetStatusMessageCodeType definition
DatasetStatusMessageCodeType = Literal[
"CLIENT_ERROR",
"SERVICE_ERROR",
"SUCCESS",
]
DatasetStatusType#
# DatasetStatusType usage example
from mypy_boto3_rekognition.literals import DatasetStatusType
def get_value() -> DatasetStatusType:
return "CREATE_COMPLETE"
# DatasetStatusType definition
DatasetStatusType = Literal[
"CREATE_COMPLETE",
"CREATE_FAILED",
"CREATE_IN_PROGRESS",
"DELETE_IN_PROGRESS",
"UPDATE_COMPLETE",
"UPDATE_FAILED",
"UPDATE_IN_PROGRESS",
]
DatasetTypeType#
# DatasetTypeType usage example
from mypy_boto3_rekognition.literals import DatasetTypeType
def get_value() -> DatasetTypeType:
return "TEST"
# DatasetTypeType definition
DatasetTypeType = Literal[
"TEST",
"TRAIN",
]
DescribeProjectVersionsPaginatorName#
# DescribeProjectVersionsPaginatorName usage example
from mypy_boto3_rekognition.literals import DescribeProjectVersionsPaginatorName
def get_value() -> DescribeProjectVersionsPaginatorName:
return "describe_project_versions"
# DescribeProjectVersionsPaginatorName definition
DescribeProjectVersionsPaginatorName = Literal[
"describe_project_versions",
]
DescribeProjectsPaginatorName#
# DescribeProjectsPaginatorName usage example
from mypy_boto3_rekognition.literals import DescribeProjectsPaginatorName
def get_value() -> DescribeProjectsPaginatorName:
return "describe_projects"
# DescribeProjectsPaginatorName definition
DescribeProjectsPaginatorName = Literal[
"describe_projects",
]
DetectLabelsFeatureNameType#
# DetectLabelsFeatureNameType usage example
from mypy_boto3_rekognition.literals import DetectLabelsFeatureNameType
def get_value() -> DetectLabelsFeatureNameType:
return "GENERAL_LABELS"
# DetectLabelsFeatureNameType definition
DetectLabelsFeatureNameType = Literal[
"GENERAL_LABELS",
"IMAGE_PROPERTIES",
]
EmotionNameType#
# EmotionNameType usage example
from mypy_boto3_rekognition.literals import EmotionNameType
def get_value() -> EmotionNameType:
return "ANGRY"
# EmotionNameType definition
EmotionNameType = Literal[
"ANGRY",
"CALM",
"CONFUSED",
"DISGUSTED",
"FEAR",
"HAPPY",
"SAD",
"SURPRISED",
"UNKNOWN",
]
FaceAttributesType#
# FaceAttributesType usage example
from mypy_boto3_rekognition.literals import FaceAttributesType
def get_value() -> FaceAttributesType:
return "ALL"
# FaceAttributesType definition
FaceAttributesType = Literal[
"ALL",
"DEFAULT",
]
FaceSearchSortByType#
# FaceSearchSortByType usage example
from mypy_boto3_rekognition.literals import FaceSearchSortByType
def get_value() -> FaceSearchSortByType:
return "INDEX"
# FaceSearchSortByType definition
FaceSearchSortByType = Literal[
"INDEX",
"TIMESTAMP",
]
GenderTypeType#
# GenderTypeType usage example
from mypy_boto3_rekognition.literals import GenderTypeType
def get_value() -> GenderTypeType:
return "Female"
# GenderTypeType definition
GenderTypeType = Literal[
"Female",
"Male",
]
KnownGenderTypeType#
# KnownGenderTypeType usage example
from mypy_boto3_rekognition.literals import KnownGenderTypeType
def get_value() -> KnownGenderTypeType:
return "Female"
# KnownGenderTypeType definition
KnownGenderTypeType = Literal[
"Female",
"Male",
"Nonbinary",
"Unlisted",
]
LabelDetectionAggregateByType#
# LabelDetectionAggregateByType usage example
from mypy_boto3_rekognition.literals import LabelDetectionAggregateByType
def get_value() -> LabelDetectionAggregateByType:
return "SEGMENTS"
# LabelDetectionAggregateByType definition
LabelDetectionAggregateByType = Literal[
"SEGMENTS",
"TIMESTAMPS",
]
LabelDetectionFeatureNameType#
# LabelDetectionFeatureNameType usage example
from mypy_boto3_rekognition.literals import LabelDetectionFeatureNameType
def get_value() -> LabelDetectionFeatureNameType:
return "GENERAL_LABELS"
# LabelDetectionFeatureNameType definition
LabelDetectionFeatureNameType = Literal[
"GENERAL_LABELS",
]
LabelDetectionSortByType#
# LabelDetectionSortByType usage example
from mypy_boto3_rekognition.literals import LabelDetectionSortByType
def get_value() -> LabelDetectionSortByType:
return "NAME"
# LabelDetectionSortByType definition
LabelDetectionSortByType = Literal[
"NAME",
"TIMESTAMP",
]
LandmarkTypeType#
# LandmarkTypeType usage example
from mypy_boto3_rekognition.literals import LandmarkTypeType
def get_value() -> LandmarkTypeType:
return "chinBottom"
# LandmarkTypeType definition
LandmarkTypeType = Literal[
"chinBottom",
"eyeLeft",
"eyeRight",
"leftEyeBrowLeft",
"leftEyeBrowRight",
"leftEyeBrowUp",
"leftEyeDown",
"leftEyeLeft",
"leftEyeRight",
"leftEyeUp",
"leftPupil",
"midJawlineLeft",
"midJawlineRight",
"mouthDown",
"mouthLeft",
"mouthRight",
"mouthUp",
"nose",
"noseLeft",
"noseRight",
"rightEyeBrowLeft",
"rightEyeBrowRight",
"rightEyeBrowUp",
"rightEyeDown",
"rightEyeLeft",
"rightEyeRight",
"rightEyeUp",
"rightPupil",
"upperJawlineLeft",
"upperJawlineRight",
]
ListCollectionsPaginatorName#
# ListCollectionsPaginatorName usage example
from mypy_boto3_rekognition.literals import ListCollectionsPaginatorName
def get_value() -> ListCollectionsPaginatorName:
return "list_collections"
# ListCollectionsPaginatorName definition
ListCollectionsPaginatorName = Literal[
"list_collections",
]
ListDatasetEntriesPaginatorName#
# ListDatasetEntriesPaginatorName usage example
from mypy_boto3_rekognition.literals import ListDatasetEntriesPaginatorName
def get_value() -> ListDatasetEntriesPaginatorName:
return "list_dataset_entries"
# ListDatasetEntriesPaginatorName definition
ListDatasetEntriesPaginatorName = Literal[
"list_dataset_entries",
]
ListDatasetLabelsPaginatorName#
# ListDatasetLabelsPaginatorName usage example
from mypy_boto3_rekognition.literals import ListDatasetLabelsPaginatorName
def get_value() -> ListDatasetLabelsPaginatorName:
return "list_dataset_labels"
# ListDatasetLabelsPaginatorName definition
ListDatasetLabelsPaginatorName = Literal[
"list_dataset_labels",
]
ListFacesPaginatorName#
# ListFacesPaginatorName usage example
from mypy_boto3_rekognition.literals import ListFacesPaginatorName
def get_value() -> ListFacesPaginatorName:
return "list_faces"
# ListFacesPaginatorName definition
ListFacesPaginatorName = Literal[
"list_faces",
]
ListProjectPoliciesPaginatorName#
# ListProjectPoliciesPaginatorName usage example
from mypy_boto3_rekognition.literals import ListProjectPoliciesPaginatorName
def get_value() -> ListProjectPoliciesPaginatorName:
return "list_project_policies"
# ListProjectPoliciesPaginatorName definition
ListProjectPoliciesPaginatorName = Literal[
"list_project_policies",
]
ListStreamProcessorsPaginatorName#
# ListStreamProcessorsPaginatorName usage example
from mypy_boto3_rekognition.literals import ListStreamProcessorsPaginatorName
def get_value() -> ListStreamProcessorsPaginatorName:
return "list_stream_processors"
# ListStreamProcessorsPaginatorName definition
ListStreamProcessorsPaginatorName = Literal[
"list_stream_processors",
]
ListUsersPaginatorName#
# ListUsersPaginatorName usage example
from mypy_boto3_rekognition.literals import ListUsersPaginatorName
def get_value() -> ListUsersPaginatorName:
return "list_users"
# ListUsersPaginatorName definition
ListUsersPaginatorName = Literal[
"list_users",
]
LivenessSessionStatusType#
# LivenessSessionStatusType usage example
from mypy_boto3_rekognition.literals import LivenessSessionStatusType
def get_value() -> LivenessSessionStatusType:
return "CREATED"
# LivenessSessionStatusType definition
LivenessSessionStatusType = Literal[
"CREATED",
"EXPIRED",
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
MediaAnalysisJobFailureCodeType#
# MediaAnalysisJobFailureCodeType usage example
from mypy_boto3_rekognition.literals import MediaAnalysisJobFailureCodeType
def get_value() -> MediaAnalysisJobFailureCodeType:
return "ACCESS_DENIED"
# MediaAnalysisJobFailureCodeType definition
MediaAnalysisJobFailureCodeType = Literal[
"ACCESS_DENIED",
"INTERNAL_ERROR",
"INVALID_KMS_KEY",
"INVALID_MANIFEST",
"INVALID_OUTPUT_CONFIG",
"INVALID_S3_OBJECT",
"RESOURCE_NOT_FOUND",
"RESOURCE_NOT_READY",
"THROTTLED",
]
MediaAnalysisJobStatusType#
# MediaAnalysisJobStatusType usage example
from mypy_boto3_rekognition.literals import MediaAnalysisJobStatusType
def get_value() -> MediaAnalysisJobStatusType:
return "CREATED"
# MediaAnalysisJobStatusType definition
MediaAnalysisJobStatusType = Literal[
"CREATED",
"FAILED",
"IN_PROGRESS",
"QUEUED",
"SUCCEEDED",
]
OrientationCorrectionType#
# OrientationCorrectionType usage example
from mypy_boto3_rekognition.literals import OrientationCorrectionType
def get_value() -> OrientationCorrectionType:
return "ROTATE_0"
# OrientationCorrectionType definition
OrientationCorrectionType = Literal[
"ROTATE_0",
"ROTATE_180",
"ROTATE_270",
"ROTATE_90",
]
PersonTrackingSortByType#
# PersonTrackingSortByType usage example
from mypy_boto3_rekognition.literals import PersonTrackingSortByType
def get_value() -> PersonTrackingSortByType:
return "INDEX"
# PersonTrackingSortByType definition
PersonTrackingSortByType = Literal[
"INDEX",
"TIMESTAMP",
]
ProjectAutoUpdateType#
# ProjectAutoUpdateType usage example
from mypy_boto3_rekognition.literals import ProjectAutoUpdateType
def get_value() -> ProjectAutoUpdateType:
return "DISABLED"
# ProjectAutoUpdateType definition
ProjectAutoUpdateType = Literal[
"DISABLED",
"ENABLED",
]
ProjectStatusType#
# ProjectStatusType usage example
from mypy_boto3_rekognition.literals import ProjectStatusType
def get_value() -> ProjectStatusType:
return "CREATED"
# ProjectStatusType definition
ProjectStatusType = Literal[
"CREATED",
"CREATING",
"DELETING",
]
ProjectVersionRunningWaiterName#
# ProjectVersionRunningWaiterName usage example
from mypy_boto3_rekognition.literals import ProjectVersionRunningWaiterName
def get_value() -> ProjectVersionRunningWaiterName:
return "project_version_running"
# ProjectVersionRunningWaiterName definition
ProjectVersionRunningWaiterName = Literal[
"project_version_running",
]
ProjectVersionStatusType#
# ProjectVersionStatusType usage example
from mypy_boto3_rekognition.literals import ProjectVersionStatusType
def get_value() -> ProjectVersionStatusType:
return "COPYING_COMPLETED"
# ProjectVersionStatusType definition
ProjectVersionStatusType = Literal[
"COPYING_COMPLETED",
"COPYING_FAILED",
"COPYING_IN_PROGRESS",
"DELETING",
"DEPRECATED",
"EXPIRED",
"FAILED",
"RUNNING",
"STARTING",
"STOPPED",
"STOPPING",
"TRAINING_COMPLETED",
"TRAINING_FAILED",
"TRAINING_IN_PROGRESS",
]
ProjectVersionTrainingCompletedWaiterName#
# ProjectVersionTrainingCompletedWaiterName usage example
from mypy_boto3_rekognition.literals import ProjectVersionTrainingCompletedWaiterName
def get_value() -> ProjectVersionTrainingCompletedWaiterName:
return "project_version_training_completed"
# ProjectVersionTrainingCompletedWaiterName definition
ProjectVersionTrainingCompletedWaiterName = Literal[
"project_version_training_completed",
]
ProtectiveEquipmentTypeType#
# ProtectiveEquipmentTypeType usage example
from mypy_boto3_rekognition.literals import ProtectiveEquipmentTypeType
def get_value() -> ProtectiveEquipmentTypeType:
return "FACE_COVER"
# ProtectiveEquipmentTypeType definition
ProtectiveEquipmentTypeType = Literal[
"FACE_COVER",
"HAND_COVER",
"HEAD_COVER",
]
QualityFilterType#
# QualityFilterType usage example
from mypy_boto3_rekognition.literals import QualityFilterType
def get_value() -> QualityFilterType:
return "AUTO"
# QualityFilterType definition
QualityFilterType = Literal[
"AUTO",
"HIGH",
"LOW",
"MEDIUM",
"NONE",
]
ReasonType#
# ReasonType usage example
from mypy_boto3_rekognition.literals import ReasonType
def get_value() -> ReasonType:
return "EXCEEDS_MAX_FACES"
# ReasonType definition
ReasonType = Literal[
"EXCEEDS_MAX_FACES",
"EXTREME_POSE",
"LOW_BRIGHTNESS",
"LOW_CONFIDENCE",
"LOW_FACE_QUALITY",
"LOW_SHARPNESS",
"SMALL_BOUNDING_BOX",
]
SegmentTypeType#
# SegmentTypeType usage example
from mypy_boto3_rekognition.literals import SegmentTypeType
def get_value() -> SegmentTypeType:
return "SHOT"
# SegmentTypeType definition
SegmentTypeType = Literal[
"SHOT",
"TECHNICAL_CUE",
]
StreamProcessorParameterToDeleteType#
# StreamProcessorParameterToDeleteType usage example
from mypy_boto3_rekognition.literals import StreamProcessorParameterToDeleteType
def get_value() -> StreamProcessorParameterToDeleteType:
return "ConnectedHomeMinConfidence"
# StreamProcessorParameterToDeleteType definition
StreamProcessorParameterToDeleteType = Literal[
"ConnectedHomeMinConfidence",
"RegionsOfInterest",
]
StreamProcessorStatusType#
# StreamProcessorStatusType usage example
from mypy_boto3_rekognition.literals import StreamProcessorStatusType
def get_value() -> StreamProcessorStatusType:
return "FAILED"
# StreamProcessorStatusType definition
StreamProcessorStatusType = Literal[
"FAILED",
"RUNNING",
"STARTING",
"STOPPED",
"STOPPING",
"UPDATING",
]
TechnicalCueTypeType#
# TechnicalCueTypeType usage example
from mypy_boto3_rekognition.literals import TechnicalCueTypeType
def get_value() -> TechnicalCueTypeType:
return "BlackFrames"
# TechnicalCueTypeType definition
TechnicalCueTypeType = Literal[
"BlackFrames",
"ColorBars",
"Content",
"EndCredits",
"OpeningCredits",
"Slate",
"StudioLogo",
]
TextTypesType#
# TextTypesType usage example
from mypy_boto3_rekognition.literals import TextTypesType
def get_value() -> TextTypesType:
return "LINE"
# TextTypesType definition
TextTypesType = Literal[
"LINE",
"WORD",
]
UnsearchedFaceReasonType#
# UnsearchedFaceReasonType usage example
from mypy_boto3_rekognition.literals import UnsearchedFaceReasonType
def get_value() -> UnsearchedFaceReasonType:
return "EXCEEDS_MAX_FACES"
# UnsearchedFaceReasonType definition
UnsearchedFaceReasonType = Literal[
"EXCEEDS_MAX_FACES",
"EXTREME_POSE",
"FACE_NOT_LARGEST",
"LOW_BRIGHTNESS",
"LOW_CONFIDENCE",
"LOW_FACE_QUALITY",
"LOW_SHARPNESS",
"SMALL_BOUNDING_BOX",
]
UnsuccessfulFaceAssociationReasonType#
# UnsuccessfulFaceAssociationReasonType usage example
from mypy_boto3_rekognition.literals import UnsuccessfulFaceAssociationReasonType
def get_value() -> UnsuccessfulFaceAssociationReasonType:
return "ASSOCIATED_TO_A_DIFFERENT_USER"
# UnsuccessfulFaceAssociationReasonType definition
UnsuccessfulFaceAssociationReasonType = Literal[
"ASSOCIATED_TO_A_DIFFERENT_USER",
"FACE_NOT_FOUND",
"LOW_MATCH_CONFIDENCE",
]
UnsuccessfulFaceDeletionReasonType#
# UnsuccessfulFaceDeletionReasonType usage example
from mypy_boto3_rekognition.literals import UnsuccessfulFaceDeletionReasonType
def get_value() -> UnsuccessfulFaceDeletionReasonType:
return "ASSOCIATED_TO_AN_EXISTING_USER"
# UnsuccessfulFaceDeletionReasonType definition
UnsuccessfulFaceDeletionReasonType = Literal[
"ASSOCIATED_TO_AN_EXISTING_USER",
"FACE_NOT_FOUND",
]
UnsuccessfulFaceDisassociationReasonType#
# UnsuccessfulFaceDisassociationReasonType usage example
from mypy_boto3_rekognition.literals import UnsuccessfulFaceDisassociationReasonType
def get_value() -> UnsuccessfulFaceDisassociationReasonType:
return "ASSOCIATED_TO_A_DIFFERENT_USER"
# UnsuccessfulFaceDisassociationReasonType definition
UnsuccessfulFaceDisassociationReasonType = Literal[
"ASSOCIATED_TO_A_DIFFERENT_USER",
"FACE_NOT_FOUND",
]
UserStatusType#
# UserStatusType usage example
from mypy_boto3_rekognition.literals import UserStatusType
def get_value() -> UserStatusType:
return "ACTIVE"
# UserStatusType definition
UserStatusType = Literal[
"ACTIVE",
"CREATED",
"CREATING",
"UPDATING",
]
VideoColorRangeType#
# VideoColorRangeType usage example
from mypy_boto3_rekognition.literals import VideoColorRangeType
def get_value() -> VideoColorRangeType:
return "FULL"
# VideoColorRangeType definition
VideoColorRangeType = Literal[
"FULL",
"LIMITED",
]
VideoJobStatusType#
# VideoJobStatusType usage example
from mypy_boto3_rekognition.literals import VideoJobStatusType
def get_value() -> VideoJobStatusType:
return "FAILED"
# VideoJobStatusType definition
VideoJobStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
RekognitionServiceName#
# RekognitionServiceName usage example
from mypy_boto3_rekognition.literals import RekognitionServiceName
def get_value() -> RekognitionServiceName:
return "rekognition"
# RekognitionServiceName definition
RekognitionServiceName = Literal[
"rekognition",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_rekognition.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_rekognition.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_rekognition.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_project_versions"
# PaginatorName definition
PaginatorName = Literal[
"describe_project_versions",
"describe_projects",
"list_collections",
"list_dataset_entries",
"list_dataset_labels",
"list_faces",
"list_project_policies",
"list_stream_processors",
"list_users",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_rekognition.literals import WaiterName
def get_value() -> WaiterName:
return "project_version_running"
# WaiterName definition
WaiterName = Literal[
"project_version_running",
"project_version_training_completed",
]
RegionName#
# RegionName usage example
from mypy_boto3_rekognition.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-south-2",
"eu-west-1",
"eu-west-2",
"il-central-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]