Literals#
Index > NeptuneGraph > Literals
Auto-generated documentation for NeptuneGraph type annotations stubs module mypy-boto3-neptune-graph.
BlankNodeHandlingType#
# BlankNodeHandlingType usage example
from mypy_boto3_neptune_graph.literals import BlankNodeHandlingType
def get_value() -> BlankNodeHandlingType:
return "convertToIri"
# BlankNodeHandlingType definition
BlankNodeHandlingType = Literal[
"convertToIri",
]
ExplainModeType#
# ExplainModeType usage example
from mypy_boto3_neptune_graph.literals import ExplainModeType
def get_value() -> ExplainModeType:
return "DETAILS"
# ExplainModeType definition
ExplainModeType = Literal[
"DETAILS",
"STATIC",
]
FormatType#
# FormatType usage example
from mypy_boto3_neptune_graph.literals import FormatType
def get_value() -> FormatType:
return "CSV"
# FormatType definition
FormatType = Literal[
"CSV",
"NTRIPLES",
"OPEN_CYPHER",
]
GraphAvailableWaiterName#
# GraphAvailableWaiterName usage example
from mypy_boto3_neptune_graph.literals import GraphAvailableWaiterName
def get_value() -> GraphAvailableWaiterName:
return "graph_available"
# GraphAvailableWaiterName definition
GraphAvailableWaiterName = Literal[
"graph_available",
]
GraphDeletedWaiterName#
# GraphDeletedWaiterName usage example
from mypy_boto3_neptune_graph.literals import GraphDeletedWaiterName
def get_value() -> GraphDeletedWaiterName:
return "graph_deleted"
# GraphDeletedWaiterName definition
GraphDeletedWaiterName = Literal[
"graph_deleted",
]
GraphSnapshotAvailableWaiterName#
# GraphSnapshotAvailableWaiterName usage example
from mypy_boto3_neptune_graph.literals import GraphSnapshotAvailableWaiterName
def get_value() -> GraphSnapshotAvailableWaiterName:
return "graph_snapshot_available"
# GraphSnapshotAvailableWaiterName definition
GraphSnapshotAvailableWaiterName = Literal[
"graph_snapshot_available",
]
GraphSnapshotDeletedWaiterName#
# GraphSnapshotDeletedWaiterName usage example
from mypy_boto3_neptune_graph.literals import GraphSnapshotDeletedWaiterName
def get_value() -> GraphSnapshotDeletedWaiterName:
return "graph_snapshot_deleted"
# GraphSnapshotDeletedWaiterName definition
GraphSnapshotDeletedWaiterName = Literal[
"graph_snapshot_deleted",
]
GraphStatusType#
# GraphStatusType usage example
from mypy_boto3_neptune_graph.literals import GraphStatusType
def get_value() -> GraphStatusType:
return "AVAILABLE"
# GraphStatusType definition
GraphStatusType = Literal[
"AVAILABLE",
"CREATING",
"DELETING",
"FAILED",
"IMPORTING",
"RESETTING",
"SNAPSHOTTING",
"UPDATING",
]
GraphSummaryModeType#
# GraphSummaryModeType usage example
from mypy_boto3_neptune_graph.literals import GraphSummaryModeType
def get_value() -> GraphSummaryModeType:
return "BASIC"
# GraphSummaryModeType definition
GraphSummaryModeType = Literal[
"BASIC",
"DETAILED",
]
ImportTaskCancelledWaiterName#
# ImportTaskCancelledWaiterName usage example
from mypy_boto3_neptune_graph.literals import ImportTaskCancelledWaiterName
def get_value() -> ImportTaskCancelledWaiterName:
return "import_task_cancelled"
# ImportTaskCancelledWaiterName definition
ImportTaskCancelledWaiterName = Literal[
"import_task_cancelled",
]
ImportTaskStatusType#
# ImportTaskStatusType usage example
from mypy_boto3_neptune_graph.literals import ImportTaskStatusType
def get_value() -> ImportTaskStatusType:
return "ANALYZING_DATA"
# ImportTaskStatusType definition
ImportTaskStatusType = Literal[
"ANALYZING_DATA",
"CANCELLED",
"CANCELLING",
"EXPORTING",
"FAILED",
"IMPORTING",
"INITIALIZING",
"REPROVISIONING",
"ROLLING_BACK",
"SUCCEEDED",
]
ImportTaskSuccessfulWaiterName#
# ImportTaskSuccessfulWaiterName usage example
from mypy_boto3_neptune_graph.literals import ImportTaskSuccessfulWaiterName
def get_value() -> ImportTaskSuccessfulWaiterName:
return "import_task_successful"
# ImportTaskSuccessfulWaiterName definition
ImportTaskSuccessfulWaiterName = Literal[
"import_task_successful",
]
ListGraphSnapshotsPaginatorName#
# ListGraphSnapshotsPaginatorName usage example
from mypy_boto3_neptune_graph.literals import ListGraphSnapshotsPaginatorName
def get_value() -> ListGraphSnapshotsPaginatorName:
return "list_graph_snapshots"
# ListGraphSnapshotsPaginatorName definition
ListGraphSnapshotsPaginatorName = Literal[
"list_graph_snapshots",
]
ListGraphsPaginatorName#
# ListGraphsPaginatorName usage example
from mypy_boto3_neptune_graph.literals import ListGraphsPaginatorName
def get_value() -> ListGraphsPaginatorName:
return "list_graphs"
# ListGraphsPaginatorName definition
ListGraphsPaginatorName = Literal[
"list_graphs",
]
ListImportTasksPaginatorName#
# ListImportTasksPaginatorName usage example
from mypy_boto3_neptune_graph.literals import ListImportTasksPaginatorName
def get_value() -> ListImportTasksPaginatorName:
return "list_import_tasks"
# ListImportTasksPaginatorName definition
ListImportTasksPaginatorName = Literal[
"list_import_tasks",
]
ListPrivateGraphEndpointsPaginatorName#
# ListPrivateGraphEndpointsPaginatorName usage example
from mypy_boto3_neptune_graph.literals import ListPrivateGraphEndpointsPaginatorName
def get_value() -> ListPrivateGraphEndpointsPaginatorName:
return "list_private_graph_endpoints"
# ListPrivateGraphEndpointsPaginatorName definition
ListPrivateGraphEndpointsPaginatorName = Literal[
"list_private_graph_endpoints",
]
PlanCacheTypeType#
# PlanCacheTypeType usage example
from mypy_boto3_neptune_graph.literals import PlanCacheTypeType
def get_value() -> PlanCacheTypeType:
return "AUTO"
# PlanCacheTypeType definition
PlanCacheTypeType = Literal[
"AUTO",
"DISABLED",
"ENABLED",
]
PrivateGraphEndpointAvailableWaiterName#
# PrivateGraphEndpointAvailableWaiterName usage example
from mypy_boto3_neptune_graph.literals import PrivateGraphEndpointAvailableWaiterName
def get_value() -> PrivateGraphEndpointAvailableWaiterName:
return "private_graph_endpoint_available"
# PrivateGraphEndpointAvailableWaiterName definition
PrivateGraphEndpointAvailableWaiterName = Literal[
"private_graph_endpoint_available",
]
PrivateGraphEndpointDeletedWaiterName#
# PrivateGraphEndpointDeletedWaiterName usage example
from mypy_boto3_neptune_graph.literals import PrivateGraphEndpointDeletedWaiterName
def get_value() -> PrivateGraphEndpointDeletedWaiterName:
return "private_graph_endpoint_deleted"
# PrivateGraphEndpointDeletedWaiterName definition
PrivateGraphEndpointDeletedWaiterName = Literal[
"private_graph_endpoint_deleted",
]
PrivateGraphEndpointStatusType#
# PrivateGraphEndpointStatusType usage example
from mypy_boto3_neptune_graph.literals import PrivateGraphEndpointStatusType
def get_value() -> PrivateGraphEndpointStatusType:
return "AVAILABLE"
# PrivateGraphEndpointStatusType definition
PrivateGraphEndpointStatusType = Literal[
"AVAILABLE",
"CREATING",
"DELETING",
"FAILED",
]
QueryLanguageType#
# QueryLanguageType usage example
from mypy_boto3_neptune_graph.literals import QueryLanguageType
def get_value() -> QueryLanguageType:
return "OPEN_CYPHER"
# QueryLanguageType definition
QueryLanguageType = Literal[
"OPEN_CYPHER",
]
QueryStateInputType#
# QueryStateInputType usage example
from mypy_boto3_neptune_graph.literals import QueryStateInputType
def get_value() -> QueryStateInputType:
return "ALL"
# QueryStateInputType definition
QueryStateInputType = Literal[
"ALL",
"CANCELLING",
"RUNNING",
"WAITING",
]
QueryStateType#
# QueryStateType usage example
from mypy_boto3_neptune_graph.literals import QueryStateType
def get_value() -> QueryStateType:
return "CANCELLING"
# QueryStateType definition
QueryStateType = Literal[
"CANCELLING",
"RUNNING",
"WAITING",
]
SnapshotStatusType#
# SnapshotStatusType usage example
from mypy_boto3_neptune_graph.literals import SnapshotStatusType
def get_value() -> SnapshotStatusType:
return "AVAILABLE"
# SnapshotStatusType definition
SnapshotStatusType = Literal[
"AVAILABLE",
"CREATING",
"DELETING",
"FAILED",
]
NeptuneGraphServiceName#
# NeptuneGraphServiceName usage example
from mypy_boto3_neptune_graph.literals import NeptuneGraphServiceName
def get_value() -> NeptuneGraphServiceName:
return "neptune-graph"
# NeptuneGraphServiceName definition
NeptuneGraphServiceName = Literal[
"neptune-graph",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_neptune_graph.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_neptune_graph.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_neptune_graph.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_graph_snapshots"
# PaginatorName definition
PaginatorName = Literal[
"list_graph_snapshots",
"list_graphs",
"list_import_tasks",
"list_private_graph_endpoints",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_neptune_graph.literals import WaiterName
def get_value() -> WaiterName:
return "graph_available"
# WaiterName definition
WaiterName = Literal[
"graph_available",
"graph_deleted",
"graph_snapshot_available",
"graph_snapshot_deleted",
"import_task_cancelled",
"import_task_successful",
"private_graph_endpoint_available",
"private_graph_endpoint_deleted",
]