Literals#
Auto-generated documentation for Panorama type annotations stubs module mypy-boto3-panorama.
ApplicationInstanceHealthStatusType#
# ApplicationInstanceHealthStatusType usage example
from mypy_boto3_panorama.literals import ApplicationInstanceHealthStatusType
def get_value() -> ApplicationInstanceHealthStatusType:
return "ERROR"
# ApplicationInstanceHealthStatusType definition
ApplicationInstanceHealthStatusType = Literal[
"ERROR",
"NOT_AVAILABLE",
"RUNNING",
]
ApplicationInstanceStatusType#
# ApplicationInstanceStatusType usage example
from mypy_boto3_panorama.literals import ApplicationInstanceStatusType
def get_value() -> ApplicationInstanceStatusType:
return "DEPLOYMENT_ERROR"
# ApplicationInstanceStatusType definition
ApplicationInstanceStatusType = Literal[
"DEPLOYMENT_ERROR",
"DEPLOYMENT_FAILED",
"DEPLOYMENT_IN_PROGRESS",
"DEPLOYMENT_PENDING",
"DEPLOYMENT_REQUESTED",
"DEPLOYMENT_SUCCEEDED",
"REMOVAL_FAILED",
"REMOVAL_IN_PROGRESS",
"REMOVAL_PENDING",
"REMOVAL_REQUESTED",
"REMOVAL_SUCCEEDED",
]
ConnectionTypeType#
# ConnectionTypeType usage example
from mypy_boto3_panorama.literals import ConnectionTypeType
def get_value() -> ConnectionTypeType:
return "DHCP"
# ConnectionTypeType definition
ConnectionTypeType = Literal[
"DHCP",
"STATIC_IP",
]
DesiredStateType#
# DesiredStateType usage example
from mypy_boto3_panorama.literals import DesiredStateType
def get_value() -> DesiredStateType:
return "REMOVED"
# DesiredStateType definition
DesiredStateType = Literal[
"REMOVED",
"RUNNING",
"STOPPED",
]
DeviceAggregatedStatusType#
# DeviceAggregatedStatusType usage example
from mypy_boto3_panorama.literals import DeviceAggregatedStatusType
def get_value() -> DeviceAggregatedStatusType:
return "AWAITING_PROVISIONING"
# DeviceAggregatedStatusType definition
DeviceAggregatedStatusType = Literal[
"AWAITING_PROVISIONING",
"DELETING",
"ERROR",
"FAILED",
"LEASE_EXPIRED",
"OFFLINE",
"ONLINE",
"PENDING",
"REBOOTING",
"UPDATE_NEEDED",
]
DeviceBrandType#
# DeviceBrandType usage example
from mypy_boto3_panorama.literals import DeviceBrandType
def get_value() -> DeviceBrandType:
return "AWS_PANORAMA"
# DeviceBrandType definition
DeviceBrandType = Literal[
"AWS_PANORAMA",
"LENOVO",
]
DeviceConnectionStatusType#
# DeviceConnectionStatusType usage example
from mypy_boto3_panorama.literals import DeviceConnectionStatusType
def get_value() -> DeviceConnectionStatusType:
return "AWAITING_CREDENTIALS"
# DeviceConnectionStatusType definition
DeviceConnectionStatusType = Literal[
"AWAITING_CREDENTIALS",
"ERROR",
"NOT_AVAILABLE",
"OFFLINE",
"ONLINE",
]
DeviceReportedStatusType#
# DeviceReportedStatusType usage example
from mypy_boto3_panorama.literals import DeviceReportedStatusType
def get_value() -> DeviceReportedStatusType:
return "INSTALL_ERROR"
# DeviceReportedStatusType definition
DeviceReportedStatusType = Literal[
"INSTALL_ERROR",
"INSTALL_IN_PROGRESS",
"LAUNCH_ERROR",
"LAUNCHED",
"REMOVAL_FAILED",
"REMOVAL_IN_PROGRESS",
"RUNNING",
"STARTING",
"STOP_ERROR",
"STOPPED",
"STOPPING",
]
DeviceStatusType#
# DeviceStatusType usage example
from mypy_boto3_panorama.literals import DeviceStatusType
def get_value() -> DeviceStatusType:
return "AWAITING_PROVISIONING"
# DeviceStatusType definition
DeviceStatusType = Literal[
"AWAITING_PROVISIONING",
"DELETING",
"ERROR",
"FAILED",
"PENDING",
"SUCCEEDED",
]
DeviceTypeType#
# DeviceTypeType usage example
from mypy_boto3_panorama.literals import DeviceTypeType
def get_value() -> DeviceTypeType:
return "PANORAMA_APPLIANCE"
# DeviceTypeType definition
DeviceTypeType = Literal[
"PANORAMA_APPLIANCE",
"PANORAMA_APPLIANCE_DEVELOPER_KIT",
]
JobResourceTypeType#
# JobResourceTypeType usage example
from mypy_boto3_panorama.literals import JobResourceTypeType
def get_value() -> JobResourceTypeType:
return "PACKAGE"
# JobResourceTypeType definition
JobResourceTypeType = Literal[
"PACKAGE",
]
JobTypeType#
# JobTypeType usage example
from mypy_boto3_panorama.literals import JobTypeType
def get_value() -> JobTypeType:
return "OTA"
# JobTypeType definition
JobTypeType = Literal[
"OTA",
"REBOOT",
]
ListDevicesSortByType#
# ListDevicesSortByType usage example
from mypy_boto3_panorama.literals import ListDevicesSortByType
def get_value() -> ListDevicesSortByType:
return "CREATED_TIME"
# ListDevicesSortByType definition
ListDevicesSortByType = Literal[
"CREATED_TIME",
"DEVICE_AGGREGATED_STATUS",
"DEVICE_ID",
"NAME",
]
NetworkConnectionStatusType#
# NetworkConnectionStatusType usage example
from mypy_boto3_panorama.literals import NetworkConnectionStatusType
def get_value() -> NetworkConnectionStatusType:
return "CONNECTED"
# NetworkConnectionStatusType definition
NetworkConnectionStatusType = Literal[
"CONNECTED",
"CONNECTING",
"NOT_CONNECTED",
]
NodeCategoryType#
# NodeCategoryType usage example
from mypy_boto3_panorama.literals import NodeCategoryType
def get_value() -> NodeCategoryType:
return "BUSINESS_LOGIC"
# NodeCategoryType definition
NodeCategoryType = Literal[
"BUSINESS_LOGIC",
"MEDIA_SINK",
"MEDIA_SOURCE",
"ML_MODEL",
]
NodeFromTemplateJobStatusType#
# NodeFromTemplateJobStatusType usage example
from mypy_boto3_panorama.literals import NodeFromTemplateJobStatusType
def get_value() -> NodeFromTemplateJobStatusType:
return "FAILED"
# NodeFromTemplateJobStatusType definition
NodeFromTemplateJobStatusType = Literal[
"FAILED",
"PENDING",
"SUCCEEDED",
]
NodeInstanceStatusType#
# NodeInstanceStatusType usage example
from mypy_boto3_panorama.literals import NodeInstanceStatusType
def get_value() -> NodeInstanceStatusType:
return "ERROR"
# NodeInstanceStatusType definition
NodeInstanceStatusType = Literal[
"ERROR",
"NOT_AVAILABLE",
"PAUSED",
"RUNNING",
]
NodeSignalValueType#
# NodeSignalValueType usage example
from mypy_boto3_panorama.literals import NodeSignalValueType
def get_value() -> NodeSignalValueType:
return "PAUSE"
# NodeSignalValueType definition
NodeSignalValueType = Literal[
"PAUSE",
"RESUME",
]
PackageImportJobStatusType#
# PackageImportJobStatusType usage example
from mypy_boto3_panorama.literals import PackageImportJobStatusType
def get_value() -> PackageImportJobStatusType:
return "FAILED"
# PackageImportJobStatusType definition
PackageImportJobStatusType = Literal[
"FAILED",
"PENDING",
"SUCCEEDED",
]
PackageImportJobTypeType#
# PackageImportJobTypeType usage example
from mypy_boto3_panorama.literals import PackageImportJobTypeType
def get_value() -> PackageImportJobTypeType:
return "MARKETPLACE_NODE_PACKAGE_VERSION"
# PackageImportJobTypeType definition
PackageImportJobTypeType = Literal[
"MARKETPLACE_NODE_PACKAGE_VERSION",
"NODE_PACKAGE_VERSION",
]
PackageVersionStatusType#
# PackageVersionStatusType usage example
from mypy_boto3_panorama.literals import PackageVersionStatusType
def get_value() -> PackageVersionStatusType:
return "DELETING"
# PackageVersionStatusType definition
PackageVersionStatusType = Literal[
"DELETING",
"FAILED",
"REGISTER_COMPLETED",
"REGISTER_PENDING",
]
PortTypeType#
# PortTypeType usage example
from mypy_boto3_panorama.literals import PortTypeType
def get_value() -> PortTypeType:
return "BOOLEAN"
# PortTypeType definition
PortTypeType = Literal[
"BOOLEAN",
"FLOAT32",
"INT32",
"MEDIA",
"STRING",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_panorama.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASCENDING"
# SortOrderType definition
SortOrderType = Literal[
"ASCENDING",
"DESCENDING",
]
StatusFilterType#
# StatusFilterType usage example
from mypy_boto3_panorama.literals import StatusFilterType
def get_value() -> StatusFilterType:
return "DEPLOYMENT_ERROR"
# StatusFilterType definition
StatusFilterType = Literal[
"DEPLOYMENT_ERROR",
"DEPLOYMENT_FAILED",
"DEPLOYMENT_SUCCEEDED",
"PROCESSING_DEPLOYMENT",
"PROCESSING_REMOVAL",
"REMOVAL_FAILED",
"REMOVAL_SUCCEEDED",
]
TemplateTypeType#
# TemplateTypeType usage example
from mypy_boto3_panorama.literals import TemplateTypeType
def get_value() -> TemplateTypeType:
return "RTSP_CAMERA_STREAM"
# TemplateTypeType definition
TemplateTypeType = Literal[
"RTSP_CAMERA_STREAM",
]
UpdateProgressType#
# UpdateProgressType usage example
from mypy_boto3_panorama.literals import UpdateProgressType
def get_value() -> UpdateProgressType:
return "COMPLETED"
# UpdateProgressType definition
UpdateProgressType = Literal[
"COMPLETED",
"DOWNLOADING",
"FAILED",
"IN_PROGRESS",
"PENDING",
"REBOOTING",
"VERIFYING",
]
PanoramaServiceName#
# PanoramaServiceName usage example
from mypy_boto3_panorama.literals import PanoramaServiceName
def get_value() -> PanoramaServiceName:
return "panorama"
# PanoramaServiceName definition
PanoramaServiceName = Literal[
"panorama",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_panorama.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_panorama.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]