types-boto3-timestream-influxdb 1.36.8__tar.gz → 1.37.0__tar.gz
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.
- {types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb.egg-info → types_boto3_timestream_influxdb-1.37.0}/PKG-INFO +20 -11
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/README.md +18 -9
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/setup.py +2 -2
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/__init__.pyi → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/__init__.py +17 -3
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/__init__.py → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/__init__.pyi +16 -4
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb/__main__.py +4 -4
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/client.pyi → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/client.py +127 -25
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/client.py → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/client.pyi +124 -28
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/literals.pyi → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/literals.py +24 -6
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/literals.py → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/literals.pyi +22 -8
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/paginator.pyi → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/paginator.py +65 -3
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/paginator.py → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/paginator.pyi +50 -8
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/type_defs.pyi → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/type_defs.py +227 -26
- types_boto3_timestream_influxdb-1.36.8/types_boto3_timestream_influxdb/type_defs.py → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb/type_defs.pyi +176 -46
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb/version.py +1 -1
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0/types_boto3_timestream_influxdb.egg-info}/PKG-INFO +20 -11
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/LICENSE +0 -0
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/setup.cfg +0 -0
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb/py.typed +0 -0
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb.egg-info/SOURCES.txt +0 -0
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb.egg-info/dependency_links.txt +0 -0
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb.egg-info/not-zip-safe +0 -0
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb.egg-info/requires.txt +0 -0
- {types_boto3_timestream_influxdb-1.36.8 → types_boto3_timestream_influxdb-1.37.0}/types_boto3_timestream_influxdb.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: types-boto3-timestream-influxdb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 TimestreamInfluxDB 1.
|
|
3
|
+
Version: 1.37.0
|
|
4
|
+
Summary: Type annotations for boto3 TimestreamInfluxDB 1.37.0 service generated with mypy-boto3-builder 8.9.2
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|

|
|
57
57
|
|
|
58
58
|
Type annotations for
|
|
59
|
-
[boto3 TimestreamInfluxDB 1.
|
|
59
|
+
[boto3 TimestreamInfluxDB 1.37.0](https://pypi.org/project/boto3/) compatible
|
|
60
60
|
with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +65,7 @@ with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -113,12 +113,12 @@ See how it helps you find and fix potential bugs:
|
|
|
113
113
|
### Generate locally (recommended)
|
|
114
114
|
|
|
115
115
|
You can generate type annotations for `boto3` package locally with
|
|
116
|
-
`
|
|
116
|
+
`mypy-boto3-builder`. Use
|
|
117
117
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `TimestreamInfluxDB` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -354,6 +354,8 @@ from boto3.session import Session
|
|
|
354
354
|
|
|
355
355
|
from types_boto3_timestream_influxdb import TimestreamInfluxDBClient
|
|
356
356
|
from types_boto3_timestream_influxdb.paginator import (
|
|
357
|
+
ListDbClustersPaginator,
|
|
358
|
+
ListDbInstancesForClusterPaginator,
|
|
357
359
|
ListDbInstancesPaginator,
|
|
358
360
|
ListDbParameterGroupsPaginator,
|
|
359
361
|
)
|
|
@@ -362,6 +364,10 @@ client: TimestreamInfluxDBClient = Session().client("timestream-influxdb")
|
|
|
362
364
|
|
|
363
365
|
# Explicit type annotations are optional here
|
|
364
366
|
# Types should be correctly discovered by mypy and IDEs
|
|
367
|
+
list_db_clusters_paginator: ListDbClustersPaginator = client.get_paginator("list_db_clusters")
|
|
368
|
+
list_db_instances_for_cluster_paginator: ListDbInstancesForClusterPaginator = client.get_paginator(
|
|
369
|
+
"list_db_instances_for_cluster"
|
|
370
|
+
)
|
|
365
371
|
list_db_instances_paginator: ListDbInstancesPaginator = client.get_paginator("list_db_instances")
|
|
366
372
|
list_db_parameter_groups_paginator: ListDbParameterGroupsPaginator = client.get_paginator(
|
|
367
373
|
"list_db_parameter_groups"
|
|
@@ -379,10 +385,10 @@ Full list of `TimestreamInfluxDB` Literals can be found in
|
|
|
379
385
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/literals/).
|
|
380
386
|
|
|
381
387
|
```python
|
|
382
|
-
from types_boto3_timestream_influxdb.literals import
|
|
388
|
+
from types_boto3_timestream_influxdb.literals import ClusterDeploymentTypeType
|
|
383
389
|
|
|
384
390
|
|
|
385
|
-
def check_value(value:
|
|
391
|
+
def check_value(value: ClusterDeploymentTypeType) -> bool: ...
|
|
386
392
|
```
|
|
387
393
|
|
|
388
394
|
<a id="type-definitions"></a>
|
|
@@ -396,11 +402,14 @@ Full list of `TimestreamInfluxDB` TypeDefs can be found in
|
|
|
396
402
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/type_defs/).
|
|
397
403
|
|
|
398
404
|
```python
|
|
405
|
+
# TypedDict usage example
|
|
399
406
|
from types_boto3_timestream_influxdb.type_defs import ResponseMetadataTypeDef
|
|
400
407
|
|
|
401
408
|
|
|
402
409
|
def get_value() -> ResponseMetadataTypeDef:
|
|
403
|
-
return {
|
|
410
|
+
return {
|
|
411
|
+
"RequestId": ...,
|
|
412
|
+
}
|
|
404
413
|
```
|
|
405
414
|
|
|
406
415
|
<a id="how-it-works"></a>
|
|
@@ -454,8 +463,8 @@ Builder changelog can be found in
|
|
|
454
463
|
## Versioning
|
|
455
464
|
|
|
456
465
|
`types-boto3-timestream-influxdb` version is the same as related `boto3`
|
|
457
|
-
version and follows
|
|
458
|
-
|
|
466
|
+
version and follows
|
|
467
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
459
468
|
|
|
460
469
|
<a id="thank-you"></a>
|
|
461
470
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3 TimestreamInfluxDB 1.
|
|
13
|
+
[boto3 TimestreamInfluxDB 1.37.0](https://pypi.org/project/boto3/) compatible
|
|
14
14
|
with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated with
|
|
22
|
-
[mypy-boto3-builder 8.
|
|
22
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -67,12 +67,12 @@ See how it helps you find and fix potential bugs:
|
|
|
67
67
|
### Generate locally (recommended)
|
|
68
68
|
|
|
69
69
|
You can generate type annotations for `boto3` package locally with
|
|
70
|
-
`
|
|
70
|
+
`mypy-boto3-builder`. Use
|
|
71
71
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.
|
|
75
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `TimestreamInfluxDB` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -308,6 +308,8 @@ from boto3.session import Session
|
|
|
308
308
|
|
|
309
309
|
from types_boto3_timestream_influxdb import TimestreamInfluxDBClient
|
|
310
310
|
from types_boto3_timestream_influxdb.paginator import (
|
|
311
|
+
ListDbClustersPaginator,
|
|
312
|
+
ListDbInstancesForClusterPaginator,
|
|
311
313
|
ListDbInstancesPaginator,
|
|
312
314
|
ListDbParameterGroupsPaginator,
|
|
313
315
|
)
|
|
@@ -316,6 +318,10 @@ client: TimestreamInfluxDBClient = Session().client("timestream-influxdb")
|
|
|
316
318
|
|
|
317
319
|
# Explicit type annotations are optional here
|
|
318
320
|
# Types should be correctly discovered by mypy and IDEs
|
|
321
|
+
list_db_clusters_paginator: ListDbClustersPaginator = client.get_paginator("list_db_clusters")
|
|
322
|
+
list_db_instances_for_cluster_paginator: ListDbInstancesForClusterPaginator = client.get_paginator(
|
|
323
|
+
"list_db_instances_for_cluster"
|
|
324
|
+
)
|
|
319
325
|
list_db_instances_paginator: ListDbInstancesPaginator = client.get_paginator("list_db_instances")
|
|
320
326
|
list_db_parameter_groups_paginator: ListDbParameterGroupsPaginator = client.get_paginator(
|
|
321
327
|
"list_db_parameter_groups"
|
|
@@ -333,10 +339,10 @@ Full list of `TimestreamInfluxDB` Literals can be found in
|
|
|
333
339
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/literals/).
|
|
334
340
|
|
|
335
341
|
```python
|
|
336
|
-
from types_boto3_timestream_influxdb.literals import
|
|
342
|
+
from types_boto3_timestream_influxdb.literals import ClusterDeploymentTypeType
|
|
337
343
|
|
|
338
344
|
|
|
339
|
-
def check_value(value:
|
|
345
|
+
def check_value(value: ClusterDeploymentTypeType) -> bool: ...
|
|
340
346
|
```
|
|
341
347
|
|
|
342
348
|
<a id="type-definitions"></a>
|
|
@@ -350,11 +356,14 @@ Full list of `TimestreamInfluxDB` TypeDefs can be found in
|
|
|
350
356
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/type_defs/).
|
|
351
357
|
|
|
352
358
|
```python
|
|
359
|
+
# TypedDict usage example
|
|
353
360
|
from types_boto3_timestream_influxdb.type_defs import ResponseMetadataTypeDef
|
|
354
361
|
|
|
355
362
|
|
|
356
363
|
def get_value() -> ResponseMetadataTypeDef:
|
|
357
|
-
return {
|
|
364
|
+
return {
|
|
365
|
+
"RequestId": ...,
|
|
366
|
+
}
|
|
358
367
|
```
|
|
359
368
|
|
|
360
369
|
<a id="how-it-works"></a>
|
|
@@ -408,8 +417,8 @@ Builder changelog can be found in
|
|
|
408
417
|
## Versioning
|
|
409
418
|
|
|
410
419
|
`types-boto3-timestream-influxdb` version is the same as related `boto3`
|
|
411
|
-
version and follows
|
|
412
|
-
|
|
420
|
+
version and follows
|
|
421
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
413
422
|
|
|
414
423
|
<a id="thank-you"></a>
|
|
415
424
|
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-timestream-influxdb",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.37.0",
|
|
17
17
|
packages=["types_boto3_timestream_influxdb"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 TimestreamInfluxDB 1.
|
|
22
|
+
description="Type annotations for boto3 TimestreamInfluxDB 1.37.0 service generated with mypy-boto3-builder 8.9.2",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for timestream-influxdb service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
7
11
|
from boto3.session import Session
|
|
8
12
|
from types_boto3_timestream_influxdb import (
|
|
9
13
|
Client,
|
|
14
|
+
ListDbClustersPaginator,
|
|
15
|
+
ListDbInstancesForClusterPaginator,
|
|
10
16
|
ListDbInstancesPaginator,
|
|
11
17
|
ListDbParameterGroupsPaginator,
|
|
12
18
|
TimestreamInfluxDBClient,
|
|
@@ -15,20 +21,28 @@ Usage::
|
|
|
15
21
|
session = Session()
|
|
16
22
|
client: TimestreamInfluxDBClient = session.client("timestream-influxdb")
|
|
17
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")
|
|
18
26
|
list_db_instances_paginator: ListDbInstancesPaginator = client.get_paginator("list_db_instances")
|
|
19
27
|
list_db_parameter_groups_paginator: ListDbParameterGroupsPaginator = client.get_paginator("list_db_parameter_groups")
|
|
20
28
|
```
|
|
21
|
-
|
|
22
|
-
Copyright 2025 Vlad Emelianov
|
|
23
29
|
"""
|
|
24
30
|
|
|
25
31
|
from .client import TimestreamInfluxDBClient
|
|
26
|
-
from .paginator import
|
|
32
|
+
from .paginator import (
|
|
33
|
+
ListDbClustersPaginator,
|
|
34
|
+
ListDbInstancesForClusterPaginator,
|
|
35
|
+
ListDbInstancesPaginator,
|
|
36
|
+
ListDbParameterGroupsPaginator,
|
|
37
|
+
)
|
|
27
38
|
|
|
28
39
|
Client = TimestreamInfluxDBClient
|
|
29
40
|
|
|
41
|
+
|
|
30
42
|
__all__ = (
|
|
31
43
|
"Client",
|
|
44
|
+
"ListDbClustersPaginator",
|
|
45
|
+
"ListDbInstancesForClusterPaginator",
|
|
32
46
|
"ListDbInstancesPaginator",
|
|
33
47
|
"ListDbParameterGroupsPaginator",
|
|
34
48
|
"TimestreamInfluxDBClient",
|
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for timestream-influxdb service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
7
11
|
from boto3.session import Session
|
|
8
12
|
from types_boto3_timestream_influxdb import (
|
|
9
13
|
Client,
|
|
14
|
+
ListDbClustersPaginator,
|
|
15
|
+
ListDbInstancesForClusterPaginator,
|
|
10
16
|
ListDbInstancesPaginator,
|
|
11
17
|
ListDbParameterGroupsPaginator,
|
|
12
18
|
TimestreamInfluxDBClient,
|
|
@@ -15,21 +21,27 @@ Usage::
|
|
|
15
21
|
session = Session()
|
|
16
22
|
client: TimestreamInfluxDBClient = session.client("timestream-influxdb")
|
|
17
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")
|
|
18
26
|
list_db_instances_paginator: ListDbInstancesPaginator = client.get_paginator("list_db_instances")
|
|
19
27
|
list_db_parameter_groups_paginator: ListDbParameterGroupsPaginator = client.get_paginator("list_db_parameter_groups")
|
|
20
28
|
```
|
|
21
|
-
|
|
22
|
-
Copyright 2025 Vlad Emelianov
|
|
23
29
|
"""
|
|
24
30
|
|
|
25
31
|
from .client import TimestreamInfluxDBClient
|
|
26
|
-
from .paginator import
|
|
32
|
+
from .paginator import (
|
|
33
|
+
ListDbClustersPaginator,
|
|
34
|
+
ListDbInstancesForClusterPaginator,
|
|
35
|
+
ListDbInstancesPaginator,
|
|
36
|
+
ListDbParameterGroupsPaginator,
|
|
37
|
+
)
|
|
27
38
|
|
|
28
39
|
Client = TimestreamInfluxDBClient
|
|
29
40
|
|
|
30
|
-
|
|
31
41
|
__all__ = (
|
|
32
42
|
"Client",
|
|
43
|
+
"ListDbClustersPaginator",
|
|
44
|
+
"ListDbInstancesForClusterPaginator",
|
|
33
45
|
"ListDbInstancesPaginator",
|
|
34
46
|
"ListDbParameterGroupsPaginator",
|
|
35
47
|
"TimestreamInfluxDBClient",
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 TimestreamInfluxDB 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 TimestreamInfluxDB 1.37.0\n"
|
|
16
|
+
"Version: 1.37.0\n"
|
|
17
|
+
"Builder version: 8.9.2\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb.html#timestreaminfluxdb\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.37.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,6 +3,8 @@ Type annotations for timestream-influxdb service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -12,8 +14,6 @@ Usage::
|
|
|
12
14
|
session = Session()
|
|
13
15
|
client: TimestreamInfluxDBClient = session.client("timestream-influxdb")
|
|
14
16
|
```
|
|
15
|
-
|
|
16
|
-
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
@@ -25,28 +25,45 @@ from botocore.client import BaseClient, ClientMeta
|
|
|
25
25
|
from botocore.errorfactory import BaseClientExceptions
|
|
26
26
|
from botocore.exceptions import ClientError as BotocoreClientError
|
|
27
27
|
|
|
28
|
-
from .paginator import
|
|
28
|
+
from .paginator import (
|
|
29
|
+
ListDbClustersPaginator,
|
|
30
|
+
ListDbInstancesForClusterPaginator,
|
|
31
|
+
ListDbInstancesPaginator,
|
|
32
|
+
ListDbParameterGroupsPaginator,
|
|
33
|
+
)
|
|
29
34
|
from .type_defs import (
|
|
30
|
-
|
|
35
|
+
CreateDbClusterInputTypeDef,
|
|
36
|
+
CreateDbClusterOutputTypeDef,
|
|
37
|
+
CreateDbInstanceInputTypeDef,
|
|
31
38
|
CreateDbInstanceOutputTypeDef,
|
|
32
|
-
|
|
39
|
+
CreateDbParameterGroupInputTypeDef,
|
|
33
40
|
CreateDbParameterGroupOutputTypeDef,
|
|
34
|
-
|
|
41
|
+
DeleteDbClusterInputTypeDef,
|
|
42
|
+
DeleteDbClusterOutputTypeDef,
|
|
43
|
+
DeleteDbInstanceInputTypeDef,
|
|
35
44
|
DeleteDbInstanceOutputTypeDef,
|
|
36
45
|
EmptyResponseMetadataTypeDef,
|
|
37
|
-
|
|
46
|
+
GetDbClusterInputTypeDef,
|
|
47
|
+
GetDbClusterOutputTypeDef,
|
|
48
|
+
GetDbInstanceInputTypeDef,
|
|
38
49
|
GetDbInstanceOutputTypeDef,
|
|
39
|
-
|
|
50
|
+
GetDbParameterGroupInputTypeDef,
|
|
40
51
|
GetDbParameterGroupOutputTypeDef,
|
|
41
|
-
|
|
52
|
+
ListDbClustersInputTypeDef,
|
|
53
|
+
ListDbClustersOutputTypeDef,
|
|
54
|
+
ListDbInstancesForClusterInputTypeDef,
|
|
55
|
+
ListDbInstancesForClusterOutputTypeDef,
|
|
56
|
+
ListDbInstancesInputTypeDef,
|
|
42
57
|
ListDbInstancesOutputTypeDef,
|
|
43
|
-
|
|
58
|
+
ListDbParameterGroupsInputTypeDef,
|
|
44
59
|
ListDbParameterGroupsOutputTypeDef,
|
|
45
|
-
|
|
60
|
+
ListTagsForResourceRequestTypeDef,
|
|
46
61
|
ListTagsForResourceResponseTypeDef,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
62
|
+
TagResourceRequestTypeDef,
|
|
63
|
+
UntagResourceRequestTypeDef,
|
|
64
|
+
UpdateDbClusterInputTypeDef,
|
|
65
|
+
UpdateDbClusterOutputTypeDef,
|
|
66
|
+
UpdateDbInstanceInputTypeDef,
|
|
50
67
|
UpdateDbInstanceOutputTypeDef,
|
|
51
68
|
)
|
|
52
69
|
|
|
@@ -60,8 +77,10 @@ if sys.version_info >= (3, 12):
|
|
|
60
77
|
else:
|
|
61
78
|
from typing_extensions import Literal, Unpack
|
|
62
79
|
|
|
80
|
+
|
|
63
81
|
__all__ = ("TimestreamInfluxDBClient",)
|
|
64
82
|
|
|
83
|
+
|
|
65
84
|
class Exceptions(BaseClientExceptions):
|
|
66
85
|
AccessDeniedException: Type[BotocoreClientError]
|
|
67
86
|
ClientError: Type[BotocoreClientError]
|
|
@@ -72,6 +91,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
72
91
|
ThrottlingException: Type[BotocoreClientError]
|
|
73
92
|
ValidationException: Type[BotocoreClientError]
|
|
74
93
|
|
|
94
|
+
|
|
75
95
|
class TimestreamInfluxDBClient(BaseClient):
|
|
76
96
|
"""
|
|
77
97
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb.html#TimestreamInfluxDB.Client)
|
|
@@ -107,8 +127,18 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
107
127
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#generate_presigned_url)
|
|
108
128
|
"""
|
|
109
129
|
|
|
130
|
+
def create_db_cluster(
|
|
131
|
+
self, **kwargs: Unpack[CreateDbClusterInputTypeDef]
|
|
132
|
+
) -> CreateDbClusterOutputTypeDef:
|
|
133
|
+
"""
|
|
134
|
+
Creates a new Timestream for InfluxDB cluster.
|
|
135
|
+
|
|
136
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/create_db_cluster.html)
|
|
137
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#create_db_cluster)
|
|
138
|
+
"""
|
|
139
|
+
|
|
110
140
|
def create_db_instance(
|
|
111
|
-
self, **kwargs: Unpack[
|
|
141
|
+
self, **kwargs: Unpack[CreateDbInstanceInputTypeDef]
|
|
112
142
|
) -> CreateDbInstanceOutputTypeDef:
|
|
113
143
|
"""
|
|
114
144
|
Creates a new Timestream for InfluxDB DB instance.
|
|
@@ -118,7 +148,7 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
118
148
|
"""
|
|
119
149
|
|
|
120
150
|
def create_db_parameter_group(
|
|
121
|
-
self, **kwargs: Unpack[
|
|
151
|
+
self, **kwargs: Unpack[CreateDbParameterGroupInputTypeDef]
|
|
122
152
|
) -> CreateDbParameterGroupOutputTypeDef:
|
|
123
153
|
"""
|
|
124
154
|
Creates a new Timestream for InfluxDB DB parameter group to associate with DB
|
|
@@ -128,8 +158,18 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
128
158
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#create_db_parameter_group)
|
|
129
159
|
"""
|
|
130
160
|
|
|
161
|
+
def delete_db_cluster(
|
|
162
|
+
self, **kwargs: Unpack[DeleteDbClusterInputTypeDef]
|
|
163
|
+
) -> DeleteDbClusterOutputTypeDef:
|
|
164
|
+
"""
|
|
165
|
+
Deletes a Timestream for InfluxDB cluster.
|
|
166
|
+
|
|
167
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/delete_db_cluster.html)
|
|
168
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#delete_db_cluster)
|
|
169
|
+
"""
|
|
170
|
+
|
|
131
171
|
def delete_db_instance(
|
|
132
|
-
self, **kwargs: Unpack[
|
|
172
|
+
self, **kwargs: Unpack[DeleteDbInstanceInputTypeDef]
|
|
133
173
|
) -> DeleteDbInstanceOutputTypeDef:
|
|
134
174
|
"""
|
|
135
175
|
Deletes a Timestream for InfluxDB DB instance.
|
|
@@ -138,8 +178,18 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
138
178
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#delete_db_instance)
|
|
139
179
|
"""
|
|
140
180
|
|
|
181
|
+
def get_db_cluster(
|
|
182
|
+
self, **kwargs: Unpack[GetDbClusterInputTypeDef]
|
|
183
|
+
) -> GetDbClusterOutputTypeDef:
|
|
184
|
+
"""
|
|
185
|
+
Retrieves information about a Timestream for InfluxDB cluster.
|
|
186
|
+
|
|
187
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/get_db_cluster.html)
|
|
188
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#get_db_cluster)
|
|
189
|
+
"""
|
|
190
|
+
|
|
141
191
|
def get_db_instance(
|
|
142
|
-
self, **kwargs: Unpack[
|
|
192
|
+
self, **kwargs: Unpack[GetDbInstanceInputTypeDef]
|
|
143
193
|
) -> GetDbInstanceOutputTypeDef:
|
|
144
194
|
"""
|
|
145
195
|
Returns a Timestream for InfluxDB DB instance.
|
|
@@ -149,7 +199,7 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
149
199
|
"""
|
|
150
200
|
|
|
151
201
|
def get_db_parameter_group(
|
|
152
|
-
self, **kwargs: Unpack[
|
|
202
|
+
self, **kwargs: Unpack[GetDbParameterGroupInputTypeDef]
|
|
153
203
|
) -> GetDbParameterGroupOutputTypeDef:
|
|
154
204
|
"""
|
|
155
205
|
Returns a Timestream for InfluxDB DB parameter group.
|
|
@@ -158,8 +208,18 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
158
208
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#get_db_parameter_group)
|
|
159
209
|
"""
|
|
160
210
|
|
|
211
|
+
def list_db_clusters(
|
|
212
|
+
self, **kwargs: Unpack[ListDbClustersInputTypeDef]
|
|
213
|
+
) -> ListDbClustersOutputTypeDef:
|
|
214
|
+
"""
|
|
215
|
+
Returns a list of Timestream for InfluxDB DB clusters.
|
|
216
|
+
|
|
217
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/list_db_clusters.html)
|
|
218
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#list_db_clusters)
|
|
219
|
+
"""
|
|
220
|
+
|
|
161
221
|
def list_db_instances(
|
|
162
|
-
self, **kwargs: Unpack[
|
|
222
|
+
self, **kwargs: Unpack[ListDbInstancesInputTypeDef]
|
|
163
223
|
) -> ListDbInstancesOutputTypeDef:
|
|
164
224
|
"""
|
|
165
225
|
Returns a list of Timestream for InfluxDB DB instances.
|
|
@@ -168,8 +228,18 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
168
228
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#list_db_instances)
|
|
169
229
|
"""
|
|
170
230
|
|
|
231
|
+
def list_db_instances_for_cluster(
|
|
232
|
+
self, **kwargs: Unpack[ListDbInstancesForClusterInputTypeDef]
|
|
233
|
+
) -> ListDbInstancesForClusterOutputTypeDef:
|
|
234
|
+
"""
|
|
235
|
+
Returns a list of Timestream for InfluxDB clusters.
|
|
236
|
+
|
|
237
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/list_db_instances_for_cluster.html)
|
|
238
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#list_db_instances_for_cluster)
|
|
239
|
+
"""
|
|
240
|
+
|
|
171
241
|
def list_db_parameter_groups(
|
|
172
|
-
self, **kwargs: Unpack[
|
|
242
|
+
self, **kwargs: Unpack[ListDbParameterGroupsInputTypeDef]
|
|
173
243
|
) -> ListDbParameterGroupsOutputTypeDef:
|
|
174
244
|
"""
|
|
175
245
|
Returns a list of Timestream for InfluxDB DB parameter groups.
|
|
@@ -179,7 +249,7 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
179
249
|
"""
|
|
180
250
|
|
|
181
251
|
def list_tags_for_resource(
|
|
182
|
-
self, **kwargs: Unpack[
|
|
252
|
+
self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
|
|
183
253
|
) -> ListTagsForResourceResponseTypeDef:
|
|
184
254
|
"""
|
|
185
255
|
A list of tags applied to the resource.
|
|
@@ -189,7 +259,7 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
189
259
|
"""
|
|
190
260
|
|
|
191
261
|
def tag_resource(
|
|
192
|
-
self, **kwargs: Unpack[
|
|
262
|
+
self, **kwargs: Unpack[TagResourceRequestTypeDef]
|
|
193
263
|
) -> EmptyResponseMetadataTypeDef:
|
|
194
264
|
"""
|
|
195
265
|
Tags are composed of a Key/Value pairs.
|
|
@@ -199,7 +269,7 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
199
269
|
"""
|
|
200
270
|
|
|
201
271
|
def untag_resource(
|
|
202
|
-
self, **kwargs: Unpack[
|
|
272
|
+
self, **kwargs: Unpack[UntagResourceRequestTypeDef]
|
|
203
273
|
) -> EmptyResponseMetadataTypeDef:
|
|
204
274
|
"""
|
|
205
275
|
Removes the tag from the specified resource.
|
|
@@ -208,8 +278,18 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
208
278
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#untag_resource)
|
|
209
279
|
"""
|
|
210
280
|
|
|
281
|
+
def update_db_cluster(
|
|
282
|
+
self, **kwargs: Unpack[UpdateDbClusterInputTypeDef]
|
|
283
|
+
) -> UpdateDbClusterOutputTypeDef:
|
|
284
|
+
"""
|
|
285
|
+
Updates a Timestream for InfluxDB cluster.
|
|
286
|
+
|
|
287
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/update_db_cluster.html)
|
|
288
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#update_db_cluster)
|
|
289
|
+
"""
|
|
290
|
+
|
|
211
291
|
def update_db_instance(
|
|
212
|
-
self, **kwargs: Unpack[
|
|
292
|
+
self, **kwargs: Unpack[UpdateDbInstanceInputTypeDef]
|
|
213
293
|
) -> UpdateDbInstanceOutputTypeDef:
|
|
214
294
|
"""
|
|
215
295
|
Updates a Timestream for InfluxDB DB instance.
|
|
@@ -218,6 +298,28 @@ class TimestreamInfluxDBClient(BaseClient):
|
|
|
218
298
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#update_db_instance)
|
|
219
299
|
"""
|
|
220
300
|
|
|
301
|
+
@overload # type: ignore[override]
|
|
302
|
+
def get_paginator( # type: ignore[override]
|
|
303
|
+
self, operation_name: Literal["list_db_clusters"]
|
|
304
|
+
) -> ListDbClustersPaginator:
|
|
305
|
+
"""
|
|
306
|
+
Create a paginator for an operation.
|
|
307
|
+
|
|
308
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/get_paginator.html)
|
|
309
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#get_paginator)
|
|
310
|
+
"""
|
|
311
|
+
|
|
312
|
+
@overload # type: ignore[override]
|
|
313
|
+
def get_paginator( # type: ignore[override]
|
|
314
|
+
self, operation_name: Literal["list_db_instances_for_cluster"]
|
|
315
|
+
) -> ListDbInstancesForClusterPaginator:
|
|
316
|
+
"""
|
|
317
|
+
Create a paginator for an operation.
|
|
318
|
+
|
|
319
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-influxdb/client/get_paginator.html)
|
|
320
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/client/#get_paginator)
|
|
321
|
+
"""
|
|
322
|
+
|
|
221
323
|
@overload # type: ignore[override]
|
|
222
324
|
def get_paginator( # type: ignore[override]
|
|
223
325
|
self, operation_name: Literal["list_db_instances"]
|