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