mypy-boto3-timestream-write 1.26.150__py3-none-any.whl → 1.28.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/__main__.py +2 -2
- mypy_boto3_timestream_write/literals.py +3 -0
- mypy_boto3_timestream_write/literals.pyi +3 -0
- mypy_boto3_timestream_write/type_defs.py +38 -38
- mypy_boto3_timestream_write/type_defs.pyi +38 -38
- mypy_boto3_timestream_write/version.py +1 -1
- {mypy_boto3_timestream_write-1.26.150.dist-info → mypy_boto3_timestream_write-1.28.0.dist-info}/METADATA +6 -6
- mypy_boto3_timestream_write-1.28.0.dist-info/RECORD +16 -0
- mypy_boto3_timestream_write-1.26.150.dist-info/RECORD +0 -16
- {mypy_boto3_timestream_write-1.26.150.dist-info → mypy_boto3_timestream_write-1.28.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_timestream_write-1.26.150.dist-info → mypy_boto3_timestream_write-1.28.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_timestream_write-1.26.150.dist-info → mypy_boto3_timestream_write-1.28.0.dist-info}/top_level.txt +0 -0
|
@@ -9,7 +9,7 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.TimestreamWrite 1.
|
|
12
|
+
"Type annotations for boto3.TimestreamWrite 1.28.0\nVersion: 1.28.0\nBuilder"
|
|
13
13
|
" version: 7.14.5\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"
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.
|
|
25
|
+
print("1.28.0")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
|
@@ -65,6 +65,7 @@ ServiceName = Literal[
|
|
|
65
65
|
"apigatewayv2",
|
|
66
66
|
"appconfig",
|
|
67
67
|
"appconfigdata",
|
|
68
|
+
"appfabric",
|
|
68
69
|
"appflow",
|
|
69
70
|
"appintegrations",
|
|
70
71
|
"application-autoscaling",
|
|
@@ -112,6 +113,7 @@ ServiceName = Literal[
|
|
|
112
113
|
"codecommit",
|
|
113
114
|
"codedeploy",
|
|
114
115
|
"codeguru-reviewer",
|
|
116
|
+
"codeguru-security",
|
|
115
117
|
"codeguruprofiler",
|
|
116
118
|
"codepipeline",
|
|
117
119
|
"codestar",
|
|
@@ -384,6 +386,7 @@ ServiceName = Literal[
|
|
|
384
386
|
"transcribe",
|
|
385
387
|
"transfer",
|
|
386
388
|
"translate",
|
|
389
|
+
"verifiedpermissions",
|
|
387
390
|
"voice-id",
|
|
388
391
|
"vpc-lattice",
|
|
389
392
|
"waf",
|
|
@@ -63,6 +63,7 @@ ServiceName = Literal[
|
|
|
63
63
|
"apigatewayv2",
|
|
64
64
|
"appconfig",
|
|
65
65
|
"appconfigdata",
|
|
66
|
+
"appfabric",
|
|
66
67
|
"appflow",
|
|
67
68
|
"appintegrations",
|
|
68
69
|
"application-autoscaling",
|
|
@@ -110,6 +111,7 @@ ServiceName = Literal[
|
|
|
110
111
|
"codecommit",
|
|
111
112
|
"codedeploy",
|
|
112
113
|
"codeguru-reviewer",
|
|
114
|
+
"codeguru-security",
|
|
113
115
|
"codeguruprofiler",
|
|
114
116
|
"codepipeline",
|
|
115
117
|
"codestar",
|
|
@@ -382,6 +384,7 @@ ServiceName = Literal[
|
|
|
382
384
|
"transcribe",
|
|
383
385
|
"transfer",
|
|
384
386
|
"translate",
|
|
387
|
+
"verifiedpermissions",
|
|
385
388
|
"voice-id",
|
|
386
389
|
"vpc-lattice",
|
|
387
390
|
"waf",
|
|
@@ -39,7 +39,7 @@ else:
|
|
|
39
39
|
__all__ = (
|
|
40
40
|
"BatchLoadProgressReportTypeDef",
|
|
41
41
|
"BatchLoadTaskTypeDef",
|
|
42
|
-
"
|
|
42
|
+
"CreateBatchLoadTaskResponseTypeDef",
|
|
43
43
|
"TagTypeDef",
|
|
44
44
|
"DatabaseTypeDef",
|
|
45
45
|
"RetentionPropertiesTypeDef",
|
|
@@ -54,6 +54,7 @@ __all__ = (
|
|
|
54
54
|
"EndpointTypeDef",
|
|
55
55
|
"DescribeTableRequestRequestTypeDef",
|
|
56
56
|
"DimensionTypeDef",
|
|
57
|
+
"EmptyResponseMetadataTypeDef",
|
|
57
58
|
"ListBatchLoadTasksRequestRequestTypeDef",
|
|
58
59
|
"ListDatabasesRequestRequestTypeDef",
|
|
59
60
|
"ListTablesRequestRequestTypeDef",
|
|
@@ -64,11 +65,10 @@ __all__ = (
|
|
|
64
65
|
"PartitionKeyTypeDef",
|
|
65
66
|
"RecordsIngestedTypeDef",
|
|
66
67
|
"ReportS3ConfigurationTypeDef",
|
|
68
|
+
"ResponseMetadataTypeDef",
|
|
67
69
|
"ResumeBatchLoadTaskRequestRequestTypeDef",
|
|
68
70
|
"UntagResourceRequestRequestTypeDef",
|
|
69
71
|
"UpdateDatabaseRequestRequestTypeDef",
|
|
70
|
-
"CreateBatchLoadTaskResponseTypeDef",
|
|
71
|
-
"EmptyResponseMetadataTypeDef",
|
|
72
72
|
"ListBatchLoadTasksResponseTypeDef",
|
|
73
73
|
"CreateDatabaseRequestRequestTypeDef",
|
|
74
74
|
"ListTagsForResourceResponseTypeDef",
|
|
@@ -129,14 +129,11 @@ BatchLoadTaskTypeDef = TypedDict(
|
|
|
129
129
|
total=False,
|
|
130
130
|
)
|
|
131
131
|
|
|
132
|
-
|
|
133
|
-
"
|
|
132
|
+
CreateBatchLoadTaskResponseTypeDef = TypedDict(
|
|
133
|
+
"CreateBatchLoadTaskResponseTypeDef",
|
|
134
134
|
{
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"HTTPStatusCode": int,
|
|
138
|
-
"HTTPHeaders": Dict[str, str],
|
|
139
|
-
"RetryAttempts": int,
|
|
135
|
+
"TaskId": str,
|
|
136
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
140
137
|
},
|
|
141
138
|
)
|
|
142
139
|
|
|
@@ -285,6 +282,13 @@ class DimensionTypeDef(_RequiredDimensionTypeDef, _OptionalDimensionTypeDef):
|
|
|
285
282
|
pass
|
|
286
283
|
|
|
287
284
|
|
|
285
|
+
EmptyResponseMetadataTypeDef = TypedDict(
|
|
286
|
+
"EmptyResponseMetadataTypeDef",
|
|
287
|
+
{
|
|
288
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
289
|
+
},
|
|
290
|
+
)
|
|
291
|
+
|
|
288
292
|
ListBatchLoadTasksRequestRequestTypeDef = TypedDict(
|
|
289
293
|
"ListBatchLoadTasksRequestRequestTypeDef",
|
|
290
294
|
{
|
|
@@ -416,6 +420,17 @@ class ReportS3ConfigurationTypeDef(
|
|
|
416
420
|
pass
|
|
417
421
|
|
|
418
422
|
|
|
423
|
+
ResponseMetadataTypeDef = TypedDict(
|
|
424
|
+
"ResponseMetadataTypeDef",
|
|
425
|
+
{
|
|
426
|
+
"RequestId": str,
|
|
427
|
+
"HostId": str,
|
|
428
|
+
"HTTPStatusCode": int,
|
|
429
|
+
"HTTPHeaders": Dict[str, str],
|
|
430
|
+
"RetryAttempts": int,
|
|
431
|
+
},
|
|
432
|
+
)
|
|
433
|
+
|
|
419
434
|
ResumeBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
420
435
|
"ResumeBatchLoadTaskRequestRequestTypeDef",
|
|
421
436
|
{
|
|
@@ -439,27 +454,12 @@ UpdateDatabaseRequestRequestTypeDef = TypedDict(
|
|
|
439
454
|
},
|
|
440
455
|
)
|
|
441
456
|
|
|
442
|
-
CreateBatchLoadTaskResponseTypeDef = TypedDict(
|
|
443
|
-
"CreateBatchLoadTaskResponseTypeDef",
|
|
444
|
-
{
|
|
445
|
-
"TaskId": str,
|
|
446
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
447
|
-
},
|
|
448
|
-
)
|
|
449
|
-
|
|
450
|
-
EmptyResponseMetadataTypeDef = TypedDict(
|
|
451
|
-
"EmptyResponseMetadataTypeDef",
|
|
452
|
-
{
|
|
453
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
454
|
-
},
|
|
455
|
-
)
|
|
456
|
-
|
|
457
457
|
ListBatchLoadTasksResponseTypeDef = TypedDict(
|
|
458
458
|
"ListBatchLoadTasksResponseTypeDef",
|
|
459
459
|
{
|
|
460
460
|
"NextToken": str,
|
|
461
461
|
"BatchLoadTasks": List[BatchLoadTaskTypeDef],
|
|
462
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
462
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
463
463
|
},
|
|
464
464
|
)
|
|
465
465
|
|
|
@@ -489,7 +489,7 @@ ListTagsForResourceResponseTypeDef = TypedDict(
|
|
|
489
489
|
"ListTagsForResourceResponseTypeDef",
|
|
490
490
|
{
|
|
491
491
|
"Tags": List[TagTypeDef],
|
|
492
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
492
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
493
493
|
},
|
|
494
494
|
)
|
|
495
495
|
|
|
@@ -505,7 +505,7 @@ CreateDatabaseResponseTypeDef = TypedDict(
|
|
|
505
505
|
"CreateDatabaseResponseTypeDef",
|
|
506
506
|
{
|
|
507
507
|
"Database": DatabaseTypeDef,
|
|
508
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
508
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
509
509
|
},
|
|
510
510
|
)
|
|
511
511
|
|
|
@@ -513,7 +513,7 @@ DescribeDatabaseResponseTypeDef = TypedDict(
|
|
|
513
513
|
"DescribeDatabaseResponseTypeDef",
|
|
514
514
|
{
|
|
515
515
|
"Database": DatabaseTypeDef,
|
|
516
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
516
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
517
517
|
},
|
|
518
518
|
)
|
|
519
519
|
|
|
@@ -522,7 +522,7 @@ ListDatabasesResponseTypeDef = TypedDict(
|
|
|
522
522
|
{
|
|
523
523
|
"Databases": List[DatabaseTypeDef],
|
|
524
524
|
"NextToken": str,
|
|
525
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
525
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
526
526
|
},
|
|
527
527
|
)
|
|
528
528
|
|
|
@@ -530,7 +530,7 @@ UpdateDatabaseResponseTypeDef = TypedDict(
|
|
|
530
530
|
"UpdateDatabaseResponseTypeDef",
|
|
531
531
|
{
|
|
532
532
|
"Database": DatabaseTypeDef,
|
|
533
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
533
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
534
534
|
},
|
|
535
535
|
)
|
|
536
536
|
|
|
@@ -560,7 +560,7 @@ DescribeEndpointsResponseTypeDef = TypedDict(
|
|
|
560
560
|
"DescribeEndpointsResponseTypeDef",
|
|
561
561
|
{
|
|
562
562
|
"Endpoints": List[EndpointTypeDef],
|
|
563
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
563
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
564
564
|
},
|
|
565
565
|
)
|
|
566
566
|
|
|
@@ -644,7 +644,7 @@ WriteRecordsResponseTypeDef = TypedDict(
|
|
|
644
644
|
"WriteRecordsResponseTypeDef",
|
|
645
645
|
{
|
|
646
646
|
"RecordsIngested": RecordsIngestedTypeDef,
|
|
647
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
647
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
648
648
|
},
|
|
649
649
|
)
|
|
650
650
|
|
|
@@ -801,7 +801,7 @@ CreateTableResponseTypeDef = TypedDict(
|
|
|
801
801
|
"CreateTableResponseTypeDef",
|
|
802
802
|
{
|
|
803
803
|
"Table": TableTypeDef,
|
|
804
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
804
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
805
805
|
},
|
|
806
806
|
)
|
|
807
807
|
|
|
@@ -809,7 +809,7 @@ DescribeTableResponseTypeDef = TypedDict(
|
|
|
809
809
|
"DescribeTableResponseTypeDef",
|
|
810
810
|
{
|
|
811
811
|
"Table": TableTypeDef,
|
|
812
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
812
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
813
813
|
},
|
|
814
814
|
)
|
|
815
815
|
|
|
@@ -818,7 +818,7 @@ ListTablesResponseTypeDef = TypedDict(
|
|
|
818
818
|
{
|
|
819
819
|
"Tables": List[TableTypeDef],
|
|
820
820
|
"NextToken": str,
|
|
821
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
821
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
822
822
|
},
|
|
823
823
|
)
|
|
824
824
|
|
|
@@ -826,7 +826,7 @@ UpdateTableResponseTypeDef = TypedDict(
|
|
|
826
826
|
"UpdateTableResponseTypeDef",
|
|
827
827
|
{
|
|
828
828
|
"Table": TableTypeDef,
|
|
829
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
829
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
830
830
|
},
|
|
831
831
|
)
|
|
832
832
|
|
|
@@ -881,6 +881,6 @@ DescribeBatchLoadTaskResponseTypeDef = TypedDict(
|
|
|
881
881
|
"DescribeBatchLoadTaskResponseTypeDef",
|
|
882
882
|
{
|
|
883
883
|
"BatchLoadTaskDescription": BatchLoadTaskDescriptionTypeDef,
|
|
884
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
884
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
885
885
|
},
|
|
886
886
|
)
|
|
@@ -38,7 +38,7 @@ else:
|
|
|
38
38
|
__all__ = (
|
|
39
39
|
"BatchLoadProgressReportTypeDef",
|
|
40
40
|
"BatchLoadTaskTypeDef",
|
|
41
|
-
"
|
|
41
|
+
"CreateBatchLoadTaskResponseTypeDef",
|
|
42
42
|
"TagTypeDef",
|
|
43
43
|
"DatabaseTypeDef",
|
|
44
44
|
"RetentionPropertiesTypeDef",
|
|
@@ -53,6 +53,7 @@ __all__ = (
|
|
|
53
53
|
"EndpointTypeDef",
|
|
54
54
|
"DescribeTableRequestRequestTypeDef",
|
|
55
55
|
"DimensionTypeDef",
|
|
56
|
+
"EmptyResponseMetadataTypeDef",
|
|
56
57
|
"ListBatchLoadTasksRequestRequestTypeDef",
|
|
57
58
|
"ListDatabasesRequestRequestTypeDef",
|
|
58
59
|
"ListTablesRequestRequestTypeDef",
|
|
@@ -63,11 +64,10 @@ __all__ = (
|
|
|
63
64
|
"PartitionKeyTypeDef",
|
|
64
65
|
"RecordsIngestedTypeDef",
|
|
65
66
|
"ReportS3ConfigurationTypeDef",
|
|
67
|
+
"ResponseMetadataTypeDef",
|
|
66
68
|
"ResumeBatchLoadTaskRequestRequestTypeDef",
|
|
67
69
|
"UntagResourceRequestRequestTypeDef",
|
|
68
70
|
"UpdateDatabaseRequestRequestTypeDef",
|
|
69
|
-
"CreateBatchLoadTaskResponseTypeDef",
|
|
70
|
-
"EmptyResponseMetadataTypeDef",
|
|
71
71
|
"ListBatchLoadTasksResponseTypeDef",
|
|
72
72
|
"CreateDatabaseRequestRequestTypeDef",
|
|
73
73
|
"ListTagsForResourceResponseTypeDef",
|
|
@@ -128,14 +128,11 @@ BatchLoadTaskTypeDef = TypedDict(
|
|
|
128
128
|
total=False,
|
|
129
129
|
)
|
|
130
130
|
|
|
131
|
-
|
|
132
|
-
"
|
|
131
|
+
CreateBatchLoadTaskResponseTypeDef = TypedDict(
|
|
132
|
+
"CreateBatchLoadTaskResponseTypeDef",
|
|
133
133
|
{
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"HTTPStatusCode": int,
|
|
137
|
-
"HTTPHeaders": Dict[str, str],
|
|
138
|
-
"RetryAttempts": int,
|
|
134
|
+
"TaskId": str,
|
|
135
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
139
136
|
},
|
|
140
137
|
)
|
|
141
138
|
|
|
@@ -280,6 +277,13 @@ _OptionalDimensionTypeDef = TypedDict(
|
|
|
280
277
|
class DimensionTypeDef(_RequiredDimensionTypeDef, _OptionalDimensionTypeDef):
|
|
281
278
|
pass
|
|
282
279
|
|
|
280
|
+
EmptyResponseMetadataTypeDef = TypedDict(
|
|
281
|
+
"EmptyResponseMetadataTypeDef",
|
|
282
|
+
{
|
|
283
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
284
|
+
},
|
|
285
|
+
)
|
|
286
|
+
|
|
283
287
|
ListBatchLoadTasksRequestRequestTypeDef = TypedDict(
|
|
284
288
|
"ListBatchLoadTasksRequestRequestTypeDef",
|
|
285
289
|
{
|
|
@@ -405,6 +409,17 @@ class ReportS3ConfigurationTypeDef(
|
|
|
405
409
|
):
|
|
406
410
|
pass
|
|
407
411
|
|
|
412
|
+
ResponseMetadataTypeDef = TypedDict(
|
|
413
|
+
"ResponseMetadataTypeDef",
|
|
414
|
+
{
|
|
415
|
+
"RequestId": str,
|
|
416
|
+
"HostId": str,
|
|
417
|
+
"HTTPStatusCode": int,
|
|
418
|
+
"HTTPHeaders": Dict[str, str],
|
|
419
|
+
"RetryAttempts": int,
|
|
420
|
+
},
|
|
421
|
+
)
|
|
422
|
+
|
|
408
423
|
ResumeBatchLoadTaskRequestRequestTypeDef = TypedDict(
|
|
409
424
|
"ResumeBatchLoadTaskRequestRequestTypeDef",
|
|
410
425
|
{
|
|
@@ -428,27 +443,12 @@ UpdateDatabaseRequestRequestTypeDef = TypedDict(
|
|
|
428
443
|
},
|
|
429
444
|
)
|
|
430
445
|
|
|
431
|
-
CreateBatchLoadTaskResponseTypeDef = TypedDict(
|
|
432
|
-
"CreateBatchLoadTaskResponseTypeDef",
|
|
433
|
-
{
|
|
434
|
-
"TaskId": str,
|
|
435
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
436
|
-
},
|
|
437
|
-
)
|
|
438
|
-
|
|
439
|
-
EmptyResponseMetadataTypeDef = TypedDict(
|
|
440
|
-
"EmptyResponseMetadataTypeDef",
|
|
441
|
-
{
|
|
442
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
443
|
-
},
|
|
444
|
-
)
|
|
445
|
-
|
|
446
446
|
ListBatchLoadTasksResponseTypeDef = TypedDict(
|
|
447
447
|
"ListBatchLoadTasksResponseTypeDef",
|
|
448
448
|
{
|
|
449
449
|
"NextToken": str,
|
|
450
450
|
"BatchLoadTasks": List[BatchLoadTaskTypeDef],
|
|
451
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
451
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
452
452
|
},
|
|
453
453
|
)
|
|
454
454
|
|
|
@@ -476,7 +476,7 @@ ListTagsForResourceResponseTypeDef = TypedDict(
|
|
|
476
476
|
"ListTagsForResourceResponseTypeDef",
|
|
477
477
|
{
|
|
478
478
|
"Tags": List[TagTypeDef],
|
|
479
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
479
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
480
480
|
},
|
|
481
481
|
)
|
|
482
482
|
|
|
@@ -492,7 +492,7 @@ CreateDatabaseResponseTypeDef = TypedDict(
|
|
|
492
492
|
"CreateDatabaseResponseTypeDef",
|
|
493
493
|
{
|
|
494
494
|
"Database": DatabaseTypeDef,
|
|
495
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
495
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
496
496
|
},
|
|
497
497
|
)
|
|
498
498
|
|
|
@@ -500,7 +500,7 @@ DescribeDatabaseResponseTypeDef = TypedDict(
|
|
|
500
500
|
"DescribeDatabaseResponseTypeDef",
|
|
501
501
|
{
|
|
502
502
|
"Database": DatabaseTypeDef,
|
|
503
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
503
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
504
504
|
},
|
|
505
505
|
)
|
|
506
506
|
|
|
@@ -509,7 +509,7 @@ ListDatabasesResponseTypeDef = TypedDict(
|
|
|
509
509
|
{
|
|
510
510
|
"Databases": List[DatabaseTypeDef],
|
|
511
511
|
"NextToken": str,
|
|
512
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
512
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
513
513
|
},
|
|
514
514
|
)
|
|
515
515
|
|
|
@@ -517,7 +517,7 @@ UpdateDatabaseResponseTypeDef = TypedDict(
|
|
|
517
517
|
"UpdateDatabaseResponseTypeDef",
|
|
518
518
|
{
|
|
519
519
|
"Database": DatabaseTypeDef,
|
|
520
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
520
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
521
521
|
},
|
|
522
522
|
)
|
|
523
523
|
|
|
@@ -545,7 +545,7 @@ DescribeEndpointsResponseTypeDef = TypedDict(
|
|
|
545
545
|
"DescribeEndpointsResponseTypeDef",
|
|
546
546
|
{
|
|
547
547
|
"Endpoints": List[EndpointTypeDef],
|
|
548
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
548
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
549
549
|
},
|
|
550
550
|
)
|
|
551
551
|
|
|
@@ -625,7 +625,7 @@ WriteRecordsResponseTypeDef = TypedDict(
|
|
|
625
625
|
"WriteRecordsResponseTypeDef",
|
|
626
626
|
{
|
|
627
627
|
"RecordsIngested": RecordsIngestedTypeDef,
|
|
628
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
628
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
629
629
|
},
|
|
630
630
|
)
|
|
631
631
|
|
|
@@ -772,7 +772,7 @@ CreateTableResponseTypeDef = TypedDict(
|
|
|
772
772
|
"CreateTableResponseTypeDef",
|
|
773
773
|
{
|
|
774
774
|
"Table": TableTypeDef,
|
|
775
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
775
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
776
776
|
},
|
|
777
777
|
)
|
|
778
778
|
|
|
@@ -780,7 +780,7 @@ DescribeTableResponseTypeDef = TypedDict(
|
|
|
780
780
|
"DescribeTableResponseTypeDef",
|
|
781
781
|
{
|
|
782
782
|
"Table": TableTypeDef,
|
|
783
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
783
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
784
784
|
},
|
|
785
785
|
)
|
|
786
786
|
|
|
@@ -789,7 +789,7 @@ ListTablesResponseTypeDef = TypedDict(
|
|
|
789
789
|
{
|
|
790
790
|
"Tables": List[TableTypeDef],
|
|
791
791
|
"NextToken": str,
|
|
792
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
792
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
793
793
|
},
|
|
794
794
|
)
|
|
795
795
|
|
|
@@ -797,7 +797,7 @@ UpdateTableResponseTypeDef = TypedDict(
|
|
|
797
797
|
"UpdateTableResponseTypeDef",
|
|
798
798
|
{
|
|
799
799
|
"Table": TableTypeDef,
|
|
800
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
800
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
801
801
|
},
|
|
802
802
|
)
|
|
803
803
|
|
|
@@ -850,6 +850,6 @@ DescribeBatchLoadTaskResponseTypeDef = TypedDict(
|
|
|
850
850
|
"DescribeBatchLoadTaskResponseTypeDef",
|
|
851
851
|
{
|
|
852
852
|
"BatchLoadTaskDescription": BatchLoadTaskDescriptionTypeDef,
|
|
853
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
853
|
+
"ResponseMetadata": "ResponseMetadataTypeDef",
|
|
854
854
|
},
|
|
855
855
|
)
|
|
@@ -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.28.0
|
|
4
|
+
Summary: Type annotations for boto3.TimestreamWrite 1.28.0 service generated with mypy-boto3-builder 7.14.5
|
|
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.
|
|
46
|
+
[boto3.TimestreamWrite 1.28.0](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/),
|
|
@@ -314,7 +314,7 @@ assembled to typed dictionaries for additional type checking.
|
|
|
314
314
|
from mypy_boto3_timestream_write.type_defs import (
|
|
315
315
|
BatchLoadProgressReportTypeDef,
|
|
316
316
|
BatchLoadTaskTypeDef,
|
|
317
|
-
|
|
317
|
+
CreateBatchLoadTaskResponseTypeDef,
|
|
318
318
|
TagTypeDef,
|
|
319
319
|
DatabaseTypeDef,
|
|
320
320
|
RetentionPropertiesTypeDef,
|
|
@@ -329,6 +329,7 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
329
329
|
EndpointTypeDef,
|
|
330
330
|
DescribeTableRequestRequestTypeDef,
|
|
331
331
|
DimensionTypeDef,
|
|
332
|
+
EmptyResponseMetadataTypeDef,
|
|
332
333
|
ListBatchLoadTasksRequestRequestTypeDef,
|
|
333
334
|
ListDatabasesRequestRequestTypeDef,
|
|
334
335
|
ListTablesRequestRequestTypeDef,
|
|
@@ -339,11 +340,10 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
339
340
|
PartitionKeyTypeDef,
|
|
340
341
|
RecordsIngestedTypeDef,
|
|
341
342
|
ReportS3ConfigurationTypeDef,
|
|
343
|
+
ResponseMetadataTypeDef,
|
|
342
344
|
ResumeBatchLoadTaskRequestRequestTypeDef,
|
|
343
345
|
UntagResourceRequestRequestTypeDef,
|
|
344
346
|
UpdateDatabaseRequestRequestTypeDef,
|
|
345
|
-
CreateBatchLoadTaskResponseTypeDef,
|
|
346
|
-
EmptyResponseMetadataTypeDef,
|
|
347
347
|
ListBatchLoadTasksResponseTypeDef,
|
|
348
348
|
CreateDatabaseRequestRequestTypeDef,
|
|
349
349
|
ListTagsForResourceResponseTypeDef,
|
|
@@ -0,0 +1,16 @@
|
|
|
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=ebJEPD1b18PftnHd9cVCClvVOZTBqXZXImimkWez7vg,938
|
|
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=UZqiAM5EGWfBBaOvaNT1P9mx_yEgPQrv4e_0XlMuMDQ,8753
|
|
7
|
+
mypy_boto3_timestream_write/literals.pyi,sha256=lL3VljIRxTlMj1DooYTHwN_WPp5u8y8LNrdEsTQ9iWI,8751
|
|
8
|
+
mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
+
mypy_boto3_timestream_write/type_defs.py,sha256=tFOwqTh1G3xTrlnCMFfSohMIAkaATLW9gtMSw0CnRk4,21339
|
|
10
|
+
mypy_boto3_timestream_write/type_defs.pyi,sha256=AZ1EaSYdlvv-kQP3WWwV2HF3xGAP1BrffFwiwjclCIA,21308
|
|
11
|
+
mypy_boto3_timestream_write/version.py,sha256=AUY57gOVSXxbpDrqsPKFjZKFmj4W6_LNa2_tbwzC1QM,60
|
|
12
|
+
mypy_boto3_timestream_write-1.28.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
+
mypy_boto3_timestream_write-1.28.0.dist-info/METADATA,sha256=uPYqISjwTc5QvkivXWNjOagQ33lEaVDkdHNQpn0aur8,14764
|
|
14
|
+
mypy_boto3_timestream_write-1.28.0.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
15
|
+
mypy_boto3_timestream_write-1.28.0.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
|
|
16
|
+
mypy_boto3_timestream_write-1.28.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=kjWHXfSWm6LmGIbM9IjyOg5nmproFpBHMNI3HG1wOmc,944
|
|
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=YBJOpTsWY-9FDhigOkZZldghBACn2Czehte257JZ08E,8684
|
|
7
|
-
mypy_boto3_timestream_write/literals.pyi,sha256=I-YJE2b36Sq19Gs5wLGtCwnrCiPsoPpfsTe-b32dQnU,8682
|
|
8
|
-
mypy_boto3_timestream_write/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
|
-
mypy_boto3_timestream_write/type_defs.py,sha256=ftqD14wtss7QwIOPQmXK0_LBsdD3pYzSDx8ZTtG2_Sg,21309
|
|
10
|
-
mypy_boto3_timestream_write/type_defs.pyi,sha256=oTvDoaGSpcOXEYhq5GXV5PCKQGBugkA0f7t2B117_ls,21278
|
|
11
|
-
mypy_boto3_timestream_write/version.py,sha256=fFCvoBNK7O-rkQM7zY0tTlMTkZ9M7Gfb0C6x1xK7AFY,62
|
|
12
|
-
mypy_boto3_timestream_write-1.26.150.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
13
|
-
mypy_boto3_timestream_write-1.26.150.dist-info/METADATA,sha256=fJEvjAhsaGF1U3MeVomi0MdvcB4OzfskVt4MYCfYno8,14770
|
|
14
|
-
mypy_boto3_timestream_write-1.26.150.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
15
|
-
mypy_boto3_timestream_write-1.26.150.dist-info/top_level.txt,sha256=g0nGBj3bO-9Vwwsr8V_FiQKyD6j_DiiQwWVAEYq4lR8,28
|
|
16
|
-
mypy_boto3_timestream_write-1.26.150.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|