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