mypy-boto3-timestream-write 1.35.93__tar.gz → 1.37.0__tar.gz

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.

Files changed (22) hide show
  1. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/PKG-INFO +26 -10
  2. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/README.md +11 -7
  3. mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/__init__.pyi → mypy_boto3_timestream_write-1.37.0/mypy_boto3_timestream_write/__init__.py +5 -2
  4. mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/__init__.py → mypy_boto3_timestream_write-1.37.0/mypy_boto3_timestream_write/__init__.pyi +4 -3
  5. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write/__main__.py +4 -4
  6. mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/client.pyi → mypy_boto3_timestream_write-1.37.0/mypy_boto3_timestream_write/client.py +41 -42
  7. mypy_boto3_timestream_write-1.35.93/mypy_boto3_timestream_write/client.py → mypy_boto3_timestream_write-1.37.0/mypy_boto3_timestream_write/client.pyi +38 -45
  8. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write/literals.py +2 -5
  9. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write/literals.pyi +2 -5
  10. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write/type_defs.py +69 -75
  11. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write/type_defs.pyi +67 -72
  12. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write/version.py +1 -1
  13. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write.egg-info/PKG-INFO +26 -10
  14. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/setup.py +2 -2
  15. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/LICENSE +0 -0
  16. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write/py.typed +0 -0
  17. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write.egg-info/SOURCES.txt +0 -0
  18. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write.egg-info/dependency_links.txt +0 -0
  19. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write.egg-info/not-zip-safe +0 -0
  20. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write.egg-info/requires.txt +0 -0
  21. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/mypy_boto3_timestream_write.egg-info/top_level.txt +0 -0
  22. {mypy_boto3_timestream_write-1.35.93 → mypy_boto3_timestream_write-1.37.0}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: mypy-boto3-timestream-write
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 TimestreamWrite 1.35.93 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.37.0
4
+ Summary: Type annotations for boto3 TimestreamWrite 1.37.0 service generated with mypy-boto3-builder 8.9.2
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
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
34
46
 
35
47
  <a id="mypy-boto3-timestream-write"></a>
36
48
 
@@ -44,8 +56,8 @@ Requires-Dist: typing-extensions; python_version < "3.12"
44
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
57
 
46
58
  Type annotations for
47
- [boto3 TimestreamWrite 1.35.93](https://pypi.org/project/boto3/) compatible
48
- with [VSCode](https://code.visualstudio.com/),
59
+ [boto3 TimestreamWrite 1.37.0](https://pypi.org/project/boto3/) compatible with
60
+ [VSCode](https://code.visualstudio.com/),
49
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
62
  [Emacs](https://www.gnu.org/software/emacs/),
51
63
  [Sublime Text](https://www.sublimetext.com/),
@@ -53,7 +65,7 @@ with [VSCode](https://code.visualstudio.com/),
53
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
66
 
55
67
  Generated with
56
- [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
57
69
 
58
70
  More information can be found on
59
71
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -100,12 +112,12 @@ See how it helps you find and fix potential bugs:
100
112
  ### Generate locally (recommended)
101
113
 
102
114
  You can generate type annotations for `boto3` package locally with
103
- `mypy_boto3_builder`. Use
115
+ `mypy-boto3-builder`. Use
104
116
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
105
117
  isolation.
106
118
 
107
119
  1. Run mypy-boto3-builder in your package root directory:
108
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
120
+ `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
109
121
  2. Select `boto3-stubs` AWS SDK.
110
122
  3. Add `TimestreamWrite` service.
111
123
  4. Use provided commands to install generated packages.
@@ -357,11 +369,14 @@ Full list of `TimestreamWrite` TypeDefs can be found in
357
369
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/type_defs/).
358
370
 
359
371
  ```python
372
+ # TypedDict usage example
360
373
  from mypy_boto3_timestream_write.type_defs import BatchLoadProgressReportTypeDef
361
374
 
362
375
 
363
376
  def get_value() -> BatchLoadProgressReportTypeDef:
364
- return {...}
377
+ return {
378
+ "RecordsProcessed": ...,
379
+ }
365
380
  ```
366
381
 
367
382
  <a id="how-it-works"></a>
@@ -415,7 +430,8 @@ Builder changelog can be found in
415
430
  ## Versioning
416
431
 
417
432
  `mypy-boto3-timestream-write` version is the same as related `boto3` version
418
- and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
433
+ and follows
434
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
419
435
 
420
436
  <a id="thank-you"></a>
421
437
 
@@ -10,8 +10,8 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3 TimestreamWrite 1.35.93](https://pypi.org/project/boto3/) compatible
14
- with [VSCode](https://code.visualstudio.com/),
13
+ [boto3 TimestreamWrite 1.37.0](https://pypi.org/project/boto3/) compatible with
14
+ [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
17
17
  [Sublime Text](https://www.sublimetext.com/),
@@ -19,7 +19,7 @@ with [VSCode](https://code.visualstudio.com/),
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated with
22
- [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -66,12 +66,12 @@ See how it helps you find and fix potential bugs:
66
66
  ### Generate locally (recommended)
67
67
 
68
68
  You can generate type annotations for `boto3` package locally with
69
- `mypy_boto3_builder`. Use
69
+ `mypy-boto3-builder`. Use
70
70
  [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
71
71
  isolation.
72
72
 
73
73
  1. Run mypy-boto3-builder in your package root directory:
74
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
74
+ `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
75
75
  2. Select `boto3-stubs` AWS SDK.
76
76
  3. Add `TimestreamWrite` service.
77
77
  4. Use provided commands to install generated packages.
@@ -323,11 +323,14 @@ Full list of `TimestreamWrite` TypeDefs can be found in
323
323
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/type_defs/).
324
324
 
325
325
  ```python
326
+ # TypedDict usage example
326
327
  from mypy_boto3_timestream_write.type_defs import BatchLoadProgressReportTypeDef
327
328
 
328
329
 
329
330
  def get_value() -> BatchLoadProgressReportTypeDef:
330
- return {...}
331
+ return {
332
+ "RecordsProcessed": ...,
333
+ }
331
334
  ```
332
335
 
333
336
  <a id="how-it-works"></a>
@@ -381,7 +384,8 @@ Builder changelog can be found in
381
384
  ## Versioning
382
385
 
383
386
  `mypy-boto3-timestream-write` version is the same as related `boto3` version
384
- and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
387
+ and follows
388
+ [Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
385
389
 
386
390
  <a id="thank-you"></a>
387
391
 
@@ -1,6 +1,10 @@
1
1
  """
2
2
  Main interface for timestream-write service.
3
3
 
4
+ [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/)
5
+
6
+ Copyright 2025 Vlad Emelianov
7
+
4
8
  Usage::
5
9
 
6
10
  ```python
@@ -13,12 +17,11 @@ Usage::
13
17
  session = Session()
14
18
  client: TimestreamWriteClient = session.client("timestream-write")
15
19
  ```
16
-
17
- Copyright 2025 Vlad Emelianov
18
20
  """
19
21
 
20
22
  from .client import TimestreamWriteClient
21
23
 
22
24
  Client = TimestreamWriteClient
23
25
 
26
+
24
27
  __all__ = ("Client", "TimestreamWriteClient")
@@ -1,6 +1,10 @@
1
1
  """
2
2
  Main interface for timestream-write service.
3
3
 
4
+ [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/)
5
+
6
+ Copyright 2025 Vlad Emelianov
7
+
4
8
  Usage::
5
9
 
6
10
  ```python
@@ -13,13 +17,10 @@ Usage::
13
17
  session = Session()
14
18
  client: TimestreamWriteClient = session.client("timestream-write")
15
19
  ```
16
-
17
- Copyright 2025 Vlad Emelianov
18
20
  """
19
21
 
20
22
  from .client import TimestreamWriteClient
21
23
 
22
24
  Client = TimestreamWriteClient
23
25
 
24
-
25
26
  __all__ = ("Client", "TimestreamWriteClient")
@@ -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 TimestreamWrite 1.35.93\n"
16
- "Version: 1.35.93\n"
17
- "Builder version: 8.8.0\n"
15
+ "Type annotations for boto3 TimestreamWrite 1.37.0\n"
16
+ "Version: 1.37.0\n"
17
+ "Builder version: 8.9.2\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#timestreamwrite\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.35.93\n")
29
+ sys.stdout.write("1.37.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -3,6 +3,8 @@ Type annotations for timestream-write service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -12,8 +14,6 @@ Usage::
12
14
  session = Session()
13
15
  client: TimestreamWriteClient = session.client("timestream-write")
14
16
  ```
15
-
16
- Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
@@ -26,38 +26,38 @@ from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .type_defs import (
29
- CreateBatchLoadTaskRequestRequestTypeDef,
29
+ CreateBatchLoadTaskRequestTypeDef,
30
30
  CreateBatchLoadTaskResponseTypeDef,
31
- CreateDatabaseRequestRequestTypeDef,
31
+ CreateDatabaseRequestTypeDef,
32
32
  CreateDatabaseResponseTypeDef,
33
- CreateTableRequestRequestTypeDef,
33
+ CreateTableRequestTypeDef,
34
34
  CreateTableResponseTypeDef,
35
- DeleteDatabaseRequestRequestTypeDef,
36
- DeleteTableRequestRequestTypeDef,
37
- DescribeBatchLoadTaskRequestRequestTypeDef,
35
+ DeleteDatabaseRequestTypeDef,
36
+ DeleteTableRequestTypeDef,
37
+ DescribeBatchLoadTaskRequestTypeDef,
38
38
  DescribeBatchLoadTaskResponseTypeDef,
39
- DescribeDatabaseRequestRequestTypeDef,
39
+ DescribeDatabaseRequestTypeDef,
40
40
  DescribeDatabaseResponseTypeDef,
41
41
  DescribeEndpointsResponseTypeDef,
42
- DescribeTableRequestRequestTypeDef,
42
+ DescribeTableRequestTypeDef,
43
43
  DescribeTableResponseTypeDef,
44
44
  EmptyResponseMetadataTypeDef,
45
- ListBatchLoadTasksRequestRequestTypeDef,
45
+ ListBatchLoadTasksRequestTypeDef,
46
46
  ListBatchLoadTasksResponseTypeDef,
47
- ListDatabasesRequestRequestTypeDef,
47
+ ListDatabasesRequestTypeDef,
48
48
  ListDatabasesResponseTypeDef,
49
- ListTablesRequestRequestTypeDef,
49
+ ListTablesRequestTypeDef,
50
50
  ListTablesResponseTypeDef,
51
- ListTagsForResourceRequestRequestTypeDef,
51
+ ListTagsForResourceRequestTypeDef,
52
52
  ListTagsForResourceResponseTypeDef,
53
- ResumeBatchLoadTaskRequestRequestTypeDef,
54
- TagResourceRequestRequestTypeDef,
55
- UntagResourceRequestRequestTypeDef,
56
- UpdateDatabaseRequestRequestTypeDef,
53
+ ResumeBatchLoadTaskRequestTypeDef,
54
+ TagResourceRequestTypeDef,
55
+ UntagResourceRequestTypeDef,
56
+ UpdateDatabaseRequestTypeDef,
57
57
  UpdateDatabaseResponseTypeDef,
58
- UpdateTableRequestRequestTypeDef,
58
+ UpdateTableRequestTypeDef,
59
59
  UpdateTableResponseTypeDef,
60
- WriteRecordsRequestRequestTypeDef,
60
+ WriteRecordsRequestTypeDef,
61
61
  WriteRecordsResponseTypeDef,
62
62
  )
63
63
 
@@ -72,8 +72,10 @@ if sys.version_info >= (3, 12):
72
72
  else:
73
73
  from typing_extensions import Unpack
74
74
 
75
+
75
76
  __all__ = ("TimestreamWriteClient",)
76
77
 
78
+
77
79
  class Exceptions(BaseClientExceptions):
78
80
  AccessDeniedException: Type[BotocoreClientError]
79
81
  ClientError: Type[BotocoreClientError]
@@ -86,6 +88,7 @@ class Exceptions(BaseClientExceptions):
86
88
  ThrottlingException: Type[BotocoreClientError]
87
89
  ValidationException: Type[BotocoreClientError]
88
90
 
91
+
89
92
  class TimestreamWriteClient(BaseClient):
90
93
  """
91
94
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite.Client)
@@ -122,7 +125,7 @@ class TimestreamWriteClient(BaseClient):
122
125
  """
123
126
 
124
127
  def create_batch_load_task(
125
- self, **kwargs: Unpack[CreateBatchLoadTaskRequestRequestTypeDef]
128
+ self, **kwargs: Unpack[CreateBatchLoadTaskRequestTypeDef]
126
129
  ) -> CreateBatchLoadTaskResponseTypeDef:
127
130
  """
128
131
  Creates a new Timestream batch load task.
@@ -132,7 +135,7 @@ class TimestreamWriteClient(BaseClient):
132
135
  """
133
136
 
134
137
  def create_database(
135
- self, **kwargs: Unpack[CreateDatabaseRequestRequestTypeDef]
138
+ self, **kwargs: Unpack[CreateDatabaseRequestTypeDef]
136
139
  ) -> CreateDatabaseResponseTypeDef:
137
140
  """
138
141
  Creates a new Timestream database.
@@ -142,7 +145,7 @@ class TimestreamWriteClient(BaseClient):
142
145
  """
143
146
 
144
147
  def create_table(
145
- self, **kwargs: Unpack[CreateTableRequestRequestTypeDef]
148
+ self, **kwargs: Unpack[CreateTableRequestTypeDef]
146
149
  ) -> CreateTableResponseTypeDef:
147
150
  """
148
151
  Adds a new table to an existing database in your account.
@@ -152,7 +155,7 @@ class TimestreamWriteClient(BaseClient):
152
155
  """
153
156
 
154
157
  def delete_database(
155
- self, **kwargs: Unpack[DeleteDatabaseRequestRequestTypeDef]
158
+ self, **kwargs: Unpack[DeleteDatabaseRequestTypeDef]
156
159
  ) -> EmptyResponseMetadataTypeDef:
157
160
  """
158
161
  Deletes a given Timestream database.
@@ -162,7 +165,7 @@ class TimestreamWriteClient(BaseClient):
162
165
  """
163
166
 
164
167
  def delete_table(
165
- self, **kwargs: Unpack[DeleteTableRequestRequestTypeDef]
168
+ self, **kwargs: Unpack[DeleteTableRequestTypeDef]
166
169
  ) -> EmptyResponseMetadataTypeDef:
167
170
  """
168
171
  Deletes a given Timestream table.
@@ -172,7 +175,7 @@ class TimestreamWriteClient(BaseClient):
172
175
  """
173
176
 
174
177
  def describe_batch_load_task(
175
- self, **kwargs: Unpack[DescribeBatchLoadTaskRequestRequestTypeDef]
178
+ self, **kwargs: Unpack[DescribeBatchLoadTaskRequestTypeDef]
176
179
  ) -> DescribeBatchLoadTaskResponseTypeDef:
177
180
  """
178
181
  Returns information about the batch load task, including configurations,
@@ -183,7 +186,7 @@ class TimestreamWriteClient(BaseClient):
183
186
  """
184
187
 
185
188
  def describe_database(
186
- self, **kwargs: Unpack[DescribeDatabaseRequestRequestTypeDef]
189
+ self, **kwargs: Unpack[DescribeDatabaseRequestTypeDef]
187
190
  ) -> DescribeDatabaseResponseTypeDef:
188
191
  """
189
192
  Returns information about the database, including the database name, time that
@@ -203,7 +206,7 @@ class TimestreamWriteClient(BaseClient):
203
206
  """
204
207
 
205
208
  def describe_table(
206
- self, **kwargs: Unpack[DescribeTableRequestRequestTypeDef]
209
+ self, **kwargs: Unpack[DescribeTableRequestTypeDef]
207
210
  ) -> DescribeTableResponseTypeDef:
208
211
  """
209
212
  Returns information about the table, including the table name, database name,
@@ -214,7 +217,7 @@ class TimestreamWriteClient(BaseClient):
214
217
  """
215
218
 
216
219
  def list_batch_load_tasks(
217
- self, **kwargs: Unpack[ListBatchLoadTasksRequestRequestTypeDef]
220
+ self, **kwargs: Unpack[ListBatchLoadTasksRequestTypeDef]
218
221
  ) -> ListBatchLoadTasksResponseTypeDef:
219
222
  """
220
223
  Provides a list of batch load tasks, along with the name, status, when the task
@@ -225,7 +228,7 @@ class TimestreamWriteClient(BaseClient):
225
228
  """
226
229
 
227
230
  def list_databases(
228
- self, **kwargs: Unpack[ListDatabasesRequestRequestTypeDef]
231
+ self, **kwargs: Unpack[ListDatabasesRequestTypeDef]
229
232
  ) -> ListDatabasesResponseTypeDef:
230
233
  """
231
234
  Returns a list of your Timestream databases.
@@ -234,9 +237,7 @@ class TimestreamWriteClient(BaseClient):
234
237
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#list_databases)
235
238
  """
236
239
 
237
- def list_tables(
238
- self, **kwargs: Unpack[ListTablesRequestRequestTypeDef]
239
- ) -> ListTablesResponseTypeDef:
240
+ def list_tables(self, **kwargs: Unpack[ListTablesRequestTypeDef]) -> ListTablesResponseTypeDef:
240
241
  """
241
242
  Provides a list of tables, along with the name, status, and retention
242
243
  properties of each table.
@@ -246,7 +247,7 @@ class TimestreamWriteClient(BaseClient):
246
247
  """
247
248
 
248
249
  def list_tags_for_resource(
249
- self, **kwargs: Unpack[ListTagsForResourceRequestRequestTypeDef]
250
+ self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
250
251
  ) -> ListTagsForResourceResponseTypeDef:
251
252
  """
252
253
  Lists all tags on a Timestream resource.
@@ -256,14 +257,14 @@ class TimestreamWriteClient(BaseClient):
256
257
  """
257
258
 
258
259
  def resume_batch_load_task(
259
- self, **kwargs: Unpack[ResumeBatchLoadTaskRequestRequestTypeDef]
260
+ self, **kwargs: Unpack[ResumeBatchLoadTaskRequestTypeDef]
260
261
  ) -> Dict[str, Any]:
261
262
  """
262
263
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write/client/resume_batch_load_task.html)
263
264
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#resume_batch_load_task)
264
265
  """
265
266
 
266
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
267
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
267
268
  """
268
269
  Associates a set of tags with a Timestream resource.
269
270
 
@@ -271,9 +272,7 @@ class TimestreamWriteClient(BaseClient):
271
272
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#tag_resource)
272
273
  """
273
274
 
274
- def untag_resource(
275
- self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
276
- ) -> Dict[str, Any]:
275
+ def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> Dict[str, Any]:
277
276
  """
278
277
  Removes the association of tags from a Timestream resource.
279
278
 
@@ -282,7 +281,7 @@ class TimestreamWriteClient(BaseClient):
282
281
  """
283
282
 
284
283
  def update_database(
285
- self, **kwargs: Unpack[UpdateDatabaseRequestRequestTypeDef]
284
+ self, **kwargs: Unpack[UpdateDatabaseRequestTypeDef]
286
285
  ) -> UpdateDatabaseResponseTypeDef:
287
286
  """
288
287
  Modifies the KMS key for an existing database.
@@ -292,7 +291,7 @@ class TimestreamWriteClient(BaseClient):
292
291
  """
293
292
 
294
293
  def update_table(
295
- self, **kwargs: Unpack[UpdateTableRequestRequestTypeDef]
294
+ self, **kwargs: Unpack[UpdateTableRequestTypeDef]
296
295
  ) -> UpdateTableResponseTypeDef:
297
296
  """
298
297
  Modifies the retention duration of the memory store and magnetic store for your
@@ -303,7 +302,7 @@ class TimestreamWriteClient(BaseClient):
303
302
  """
304
303
 
305
304
  def write_records(
306
- self, **kwargs: Unpack[WriteRecordsRequestRequestTypeDef]
305
+ self, **kwargs: Unpack[WriteRecordsRequestTypeDef]
307
306
  ) -> WriteRecordsResponseTypeDef:
308
307
  """
309
308
  Enables you to write your time-series data into Timestream.