Literals#
Index > GreengrassV2 > Literals
Auto-generated documentation for GreengrassV2 type annotations stubs module mypy-boto3-greengrassv2.
CloudComponentStateType#
# CloudComponentStateType usage example
from mypy_boto3_greengrassv2.literals import CloudComponentStateType
def get_value() -> CloudComponentStateType:
return "DEPLOYABLE"
# CloudComponentStateType definition
CloudComponentStateType = Literal[
"DEPLOYABLE",
"DEPRECATED",
"FAILED",
"INITIATED",
"REQUESTED",
]
ComponentDependencyTypeType#
# ComponentDependencyTypeType usage example
from mypy_boto3_greengrassv2.literals import ComponentDependencyTypeType
def get_value() -> ComponentDependencyTypeType:
return "HARD"
# ComponentDependencyTypeType definition
ComponentDependencyTypeType = Literal[
"HARD",
"SOFT",
]
ComponentVisibilityScopeType#
# ComponentVisibilityScopeType usage example
from mypy_boto3_greengrassv2.literals import ComponentVisibilityScopeType
def get_value() -> ComponentVisibilityScopeType:
return "PRIVATE"
# ComponentVisibilityScopeType definition
ComponentVisibilityScopeType = Literal[
"PRIVATE",
"PUBLIC",
]
CoreDeviceStatusType#
# CoreDeviceStatusType usage example
from mypy_boto3_greengrassv2.literals import CoreDeviceStatusType
def get_value() -> CoreDeviceStatusType:
return "HEALTHY"
# CoreDeviceStatusType definition
CoreDeviceStatusType = Literal[
"HEALTHY",
"UNHEALTHY",
]
DeploymentComponentUpdatePolicyActionType#
# DeploymentComponentUpdatePolicyActionType usage example
from mypy_boto3_greengrassv2.literals import DeploymentComponentUpdatePolicyActionType
def get_value() -> DeploymentComponentUpdatePolicyActionType:
return "NOTIFY_COMPONENTS"
# DeploymentComponentUpdatePolicyActionType definition
DeploymentComponentUpdatePolicyActionType = Literal[
"NOTIFY_COMPONENTS",
"SKIP_NOTIFY_COMPONENTS",
]
DeploymentFailureHandlingPolicyType#
# DeploymentFailureHandlingPolicyType usage example
from mypy_boto3_greengrassv2.literals import DeploymentFailureHandlingPolicyType
def get_value() -> DeploymentFailureHandlingPolicyType:
return "DO_NOTHING"
# DeploymentFailureHandlingPolicyType definition
DeploymentFailureHandlingPolicyType = Literal[
"DO_NOTHING",
"ROLLBACK",
]
DeploymentHistoryFilterType#
# DeploymentHistoryFilterType usage example
from mypy_boto3_greengrassv2.literals import DeploymentHistoryFilterType
def get_value() -> DeploymentHistoryFilterType:
return "ALL"
# DeploymentHistoryFilterType definition
DeploymentHistoryFilterType = Literal[
"ALL",
"LATEST_ONLY",
]
DeploymentStatusType#
# DeploymentStatusType usage example
from mypy_boto3_greengrassv2.literals import DeploymentStatusType
def get_value() -> DeploymentStatusType:
return "ACTIVE"
# DeploymentStatusType definition
DeploymentStatusType = Literal[
"ACTIVE",
"CANCELED",
"COMPLETED",
"FAILED",
"INACTIVE",
]
EffectiveDeploymentExecutionStatusType#
# EffectiveDeploymentExecutionStatusType usage example
from mypy_boto3_greengrassv2.literals import EffectiveDeploymentExecutionStatusType
def get_value() -> EffectiveDeploymentExecutionStatusType:
return "CANCELED"
# EffectiveDeploymentExecutionStatusType definition
EffectiveDeploymentExecutionStatusType = Literal[
"CANCELED",
"COMPLETED",
"FAILED",
"IN_PROGRESS",
"QUEUED",
"REJECTED",
"SUCCEEDED",
"TIMED_OUT",
]
InstalledComponentLifecycleStateType#
# InstalledComponentLifecycleStateType usage example
from mypy_boto3_greengrassv2.literals import InstalledComponentLifecycleStateType
def get_value() -> InstalledComponentLifecycleStateType:
return "BROKEN"
# InstalledComponentLifecycleStateType definition
InstalledComponentLifecycleStateType = Literal[
"BROKEN",
"ERRORED",
"FINISHED",
"INSTALLED",
"NEW",
"RUNNING",
"STARTING",
"STOPPING",
]
InstalledComponentTopologyFilterType#
# InstalledComponentTopologyFilterType usage example
from mypy_boto3_greengrassv2.literals import InstalledComponentTopologyFilterType
def get_value() -> InstalledComponentTopologyFilterType:
return "ALL"
# InstalledComponentTopologyFilterType definition
InstalledComponentTopologyFilterType = Literal[
"ALL",
"ROOT",
]
IoTJobAbortActionType#
# IoTJobAbortActionType usage example
from mypy_boto3_greengrassv2.literals import IoTJobAbortActionType
def get_value() -> IoTJobAbortActionType:
return "CANCEL"
# IoTJobAbortActionType definition
IoTJobAbortActionType = Literal[
"CANCEL",
]
IoTJobExecutionFailureTypeType#
# IoTJobExecutionFailureTypeType usage example
from mypy_boto3_greengrassv2.literals import IoTJobExecutionFailureTypeType
def get_value() -> IoTJobExecutionFailureTypeType:
return "ALL"
# IoTJobExecutionFailureTypeType definition
IoTJobExecutionFailureTypeType = Literal[
"ALL",
"FAILED",
"REJECTED",
"TIMED_OUT",
]
IotEndpointTypeType#
# IotEndpointTypeType usage example
from mypy_boto3_greengrassv2.literals import IotEndpointTypeType
def get_value() -> IotEndpointTypeType:
return "fips"
# IotEndpointTypeType definition
IotEndpointTypeType = Literal[
"fips",
"standard",
]
LambdaEventSourceTypeType#
# LambdaEventSourceTypeType usage example
from mypy_boto3_greengrassv2.literals import LambdaEventSourceTypeType
def get_value() -> LambdaEventSourceTypeType:
return "IOT_CORE"
# LambdaEventSourceTypeType definition
LambdaEventSourceTypeType = Literal[
"IOT_CORE",
"PUB_SUB",
]
LambdaFilesystemPermissionType#
# LambdaFilesystemPermissionType usage example
from mypy_boto3_greengrassv2.literals import LambdaFilesystemPermissionType
def get_value() -> LambdaFilesystemPermissionType:
return "ro"
# LambdaFilesystemPermissionType definition
LambdaFilesystemPermissionType = Literal[
"ro",
"rw",
]
LambdaInputPayloadEncodingTypeType#
# LambdaInputPayloadEncodingTypeType usage example
from mypy_boto3_greengrassv2.literals import LambdaInputPayloadEncodingTypeType
def get_value() -> LambdaInputPayloadEncodingTypeType:
return "binary"
# LambdaInputPayloadEncodingTypeType definition
LambdaInputPayloadEncodingTypeType = Literal[
"binary",
"json",
]
LambdaIsolationModeType#
# LambdaIsolationModeType usage example
from mypy_boto3_greengrassv2.literals import LambdaIsolationModeType
def get_value() -> LambdaIsolationModeType:
return "GreengrassContainer"
# LambdaIsolationModeType definition
LambdaIsolationModeType = Literal[
"GreengrassContainer",
"NoContainer",
]
ListClientDevicesAssociatedWithCoreDevicePaginatorName#
# ListClientDevicesAssociatedWithCoreDevicePaginatorName usage example
from mypy_boto3_greengrassv2.literals import ListClientDevicesAssociatedWithCoreDevicePaginatorName
def get_value() -> ListClientDevicesAssociatedWithCoreDevicePaginatorName:
return "list_client_devices_associated_with_core_device"
# ListClientDevicesAssociatedWithCoreDevicePaginatorName definition
ListClientDevicesAssociatedWithCoreDevicePaginatorName = Literal[
"list_client_devices_associated_with_core_device",
]
ListComponentVersionsPaginatorName#
# ListComponentVersionsPaginatorName usage example
from mypy_boto3_greengrassv2.literals import ListComponentVersionsPaginatorName
def get_value() -> ListComponentVersionsPaginatorName:
return "list_component_versions"
# ListComponentVersionsPaginatorName definition
ListComponentVersionsPaginatorName = Literal[
"list_component_versions",
]
ListComponentsPaginatorName#
# ListComponentsPaginatorName usage example
from mypy_boto3_greengrassv2.literals import ListComponentsPaginatorName
def get_value() -> ListComponentsPaginatorName:
return "list_components"
# ListComponentsPaginatorName definition
ListComponentsPaginatorName = Literal[
"list_components",
]
ListCoreDevicesPaginatorName#
# ListCoreDevicesPaginatorName usage example
from mypy_boto3_greengrassv2.literals import ListCoreDevicesPaginatorName
def get_value() -> ListCoreDevicesPaginatorName:
return "list_core_devices"
# ListCoreDevicesPaginatorName definition
ListCoreDevicesPaginatorName = Literal[
"list_core_devices",
]
ListDeploymentsPaginatorName#
# ListDeploymentsPaginatorName usage example
from mypy_boto3_greengrassv2.literals import ListDeploymentsPaginatorName
def get_value() -> ListDeploymentsPaginatorName:
return "list_deployments"
# ListDeploymentsPaginatorName definition
ListDeploymentsPaginatorName = Literal[
"list_deployments",
]
ListEffectiveDeploymentsPaginatorName#
# ListEffectiveDeploymentsPaginatorName usage example
from mypy_boto3_greengrassv2.literals import ListEffectiveDeploymentsPaginatorName
def get_value() -> ListEffectiveDeploymentsPaginatorName:
return "list_effective_deployments"
# ListEffectiveDeploymentsPaginatorName definition
ListEffectiveDeploymentsPaginatorName = Literal[
"list_effective_deployments",
]
ListInstalledComponentsPaginatorName#
# ListInstalledComponentsPaginatorName usage example
from mypy_boto3_greengrassv2.literals import ListInstalledComponentsPaginatorName
def get_value() -> ListInstalledComponentsPaginatorName:
return "list_installed_components"
# ListInstalledComponentsPaginatorName definition
ListInstalledComponentsPaginatorName = Literal[
"list_installed_components",
]
RecipeOutputFormatType#
# RecipeOutputFormatType usage example
from mypy_boto3_greengrassv2.literals import RecipeOutputFormatType
def get_value() -> RecipeOutputFormatType:
return "JSON"
# RecipeOutputFormatType definition
RecipeOutputFormatType = Literal[
"JSON",
"YAML",
]
S3EndpointTypeType#
# S3EndpointTypeType usage example
from mypy_boto3_greengrassv2.literals import S3EndpointTypeType
def get_value() -> S3EndpointTypeType:
return "GLOBAL"
# S3EndpointTypeType definition
S3EndpointTypeType = Literal[
"GLOBAL",
"REGIONAL",
]
VendorGuidanceType#
# VendorGuidanceType usage example
from mypy_boto3_greengrassv2.literals import VendorGuidanceType
def get_value() -> VendorGuidanceType:
return "ACTIVE"
# VendorGuidanceType definition
VendorGuidanceType = Literal[
"ACTIVE",
"DELETED",
"DISCONTINUED",
]
GreengrassV2ServiceName#
# GreengrassV2ServiceName usage example
from mypy_boto3_greengrassv2.literals import GreengrassV2ServiceName
def get_value() -> GreengrassV2ServiceName:
return "greengrassv2"
# GreengrassV2ServiceName definition
GreengrassV2ServiceName = Literal[
"greengrassv2",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_greengrassv2.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_greengrassv2.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_greengrassv2.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_client_devices_associated_with_core_device"
# PaginatorName definition
PaginatorName = Literal[
"list_client_devices_associated_with_core_device",
"list_component_versions",
"list_components",
"list_core_devices",
"list_deployments",
"list_effective_deployments",
"list_installed_components",
]
RegionName#
# RegionName usage example
from mypy_boto3_greengrassv2.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",
]