types-boto3-timestream-influxdb 1.36.22__py3-none-any.whl → 1.37.10__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.

@@ -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.36.22\n"
16
- "Version: 1.36.22\n"
17
- "Builder version: 8.9.1\n"
15
+ "Type annotations for boto3 TimestreamInfluxDB 1.37.10\n"
16
+ "Version: 1.37.10\n"
17
+ "Builder version: 8.10.0\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.36.22\n")
29
+ sys.stdout.write("1.37.10\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -215,7 +215,6 @@ ServiceName = Literal[
215
215
  "efs",
216
216
  "eks",
217
217
  "eks-auth",
218
- "elastic-inference",
219
218
  "elasticache",
220
219
  "elasticbeanstalk",
221
220
  "elastictranscoder",
@@ -239,6 +238,7 @@ ServiceName = Literal[
239
238
  "freetier",
240
239
  "fsx",
241
240
  "gamelift",
241
+ "gameliftstreams",
242
242
  "geo-maps",
243
243
  "geo-places",
244
244
  "geo-routes",
@@ -264,6 +264,7 @@ ServiceName = Literal[
264
264
  "iot",
265
265
  "iot-data",
266
266
  "iot-jobs-data",
267
+ "iot-managed-integrations",
267
268
  "iotanalytics",
268
269
  "iotdeviceadvisor",
269
270
  "iotevents",
@@ -213,7 +213,6 @@ ServiceName = Literal[
213
213
  "efs",
214
214
  "eks",
215
215
  "eks-auth",
216
- "elastic-inference",
217
216
  "elasticache",
218
217
  "elasticbeanstalk",
219
218
  "elastictranscoder",
@@ -237,6 +236,7 @@ ServiceName = Literal[
237
236
  "freetier",
238
237
  "fsx",
239
238
  "gamelift",
239
+ "gameliftstreams",
240
240
  "geo-maps",
241
241
  "geo-places",
242
242
  "geo-routes",
@@ -262,6 +262,7 @@ ServiceName = Literal[
262
262
  "iot",
263
263
  "iot-data",
264
264
  "iot-jobs-data",
265
+ "iot-managed-integrations",
265
266
  "iotanalytics",
266
267
  "iotdeviceadvisor",
267
268
  "iotevents",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.36.22"
7
+ __version__ = "1.37.10"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: types-boto3-timestream-influxdb
3
- Version: 1.36.22
4
- Summary: Type annotations for boto3 TimestreamInfluxDB 1.36.22 service generated with mypy-boto3-builder 8.9.1
3
+ Version: 1.37.10
4
+ Summary: Type annotations for boto3 TimestreamInfluxDB 1.37.10 service generated with mypy-boto3-builder 8.10.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
57
 
58
58
  Type annotations for
59
- [boto3 TimestreamInfluxDB 1.36.22](https://pypi.org/project/boto3/) compatible
59
+ [boto3 TimestreamInfluxDB 1.37.10](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.1](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.10.0](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
- `mypy_boto3_builder`. Use
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.36.22' mypy_boto3_builder`
121
+ `uvx --with 'boto3==1.37.10' 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>
@@ -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=jUk4vvc8UMmgtx-a8bjnFZa2FwjenskzqA2U7LEcOt0,1030
3
+ types_boto3_timestream_influxdb/__main__.py,sha256=QucZW8WsY5i_vAISGMwqOOtarDhQ1UkPK1XFsRx4dcI,1031
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=BksWyUm92sWBmOLtM64IwclovnWbVzF2NFXodNFhHj0,10795
7
- types_boto3_timestream_influxdb/literals.pyi,sha256=R4-sD3rUjNU4huOk07pak3W7kMLqW49Jn6t-erfnQaI,10793
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=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,,
13
+ types_boto3_timestream_influxdb/version.py,sha256=heVM2aobMzjO4-mWealgBFjRzhTeZRzxQO6dYenJvtE,93
14
+ types_boto3_timestream_influxdb-1.37.10.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_timestream_influxdb-1.37.10.dist-info/METADATA,sha256=5RFgKK1wLljr_CuQ5sKnOHVy8oa0tJSFz2npNMdohks,16082
16
+ types_boto3_timestream_influxdb-1.37.10.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
17
+ types_boto3_timestream_influxdb-1.37.10.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
18
+ types_boto3_timestream_influxdb-1.37.10.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5