types-boto3-timestream-influxdb 1.37.0__py3-none-any.whl → 1.38.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 +2 -0
- types_boto3_timestream_influxdb/literals.pyi +2 -0
- types_boto3_timestream_influxdb/version.py +1 -1
- {types_boto3_timestream_influxdb-1.37.0.dist-info → types_boto3_timestream_influxdb-1.38.0.dist-info}/METADATA +7 -6
- {types_boto3_timestream_influxdb-1.37.0.dist-info → types_boto3_timestream_influxdb-1.38.0.dist-info}/RECORD +9 -9
- {types_boto3_timestream_influxdb-1.37.0.dist-info → types_boto3_timestream_influxdb-1.38.0.dist-info}/WHEEL +1 -1
- {types_boto3_timestream_influxdb-1.37.0.dist-info → types_boto3_timestream_influxdb-1.38.0.dist-info/licenses}/LICENSE +0 -0
- {types_boto3_timestream_influxdb-1.37.0.dist-info → types_boto3_timestream_influxdb-1.38.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.
|
|
15
|
+
"Type annotations for boto3 TimestreamInfluxDB 1.38.0\n"
|
|
16
|
+
"Version: 1.38.0\n"
|
|
17
|
+
"Builder version: 8.10.1\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.38.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -238,6 +238,7 @@ ServiceName = Literal[
|
|
|
238
238
|
"freetier",
|
|
239
239
|
"fsx",
|
|
240
240
|
"gamelift",
|
|
241
|
+
"gameliftstreams",
|
|
241
242
|
"geo-maps",
|
|
242
243
|
"geo-places",
|
|
243
244
|
"geo-routes",
|
|
@@ -263,6 +264,7 @@ ServiceName = Literal[
|
|
|
263
264
|
"iot",
|
|
264
265
|
"iot-data",
|
|
265
266
|
"iot-jobs-data",
|
|
267
|
+
"iot-managed-integrations",
|
|
266
268
|
"iotanalytics",
|
|
267
269
|
"iotdeviceadvisor",
|
|
268
270
|
"iotevents",
|
|
@@ -236,6 +236,7 @@ ServiceName = Literal[
|
|
|
236
236
|
"freetier",
|
|
237
237
|
"fsx",
|
|
238
238
|
"gamelift",
|
|
239
|
+
"gameliftstreams",
|
|
239
240
|
"geo-maps",
|
|
240
241
|
"geo-places",
|
|
241
242
|
"geo-routes",
|
|
@@ -261,6 +262,7 @@ ServiceName = Literal[
|
|
|
261
262
|
"iot",
|
|
262
263
|
"iot-data",
|
|
263
264
|
"iot-jobs-data",
|
|
265
|
+
"iot-managed-integrations",
|
|
264
266
|
"iotanalytics",
|
|
265
267
|
"iotdeviceadvisor",
|
|
266
268
|
"iotevents",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-timestream-influxdb
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 TimestreamInfluxDB 1.
|
|
3
|
+
Version: 1.38.0
|
|
4
|
+
Summary: Type annotations for boto3 TimestreamInfluxDB 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
|
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
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -56,7 +57,7 @@ Dynamic: summary
|
|
|
56
57
|

|
|
57
58
|
|
|
58
59
|
Type annotations for
|
|
59
|
-
[boto3 TimestreamInfluxDB 1.
|
|
60
|
+
[boto3 TimestreamInfluxDB 1.38.0](https://pypi.org/project/boto3/) compatible
|
|
60
61
|
with [VSCode](https://code.visualstudio.com/),
|
|
61
62
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
63
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +66,7 @@ with [VSCode](https://code.visualstudio.com/),
|
|
|
65
66
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
67
|
|
|
67
68
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
69
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
69
70
|
|
|
70
71
|
More information can be found on
|
|
71
72
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
119
|
isolation.
|
|
119
120
|
|
|
120
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
122
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
|
122
123
|
2. Select `boto3` AWS SDK.
|
|
123
124
|
3. Add `TimestreamInfluxDB` service.
|
|
124
125
|
4. Use provided commands to install generated packages.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
types_boto3_timestream_influxdb/__init__.py,sha256=hkKrORQHj15qX05yKFf8Y9JygBmQ7qfYMwaRhIKoZ_s,1518
|
|
2
2
|
types_boto3_timestream_influxdb/__init__.pyi,sha256=fvwK4eOCk1guAXDQpyKRnho6YhqRcEiTlLQGq-TNh1U,1517
|
|
3
|
-
types_boto3_timestream_influxdb/__main__.py,sha256=
|
|
3
|
+
types_boto3_timestream_influxdb/__main__.py,sha256=2Cpnx1xTlFD9lywosu_OQSBbwy_9ZtGnv44YQSMvKms,1028
|
|
4
4
|
types_boto3_timestream_influxdb/client.py,sha256=avffqlhHjEhGB2gZkzA37_5BRFuv23Fj1vGEPo6Ceno,15679
|
|
5
5
|
types_boto3_timestream_influxdb/client.pyi,sha256=rI7QI4U9xiLBKlDrUaIlP0uS92BCsVbByDCMnGVabZ0,15676
|
|
6
|
-
types_boto3_timestream_influxdb/literals.py,sha256=
|
|
7
|
-
types_boto3_timestream_influxdb/literals.pyi,sha256=
|
|
6
|
+
types_boto3_timestream_influxdb/literals.py,sha256=p8XFpm2JrzNP1eLdp_jNKyf0Auf7Ef3RbUvu7ee3VIQ,10825
|
|
7
|
+
types_boto3_timestream_influxdb/literals.pyi,sha256=A8GaJaBb9YJ-HF22Sd8_zUvyiTrP3Oolp2eWazw4FCI,10823
|
|
8
8
|
types_boto3_timestream_influxdb/paginator.py,sha256=nbnAAxoOlx1Wt9deX1iLfkP-jI1aKYgwz4rvU-2yqtk,6780
|
|
9
9
|
types_boto3_timestream_influxdb/paginator.pyi,sha256=dSrZP4S5pDpW8ogoAvb2xgwW4qiLkkml-F9NjpSCBGQ,6767
|
|
10
10
|
types_boto3_timestream_influxdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
types_boto3_timestream_influxdb/type_defs.py,sha256=Bp8TleseuWJe2LJB4LNx-hseJBPlEFXq-UVWsW-Ecck,17500
|
|
12
12
|
types_boto3_timestream_influxdb/type_defs.pyi,sha256=lW29dR97fd4Iw0vQjRaLexLaKPB6hC8Q_LesOMop0n8,17458
|
|
13
|
-
types_boto3_timestream_influxdb/version.py,sha256=
|
|
14
|
-
types_boto3_timestream_influxdb-1.
|
|
15
|
-
types_boto3_timestream_influxdb-1.
|
|
16
|
-
types_boto3_timestream_influxdb-1.
|
|
17
|
-
types_boto3_timestream_influxdb-1.
|
|
18
|
-
types_boto3_timestream_influxdb-1.
|
|
13
|
+
types_boto3_timestream_influxdb/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
|
|
14
|
+
types_boto3_timestream_influxdb-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_timestream_influxdb-1.38.0.dist-info/METADATA,sha256=q3GXinIMXtJ2zNukwcCu_jbZJXaaw-aA7iK3QdVGbc0,16100
|
|
16
|
+
types_boto3_timestream_influxdb-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
17
|
+
types_boto3_timestream_influxdb-1.38.0.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
|
|
18
|
+
types_boto3_timestream_influxdb-1.38.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|