Literals#
Index > Greengrass > Literals
Auto-generated documentation for Greengrass type annotations stubs module mypy-boto3-greengrass.
BulkDeploymentStatusType#
# BulkDeploymentStatusType usage example
from mypy_boto3_greengrass.literals import BulkDeploymentStatusType
def get_value() -> BulkDeploymentStatusType:
return "Completed"
# BulkDeploymentStatusType definition
BulkDeploymentStatusType = Literal[
"Completed",
"Failed",
"Initializing",
"Running",
"Stopped",
"Stopping",
]
ConfigurationSyncStatusType#
# ConfigurationSyncStatusType usage example
from mypy_boto3_greengrass.literals import ConfigurationSyncStatusType
def get_value() -> ConfigurationSyncStatusType:
return "InSync"
# ConfigurationSyncStatusType definition
ConfigurationSyncStatusType = Literal[
"InSync",
"OutOfSync",
]
DeploymentTypeType#
# DeploymentTypeType usage example
from mypy_boto3_greengrass.literals import DeploymentTypeType
def get_value() -> DeploymentTypeType:
return "ForceResetDeployment"
# DeploymentTypeType definition
DeploymentTypeType = Literal[
"ForceResetDeployment",
"NewDeployment",
"Redeployment",
"ResetDeployment",
]
EncodingTypeType#
# EncodingTypeType usage example
from mypy_boto3_greengrass.literals import EncodingTypeType
def get_value() -> EncodingTypeType:
return "binary"
# EncodingTypeType definition
EncodingTypeType = Literal[
"binary",
"json",
]
FunctionIsolationModeType#
# FunctionIsolationModeType usage example
from mypy_boto3_greengrass.literals import FunctionIsolationModeType
def get_value() -> FunctionIsolationModeType:
return "GreengrassContainer"
# FunctionIsolationModeType definition
FunctionIsolationModeType = Literal[
"GreengrassContainer",
"NoContainer",
]
ListBulkDeploymentDetailedReportsPaginatorName#
# ListBulkDeploymentDetailedReportsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListBulkDeploymentDetailedReportsPaginatorName
def get_value() -> ListBulkDeploymentDetailedReportsPaginatorName:
return "list_bulk_deployment_detailed_reports"
# ListBulkDeploymentDetailedReportsPaginatorName definition
ListBulkDeploymentDetailedReportsPaginatorName = Literal[
"list_bulk_deployment_detailed_reports",
]
ListBulkDeploymentsPaginatorName#
# ListBulkDeploymentsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListBulkDeploymentsPaginatorName
def get_value() -> ListBulkDeploymentsPaginatorName:
return "list_bulk_deployments"
# ListBulkDeploymentsPaginatorName definition
ListBulkDeploymentsPaginatorName = Literal[
"list_bulk_deployments",
]
ListConnectorDefinitionVersionsPaginatorName#
# ListConnectorDefinitionVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListConnectorDefinitionVersionsPaginatorName
def get_value() -> ListConnectorDefinitionVersionsPaginatorName:
return "list_connector_definition_versions"
# ListConnectorDefinitionVersionsPaginatorName definition
ListConnectorDefinitionVersionsPaginatorName = Literal[
"list_connector_definition_versions",
]
ListConnectorDefinitionsPaginatorName#
# ListConnectorDefinitionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListConnectorDefinitionsPaginatorName
def get_value() -> ListConnectorDefinitionsPaginatorName:
return "list_connector_definitions"
# ListConnectorDefinitionsPaginatorName definition
ListConnectorDefinitionsPaginatorName = Literal[
"list_connector_definitions",
]
ListCoreDefinitionVersionsPaginatorName#
# ListCoreDefinitionVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListCoreDefinitionVersionsPaginatorName
def get_value() -> ListCoreDefinitionVersionsPaginatorName:
return "list_core_definition_versions"
# ListCoreDefinitionVersionsPaginatorName definition
ListCoreDefinitionVersionsPaginatorName = Literal[
"list_core_definition_versions",
]
ListCoreDefinitionsPaginatorName#
# ListCoreDefinitionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListCoreDefinitionsPaginatorName
def get_value() -> ListCoreDefinitionsPaginatorName:
return "list_core_definitions"
# ListCoreDefinitionsPaginatorName definition
ListCoreDefinitionsPaginatorName = Literal[
"list_core_definitions",
]
ListDeploymentsPaginatorName#
# ListDeploymentsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListDeploymentsPaginatorName
def get_value() -> ListDeploymentsPaginatorName:
return "list_deployments"
# ListDeploymentsPaginatorName definition
ListDeploymentsPaginatorName = Literal[
"list_deployments",
]
ListDeviceDefinitionVersionsPaginatorName#
# ListDeviceDefinitionVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListDeviceDefinitionVersionsPaginatorName
def get_value() -> ListDeviceDefinitionVersionsPaginatorName:
return "list_device_definition_versions"
# ListDeviceDefinitionVersionsPaginatorName definition
ListDeviceDefinitionVersionsPaginatorName = Literal[
"list_device_definition_versions",
]
ListDeviceDefinitionsPaginatorName#
# ListDeviceDefinitionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListDeviceDefinitionsPaginatorName
def get_value() -> ListDeviceDefinitionsPaginatorName:
return "list_device_definitions"
# ListDeviceDefinitionsPaginatorName definition
ListDeviceDefinitionsPaginatorName = Literal[
"list_device_definitions",
]
ListFunctionDefinitionVersionsPaginatorName#
# ListFunctionDefinitionVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListFunctionDefinitionVersionsPaginatorName
def get_value() -> ListFunctionDefinitionVersionsPaginatorName:
return "list_function_definition_versions"
# ListFunctionDefinitionVersionsPaginatorName definition
ListFunctionDefinitionVersionsPaginatorName = Literal[
"list_function_definition_versions",
]
ListFunctionDefinitionsPaginatorName#
# ListFunctionDefinitionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListFunctionDefinitionsPaginatorName
def get_value() -> ListFunctionDefinitionsPaginatorName:
return "list_function_definitions"
# ListFunctionDefinitionsPaginatorName definition
ListFunctionDefinitionsPaginatorName = Literal[
"list_function_definitions",
]
ListGroupVersionsPaginatorName#
# ListGroupVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListGroupVersionsPaginatorName
def get_value() -> ListGroupVersionsPaginatorName:
return "list_group_versions"
# ListGroupVersionsPaginatorName definition
ListGroupVersionsPaginatorName = Literal[
"list_group_versions",
]
ListGroupsPaginatorName#
# ListGroupsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListGroupsPaginatorName
def get_value() -> ListGroupsPaginatorName:
return "list_groups"
# ListGroupsPaginatorName definition
ListGroupsPaginatorName = Literal[
"list_groups",
]
ListLoggerDefinitionVersionsPaginatorName#
# ListLoggerDefinitionVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListLoggerDefinitionVersionsPaginatorName
def get_value() -> ListLoggerDefinitionVersionsPaginatorName:
return "list_logger_definition_versions"
# ListLoggerDefinitionVersionsPaginatorName definition
ListLoggerDefinitionVersionsPaginatorName = Literal[
"list_logger_definition_versions",
]
ListLoggerDefinitionsPaginatorName#
# ListLoggerDefinitionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListLoggerDefinitionsPaginatorName
def get_value() -> ListLoggerDefinitionsPaginatorName:
return "list_logger_definitions"
# ListLoggerDefinitionsPaginatorName definition
ListLoggerDefinitionsPaginatorName = Literal[
"list_logger_definitions",
]
ListResourceDefinitionVersionsPaginatorName#
# ListResourceDefinitionVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListResourceDefinitionVersionsPaginatorName
def get_value() -> ListResourceDefinitionVersionsPaginatorName:
return "list_resource_definition_versions"
# ListResourceDefinitionVersionsPaginatorName definition
ListResourceDefinitionVersionsPaginatorName = Literal[
"list_resource_definition_versions",
]
ListResourceDefinitionsPaginatorName#
# ListResourceDefinitionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListResourceDefinitionsPaginatorName
def get_value() -> ListResourceDefinitionsPaginatorName:
return "list_resource_definitions"
# ListResourceDefinitionsPaginatorName definition
ListResourceDefinitionsPaginatorName = Literal[
"list_resource_definitions",
]
ListSubscriptionDefinitionVersionsPaginatorName#
# ListSubscriptionDefinitionVersionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListSubscriptionDefinitionVersionsPaginatorName
def get_value() -> ListSubscriptionDefinitionVersionsPaginatorName:
return "list_subscription_definition_versions"
# ListSubscriptionDefinitionVersionsPaginatorName definition
ListSubscriptionDefinitionVersionsPaginatorName = Literal[
"list_subscription_definition_versions",
]
ListSubscriptionDefinitionsPaginatorName#
# ListSubscriptionDefinitionsPaginatorName usage example
from mypy_boto3_greengrass.literals import ListSubscriptionDefinitionsPaginatorName
def get_value() -> ListSubscriptionDefinitionsPaginatorName:
return "list_subscription_definitions"
# ListSubscriptionDefinitionsPaginatorName definition
ListSubscriptionDefinitionsPaginatorName = Literal[
"list_subscription_definitions",
]
LoggerComponentType#
# LoggerComponentType usage example
from mypy_boto3_greengrass.literals import LoggerComponentType
def get_value() -> LoggerComponentType:
return "GreengrassSystem"
# LoggerComponentType definition
LoggerComponentType = Literal[
"GreengrassSystem",
"Lambda",
]
LoggerLevelType#
# LoggerLevelType usage example
from mypy_boto3_greengrass.literals import LoggerLevelType
def get_value() -> LoggerLevelType:
return "DEBUG"
# LoggerLevelType definition
LoggerLevelType = Literal[
"DEBUG",
"ERROR",
"FATAL",
"INFO",
"WARN",
]
LoggerTypeType#
# LoggerTypeType usage example
from mypy_boto3_greengrass.literals import LoggerTypeType
def get_value() -> LoggerTypeType:
return "AWSCloudWatch"
# LoggerTypeType definition
LoggerTypeType = Literal[
"AWSCloudWatch",
"FileSystem",
]
PermissionType#
# PermissionType usage example
from mypy_boto3_greengrass.literals import PermissionType
def get_value() -> PermissionType:
return "ro"
# PermissionType definition
PermissionType = Literal[
"ro",
"rw",
]
SoftwareToUpdateType#
# SoftwareToUpdateType usage example
from mypy_boto3_greengrass.literals import SoftwareToUpdateType
def get_value() -> SoftwareToUpdateType:
return "core"
# SoftwareToUpdateType definition
SoftwareToUpdateType = Literal[
"core",
"ota_agent",
]
TelemetryType#
# TelemetryType usage example
from mypy_boto3_greengrass.literals import TelemetryType
def get_value() -> TelemetryType:
return "Off"
# TelemetryType definition
TelemetryType = Literal[
"Off",
"On",
]
UpdateAgentLogLevelType#
# UpdateAgentLogLevelType usage example
from mypy_boto3_greengrass.literals import UpdateAgentLogLevelType
def get_value() -> UpdateAgentLogLevelType:
return "DEBUG"
# UpdateAgentLogLevelType definition
UpdateAgentLogLevelType = Literal[
"DEBUG",
"ERROR",
"FATAL",
"INFO",
"NONE",
"TRACE",
"VERBOSE",
"WARN",
]
UpdateTargetsArchitectureType#
# UpdateTargetsArchitectureType usage example
from mypy_boto3_greengrass.literals import UpdateTargetsArchitectureType
def get_value() -> UpdateTargetsArchitectureType:
return "aarch64"
# UpdateTargetsArchitectureType definition
UpdateTargetsArchitectureType = Literal[
"aarch64",
"armv6l",
"armv7l",
"x86_64",
]
UpdateTargetsOperatingSystemType#
# UpdateTargetsOperatingSystemType usage example
from mypy_boto3_greengrass.literals import UpdateTargetsOperatingSystemType
def get_value() -> UpdateTargetsOperatingSystemType:
return "amazon_linux"
# UpdateTargetsOperatingSystemType definition
UpdateTargetsOperatingSystemType = Literal[
"amazon_linux",
"openwrt",
"raspbian",
"ubuntu",
]
GreengrassServiceName#
# GreengrassServiceName usage example
from mypy_boto3_greengrass.literals import GreengrassServiceName
def get_value() -> GreengrassServiceName:
return "greengrass"
# GreengrassServiceName definition
GreengrassServiceName = Literal[
"greengrass",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_greengrass.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_greengrass.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_greengrass.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_bulk_deployment_detailed_reports"
# PaginatorName definition
PaginatorName = Literal[
"list_bulk_deployment_detailed_reports",
"list_bulk_deployments",
"list_connector_definition_versions",
"list_connector_definitions",
"list_core_definition_versions",
"list_core_definitions",
"list_deployments",
"list_device_definition_versions",
"list_device_definitions",
"list_function_definition_versions",
"list_function_definitions",
"list_group_versions",
"list_groups",
"list_logger_definition_versions",
"list_logger_definitions",
"list_resource_definition_versions",
"list_resource_definitions",
"list_subscription_definition_versions",
"list_subscription_definitions",
]
RegionName#
# RegionName usage example
from mypy_boto3_greengrass.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-west-1",
"eu-west-2",
"us-east-1",
"us-east-2",
"us-west-2",
]