Skip to content

Literals#

Index > Lambda > Literals

Auto-generated documentation for Lambda type annotations stubs module types-aiobotocore-lambda.

ArchitectureType#

# ArchitectureType usage example

from types_aiobotocore_lambda.literals import ArchitectureType

def get_value() -> ArchitectureType:
    return "arm64"
# ArchitectureType definition

ArchitectureType = Literal[
    "arm64",
    "x86_64",
]

CodeSigningPolicyType#

# CodeSigningPolicyType usage example

from types_aiobotocore_lambda.literals import CodeSigningPolicyType

def get_value() -> CodeSigningPolicyType:
    return "Enforce"
# CodeSigningPolicyType definition

CodeSigningPolicyType = Literal[
    "Enforce",
    "Warn",
]

EndPointTypeType#

# EndPointTypeType usage example

from types_aiobotocore_lambda.literals import EndPointTypeType

def get_value() -> EndPointTypeType:
    return "KAFKA_BOOTSTRAP_SERVERS"
# EndPointTypeType definition

EndPointTypeType = Literal[
    "KAFKA_BOOTSTRAP_SERVERS",
]

EventSourcePositionType#

# EventSourcePositionType usage example

from types_aiobotocore_lambda.literals import EventSourcePositionType

def get_value() -> EventSourcePositionType:
    return "AT_TIMESTAMP"
# EventSourcePositionType definition

EventSourcePositionType = Literal[
    "AT_TIMESTAMP",
    "LATEST",
    "TRIM_HORIZON",
]

FullDocumentType#

# FullDocumentType usage example

from types_aiobotocore_lambda.literals import FullDocumentType

def get_value() -> FullDocumentType:
    return "Default"
# FullDocumentType definition

FullDocumentType = Literal[
    "Default",
    "UpdateLookup",
]

FunctionActiveV2WaiterName#

# FunctionActiveV2WaiterName usage example

from types_aiobotocore_lambda.literals import FunctionActiveV2WaiterName

def get_value() -> FunctionActiveV2WaiterName:
    return "function_active_v2"
# FunctionActiveV2WaiterName definition

FunctionActiveV2WaiterName = Literal[
    "function_active_v2",
]

FunctionActiveWaiterName#

# FunctionActiveWaiterName usage example

from types_aiobotocore_lambda.literals import FunctionActiveWaiterName

def get_value() -> FunctionActiveWaiterName:
    return "function_active"
# FunctionActiveWaiterName definition

FunctionActiveWaiterName = Literal[
    "function_active",
]

FunctionExistsWaiterName#

# FunctionExistsWaiterName usage example

from types_aiobotocore_lambda.literals import FunctionExistsWaiterName

def get_value() -> FunctionExistsWaiterName:
    return "function_exists"
# FunctionExistsWaiterName definition

FunctionExistsWaiterName = Literal[
    "function_exists",
]

FunctionResponseTypeType#

# FunctionResponseTypeType usage example

from types_aiobotocore_lambda.literals import FunctionResponseTypeType

def get_value() -> FunctionResponseTypeType:
    return "ReportBatchItemFailures"
# FunctionResponseTypeType definition

FunctionResponseTypeType = Literal[
    "ReportBatchItemFailures",
]

FunctionUpdatedV2WaiterName#

# FunctionUpdatedV2WaiterName usage example

from types_aiobotocore_lambda.literals import FunctionUpdatedV2WaiterName

def get_value() -> FunctionUpdatedV2WaiterName:
    return "function_updated_v2"
# FunctionUpdatedV2WaiterName definition

FunctionUpdatedV2WaiterName = Literal[
    "function_updated_v2",
]

FunctionUpdatedWaiterName#

# FunctionUpdatedWaiterName usage example

from types_aiobotocore_lambda.literals import FunctionUpdatedWaiterName

def get_value() -> FunctionUpdatedWaiterName:
    return "function_updated"
# FunctionUpdatedWaiterName definition

FunctionUpdatedWaiterName = Literal[
    "function_updated",
]

FunctionUrlAuthTypeType#

# FunctionUrlAuthTypeType usage example

from types_aiobotocore_lambda.literals import FunctionUrlAuthTypeType

def get_value() -> FunctionUrlAuthTypeType:
    return "AWS_IAM"
# FunctionUrlAuthTypeType definition

FunctionUrlAuthTypeType = Literal[
    "AWS_IAM",
    "NONE",
]

FunctionVersionType#

# FunctionVersionType usage example

from types_aiobotocore_lambda.literals import FunctionVersionType

def get_value() -> FunctionVersionType:
    return "ALL"
# FunctionVersionType definition

FunctionVersionType = Literal[
    "ALL",
]

InvocationTypeType#

# InvocationTypeType usage example

from types_aiobotocore_lambda.literals import InvocationTypeType

def get_value() -> InvocationTypeType:
    return "DryRun"
# InvocationTypeType definition

InvocationTypeType = Literal[
    "DryRun",
    "Event",
    "RequestResponse",
]

InvokeModeType#

# InvokeModeType usage example

from types_aiobotocore_lambda.literals import InvokeModeType

def get_value() -> InvokeModeType:
    return "BUFFERED"
# InvokeModeType definition

InvokeModeType = Literal[
    "BUFFERED",
    "RESPONSE_STREAM",
]

LastUpdateStatusReasonCodeType#

# LastUpdateStatusReasonCodeType usage example

from types_aiobotocore_lambda.literals import LastUpdateStatusReasonCodeType

def get_value() -> LastUpdateStatusReasonCodeType:
    return "DisabledKMSKey"
# LastUpdateStatusReasonCodeType definition

LastUpdateStatusReasonCodeType = Literal[
    "DisabledKMSKey",
    "EFSIOError",
    "EFSMountConnectivityError",
    "EFSMountFailure",
    "EFSMountTimeout",
    "EniLimitExceeded",
    "FunctionError",
    "ImageAccessDenied",
    "ImageDeleted",
    "InsufficientRolePermissions",
    "InternalError",
    "InvalidConfiguration",
    "InvalidImage",
    "InvalidRuntime",
    "InvalidSecurityGroup",
    "InvalidStateKMSKey",
    "InvalidSubnet",
    "InvalidZipFileException",
    "KMSKeyAccessDenied",
    "KMSKeyNotFound",
    "SubnetOutOfIPAddresses",
]

LastUpdateStatusType#

# LastUpdateStatusType usage example

from types_aiobotocore_lambda.literals import LastUpdateStatusType

def get_value() -> LastUpdateStatusType:
    return "Failed"
# LastUpdateStatusType definition

LastUpdateStatusType = Literal[
    "Failed",
    "InProgress",
    "Successful",
]

ListAliasesPaginatorName#

# ListAliasesPaginatorName usage example

from types_aiobotocore_lambda.literals import ListAliasesPaginatorName

def get_value() -> ListAliasesPaginatorName:
    return "list_aliases"
# ListAliasesPaginatorName definition

ListAliasesPaginatorName = Literal[
    "list_aliases",
]

ListCodeSigningConfigsPaginatorName#

# ListCodeSigningConfigsPaginatorName usage example

from types_aiobotocore_lambda.literals import ListCodeSigningConfigsPaginatorName

def get_value() -> ListCodeSigningConfigsPaginatorName:
    return "list_code_signing_configs"
# ListCodeSigningConfigsPaginatorName definition

ListCodeSigningConfigsPaginatorName = Literal[
    "list_code_signing_configs",
]

ListEventSourceMappingsPaginatorName#

# ListEventSourceMappingsPaginatorName usage example

from types_aiobotocore_lambda.literals import ListEventSourceMappingsPaginatorName

def get_value() -> ListEventSourceMappingsPaginatorName:
    return "list_event_source_mappings"
# ListEventSourceMappingsPaginatorName definition

ListEventSourceMappingsPaginatorName = Literal[
    "list_event_source_mappings",
]

ListFunctionEventInvokeConfigsPaginatorName#

# ListFunctionEventInvokeConfigsPaginatorName usage example

from types_aiobotocore_lambda.literals import ListFunctionEventInvokeConfigsPaginatorName

def get_value() -> ListFunctionEventInvokeConfigsPaginatorName:
    return "list_function_event_invoke_configs"
# ListFunctionEventInvokeConfigsPaginatorName definition

ListFunctionEventInvokeConfigsPaginatorName = Literal[
    "list_function_event_invoke_configs",
]

ListFunctionUrlConfigsPaginatorName#

# ListFunctionUrlConfigsPaginatorName usage example

from types_aiobotocore_lambda.literals import ListFunctionUrlConfigsPaginatorName

def get_value() -> ListFunctionUrlConfigsPaginatorName:
    return "list_function_url_configs"
# ListFunctionUrlConfigsPaginatorName definition

ListFunctionUrlConfigsPaginatorName = Literal[
    "list_function_url_configs",
]

ListFunctionsByCodeSigningConfigPaginatorName#

# ListFunctionsByCodeSigningConfigPaginatorName usage example

from types_aiobotocore_lambda.literals import ListFunctionsByCodeSigningConfigPaginatorName

def get_value() -> ListFunctionsByCodeSigningConfigPaginatorName:
    return "list_functions_by_code_signing_config"
# ListFunctionsByCodeSigningConfigPaginatorName definition

ListFunctionsByCodeSigningConfigPaginatorName = Literal[
    "list_functions_by_code_signing_config",
]

ListFunctionsPaginatorName#

# ListFunctionsPaginatorName usage example

from types_aiobotocore_lambda.literals import ListFunctionsPaginatorName

def get_value() -> ListFunctionsPaginatorName:
    return "list_functions"
# ListFunctionsPaginatorName definition

ListFunctionsPaginatorName = Literal[
    "list_functions",
]

ListLayerVersionsPaginatorName#

# ListLayerVersionsPaginatorName usage example

from types_aiobotocore_lambda.literals import ListLayerVersionsPaginatorName

def get_value() -> ListLayerVersionsPaginatorName:
    return "list_layer_versions"
# ListLayerVersionsPaginatorName definition

ListLayerVersionsPaginatorName = Literal[
    "list_layer_versions",
]

ListLayersPaginatorName#

# ListLayersPaginatorName usage example

from types_aiobotocore_lambda.literals import ListLayersPaginatorName

def get_value() -> ListLayersPaginatorName:
    return "list_layers"
# ListLayersPaginatorName definition

ListLayersPaginatorName = Literal[
    "list_layers",
]

ListProvisionedConcurrencyConfigsPaginatorName#

# ListProvisionedConcurrencyConfigsPaginatorName usage example

from types_aiobotocore_lambda.literals import ListProvisionedConcurrencyConfigsPaginatorName

def get_value() -> ListProvisionedConcurrencyConfigsPaginatorName:
    return "list_provisioned_concurrency_configs"
# ListProvisionedConcurrencyConfigsPaginatorName definition

ListProvisionedConcurrencyConfigsPaginatorName = Literal[
    "list_provisioned_concurrency_configs",
]

ListVersionsByFunctionPaginatorName#

# ListVersionsByFunctionPaginatorName usage example

from types_aiobotocore_lambda.literals import ListVersionsByFunctionPaginatorName

def get_value() -> ListVersionsByFunctionPaginatorName:
    return "list_versions_by_function"
# ListVersionsByFunctionPaginatorName definition

ListVersionsByFunctionPaginatorName = Literal[
    "list_versions_by_function",
]

LogTypeType#

# LogTypeType usage example

from types_aiobotocore_lambda.literals import LogTypeType

def get_value() -> LogTypeType:
    return "None"
# LogTypeType definition

LogTypeType = Literal[
    "None",
    "Tail",
]

PackageTypeType#

# PackageTypeType usage example

from types_aiobotocore_lambda.literals import PackageTypeType

def get_value() -> PackageTypeType:
    return "Image"
# PackageTypeType definition

PackageTypeType = Literal[
    "Image",
    "Zip",
]

ProvisionedConcurrencyStatusEnumType#

# ProvisionedConcurrencyStatusEnumType usage example

from types_aiobotocore_lambda.literals import ProvisionedConcurrencyStatusEnumType

def get_value() -> ProvisionedConcurrencyStatusEnumType:
    return "FAILED"
# ProvisionedConcurrencyStatusEnumType definition

ProvisionedConcurrencyStatusEnumType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "READY",
]

PublishedVersionActiveWaiterName#

# PublishedVersionActiveWaiterName usage example

from types_aiobotocore_lambda.literals import PublishedVersionActiveWaiterName

def get_value() -> PublishedVersionActiveWaiterName:
    return "published_version_active"
# PublishedVersionActiveWaiterName definition

PublishedVersionActiveWaiterName = Literal[
    "published_version_active",
]

ResponseStreamingInvocationTypeType#

# ResponseStreamingInvocationTypeType usage example

from types_aiobotocore_lambda.literals import ResponseStreamingInvocationTypeType

def get_value() -> ResponseStreamingInvocationTypeType:
    return "DryRun"
# ResponseStreamingInvocationTypeType definition

ResponseStreamingInvocationTypeType = Literal[
    "DryRun",
    "RequestResponse",
]

RuntimeType#

# RuntimeType usage example

from types_aiobotocore_lambda.literals import RuntimeType

def get_value() -> RuntimeType:
    return "dotnet6"
# RuntimeType definition

RuntimeType = Literal[
    "dotnet6",
    "dotnetcore1.0",
    "dotnetcore2.0",
    "dotnetcore2.1",
    "dotnetcore3.1",
    "go1.x",
    "java11",
    "java17",
    "java8",
    "java8.al2",
    "nodejs",
    "nodejs10.x",
    "nodejs12.x",
    "nodejs14.x",
    "nodejs16.x",
    "nodejs18.x",
    "nodejs4.3",
    "nodejs4.3-edge",
    "nodejs6.10",
    "nodejs8.10",
    "provided",
    "provided.al2",
    "python2.7",
    "python3.10",
    "python3.11",
    "python3.6",
    "python3.7",
    "python3.8",
    "python3.9",
    "ruby2.5",
    "ruby2.7",
    "ruby3.2",
]

SnapStartApplyOnType#

# SnapStartApplyOnType usage example

from types_aiobotocore_lambda.literals import SnapStartApplyOnType

def get_value() -> SnapStartApplyOnType:
    return "None"
# SnapStartApplyOnType definition

SnapStartApplyOnType = Literal[
    "None",
    "PublishedVersions",
]

SnapStartOptimizationStatusType#

# SnapStartOptimizationStatusType usage example

from types_aiobotocore_lambda.literals import SnapStartOptimizationStatusType

def get_value() -> SnapStartOptimizationStatusType:
    return "Off"
# SnapStartOptimizationStatusType definition

SnapStartOptimizationStatusType = Literal[
    "Off",
    "On",
]

SourceAccessTypeType#

# SourceAccessTypeType usage example

from types_aiobotocore_lambda.literals import SourceAccessTypeType

def get_value() -> SourceAccessTypeType:
    return "BASIC_AUTH"
# SourceAccessTypeType definition

SourceAccessTypeType = Literal[
    "BASIC_AUTH",
    "CLIENT_CERTIFICATE_TLS_AUTH",
    "SASL_SCRAM_256_AUTH",
    "SASL_SCRAM_512_AUTH",
    "SERVER_ROOT_CA_CERTIFICATE",
    "VIRTUAL_HOST",
    "VPC_SECURITY_GROUP",
    "VPC_SUBNET",
]

StateReasonCodeType#

# StateReasonCodeType usage example

from types_aiobotocore_lambda.literals import StateReasonCodeType

def get_value() -> StateReasonCodeType:
    return "Creating"
# StateReasonCodeType definition

StateReasonCodeType = Literal[
    "Creating",
    "DisabledKMSKey",
    "EFSIOError",
    "EFSMountConnectivityError",
    "EFSMountFailure",
    "EFSMountTimeout",
    "EniLimitExceeded",
    "FunctionError",
    "Idle",
    "ImageAccessDenied",
    "ImageDeleted",
    "InsufficientRolePermissions",
    "InternalError",
    "InvalidConfiguration",
    "InvalidImage",
    "InvalidRuntime",
    "InvalidSecurityGroup",
    "InvalidStateKMSKey",
    "InvalidSubnet",
    "InvalidZipFileException",
    "KMSKeyAccessDenied",
    "KMSKeyNotFound",
    "Restoring",
    "SubnetOutOfIPAddresses",
]

StateType#

# StateType usage example

from types_aiobotocore_lambda.literals import StateType

def get_value() -> StateType:
    return "Active"
# StateType definition

StateType = Literal[
    "Active",
    "Failed",
    "Inactive",
    "Pending",
]

TracingModeType#

# TracingModeType usage example

from types_aiobotocore_lambda.literals import TracingModeType

def get_value() -> TracingModeType:
    return "Active"
# TracingModeType definition

TracingModeType = Literal[
    "Active",
    "PassThrough",
]

UpdateRuntimeOnType#

# UpdateRuntimeOnType usage example

from types_aiobotocore_lambda.literals import UpdateRuntimeOnType

def get_value() -> UpdateRuntimeOnType:
    return "Auto"
# UpdateRuntimeOnType definition

UpdateRuntimeOnType = Literal[
    "Auto",
    "FunctionUpdate",
    "Manual",
]

LambdaServiceName#

# LambdaServiceName usage example

from types_aiobotocore_lambda.literals import LambdaServiceName

def get_value() -> LambdaServiceName:
    return "lambda"
# LambdaServiceName definition

LambdaServiceName = Literal[
    "lambda",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_lambda.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition

ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcases",
    "connectparticipant",
    "controltower",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "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",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "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",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from types_aiobotocore_lambda.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 types_aiobotocore_lambda.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_aliases"
# PaginatorName definition

PaginatorName = Literal[
    "list_aliases",
    "list_code_signing_configs",
    "list_event_source_mappings",
    "list_function_event_invoke_configs",
    "list_function_url_configs",
    "list_functions",
    "list_functions_by_code_signing_config",
    "list_layer_versions",
    "list_layers",
    "list_provisioned_concurrency_configs",
    "list_versions_by_function",
]

WaiterName#

# WaiterName usage example

from types_aiobotocore_lambda.literals import WaiterName

def get_value() -> WaiterName:
    return "function_active"
# WaiterName definition

WaiterName = Literal[
    "function_active",
    "function_active_v2",
    "function_exists",
    "function_updated",
    "function_updated_v2",
    "published_version_active",
]

RegionName#

# RegionName usage example

from types_aiobotocore_lambda.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition

RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ca-central-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]