mypy-boto3-timestream-write 1.35.93__py3-none-any.whl → 1.37.0__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,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,8 +17,6 @@ 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
@@ -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,8 +17,6 @@ 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
@@ -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
 
@@ -125,7 +125,7 @@ class TimestreamWriteClient(BaseClient):
125
125
  """
126
126
 
127
127
  def create_batch_load_task(
128
- self, **kwargs: Unpack[CreateBatchLoadTaskRequestRequestTypeDef]
128
+ self, **kwargs: Unpack[CreateBatchLoadTaskRequestTypeDef]
129
129
  ) -> CreateBatchLoadTaskResponseTypeDef:
130
130
  """
131
131
  Creates a new Timestream batch load task.
@@ -135,7 +135,7 @@ class TimestreamWriteClient(BaseClient):
135
135
  """
136
136
 
137
137
  def create_database(
138
- self, **kwargs: Unpack[CreateDatabaseRequestRequestTypeDef]
138
+ self, **kwargs: Unpack[CreateDatabaseRequestTypeDef]
139
139
  ) -> CreateDatabaseResponseTypeDef:
140
140
  """
141
141
  Creates a new Timestream database.
@@ -145,7 +145,7 @@ class TimestreamWriteClient(BaseClient):
145
145
  """
146
146
 
147
147
  def create_table(
148
- self, **kwargs: Unpack[CreateTableRequestRequestTypeDef]
148
+ self, **kwargs: Unpack[CreateTableRequestTypeDef]
149
149
  ) -> CreateTableResponseTypeDef:
150
150
  """
151
151
  Adds a new table to an existing database in your account.
@@ -155,7 +155,7 @@ class TimestreamWriteClient(BaseClient):
155
155
  """
156
156
 
157
157
  def delete_database(
158
- self, **kwargs: Unpack[DeleteDatabaseRequestRequestTypeDef]
158
+ self, **kwargs: Unpack[DeleteDatabaseRequestTypeDef]
159
159
  ) -> EmptyResponseMetadataTypeDef:
160
160
  """
161
161
  Deletes a given Timestream database.
@@ -165,7 +165,7 @@ class TimestreamWriteClient(BaseClient):
165
165
  """
166
166
 
167
167
  def delete_table(
168
- self, **kwargs: Unpack[DeleteTableRequestRequestTypeDef]
168
+ self, **kwargs: Unpack[DeleteTableRequestTypeDef]
169
169
  ) -> EmptyResponseMetadataTypeDef:
170
170
  """
171
171
  Deletes a given Timestream table.
@@ -175,7 +175,7 @@ class TimestreamWriteClient(BaseClient):
175
175
  """
176
176
 
177
177
  def describe_batch_load_task(
178
- self, **kwargs: Unpack[DescribeBatchLoadTaskRequestRequestTypeDef]
178
+ self, **kwargs: Unpack[DescribeBatchLoadTaskRequestTypeDef]
179
179
  ) -> DescribeBatchLoadTaskResponseTypeDef:
180
180
  """
181
181
  Returns information about the batch load task, including configurations,
@@ -186,7 +186,7 @@ class TimestreamWriteClient(BaseClient):
186
186
  """
187
187
 
188
188
  def describe_database(
189
- self, **kwargs: Unpack[DescribeDatabaseRequestRequestTypeDef]
189
+ self, **kwargs: Unpack[DescribeDatabaseRequestTypeDef]
190
190
  ) -> DescribeDatabaseResponseTypeDef:
191
191
  """
192
192
  Returns information about the database, including the database name, time that
@@ -206,7 +206,7 @@ class TimestreamWriteClient(BaseClient):
206
206
  """
207
207
 
208
208
  def describe_table(
209
- self, **kwargs: Unpack[DescribeTableRequestRequestTypeDef]
209
+ self, **kwargs: Unpack[DescribeTableRequestTypeDef]
210
210
  ) -> DescribeTableResponseTypeDef:
211
211
  """
212
212
  Returns information about the table, including the table name, database name,
@@ -217,7 +217,7 @@ class TimestreamWriteClient(BaseClient):
217
217
  """
218
218
 
219
219
  def list_batch_load_tasks(
220
- self, **kwargs: Unpack[ListBatchLoadTasksRequestRequestTypeDef]
220
+ self, **kwargs: Unpack[ListBatchLoadTasksRequestTypeDef]
221
221
  ) -> ListBatchLoadTasksResponseTypeDef:
222
222
  """
223
223
  Provides a list of batch load tasks, along with the name, status, when the task
@@ -228,7 +228,7 @@ class TimestreamWriteClient(BaseClient):
228
228
  """
229
229
 
230
230
  def list_databases(
231
- self, **kwargs: Unpack[ListDatabasesRequestRequestTypeDef]
231
+ self, **kwargs: Unpack[ListDatabasesRequestTypeDef]
232
232
  ) -> ListDatabasesResponseTypeDef:
233
233
  """
234
234
  Returns a list of your Timestream databases.
@@ -237,9 +237,7 @@ class TimestreamWriteClient(BaseClient):
237
237
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#list_databases)
238
238
  """
239
239
 
240
- def list_tables(
241
- self, **kwargs: Unpack[ListTablesRequestRequestTypeDef]
242
- ) -> ListTablesResponseTypeDef:
240
+ def list_tables(self, **kwargs: Unpack[ListTablesRequestTypeDef]) -> ListTablesResponseTypeDef:
243
241
  """
244
242
  Provides a list of tables, along with the name, status, and retention
245
243
  properties of each table.
@@ -249,7 +247,7 @@ class TimestreamWriteClient(BaseClient):
249
247
  """
250
248
 
251
249
  def list_tags_for_resource(
252
- self, **kwargs: Unpack[ListTagsForResourceRequestRequestTypeDef]
250
+ self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
253
251
  ) -> ListTagsForResourceResponseTypeDef:
254
252
  """
255
253
  Lists all tags on a Timestream resource.
@@ -259,14 +257,14 @@ class TimestreamWriteClient(BaseClient):
259
257
  """
260
258
 
261
259
  def resume_batch_load_task(
262
- self, **kwargs: Unpack[ResumeBatchLoadTaskRequestRequestTypeDef]
260
+ self, **kwargs: Unpack[ResumeBatchLoadTaskRequestTypeDef]
263
261
  ) -> Dict[str, Any]:
264
262
  """
265
263
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write/client/resume_batch_load_task.html)
266
264
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#resume_batch_load_task)
267
265
  """
268
266
 
269
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
267
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
270
268
  """
271
269
  Associates a set of tags with a Timestream resource.
272
270
 
@@ -274,9 +272,7 @@ class TimestreamWriteClient(BaseClient):
274
272
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#tag_resource)
275
273
  """
276
274
 
277
- def untag_resource(
278
- self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
279
- ) -> Dict[str, Any]:
275
+ def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> Dict[str, Any]:
280
276
  """
281
277
  Removes the association of tags from a Timestream resource.
282
278
 
@@ -285,7 +281,7 @@ class TimestreamWriteClient(BaseClient):
285
281
  """
286
282
 
287
283
  def update_database(
288
- self, **kwargs: Unpack[UpdateDatabaseRequestRequestTypeDef]
284
+ self, **kwargs: Unpack[UpdateDatabaseRequestTypeDef]
289
285
  ) -> UpdateDatabaseResponseTypeDef:
290
286
  """
291
287
  Modifies the KMS key for an existing database.
@@ -295,7 +291,7 @@ class TimestreamWriteClient(BaseClient):
295
291
  """
296
292
 
297
293
  def update_table(
298
- self, **kwargs: Unpack[UpdateTableRequestRequestTypeDef]
294
+ self, **kwargs: Unpack[UpdateTableRequestTypeDef]
299
295
  ) -> UpdateTableResponseTypeDef:
300
296
  """
301
297
  Modifies the retention duration of the memory store and magnetic store for your
@@ -306,7 +302,7 @@ class TimestreamWriteClient(BaseClient):
306
302
  """
307
303
 
308
304
  def write_records(
309
- self, **kwargs: Unpack[WriteRecordsRequestRequestTypeDef]
305
+ self, **kwargs: Unpack[WriteRecordsRequestTypeDef]
310
306
  ) -> WriteRecordsResponseTypeDef:
311
307
  """
312
308
  Enables you to write your time-series data into Timestream.
@@ -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
 
@@ -122,7 +122,7 @@ class TimestreamWriteClient(BaseClient):
122
122
  """
123
123
 
124
124
  def create_batch_load_task(
125
- self, **kwargs: Unpack[CreateBatchLoadTaskRequestRequestTypeDef]
125
+ self, **kwargs: Unpack[CreateBatchLoadTaskRequestTypeDef]
126
126
  ) -> CreateBatchLoadTaskResponseTypeDef:
127
127
  """
128
128
  Creates a new Timestream batch load task.
@@ -132,7 +132,7 @@ class TimestreamWriteClient(BaseClient):
132
132
  """
133
133
 
134
134
  def create_database(
135
- self, **kwargs: Unpack[CreateDatabaseRequestRequestTypeDef]
135
+ self, **kwargs: Unpack[CreateDatabaseRequestTypeDef]
136
136
  ) -> CreateDatabaseResponseTypeDef:
137
137
  """
138
138
  Creates a new Timestream database.
@@ -142,7 +142,7 @@ class TimestreamWriteClient(BaseClient):
142
142
  """
143
143
 
144
144
  def create_table(
145
- self, **kwargs: Unpack[CreateTableRequestRequestTypeDef]
145
+ self, **kwargs: Unpack[CreateTableRequestTypeDef]
146
146
  ) -> CreateTableResponseTypeDef:
147
147
  """
148
148
  Adds a new table to an existing database in your account.
@@ -152,7 +152,7 @@ class TimestreamWriteClient(BaseClient):
152
152
  """
153
153
 
154
154
  def delete_database(
155
- self, **kwargs: Unpack[DeleteDatabaseRequestRequestTypeDef]
155
+ self, **kwargs: Unpack[DeleteDatabaseRequestTypeDef]
156
156
  ) -> EmptyResponseMetadataTypeDef:
157
157
  """
158
158
  Deletes a given Timestream database.
@@ -162,7 +162,7 @@ class TimestreamWriteClient(BaseClient):
162
162
  """
163
163
 
164
164
  def delete_table(
165
- self, **kwargs: Unpack[DeleteTableRequestRequestTypeDef]
165
+ self, **kwargs: Unpack[DeleteTableRequestTypeDef]
166
166
  ) -> EmptyResponseMetadataTypeDef:
167
167
  """
168
168
  Deletes a given Timestream table.
@@ -172,7 +172,7 @@ class TimestreamWriteClient(BaseClient):
172
172
  """
173
173
 
174
174
  def describe_batch_load_task(
175
- self, **kwargs: Unpack[DescribeBatchLoadTaskRequestRequestTypeDef]
175
+ self, **kwargs: Unpack[DescribeBatchLoadTaskRequestTypeDef]
176
176
  ) -> DescribeBatchLoadTaskResponseTypeDef:
177
177
  """
178
178
  Returns information about the batch load task, including configurations,
@@ -183,7 +183,7 @@ class TimestreamWriteClient(BaseClient):
183
183
  """
184
184
 
185
185
  def describe_database(
186
- self, **kwargs: Unpack[DescribeDatabaseRequestRequestTypeDef]
186
+ self, **kwargs: Unpack[DescribeDatabaseRequestTypeDef]
187
187
  ) -> DescribeDatabaseResponseTypeDef:
188
188
  """
189
189
  Returns information about the database, including the database name, time that
@@ -203,7 +203,7 @@ class TimestreamWriteClient(BaseClient):
203
203
  """
204
204
 
205
205
  def describe_table(
206
- self, **kwargs: Unpack[DescribeTableRequestRequestTypeDef]
206
+ self, **kwargs: Unpack[DescribeTableRequestTypeDef]
207
207
  ) -> DescribeTableResponseTypeDef:
208
208
  """
209
209
  Returns information about the table, including the table name, database name,
@@ -214,7 +214,7 @@ class TimestreamWriteClient(BaseClient):
214
214
  """
215
215
 
216
216
  def list_batch_load_tasks(
217
- self, **kwargs: Unpack[ListBatchLoadTasksRequestRequestTypeDef]
217
+ self, **kwargs: Unpack[ListBatchLoadTasksRequestTypeDef]
218
218
  ) -> ListBatchLoadTasksResponseTypeDef:
219
219
  """
220
220
  Provides a list of batch load tasks, along with the name, status, when the task
@@ -225,7 +225,7 @@ class TimestreamWriteClient(BaseClient):
225
225
  """
226
226
 
227
227
  def list_databases(
228
- self, **kwargs: Unpack[ListDatabasesRequestRequestTypeDef]
228
+ self, **kwargs: Unpack[ListDatabasesRequestTypeDef]
229
229
  ) -> ListDatabasesResponseTypeDef:
230
230
  """
231
231
  Returns a list of your Timestream databases.
@@ -234,9 +234,7 @@ class TimestreamWriteClient(BaseClient):
234
234
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#list_databases)
235
235
  """
236
236
 
237
- def list_tables(
238
- self, **kwargs: Unpack[ListTablesRequestRequestTypeDef]
239
- ) -> ListTablesResponseTypeDef:
237
+ def list_tables(self, **kwargs: Unpack[ListTablesRequestTypeDef]) -> ListTablesResponseTypeDef:
240
238
  """
241
239
  Provides a list of tables, along with the name, status, and retention
242
240
  properties of each table.
@@ -246,7 +244,7 @@ class TimestreamWriteClient(BaseClient):
246
244
  """
247
245
 
248
246
  def list_tags_for_resource(
249
- self, **kwargs: Unpack[ListTagsForResourceRequestRequestTypeDef]
247
+ self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
250
248
  ) -> ListTagsForResourceResponseTypeDef:
251
249
  """
252
250
  Lists all tags on a Timestream resource.
@@ -256,14 +254,14 @@ class TimestreamWriteClient(BaseClient):
256
254
  """
257
255
 
258
256
  def resume_batch_load_task(
259
- self, **kwargs: Unpack[ResumeBatchLoadTaskRequestRequestTypeDef]
257
+ self, **kwargs: Unpack[ResumeBatchLoadTaskRequestTypeDef]
260
258
  ) -> Dict[str, Any]:
261
259
  """
262
260
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write/client/resume_batch_load_task.html)
263
261
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#resume_batch_load_task)
264
262
  """
265
263
 
266
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
264
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
267
265
  """
268
266
  Associates a set of tags with a Timestream resource.
269
267
 
@@ -271,9 +269,7 @@ class TimestreamWriteClient(BaseClient):
271
269
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/client/#tag_resource)
272
270
  """
273
271
 
274
- def untag_resource(
275
- self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
276
- ) -> Dict[str, Any]:
272
+ def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> Dict[str, Any]:
277
273
  """
278
274
  Removes the association of tags from a Timestream resource.
279
275
 
@@ -282,7 +278,7 @@ class TimestreamWriteClient(BaseClient):
282
278
  """
283
279
 
284
280
  def update_database(
285
- self, **kwargs: Unpack[UpdateDatabaseRequestRequestTypeDef]
281
+ self, **kwargs: Unpack[UpdateDatabaseRequestTypeDef]
286
282
  ) -> UpdateDatabaseResponseTypeDef:
287
283
  """
288
284
  Modifies the KMS key for an existing database.
@@ -292,7 +288,7 @@ class TimestreamWriteClient(BaseClient):
292
288
  """
293
289
 
294
290
  def update_table(
295
- self, **kwargs: Unpack[UpdateTableRequestRequestTypeDef]
291
+ self, **kwargs: Unpack[UpdateTableRequestTypeDef]
296
292
  ) -> UpdateTableResponseTypeDef:
297
293
  """
298
294
  Modifies the retention duration of the memory store and magnetic store for your
@@ -303,7 +299,7 @@ class TimestreamWriteClient(BaseClient):
303
299
  """
304
300
 
305
301
  def write_records(
306
- self, **kwargs: Unpack[WriteRecordsRequestRequestTypeDef]
302
+ self, **kwargs: Unpack[WriteRecordsRequestTypeDef]
307
303
  ) -> WriteRecordsResponseTypeDef:
308
304
  """
309
305
  Enables you to write your time-series data into Timestream.
@@ -3,6 +3,8 @@ Type annotations for timestream-write service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: BatchLoadDataFormatType = "CSV"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -186,7 +186,6 @@ ServiceName = Literal[
186
186
  "efs",
187
187
  "eks",
188
188
  "eks-auth",
189
- "elastic-inference",
190
189
  "elasticache",
191
190
  "elasticbeanstalk",
192
191
  "elastictranscoder",
@@ -235,8 +234,6 @@ ServiceName = Literal[
235
234
  "iot",
236
235
  "iot-data",
237
236
  "iot-jobs-data",
238
- "iot1click-devices",
239
- "iot1click-projects",
240
237
  "iotanalytics",
241
238
  "iotdeviceadvisor",
242
239
  "iotevents",
@@ -3,6 +3,8 @@ Type annotations for timestream-write service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: BatchLoadDataFormatType = "CSV"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -184,7 +184,6 @@ ServiceName = Literal[
184
184
  "efs",
185
185
  "eks",
186
186
  "eks-auth",
187
- "elastic-inference",
188
187
  "elasticache",
189
188
  "elasticbeanstalk",
190
189
  "elastictranscoder",
@@ -233,8 +232,6 @@ ServiceName = Literal[
233
232
  "iot",
234
233
  "iot-data",
235
234
  "iot-jobs-data",
236
- "iot1click-devices",
237
- "iot1click-projects",
238
235
  "iotanalytics",
239
236
  "iotdeviceadvisor",
240
237
  "iotevents",