types-boto3-timestream-influxdb 1.36.22__py3-none-any.whl → 1.37.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.
Potentially problematic release.
This version of types-boto3-timestream-influxdb might be problematic. Click here for more details.
- types_boto3_timestream_influxdb/__main__.py +4 -4
- types_boto3_timestream_influxdb/literals.py +0 -1
- types_boto3_timestream_influxdb/literals.pyi +0 -1
- types_boto3_timestream_influxdb/version.py +1 -1
- {types_boto3_timestream_influxdb-1.36.22.dist-info → types_boto3_timestream_influxdb-1.37.0.dist-info}/METADATA +10 -7
- types_boto3_timestream_influxdb-1.37.0.dist-info/RECORD +18 -0
- types_boto3_timestream_influxdb-1.36.22.dist-info/RECORD +0 -18
- {types_boto3_timestream_influxdb-1.36.22.dist-info → types_boto3_timestream_influxdb-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_timestream_influxdb-1.36.22.dist-info → types_boto3_timestream_influxdb-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_timestream_influxdb-1.36.22.dist-info → types_boto3_timestream_influxdb-1.37.0.dist-info}/top_level.txt +0 -0
|
@@ -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.9.
|
|
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:
|
|
@@ -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.9.
|
|
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.
|
|
@@ -402,11 +402,14 @@ Full list of `TimestreamInfluxDB` TypeDefs can be found in
|
|
|
402
402
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/type_defs/).
|
|
403
403
|
|
|
404
404
|
```python
|
|
405
|
+
# TypedDict usage example
|
|
405
406
|
from types_boto3_timestream_influxdb.type_defs import ResponseMetadataTypeDef
|
|
406
407
|
|
|
407
408
|
|
|
408
409
|
def get_value() -> ResponseMetadataTypeDef:
|
|
409
|
-
return {
|
|
410
|
+
return {
|
|
411
|
+
"RequestId": ...,
|
|
412
|
+
}
|
|
410
413
|
```
|
|
411
414
|
|
|
412
415
|
<a id="how-it-works"></a>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_timestream_influxdb/__init__.py,sha256=hkKrORQHj15qX05yKFf8Y9JygBmQ7qfYMwaRhIKoZ_s,1518
|
|
2
|
+
types_boto3_timestream_influxdb/__init__.pyi,sha256=fvwK4eOCk1guAXDQpyKRnho6YhqRcEiTlLQGq-TNh1U,1517
|
|
3
|
+
types_boto3_timestream_influxdb/__main__.py,sha256=LQNrJiMfgKzUF9vMiPxh1EoAa3gYakQ4dj0p1CcP7zQ,1027
|
|
4
|
+
types_boto3_timestream_influxdb/client.py,sha256=avffqlhHjEhGB2gZkzA37_5BRFuv23Fj1vGEPo6Ceno,15679
|
|
5
|
+
types_boto3_timestream_influxdb/client.pyi,sha256=rI7QI4U9xiLBKlDrUaIlP0uS92BCsVbByDCMnGVabZ0,15676
|
|
6
|
+
types_boto3_timestream_influxdb/literals.py,sha256=b6FzjgfHMFw8gxYKRu-6cg2LvkV0qkDUyt2AFA-fC4A,10770
|
|
7
|
+
types_boto3_timestream_influxdb/literals.pyi,sha256=UZ-HhiiO5gXXKojBhMaF7WLWjxfJcqDW9UJ4_PfR6jw,10768
|
|
8
|
+
types_boto3_timestream_influxdb/paginator.py,sha256=nbnAAxoOlx1Wt9deX1iLfkP-jI1aKYgwz4rvU-2yqtk,6780
|
|
9
|
+
types_boto3_timestream_influxdb/paginator.pyi,sha256=dSrZP4S5pDpW8ogoAvb2xgwW4qiLkkml-F9NjpSCBGQ,6767
|
|
10
|
+
types_boto3_timestream_influxdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_timestream_influxdb/type_defs.py,sha256=Bp8TleseuWJe2LJB4LNx-hseJBPlEFXq-UVWsW-Ecck,17500
|
|
12
|
+
types_boto3_timestream_influxdb/type_defs.pyi,sha256=lW29dR97fd4Iw0vQjRaLexLaKPB6hC8Q_LesOMop0n8,17458
|
|
13
|
+
types_boto3_timestream_influxdb/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
|
|
14
|
+
types_boto3_timestream_influxdb-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_timestream_influxdb-1.37.0.dist-info/METADATA,sha256=p0yb9WzfuIeg5qx2uSRQtUoOMD0nkqjBtr94vualR9E,16076
|
|
16
|
+
types_boto3_timestream_influxdb-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
+
types_boto3_timestream_influxdb-1.37.0.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
|
|
18
|
+
types_boto3_timestream_influxdb-1.37.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_timestream_influxdb/__init__.py,sha256=hkKrORQHj15qX05yKFf8Y9JygBmQ7qfYMwaRhIKoZ_s,1518
|
|
2
|
-
types_boto3_timestream_influxdb/__init__.pyi,sha256=fvwK4eOCk1guAXDQpyKRnho6YhqRcEiTlLQGq-TNh1U,1517
|
|
3
|
-
types_boto3_timestream_influxdb/__main__.py,sha256=jUk4vvc8UMmgtx-a8bjnFZa2FwjenskzqA2U7LEcOt0,1030
|
|
4
|
-
types_boto3_timestream_influxdb/client.py,sha256=avffqlhHjEhGB2gZkzA37_5BRFuv23Fj1vGEPo6Ceno,15679
|
|
5
|
-
types_boto3_timestream_influxdb/client.pyi,sha256=rI7QI4U9xiLBKlDrUaIlP0uS92BCsVbByDCMnGVabZ0,15676
|
|
6
|
-
types_boto3_timestream_influxdb/literals.py,sha256=BksWyUm92sWBmOLtM64IwclovnWbVzF2NFXodNFhHj0,10795
|
|
7
|
-
types_boto3_timestream_influxdb/literals.pyi,sha256=R4-sD3rUjNU4huOk07pak3W7kMLqW49Jn6t-erfnQaI,10793
|
|
8
|
-
types_boto3_timestream_influxdb/paginator.py,sha256=nbnAAxoOlx1Wt9deX1iLfkP-jI1aKYgwz4rvU-2yqtk,6780
|
|
9
|
-
types_boto3_timestream_influxdb/paginator.pyi,sha256=dSrZP4S5pDpW8ogoAvb2xgwW4qiLkkml-F9NjpSCBGQ,6767
|
|
10
|
-
types_boto3_timestream_influxdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_timestream_influxdb/type_defs.py,sha256=Bp8TleseuWJe2LJB4LNx-hseJBPlEFXq-UVWsW-Ecck,17500
|
|
12
|
-
types_boto3_timestream_influxdb/type_defs.pyi,sha256=lW29dR97fd4Iw0vQjRaLexLaKPB6hC8Q_LesOMop0n8,17458
|
|
13
|
-
types_boto3_timestream_influxdb/version.py,sha256=O25asQGdqqKyXfH9wZKQJ3wPzR4qKCw45o0KVsly1u4,93
|
|
14
|
-
types_boto3_timestream_influxdb-1.36.22.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_timestream_influxdb-1.36.22.dist-info/METADATA,sha256=-NFC9WgRLJY6vKjmaOJleZ0tlGJl1Pwlv9rXhLiInfk,16026
|
|
16
|
-
types_boto3_timestream_influxdb-1.36.22.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
-
types_boto3_timestream_influxdb-1.36.22.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
|
|
18
|
-
types_boto3_timestream_influxdb-1.36.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|