types-boto3-lambda 1.35.71__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of types-boto3-lambda might be problematic. Click here for more details.

@@ -0,0 +1,688 @@
1
+ """
2
+ Type annotations for lambda service literal definitions.
3
+
4
+ [Open documentation](https://youtype.github.io/types_boto3_docs/types_boto3_lambda/literals/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_lambda.literals import ApplicationLogLevelType
10
+
11
+ data: ApplicationLogLevelType = "DEBUG"
12
+ ```
13
+
14
+ Copyright 2024 Vlad Emelianov
15
+ """
16
+
17
+ import sys
18
+
19
+ if sys.version_info >= (3, 12):
20
+ from typing import Literal
21
+ else:
22
+ from typing_extensions import Literal
23
+
24
+
25
+ __all__ = (
26
+ "ApplicationLogLevelType",
27
+ "ArchitectureType",
28
+ "CodeSigningPolicyType",
29
+ "EndPointTypeType",
30
+ "EventSourceMappingMetricType",
31
+ "EventSourcePositionType",
32
+ "FullDocumentType",
33
+ "FunctionActiveV2WaiterName",
34
+ "FunctionActiveWaiterName",
35
+ "FunctionExistsWaiterName",
36
+ "FunctionResponseTypeType",
37
+ "FunctionUpdatedV2WaiterName",
38
+ "FunctionUpdatedWaiterName",
39
+ "FunctionUrlAuthTypeType",
40
+ "FunctionVersionType",
41
+ "InvocationTypeType",
42
+ "InvokeModeType",
43
+ "LambdaServiceName",
44
+ "LastUpdateStatusReasonCodeType",
45
+ "LastUpdateStatusType",
46
+ "ListAliasesPaginatorName",
47
+ "ListCodeSigningConfigsPaginatorName",
48
+ "ListEventSourceMappingsPaginatorName",
49
+ "ListFunctionEventInvokeConfigsPaginatorName",
50
+ "ListFunctionUrlConfigsPaginatorName",
51
+ "ListFunctionsByCodeSigningConfigPaginatorName",
52
+ "ListFunctionsPaginatorName",
53
+ "ListLayerVersionsPaginatorName",
54
+ "ListLayersPaginatorName",
55
+ "ListProvisionedConcurrencyConfigsPaginatorName",
56
+ "ListVersionsByFunctionPaginatorName",
57
+ "LogFormatType",
58
+ "LogTypeType",
59
+ "PackageTypeType",
60
+ "PaginatorName",
61
+ "ProvisionedConcurrencyStatusEnumType",
62
+ "PublishedVersionActiveWaiterName",
63
+ "RecursiveLoopType",
64
+ "RegionName",
65
+ "ResourceServiceName",
66
+ "ResponseStreamingInvocationTypeType",
67
+ "RuntimeType",
68
+ "ServiceName",
69
+ "SnapStartApplyOnType",
70
+ "SnapStartOptimizationStatusType",
71
+ "SourceAccessTypeType",
72
+ "StateReasonCodeType",
73
+ "StateType",
74
+ "SystemLogLevelType",
75
+ "TracingModeType",
76
+ "UpdateRuntimeOnType",
77
+ "WaiterName",
78
+ )
79
+
80
+
81
+ ApplicationLogLevelType = Literal["DEBUG", "ERROR", "FATAL", "INFO", "TRACE", "WARN"]
82
+ ArchitectureType = Literal["arm64", "x86_64"]
83
+ CodeSigningPolicyType = Literal["Enforce", "Warn"]
84
+ EndPointTypeType = Literal["KAFKA_BOOTSTRAP_SERVERS"]
85
+ EventSourceMappingMetricType = Literal["EventCount"]
86
+ EventSourcePositionType = Literal["AT_TIMESTAMP", "LATEST", "TRIM_HORIZON"]
87
+ FullDocumentType = Literal["Default", "UpdateLookup"]
88
+ FunctionActiveV2WaiterName = Literal["function_active_v2"]
89
+ FunctionActiveWaiterName = Literal["function_active"]
90
+ FunctionExistsWaiterName = Literal["function_exists"]
91
+ FunctionResponseTypeType = Literal["ReportBatchItemFailures"]
92
+ FunctionUpdatedV2WaiterName = Literal["function_updated_v2"]
93
+ FunctionUpdatedWaiterName = Literal["function_updated"]
94
+ FunctionUrlAuthTypeType = Literal["AWS_IAM", "NONE"]
95
+ FunctionVersionType = Literal["ALL"]
96
+ InvocationTypeType = Literal["DryRun", "Event", "RequestResponse"]
97
+ InvokeModeType = Literal["BUFFERED", "RESPONSE_STREAM"]
98
+ LastUpdateStatusReasonCodeType = Literal[
99
+ "DisabledKMSKey",
100
+ "EFSIOError",
101
+ "EFSMountConnectivityError",
102
+ "EFSMountFailure",
103
+ "EFSMountTimeout",
104
+ "EniLimitExceeded",
105
+ "FunctionError",
106
+ "ImageAccessDenied",
107
+ "ImageDeleted",
108
+ "InsufficientRolePermissions",
109
+ "InternalError",
110
+ "InvalidConfiguration",
111
+ "InvalidImage",
112
+ "InvalidRuntime",
113
+ "InvalidSecurityGroup",
114
+ "InvalidStateKMSKey",
115
+ "InvalidSubnet",
116
+ "InvalidZipFileException",
117
+ "KMSKeyAccessDenied",
118
+ "KMSKeyNotFound",
119
+ "SubnetOutOfIPAddresses",
120
+ ]
121
+ LastUpdateStatusType = Literal["Failed", "InProgress", "Successful"]
122
+ ListAliasesPaginatorName = Literal["list_aliases"]
123
+ ListCodeSigningConfigsPaginatorName = Literal["list_code_signing_configs"]
124
+ ListEventSourceMappingsPaginatorName = Literal["list_event_source_mappings"]
125
+ ListFunctionEventInvokeConfigsPaginatorName = Literal["list_function_event_invoke_configs"]
126
+ ListFunctionUrlConfigsPaginatorName = Literal["list_function_url_configs"]
127
+ ListFunctionsByCodeSigningConfigPaginatorName = Literal["list_functions_by_code_signing_config"]
128
+ ListFunctionsPaginatorName = Literal["list_functions"]
129
+ ListLayerVersionsPaginatorName = Literal["list_layer_versions"]
130
+ ListLayersPaginatorName = Literal["list_layers"]
131
+ ListProvisionedConcurrencyConfigsPaginatorName = Literal["list_provisioned_concurrency_configs"]
132
+ ListVersionsByFunctionPaginatorName = Literal["list_versions_by_function"]
133
+ LogFormatType = Literal["JSON", "Text"]
134
+ LogTypeType = Literal["None", "Tail"]
135
+ PackageTypeType = Literal["Image", "Zip"]
136
+ ProvisionedConcurrencyStatusEnumType = Literal["FAILED", "IN_PROGRESS", "READY"]
137
+ PublishedVersionActiveWaiterName = Literal["published_version_active"]
138
+ RecursiveLoopType = Literal["Allow", "Terminate"]
139
+ ResponseStreamingInvocationTypeType = Literal["DryRun", "RequestResponse"]
140
+ RuntimeType = Literal[
141
+ "dotnet6",
142
+ "dotnet8",
143
+ "dotnetcore1.0",
144
+ "dotnetcore2.0",
145
+ "dotnetcore2.1",
146
+ "dotnetcore3.1",
147
+ "go1.x",
148
+ "java11",
149
+ "java17",
150
+ "java21",
151
+ "java8",
152
+ "java8.al2",
153
+ "nodejs",
154
+ "nodejs10.x",
155
+ "nodejs12.x",
156
+ "nodejs14.x",
157
+ "nodejs16.x",
158
+ "nodejs18.x",
159
+ "nodejs20.x",
160
+ "nodejs22.x",
161
+ "nodejs4.3",
162
+ "nodejs4.3-edge",
163
+ "nodejs6.10",
164
+ "nodejs8.10",
165
+ "provided",
166
+ "provided.al2",
167
+ "provided.al2023",
168
+ "python2.7",
169
+ "python3.10",
170
+ "python3.11",
171
+ "python3.12",
172
+ "python3.13",
173
+ "python3.6",
174
+ "python3.7",
175
+ "python3.8",
176
+ "python3.9",
177
+ "ruby2.5",
178
+ "ruby2.7",
179
+ "ruby3.2",
180
+ "ruby3.3",
181
+ ]
182
+ SnapStartApplyOnType = Literal["None", "PublishedVersions"]
183
+ SnapStartOptimizationStatusType = Literal["Off", "On"]
184
+ SourceAccessTypeType = Literal[
185
+ "BASIC_AUTH",
186
+ "CLIENT_CERTIFICATE_TLS_AUTH",
187
+ "SASL_SCRAM_256_AUTH",
188
+ "SASL_SCRAM_512_AUTH",
189
+ "SERVER_ROOT_CA_CERTIFICATE",
190
+ "VIRTUAL_HOST",
191
+ "VPC_SECURITY_GROUP",
192
+ "VPC_SUBNET",
193
+ ]
194
+ StateReasonCodeType = Literal[
195
+ "Creating",
196
+ "DisabledKMSKey",
197
+ "EFSIOError",
198
+ "EFSMountConnectivityError",
199
+ "EFSMountFailure",
200
+ "EFSMountTimeout",
201
+ "EniLimitExceeded",
202
+ "FunctionError",
203
+ "Idle",
204
+ "ImageAccessDenied",
205
+ "ImageDeleted",
206
+ "InsufficientRolePermissions",
207
+ "InternalError",
208
+ "InvalidConfiguration",
209
+ "InvalidImage",
210
+ "InvalidRuntime",
211
+ "InvalidSecurityGroup",
212
+ "InvalidStateKMSKey",
213
+ "InvalidSubnet",
214
+ "InvalidZipFileException",
215
+ "KMSKeyAccessDenied",
216
+ "KMSKeyNotFound",
217
+ "Restoring",
218
+ "SubnetOutOfIPAddresses",
219
+ ]
220
+ StateType = Literal["Active", "Failed", "Inactive", "Pending"]
221
+ SystemLogLevelType = Literal["DEBUG", "INFO", "WARN"]
222
+ TracingModeType = Literal["Active", "PassThrough"]
223
+ UpdateRuntimeOnType = Literal["Auto", "FunctionUpdate", "Manual"]
224
+ LambdaServiceName = Literal["lambda"]
225
+ ServiceName = Literal[
226
+ "accessanalyzer",
227
+ "account",
228
+ "acm",
229
+ "acm-pca",
230
+ "amp",
231
+ "amplify",
232
+ "amplifybackend",
233
+ "amplifyuibuilder",
234
+ "apigateway",
235
+ "apigatewaymanagementapi",
236
+ "apigatewayv2",
237
+ "appconfig",
238
+ "appconfigdata",
239
+ "appfabric",
240
+ "appflow",
241
+ "appintegrations",
242
+ "application-autoscaling",
243
+ "application-insights",
244
+ "application-signals",
245
+ "applicationcostprofiler",
246
+ "appmesh",
247
+ "apprunner",
248
+ "appstream",
249
+ "appsync",
250
+ "apptest",
251
+ "arc-zonal-shift",
252
+ "artifact",
253
+ "athena",
254
+ "auditmanager",
255
+ "autoscaling",
256
+ "autoscaling-plans",
257
+ "b2bi",
258
+ "backup",
259
+ "backup-gateway",
260
+ "batch",
261
+ "bcm-data-exports",
262
+ "bcm-pricing-calculator",
263
+ "bedrock",
264
+ "bedrock-agent",
265
+ "bedrock-agent-runtime",
266
+ "bedrock-runtime",
267
+ "billing",
268
+ "billingconductor",
269
+ "braket",
270
+ "budgets",
271
+ "ce",
272
+ "chatbot",
273
+ "chime",
274
+ "chime-sdk-identity",
275
+ "chime-sdk-media-pipelines",
276
+ "chime-sdk-meetings",
277
+ "chime-sdk-messaging",
278
+ "chime-sdk-voice",
279
+ "cleanrooms",
280
+ "cleanroomsml",
281
+ "cloud9",
282
+ "cloudcontrol",
283
+ "clouddirectory",
284
+ "cloudformation",
285
+ "cloudfront",
286
+ "cloudfront-keyvaluestore",
287
+ "cloudhsm",
288
+ "cloudhsmv2",
289
+ "cloudsearch",
290
+ "cloudsearchdomain",
291
+ "cloudtrail",
292
+ "cloudtrail-data",
293
+ "cloudwatch",
294
+ "codeartifact",
295
+ "codebuild",
296
+ "codecatalyst",
297
+ "codecommit",
298
+ "codeconnections",
299
+ "codedeploy",
300
+ "codeguru-reviewer",
301
+ "codeguru-security",
302
+ "codeguruprofiler",
303
+ "codepipeline",
304
+ "codestar-connections",
305
+ "codestar-notifications",
306
+ "cognito-identity",
307
+ "cognito-idp",
308
+ "cognito-sync",
309
+ "comprehend",
310
+ "comprehendmedical",
311
+ "compute-optimizer",
312
+ "config",
313
+ "connect",
314
+ "connect-contact-lens",
315
+ "connectcampaigns",
316
+ "connectcampaignsv2",
317
+ "connectcases",
318
+ "connectparticipant",
319
+ "controlcatalog",
320
+ "controltower",
321
+ "cost-optimization-hub",
322
+ "cur",
323
+ "customer-profiles",
324
+ "databrew",
325
+ "dataexchange",
326
+ "datapipeline",
327
+ "datasync",
328
+ "datazone",
329
+ "dax",
330
+ "deadline",
331
+ "detective",
332
+ "devicefarm",
333
+ "devops-guru",
334
+ "directconnect",
335
+ "discovery",
336
+ "dlm",
337
+ "dms",
338
+ "docdb",
339
+ "docdb-elastic",
340
+ "drs",
341
+ "ds",
342
+ "ds-data",
343
+ "dynamodb",
344
+ "dynamodbstreams",
345
+ "ebs",
346
+ "ec2",
347
+ "ec2-instance-connect",
348
+ "ecr",
349
+ "ecr-public",
350
+ "ecs",
351
+ "efs",
352
+ "eks",
353
+ "eks-auth",
354
+ "elastic-inference",
355
+ "elasticache",
356
+ "elasticbeanstalk",
357
+ "elastictranscoder",
358
+ "elb",
359
+ "elbv2",
360
+ "emr",
361
+ "emr-containers",
362
+ "emr-serverless",
363
+ "entityresolution",
364
+ "es",
365
+ "events",
366
+ "evidently",
367
+ "finspace",
368
+ "finspace-data",
369
+ "firehose",
370
+ "fis",
371
+ "fms",
372
+ "forecast",
373
+ "forecastquery",
374
+ "frauddetector",
375
+ "freetier",
376
+ "fsx",
377
+ "gamelift",
378
+ "geo-maps",
379
+ "geo-places",
380
+ "geo-routes",
381
+ "glacier",
382
+ "globalaccelerator",
383
+ "glue",
384
+ "grafana",
385
+ "greengrass",
386
+ "greengrassv2",
387
+ "groundstation",
388
+ "guardduty",
389
+ "health",
390
+ "healthlake",
391
+ "iam",
392
+ "identitystore",
393
+ "imagebuilder",
394
+ "importexport",
395
+ "inspector",
396
+ "inspector-scan",
397
+ "inspector2",
398
+ "internetmonitor",
399
+ "iot",
400
+ "iot-data",
401
+ "iot-jobs-data",
402
+ "iot1click-devices",
403
+ "iot1click-projects",
404
+ "iotanalytics",
405
+ "iotdeviceadvisor",
406
+ "iotevents",
407
+ "iotevents-data",
408
+ "iotfleethub",
409
+ "iotfleetwise",
410
+ "iotsecuretunneling",
411
+ "iotsitewise",
412
+ "iotthingsgraph",
413
+ "iottwinmaker",
414
+ "iotwireless",
415
+ "ivs",
416
+ "ivs-realtime",
417
+ "ivschat",
418
+ "kafka",
419
+ "kafkaconnect",
420
+ "kendra",
421
+ "kendra-ranking",
422
+ "keyspaces",
423
+ "kinesis",
424
+ "kinesis-video-archived-media",
425
+ "kinesis-video-media",
426
+ "kinesis-video-signaling",
427
+ "kinesis-video-webrtc-storage",
428
+ "kinesisanalytics",
429
+ "kinesisanalyticsv2",
430
+ "kinesisvideo",
431
+ "kms",
432
+ "lakeformation",
433
+ "lambda",
434
+ "launch-wizard",
435
+ "lex-models",
436
+ "lex-runtime",
437
+ "lexv2-models",
438
+ "lexv2-runtime",
439
+ "license-manager",
440
+ "license-manager-linux-subscriptions",
441
+ "license-manager-user-subscriptions",
442
+ "lightsail",
443
+ "location",
444
+ "logs",
445
+ "lookoutequipment",
446
+ "lookoutmetrics",
447
+ "lookoutvision",
448
+ "m2",
449
+ "machinelearning",
450
+ "macie2",
451
+ "mailmanager",
452
+ "managedblockchain",
453
+ "managedblockchain-query",
454
+ "marketplace-agreement",
455
+ "marketplace-catalog",
456
+ "marketplace-deployment",
457
+ "marketplace-entitlement",
458
+ "marketplace-reporting",
459
+ "marketplacecommerceanalytics",
460
+ "mediaconnect",
461
+ "mediaconvert",
462
+ "medialive",
463
+ "mediapackage",
464
+ "mediapackage-vod",
465
+ "mediapackagev2",
466
+ "mediastore",
467
+ "mediastore-data",
468
+ "mediatailor",
469
+ "medical-imaging",
470
+ "memorydb",
471
+ "meteringmarketplace",
472
+ "mgh",
473
+ "mgn",
474
+ "migration-hub-refactor-spaces",
475
+ "migrationhub-config",
476
+ "migrationhuborchestrator",
477
+ "migrationhubstrategy",
478
+ "mq",
479
+ "mturk",
480
+ "mwaa",
481
+ "neptune",
482
+ "neptune-graph",
483
+ "neptunedata",
484
+ "network-firewall",
485
+ "networkmanager",
486
+ "networkmonitor",
487
+ "notifications",
488
+ "notificationscontacts",
489
+ "oam",
490
+ "observabilityadmin",
491
+ "omics",
492
+ "opensearch",
493
+ "opensearchserverless",
494
+ "opsworks",
495
+ "opsworkscm",
496
+ "organizations",
497
+ "osis",
498
+ "outposts",
499
+ "panorama",
500
+ "partnercentral-selling",
501
+ "payment-cryptography",
502
+ "payment-cryptography-data",
503
+ "pca-connector-ad",
504
+ "pca-connector-scep",
505
+ "pcs",
506
+ "personalize",
507
+ "personalize-events",
508
+ "personalize-runtime",
509
+ "pi",
510
+ "pinpoint",
511
+ "pinpoint-email",
512
+ "pinpoint-sms-voice",
513
+ "pinpoint-sms-voice-v2",
514
+ "pipes",
515
+ "polly",
516
+ "pricing",
517
+ "privatenetworks",
518
+ "proton",
519
+ "qapps",
520
+ "qbusiness",
521
+ "qconnect",
522
+ "qldb",
523
+ "qldb-session",
524
+ "quicksight",
525
+ "ram",
526
+ "rbin",
527
+ "rds",
528
+ "rds-data",
529
+ "redshift",
530
+ "redshift-data",
531
+ "redshift-serverless",
532
+ "rekognition",
533
+ "repostspace",
534
+ "resiliencehub",
535
+ "resource-explorer-2",
536
+ "resource-groups",
537
+ "resourcegroupstaggingapi",
538
+ "robomaker",
539
+ "rolesanywhere",
540
+ "route53",
541
+ "route53-recovery-cluster",
542
+ "route53-recovery-control-config",
543
+ "route53-recovery-readiness",
544
+ "route53domains",
545
+ "route53profiles",
546
+ "route53resolver",
547
+ "rum",
548
+ "s3",
549
+ "s3control",
550
+ "s3outposts",
551
+ "sagemaker",
552
+ "sagemaker-a2i-runtime",
553
+ "sagemaker-edge",
554
+ "sagemaker-featurestore-runtime",
555
+ "sagemaker-geospatial",
556
+ "sagemaker-metrics",
557
+ "sagemaker-runtime",
558
+ "savingsplans",
559
+ "scheduler",
560
+ "schemas",
561
+ "sdb",
562
+ "secretsmanager",
563
+ "securityhub",
564
+ "securitylake",
565
+ "serverlessrepo",
566
+ "service-quotas",
567
+ "servicecatalog",
568
+ "servicecatalog-appregistry",
569
+ "servicediscovery",
570
+ "ses",
571
+ "sesv2",
572
+ "shield",
573
+ "signer",
574
+ "simspaceweaver",
575
+ "sms",
576
+ "sms-voice",
577
+ "snow-device-management",
578
+ "snowball",
579
+ "sns",
580
+ "socialmessaging",
581
+ "sqs",
582
+ "ssm",
583
+ "ssm-contacts",
584
+ "ssm-incidents",
585
+ "ssm-quicksetup",
586
+ "ssm-sap",
587
+ "sso",
588
+ "sso-admin",
589
+ "sso-oidc",
590
+ "stepfunctions",
591
+ "storagegateway",
592
+ "sts",
593
+ "supplychain",
594
+ "support",
595
+ "support-app",
596
+ "swf",
597
+ "synthetics",
598
+ "taxsettings",
599
+ "textract",
600
+ "timestream-influxdb",
601
+ "timestream-query",
602
+ "timestream-write",
603
+ "tnb",
604
+ "transcribe",
605
+ "transfer",
606
+ "translate",
607
+ "trustedadvisor",
608
+ "verifiedpermissions",
609
+ "voice-id",
610
+ "vpc-lattice",
611
+ "waf",
612
+ "waf-regional",
613
+ "wafv2",
614
+ "wellarchitected",
615
+ "wisdom",
616
+ "workdocs",
617
+ "workmail",
618
+ "workmailmessageflow",
619
+ "workspaces",
620
+ "workspaces-thin-client",
621
+ "workspaces-web",
622
+ "xray",
623
+ ]
624
+ ResourceServiceName = Literal[
625
+ "cloudformation",
626
+ "cloudwatch",
627
+ "dynamodb",
628
+ "ec2",
629
+ "glacier",
630
+ "iam",
631
+ "opsworks",
632
+ "s3",
633
+ "sns",
634
+ "sqs",
635
+ ]
636
+ PaginatorName = Literal[
637
+ "list_aliases",
638
+ "list_code_signing_configs",
639
+ "list_event_source_mappings",
640
+ "list_function_event_invoke_configs",
641
+ "list_function_url_configs",
642
+ "list_functions",
643
+ "list_functions_by_code_signing_config",
644
+ "list_layer_versions",
645
+ "list_layers",
646
+ "list_provisioned_concurrency_configs",
647
+ "list_versions_by_function",
648
+ ]
649
+ WaiterName = Literal[
650
+ "function_active",
651
+ "function_active_v2",
652
+ "function_exists",
653
+ "function_updated",
654
+ "function_updated_v2",
655
+ "published_version_active",
656
+ ]
657
+ RegionName = Literal[
658
+ "af-south-1",
659
+ "ap-east-1",
660
+ "ap-northeast-1",
661
+ "ap-northeast-2",
662
+ "ap-northeast-3",
663
+ "ap-south-1",
664
+ "ap-south-2",
665
+ "ap-southeast-1",
666
+ "ap-southeast-2",
667
+ "ap-southeast-3",
668
+ "ap-southeast-4",
669
+ "ap-southeast-5",
670
+ "ca-central-1",
671
+ "ca-west-1",
672
+ "eu-central-1",
673
+ "eu-central-2",
674
+ "eu-north-1",
675
+ "eu-south-1",
676
+ "eu-south-2",
677
+ "eu-west-1",
678
+ "eu-west-2",
679
+ "eu-west-3",
680
+ "il-central-1",
681
+ "me-central-1",
682
+ "me-south-1",
683
+ "sa-east-1",
684
+ "us-east-1",
685
+ "us-east-2",
686
+ "us-west-1",
687
+ "us-west-2",
688
+ ]