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