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