Skip to content

Literals#

Index > Lambda > Literals

Auto-generated documentation for Lambda type annotations stubs module mypy-boto3-lambda.

ApplicationLogLevelType#

# ApplicationLogLevelType usage example
from mypy_boto3_lambda.literals import ApplicationLogLevelType

def get_value() -> ApplicationLogLevelType:
    return "DEBUG"
# ApplicationLogLevelType definition
ApplicationLogLevelType = Literal[
    "DEBUG",
    "ERROR",
    "FATAL",
    "INFO",
    "TRACE",
    "WARN",
]

ArchitectureType#

# ArchitectureType usage example
from mypy_boto3_lambda.literals import ArchitectureType

def get_value() -> ArchitectureType:
    return "arm64"
# ArchitectureType definition
ArchitectureType = Literal[
    "arm64",
    "x86_64",
]

CapacityProviderPredefinedMetricTypeType#

# CapacityProviderPredefinedMetricTypeType usage example
from mypy_boto3_lambda.literals import CapacityProviderPredefinedMetricTypeType

def get_value() -> CapacityProviderPredefinedMetricTypeType:
    return "LambdaCapacityProviderAverageCPUUtilization"
# CapacityProviderPredefinedMetricTypeType definition
CapacityProviderPredefinedMetricTypeType = Literal[
    "LambdaCapacityProviderAverageCPUUtilization",
]

CapacityProviderScalingModeType#

# CapacityProviderScalingModeType usage example
from mypy_boto3_lambda.literals import CapacityProviderScalingModeType

def get_value() -> CapacityProviderScalingModeType:
    return "Auto"
# CapacityProviderScalingModeType definition
CapacityProviderScalingModeType = Literal[
    "Auto",
    "Manual",
]

CapacityProviderStateType#

# CapacityProviderStateType usage example
from mypy_boto3_lambda.literals import CapacityProviderStateType

def get_value() -> CapacityProviderStateType:
    return "Active"
# CapacityProviderStateType definition
CapacityProviderStateType = Literal[
    "Active",
    "Deleting",
    "Failed",
    "Pending",
]

CodeSigningPolicyType#

# CodeSigningPolicyType usage example
from mypy_boto3_lambda.literals import CodeSigningPolicyType

def get_value() -> CodeSigningPolicyType:
    return "Enforce"
# CodeSigningPolicyType definition
CodeSigningPolicyType = Literal[
    "Enforce",
    "Warn",
]

EndPointTypeType#

# EndPointTypeType usage example
from mypy_boto3_lambda.literals import EndPointTypeType

def get_value() -> EndPointTypeType:
    return "KAFKA_BOOTSTRAP_SERVERS"
# EndPointTypeType definition
EndPointTypeType = Literal[
    "KAFKA_BOOTSTRAP_SERVERS",
]

EventSourceMappingMetricType#

# EventSourceMappingMetricType usage example
from mypy_boto3_lambda.literals import EventSourceMappingMetricType

def get_value() -> EventSourceMappingMetricType:
    return "EventCount"
# EventSourceMappingMetricType definition
EventSourceMappingMetricType = Literal[
    "EventCount",
]

EventSourcePositionType#

# EventSourcePositionType usage example
from mypy_boto3_lambda.literals import EventSourcePositionType

def get_value() -> EventSourcePositionType:
    return "AT_TIMESTAMP"
# EventSourcePositionType definition
EventSourcePositionType = Literal[
    "AT_TIMESTAMP",
    "LATEST",
    "TRIM_HORIZON",
]

EventTypeType#

# EventTypeType usage example
from mypy_boto3_lambda.literals import EventTypeType

def get_value() -> EventTypeType:
    return "CallbackFailed"
# EventTypeType definition
EventTypeType = Literal[
    "CallbackFailed",
    "CallbackStarted",
    "CallbackSucceeded",
    "CallbackTimedOut",
    "ChainedInvokeFailed",
    "ChainedInvokeStarted",
    "ChainedInvokeStopped",
    "ChainedInvokeSucceeded",
    "ChainedInvokeTimedOut",
    "ContextFailed",
    "ContextStarted",
    "ContextSucceeded",
    "ExecutionFailed",
    "ExecutionStarted",
    "ExecutionStopped",
    "ExecutionSucceeded",
    "ExecutionTimedOut",
    "InvocationCompleted",
    "StepFailed",
    "StepStarted",
    "StepSucceeded",
    "WaitCancelled",
    "WaitStarted",
    "WaitSucceeded",
]

ExecutionStatusType#

# ExecutionStatusType usage example
from mypy_boto3_lambda.literals import ExecutionStatusType

def get_value() -> ExecutionStatusType:
    return "FAILED"
# ExecutionStatusType definition
ExecutionStatusType = Literal[
    "FAILED",
    "RUNNING",
    "STOPPED",
    "SUCCEEDED",
    "TIMED_OUT",
]

FullDocumentType#

# FullDocumentType usage example
from mypy_boto3_lambda.literals import FullDocumentType

def get_value() -> FullDocumentType:
    return "Default"
# FullDocumentType definition
FullDocumentType = Literal[
    "Default",
    "UpdateLookup",
]

FunctionActiveV2WaiterName#

# FunctionActiveV2WaiterName usage example
from mypy_boto3_lambda.literals import FunctionActiveV2WaiterName

def get_value() -> FunctionActiveV2WaiterName:
    return "function_active_v2"
# FunctionActiveV2WaiterName definition
FunctionActiveV2WaiterName = Literal[
    "function_active_v2",
]

FunctionActiveWaiterName#

# FunctionActiveWaiterName usage example
from mypy_boto3_lambda.literals import FunctionActiveWaiterName

def get_value() -> FunctionActiveWaiterName:
    return "function_active"
# FunctionActiveWaiterName definition
FunctionActiveWaiterName = Literal[
    "function_active",
]

FunctionExistsWaiterName#

# FunctionExistsWaiterName usage example
from mypy_boto3_lambda.literals import FunctionExistsWaiterName

def get_value() -> FunctionExistsWaiterName:
    return "function_exists"
# FunctionExistsWaiterName definition
FunctionExistsWaiterName = Literal[
    "function_exists",
]

FunctionResponseTypeType#

# FunctionResponseTypeType usage example
from mypy_boto3_lambda.literals import FunctionResponseTypeType

def get_value() -> FunctionResponseTypeType:
    return "ReportBatchItemFailures"
# FunctionResponseTypeType definition
FunctionResponseTypeType = Literal[
    "ReportBatchItemFailures",
]

FunctionUpdatedV2WaiterName#

# FunctionUpdatedV2WaiterName usage example
from mypy_boto3_lambda.literals import FunctionUpdatedV2WaiterName

def get_value() -> FunctionUpdatedV2WaiterName:
    return "function_updated_v2"
# FunctionUpdatedV2WaiterName definition
FunctionUpdatedV2WaiterName = Literal[
    "function_updated_v2",
]

FunctionUpdatedWaiterName#

# FunctionUpdatedWaiterName usage example
from mypy_boto3_lambda.literals import FunctionUpdatedWaiterName

def get_value() -> FunctionUpdatedWaiterName:
    return "function_updated"
# FunctionUpdatedWaiterName definition
FunctionUpdatedWaiterName = Literal[
    "function_updated",
]

FunctionUrlAuthTypeType#

# FunctionUrlAuthTypeType usage example
from mypy_boto3_lambda.literals import FunctionUrlAuthTypeType

def get_value() -> FunctionUrlAuthTypeType:
    return "AWS_IAM"
# FunctionUrlAuthTypeType definition
FunctionUrlAuthTypeType = Literal[
    "AWS_IAM",
    "NONE",
]

FunctionVersionLatestPublishedType#

# FunctionVersionLatestPublishedType usage example
from mypy_boto3_lambda.literals import FunctionVersionLatestPublishedType

def get_value() -> FunctionVersionLatestPublishedType:
    return "LATEST_PUBLISHED"
# FunctionVersionLatestPublishedType definition
FunctionVersionLatestPublishedType = Literal[
    "LATEST_PUBLISHED",
]

FunctionVersionType#

# FunctionVersionType usage example
from mypy_boto3_lambda.literals import FunctionVersionType

def get_value() -> FunctionVersionType:
    return "ALL"
# FunctionVersionType definition
FunctionVersionType = Literal[
    "ALL",
]

GetDurableExecutionHistoryPaginatorName#

# GetDurableExecutionHistoryPaginatorName usage example
from mypy_boto3_lambda.literals import GetDurableExecutionHistoryPaginatorName

def get_value() -> GetDurableExecutionHistoryPaginatorName:
    return "get_durable_execution_history"
# GetDurableExecutionHistoryPaginatorName definition
GetDurableExecutionHistoryPaginatorName = Literal[
    "get_durable_execution_history",
]

GetDurableExecutionStatePaginatorName#

# GetDurableExecutionStatePaginatorName usage example
from mypy_boto3_lambda.literals import GetDurableExecutionStatePaginatorName

def get_value() -> GetDurableExecutionStatePaginatorName:
    return "get_durable_execution_state"
# GetDurableExecutionStatePaginatorName definition
GetDurableExecutionStatePaginatorName = Literal[
    "get_durable_execution_state",
]

InvocationTypeType#

# InvocationTypeType usage example
from mypy_boto3_lambda.literals import InvocationTypeType

def get_value() -> InvocationTypeType:
    return "DryRun"
# InvocationTypeType definition
InvocationTypeType = Literal[
    "DryRun",
    "Event",
    "RequestResponse",
]

InvokeModeType#

# InvokeModeType usage example
from mypy_boto3_lambda.literals import InvokeModeType

def get_value() -> InvokeModeType:
    return "BUFFERED"
# InvokeModeType definition
InvokeModeType = Literal[
    "BUFFERED",
    "RESPONSE_STREAM",
]

KafkaSchemaRegistryAuthTypeType#

# KafkaSchemaRegistryAuthTypeType usage example
from mypy_boto3_lambda.literals import KafkaSchemaRegistryAuthTypeType

def get_value() -> KafkaSchemaRegistryAuthTypeType:
    return "BASIC_AUTH"
# KafkaSchemaRegistryAuthTypeType definition
KafkaSchemaRegistryAuthTypeType = Literal[
    "BASIC_AUTH",
    "CLIENT_CERTIFICATE_TLS_AUTH",
    "SERVER_ROOT_CA_CERTIFICATE",
]

KafkaSchemaValidationAttributeType#

# KafkaSchemaValidationAttributeType usage example
from mypy_boto3_lambda.literals import KafkaSchemaValidationAttributeType

def get_value() -> KafkaSchemaValidationAttributeType:
    return "KEY"
# KafkaSchemaValidationAttributeType definition
KafkaSchemaValidationAttributeType = Literal[
    "KEY",
    "VALUE",
]

LastUpdateStatusReasonCodeType#

# LastUpdateStatusReasonCodeType usage example
from mypy_boto3_lambda.literals import LastUpdateStatusReasonCodeType

def get_value() -> LastUpdateStatusReasonCodeType:
    return "CapacityProviderScalingLimitExceeded"
# LastUpdateStatusReasonCodeType definition
LastUpdateStatusReasonCodeType = Literal[
    "CapacityProviderScalingLimitExceeded",
    "DisabledKMSKey",
    "EC2RequestLimitExceeded",
    "EFSIOError",
    "EFSMountConnectivityError",
    "EFSMountFailure",
    "EFSMountTimeout",
    "EniLimitExceeded",
    "FunctionError",
    "FunctionError.ExtensionInitError",
    "FunctionError.InitResourceExhausted",
    "FunctionError.InitTimeout",
    "FunctionError.InvalidEntryPoint",
    "FunctionError.InvalidWorkingDirectory",
    "FunctionError.PermissionDenied",
    "FunctionError.RuntimeInitError",
    "FunctionError.TooManyExtensions",
    "ImageAccessDenied",
    "ImageDeleted",
    "InsufficientCapacity",
    "InsufficientRolePermissions",
    "InternalError",
    "InvalidConfiguration",
    "InvalidImage",
    "InvalidRuntime",
    "InvalidSecurityGroup",
    "InvalidStateKMSKey",
    "InvalidSubnet",
    "InvalidZipFileException",
    "KMSKeyAccessDenied",
    "KMSKeyNotFound",
    "SubnetOutOfIPAddresses",
    "VcpuLimitExceeded",
]

LastUpdateStatusType#

# LastUpdateStatusType usage example
from mypy_boto3_lambda.literals import LastUpdateStatusType

def get_value() -> LastUpdateStatusType:
    return "Failed"
# LastUpdateStatusType definition
LastUpdateStatusType = Literal[
    "Failed",
    "InProgress",
    "Successful",
]

ListAliasesPaginatorName#

# ListAliasesPaginatorName usage example
from mypy_boto3_lambda.literals import ListAliasesPaginatorName

def get_value() -> ListAliasesPaginatorName:
    return "list_aliases"
# ListAliasesPaginatorName definition
ListAliasesPaginatorName = Literal[
    "list_aliases",
]

ListCapacityProvidersPaginatorName#

# ListCapacityProvidersPaginatorName usage example
from mypy_boto3_lambda.literals import ListCapacityProvidersPaginatorName

def get_value() -> ListCapacityProvidersPaginatorName:
    return "list_capacity_providers"
# ListCapacityProvidersPaginatorName definition
ListCapacityProvidersPaginatorName = Literal[
    "list_capacity_providers",
]

ListCodeSigningConfigsPaginatorName#

# ListCodeSigningConfigsPaginatorName usage example
from mypy_boto3_lambda.literals import ListCodeSigningConfigsPaginatorName

def get_value() -> ListCodeSigningConfigsPaginatorName:
    return "list_code_signing_configs"
# ListCodeSigningConfigsPaginatorName definition
ListCodeSigningConfigsPaginatorName = Literal[
    "list_code_signing_configs",
]

ListDurableExecutionsByFunctionPaginatorName#

# ListDurableExecutionsByFunctionPaginatorName usage example
from mypy_boto3_lambda.literals import ListDurableExecutionsByFunctionPaginatorName

def get_value() -> ListDurableExecutionsByFunctionPaginatorName:
    return "list_durable_executions_by_function"
# ListDurableExecutionsByFunctionPaginatorName definition
ListDurableExecutionsByFunctionPaginatorName = Literal[
    "list_durable_executions_by_function",
]

ListEventSourceMappingsPaginatorName#

# ListEventSourceMappingsPaginatorName usage example
from mypy_boto3_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 mypy_boto3_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 mypy_boto3_lambda.literals import ListFunctionUrlConfigsPaginatorName

def get_value() -> ListFunctionUrlConfigsPaginatorName:
    return "list_function_url_configs"
# ListFunctionUrlConfigsPaginatorName definition
ListFunctionUrlConfigsPaginatorName = Literal[
    "list_function_url_configs",
]

ListFunctionVersionsByCapacityProviderPaginatorName#

# ListFunctionVersionsByCapacityProviderPaginatorName usage example
from mypy_boto3_lambda.literals import ListFunctionVersionsByCapacityProviderPaginatorName

def get_value() -> ListFunctionVersionsByCapacityProviderPaginatorName:
    return "list_function_versions_by_capacity_provider"
# ListFunctionVersionsByCapacityProviderPaginatorName definition
ListFunctionVersionsByCapacityProviderPaginatorName = Literal[
    "list_function_versions_by_capacity_provider",
]

ListFunctionsByCodeSigningConfigPaginatorName#

# ListFunctionsByCodeSigningConfigPaginatorName usage example
from mypy_boto3_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 mypy_boto3_lambda.literals import ListFunctionsPaginatorName

def get_value() -> ListFunctionsPaginatorName:
    return "list_functions"
# ListFunctionsPaginatorName definition
ListFunctionsPaginatorName = Literal[
    "list_functions",
]

ListLayerVersionsPaginatorName#

# ListLayerVersionsPaginatorName usage example
from mypy_boto3_lambda.literals import ListLayerVersionsPaginatorName

def get_value() -> ListLayerVersionsPaginatorName:
    return "list_layer_versions"
# ListLayerVersionsPaginatorName definition
ListLayerVersionsPaginatorName = Literal[
    "list_layer_versions",
]

ListLayersPaginatorName#

# ListLayersPaginatorName usage example
from mypy_boto3_lambda.literals import ListLayersPaginatorName

def get_value() -> ListLayersPaginatorName:
    return "list_layers"
# ListLayersPaginatorName definition
ListLayersPaginatorName = Literal[
    "list_layers",
]

ListProvisionedConcurrencyConfigsPaginatorName#

# ListProvisionedConcurrencyConfigsPaginatorName usage example
from mypy_boto3_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 mypy_boto3_lambda.literals import ListVersionsByFunctionPaginatorName

def get_value() -> ListVersionsByFunctionPaginatorName:
    return "list_versions_by_function"
# ListVersionsByFunctionPaginatorName definition
ListVersionsByFunctionPaginatorName = Literal[
    "list_versions_by_function",
]

LogFormatType#

# LogFormatType usage example
from mypy_boto3_lambda.literals import LogFormatType

def get_value() -> LogFormatType:
    return "JSON"
# LogFormatType definition
LogFormatType = Literal[
    "JSON",
    "Text",
]

LogTypeType#

# LogTypeType usage example
from mypy_boto3_lambda.literals import LogTypeType

def get_value() -> LogTypeType:
    return "None"
# LogTypeType definition
LogTypeType = Literal[
    "None",
    "Tail",
]

OperationActionType#

# OperationActionType usage example
from mypy_boto3_lambda.literals import OperationActionType

def get_value() -> OperationActionType:
    return "CANCEL"
# OperationActionType definition
OperationActionType = Literal[
    "CANCEL",
    "FAIL",
    "RETRY",
    "START",
    "SUCCEED",
]

OperationStatusType#

# OperationStatusType usage example
from mypy_boto3_lambda.literals import OperationStatusType

def get_value() -> OperationStatusType:
    return "CANCELLED"
# OperationStatusType definition
OperationStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "PENDING",
    "READY",
    "STARTED",
    "STOPPED",
    "SUCCEEDED",
    "TIMED_OUT",
]

OperationTypeType#

# OperationTypeType usage example
from mypy_boto3_lambda.literals import OperationTypeType

def get_value() -> OperationTypeType:
    return "CALLBACK"
# OperationTypeType definition
OperationTypeType = Literal[
    "CALLBACK",
    "CHAINED_INVOKE",
    "CONTEXT",
    "EXECUTION",
    "STEP",
    "WAIT",
]

PackageTypeType#

# PackageTypeType usage example
from mypy_boto3_lambda.literals import PackageTypeType

def get_value() -> PackageTypeType:
    return "Image"
# PackageTypeType definition
PackageTypeType = Literal[
    "Image",
    "Zip",
]

ProvisionedConcurrencyStatusEnumType#

# ProvisionedConcurrencyStatusEnumType usage example
from mypy_boto3_lambda.literals import ProvisionedConcurrencyStatusEnumType

def get_value() -> ProvisionedConcurrencyStatusEnumType:
    return "FAILED"
# ProvisionedConcurrencyStatusEnumType definition
ProvisionedConcurrencyStatusEnumType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "READY",
]

PublishedVersionActiveWaiterName#

# PublishedVersionActiveWaiterName usage example
from mypy_boto3_lambda.literals import PublishedVersionActiveWaiterName

def get_value() -> PublishedVersionActiveWaiterName:
    return "published_version_active"
# PublishedVersionActiveWaiterName definition
PublishedVersionActiveWaiterName = Literal[
    "published_version_active",
]

RecursiveLoopType#

# RecursiveLoopType usage example
from mypy_boto3_lambda.literals import RecursiveLoopType

def get_value() -> RecursiveLoopType:
    return "Allow"
# RecursiveLoopType definition
RecursiveLoopType = Literal[
    "Allow",
    "Terminate",
]

ResponseStreamingInvocationTypeType#

# ResponseStreamingInvocationTypeType usage example
from mypy_boto3_lambda.literals import ResponseStreamingInvocationTypeType

def get_value() -> ResponseStreamingInvocationTypeType:
    return "DryRun"
# ResponseStreamingInvocationTypeType definition
ResponseStreamingInvocationTypeType = Literal[
    "DryRun",
    "RequestResponse",
]

RuntimeType#

# RuntimeType usage example
from mypy_boto3_lambda.literals import RuntimeType

def get_value() -> RuntimeType:
    return "dotnet6"
# RuntimeType definition
RuntimeType = Literal[
    "dotnet6",
    "dotnet8",
    "dotnetcore1.0",
    "dotnetcore2.0",
    "dotnetcore2.1",
    "dotnetcore3.1",
    "go1.x",
    "java11",
    "java17",
    "java21",
    "java25",
    "java8",
    "java8.al2",
    "nodejs",
    "nodejs10.x",
    "nodejs12.x",
    "nodejs14.x",
    "nodejs16.x",
    "nodejs18.x",
    "nodejs20.x",
    "nodejs22.x",
    "nodejs24.x",
    "nodejs4.3",
    "nodejs4.3-edge",
    "nodejs6.10",
    "nodejs8.10",
    "provided",
    "provided.al2",
    "provided.al2023",
    "python2.7",
    "python3.10",
    "python3.11",
    "python3.12",
    "python3.13",
    "python3.14",
    "python3.6",
    "python3.7",
    "python3.8",
    "python3.9",
    "ruby2.5",
    "ruby2.7",
    "ruby3.2",
    "ruby3.3",
    "ruby3.4",
]

SchemaRegistryEventRecordFormatType#

# SchemaRegistryEventRecordFormatType usage example
from mypy_boto3_lambda.literals import SchemaRegistryEventRecordFormatType

def get_value() -> SchemaRegistryEventRecordFormatType:
    return "JSON"
# SchemaRegistryEventRecordFormatType definition
SchemaRegistryEventRecordFormatType = Literal[
    "JSON",
    "SOURCE",
]

SnapStartApplyOnType#

# SnapStartApplyOnType usage example
from mypy_boto3_lambda.literals import SnapStartApplyOnType

def get_value() -> SnapStartApplyOnType:
    return "None"
# SnapStartApplyOnType definition
SnapStartApplyOnType = Literal[
    "None",
    "PublishedVersions",
]

SnapStartOptimizationStatusType#

# SnapStartOptimizationStatusType usage example
from mypy_boto3_lambda.literals import SnapStartOptimizationStatusType

def get_value() -> SnapStartOptimizationStatusType:
    return "Off"
# SnapStartOptimizationStatusType definition
SnapStartOptimizationStatusType = Literal[
    "Off",
    "On",
]

SourceAccessTypeType#

# SourceAccessTypeType usage example
from mypy_boto3_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 mypy_boto3_lambda.literals import StateReasonCodeType

def get_value() -> StateReasonCodeType:
    return "CapacityProviderScalingLimitExceeded"
# StateReasonCodeType definition
StateReasonCodeType = Literal[
    "CapacityProviderScalingLimitExceeded",
    "Creating",
    "DisabledKMSKey",
    "DrainingDurableExecutions",
    "EC2RequestLimitExceeded",
    "EFSIOError",
    "EFSMountConnectivityError",
    "EFSMountFailure",
    "EFSMountTimeout",
    "EniLimitExceeded",
    "FunctionError",
    "FunctionError.ExtensionInitError",
    "FunctionError.InitResourceExhausted",
    "FunctionError.InitTimeout",
    "FunctionError.InvalidEntryPoint",
    "FunctionError.InvalidWorkingDirectory",
    "FunctionError.PermissionDenied",
    "FunctionError.RuntimeInitError",
    "FunctionError.TooManyExtensions",
    "Idle",
    "ImageAccessDenied",
    "ImageDeleted",
    "InsufficientCapacity",
    "InsufficientRolePermissions",
    "InternalError",
    "InvalidConfiguration",
    "InvalidImage",
    "InvalidRuntime",
    "InvalidSecurityGroup",
    "InvalidStateKMSKey",
    "InvalidSubnet",
    "InvalidZipFileException",
    "KMSKeyAccessDenied",
    "KMSKeyNotFound",
    "Restoring",
    "SubnetOutOfIPAddresses",
    "VcpuLimitExceeded",
]

StateType#

# StateType usage example
from mypy_boto3_lambda.literals import StateType

def get_value() -> StateType:
    return "Active"
# StateType definition
StateType = Literal[
    "Active",
    "ActiveNonInvocable",
    "Deactivated",
    "Deactivating",
    "Deleting",
    "Failed",
    "Inactive",
    "Pending",
]

SystemLogLevelType#

# SystemLogLevelType usage example
from mypy_boto3_lambda.literals import SystemLogLevelType

def get_value() -> SystemLogLevelType:
    return "DEBUG"
# SystemLogLevelType definition
SystemLogLevelType = Literal[
    "DEBUG",
    "INFO",
    "WARN",
]

TenantIsolationModeType#

# TenantIsolationModeType usage example
from mypy_boto3_lambda.literals import TenantIsolationModeType

def get_value() -> TenantIsolationModeType:
    return "PER_TENANT"
# TenantIsolationModeType definition
TenantIsolationModeType = Literal[
    "PER_TENANT",
]

TracingModeType#

# TracingModeType usage example
from mypy_boto3_lambda.literals import TracingModeType

def get_value() -> TracingModeType:
    return "Active"
# TracingModeType definition
TracingModeType = Literal[
    "Active",
    "PassThrough",
]

UpdateRuntimeOnType#

# UpdateRuntimeOnType usage example
from mypy_boto3_lambda.literals import UpdateRuntimeOnType

def get_value() -> UpdateRuntimeOnType:
    return "Auto"
# UpdateRuntimeOnType definition
UpdateRuntimeOnType = Literal[
    "Auto",
    "FunctionUpdate",
    "Manual",
]

LambdaServiceName#

# LambdaServiceName usage example
from mypy_boto3_lambda.literals import LambdaServiceName

def get_value() -> LambdaServiceName:
    return "lambda"
# LambdaServiceName definition
LambdaServiceName = Literal[
    "lambda",
]

ServiceName#

# ServiceName usage example
from mypy_boto3_lambda.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-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",
    "compute-optimizer-automation",
    "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",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "mwaa-serverless",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "nova-act",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-account",
    "partnercentral-benefits",
    "partnercentral-channel",
    "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",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53globalresolver",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "signin",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "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-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example
from mypy_boto3_lambda.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example
from mypy_boto3_lambda.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_durable_execution_history"
# PaginatorName definition
PaginatorName = Literal[
    "get_durable_execution_history",
    "get_durable_execution_state",
    "list_aliases",
    "list_capacity_providers",
    "list_code_signing_configs",
    "list_durable_executions_by_function",
    "list_event_source_mappings",
    "list_function_event_invoke_configs",
    "list_function_url_configs",
    "list_function_versions_by_capacity_provider",
    "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 mypy_boto3_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 mypy_boto3_lambda.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "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",
    "ap-southeast-5",
    "ap-southeast-6",
    "ap-southeast-7",
    "ca-central-1",
    "ca-west-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",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]