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