types-boto3-timestream-influxdb 1.35.71__py3-none-any.whl → 1.35.79__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 +9 -0
- types_boto3_timestream_influxdb/literals.pyi +9 -0
- types_boto3_timestream_influxdb/type_defs.py +7 -0
- types_boto3_timestream_influxdb/type_defs.pyi +7 -0
- types_boto3_timestream_influxdb/version.py +1 -1
- {types_boto3_timestream_influxdb-1.35.71.dist-info → types_boto3_timestream_influxdb-1.35.79.dist-info}/METADATA +49 -9
- types_boto3_timestream_influxdb-1.35.79.dist-info/RECORD +18 -0
- types_boto3_timestream_influxdb-1.35.71.dist-info/RECORD +0 -18
- {types_boto3_timestream_influxdb-1.35.71.dist-info → types_boto3_timestream_influxdb-1.35.79.dist-info}/LICENSE +0 -0
- {types_boto3_timestream_influxdb-1.35.71.dist-info → types_boto3_timestream_influxdb-1.35.79.dist-info}/WHEEL +0 -0
- {types_boto3_timestream_influxdb-1.35.71.dist-info → types_boto3_timestream_influxdb-1.35.79.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
|
print(
|
|
15
|
-
"Type annotations for boto3 TimestreamInfluxDB 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 TimestreamInfluxDB 1.35.79\n"
|
|
16
|
+
"Version: 1.35.79\n"
|
|
17
|
+
"Builder version: 8.6.3\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
|
-
print("1.35.
|
|
29
|
+
print("1.35.79")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -30,6 +30,7 @@ __all__ = (
|
|
|
30
30
|
"ListDbInstancesPaginatorName",
|
|
31
31
|
"ListDbParameterGroupsPaginatorName",
|
|
32
32
|
"LogLevelType",
|
|
33
|
+
"NetworkTypeType",
|
|
33
34
|
"PaginatorName",
|
|
34
35
|
"ResourceServiceName",
|
|
35
36
|
"ServiceName",
|
|
@@ -55,6 +56,7 @@ DurationTypeType = Literal["hours", "milliseconds", "minutes", "seconds"]
|
|
|
55
56
|
ListDbInstancesPaginatorName = Literal["list_db_instances"]
|
|
56
57
|
ListDbParameterGroupsPaginatorName = Literal["list_db_parameter_groups"]
|
|
57
58
|
LogLevelType = Literal["debug", "error", "info"]
|
|
59
|
+
NetworkTypeType = Literal["DUAL", "IPV4"]
|
|
58
60
|
StatusType = Literal[
|
|
59
61
|
"AVAILABLE",
|
|
60
62
|
"CREATING",
|
|
@@ -109,6 +111,8 @@ ServiceName = Literal[
|
|
|
109
111
|
"bedrock",
|
|
110
112
|
"bedrock-agent",
|
|
111
113
|
"bedrock-agent-runtime",
|
|
114
|
+
"bedrock-data-automation",
|
|
115
|
+
"bedrock-data-automation-runtime",
|
|
112
116
|
"bedrock-runtime",
|
|
113
117
|
"billing",
|
|
114
118
|
"billingconductor",
|
|
@@ -186,6 +190,7 @@ ServiceName = Literal[
|
|
|
186
190
|
"drs",
|
|
187
191
|
"ds",
|
|
188
192
|
"ds-data",
|
|
193
|
+
"dsql",
|
|
189
194
|
"dynamodb",
|
|
190
195
|
"dynamodbstreams",
|
|
191
196
|
"ebs",
|
|
@@ -242,6 +247,7 @@ ServiceName = Literal[
|
|
|
242
247
|
"inspector-scan",
|
|
243
248
|
"inspector2",
|
|
244
249
|
"internetmonitor",
|
|
250
|
+
"invoicing",
|
|
245
251
|
"iot",
|
|
246
252
|
"iot-data",
|
|
247
253
|
"iot-jobs-data",
|
|
@@ -328,6 +334,7 @@ ServiceName = Literal[
|
|
|
328
334
|
"neptune-graph",
|
|
329
335
|
"neptunedata",
|
|
330
336
|
"network-firewall",
|
|
337
|
+
"networkflowmonitor",
|
|
331
338
|
"networkmanager",
|
|
332
339
|
"networkmonitor",
|
|
333
340
|
"notifications",
|
|
@@ -394,6 +401,7 @@ ServiceName = Literal[
|
|
|
394
401
|
"s3",
|
|
395
402
|
"s3control",
|
|
396
403
|
"s3outposts",
|
|
404
|
+
"s3tables",
|
|
397
405
|
"sagemaker",
|
|
398
406
|
"sagemaker-a2i-runtime",
|
|
399
407
|
"sagemaker-edge",
|
|
@@ -406,6 +414,7 @@ ServiceName = Literal[
|
|
|
406
414
|
"schemas",
|
|
407
415
|
"sdb",
|
|
408
416
|
"secretsmanager",
|
|
417
|
+
"security-ir",
|
|
409
418
|
"securityhub",
|
|
410
419
|
"securitylake",
|
|
411
420
|
"serverlessrepo",
|
|
@@ -29,6 +29,7 @@ __all__ = (
|
|
|
29
29
|
"ListDbInstancesPaginatorName",
|
|
30
30
|
"ListDbParameterGroupsPaginatorName",
|
|
31
31
|
"LogLevelType",
|
|
32
|
+
"NetworkTypeType",
|
|
32
33
|
"PaginatorName",
|
|
33
34
|
"ResourceServiceName",
|
|
34
35
|
"ServiceName",
|
|
@@ -53,6 +54,7 @@ DurationTypeType = Literal["hours", "milliseconds", "minutes", "seconds"]
|
|
|
53
54
|
ListDbInstancesPaginatorName = Literal["list_db_instances"]
|
|
54
55
|
ListDbParameterGroupsPaginatorName = Literal["list_db_parameter_groups"]
|
|
55
56
|
LogLevelType = Literal["debug", "error", "info"]
|
|
57
|
+
NetworkTypeType = Literal["DUAL", "IPV4"]
|
|
56
58
|
StatusType = Literal[
|
|
57
59
|
"AVAILABLE",
|
|
58
60
|
"CREATING",
|
|
@@ -107,6 +109,8 @@ ServiceName = Literal[
|
|
|
107
109
|
"bedrock",
|
|
108
110
|
"bedrock-agent",
|
|
109
111
|
"bedrock-agent-runtime",
|
|
112
|
+
"bedrock-data-automation",
|
|
113
|
+
"bedrock-data-automation-runtime",
|
|
110
114
|
"bedrock-runtime",
|
|
111
115
|
"billing",
|
|
112
116
|
"billingconductor",
|
|
@@ -184,6 +188,7 @@ ServiceName = Literal[
|
|
|
184
188
|
"drs",
|
|
185
189
|
"ds",
|
|
186
190
|
"ds-data",
|
|
191
|
+
"dsql",
|
|
187
192
|
"dynamodb",
|
|
188
193
|
"dynamodbstreams",
|
|
189
194
|
"ebs",
|
|
@@ -240,6 +245,7 @@ ServiceName = Literal[
|
|
|
240
245
|
"inspector-scan",
|
|
241
246
|
"inspector2",
|
|
242
247
|
"internetmonitor",
|
|
248
|
+
"invoicing",
|
|
243
249
|
"iot",
|
|
244
250
|
"iot-data",
|
|
245
251
|
"iot-jobs-data",
|
|
@@ -326,6 +332,7 @@ ServiceName = Literal[
|
|
|
326
332
|
"neptune-graph",
|
|
327
333
|
"neptunedata",
|
|
328
334
|
"network-firewall",
|
|
335
|
+
"networkflowmonitor",
|
|
329
336
|
"networkmanager",
|
|
330
337
|
"networkmonitor",
|
|
331
338
|
"notifications",
|
|
@@ -392,6 +399,7 @@ ServiceName = Literal[
|
|
|
392
399
|
"s3",
|
|
393
400
|
"s3control",
|
|
394
401
|
"s3outposts",
|
|
402
|
+
"s3tables",
|
|
395
403
|
"sagemaker",
|
|
396
404
|
"sagemaker-a2i-runtime",
|
|
397
405
|
"sagemaker-edge",
|
|
@@ -404,6 +412,7 @@ ServiceName = Literal[
|
|
|
404
412
|
"schemas",
|
|
405
413
|
"sdb",
|
|
406
414
|
"secretsmanager",
|
|
415
|
+
"security-ir",
|
|
407
416
|
"securityhub",
|
|
408
417
|
"securitylake",
|
|
409
418
|
"serverlessrepo",
|
|
@@ -23,6 +23,7 @@ from .literals import (
|
|
|
23
23
|
DeploymentTypeType,
|
|
24
24
|
DurationTypeType,
|
|
25
25
|
LogLevelType,
|
|
26
|
+
NetworkTypeType,
|
|
26
27
|
StatusType,
|
|
27
28
|
TracingTypeType,
|
|
28
29
|
)
|
|
@@ -86,6 +87,7 @@ DbInstanceSummaryTypeDef = TypedDict(
|
|
|
86
87
|
"status": NotRequired[StatusType],
|
|
87
88
|
"endpoint": NotRequired[str],
|
|
88
89
|
"port": NotRequired[int],
|
|
90
|
+
"networkType": NotRequired[NetworkTypeType],
|
|
89
91
|
"dbInstanceType": NotRequired[DbInstanceTypeType],
|
|
90
92
|
"dbStorageType": NotRequired[DbStorageTypeType],
|
|
91
93
|
"allocatedStorage": NotRequired[int],
|
|
@@ -246,6 +248,7 @@ class CreateDbInstanceInputRequestTypeDef(TypedDict):
|
|
|
246
248
|
logDeliveryConfiguration: NotRequired[LogDeliveryConfigurationTypeDef]
|
|
247
249
|
tags: NotRequired[Mapping[str, str]]
|
|
248
250
|
port: NotRequired[int]
|
|
251
|
+
networkType: NotRequired[NetworkTypeType]
|
|
249
252
|
|
|
250
253
|
|
|
251
254
|
CreateDbInstanceOutputTypeDef = TypedDict(
|
|
@@ -257,6 +260,7 @@ CreateDbInstanceOutputTypeDef = TypedDict(
|
|
|
257
260
|
"status": StatusType,
|
|
258
261
|
"endpoint": str,
|
|
259
262
|
"port": int,
|
|
263
|
+
"networkType": NetworkTypeType,
|
|
260
264
|
"dbInstanceType": DbInstanceTypeType,
|
|
261
265
|
"dbStorageType": DbStorageTypeType,
|
|
262
266
|
"allocatedStorage": int,
|
|
@@ -281,6 +285,7 @@ DeleteDbInstanceOutputTypeDef = TypedDict(
|
|
|
281
285
|
"status": StatusType,
|
|
282
286
|
"endpoint": str,
|
|
283
287
|
"port": int,
|
|
288
|
+
"networkType": NetworkTypeType,
|
|
284
289
|
"dbInstanceType": DbInstanceTypeType,
|
|
285
290
|
"dbStorageType": DbStorageTypeType,
|
|
286
291
|
"allocatedStorage": int,
|
|
@@ -305,6 +310,7 @@ GetDbInstanceOutputTypeDef = TypedDict(
|
|
|
305
310
|
"status": StatusType,
|
|
306
311
|
"endpoint": str,
|
|
307
312
|
"port": int,
|
|
313
|
+
"networkType": NetworkTypeType,
|
|
308
314
|
"dbInstanceType": DbInstanceTypeType,
|
|
309
315
|
"dbStorageType": DbStorageTypeType,
|
|
310
316
|
"allocatedStorage": int,
|
|
@@ -340,6 +346,7 @@ UpdateDbInstanceOutputTypeDef = TypedDict(
|
|
|
340
346
|
"status": StatusType,
|
|
341
347
|
"endpoint": str,
|
|
342
348
|
"port": int,
|
|
349
|
+
"networkType": NetworkTypeType,
|
|
343
350
|
"dbInstanceType": DbInstanceTypeType,
|
|
344
351
|
"dbStorageType": DbStorageTypeType,
|
|
345
352
|
"allocatedStorage": int,
|
|
@@ -23,6 +23,7 @@ from .literals import (
|
|
|
23
23
|
DeploymentTypeType,
|
|
24
24
|
DurationTypeType,
|
|
25
25
|
LogLevelType,
|
|
26
|
+
NetworkTypeType,
|
|
26
27
|
StatusType,
|
|
27
28
|
TracingTypeType,
|
|
28
29
|
)
|
|
@@ -83,6 +84,7 @@ DbInstanceSummaryTypeDef = TypedDict(
|
|
|
83
84
|
"status": NotRequired[StatusType],
|
|
84
85
|
"endpoint": NotRequired[str],
|
|
85
86
|
"port": NotRequired[int],
|
|
87
|
+
"networkType": NotRequired[NetworkTypeType],
|
|
86
88
|
"dbInstanceType": NotRequired[DbInstanceTypeType],
|
|
87
89
|
"dbStorageType": NotRequired[DbStorageTypeType],
|
|
88
90
|
"allocatedStorage": NotRequired[int],
|
|
@@ -222,6 +224,7 @@ class CreateDbInstanceInputRequestTypeDef(TypedDict):
|
|
|
222
224
|
logDeliveryConfiguration: NotRequired[LogDeliveryConfigurationTypeDef]
|
|
223
225
|
tags: NotRequired[Mapping[str, str]]
|
|
224
226
|
port: NotRequired[int]
|
|
227
|
+
networkType: NotRequired[NetworkTypeType]
|
|
225
228
|
|
|
226
229
|
CreateDbInstanceOutputTypeDef = TypedDict(
|
|
227
230
|
"CreateDbInstanceOutputTypeDef",
|
|
@@ -232,6 +235,7 @@ CreateDbInstanceOutputTypeDef = TypedDict(
|
|
|
232
235
|
"status": StatusType,
|
|
233
236
|
"endpoint": str,
|
|
234
237
|
"port": int,
|
|
238
|
+
"networkType": NetworkTypeType,
|
|
235
239
|
"dbInstanceType": DbInstanceTypeType,
|
|
236
240
|
"dbStorageType": DbStorageTypeType,
|
|
237
241
|
"allocatedStorage": int,
|
|
@@ -256,6 +260,7 @@ DeleteDbInstanceOutputTypeDef = TypedDict(
|
|
|
256
260
|
"status": StatusType,
|
|
257
261
|
"endpoint": str,
|
|
258
262
|
"port": int,
|
|
263
|
+
"networkType": NetworkTypeType,
|
|
259
264
|
"dbInstanceType": DbInstanceTypeType,
|
|
260
265
|
"dbStorageType": DbStorageTypeType,
|
|
261
266
|
"allocatedStorage": int,
|
|
@@ -280,6 +285,7 @@ GetDbInstanceOutputTypeDef = TypedDict(
|
|
|
280
285
|
"status": StatusType,
|
|
281
286
|
"endpoint": str,
|
|
282
287
|
"port": int,
|
|
288
|
+
"networkType": NetworkTypeType,
|
|
283
289
|
"dbInstanceType": DbInstanceTypeType,
|
|
284
290
|
"dbStorageType": DbStorageTypeType,
|
|
285
291
|
"allocatedStorage": int,
|
|
@@ -313,6 +319,7 @@ UpdateDbInstanceOutputTypeDef = TypedDict(
|
|
|
313
319
|
"status": StatusType,
|
|
314
320
|
"endpoint": str,
|
|
315
321
|
"port": int,
|
|
322
|
+
"networkType": NetworkTypeType,
|
|
316
323
|
"dbInstanceType": DbInstanceTypeType,
|
|
317
324
|
"dbStorageType": DbStorageTypeType,
|
|
318
325
|
"allocatedStorage": int,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-timestream-influxdb
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 TimestreamInfluxDB 1.35.
|
|
3
|
+
Version: 1.35.79
|
|
4
|
+
Summary: Type annotations for boto3 TimestreamInfluxDB 1.35.79 service generated with mypy-boto3-builder 8.6.3
|
|
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
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_timestream_influxdb/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 timestream-influxdb type-annotations
|
|
12
|
+
Keywords: boto3 timestream-influxdb boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -44,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
44
44
|

|
|
45
45
|
|
|
46
46
|
Type annotations for
|
|
47
|
-
[boto3 TimestreamInfluxDB 1.35.
|
|
47
|
+
[boto3 TimestreamInfluxDB 1.35.79](https://pypi.org/project/boto3/) compatible
|
|
48
48
|
with [VSCode](https://code.visualstudio.com/),
|
|
49
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,8 +52,8 @@ with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[mypy](https://github.com/python/mypy),
|
|
53
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
54
|
|
|
55
|
-
Generated
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
Generated with
|
|
56
|
+
[mypy-boto3-builder 8.6.3](https://github.com/youtype/mypy_boto3_builder).
|
|
57
57
|
|
|
58
58
|
More information can be found on
|
|
59
59
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -61,10 +61,11 @@ More information can be found on
|
|
|
61
61
|
|
|
62
62
|
See how it helps you find and fix potential bugs:
|
|
63
63
|
|
|
64
|
-

|
|
65
65
|
|
|
66
66
|
- [types-boto3-timestream-influxdb](#types-boto3-timestream-influxdb)
|
|
67
67
|
- [How to install](#how-to-install)
|
|
68
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
68
69
|
- [VSCode extension](#vscode-extension)
|
|
69
70
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
70
71
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -76,6 +77,7 @@ See how it helps you find and fix potential bugs:
|
|
|
76
77
|
- [Other IDEs](#other-ides)
|
|
77
78
|
- [mypy](#mypy)
|
|
78
79
|
- [pyright](#pyright)
|
|
80
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
79
81
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
80
82
|
- [Client annotations](#client-annotations)
|
|
81
83
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -94,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
94
96
|
|
|
95
97
|
## How to install
|
|
96
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.79' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3` AWS SDK.
|
|
111
|
+
3. Add `TimestreamInfluxDB` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
97
114
|
<a id="vscode-extension"></a>
|
|
98
115
|
|
|
99
116
|
### VSCode extension
|
|
@@ -114,12 +131,10 @@ Install `types-boto3` for `TimestreamInfluxDB` service.
|
|
|
114
131
|
# install with boto3 type annotations
|
|
115
132
|
python -m pip install 'types-boto3[timestream-influxdb]'
|
|
116
133
|
|
|
117
|
-
|
|
118
134
|
# Lite version does not provide session.client/resource overloads
|
|
119
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
136
|
python -m pip install 'types-boto3-lite[timestream-influxdb]'
|
|
121
137
|
|
|
122
|
-
|
|
123
138
|
# standalone installation
|
|
124
139
|
python -m pip install types-boto3-timestream-influxdb
|
|
125
140
|
```
|
|
@@ -269,6 +284,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
|
269
284
|
Type checking should now work. No explicit type annotations required, write
|
|
270
285
|
your `boto3` code as usual.
|
|
271
286
|
|
|
287
|
+
<a id="pylint-compatibility"></a>
|
|
288
|
+
|
|
289
|
+
### Pylint compatibility
|
|
290
|
+
|
|
291
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
292
|
+
`types-boto3-timestream-influxdb` dependency in production. However, there is
|
|
293
|
+
an issue in `pylint` that it complains about undefined variables. To fix it,
|
|
294
|
+
set all types to `object` in non-`TYPE_CHECKING` mode.
|
|
295
|
+
|
|
296
|
+
```python
|
|
297
|
+
from typing import TYPE_CHECKING
|
|
298
|
+
|
|
299
|
+
if TYPE_CHECKING:
|
|
300
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
301
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
302
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
303
|
+
else:
|
|
304
|
+
EC2Client = object
|
|
305
|
+
EC2ServiceResource = object
|
|
306
|
+
BundleTaskCompleteWaiter = object
|
|
307
|
+
DescribeVolumesPaginator = object
|
|
308
|
+
|
|
309
|
+
...
|
|
310
|
+
```
|
|
311
|
+
|
|
272
312
|
<a id="explicit-type-annotations"></a>
|
|
273
313
|
|
|
274
314
|
## Explicit type annotations
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_timestream_influxdb/__init__.py,sha256=rWCrPF5kvwT2VLE6c2QGnoENs-wqIs1Lk_DTijWoaHs,957
|
|
2
|
+
types_boto3_timestream_influxdb/__init__.pyi,sha256=4g3APPU0EZOa8-OpeirIxWJe0eCTvVHm6-aXDvz3ROE,956
|
|
3
|
+
types_boto3_timestream_influxdb/__main__.py,sha256=Afij2V4YSKH1v6ISGHC8nH2MYMi9kiyhqhqR9uOiJ1I,996
|
|
4
|
+
types_boto3_timestream_influxdb/client.py,sha256=vvIj_LtTmJWm-ZW1VwOAa1g_ISvQ6sSq6x00e20Qzpk,11240
|
|
5
|
+
types_boto3_timestream_influxdb/client.pyi,sha256=3SH3KM3-4UhKSMEooTn7TYrxVUvwNsFcDAmTeH3YNys,11236
|
|
6
|
+
types_boto3_timestream_influxdb/literals.py,sha256=WjjcfpddVOSFxEa_Ofvop6KTL6P16ZFhLasjKbFB5sc,10135
|
|
7
|
+
types_boto3_timestream_influxdb/literals.pyi,sha256=vopjjewNcw6yQSvuiimqJku1_SOzowdV88KuSDh5wQ4,10133
|
|
8
|
+
types_boto3_timestream_influxdb/paginator.py,sha256=1qhu6SMx0t4ZR-ZE6BTTfyqx82UFbDfuwlufj-ZGiU4,3574
|
|
9
|
+
types_boto3_timestream_influxdb/paginator.pyi,sha256=tXqdO3t9062EAIRJzH7yQ6GHdgZLtkNdLZW28gkWjwg,3567
|
|
10
|
+
types_boto3_timestream_influxdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_timestream_influxdb/type_defs.py,sha256=L3DafLHXHGtRCJY7ZJJMB-jUhst5HcocIoF4sSelfJ4,11913
|
|
12
|
+
types_boto3_timestream_influxdb/type_defs.pyi,sha256=Tr0uxilOK8f0iYpZyPcZ5uLv5V04qhLIl4zmKytoFr8,11884
|
|
13
|
+
types_boto3_timestream_influxdb/version.py,sha256=CqxszC83Bjd61i7zZ1sk4YvgCUxpvXG-P6Bs1YPItJE,93
|
|
14
|
+
types_boto3_timestream_influxdb-1.35.79.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
+
types_boto3_timestream_influxdb-1.35.79.dist-info/METADATA,sha256=MVdw6qAB4QNIM3quxqTrrWmeUYWcecru8OlT0xHcbjU,15411
|
|
16
|
+
types_boto3_timestream_influxdb-1.35.79.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
17
|
+
types_boto3_timestream_influxdb-1.35.79.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
|
|
18
|
+
types_boto3_timestream_influxdb-1.35.79.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_timestream_influxdb/__init__.py,sha256=rWCrPF5kvwT2VLE6c2QGnoENs-wqIs1Lk_DTijWoaHs,957
|
|
2
|
-
types_boto3_timestream_influxdb/__init__.pyi,sha256=4g3APPU0EZOa8-OpeirIxWJe0eCTvVHm6-aXDvz3ROE,956
|
|
3
|
-
types_boto3_timestream_influxdb/__main__.py,sha256=6fuLVRZyJKwE3RkHIqFup2WFCup9DI3r1Va4PYviS6A,996
|
|
4
|
-
types_boto3_timestream_influxdb/client.py,sha256=vvIj_LtTmJWm-ZW1VwOAa1g_ISvQ6sSq6x00e20Qzpk,11240
|
|
5
|
-
types_boto3_timestream_influxdb/client.pyi,sha256=3SH3KM3-4UhKSMEooTn7TYrxVUvwNsFcDAmTeH3YNys,11236
|
|
6
|
-
types_boto3_timestream_influxdb/literals.py,sha256=FQ4_zBgUbrKZjHtC-RuDxoD4JKPRQU6H3Anc4W9C9To,9910
|
|
7
|
-
types_boto3_timestream_influxdb/literals.pyi,sha256=Ou2c8AAsL7NTRuCcNsa_Qm5KlJkCB9WUxGmm5Kqt4qk,9908
|
|
8
|
-
types_boto3_timestream_influxdb/paginator.py,sha256=1qhu6SMx0t4ZR-ZE6BTTfyqx82UFbDfuwlufj-ZGiU4,3574
|
|
9
|
-
types_boto3_timestream_influxdb/paginator.pyi,sha256=tXqdO3t9062EAIRJzH7yQ6GHdgZLtkNdLZW28gkWjwg,3567
|
|
10
|
-
types_boto3_timestream_influxdb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_timestream_influxdb/type_defs.py,sha256=NstJ4p4wPYaVvu2XdMkf1vUh6dqPoQsfBizdo1Pp84A,11633
|
|
12
|
-
types_boto3_timestream_influxdb/type_defs.pyi,sha256=PNzb3nAKHifBr44NnQ6b9eOiYI6N8fBk3T14VqwwEa0,11604
|
|
13
|
-
types_boto3_timestream_influxdb/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
|
|
14
|
-
types_boto3_timestream_influxdb-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
-
types_boto3_timestream_influxdb-1.35.71.dist-info/METADATA,sha256=1rzf-1xSq3lQmhVWOtCQ_LKzaPZSa6xVSNtiYsoOJR0,14052
|
|
16
|
-
types_boto3_timestream_influxdb-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
17
|
-
types_boto3_timestream_influxdb-1.35.71.dist-info/top_level.txt,sha256=43Cm-9h3jp52NwsgH-GoRaUM_OonEK4gJ8HAgIvqtrk,32
|
|
18
|
-
types_boto3_timestream_influxdb-1.35.71.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|