types-boto3-timestream-influxdb 1.39.0__py3-none-any.whl → 1.39.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,8 +12,8 @@ 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.39.0\n"
16
- "Version: 1.39.0\n"
15
+ "Type annotations for boto3 TimestreamInfluxDB 1.39.10\n"
16
+ "Version: 1.39.10\n"
17
17
  "Builder version: 8.11.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"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.39.0\n")
29
+ sys.stdout.write("1.39.10\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -51,6 +51,7 @@ ClusterStatusType = Literal["AVAILABLE", "CREATING", "DELETED", "DELETING", "FAI
51
51
  DbInstanceTypeType = Literal[
52
52
  "db.influx.12xlarge",
53
53
  "db.influx.16xlarge",
54
+ "db.influx.24xlarge",
54
55
  "db.influx.2xlarge",
55
56
  "db.influx.4xlarge",
56
57
  "db.influx.8xlarge",
@@ -125,6 +126,8 @@ ServiceName = Literal[
125
126
  "bedrock",
126
127
  "bedrock-agent",
127
128
  "bedrock-agent-runtime",
129
+ "bedrock-agentcore",
130
+ "bedrock-agentcore-control",
128
131
  "bedrock-data-automation",
129
132
  "bedrock-data-automation-runtime",
130
133
  "bedrock-runtime",
@@ -357,6 +360,7 @@ ServiceName = Literal[
357
360
  "notificationscontacts",
358
361
  "oam",
359
362
  "observabilityadmin",
363
+ "odb",
360
364
  "omics",
361
365
  "opensearch",
362
366
  "opensearchserverless",
@@ -417,6 +421,7 @@ ServiceName = Literal[
417
421
  "s3control",
418
422
  "s3outposts",
419
423
  "s3tables",
424
+ "s3vectors",
420
425
  "sagemaker",
421
426
  "sagemaker-a2i-runtime",
422
427
  "sagemaker-edge",
@@ -49,6 +49,7 @@ ClusterStatusType = Literal["AVAILABLE", "CREATING", "DELETED", "DELETING", "FAI
49
49
  DbInstanceTypeType = Literal[
50
50
  "db.influx.12xlarge",
51
51
  "db.influx.16xlarge",
52
+ "db.influx.24xlarge",
52
53
  "db.influx.2xlarge",
53
54
  "db.influx.4xlarge",
54
55
  "db.influx.8xlarge",
@@ -123,6 +124,8 @@ ServiceName = Literal[
123
124
  "bedrock",
124
125
  "bedrock-agent",
125
126
  "bedrock-agent-runtime",
127
+ "bedrock-agentcore",
128
+ "bedrock-agentcore-control",
126
129
  "bedrock-data-automation",
127
130
  "bedrock-data-automation-runtime",
128
131
  "bedrock-runtime",
@@ -355,6 +358,7 @@ ServiceName = Literal[
355
358
  "notificationscontacts",
356
359
  "oam",
357
360
  "observabilityadmin",
361
+ "odb",
358
362
  "omics",
359
363
  "opensearch",
360
364
  "opensearchserverless",
@@ -415,6 +419,7 @@ ServiceName = Literal[
415
419
  "s3control",
416
420
  "s3outposts",
417
421
  "s3tables",
422
+ "s3vectors",
418
423
  "sagemaker",
419
424
  "sagemaker-a2i-runtime",
420
425
  "sagemaker-edge",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.39.0"
7
+ __version__ = "1.39.10"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-timestream-influxdb
3
- Version: 1.39.0
4
- Summary: Type annotations for boto3 TimestreamInfluxDB 1.39.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.39.10
4
+ Summary: Type annotations for boto3 TimestreamInfluxDB 1.39.10 service generated with mypy-boto3-builder 8.11.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
@@ -57,7 +57,7 @@ Dynamic: summary
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
59
  Type annotations for
60
- [boto3 TimestreamInfluxDB 1.39.0](https://pypi.org/project/boto3/) compatible
60
+ [boto3 TimestreamInfluxDB 1.39.10](https://pypi.org/project/boto3/) compatible
61
61
  with [VSCode](https://code.visualstudio.com/),
62
62
  [PyCharm](https://www.jetbrains.com/pycharm/),
63
63
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.39.0' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.39.10' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `TimestreamInfluxDB` service.
125
125
  4. Use provided commands to install generated packages.
@@ -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=ZO17ZhK-qq8pFtACRvuIifJqW79E_0FrPhRNZXNercA,1031
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=C_XAgKX7WBD4hjb5P3KvcIOm8UAv89bUHgDcd9ICgqg,11006
7
+ types_boto3_timestream_influxdb/literals.pyi,sha256=8Dv97q4huo9HqQHE7Bbr3jrO3OUskqK2fuLBrFawO-w,11004
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=XZ-ek7u3GOCp61KFOpw-6dzqUVbKY-ZnLBWlCvSi-tQ,93
14
+ types_boto3_timestream_influxdb-1.39.10.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_timestream_influxdb-1.39.10.dist-info/METADATA,sha256=03iNqXPYqPUoSCGTZyZ7w96mNoW_CvSN7HjXdZZnyv4,16104
16
+ types_boto3_timestream_influxdb-1.39.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ types_boto3_timestream_influxdb-1.39.10.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
18
+ types_boto3_timestream_influxdb-1.39.10.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=e_CgaVNBg0vWiFIijfpYJ_i6NunkpHw0u07QThhbTho,1028
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=aWM-YiGuqPNg3pFonxyzC2PkIRDWE69x9mdQRST58us,10894
7
- types_boto3_timestream_influxdb/literals.pyi,sha256=htNOiZ5e4Vyn-ZkaVL33_LOcZANWfroWAXTZImvIQ0Q,10892
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=2zoG4eEWPRyRE1KcrQlbWADhaM3qPJ9AE2mKAu218VA,92
14
- types_boto3_timestream_influxdb-1.39.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
- types_boto3_timestream_influxdb-1.39.0.dist-info/METADATA,sha256=pSle_DaFtkHd1tHxUuWKPzQMLC-wFx7lcTF0SqK00xw,16100
16
- types_boto3_timestream_influxdb-1.39.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
- types_boto3_timestream_influxdb-1.39.0.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
18
- types_boto3_timestream_influxdb-1.39.0.dist-info/RECORD,,