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