mypy-boto3-timestream-write 1.28.15.post1__py3-none-any.whl → 1.28.36__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 mypy-boto3-timestream-write might be problematic. Click here for more details.

@@ -1,4 +1,4 @@
1
1
  """
2
2
  Source of truth for version.
3
3
  """
4
- __version__ = "1.28.15.post1"
4
+ __version__ = "1.28.36"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-timestream-write
3
- Version: 1.28.15.post1
4
- Summary: Type annotations for boto3.TimestreamWrite 1.28.15 service generated with mypy-boto3-builder 7.16.2
3
+ Version: 1.28.36
4
+ Summary: Type annotations for boto3.TimestreamWrite 1.28.36 service generated with mypy-boto3-builder 7.18.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
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/
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-write type-annotations boto3-stubs mypy typeshed autocomplete
12
+ Keywords: boto3 timestream-write type-annotations botocore mypy typeshed autocomplete
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
@@ -29,7 +29,7 @@ Classifier: Typing :: Typed
29
29
  Requires-Python: >=3.7
30
30
  Description-Content-Type: text/markdown
31
31
  License-File: LICENSE
32
- Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
32
+ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
33
33
 
34
34
  <a id="mypy-boto3-timestream-write"></a>
35
35
 
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.TimestreamWrite 1.28.15](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
46
+ [boto3.TimestreamWrite 1.28.36](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.16.2](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.18.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -78,7 +78,7 @@ See how it helps to find and fix potential bugs:
78
78
  - [Explicit type annotations](#explicit-type-annotations)
79
79
  - [Client annotations](#client-annotations)
80
80
  - [Literals](#literals)
81
- - [Typed dictionaries](#typed-dictionaries)
81
+ - [Type definitions](#type-definitions)
82
82
  - [How it works](#how-it-works)
83
83
  - [What's new](#what's-new)
84
84
  - [Implemented features](#implemented-features)
@@ -280,110 +280,32 @@ client: TimestreamWriteClient = Session().client("timestream-write")
280
280
  `mypy_boto3_timestream_write.literals` module contains literals extracted from
281
281
  shapes that can be used in user code for type checking.
282
282
 
283
+ Full list of `TimestreamWrite` Literals can be found in
284
+ [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/literals/).
285
+
283
286
  ```python
284
- from mypy_boto3_timestream_write.literals import (
285
- BatchLoadDataFormatType,
286
- BatchLoadStatusType,
287
- DimensionValueTypeType,
288
- MeasureValueTypeType,
289
- PartitionKeyEnforcementLevelType,
290
- PartitionKeyTypeType,
291
- S3EncryptionOptionType,
292
- ScalarMeasureValueTypeType,
293
- TableStatusType,
294
- TimeUnitType,
295
- TimestreamWriteServiceName,
296
- ServiceName,
297
- ResourceServiceName,
298
- RegionName,
299
- )
287
+ from mypy_boto3_timestream_write.literals import BatchLoadDataFormatType
300
288
 
301
289
 
302
290
  def check_value(value: BatchLoadDataFormatType) -> bool:
303
291
  ...
304
292
  ```
305
293
 
306
- <a id="typed-dictionaries"></a>
294
+ <a id="type-definitions"></a>
307
295
 
308
- ### Typed dictionaries
296
+ ### Type definitions
309
297
 
310
298
  `mypy_boto3_timestream_write.type_defs` module contains structures and shapes
311
- assembled to typed dictionaries for additional type checking.
299
+ assembled to typed dictionaries and unions for additional type checking.
300
+
301
+ Full list of `TimestreamWrite` TypeDefs can be found in
302
+ [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/type_defs/).
312
303
 
313
304
  ```python
314
- from mypy_boto3_timestream_write.type_defs import (
315
- BatchLoadProgressReportTypeDef,
316
- BatchLoadTaskTypeDef,
317
- ResponseMetadataTypeDef,
318
- TagTypeDef,
319
- DatabaseTypeDef,
320
- RetentionPropertiesTypeDef,
321
- CsvConfigurationTypeDef,
322
- DataModelS3ConfigurationTypeDef,
323
- DimensionMappingTypeDef,
324
- DataSourceS3ConfigurationTypeDef,
325
- DeleteDatabaseRequestRequestTypeDef,
326
- DeleteTableRequestRequestTypeDef,
327
- DescribeBatchLoadTaskRequestRequestTypeDef,
328
- DescribeDatabaseRequestRequestTypeDef,
329
- EndpointTypeDef,
330
- DescribeTableRequestRequestTypeDef,
331
- DimensionTypeDef,
332
- ListBatchLoadTasksRequestRequestTypeDef,
333
- ListDatabasesRequestRequestTypeDef,
334
- ListTablesRequestRequestTypeDef,
335
- ListTagsForResourceRequestRequestTypeDef,
336
- S3ConfigurationTypeDef,
337
- MeasureValueTypeDef,
338
- MultiMeasureAttributeMappingTypeDef,
339
- PartitionKeyTypeDef,
340
- RecordsIngestedTypeDef,
341
- ReportS3ConfigurationTypeDef,
342
- ResumeBatchLoadTaskRequestRequestTypeDef,
343
- UntagResourceRequestRequestTypeDef,
344
- UpdateDatabaseRequestRequestTypeDef,
345
- CreateBatchLoadTaskResponseTypeDef,
346
- EmptyResponseMetadataTypeDef,
347
- ListBatchLoadTasksResponseTypeDef,
348
- CreateDatabaseRequestRequestTypeDef,
349
- ListTagsForResourceResponseTypeDef,
350
- TagResourceRequestRequestTypeDef,
351
- CreateDatabaseResponseTypeDef,
352
- DescribeDatabaseResponseTypeDef,
353
- ListDatabasesResponseTypeDef,
354
- UpdateDatabaseResponseTypeDef,
355
- DataSourceConfigurationTypeDef,
356
- DescribeEndpointsResponseTypeDef,
357
- MagneticStoreRejectedDataLocationTypeDef,
358
- RecordTypeDef,
359
- MixedMeasureMappingOutputTypeDef,
360
- MixedMeasureMappingTypeDef,
361
- MultiMeasureMappingsOutputTypeDef,
362
- MultiMeasureMappingsTypeDef,
363
- SchemaOutputTypeDef,
364
- SchemaTypeDef,
365
- WriteRecordsResponseTypeDef,
366
- ReportConfigurationTypeDef,
367
- MagneticStoreWritePropertiesTypeDef,
368
- WriteRecordsRequestRequestTypeDef,
369
- DataModelOutputTypeDef,
370
- DataModelTypeDef,
371
- CreateTableRequestRequestTypeDef,
372
- TableTypeDef,
373
- UpdateTableRequestRequestTypeDef,
374
- DataModelConfigurationOutputTypeDef,
375
- DataModelConfigurationTypeDef,
376
- CreateTableResponseTypeDef,
377
- DescribeTableResponseTypeDef,
378
- ListTablesResponseTypeDef,
379
- UpdateTableResponseTypeDef,
380
- BatchLoadTaskDescriptionTypeDef,
381
- CreateBatchLoadTaskRequestRequestTypeDef,
382
- DescribeBatchLoadTaskResponseTypeDef,
383
- )
384
-
385
-
386
- def get_structure() -> BatchLoadProgressReportTypeDef:
305
+ from mypy_boto3_timestream_write.type_defs import BatchLoadProgressReportTypeDef
306
+
307
+
308
+ def get_value() -> BatchLoadProgressReportTypeDef:
387
309
  return {...}
388
310
  ```
389
311
 
@@ -0,0 +1,16 @@
1
+ mypy_boto3_timestream_write/__init__.py,sha256=N9SGzRolZV9ot6T15jG3VC_SHRpkawzE_26MV6PYZJI,440
2
+ mypy_boto3_timestream_write/__init__.pyi,sha256=BB7UaLyVCTem1OSGm6fYiWkYMEJG_NHAASw5Mjaa31I,439
3
+ mypy_boto3_timestream_write/__main__.py,sha256=JLHbJ0cUxRmh_cu8ku2y99MAkBuqkuot669Lz1qT7l4,941
4
+ mypy_boto3_timestream_write/client.py,sha256=_63ZC3S3L6inOnlSUgWidmsLPjcyGLUSPuL2QCoPHh8,15356
5
+ mypy_boto3_timestream_write/client.pyi,sha256=MqLrRV_g-cAdUxOKMaJm-d2JOh4DX_WnPRpP3U1Ye8A,15331
6
+ mypy_boto3_timestream_write/literals.py,sha256=rckyFGpN9k0an4zbZoMv4p6aKJUzlgx06rNn95XFG3Q,8832
7
+ mypy_boto3_timestream_write/literals.pyi,sha256=8oB0ligMx8FHwfexVR-S82hFDFilteatlsCeRTuwOlw,8830
8
+ mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ mypy_boto3_timestream_write/type_defs.py,sha256=4qbI74k19CLv4aN5hEgcSnKreW4UPQLqS5q37nxZvdI,18341
10
+ mypy_boto3_timestream_write/type_defs.pyi,sha256=WxBosnD9Qn97DNEjJsJsJEpuuWKsaCMiMCrC0p-QTBs,18340
11
+ mypy_boto3_timestream_write/version.py,sha256=TdNWFUlWkV5vJyEpme0YDjjJMYoshLhRdAlC_WfMfAo,61
12
+ mypy_boto3_timestream_write-1.28.36.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
+ mypy_boto3_timestream_write-1.28.36.dist-info/METADATA,sha256=avVH_WVf-PZNi0d_VKZKqBqMHxcn4_iKOWhTrGPbjrA,12559
14
+ mypy_boto3_timestream_write-1.28.36.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
15
+ mypy_boto3_timestream_write-1.28.36.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
16
+ mypy_boto3_timestream_write-1.28.36.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.0)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,16 +0,0 @@
1
- mypy_boto3_timestream_write/__init__.py,sha256=N9SGzRolZV9ot6T15jG3VC_SHRpkawzE_26MV6PYZJI,440
2
- mypy_boto3_timestream_write/__init__.pyi,sha256=BB7UaLyVCTem1OSGm6fYiWkYMEJG_NHAASw5Mjaa31I,439
3
- mypy_boto3_timestream_write/__main__.py,sha256=RrZABFzMyx-dHOznmcJRfC_uoHoLR_3Flp-1349F5c0,953
4
- mypy_boto3_timestream_write/client.py,sha256=a1ACd4-RIduM1Vk84gUTjOfpkNcxnvEoi0aEZ84jTBY,15551
5
- mypy_boto3_timestream_write/client.pyi,sha256=oqMUggWA6qcepVKjiKOeJk6EephNhyUAgFSCOvDeIYA,15526
6
- mypy_boto3_timestream_write/literals.py,sha256=cI48Oj-Lx1ioh2DocYOpJFCrIONmb4QXMmEwz1tfrw4,8831
7
- mypy_boto3_timestream_write/literals.pyi,sha256=sPzGANi_UHd8xsKgNOzhanJTpnLz1AAVREPNQxOfUtA,8829
8
- mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- mypy_boto3_timestream_write/type_defs.py,sha256=YocvxrHTa9NAST6I_jiQtZQ2L2pX4BoHkT9C1YdhZUs,23667
10
- mypy_boto3_timestream_write/type_defs.pyi,sha256=j_WY87aPUFeeQ8Iv_A6KWJrswLbH35jNqjs4CLZiYsY,23630
11
- mypy_boto3_timestream_write/version.py,sha256=r8FecTF_mU12tcaFlh_rWegIHI_YLM7zyv624C7W3XM,67
12
- mypy_boto3_timestream_write-1.28.15.post1.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
13
- mypy_boto3_timestream_write-1.28.15.post1.dist-info/METADATA,sha256=i_TRJn4ewq2TRovNDXRXyy2RmrIKWj6_76bvknvFYYQ,14928
14
- mypy_boto3_timestream_write-1.28.15.post1.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
15
- mypy_boto3_timestream_write-1.28.15.post1.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
16
- mypy_boto3_timestream_write-1.28.15.post1.dist-info/RECORD,,