Literals#
Auto-generated documentation for MTurk type annotations stubs module mypy-boto3-mturk.
AssignmentStatusType#
# AssignmentStatusType usage example
from mypy_boto3_mturk.literals import AssignmentStatusType
def get_value() -> AssignmentStatusType:
return "Approved"
# AssignmentStatusType definition
AssignmentStatusType = Literal[
"Approved",
"Rejected",
"Submitted",
]
ComparatorType#
# ComparatorType usage example
from mypy_boto3_mturk.literals import ComparatorType
def get_value() -> ComparatorType:
return "DoesNotExist"
# ComparatorType definition
ComparatorType = Literal[
"DoesNotExist",
"EqualTo",
"Exists",
"GreaterThan",
"GreaterThanOrEqualTo",
"In",
"LessThan",
"LessThanOrEqualTo",
"NotEqualTo",
"NotIn",
]
EventTypeType#
# EventTypeType usage example
from mypy_boto3_mturk.literals import EventTypeType
def get_value() -> EventTypeType:
return "AssignmentAbandoned"
# EventTypeType definition
EventTypeType = Literal[
"AssignmentAbandoned",
"AssignmentAccepted",
"AssignmentApproved",
"AssignmentRejected",
"AssignmentReturned",
"AssignmentSubmitted",
"HITCreated",
"HITDisposed",
"HITExpired",
"HITExtended",
"HITReviewable",
"Ping",
]
HITAccessActionsType#
# HITAccessActionsType usage example
from mypy_boto3_mturk.literals import HITAccessActionsType
def get_value() -> HITAccessActionsType:
return "Accept"
# HITAccessActionsType definition
HITAccessActionsType = Literal[
"Accept",
"DiscoverPreviewAndAccept",
"PreviewAndAccept",
]
HITReviewStatusType#
# HITReviewStatusType usage example
from mypy_boto3_mturk.literals import HITReviewStatusType
def get_value() -> HITReviewStatusType:
return "MarkedForReview"
# HITReviewStatusType definition
HITReviewStatusType = Literal[
"MarkedForReview",
"NotReviewed",
"ReviewedAppropriate",
"ReviewedInappropriate",
]
HITStatusType#
# HITStatusType usage example
from mypy_boto3_mturk.literals import HITStatusType
def get_value() -> HITStatusType:
return "Assignable"
# HITStatusType definition
HITStatusType = Literal[
"Assignable",
"Disposed",
"Reviewable",
"Reviewing",
"Unassignable",
]
ListAssignmentsForHITPaginatorName#
# ListAssignmentsForHITPaginatorName usage example
from mypy_boto3_mturk.literals import ListAssignmentsForHITPaginatorName
def get_value() -> ListAssignmentsForHITPaginatorName:
return "list_assignments_for_hit"
# ListAssignmentsForHITPaginatorName definition
ListAssignmentsForHITPaginatorName = Literal[
"list_assignments_for_hit",
]
ListBonusPaymentsPaginatorName#
# ListBonusPaymentsPaginatorName usage example
from mypy_boto3_mturk.literals import ListBonusPaymentsPaginatorName
def get_value() -> ListBonusPaymentsPaginatorName:
return "list_bonus_payments"
# ListBonusPaymentsPaginatorName definition
ListBonusPaymentsPaginatorName = Literal[
"list_bonus_payments",
]
ListHITsForQualificationTypePaginatorName#
# ListHITsForQualificationTypePaginatorName usage example
from mypy_boto3_mturk.literals import ListHITsForQualificationTypePaginatorName
def get_value() -> ListHITsForQualificationTypePaginatorName:
return "list_hits_for_qualification_type"
# ListHITsForQualificationTypePaginatorName definition
ListHITsForQualificationTypePaginatorName = Literal[
"list_hits_for_qualification_type",
]
ListHITsPaginatorName#
# ListHITsPaginatorName usage example
from mypy_boto3_mturk.literals import ListHITsPaginatorName
def get_value() -> ListHITsPaginatorName:
return "list_hits"
# ListHITsPaginatorName definition
ListHITsPaginatorName = Literal[
"list_hits",
]
ListQualificationRequestsPaginatorName#
# ListQualificationRequestsPaginatorName usage example
from mypy_boto3_mturk.literals import ListQualificationRequestsPaginatorName
def get_value() -> ListQualificationRequestsPaginatorName:
return "list_qualification_requests"
# ListQualificationRequestsPaginatorName definition
ListQualificationRequestsPaginatorName = Literal[
"list_qualification_requests",
]
ListQualificationTypesPaginatorName#
# ListQualificationTypesPaginatorName usage example
from mypy_boto3_mturk.literals import ListQualificationTypesPaginatorName
def get_value() -> ListQualificationTypesPaginatorName:
return "list_qualification_types"
# ListQualificationTypesPaginatorName definition
ListQualificationTypesPaginatorName = Literal[
"list_qualification_types",
]
ListReviewableHITsPaginatorName#
# ListReviewableHITsPaginatorName usage example
from mypy_boto3_mturk.literals import ListReviewableHITsPaginatorName
def get_value() -> ListReviewableHITsPaginatorName:
return "list_reviewable_hits"
# ListReviewableHITsPaginatorName definition
ListReviewableHITsPaginatorName = Literal[
"list_reviewable_hits",
]
ListWorkerBlocksPaginatorName#
# ListWorkerBlocksPaginatorName usage example
from mypy_boto3_mturk.literals import ListWorkerBlocksPaginatorName
def get_value() -> ListWorkerBlocksPaginatorName:
return "list_worker_blocks"
# ListWorkerBlocksPaginatorName definition
ListWorkerBlocksPaginatorName = Literal[
"list_worker_blocks",
]
ListWorkersWithQualificationTypePaginatorName#
# ListWorkersWithQualificationTypePaginatorName usage example
from mypy_boto3_mturk.literals import ListWorkersWithQualificationTypePaginatorName
def get_value() -> ListWorkersWithQualificationTypePaginatorName:
return "list_workers_with_qualification_type"
# ListWorkersWithQualificationTypePaginatorName definition
ListWorkersWithQualificationTypePaginatorName = Literal[
"list_workers_with_qualification_type",
]
NotificationTransportType#
# NotificationTransportType usage example
from mypy_boto3_mturk.literals import NotificationTransportType
def get_value() -> NotificationTransportType:
return "Email"
# NotificationTransportType definition
NotificationTransportType = Literal[
"Email",
"SNS",
"SQS",
]
NotifyWorkersFailureCodeType#
# NotifyWorkersFailureCodeType usage example
from mypy_boto3_mturk.literals import NotifyWorkersFailureCodeType
def get_value() -> NotifyWorkersFailureCodeType:
return "HardFailure"
# NotifyWorkersFailureCodeType definition
NotifyWorkersFailureCodeType = Literal[
"HardFailure",
"SoftFailure",
]
QualificationStatusType#
# QualificationStatusType usage example
from mypy_boto3_mturk.literals import QualificationStatusType
def get_value() -> QualificationStatusType:
return "Granted"
# QualificationStatusType definition
QualificationStatusType = Literal[
"Granted",
"Revoked",
]
QualificationTypeStatusType#
# QualificationTypeStatusType usage example
from mypy_boto3_mturk.literals import QualificationTypeStatusType
def get_value() -> QualificationTypeStatusType:
return "Active"
# QualificationTypeStatusType definition
QualificationTypeStatusType = Literal[
"Active",
"Inactive",
]
ReviewActionStatusType#
# ReviewActionStatusType usage example
from mypy_boto3_mturk.literals import ReviewActionStatusType
def get_value() -> ReviewActionStatusType:
return "Cancelled"
# ReviewActionStatusType definition
ReviewActionStatusType = Literal[
"Cancelled",
"Failed",
"Intended",
"Succeeded",
]
ReviewPolicyLevelType#
# ReviewPolicyLevelType usage example
from mypy_boto3_mturk.literals import ReviewPolicyLevelType
def get_value() -> ReviewPolicyLevelType:
return "Assignment"
# ReviewPolicyLevelType definition
ReviewPolicyLevelType = Literal[
"Assignment",
"HIT",
]
ReviewableHITStatusType#
# ReviewableHITStatusType usage example
from mypy_boto3_mturk.literals import ReviewableHITStatusType
def get_value() -> ReviewableHITStatusType:
return "Reviewable"
# ReviewableHITStatusType definition
ReviewableHITStatusType = Literal[
"Reviewable",
"Reviewing",
]
MTurkServiceName#
# MTurkServiceName usage example
from mypy_boto3_mturk.literals import MTurkServiceName
def get_value() -> MTurkServiceName:
return "mturk"
# MTurkServiceName definition
MTurkServiceName = Literal[
"mturk",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_mturk.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_mturk.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_mturk.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_assignments_for_hit"
# PaginatorName definition
PaginatorName = Literal[
"list_assignments_for_hit",
"list_bonus_payments",
"list_hits",
"list_hits_for_qualification_type",
"list_qualification_requests",
"list_qualification_types",
"list_reviewable_hits",
"list_worker_blocks",
"list_workers_with_qualification_type",
]
RegionName#
# RegionName usage example
from mypy_boto3_mturk.literals import RegionName
def get_value() -> RegionName:
return "us-east-1"
# RegionName definition
RegionName = Literal[
"us-east-1",
]