mypy-boto3-lambda-core 1.43.35__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.
@@ -0,0 +1,537 @@
1
+ """
2
+ Type annotations for lambda-core service literal definitions.
3
+
4
+ [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_lambda_core/literals/)
5
+
6
+ Copyright 2026 Vlad Emelianov
7
+
8
+ Usage::
9
+
10
+ ```python
11
+ from mypy_boto3_lambda_core.literals import ComputeResourceTypeType
12
+
13
+ data: ComputeResourceTypeType = "MicroVm"
14
+ ```
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
+ "ComputeResourceTypeType",
27
+ "LambdaCoreServiceName",
28
+ "ListNetworkConnectorsPaginatorName",
29
+ "NetworkConnectorLastUpdateStatusReasonCodeType",
30
+ "NetworkConnectorLastUpdateStatusType",
31
+ "NetworkConnectorStateReasonCodeType",
32
+ "NetworkConnectorStateType",
33
+ "NetworkConnectorTypeType",
34
+ "NetworkProtocolType",
35
+ "PaginatorName",
36
+ "RegionName",
37
+ "ResourceServiceName",
38
+ "ServiceName",
39
+ )
40
+
41
+
42
+ ComputeResourceTypeType = Literal["MicroVm"]
43
+ ListNetworkConnectorsPaginatorName = Literal["list_network_connectors"]
44
+ NetworkConnectorLastUpdateStatusReasonCodeType = Literal[
45
+ "DisallowedByVpcEncryptionControl",
46
+ "Ec2RequestLimitExceeded",
47
+ "InsufficientRolePermissions",
48
+ "InternalError",
49
+ "InvalidSecurityGroup",
50
+ "InvalidSubnet",
51
+ "SubnetOutOfIPAddresses",
52
+ ]
53
+ NetworkConnectorLastUpdateStatusType = Literal["Failed", "InProgress", "Successful"]
54
+ NetworkConnectorStateReasonCodeType = Literal[
55
+ "DisallowedByVpcEncryptionControl",
56
+ "Ec2RequestLimitExceeded",
57
+ "InsufficientRolePermissions",
58
+ "InternalError",
59
+ "InvalidSecurityGroup",
60
+ "InvalidSubnet",
61
+ "SubnetOutOfIPAddresses",
62
+ ]
63
+ NetworkConnectorStateType = Literal[
64
+ "ACTIVE", "DELETE_FAILED", "DELETING", "FAILED", "INACTIVE", "PENDING"
65
+ ]
66
+ NetworkConnectorTypeType = Literal["VPC_EGRESS"]
67
+ NetworkProtocolType = Literal["DualStack", "IPv4"]
68
+ LambdaCoreServiceName = Literal["lambda-core"]
69
+ ServiceName = Literal[
70
+ "accessanalyzer",
71
+ "account",
72
+ "acm",
73
+ "acm-pca",
74
+ "aiops",
75
+ "amp",
76
+ "amplify",
77
+ "amplifybackend",
78
+ "amplifyuibuilder",
79
+ "apigateway",
80
+ "apigatewaymanagementapi",
81
+ "apigatewayv2",
82
+ "appconfig",
83
+ "appconfigdata",
84
+ "appfabric",
85
+ "appflow",
86
+ "appintegrations",
87
+ "application-autoscaling",
88
+ "application-insights",
89
+ "application-signals",
90
+ "applicationcostprofiler",
91
+ "appmesh",
92
+ "apprunner",
93
+ "appstream",
94
+ "appsync",
95
+ "arc-region-switch",
96
+ "arc-zonal-shift",
97
+ "artifact",
98
+ "athena",
99
+ "auditmanager",
100
+ "autoscaling",
101
+ "autoscaling-plans",
102
+ "b2bi",
103
+ "backup",
104
+ "backup-gateway",
105
+ "backupsearch",
106
+ "batch",
107
+ "bcm-dashboards",
108
+ "bcm-data-exports",
109
+ "bcm-pricing-calculator",
110
+ "bcm-recommended-actions",
111
+ "bedrock",
112
+ "bedrock-agent",
113
+ "bedrock-agent-runtime",
114
+ "bedrock-agentcore",
115
+ "bedrock-agentcore-control",
116
+ "bedrock-data-automation",
117
+ "bedrock-data-automation-runtime",
118
+ "bedrock-runtime",
119
+ "billing",
120
+ "billingconductor",
121
+ "braket",
122
+ "budgets",
123
+ "ce",
124
+ "chatbot",
125
+ "chime",
126
+ "chime-sdk-identity",
127
+ "chime-sdk-media-pipelines",
128
+ "chime-sdk-meetings",
129
+ "chime-sdk-messaging",
130
+ "chime-sdk-voice",
131
+ "cleanrooms",
132
+ "cleanroomsml",
133
+ "cloud9",
134
+ "cloudcontrol",
135
+ "clouddirectory",
136
+ "cloudformation",
137
+ "cloudfront",
138
+ "cloudfront-keyvaluestore",
139
+ "cloudhsm",
140
+ "cloudhsmv2",
141
+ "cloudsearch",
142
+ "cloudsearchdomain",
143
+ "cloudtrail",
144
+ "cloudtrail-data",
145
+ "cloudwatch",
146
+ "codeartifact",
147
+ "codebuild",
148
+ "codecatalyst",
149
+ "codecommit",
150
+ "codeconnections",
151
+ "codedeploy",
152
+ "codeguru-reviewer",
153
+ "codeguru-security",
154
+ "codeguruprofiler",
155
+ "codepipeline",
156
+ "codestar-connections",
157
+ "codestar-notifications",
158
+ "cognito-identity",
159
+ "cognito-idp",
160
+ "cognito-sync",
161
+ "comprehend",
162
+ "comprehendmedical",
163
+ "compute-optimizer",
164
+ "compute-optimizer-automation",
165
+ "config",
166
+ "connect",
167
+ "connect-contact-lens",
168
+ "connectcampaigns",
169
+ "connectcampaignsv2",
170
+ "connectcases",
171
+ "connecthealth",
172
+ "connectparticipant",
173
+ "controlcatalog",
174
+ "controltower",
175
+ "cost-optimization-hub",
176
+ "cur",
177
+ "customer-profiles",
178
+ "databrew",
179
+ "dataexchange",
180
+ "datapipeline",
181
+ "datasync",
182
+ "datazone",
183
+ "dax",
184
+ "deadline",
185
+ "detective",
186
+ "devicefarm",
187
+ "devops-agent",
188
+ "devops-guru",
189
+ "directconnect",
190
+ "discovery",
191
+ "dlm",
192
+ "dms",
193
+ "docdb",
194
+ "docdb-elastic",
195
+ "drs",
196
+ "ds",
197
+ "ds-data",
198
+ "dsql",
199
+ "dynamodb",
200
+ "dynamodbstreams",
201
+ "ebs",
202
+ "ec2",
203
+ "ec2-instance-connect",
204
+ "ecr",
205
+ "ecr-public",
206
+ "ecs",
207
+ "efs",
208
+ "eks",
209
+ "eks-auth",
210
+ "elasticache",
211
+ "elasticbeanstalk",
212
+ "elb",
213
+ "elbv2",
214
+ "elementalinference",
215
+ "emr",
216
+ "emr-containers",
217
+ "emr-serverless",
218
+ "entityresolution",
219
+ "es",
220
+ "events",
221
+ "evs",
222
+ "finspace",
223
+ "finspace-data",
224
+ "firehose",
225
+ "fis",
226
+ "fms",
227
+ "forecast",
228
+ "forecastquery",
229
+ "frauddetector",
230
+ "freetier",
231
+ "fsx",
232
+ "gamelift",
233
+ "gameliftstreams",
234
+ "geo-maps",
235
+ "geo-places",
236
+ "geo-routes",
237
+ "glacier",
238
+ "globalaccelerator",
239
+ "glue",
240
+ "grafana",
241
+ "greengrass",
242
+ "greengrassv2",
243
+ "groundstation",
244
+ "guardduty",
245
+ "health",
246
+ "healthlake",
247
+ "iam",
248
+ "identitystore",
249
+ "imagebuilder",
250
+ "importexport",
251
+ "inspector",
252
+ "inspector-scan",
253
+ "inspector2",
254
+ "interconnect",
255
+ "internetmonitor",
256
+ "invoicing",
257
+ "iot",
258
+ "iot-data",
259
+ "iot-jobs-data",
260
+ "iot-managed-integrations",
261
+ "iotdeviceadvisor",
262
+ "iotevents",
263
+ "iotevents-data",
264
+ "iotfleetwise",
265
+ "iotsecuretunneling",
266
+ "iotsitewise",
267
+ "iotthingsgraph",
268
+ "iottwinmaker",
269
+ "iotwireless",
270
+ "ivs",
271
+ "ivs-realtime",
272
+ "ivschat",
273
+ "kafka",
274
+ "kafkaconnect",
275
+ "kendra",
276
+ "kendra-ranking",
277
+ "keyspaces",
278
+ "keyspacesstreams",
279
+ "kinesis",
280
+ "kinesis-video-archived-media",
281
+ "kinesis-video-media",
282
+ "kinesis-video-signaling",
283
+ "kinesis-video-webrtc-storage",
284
+ "kinesisanalytics",
285
+ "kinesisanalyticsv2",
286
+ "kinesisvideo",
287
+ "kms",
288
+ "lakeformation",
289
+ "lambda",
290
+ "lambda-core",
291
+ "lambda-microvms",
292
+ "launch-wizard",
293
+ "lex-models",
294
+ "lex-runtime",
295
+ "lexv2-models",
296
+ "lexv2-runtime",
297
+ "license-manager",
298
+ "license-manager-linux-subscriptions",
299
+ "license-manager-user-subscriptions",
300
+ "lightsail",
301
+ "location",
302
+ "logs",
303
+ "lookoutequipment",
304
+ "m2",
305
+ "machinelearning",
306
+ "macie2",
307
+ "mailmanager",
308
+ "managedblockchain",
309
+ "managedblockchain-query",
310
+ "marketplace-agreement",
311
+ "marketplace-catalog",
312
+ "marketplace-deployment",
313
+ "marketplace-discovery",
314
+ "marketplace-entitlement",
315
+ "marketplace-reporting",
316
+ "marketplacecommerceanalytics",
317
+ "mediaconnect",
318
+ "mediaconvert",
319
+ "medialive",
320
+ "mediapackage",
321
+ "mediapackage-vod",
322
+ "mediapackagev2",
323
+ "mediastore",
324
+ "mediastore-data",
325
+ "mediatailor",
326
+ "medical-imaging",
327
+ "memorydb",
328
+ "meteringmarketplace",
329
+ "mgh",
330
+ "mgn",
331
+ "migration-hub-refactor-spaces",
332
+ "migrationhub-config",
333
+ "migrationhuborchestrator",
334
+ "migrationhubstrategy",
335
+ "mpa",
336
+ "mq",
337
+ "mturk",
338
+ "mwaa",
339
+ "mwaa-serverless",
340
+ "neptune",
341
+ "neptune-graph",
342
+ "neptunedata",
343
+ "network-firewall",
344
+ "networkflowmonitor",
345
+ "networkmanager",
346
+ "networkmonitor",
347
+ "notifications",
348
+ "notificationscontacts",
349
+ "nova-act",
350
+ "oam",
351
+ "observabilityadmin",
352
+ "odb",
353
+ "omics",
354
+ "opensearch",
355
+ "opensearchserverless",
356
+ "organizations",
357
+ "osis",
358
+ "outposts",
359
+ "panorama",
360
+ "partnercentral-account",
361
+ "partnercentral-benefits",
362
+ "partnercentral-channel",
363
+ "partnercentral-selling",
364
+ "payment-cryptography",
365
+ "payment-cryptography-data",
366
+ "pca-connector-ad",
367
+ "pca-connector-scep",
368
+ "pcs",
369
+ "personalize",
370
+ "personalize-events",
371
+ "personalize-runtime",
372
+ "pi",
373
+ "pinpoint",
374
+ "pinpoint-email",
375
+ "pinpoint-sms-voice",
376
+ "pinpoint-sms-voice-v2",
377
+ "pipes",
378
+ "polly",
379
+ "pricing",
380
+ "proton",
381
+ "qapps",
382
+ "qbusiness",
383
+ "qconnect",
384
+ "quicksight",
385
+ "ram",
386
+ "rbin",
387
+ "rds",
388
+ "rds-data",
389
+ "redshift",
390
+ "redshift-data",
391
+ "redshift-serverless",
392
+ "rekognition",
393
+ "repostspace",
394
+ "resiliencehub",
395
+ "resiliencehubv2",
396
+ "resource-explorer-2",
397
+ "resource-groups",
398
+ "resourcegroupstaggingapi",
399
+ "rolesanywhere",
400
+ "route53",
401
+ "route53-recovery-cluster",
402
+ "route53-recovery-control-config",
403
+ "route53-recovery-readiness",
404
+ "route53domains",
405
+ "route53globalresolver",
406
+ "route53profiles",
407
+ "route53resolver",
408
+ "rtbfabric",
409
+ "rum",
410
+ "s3",
411
+ "s3control",
412
+ "s3files",
413
+ "s3outposts",
414
+ "s3tables",
415
+ "s3vectors",
416
+ "sagemaker",
417
+ "sagemaker-a2i-runtime",
418
+ "sagemaker-edge",
419
+ "sagemaker-featurestore-runtime",
420
+ "sagemaker-geospatial",
421
+ "sagemaker-metrics",
422
+ "sagemaker-runtime",
423
+ "sagemakerjobruntime",
424
+ "savingsplans",
425
+ "scheduler",
426
+ "schemas",
427
+ "sdb",
428
+ "secretsmanager",
429
+ "security-ir",
430
+ "securityagent",
431
+ "securityhub",
432
+ "securitylake",
433
+ "serverlessrepo",
434
+ "service-quotas",
435
+ "servicecatalog",
436
+ "servicecatalog-appregistry",
437
+ "servicediscovery",
438
+ "ses",
439
+ "sesv2",
440
+ "shield",
441
+ "signer",
442
+ "signer-data",
443
+ "signin",
444
+ "simpledbv2",
445
+ "simspaceweaver",
446
+ "snow-device-management",
447
+ "snowball",
448
+ "sns",
449
+ "socialmessaging",
450
+ "sqs",
451
+ "ssm",
452
+ "ssm-contacts",
453
+ "ssm-guiconnect",
454
+ "ssm-incidents",
455
+ "ssm-quicksetup",
456
+ "ssm-sap",
457
+ "sso",
458
+ "sso-admin",
459
+ "sso-oidc",
460
+ "stepfunctions",
461
+ "storagegateway",
462
+ "sts",
463
+ "supplychain",
464
+ "support",
465
+ "support-app",
466
+ "sustainability",
467
+ "swf",
468
+ "synthetics",
469
+ "taxsettings",
470
+ "textract",
471
+ "timestream-influxdb",
472
+ "timestream-query",
473
+ "timestream-write",
474
+ "tnb",
475
+ "transcribe",
476
+ "transfer",
477
+ "translate",
478
+ "trustedadvisor",
479
+ "uxc",
480
+ "verifiedpermissions",
481
+ "voice-id",
482
+ "vpc-lattice",
483
+ "waf",
484
+ "waf-regional",
485
+ "wafv2",
486
+ "wellarchitected",
487
+ "wickr",
488
+ "wisdom",
489
+ "workdocs",
490
+ "workmail",
491
+ "workmailmessageflow",
492
+ "workspaces",
493
+ "workspaces-instances",
494
+ "workspaces-thin-client",
495
+ "workspaces-web",
496
+ "xray",
497
+ ]
498
+ ResourceServiceName = Literal[
499
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
500
+ ]
501
+ PaginatorName = Literal["list_network_connectors"]
502
+ RegionName = Literal[
503
+ "af-south-1",
504
+ "ap-east-1",
505
+ "ap-east-2",
506
+ "ap-northeast-1",
507
+ "ap-northeast-2",
508
+ "ap-northeast-3",
509
+ "ap-south-1",
510
+ "ap-south-2",
511
+ "ap-southeast-1",
512
+ "ap-southeast-2",
513
+ "ap-southeast-3",
514
+ "ap-southeast-4",
515
+ "ap-southeast-5",
516
+ "ap-southeast-6",
517
+ "ap-southeast-7",
518
+ "ca-central-1",
519
+ "ca-west-1",
520
+ "eu-central-1",
521
+ "eu-central-2",
522
+ "eu-north-1",
523
+ "eu-south-1",
524
+ "eu-south-2",
525
+ "eu-west-1",
526
+ "eu-west-2",
527
+ "eu-west-3",
528
+ "il-central-1",
529
+ "me-central-1",
530
+ "me-south-1",
531
+ "mx-central-1",
532
+ "sa-east-1",
533
+ "us-east-1",
534
+ "us-east-2",
535
+ "us-west-1",
536
+ "us-west-2",
537
+ ]