mypy-boto3-timestream-write 1.28.12__py3-none-any.whl → 1.28.15__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/__main__.py +3 -3
- mypy_boto3_timestream_write/type_defs.py +52 -272
- mypy_boto3_timestream_write/type_defs.pyi +52 -260
- mypy_boto3_timestream_write/version.py +1 -1
- {mypy_boto3_timestream_write-1.28.12.dist-info → mypy_boto3_timestream_write-1.28.15.dist-info}/METADATA +7 -21
- {mypy_boto3_timestream_write-1.28.12.dist-info → mypy_boto3_timestream_write-1.28.15.dist-info}/RECORD +9 -9
- {mypy_boto3_timestream_write-1.28.12.dist-info → mypy_boto3_timestream_write-1.28.15.dist-info}/LICENSE +0 -0
- {mypy_boto3_timestream_write-1.28.12.dist-info → mypy_boto3_timestream_write-1.28.15.dist-info}/WHEEL +0 -0
- {mypy_boto3_timestream_write-1.28.12.dist-info → mypy_boto3_timestream_write-1.28.15.dist-info}/top_level.txt +0 -0
|
@@ -9,8 +9,8 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.TimestreamWrite 1.28.
|
|
13
|
-
" version: 7.
|
|
12
|
+
"Type annotations for boto3.TimestreamWrite 1.28.15\nVersion: 1.28.15\nBuilder"
|
|
13
|
+
" version: 7.16.1\nDocs: "
|
|
14
14
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write//\nBoto3 docs: "
|
|
15
15
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite\nOther"
|
|
16
16
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.28.
|
|
25
|
+
print("1.28.15")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
|
@@ -43,13 +43,9 @@ __all__ = (
|
|
|
43
43
|
"TagTypeDef",
|
|
44
44
|
"DatabaseTypeDef",
|
|
45
45
|
"RetentionPropertiesTypeDef",
|
|
46
|
-
"CsvConfigurationOutputTypeDef",
|
|
47
46
|
"CsvConfigurationTypeDef",
|
|
48
|
-
"DataModelS3ConfigurationOutputTypeDef",
|
|
49
47
|
"DataModelS3ConfigurationTypeDef",
|
|
50
|
-
"DimensionMappingOutputTypeDef",
|
|
51
48
|
"DimensionMappingTypeDef",
|
|
52
|
-
"DataSourceS3ConfigurationOutputTypeDef",
|
|
53
49
|
"DataSourceS3ConfigurationTypeDef",
|
|
54
50
|
"DeleteDatabaseRequestRequestTypeDef",
|
|
55
51
|
"DeleteTableRequestRequestTypeDef",
|
|
@@ -62,53 +58,43 @@ __all__ = (
|
|
|
62
58
|
"ListDatabasesRequestRequestTypeDef",
|
|
63
59
|
"ListTablesRequestRequestTypeDef",
|
|
64
60
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
65
|
-
"TagOutputTypeDef",
|
|
66
|
-
"S3ConfigurationOutputTypeDef",
|
|
67
61
|
"S3ConfigurationTypeDef",
|
|
68
62
|
"MeasureValueTypeDef",
|
|
69
|
-
"MultiMeasureAttributeMappingOutputTypeDef",
|
|
70
63
|
"MultiMeasureAttributeMappingTypeDef",
|
|
71
|
-
"PartitionKeyOutputTypeDef",
|
|
72
64
|
"PartitionKeyTypeDef",
|
|
73
65
|
"RecordsIngestedTypeDef",
|
|
74
|
-
"ReportS3ConfigurationOutputTypeDef",
|
|
75
66
|
"ReportS3ConfigurationTypeDef",
|
|
76
67
|
"ResumeBatchLoadTaskRequestRequestTypeDef",
|
|
77
|
-
"RetentionPropertiesOutputTypeDef",
|
|
78
68
|
"UntagResourceRequestRequestTypeDef",
|
|
79
69
|
"UpdateDatabaseRequestRequestTypeDef",
|
|
80
70
|
"CreateBatchLoadTaskResponseTypeDef",
|
|
81
71
|
"EmptyResponseMetadataTypeDef",
|
|
82
72
|
"ListBatchLoadTasksResponseTypeDef",
|
|
83
73
|
"CreateDatabaseRequestRequestTypeDef",
|
|
74
|
+
"ListTagsForResourceResponseTypeDef",
|
|
84
75
|
"TagResourceRequestRequestTypeDef",
|
|
85
76
|
"CreateDatabaseResponseTypeDef",
|
|
86
77
|
"DescribeDatabaseResponseTypeDef",
|
|
87
78
|
"ListDatabasesResponseTypeDef",
|
|
88
79
|
"UpdateDatabaseResponseTypeDef",
|
|
89
|
-
"DataSourceConfigurationOutputTypeDef",
|
|
90
80
|
"DataSourceConfigurationTypeDef",
|
|
91
81
|
"DescribeEndpointsResponseTypeDef",
|
|
92
|
-
"ListTagsForResourceResponseTypeDef",
|
|
93
|
-
"MagneticStoreRejectedDataLocationOutputTypeDef",
|
|
94
82
|
"MagneticStoreRejectedDataLocationTypeDef",
|
|
95
83
|
"RecordTypeDef",
|
|
96
84
|
"MixedMeasureMappingOutputTypeDef",
|
|
97
|
-
"MultiMeasureMappingsOutputTypeDef",
|
|
98
85
|
"MixedMeasureMappingTypeDef",
|
|
86
|
+
"MultiMeasureMappingsOutputTypeDef",
|
|
99
87
|
"MultiMeasureMappingsTypeDef",
|
|
100
88
|
"SchemaOutputTypeDef",
|
|
101
89
|
"SchemaTypeDef",
|
|
102
90
|
"WriteRecordsResponseTypeDef",
|
|
103
|
-
"ReportConfigurationOutputTypeDef",
|
|
104
91
|
"ReportConfigurationTypeDef",
|
|
105
|
-
"MagneticStoreWritePropertiesOutputTypeDef",
|
|
106
92
|
"MagneticStoreWritePropertiesTypeDef",
|
|
107
93
|
"WriteRecordsRequestRequestTypeDef",
|
|
108
94
|
"DataModelOutputTypeDef",
|
|
109
95
|
"DataModelTypeDef",
|
|
110
|
-
"TableTypeDef",
|
|
111
96
|
"CreateTableRequestRequestTypeDef",
|
|
97
|
+
"TableTypeDef",
|
|
112
98
|
"UpdateTableRequestRequestTypeDef",
|
|
113
99
|
"DataModelConfigurationOutputTypeDef",
|
|
114
100
|
"DataModelConfigurationTypeDef",
|
|
@@ -188,18 +174,6 @@ RetentionPropertiesTypeDef = TypedDict(
|
|
|
188
174
|
},
|
|
189
175
|
)
|
|
190
176
|
|
|
191
|
-
CsvConfigurationOutputTypeDef = TypedDict(
|
|
192
|
-
"CsvConfigurationOutputTypeDef",
|
|
193
|
-
{
|
|
194
|
-
"ColumnSeparator": str,
|
|
195
|
-
"EscapeChar": str,
|
|
196
|
-
"QuoteChar": str,
|
|
197
|
-
"NullValue": str,
|
|
198
|
-
"TrimWhiteSpace": bool,
|
|
199
|
-
},
|
|
200
|
-
total=False,
|
|
201
|
-
)
|
|
202
|
-
|
|
203
177
|
CsvConfigurationTypeDef = TypedDict(
|
|
204
178
|
"CsvConfigurationTypeDef",
|
|
205
179
|
{
|
|
@@ -212,15 +186,6 @@ CsvConfigurationTypeDef = TypedDict(
|
|
|
212
186
|
total=False,
|
|
213
187
|
)
|
|
214
188
|
|
|
215
|
-
DataModelS3ConfigurationOutputTypeDef = TypedDict(
|
|
216
|
-
"DataModelS3ConfigurationOutputTypeDef",
|
|
217
|
-
{
|
|
218
|
-
"BucketName": str,
|
|
219
|
-
"ObjectKey": str,
|
|
220
|
-
},
|
|
221
|
-
total=False,
|
|
222
|
-
)
|
|
223
|
-
|
|
224
189
|
DataModelS3ConfigurationTypeDef = TypedDict(
|
|
225
190
|
"DataModelS3ConfigurationTypeDef",
|
|
226
191
|
{
|
|
@@ -230,15 +195,6 @@ DataModelS3ConfigurationTypeDef = TypedDict(
|
|
|
230
195
|
total=False,
|
|
231
196
|
)
|
|
232
197
|
|
|
233
|
-
DimensionMappingOutputTypeDef = TypedDict(
|
|
234
|
-
"DimensionMappingOutputTypeDef",
|
|
235
|
-
{
|
|
236
|
-
"SourceColumn": str,
|
|
237
|
-
"DestinationColumn": str,
|
|
238
|
-
},
|
|
239
|
-
total=False,
|
|
240
|
-
)
|
|
241
|
-
|
|
242
198
|
DimensionMappingTypeDef = TypedDict(
|
|
243
199
|
"DimensionMappingTypeDef",
|
|
244
200
|
{
|
|
@@ -248,27 +204,6 @@ DimensionMappingTypeDef = TypedDict(
|
|
|
248
204
|
total=False,
|
|
249
205
|
)
|
|
250
206
|
|
|
251
|
-
_RequiredDataSourceS3ConfigurationOutputTypeDef = TypedDict(
|
|
252
|
-
"_RequiredDataSourceS3ConfigurationOutputTypeDef",
|
|
253
|
-
{
|
|
254
|
-
"BucketName": str,
|
|
255
|
-
},
|
|
256
|
-
)
|
|
257
|
-
_OptionalDataSourceS3ConfigurationOutputTypeDef = TypedDict(
|
|
258
|
-
"_OptionalDataSourceS3ConfigurationOutputTypeDef",
|
|
259
|
-
{
|
|
260
|
-
"ObjectKeyPrefix": str,
|
|
261
|
-
},
|
|
262
|
-
total=False,
|
|
263
|
-
)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
class DataSourceS3ConfigurationOutputTypeDef(
|
|
267
|
-
_RequiredDataSourceS3ConfigurationOutputTypeDef, _OptionalDataSourceS3ConfigurationOutputTypeDef
|
|
268
|
-
):
|
|
269
|
-
pass
|
|
270
|
-
|
|
271
|
-
|
|
272
207
|
_RequiredDataSourceS3ConfigurationTypeDef = TypedDict(
|
|
273
208
|
"_RequiredDataSourceS3ConfigurationTypeDef",
|
|
274
209
|
{
|
|
@@ -391,25 +326,6 @@ ListTagsForResourceRequestRequestTypeDef = TypedDict(
|
|
|
391
326
|
},
|
|
392
327
|
)
|
|
393
328
|
|
|
394
|
-
TagOutputTypeDef = TypedDict(
|
|
395
|
-
"TagOutputTypeDef",
|
|
396
|
-
{
|
|
397
|
-
"Key": str,
|
|
398
|
-
"Value": str,
|
|
399
|
-
},
|
|
400
|
-
)
|
|
401
|
-
|
|
402
|
-
S3ConfigurationOutputTypeDef = TypedDict(
|
|
403
|
-
"S3ConfigurationOutputTypeDef",
|
|
404
|
-
{
|
|
405
|
-
"BucketName": str,
|
|
406
|
-
"ObjectKeyPrefix": str,
|
|
407
|
-
"EncryptionOption": S3EncryptionOptionType,
|
|
408
|
-
"KmsKeyId": str,
|
|
409
|
-
},
|
|
410
|
-
total=False,
|
|
411
|
-
)
|
|
412
|
-
|
|
413
329
|
S3ConfigurationTypeDef = TypedDict(
|
|
414
330
|
"S3ConfigurationTypeDef",
|
|
415
331
|
{
|
|
@@ -430,29 +346,6 @@ MeasureValueTypeDef = TypedDict(
|
|
|
430
346
|
},
|
|
431
347
|
)
|
|
432
348
|
|
|
433
|
-
_RequiredMultiMeasureAttributeMappingOutputTypeDef = TypedDict(
|
|
434
|
-
"_RequiredMultiMeasureAttributeMappingOutputTypeDef",
|
|
435
|
-
{
|
|
436
|
-
"SourceColumn": str,
|
|
437
|
-
},
|
|
438
|
-
)
|
|
439
|
-
_OptionalMultiMeasureAttributeMappingOutputTypeDef = TypedDict(
|
|
440
|
-
"_OptionalMultiMeasureAttributeMappingOutputTypeDef",
|
|
441
|
-
{
|
|
442
|
-
"TargetMultiMeasureAttributeName": str,
|
|
443
|
-
"MeasureValueType": ScalarMeasureValueTypeType,
|
|
444
|
-
},
|
|
445
|
-
total=False,
|
|
446
|
-
)
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
class MultiMeasureAttributeMappingOutputTypeDef(
|
|
450
|
-
_RequiredMultiMeasureAttributeMappingOutputTypeDef,
|
|
451
|
-
_OptionalMultiMeasureAttributeMappingOutputTypeDef,
|
|
452
|
-
):
|
|
453
|
-
pass
|
|
454
|
-
|
|
455
|
-
|
|
456
349
|
_RequiredMultiMeasureAttributeMappingTypeDef = TypedDict(
|
|
457
350
|
"_RequiredMultiMeasureAttributeMappingTypeDef",
|
|
458
351
|
{
|
|
@@ -475,28 +368,6 @@ class MultiMeasureAttributeMappingTypeDef(
|
|
|
475
368
|
pass
|
|
476
369
|
|
|
477
370
|
|
|
478
|
-
_RequiredPartitionKeyOutputTypeDef = TypedDict(
|
|
479
|
-
"_RequiredPartitionKeyOutputTypeDef",
|
|
480
|
-
{
|
|
481
|
-
"Type": PartitionKeyTypeType,
|
|
482
|
-
},
|
|
483
|
-
)
|
|
484
|
-
_OptionalPartitionKeyOutputTypeDef = TypedDict(
|
|
485
|
-
"_OptionalPartitionKeyOutputTypeDef",
|
|
486
|
-
{
|
|
487
|
-
"Name": str,
|
|
488
|
-
"EnforcementInRecord": PartitionKeyEnforcementLevelType,
|
|
489
|
-
},
|
|
490
|
-
total=False,
|
|
491
|
-
)
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
class PartitionKeyOutputTypeDef(
|
|
495
|
-
_RequiredPartitionKeyOutputTypeDef, _OptionalPartitionKeyOutputTypeDef
|
|
496
|
-
):
|
|
497
|
-
pass
|
|
498
|
-
|
|
499
|
-
|
|
500
371
|
_RequiredPartitionKeyTypeDef = TypedDict(
|
|
501
372
|
"_RequiredPartitionKeyTypeDef",
|
|
502
373
|
{
|
|
@@ -527,29 +398,6 @@ RecordsIngestedTypeDef = TypedDict(
|
|
|
527
398
|
total=False,
|
|
528
399
|
)
|
|
529
400
|
|
|
530
|
-
_RequiredReportS3ConfigurationOutputTypeDef = TypedDict(
|
|
531
|
-
"_RequiredReportS3ConfigurationOutputTypeDef",
|
|
532
|
-
{
|
|
533
|
-
"BucketName": str,
|
|
534
|
-
},
|
|
535
|
-
)
|
|
536
|
-
_OptionalReportS3ConfigurationOutputTypeDef = TypedDict(
|
|
537
|
-
"_OptionalReportS3ConfigurationOutputTypeDef",
|
|
538
|
-
{
|
|
539
|
-
"ObjectKeyPrefix": str,
|
|
540
|
-
"EncryptionOption": S3EncryptionOptionType,
|
|
541
|
-
"KmsKeyId": str,
|
|
542
|
-
},
|
|
543
|
-
total=False,
|
|
544
|
-
)
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
class ReportS3ConfigurationOutputTypeDef(
|
|
548
|
-
_RequiredReportS3ConfigurationOutputTypeDef, _OptionalReportS3ConfigurationOutputTypeDef
|
|
549
|
-
):
|
|
550
|
-
pass
|
|
551
|
-
|
|
552
|
-
|
|
553
401
|
_RequiredReportS3ConfigurationTypeDef = TypedDict(
|
|
554
402
|
"_RequiredReportS3ConfigurationTypeDef",
|
|
555
403
|
{
|
|
@@ -580,14 +428,6 @@ ResumeBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
|
580
428
|
},
|
|
581
429
|
)
|
|
582
430
|
|
|
583
|
-
RetentionPropertiesOutputTypeDef = TypedDict(
|
|
584
|
-
"RetentionPropertiesOutputTypeDef",
|
|
585
|
-
{
|
|
586
|
-
"MemoryStoreRetentionPeriodInHours": int,
|
|
587
|
-
"MagneticStoreRetentionPeriodInDays": int,
|
|
588
|
-
},
|
|
589
|
-
)
|
|
590
|
-
|
|
591
431
|
UntagResourceRequestRequestTypeDef = TypedDict(
|
|
592
432
|
"UntagResourceRequestRequestTypeDef",
|
|
593
433
|
{
|
|
@@ -650,6 +490,14 @@ class CreateDatabaseRequestRequestTypeDef(
|
|
|
650
490
|
pass
|
|
651
491
|
|
|
652
492
|
|
|
493
|
+
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
494
|
+
"ListTagsForResourceResponseTypeDef",
|
|
495
|
+
{
|
|
496
|
+
"Tags": List[TagTypeDef],
|
|
497
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
498
|
+
},
|
|
499
|
+
)
|
|
500
|
+
|
|
653
501
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
654
502
|
"TagResourceRequestRequestTypeDef",
|
|
655
503
|
{
|
|
@@ -691,28 +539,6 @@ UpdateDatabaseResponseTypeDef = TypedDict(
|
|
|
691
539
|
},
|
|
692
540
|
)
|
|
693
541
|
|
|
694
|
-
_RequiredDataSourceConfigurationOutputTypeDef = TypedDict(
|
|
695
|
-
"_RequiredDataSourceConfigurationOutputTypeDef",
|
|
696
|
-
{
|
|
697
|
-
"DataSourceS3Configuration": DataSourceS3ConfigurationOutputTypeDef,
|
|
698
|
-
"DataFormat": Literal["CSV"],
|
|
699
|
-
},
|
|
700
|
-
)
|
|
701
|
-
_OptionalDataSourceConfigurationOutputTypeDef = TypedDict(
|
|
702
|
-
"_OptionalDataSourceConfigurationOutputTypeDef",
|
|
703
|
-
{
|
|
704
|
-
"CsvConfiguration": CsvConfigurationOutputTypeDef,
|
|
705
|
-
},
|
|
706
|
-
total=False,
|
|
707
|
-
)
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
class DataSourceConfigurationOutputTypeDef(
|
|
711
|
-
_RequiredDataSourceConfigurationOutputTypeDef, _OptionalDataSourceConfigurationOutputTypeDef
|
|
712
|
-
):
|
|
713
|
-
pass
|
|
714
|
-
|
|
715
|
-
|
|
716
542
|
_RequiredDataSourceConfigurationTypeDef = TypedDict(
|
|
717
543
|
"_RequiredDataSourceConfigurationTypeDef",
|
|
718
544
|
{
|
|
@@ -743,22 +569,6 @@ DescribeEndpointsResponseTypeDef = TypedDict(
|
|
|
743
569
|
},
|
|
744
570
|
)
|
|
745
571
|
|
|
746
|
-
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
747
|
-
"ListTagsForResourceResponseTypeDef",
|
|
748
|
-
{
|
|
749
|
-
"Tags": List[TagOutputTypeDef],
|
|
750
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
751
|
-
},
|
|
752
|
-
)
|
|
753
|
-
|
|
754
|
-
MagneticStoreRejectedDataLocationOutputTypeDef = TypedDict(
|
|
755
|
-
"MagneticStoreRejectedDataLocationOutputTypeDef",
|
|
756
|
-
{
|
|
757
|
-
"S3Configuration": S3ConfigurationOutputTypeDef,
|
|
758
|
-
},
|
|
759
|
-
total=False,
|
|
760
|
-
)
|
|
761
|
-
|
|
762
572
|
MagneticStoreRejectedDataLocationTypeDef = TypedDict(
|
|
763
573
|
"MagneticStoreRejectedDataLocationTypeDef",
|
|
764
574
|
{
|
|
@@ -794,7 +604,7 @@ _OptionalMixedMeasureMappingOutputTypeDef = TypedDict(
|
|
|
794
604
|
"MeasureName": str,
|
|
795
605
|
"SourceColumn": str,
|
|
796
606
|
"TargetMeasureName": str,
|
|
797
|
-
"MultiMeasureAttributeMappings": List[
|
|
607
|
+
"MultiMeasureAttributeMappings": List[MultiMeasureAttributeMappingTypeDef],
|
|
798
608
|
},
|
|
799
609
|
total=False,
|
|
800
610
|
)
|
|
@@ -806,47 +616,47 @@ class MixedMeasureMappingOutputTypeDef(
|
|
|
806
616
|
pass
|
|
807
617
|
|
|
808
618
|
|
|
809
|
-
|
|
810
|
-
"
|
|
619
|
+
_RequiredMixedMeasureMappingTypeDef = TypedDict(
|
|
620
|
+
"_RequiredMixedMeasureMappingTypeDef",
|
|
811
621
|
{
|
|
812
|
-
"
|
|
622
|
+
"MeasureValueType": MeasureValueTypeType,
|
|
813
623
|
},
|
|
814
624
|
)
|
|
815
|
-
|
|
816
|
-
"
|
|
625
|
+
_OptionalMixedMeasureMappingTypeDef = TypedDict(
|
|
626
|
+
"_OptionalMixedMeasureMappingTypeDef",
|
|
817
627
|
{
|
|
818
|
-
"
|
|
628
|
+
"MeasureName": str,
|
|
629
|
+
"SourceColumn": str,
|
|
630
|
+
"TargetMeasureName": str,
|
|
631
|
+
"MultiMeasureAttributeMappings": Sequence[MultiMeasureAttributeMappingTypeDef],
|
|
819
632
|
},
|
|
820
633
|
total=False,
|
|
821
634
|
)
|
|
822
635
|
|
|
823
636
|
|
|
824
|
-
class
|
|
825
|
-
|
|
637
|
+
class MixedMeasureMappingTypeDef(
|
|
638
|
+
_RequiredMixedMeasureMappingTypeDef, _OptionalMixedMeasureMappingTypeDef
|
|
826
639
|
):
|
|
827
640
|
pass
|
|
828
641
|
|
|
829
642
|
|
|
830
|
-
|
|
831
|
-
"
|
|
643
|
+
_RequiredMultiMeasureMappingsOutputTypeDef = TypedDict(
|
|
644
|
+
"_RequiredMultiMeasureMappingsOutputTypeDef",
|
|
832
645
|
{
|
|
833
|
-
"
|
|
646
|
+
"MultiMeasureAttributeMappings": List[MultiMeasureAttributeMappingTypeDef],
|
|
834
647
|
},
|
|
835
648
|
)
|
|
836
|
-
|
|
837
|
-
"
|
|
649
|
+
_OptionalMultiMeasureMappingsOutputTypeDef = TypedDict(
|
|
650
|
+
"_OptionalMultiMeasureMappingsOutputTypeDef",
|
|
838
651
|
{
|
|
839
|
-
"
|
|
840
|
-
"SourceColumn": str,
|
|
841
|
-
"TargetMeasureName": str,
|
|
842
|
-
"MultiMeasureAttributeMappings": Sequence[MultiMeasureAttributeMappingTypeDef],
|
|
652
|
+
"TargetMultiMeasureName": str,
|
|
843
653
|
},
|
|
844
654
|
total=False,
|
|
845
655
|
)
|
|
846
656
|
|
|
847
657
|
|
|
848
|
-
class
|
|
849
|
-
|
|
658
|
+
class MultiMeasureMappingsOutputTypeDef(
|
|
659
|
+
_RequiredMultiMeasureMappingsOutputTypeDef, _OptionalMultiMeasureMappingsOutputTypeDef
|
|
850
660
|
):
|
|
851
661
|
pass
|
|
852
662
|
|
|
@@ -875,7 +685,7 @@ class MultiMeasureMappingsTypeDef(
|
|
|
875
685
|
SchemaOutputTypeDef = TypedDict(
|
|
876
686
|
"SchemaOutputTypeDef",
|
|
877
687
|
{
|
|
878
|
-
"CompositePartitionKey": List[
|
|
688
|
+
"CompositePartitionKey": List[PartitionKeyTypeDef],
|
|
879
689
|
},
|
|
880
690
|
total=False,
|
|
881
691
|
)
|
|
@@ -896,14 +706,6 @@ WriteRecordsResponseTypeDef = TypedDict(
|
|
|
896
706
|
},
|
|
897
707
|
)
|
|
898
708
|
|
|
899
|
-
ReportConfigurationOutputTypeDef = TypedDict(
|
|
900
|
-
"ReportConfigurationOutputTypeDef",
|
|
901
|
-
{
|
|
902
|
-
"ReportS3Configuration": ReportS3ConfigurationOutputTypeDef,
|
|
903
|
-
},
|
|
904
|
-
total=False,
|
|
905
|
-
)
|
|
906
|
-
|
|
907
709
|
ReportConfigurationTypeDef = TypedDict(
|
|
908
710
|
"ReportConfigurationTypeDef",
|
|
909
711
|
{
|
|
@@ -912,28 +714,6 @@ ReportConfigurationTypeDef = TypedDict(
|
|
|
912
714
|
total=False,
|
|
913
715
|
)
|
|
914
716
|
|
|
915
|
-
_RequiredMagneticStoreWritePropertiesOutputTypeDef = TypedDict(
|
|
916
|
-
"_RequiredMagneticStoreWritePropertiesOutputTypeDef",
|
|
917
|
-
{
|
|
918
|
-
"EnableMagneticStoreWrites": bool,
|
|
919
|
-
},
|
|
920
|
-
)
|
|
921
|
-
_OptionalMagneticStoreWritePropertiesOutputTypeDef = TypedDict(
|
|
922
|
-
"_OptionalMagneticStoreWritePropertiesOutputTypeDef",
|
|
923
|
-
{
|
|
924
|
-
"MagneticStoreRejectedDataLocation": MagneticStoreRejectedDataLocationOutputTypeDef,
|
|
925
|
-
},
|
|
926
|
-
total=False,
|
|
927
|
-
)
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
class MagneticStoreWritePropertiesOutputTypeDef(
|
|
931
|
-
_RequiredMagneticStoreWritePropertiesOutputTypeDef,
|
|
932
|
-
_OptionalMagneticStoreWritePropertiesOutputTypeDef,
|
|
933
|
-
):
|
|
934
|
-
pass
|
|
935
|
-
|
|
936
|
-
|
|
937
717
|
_RequiredMagneticStoreWritePropertiesTypeDef = TypedDict(
|
|
938
718
|
"_RequiredMagneticStoreWritePropertiesTypeDef",
|
|
939
719
|
{
|
|
@@ -981,7 +761,7 @@ class WriteRecordsRequestRequestTypeDef(
|
|
|
981
761
|
_RequiredDataModelOutputTypeDef = TypedDict(
|
|
982
762
|
"_RequiredDataModelOutputTypeDef",
|
|
983
763
|
{
|
|
984
|
-
"DimensionMappings": List[
|
|
764
|
+
"DimensionMappings": List[DimensionMappingTypeDef],
|
|
985
765
|
},
|
|
986
766
|
)
|
|
987
767
|
_OptionalDataModelOutputTypeDef = TypedDict(
|
|
@@ -1024,22 +804,6 @@ class DataModelTypeDef(_RequiredDataModelTypeDef, _OptionalDataModelTypeDef):
|
|
|
1024
804
|
pass
|
|
1025
805
|
|
|
1026
806
|
|
|
1027
|
-
TableTypeDef = TypedDict(
|
|
1028
|
-
"TableTypeDef",
|
|
1029
|
-
{
|
|
1030
|
-
"Arn": str,
|
|
1031
|
-
"TableName": str,
|
|
1032
|
-
"DatabaseName": str,
|
|
1033
|
-
"TableStatus": TableStatusType,
|
|
1034
|
-
"RetentionProperties": RetentionPropertiesOutputTypeDef,
|
|
1035
|
-
"CreationTime": datetime,
|
|
1036
|
-
"LastUpdatedTime": datetime,
|
|
1037
|
-
"MagneticStoreWriteProperties": MagneticStoreWritePropertiesOutputTypeDef,
|
|
1038
|
-
"Schema": SchemaOutputTypeDef,
|
|
1039
|
-
},
|
|
1040
|
-
total=False,
|
|
1041
|
-
)
|
|
1042
|
-
|
|
1043
807
|
_RequiredCreateTableRequestRequestTypeDef = TypedDict(
|
|
1044
808
|
"_RequiredCreateTableRequestRequestTypeDef",
|
|
1045
809
|
{
|
|
@@ -1065,6 +829,22 @@ class CreateTableRequestRequestTypeDef(
|
|
|
1065
829
|
pass
|
|
1066
830
|
|
|
1067
831
|
|
|
832
|
+
TableTypeDef = TypedDict(
|
|
833
|
+
"TableTypeDef",
|
|
834
|
+
{
|
|
835
|
+
"Arn": str,
|
|
836
|
+
"TableName": str,
|
|
837
|
+
"DatabaseName": str,
|
|
838
|
+
"TableStatus": TableStatusType,
|
|
839
|
+
"RetentionProperties": RetentionPropertiesTypeDef,
|
|
840
|
+
"CreationTime": datetime,
|
|
841
|
+
"LastUpdatedTime": datetime,
|
|
842
|
+
"MagneticStoreWriteProperties": MagneticStoreWritePropertiesTypeDef,
|
|
843
|
+
"Schema": SchemaOutputTypeDef,
|
|
844
|
+
},
|
|
845
|
+
total=False,
|
|
846
|
+
)
|
|
847
|
+
|
|
1068
848
|
_RequiredUpdateTableRequestRequestTypeDef = TypedDict(
|
|
1069
849
|
"_RequiredUpdateTableRequestRequestTypeDef",
|
|
1070
850
|
{
|
|
@@ -1093,7 +873,7 @@ DataModelConfigurationOutputTypeDef = TypedDict(
|
|
|
1093
873
|
"DataModelConfigurationOutputTypeDef",
|
|
1094
874
|
{
|
|
1095
875
|
"DataModel": DataModelOutputTypeDef,
|
|
1096
|
-
"DataModelS3Configuration":
|
|
876
|
+
"DataModelS3Configuration": DataModelS3ConfigurationTypeDef,
|
|
1097
877
|
},
|
|
1098
878
|
total=False,
|
|
1099
879
|
)
|
|
@@ -1145,9 +925,9 @@ BatchLoadTaskDescriptionTypeDef = TypedDict(
|
|
|
1145
925
|
{
|
|
1146
926
|
"TaskId": str,
|
|
1147
927
|
"ErrorMessage": str,
|
|
1148
|
-
"DataSourceConfiguration":
|
|
928
|
+
"DataSourceConfiguration": DataSourceConfigurationTypeDef,
|
|
1149
929
|
"ProgressReport": BatchLoadProgressReportTypeDef,
|
|
1150
|
-
"ReportConfiguration":
|
|
930
|
+
"ReportConfiguration": ReportConfigurationTypeDef,
|
|
1151
931
|
"DataModelConfiguration": DataModelConfigurationOutputTypeDef,
|
|
1152
932
|
"TargetDatabaseName": str,
|
|
1153
933
|
"TargetTableName": str,
|
|
@@ -42,13 +42,9 @@ __all__ = (
|
|
|
42
42
|
"TagTypeDef",
|
|
43
43
|
"DatabaseTypeDef",
|
|
44
44
|
"RetentionPropertiesTypeDef",
|
|
45
|
-
"CsvConfigurationOutputTypeDef",
|
|
46
45
|
"CsvConfigurationTypeDef",
|
|
47
|
-
"DataModelS3ConfigurationOutputTypeDef",
|
|
48
46
|
"DataModelS3ConfigurationTypeDef",
|
|
49
|
-
"DimensionMappingOutputTypeDef",
|
|
50
47
|
"DimensionMappingTypeDef",
|
|
51
|
-
"DataSourceS3ConfigurationOutputTypeDef",
|
|
52
48
|
"DataSourceS3ConfigurationTypeDef",
|
|
53
49
|
"DeleteDatabaseRequestRequestTypeDef",
|
|
54
50
|
"DeleteTableRequestRequestTypeDef",
|
|
@@ -61,53 +57,43 @@ __all__ = (
|
|
|
61
57
|
"ListDatabasesRequestRequestTypeDef",
|
|
62
58
|
"ListTablesRequestRequestTypeDef",
|
|
63
59
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
64
|
-
"TagOutputTypeDef",
|
|
65
|
-
"S3ConfigurationOutputTypeDef",
|
|
66
60
|
"S3ConfigurationTypeDef",
|
|
67
61
|
"MeasureValueTypeDef",
|
|
68
|
-
"MultiMeasureAttributeMappingOutputTypeDef",
|
|
69
62
|
"MultiMeasureAttributeMappingTypeDef",
|
|
70
|
-
"PartitionKeyOutputTypeDef",
|
|
71
63
|
"PartitionKeyTypeDef",
|
|
72
64
|
"RecordsIngestedTypeDef",
|
|
73
|
-
"ReportS3ConfigurationOutputTypeDef",
|
|
74
65
|
"ReportS3ConfigurationTypeDef",
|
|
75
66
|
"ResumeBatchLoadTaskRequestRequestTypeDef",
|
|
76
|
-
"RetentionPropertiesOutputTypeDef",
|
|
77
67
|
"UntagResourceRequestRequestTypeDef",
|
|
78
68
|
"UpdateDatabaseRequestRequestTypeDef",
|
|
79
69
|
"CreateBatchLoadTaskResponseTypeDef",
|
|
80
70
|
"EmptyResponseMetadataTypeDef",
|
|
81
71
|
"ListBatchLoadTasksResponseTypeDef",
|
|
82
72
|
"CreateDatabaseRequestRequestTypeDef",
|
|
73
|
+
"ListTagsForResourceResponseTypeDef",
|
|
83
74
|
"TagResourceRequestRequestTypeDef",
|
|
84
75
|
"CreateDatabaseResponseTypeDef",
|
|
85
76
|
"DescribeDatabaseResponseTypeDef",
|
|
86
77
|
"ListDatabasesResponseTypeDef",
|
|
87
78
|
"UpdateDatabaseResponseTypeDef",
|
|
88
|
-
"DataSourceConfigurationOutputTypeDef",
|
|
89
79
|
"DataSourceConfigurationTypeDef",
|
|
90
80
|
"DescribeEndpointsResponseTypeDef",
|
|
91
|
-
"ListTagsForResourceResponseTypeDef",
|
|
92
|
-
"MagneticStoreRejectedDataLocationOutputTypeDef",
|
|
93
81
|
"MagneticStoreRejectedDataLocationTypeDef",
|
|
94
82
|
"RecordTypeDef",
|
|
95
83
|
"MixedMeasureMappingOutputTypeDef",
|
|
96
|
-
"MultiMeasureMappingsOutputTypeDef",
|
|
97
84
|
"MixedMeasureMappingTypeDef",
|
|
85
|
+
"MultiMeasureMappingsOutputTypeDef",
|
|
98
86
|
"MultiMeasureMappingsTypeDef",
|
|
99
87
|
"SchemaOutputTypeDef",
|
|
100
88
|
"SchemaTypeDef",
|
|
101
89
|
"WriteRecordsResponseTypeDef",
|
|
102
|
-
"ReportConfigurationOutputTypeDef",
|
|
103
90
|
"ReportConfigurationTypeDef",
|
|
104
|
-
"MagneticStoreWritePropertiesOutputTypeDef",
|
|
105
91
|
"MagneticStoreWritePropertiesTypeDef",
|
|
106
92
|
"WriteRecordsRequestRequestTypeDef",
|
|
107
93
|
"DataModelOutputTypeDef",
|
|
108
94
|
"DataModelTypeDef",
|
|
109
|
-
"TableTypeDef",
|
|
110
95
|
"CreateTableRequestRequestTypeDef",
|
|
96
|
+
"TableTypeDef",
|
|
111
97
|
"UpdateTableRequestRequestTypeDef",
|
|
112
98
|
"DataModelConfigurationOutputTypeDef",
|
|
113
99
|
"DataModelConfigurationTypeDef",
|
|
@@ -187,18 +173,6 @@ RetentionPropertiesTypeDef = TypedDict(
|
|
|
187
173
|
},
|
|
188
174
|
)
|
|
189
175
|
|
|
190
|
-
CsvConfigurationOutputTypeDef = TypedDict(
|
|
191
|
-
"CsvConfigurationOutputTypeDef",
|
|
192
|
-
{
|
|
193
|
-
"ColumnSeparator": str,
|
|
194
|
-
"EscapeChar": str,
|
|
195
|
-
"QuoteChar": str,
|
|
196
|
-
"NullValue": str,
|
|
197
|
-
"TrimWhiteSpace": bool,
|
|
198
|
-
},
|
|
199
|
-
total=False,
|
|
200
|
-
)
|
|
201
|
-
|
|
202
176
|
CsvConfigurationTypeDef = TypedDict(
|
|
203
177
|
"CsvConfigurationTypeDef",
|
|
204
178
|
{
|
|
@@ -211,15 +185,6 @@ CsvConfigurationTypeDef = TypedDict(
|
|
|
211
185
|
total=False,
|
|
212
186
|
)
|
|
213
187
|
|
|
214
|
-
DataModelS3ConfigurationOutputTypeDef = TypedDict(
|
|
215
|
-
"DataModelS3ConfigurationOutputTypeDef",
|
|
216
|
-
{
|
|
217
|
-
"BucketName": str,
|
|
218
|
-
"ObjectKey": str,
|
|
219
|
-
},
|
|
220
|
-
total=False,
|
|
221
|
-
)
|
|
222
|
-
|
|
223
188
|
DataModelS3ConfigurationTypeDef = TypedDict(
|
|
224
189
|
"DataModelS3ConfigurationTypeDef",
|
|
225
190
|
{
|
|
@@ -229,15 +194,6 @@ DataModelS3ConfigurationTypeDef = TypedDict(
|
|
|
229
194
|
total=False,
|
|
230
195
|
)
|
|
231
196
|
|
|
232
|
-
DimensionMappingOutputTypeDef = TypedDict(
|
|
233
|
-
"DimensionMappingOutputTypeDef",
|
|
234
|
-
{
|
|
235
|
-
"SourceColumn": str,
|
|
236
|
-
"DestinationColumn": str,
|
|
237
|
-
},
|
|
238
|
-
total=False,
|
|
239
|
-
)
|
|
240
|
-
|
|
241
197
|
DimensionMappingTypeDef = TypedDict(
|
|
242
198
|
"DimensionMappingTypeDef",
|
|
243
199
|
{
|
|
@@ -247,25 +203,6 @@ DimensionMappingTypeDef = TypedDict(
|
|
|
247
203
|
total=False,
|
|
248
204
|
)
|
|
249
205
|
|
|
250
|
-
_RequiredDataSourceS3ConfigurationOutputTypeDef = TypedDict(
|
|
251
|
-
"_RequiredDataSourceS3ConfigurationOutputTypeDef",
|
|
252
|
-
{
|
|
253
|
-
"BucketName": str,
|
|
254
|
-
},
|
|
255
|
-
)
|
|
256
|
-
_OptionalDataSourceS3ConfigurationOutputTypeDef = TypedDict(
|
|
257
|
-
"_OptionalDataSourceS3ConfigurationOutputTypeDef",
|
|
258
|
-
{
|
|
259
|
-
"ObjectKeyPrefix": str,
|
|
260
|
-
},
|
|
261
|
-
total=False,
|
|
262
|
-
)
|
|
263
|
-
|
|
264
|
-
class DataSourceS3ConfigurationOutputTypeDef(
|
|
265
|
-
_RequiredDataSourceS3ConfigurationOutputTypeDef, _OptionalDataSourceS3ConfigurationOutputTypeDef
|
|
266
|
-
):
|
|
267
|
-
pass
|
|
268
|
-
|
|
269
206
|
_RequiredDataSourceS3ConfigurationTypeDef = TypedDict(
|
|
270
207
|
"_RequiredDataSourceS3ConfigurationTypeDef",
|
|
271
208
|
{
|
|
@@ -384,25 +321,6 @@ ListTagsForResourceRequestRequestTypeDef = TypedDict(
|
|
|
384
321
|
},
|
|
385
322
|
)
|
|
386
323
|
|
|
387
|
-
TagOutputTypeDef = TypedDict(
|
|
388
|
-
"TagOutputTypeDef",
|
|
389
|
-
{
|
|
390
|
-
"Key": str,
|
|
391
|
-
"Value": str,
|
|
392
|
-
},
|
|
393
|
-
)
|
|
394
|
-
|
|
395
|
-
S3ConfigurationOutputTypeDef = TypedDict(
|
|
396
|
-
"S3ConfigurationOutputTypeDef",
|
|
397
|
-
{
|
|
398
|
-
"BucketName": str,
|
|
399
|
-
"ObjectKeyPrefix": str,
|
|
400
|
-
"EncryptionOption": S3EncryptionOptionType,
|
|
401
|
-
"KmsKeyId": str,
|
|
402
|
-
},
|
|
403
|
-
total=False,
|
|
404
|
-
)
|
|
405
|
-
|
|
406
324
|
S3ConfigurationTypeDef = TypedDict(
|
|
407
325
|
"S3ConfigurationTypeDef",
|
|
408
326
|
{
|
|
@@ -423,27 +341,6 @@ MeasureValueTypeDef = TypedDict(
|
|
|
423
341
|
},
|
|
424
342
|
)
|
|
425
343
|
|
|
426
|
-
_RequiredMultiMeasureAttributeMappingOutputTypeDef = TypedDict(
|
|
427
|
-
"_RequiredMultiMeasureAttributeMappingOutputTypeDef",
|
|
428
|
-
{
|
|
429
|
-
"SourceColumn": str,
|
|
430
|
-
},
|
|
431
|
-
)
|
|
432
|
-
_OptionalMultiMeasureAttributeMappingOutputTypeDef = TypedDict(
|
|
433
|
-
"_OptionalMultiMeasureAttributeMappingOutputTypeDef",
|
|
434
|
-
{
|
|
435
|
-
"TargetMultiMeasureAttributeName": str,
|
|
436
|
-
"MeasureValueType": ScalarMeasureValueTypeType,
|
|
437
|
-
},
|
|
438
|
-
total=False,
|
|
439
|
-
)
|
|
440
|
-
|
|
441
|
-
class MultiMeasureAttributeMappingOutputTypeDef(
|
|
442
|
-
_RequiredMultiMeasureAttributeMappingOutputTypeDef,
|
|
443
|
-
_OptionalMultiMeasureAttributeMappingOutputTypeDef,
|
|
444
|
-
):
|
|
445
|
-
pass
|
|
446
|
-
|
|
447
344
|
_RequiredMultiMeasureAttributeMappingTypeDef = TypedDict(
|
|
448
345
|
"_RequiredMultiMeasureAttributeMappingTypeDef",
|
|
449
346
|
{
|
|
@@ -464,26 +361,6 @@ class MultiMeasureAttributeMappingTypeDef(
|
|
|
464
361
|
):
|
|
465
362
|
pass
|
|
466
363
|
|
|
467
|
-
_RequiredPartitionKeyOutputTypeDef = TypedDict(
|
|
468
|
-
"_RequiredPartitionKeyOutputTypeDef",
|
|
469
|
-
{
|
|
470
|
-
"Type": PartitionKeyTypeType,
|
|
471
|
-
},
|
|
472
|
-
)
|
|
473
|
-
_OptionalPartitionKeyOutputTypeDef = TypedDict(
|
|
474
|
-
"_OptionalPartitionKeyOutputTypeDef",
|
|
475
|
-
{
|
|
476
|
-
"Name": str,
|
|
477
|
-
"EnforcementInRecord": PartitionKeyEnforcementLevelType,
|
|
478
|
-
},
|
|
479
|
-
total=False,
|
|
480
|
-
)
|
|
481
|
-
|
|
482
|
-
class PartitionKeyOutputTypeDef(
|
|
483
|
-
_RequiredPartitionKeyOutputTypeDef, _OptionalPartitionKeyOutputTypeDef
|
|
484
|
-
):
|
|
485
|
-
pass
|
|
486
|
-
|
|
487
364
|
_RequiredPartitionKeyTypeDef = TypedDict(
|
|
488
365
|
"_RequiredPartitionKeyTypeDef",
|
|
489
366
|
{
|
|
@@ -512,27 +389,6 @@ RecordsIngestedTypeDef = TypedDict(
|
|
|
512
389
|
total=False,
|
|
513
390
|
)
|
|
514
391
|
|
|
515
|
-
_RequiredReportS3ConfigurationOutputTypeDef = TypedDict(
|
|
516
|
-
"_RequiredReportS3ConfigurationOutputTypeDef",
|
|
517
|
-
{
|
|
518
|
-
"BucketName": str,
|
|
519
|
-
},
|
|
520
|
-
)
|
|
521
|
-
_OptionalReportS3ConfigurationOutputTypeDef = TypedDict(
|
|
522
|
-
"_OptionalReportS3ConfigurationOutputTypeDef",
|
|
523
|
-
{
|
|
524
|
-
"ObjectKeyPrefix": str,
|
|
525
|
-
"EncryptionOption": S3EncryptionOptionType,
|
|
526
|
-
"KmsKeyId": str,
|
|
527
|
-
},
|
|
528
|
-
total=False,
|
|
529
|
-
)
|
|
530
|
-
|
|
531
|
-
class ReportS3ConfigurationOutputTypeDef(
|
|
532
|
-
_RequiredReportS3ConfigurationOutputTypeDef, _OptionalReportS3ConfigurationOutputTypeDef
|
|
533
|
-
):
|
|
534
|
-
pass
|
|
535
|
-
|
|
536
392
|
_RequiredReportS3ConfigurationTypeDef = TypedDict(
|
|
537
393
|
"_RequiredReportS3ConfigurationTypeDef",
|
|
538
394
|
{
|
|
@@ -561,14 +417,6 @@ ResumeBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
|
561
417
|
},
|
|
562
418
|
)
|
|
563
419
|
|
|
564
|
-
RetentionPropertiesOutputTypeDef = TypedDict(
|
|
565
|
-
"RetentionPropertiesOutputTypeDef",
|
|
566
|
-
{
|
|
567
|
-
"MemoryStoreRetentionPeriodInHours": int,
|
|
568
|
-
"MagneticStoreRetentionPeriodInDays": int,
|
|
569
|
-
},
|
|
570
|
-
)
|
|
571
|
-
|
|
572
420
|
UntagResourceRequestRequestTypeDef = TypedDict(
|
|
573
421
|
"UntagResourceRequestRequestTypeDef",
|
|
574
422
|
{
|
|
@@ -629,6 +477,14 @@ class CreateDatabaseRequestRequestTypeDef(
|
|
|
629
477
|
):
|
|
630
478
|
pass
|
|
631
479
|
|
|
480
|
+
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
481
|
+
"ListTagsForResourceResponseTypeDef",
|
|
482
|
+
{
|
|
483
|
+
"Tags": List[TagTypeDef],
|
|
484
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
485
|
+
},
|
|
486
|
+
)
|
|
487
|
+
|
|
632
488
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
633
489
|
"TagResourceRequestRequestTypeDef",
|
|
634
490
|
{
|
|
@@ -670,26 +526,6 @@ UpdateDatabaseResponseTypeDef = TypedDict(
|
|
|
670
526
|
},
|
|
671
527
|
)
|
|
672
528
|
|
|
673
|
-
_RequiredDataSourceConfigurationOutputTypeDef = TypedDict(
|
|
674
|
-
"_RequiredDataSourceConfigurationOutputTypeDef",
|
|
675
|
-
{
|
|
676
|
-
"DataSourceS3Configuration": DataSourceS3ConfigurationOutputTypeDef,
|
|
677
|
-
"DataFormat": Literal["CSV"],
|
|
678
|
-
},
|
|
679
|
-
)
|
|
680
|
-
_OptionalDataSourceConfigurationOutputTypeDef = TypedDict(
|
|
681
|
-
"_OptionalDataSourceConfigurationOutputTypeDef",
|
|
682
|
-
{
|
|
683
|
-
"CsvConfiguration": CsvConfigurationOutputTypeDef,
|
|
684
|
-
},
|
|
685
|
-
total=False,
|
|
686
|
-
)
|
|
687
|
-
|
|
688
|
-
class DataSourceConfigurationOutputTypeDef(
|
|
689
|
-
_RequiredDataSourceConfigurationOutputTypeDef, _OptionalDataSourceConfigurationOutputTypeDef
|
|
690
|
-
):
|
|
691
|
-
pass
|
|
692
|
-
|
|
693
529
|
_RequiredDataSourceConfigurationTypeDef = TypedDict(
|
|
694
530
|
"_RequiredDataSourceConfigurationTypeDef",
|
|
695
531
|
{
|
|
@@ -718,22 +554,6 @@ DescribeEndpointsResponseTypeDef = TypedDict(
|
|
|
718
554
|
},
|
|
719
555
|
)
|
|
720
556
|
|
|
721
|
-
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
722
|
-
"ListTagsForResourceResponseTypeDef",
|
|
723
|
-
{
|
|
724
|
-
"Tags": List[TagOutputTypeDef],
|
|
725
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
726
|
-
},
|
|
727
|
-
)
|
|
728
|
-
|
|
729
|
-
MagneticStoreRejectedDataLocationOutputTypeDef = TypedDict(
|
|
730
|
-
"MagneticStoreRejectedDataLocationOutputTypeDef",
|
|
731
|
-
{
|
|
732
|
-
"S3Configuration": S3ConfigurationOutputTypeDef,
|
|
733
|
-
},
|
|
734
|
-
total=False,
|
|
735
|
-
)
|
|
736
|
-
|
|
737
557
|
MagneticStoreRejectedDataLocationTypeDef = TypedDict(
|
|
738
558
|
"MagneticStoreRejectedDataLocationTypeDef",
|
|
739
559
|
{
|
|
@@ -769,7 +589,7 @@ _OptionalMixedMeasureMappingOutputTypeDef = TypedDict(
|
|
|
769
589
|
"MeasureName": str,
|
|
770
590
|
"SourceColumn": str,
|
|
771
591
|
"TargetMeasureName": str,
|
|
772
|
-
"MultiMeasureAttributeMappings": List[
|
|
592
|
+
"MultiMeasureAttributeMappings": List[MultiMeasureAttributeMappingTypeDef],
|
|
773
593
|
},
|
|
774
594
|
total=False,
|
|
775
595
|
)
|
|
@@ -779,25 +599,6 @@ class MixedMeasureMappingOutputTypeDef(
|
|
|
779
599
|
):
|
|
780
600
|
pass
|
|
781
601
|
|
|
782
|
-
_RequiredMultiMeasureMappingsOutputTypeDef = TypedDict(
|
|
783
|
-
"_RequiredMultiMeasureMappingsOutputTypeDef",
|
|
784
|
-
{
|
|
785
|
-
"MultiMeasureAttributeMappings": List[MultiMeasureAttributeMappingOutputTypeDef],
|
|
786
|
-
},
|
|
787
|
-
)
|
|
788
|
-
_OptionalMultiMeasureMappingsOutputTypeDef = TypedDict(
|
|
789
|
-
"_OptionalMultiMeasureMappingsOutputTypeDef",
|
|
790
|
-
{
|
|
791
|
-
"TargetMultiMeasureName": str,
|
|
792
|
-
},
|
|
793
|
-
total=False,
|
|
794
|
-
)
|
|
795
|
-
|
|
796
|
-
class MultiMeasureMappingsOutputTypeDef(
|
|
797
|
-
_RequiredMultiMeasureMappingsOutputTypeDef, _OptionalMultiMeasureMappingsOutputTypeDef
|
|
798
|
-
):
|
|
799
|
-
pass
|
|
800
|
-
|
|
801
602
|
_RequiredMixedMeasureMappingTypeDef = TypedDict(
|
|
802
603
|
"_RequiredMixedMeasureMappingTypeDef",
|
|
803
604
|
{
|
|
@@ -820,6 +621,25 @@ class MixedMeasureMappingTypeDef(
|
|
|
820
621
|
):
|
|
821
622
|
pass
|
|
822
623
|
|
|
624
|
+
_RequiredMultiMeasureMappingsOutputTypeDef = TypedDict(
|
|
625
|
+
"_RequiredMultiMeasureMappingsOutputTypeDef",
|
|
626
|
+
{
|
|
627
|
+
"MultiMeasureAttributeMappings": List[MultiMeasureAttributeMappingTypeDef],
|
|
628
|
+
},
|
|
629
|
+
)
|
|
630
|
+
_OptionalMultiMeasureMappingsOutputTypeDef = TypedDict(
|
|
631
|
+
"_OptionalMultiMeasureMappingsOutputTypeDef",
|
|
632
|
+
{
|
|
633
|
+
"TargetMultiMeasureName": str,
|
|
634
|
+
},
|
|
635
|
+
total=False,
|
|
636
|
+
)
|
|
637
|
+
|
|
638
|
+
class MultiMeasureMappingsOutputTypeDef(
|
|
639
|
+
_RequiredMultiMeasureMappingsOutputTypeDef, _OptionalMultiMeasureMappingsOutputTypeDef
|
|
640
|
+
):
|
|
641
|
+
pass
|
|
642
|
+
|
|
823
643
|
_RequiredMultiMeasureMappingsTypeDef = TypedDict(
|
|
824
644
|
"_RequiredMultiMeasureMappingsTypeDef",
|
|
825
645
|
{
|
|
@@ -842,7 +662,7 @@ class MultiMeasureMappingsTypeDef(
|
|
|
842
662
|
SchemaOutputTypeDef = TypedDict(
|
|
843
663
|
"SchemaOutputTypeDef",
|
|
844
664
|
{
|
|
845
|
-
"CompositePartitionKey": List[
|
|
665
|
+
"CompositePartitionKey": List[PartitionKeyTypeDef],
|
|
846
666
|
},
|
|
847
667
|
total=False,
|
|
848
668
|
)
|
|
@@ -863,14 +683,6 @@ WriteRecordsResponseTypeDef = TypedDict(
|
|
|
863
683
|
},
|
|
864
684
|
)
|
|
865
685
|
|
|
866
|
-
ReportConfigurationOutputTypeDef = TypedDict(
|
|
867
|
-
"ReportConfigurationOutputTypeDef",
|
|
868
|
-
{
|
|
869
|
-
"ReportS3Configuration": ReportS3ConfigurationOutputTypeDef,
|
|
870
|
-
},
|
|
871
|
-
total=False,
|
|
872
|
-
)
|
|
873
|
-
|
|
874
686
|
ReportConfigurationTypeDef = TypedDict(
|
|
875
687
|
"ReportConfigurationTypeDef",
|
|
876
688
|
{
|
|
@@ -879,26 +691,6 @@ ReportConfigurationTypeDef = TypedDict(
|
|
|
879
691
|
total=False,
|
|
880
692
|
)
|
|
881
693
|
|
|
882
|
-
_RequiredMagneticStoreWritePropertiesOutputTypeDef = TypedDict(
|
|
883
|
-
"_RequiredMagneticStoreWritePropertiesOutputTypeDef",
|
|
884
|
-
{
|
|
885
|
-
"EnableMagneticStoreWrites": bool,
|
|
886
|
-
},
|
|
887
|
-
)
|
|
888
|
-
_OptionalMagneticStoreWritePropertiesOutputTypeDef = TypedDict(
|
|
889
|
-
"_OptionalMagneticStoreWritePropertiesOutputTypeDef",
|
|
890
|
-
{
|
|
891
|
-
"MagneticStoreRejectedDataLocation": MagneticStoreRejectedDataLocationOutputTypeDef,
|
|
892
|
-
},
|
|
893
|
-
total=False,
|
|
894
|
-
)
|
|
895
|
-
|
|
896
|
-
class MagneticStoreWritePropertiesOutputTypeDef(
|
|
897
|
-
_RequiredMagneticStoreWritePropertiesOutputTypeDef,
|
|
898
|
-
_OptionalMagneticStoreWritePropertiesOutputTypeDef,
|
|
899
|
-
):
|
|
900
|
-
pass
|
|
901
|
-
|
|
902
694
|
_RequiredMagneticStoreWritePropertiesTypeDef = TypedDict(
|
|
903
695
|
"_RequiredMagneticStoreWritePropertiesTypeDef",
|
|
904
696
|
{
|
|
@@ -942,7 +734,7 @@ class WriteRecordsRequestRequestTypeDef(
|
|
|
942
734
|
_RequiredDataModelOutputTypeDef = TypedDict(
|
|
943
735
|
"_RequiredDataModelOutputTypeDef",
|
|
944
736
|
{
|
|
945
|
-
"DimensionMappings": List[
|
|
737
|
+
"DimensionMappings": List[DimensionMappingTypeDef],
|
|
946
738
|
},
|
|
947
739
|
)
|
|
948
740
|
_OptionalDataModelOutputTypeDef = TypedDict(
|
|
@@ -981,22 +773,6 @@ _OptionalDataModelTypeDef = TypedDict(
|
|
|
981
773
|
class DataModelTypeDef(_RequiredDataModelTypeDef, _OptionalDataModelTypeDef):
|
|
982
774
|
pass
|
|
983
775
|
|
|
984
|
-
TableTypeDef = TypedDict(
|
|
985
|
-
"TableTypeDef",
|
|
986
|
-
{
|
|
987
|
-
"Arn": str,
|
|
988
|
-
"TableName": str,
|
|
989
|
-
"DatabaseName": str,
|
|
990
|
-
"TableStatus": TableStatusType,
|
|
991
|
-
"RetentionProperties": RetentionPropertiesOutputTypeDef,
|
|
992
|
-
"CreationTime": datetime,
|
|
993
|
-
"LastUpdatedTime": datetime,
|
|
994
|
-
"MagneticStoreWriteProperties": MagneticStoreWritePropertiesOutputTypeDef,
|
|
995
|
-
"Schema": SchemaOutputTypeDef,
|
|
996
|
-
},
|
|
997
|
-
total=False,
|
|
998
|
-
)
|
|
999
|
-
|
|
1000
776
|
_RequiredCreateTableRequestRequestTypeDef = TypedDict(
|
|
1001
777
|
"_RequiredCreateTableRequestRequestTypeDef",
|
|
1002
778
|
{
|
|
@@ -1020,6 +796,22 @@ class CreateTableRequestRequestTypeDef(
|
|
|
1020
796
|
):
|
|
1021
797
|
pass
|
|
1022
798
|
|
|
799
|
+
TableTypeDef = TypedDict(
|
|
800
|
+
"TableTypeDef",
|
|
801
|
+
{
|
|
802
|
+
"Arn": str,
|
|
803
|
+
"TableName": str,
|
|
804
|
+
"DatabaseName": str,
|
|
805
|
+
"TableStatus": TableStatusType,
|
|
806
|
+
"RetentionProperties": RetentionPropertiesTypeDef,
|
|
807
|
+
"CreationTime": datetime,
|
|
808
|
+
"LastUpdatedTime": datetime,
|
|
809
|
+
"MagneticStoreWriteProperties": MagneticStoreWritePropertiesTypeDef,
|
|
810
|
+
"Schema": SchemaOutputTypeDef,
|
|
811
|
+
},
|
|
812
|
+
total=False,
|
|
813
|
+
)
|
|
814
|
+
|
|
1023
815
|
_RequiredUpdateTableRequestRequestTypeDef = TypedDict(
|
|
1024
816
|
"_RequiredUpdateTableRequestRequestTypeDef",
|
|
1025
817
|
{
|
|
@@ -1046,7 +838,7 @@ DataModelConfigurationOutputTypeDef = TypedDict(
|
|
|
1046
838
|
"DataModelConfigurationOutputTypeDef",
|
|
1047
839
|
{
|
|
1048
840
|
"DataModel": DataModelOutputTypeDef,
|
|
1049
|
-
"DataModelS3Configuration":
|
|
841
|
+
"DataModelS3Configuration": DataModelS3ConfigurationTypeDef,
|
|
1050
842
|
},
|
|
1051
843
|
total=False,
|
|
1052
844
|
)
|
|
@@ -1098,9 +890,9 @@ BatchLoadTaskDescriptionTypeDef = TypedDict(
|
|
|
1098
890
|
{
|
|
1099
891
|
"TaskId": str,
|
|
1100
892
|
"ErrorMessage": str,
|
|
1101
|
-
"DataSourceConfiguration":
|
|
893
|
+
"DataSourceConfiguration": DataSourceConfigurationTypeDef,
|
|
1102
894
|
"ProgressReport": BatchLoadProgressReportTypeDef,
|
|
1103
|
-
"ReportConfiguration":
|
|
895
|
+
"ReportConfiguration": ReportConfigurationTypeDef,
|
|
1104
896
|
"DataModelConfiguration": DataModelConfigurationOutputTypeDef,
|
|
1105
897
|
"TargetDatabaseName": str,
|
|
1106
898
|
"TargetTableName": str,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-timestream-write
|
|
3
|
-
Version: 1.28.
|
|
4
|
-
Summary: Type annotations for boto3.TimestreamWrite 1.28.
|
|
3
|
+
Version: 1.28.15
|
|
4
|
+
Summary: Type annotations for boto3.TimestreamWrite 1.28.15 service generated with mypy-boto3-builder 7.16.1
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.TimestreamWrite 1.28.
|
|
46
|
+
[boto3.TimestreamWrite 1.28.15](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.
|
|
55
|
+
[mypy-boto3-builder 7.16.1](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
|
|
@@ -318,13 +318,9 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
318
318
|
TagTypeDef,
|
|
319
319
|
DatabaseTypeDef,
|
|
320
320
|
RetentionPropertiesTypeDef,
|
|
321
|
-
CsvConfigurationOutputTypeDef,
|
|
322
321
|
CsvConfigurationTypeDef,
|
|
323
|
-
DataModelS3ConfigurationOutputTypeDef,
|
|
324
322
|
DataModelS3ConfigurationTypeDef,
|
|
325
|
-
DimensionMappingOutputTypeDef,
|
|
326
323
|
DimensionMappingTypeDef,
|
|
327
|
-
DataSourceS3ConfigurationOutputTypeDef,
|
|
328
324
|
DataSourceS3ConfigurationTypeDef,
|
|
329
325
|
DeleteDatabaseRequestRequestTypeDef,
|
|
330
326
|
DeleteTableRequestRequestTypeDef,
|
|
@@ -337,53 +333,43 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
337
333
|
ListDatabasesRequestRequestTypeDef,
|
|
338
334
|
ListTablesRequestRequestTypeDef,
|
|
339
335
|
ListTagsForResourceRequestRequestTypeDef,
|
|
340
|
-
TagOutputTypeDef,
|
|
341
|
-
S3ConfigurationOutputTypeDef,
|
|
342
336
|
S3ConfigurationTypeDef,
|
|
343
337
|
MeasureValueTypeDef,
|
|
344
|
-
MultiMeasureAttributeMappingOutputTypeDef,
|
|
345
338
|
MultiMeasureAttributeMappingTypeDef,
|
|
346
|
-
PartitionKeyOutputTypeDef,
|
|
347
339
|
PartitionKeyTypeDef,
|
|
348
340
|
RecordsIngestedTypeDef,
|
|
349
|
-
ReportS3ConfigurationOutputTypeDef,
|
|
350
341
|
ReportS3ConfigurationTypeDef,
|
|
351
342
|
ResumeBatchLoadTaskRequestRequestTypeDef,
|
|
352
|
-
RetentionPropertiesOutputTypeDef,
|
|
353
343
|
UntagResourceRequestRequestTypeDef,
|
|
354
344
|
UpdateDatabaseRequestRequestTypeDef,
|
|
355
345
|
CreateBatchLoadTaskResponseTypeDef,
|
|
356
346
|
EmptyResponseMetadataTypeDef,
|
|
357
347
|
ListBatchLoadTasksResponseTypeDef,
|
|
358
348
|
CreateDatabaseRequestRequestTypeDef,
|
|
349
|
+
ListTagsForResourceResponseTypeDef,
|
|
359
350
|
TagResourceRequestRequestTypeDef,
|
|
360
351
|
CreateDatabaseResponseTypeDef,
|
|
361
352
|
DescribeDatabaseResponseTypeDef,
|
|
362
353
|
ListDatabasesResponseTypeDef,
|
|
363
354
|
UpdateDatabaseResponseTypeDef,
|
|
364
|
-
DataSourceConfigurationOutputTypeDef,
|
|
365
355
|
DataSourceConfigurationTypeDef,
|
|
366
356
|
DescribeEndpointsResponseTypeDef,
|
|
367
|
-
ListTagsForResourceResponseTypeDef,
|
|
368
|
-
MagneticStoreRejectedDataLocationOutputTypeDef,
|
|
369
357
|
MagneticStoreRejectedDataLocationTypeDef,
|
|
370
358
|
RecordTypeDef,
|
|
371
359
|
MixedMeasureMappingOutputTypeDef,
|
|
372
|
-
MultiMeasureMappingsOutputTypeDef,
|
|
373
360
|
MixedMeasureMappingTypeDef,
|
|
361
|
+
MultiMeasureMappingsOutputTypeDef,
|
|
374
362
|
MultiMeasureMappingsTypeDef,
|
|
375
363
|
SchemaOutputTypeDef,
|
|
376
364
|
SchemaTypeDef,
|
|
377
365
|
WriteRecordsResponseTypeDef,
|
|
378
|
-
ReportConfigurationOutputTypeDef,
|
|
379
366
|
ReportConfigurationTypeDef,
|
|
380
|
-
MagneticStoreWritePropertiesOutputTypeDef,
|
|
381
367
|
MagneticStoreWritePropertiesTypeDef,
|
|
382
368
|
WriteRecordsRequestRequestTypeDef,
|
|
383
369
|
DataModelOutputTypeDef,
|
|
384
370
|
DataModelTypeDef,
|
|
385
|
-
TableTypeDef,
|
|
386
371
|
CreateTableRequestRequestTypeDef,
|
|
372
|
+
TableTypeDef,
|
|
387
373
|
UpdateTableRequestRequestTypeDef,
|
|
388
374
|
DataModelConfigurationOutputTypeDef,
|
|
389
375
|
DataModelConfigurationTypeDef,
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
mypy_boto3_timestream_write/__init__.py,sha256=N9SGzRolZV9ot6T15jG3VC_SHRpkawzE_26MV6PYZJI,440
|
|
2
2
|
mypy_boto3_timestream_write/__init__.pyi,sha256=BB7UaLyVCTem1OSGm6fYiWkYMEJG_NHAASw5Mjaa31I,439
|
|
3
|
-
mypy_boto3_timestream_write/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_timestream_write/__main__.py,sha256=cpHEBA_GE8_8VthbiZEmqRgrKSy5BefQk6x2Qh7IQPM,941
|
|
4
4
|
mypy_boto3_timestream_write/client.py,sha256=_63ZC3S3L6inOnlSUgWidmsLPjcyGLUSPuL2QCoPHh8,15356
|
|
5
5
|
mypy_boto3_timestream_write/client.pyi,sha256=MqLrRV_g-cAdUxOKMaJm-d2JOh4DX_WnPRpP3U1Ye8A,15331
|
|
6
6
|
mypy_boto3_timestream_write/literals.py,sha256=cI48Oj-Lx1ioh2DocYOpJFCrIONmb4QXMmEwz1tfrw4,8831
|
|
7
7
|
mypy_boto3_timestream_write/literals.pyi,sha256=sPzGANi_UHd8xsKgNOzhanJTpnLz1AAVREPNQxOfUtA,8829
|
|
8
8
|
mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
mypy_boto3_timestream_write/type_defs.py,sha256=
|
|
10
|
-
mypy_boto3_timestream_write/type_defs.pyi,sha256=
|
|
11
|
-
mypy_boto3_timestream_write/version.py,sha256=
|
|
12
|
-
mypy_boto3_timestream_write-1.28.
|
|
13
|
-
mypy_boto3_timestream_write-1.28.
|
|
14
|
-
mypy_boto3_timestream_write-1.28.
|
|
15
|
-
mypy_boto3_timestream_write-1.28.
|
|
16
|
-
mypy_boto3_timestream_write-1.28.
|
|
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=eLz6EMDuA7FM7lHGnhJSsQ5cRv3vXDcp6c3l-K8K-UY,61
|
|
12
|
+
mypy_boto3_timestream_write-1.28.15.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
+
mypy_boto3_timestream_write-1.28.15.dist-info/METADATA,sha256=9HUJgUfcR-zfPEMIY9lVCp3KlthOuh66gOddcht00NE,14922
|
|
14
|
+
mypy_boto3_timestream_write-1.28.15.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
|
|
15
|
+
mypy_boto3_timestream_write-1.28.15.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
|
|
16
|
+
mypy_boto3_timestream_write-1.28.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|