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