mypy-boto3-timestream-write 1.28.36__py3-none-any.whl → 1.29.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.
- mypy_boto3_timestream_write/__init__.py +1 -0
- mypy_boto3_timestream_write/__init__.pyi +1 -0
- mypy_boto3_timestream_write/__main__.py +4 -3
- mypy_boto3_timestream_write/client.py +14 -9
- mypy_boto3_timestream_write/client.pyi +36 -9
- mypy_boto3_timestream_write/literals.py +7 -1
- mypy_boto3_timestream_write/literals.pyi +7 -1
- mypy_boto3_timestream_write/type_defs.py +1 -62
- mypy_boto3_timestream_write/type_defs.pyi +1 -62
- mypy_boto3_timestream_write/version.py +2 -1
- {mypy_boto3_timestream_write-1.28.36.dist-info → mypy_boto3_timestream_write-1.29.0.dist-info}/METADATA +6 -6
- mypy_boto3_timestream_write-1.29.0.dist-info/RECORD +16 -0
- {mypy_boto3_timestream_write-1.28.36.dist-info → mypy_boto3_timestream_write-1.29.0.dist-info}/WHEEL +1 -1
- mypy_boto3_timestream_write-1.28.36.dist-info/RECORD +0 -16
- {mypy_boto3_timestream_write-1.28.36.dist-info → mypy_boto3_timestream_write-1.29.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_timestream_write-1.28.36.dist-info → mypy_boto3_timestream_write-1.29.0.dist-info}/top_level.txt +0 -0
|
@@ -11,6 +11,7 @@ Usage::
|
|
|
11
11
|
data: BatchLoadProgressReportTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
|
+
|
|
14
15
|
import sys
|
|
15
16
|
from datetime import datetime
|
|
16
17
|
from typing import Dict, List, Sequence
|
|
@@ -116,7 +117,6 @@ BatchLoadProgressReportTypeDef = TypedDict(
|
|
|
116
117
|
"BytesMetered": NotRequired[int],
|
|
117
118
|
},
|
|
118
119
|
)
|
|
119
|
-
|
|
120
120
|
BatchLoadTaskTypeDef = TypedDict(
|
|
121
121
|
"BatchLoadTaskTypeDef",
|
|
122
122
|
{
|
|
@@ -129,7 +129,6 @@ BatchLoadTaskTypeDef = TypedDict(
|
|
|
129
129
|
"ResumableUntil": NotRequired[datetime],
|
|
130
130
|
},
|
|
131
131
|
)
|
|
132
|
-
|
|
133
132
|
ResponseMetadataTypeDef = TypedDict(
|
|
134
133
|
"ResponseMetadataTypeDef",
|
|
135
134
|
{
|
|
@@ -140,7 +139,6 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
140
139
|
"RetryAttempts": int,
|
|
141
140
|
},
|
|
142
141
|
)
|
|
143
|
-
|
|
144
142
|
TagTypeDef = TypedDict(
|
|
145
143
|
"TagTypeDef",
|
|
146
144
|
{
|
|
@@ -148,7 +146,6 @@ TagTypeDef = TypedDict(
|
|
|
148
146
|
"Value": str,
|
|
149
147
|
},
|
|
150
148
|
)
|
|
151
|
-
|
|
152
149
|
DatabaseTypeDef = TypedDict(
|
|
153
150
|
"DatabaseTypeDef",
|
|
154
151
|
{
|
|
@@ -160,7 +157,6 @@ DatabaseTypeDef = TypedDict(
|
|
|
160
157
|
"LastUpdatedTime": NotRequired[datetime],
|
|
161
158
|
},
|
|
162
159
|
)
|
|
163
|
-
|
|
164
160
|
RetentionPropertiesTypeDef = TypedDict(
|
|
165
161
|
"RetentionPropertiesTypeDef",
|
|
166
162
|
{
|
|
@@ -168,7 +164,6 @@ RetentionPropertiesTypeDef = TypedDict(
|
|
|
168
164
|
"MagneticStoreRetentionPeriodInDays": int,
|
|
169
165
|
},
|
|
170
166
|
)
|
|
171
|
-
|
|
172
167
|
CsvConfigurationTypeDef = TypedDict(
|
|
173
168
|
"CsvConfigurationTypeDef",
|
|
174
169
|
{
|
|
@@ -179,7 +174,6 @@ CsvConfigurationTypeDef = TypedDict(
|
|
|
179
174
|
"TrimWhiteSpace": NotRequired[bool],
|
|
180
175
|
},
|
|
181
176
|
)
|
|
182
|
-
|
|
183
177
|
DataModelS3ConfigurationTypeDef = TypedDict(
|
|
184
178
|
"DataModelS3ConfigurationTypeDef",
|
|
185
179
|
{
|
|
@@ -187,7 +181,6 @@ DataModelS3ConfigurationTypeDef = TypedDict(
|
|
|
187
181
|
"ObjectKey": NotRequired[str],
|
|
188
182
|
},
|
|
189
183
|
)
|
|
190
|
-
|
|
191
184
|
DimensionMappingTypeDef = TypedDict(
|
|
192
185
|
"DimensionMappingTypeDef",
|
|
193
186
|
{
|
|
@@ -195,7 +188,6 @@ DimensionMappingTypeDef = TypedDict(
|
|
|
195
188
|
"DestinationColumn": NotRequired[str],
|
|
196
189
|
},
|
|
197
190
|
)
|
|
198
|
-
|
|
199
191
|
DataSourceS3ConfigurationTypeDef = TypedDict(
|
|
200
192
|
"DataSourceS3ConfigurationTypeDef",
|
|
201
193
|
{
|
|
@@ -203,14 +195,12 @@ DataSourceS3ConfigurationTypeDef = TypedDict(
|
|
|
203
195
|
"ObjectKeyPrefix": NotRequired[str],
|
|
204
196
|
},
|
|
205
197
|
)
|
|
206
|
-
|
|
207
198
|
DeleteDatabaseRequestRequestTypeDef = TypedDict(
|
|
208
199
|
"DeleteDatabaseRequestRequestTypeDef",
|
|
209
200
|
{
|
|
210
201
|
"DatabaseName": str,
|
|
211
202
|
},
|
|
212
203
|
)
|
|
213
|
-
|
|
214
204
|
DeleteTableRequestRequestTypeDef = TypedDict(
|
|
215
205
|
"DeleteTableRequestRequestTypeDef",
|
|
216
206
|
{
|
|
@@ -218,21 +208,18 @@ DeleteTableRequestRequestTypeDef = TypedDict(
|
|
|
218
208
|
"TableName": str,
|
|
219
209
|
},
|
|
220
210
|
)
|
|
221
|
-
|
|
222
211
|
DescribeBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
223
212
|
"DescribeBatchLoadTaskRequestRequestTypeDef",
|
|
224
213
|
{
|
|
225
214
|
"TaskId": str,
|
|
226
215
|
},
|
|
227
216
|
)
|
|
228
|
-
|
|
229
217
|
DescribeDatabaseRequestRequestTypeDef = TypedDict(
|
|
230
218
|
"DescribeDatabaseRequestRequestTypeDef",
|
|
231
219
|
{
|
|
232
220
|
"DatabaseName": str,
|
|
233
221
|
},
|
|
234
222
|
)
|
|
235
|
-
|
|
236
223
|
EndpointTypeDef = TypedDict(
|
|
237
224
|
"EndpointTypeDef",
|
|
238
225
|
{
|
|
@@ -240,7 +227,6 @@ EndpointTypeDef = TypedDict(
|
|
|
240
227
|
"CachePeriodInMinutes": int,
|
|
241
228
|
},
|
|
242
229
|
)
|
|
243
|
-
|
|
244
230
|
DescribeTableRequestRequestTypeDef = TypedDict(
|
|
245
231
|
"DescribeTableRequestRequestTypeDef",
|
|
246
232
|
{
|
|
@@ -248,7 +234,6 @@ DescribeTableRequestRequestTypeDef = TypedDict(
|
|
|
248
234
|
"TableName": str,
|
|
249
235
|
},
|
|
250
236
|
)
|
|
251
|
-
|
|
252
237
|
DimensionTypeDef = TypedDict(
|
|
253
238
|
"DimensionTypeDef",
|
|
254
239
|
{
|
|
@@ -257,7 +242,6 @@ DimensionTypeDef = TypedDict(
|
|
|
257
242
|
"DimensionValueType": NotRequired[Literal["VARCHAR"]],
|
|
258
243
|
},
|
|
259
244
|
)
|
|
260
|
-
|
|
261
245
|
ListBatchLoadTasksRequestRequestTypeDef = TypedDict(
|
|
262
246
|
"ListBatchLoadTasksRequestRequestTypeDef",
|
|
263
247
|
{
|
|
@@ -266,7 +250,6 @@ ListBatchLoadTasksRequestRequestTypeDef = TypedDict(
|
|
|
266
250
|
"TaskStatus": NotRequired[BatchLoadStatusType],
|
|
267
251
|
},
|
|
268
252
|
)
|
|
269
|
-
|
|
270
253
|
ListDatabasesRequestRequestTypeDef = TypedDict(
|
|
271
254
|
"ListDatabasesRequestRequestTypeDef",
|
|
272
255
|
{
|
|
@@ -274,7 +257,6 @@ ListDatabasesRequestRequestTypeDef = TypedDict(
|
|
|
274
257
|
"MaxResults": NotRequired[int],
|
|
275
258
|
},
|
|
276
259
|
)
|
|
277
|
-
|
|
278
260
|
ListTablesRequestRequestTypeDef = TypedDict(
|
|
279
261
|
"ListTablesRequestRequestTypeDef",
|
|
280
262
|
{
|
|
@@ -283,14 +265,12 @@ ListTablesRequestRequestTypeDef = TypedDict(
|
|
|
283
265
|
"MaxResults": NotRequired[int],
|
|
284
266
|
},
|
|
285
267
|
)
|
|
286
|
-
|
|
287
268
|
ListTagsForResourceRequestRequestTypeDef = TypedDict(
|
|
288
269
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
289
270
|
{
|
|
290
271
|
"ResourceARN": str,
|
|
291
272
|
},
|
|
292
273
|
)
|
|
293
|
-
|
|
294
274
|
S3ConfigurationTypeDef = TypedDict(
|
|
295
275
|
"S3ConfigurationTypeDef",
|
|
296
276
|
{
|
|
@@ -300,7 +280,6 @@ S3ConfigurationTypeDef = TypedDict(
|
|
|
300
280
|
"KmsKeyId": NotRequired[str],
|
|
301
281
|
},
|
|
302
282
|
)
|
|
303
|
-
|
|
304
283
|
MeasureValueTypeDef = TypedDict(
|
|
305
284
|
"MeasureValueTypeDef",
|
|
306
285
|
{
|
|
@@ -309,7 +288,6 @@ MeasureValueTypeDef = TypedDict(
|
|
|
309
288
|
"Type": MeasureValueTypeType,
|
|
310
289
|
},
|
|
311
290
|
)
|
|
312
|
-
|
|
313
291
|
MultiMeasureAttributeMappingTypeDef = TypedDict(
|
|
314
292
|
"MultiMeasureAttributeMappingTypeDef",
|
|
315
293
|
{
|
|
@@ -318,7 +296,6 @@ MultiMeasureAttributeMappingTypeDef = TypedDict(
|
|
|
318
296
|
"MeasureValueType": NotRequired[ScalarMeasureValueTypeType],
|
|
319
297
|
},
|
|
320
298
|
)
|
|
321
|
-
|
|
322
299
|
PartitionKeyTypeDef = TypedDict(
|
|
323
300
|
"PartitionKeyTypeDef",
|
|
324
301
|
{
|
|
@@ -327,7 +304,6 @@ PartitionKeyTypeDef = TypedDict(
|
|
|
327
304
|
"EnforcementInRecord": NotRequired[PartitionKeyEnforcementLevelType],
|
|
328
305
|
},
|
|
329
306
|
)
|
|
330
|
-
|
|
331
307
|
RecordsIngestedTypeDef = TypedDict(
|
|
332
308
|
"RecordsIngestedTypeDef",
|
|
333
309
|
{
|
|
@@ -336,7 +312,6 @@ RecordsIngestedTypeDef = TypedDict(
|
|
|
336
312
|
"MagneticStore": NotRequired[int],
|
|
337
313
|
},
|
|
338
314
|
)
|
|
339
|
-
|
|
340
315
|
ReportS3ConfigurationTypeDef = TypedDict(
|
|
341
316
|
"ReportS3ConfigurationTypeDef",
|
|
342
317
|
{
|
|
@@ -346,14 +321,12 @@ ReportS3ConfigurationTypeDef = TypedDict(
|
|
|
346
321
|
"KmsKeyId": NotRequired[str],
|
|
347
322
|
},
|
|
348
323
|
)
|
|
349
|
-
|
|
350
324
|
ResumeBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
351
325
|
"ResumeBatchLoadTaskRequestRequestTypeDef",
|
|
352
326
|
{
|
|
353
327
|
"TaskId": str,
|
|
354
328
|
},
|
|
355
329
|
)
|
|
356
|
-
|
|
357
330
|
UntagResourceRequestRequestTypeDef = TypedDict(
|
|
358
331
|
"UntagResourceRequestRequestTypeDef",
|
|
359
332
|
{
|
|
@@ -361,7 +334,6 @@ UntagResourceRequestRequestTypeDef = TypedDict(
|
|
|
361
334
|
"TagKeys": Sequence[str],
|
|
362
335
|
},
|
|
363
336
|
)
|
|
364
|
-
|
|
365
337
|
UpdateDatabaseRequestRequestTypeDef = TypedDict(
|
|
366
338
|
"UpdateDatabaseRequestRequestTypeDef",
|
|
367
339
|
{
|
|
@@ -369,7 +341,6 @@ UpdateDatabaseRequestRequestTypeDef = TypedDict(
|
|
|
369
341
|
"KmsKeyId": str,
|
|
370
342
|
},
|
|
371
343
|
)
|
|
372
|
-
|
|
373
344
|
CreateBatchLoadTaskResponseTypeDef = TypedDict(
|
|
374
345
|
"CreateBatchLoadTaskResponseTypeDef",
|
|
375
346
|
{
|
|
@@ -377,14 +348,12 @@ CreateBatchLoadTaskResponseTypeDef = TypedDict(
|
|
|
377
348
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
378
349
|
},
|
|
379
350
|
)
|
|
380
|
-
|
|
381
351
|
EmptyResponseMetadataTypeDef = TypedDict(
|
|
382
352
|
"EmptyResponseMetadataTypeDef",
|
|
383
353
|
{
|
|
384
354
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
385
355
|
},
|
|
386
356
|
)
|
|
387
|
-
|
|
388
357
|
ListBatchLoadTasksResponseTypeDef = TypedDict(
|
|
389
358
|
"ListBatchLoadTasksResponseTypeDef",
|
|
390
359
|
{
|
|
@@ -393,7 +362,6 @@ ListBatchLoadTasksResponseTypeDef = TypedDict(
|
|
|
393
362
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
394
363
|
},
|
|
395
364
|
)
|
|
396
|
-
|
|
397
365
|
CreateDatabaseRequestRequestTypeDef = TypedDict(
|
|
398
366
|
"CreateDatabaseRequestRequestTypeDef",
|
|
399
367
|
{
|
|
@@ -402,7 +370,6 @@ CreateDatabaseRequestRequestTypeDef = TypedDict(
|
|
|
402
370
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
403
371
|
},
|
|
404
372
|
)
|
|
405
|
-
|
|
406
373
|
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
407
374
|
"ListTagsForResourceResponseTypeDef",
|
|
408
375
|
{
|
|
@@ -410,7 +377,6 @@ ListTagsForResourceResponseTypeDef = TypedDict(
|
|
|
410
377
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
411
378
|
},
|
|
412
379
|
)
|
|
413
|
-
|
|
414
380
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
415
381
|
"TagResourceRequestRequestTypeDef",
|
|
416
382
|
{
|
|
@@ -418,7 +384,6 @@ TagResourceRequestRequestTypeDef = TypedDict(
|
|
|
418
384
|
"Tags": Sequence[TagTypeDef],
|
|
419
385
|
},
|
|
420
386
|
)
|
|
421
|
-
|
|
422
387
|
CreateDatabaseResponseTypeDef = TypedDict(
|
|
423
388
|
"CreateDatabaseResponseTypeDef",
|
|
424
389
|
{
|
|
@@ -426,7 +391,6 @@ CreateDatabaseResponseTypeDef = TypedDict(
|
|
|
426
391
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
427
392
|
},
|
|
428
393
|
)
|
|
429
|
-
|
|
430
394
|
DescribeDatabaseResponseTypeDef = TypedDict(
|
|
431
395
|
"DescribeDatabaseResponseTypeDef",
|
|
432
396
|
{
|
|
@@ -434,7 +398,6 @@ DescribeDatabaseResponseTypeDef = TypedDict(
|
|
|
434
398
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
435
399
|
},
|
|
436
400
|
)
|
|
437
|
-
|
|
438
401
|
ListDatabasesResponseTypeDef = TypedDict(
|
|
439
402
|
"ListDatabasesResponseTypeDef",
|
|
440
403
|
{
|
|
@@ -443,7 +406,6 @@ ListDatabasesResponseTypeDef = TypedDict(
|
|
|
443
406
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
444
407
|
},
|
|
445
408
|
)
|
|
446
|
-
|
|
447
409
|
UpdateDatabaseResponseTypeDef = TypedDict(
|
|
448
410
|
"UpdateDatabaseResponseTypeDef",
|
|
449
411
|
{
|
|
@@ -451,7 +413,6 @@ UpdateDatabaseResponseTypeDef = TypedDict(
|
|
|
451
413
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
452
414
|
},
|
|
453
415
|
)
|
|
454
|
-
|
|
455
416
|
DataSourceConfigurationTypeDef = TypedDict(
|
|
456
417
|
"DataSourceConfigurationTypeDef",
|
|
457
418
|
{
|
|
@@ -460,7 +421,6 @@ DataSourceConfigurationTypeDef = TypedDict(
|
|
|
460
421
|
"CsvConfiguration": NotRequired[CsvConfigurationTypeDef],
|
|
461
422
|
},
|
|
462
423
|
)
|
|
463
|
-
|
|
464
424
|
DescribeEndpointsResponseTypeDef = TypedDict(
|
|
465
425
|
"DescribeEndpointsResponseTypeDef",
|
|
466
426
|
{
|
|
@@ -468,14 +428,12 @@ DescribeEndpointsResponseTypeDef = TypedDict(
|
|
|
468
428
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
469
429
|
},
|
|
470
430
|
)
|
|
471
|
-
|
|
472
431
|
MagneticStoreRejectedDataLocationTypeDef = TypedDict(
|
|
473
432
|
"MagneticStoreRejectedDataLocationTypeDef",
|
|
474
433
|
{
|
|
475
434
|
"S3Configuration": NotRequired[S3ConfigurationTypeDef],
|
|
476
435
|
},
|
|
477
436
|
)
|
|
478
|
-
|
|
479
437
|
RecordTypeDef = TypedDict(
|
|
480
438
|
"RecordTypeDef",
|
|
481
439
|
{
|
|
@@ -489,7 +447,6 @@ RecordTypeDef = TypedDict(
|
|
|
489
447
|
"MeasureValues": NotRequired[Sequence[MeasureValueTypeDef]],
|
|
490
448
|
},
|
|
491
449
|
)
|
|
492
|
-
|
|
493
450
|
MixedMeasureMappingTypeDef = TypedDict(
|
|
494
451
|
"MixedMeasureMappingTypeDef",
|
|
495
452
|
{
|
|
@@ -500,7 +457,6 @@ MixedMeasureMappingTypeDef = TypedDict(
|
|
|
500
457
|
"MultiMeasureAttributeMappings": NotRequired[Sequence[MultiMeasureAttributeMappingTypeDef]],
|
|
501
458
|
},
|
|
502
459
|
)
|
|
503
|
-
|
|
504
460
|
MultiMeasureMappingsTypeDef = TypedDict(
|
|
505
461
|
"MultiMeasureMappingsTypeDef",
|
|
506
462
|
{
|
|
@@ -508,14 +464,12 @@ MultiMeasureMappingsTypeDef = TypedDict(
|
|
|
508
464
|
"TargetMultiMeasureName": NotRequired[str],
|
|
509
465
|
},
|
|
510
466
|
)
|
|
511
|
-
|
|
512
467
|
SchemaTypeDef = TypedDict(
|
|
513
468
|
"SchemaTypeDef",
|
|
514
469
|
{
|
|
515
470
|
"CompositePartitionKey": NotRequired[Sequence[PartitionKeyTypeDef]],
|
|
516
471
|
},
|
|
517
472
|
)
|
|
518
|
-
|
|
519
473
|
WriteRecordsResponseTypeDef = TypedDict(
|
|
520
474
|
"WriteRecordsResponseTypeDef",
|
|
521
475
|
{
|
|
@@ -523,14 +477,12 @@ WriteRecordsResponseTypeDef = TypedDict(
|
|
|
523
477
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
524
478
|
},
|
|
525
479
|
)
|
|
526
|
-
|
|
527
480
|
ReportConfigurationTypeDef = TypedDict(
|
|
528
481
|
"ReportConfigurationTypeDef",
|
|
529
482
|
{
|
|
530
483
|
"ReportS3Configuration": NotRequired[ReportS3ConfigurationTypeDef],
|
|
531
484
|
},
|
|
532
485
|
)
|
|
533
|
-
|
|
534
486
|
MagneticStoreWritePropertiesTypeDef = TypedDict(
|
|
535
487
|
"MagneticStoreWritePropertiesTypeDef",
|
|
536
488
|
{
|
|
@@ -538,7 +490,6 @@ MagneticStoreWritePropertiesTypeDef = TypedDict(
|
|
|
538
490
|
"MagneticStoreRejectedDataLocation": NotRequired[MagneticStoreRejectedDataLocationTypeDef],
|
|
539
491
|
},
|
|
540
492
|
)
|
|
541
|
-
|
|
542
493
|
WriteRecordsRequestRequestTypeDef = TypedDict(
|
|
543
494
|
"WriteRecordsRequestRequestTypeDef",
|
|
544
495
|
{
|
|
@@ -548,7 +499,6 @@ WriteRecordsRequestRequestTypeDef = TypedDict(
|
|
|
548
499
|
"CommonAttributes": NotRequired[RecordTypeDef],
|
|
549
500
|
},
|
|
550
501
|
)
|
|
551
|
-
|
|
552
502
|
DataModelTypeDef = TypedDict(
|
|
553
503
|
"DataModelTypeDef",
|
|
554
504
|
{
|
|
@@ -560,7 +510,6 @@ DataModelTypeDef = TypedDict(
|
|
|
560
510
|
"MeasureNameColumn": NotRequired[str],
|
|
561
511
|
},
|
|
562
512
|
)
|
|
563
|
-
|
|
564
513
|
CreateTableRequestRequestTypeDef = TypedDict(
|
|
565
514
|
"CreateTableRequestRequestTypeDef",
|
|
566
515
|
{
|
|
@@ -572,7 +521,6 @@ CreateTableRequestRequestTypeDef = TypedDict(
|
|
|
572
521
|
"Schema": NotRequired[SchemaTypeDef],
|
|
573
522
|
},
|
|
574
523
|
)
|
|
575
|
-
|
|
576
524
|
TableTypeDef = TypedDict(
|
|
577
525
|
"TableTypeDef",
|
|
578
526
|
{
|
|
@@ -587,7 +535,6 @@ TableTypeDef = TypedDict(
|
|
|
587
535
|
"Schema": NotRequired[SchemaTypeDef],
|
|
588
536
|
},
|
|
589
537
|
)
|
|
590
|
-
|
|
591
538
|
UpdateTableRequestRequestTypeDef = TypedDict(
|
|
592
539
|
"UpdateTableRequestRequestTypeDef",
|
|
593
540
|
{
|
|
@@ -598,7 +545,6 @@ UpdateTableRequestRequestTypeDef = TypedDict(
|
|
|
598
545
|
"Schema": NotRequired[SchemaTypeDef],
|
|
599
546
|
},
|
|
600
547
|
)
|
|
601
|
-
|
|
602
548
|
DataModelConfigurationTypeDef = TypedDict(
|
|
603
549
|
"DataModelConfigurationTypeDef",
|
|
604
550
|
{
|
|
@@ -606,7 +552,6 @@ DataModelConfigurationTypeDef = TypedDict(
|
|
|
606
552
|
"DataModelS3Configuration": NotRequired[DataModelS3ConfigurationTypeDef],
|
|
607
553
|
},
|
|
608
554
|
)
|
|
609
|
-
|
|
610
555
|
CreateTableResponseTypeDef = TypedDict(
|
|
611
556
|
"CreateTableResponseTypeDef",
|
|
612
557
|
{
|
|
@@ -614,7 +559,6 @@ CreateTableResponseTypeDef = TypedDict(
|
|
|
614
559
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
615
560
|
},
|
|
616
561
|
)
|
|
617
|
-
|
|
618
562
|
DescribeTableResponseTypeDef = TypedDict(
|
|
619
563
|
"DescribeTableResponseTypeDef",
|
|
620
564
|
{
|
|
@@ -622,7 +566,6 @@ DescribeTableResponseTypeDef = TypedDict(
|
|
|
622
566
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
623
567
|
},
|
|
624
568
|
)
|
|
625
|
-
|
|
626
569
|
ListTablesResponseTypeDef = TypedDict(
|
|
627
570
|
"ListTablesResponseTypeDef",
|
|
628
571
|
{
|
|
@@ -631,7 +574,6 @@ ListTablesResponseTypeDef = TypedDict(
|
|
|
631
574
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
632
575
|
},
|
|
633
576
|
)
|
|
634
|
-
|
|
635
577
|
UpdateTableResponseTypeDef = TypedDict(
|
|
636
578
|
"UpdateTableResponseTypeDef",
|
|
637
579
|
{
|
|
@@ -639,7 +581,6 @@ UpdateTableResponseTypeDef = TypedDict(
|
|
|
639
581
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
640
582
|
},
|
|
641
583
|
)
|
|
642
|
-
|
|
643
584
|
BatchLoadTaskDescriptionTypeDef = TypedDict(
|
|
644
585
|
"BatchLoadTaskDescriptionTypeDef",
|
|
645
586
|
{
|
|
@@ -658,7 +599,6 @@ BatchLoadTaskDescriptionTypeDef = TypedDict(
|
|
|
658
599
|
"ResumableUntil": NotRequired[datetime],
|
|
659
600
|
},
|
|
660
601
|
)
|
|
661
|
-
|
|
662
602
|
CreateBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
663
603
|
"CreateBatchLoadTaskRequestRequestTypeDef",
|
|
664
604
|
{
|
|
@@ -671,7 +611,6 @@ CreateBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
|
671
611
|
"RecordVersion": NotRequired[int],
|
|
672
612
|
},
|
|
673
613
|
)
|
|
674
|
-
|
|
675
614
|
DescribeBatchLoadTaskResponseTypeDef = TypedDict(
|
|
676
615
|
"DescribeBatchLoadTaskResponseTypeDef",
|
|
677
616
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-timestream-write
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.TimestreamWrite 1.
|
|
3
|
+
Version: 1.29.0
|
|
4
|
+
Summary: Type annotations for boto3.TimestreamWrite 1.29.0 service generated with mypy-boto3-builder 7.20.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
|
|
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Typed
|
|
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
43
44
|

|
|
44
45
|
|
|
45
46
|
Type annotations for
|
|
46
|
-
[boto3.TimestreamWrite 1.
|
|
47
|
+
[boto3.TimestreamWrite 1.29.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
|
|
47
48
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
54
|
|
|
54
55
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
56
|
+
[mypy-boto3-builder 7.20.3](https://github.com/youtype/mypy_boto3_builder).
|
|
56
57
|
|
|
57
58
|
More information can be found on
|
|
58
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -287,8 +288,7 @@ Full list of `TimestreamWrite` Literals can be found in
|
|
|
287
288
|
from mypy_boto3_timestream_write.literals import BatchLoadDataFormatType
|
|
288
289
|
|
|
289
290
|
|
|
290
|
-
def check_value(value: BatchLoadDataFormatType) -> bool:
|
|
291
|
-
...
|
|
291
|
+
def check_value(value: BatchLoadDataFormatType) -> bool: ...
|
|
292
292
|
```
|
|
293
293
|
|
|
294
294
|
<a id="type-definitions"></a>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
mypy_boto3_timestream_write/__init__.py,sha256=mGgSBYQoaIMtLEjaiUW3njIs7f03PM50YNysyBgZ1rY,441
|
|
2
|
+
mypy_boto3_timestream_write/__init__.pyi,sha256=c8v0jdY10_BNx9DE-2biREGy2AVm2CwKZujBOwjjEbg,440
|
|
3
|
+
mypy_boto3_timestream_write/__main__.py,sha256=2UMUa0Cd8KAAtSzA9kQsYwF6VVCHtBD0leqOUh7CZCA,939
|
|
4
|
+
mypy_boto3_timestream_write/client.py,sha256=m12PJ_ijiPtmzMDvdhi4NK7jE3x8gjpcdA9fo1X3JBA,15384
|
|
5
|
+
mypy_boto3_timestream_write/client.pyi,sha256=opaacxKElS-Mo8XJgNVg1OmewUN3r4ttggccH3mPM5w,15381
|
|
6
|
+
mypy_boto3_timestream_write/literals.py,sha256=36Pl2siUiUmfaPg7Czy3pRURdYM0hs5plZRme8CXkyk,8933
|
|
7
|
+
mypy_boto3_timestream_write/literals.pyi,sha256=KrQaTaD9lFa8kIsBlAqCO3ThDkZFuZh5tyXKFhblK9o,8931
|
|
8
|
+
mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
mypy_boto3_timestream_write/type_defs.py,sha256=CfRl5PGiUALEFpExqjuJtG4oZ8MOKRUtvfrw4T3Q2N4,18280
|
|
10
|
+
mypy_boto3_timestream_write/type_defs.pyi,sha256=rU_yqnIB80-ZcXhHDfoXjq8opCBNhWR30uHJ_6t8qcY,18279
|
|
11
|
+
mypy_boto3_timestream_write/version.py,sha256=mNcCytW-69sJJzx3XNhhsfbD50BPuV9MHF1qR-EBBZ0,61
|
|
12
|
+
mypy_boto3_timestream_write-1.29.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
+
mypy_boto3_timestream_write-1.29.0.dist-info/METADATA,sha256=HrenMuWIlofZfk4AKjNqAqfc8pz-Xr4EVDok8p5znh8,12603
|
|
14
|
+
mypy_boto3_timestream_write-1.29.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
15
|
+
mypy_boto3_timestream_write-1.29.0.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
|
|
16
|
+
mypy_boto3_timestream_write-1.29.0.dist-info/RECORD,,
|
|
@@ -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=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,,
|
|
File without changes
|
|
File without changes
|