types-boto3-timestream-influxdb 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.

Potentially problematic release.


This version of types-boto3-timestream-influxdb might be problematic. Click here for more details.

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