mypy-boto3-timestream-write 1.36.0__py3-none-any.whl → 1.38.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 +4 -2
- mypy_boto3_timestream_write/__init__.pyi +4 -2
- mypy_boto3_timestream_write/__main__.py +4 -4
- mypy_boto3_timestream_write/client.py +38 -42
- mypy_boto3_timestream_write/client.pyi +38 -42
- mypy_boto3_timestream_write/literals.py +4 -3
- mypy_boto3_timestream_write/literals.pyi +4 -3
- mypy_boto3_timestream_write/type_defs.py +69 -75
- mypy_boto3_timestream_write/type_defs.pyi +67 -72
- mypy_boto3_timestream_write/version.py +1 -1
- {mypy_boto3_timestream_write-1.36.0.dist-info → mypy_boto3_timestream_write-1.38.0.dist-info}/METADATA +14 -9
- mypy_boto3_timestream_write-1.38.0.dist-info/RECORD +16 -0
- {mypy_boto3_timestream_write-1.36.0.dist-info → mypy_boto3_timestream_write-1.38.0.dist-info}/WHEEL +1 -1
- mypy_boto3_timestream_write-1.36.0.dist-info/RECORD +0 -16
- {mypy_boto3_timestream_write-1.36.0.dist-info → mypy_boto3_timestream_write-1.38.0.dist-info/licenses}/LICENSE +0 -0
- {mypy_boto3_timestream_write-1.36.0.dist-info → mypy_boto3_timestream_write-1.38.0.dist-info}/top_level.txt +0 -0
|
@@ -3,6 +3,8 @@ Type annotations for timestream-write service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: BatchLoadProgressReportTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -47,73 +47,72 @@ __all__ = (
|
|
|
47
47
|
"BatchLoadProgressReportTypeDef",
|
|
48
48
|
"BatchLoadTaskDescriptionTypeDef",
|
|
49
49
|
"BatchLoadTaskTypeDef",
|
|
50
|
-
"
|
|
50
|
+
"CreateBatchLoadTaskRequestTypeDef",
|
|
51
51
|
"CreateBatchLoadTaskResponseTypeDef",
|
|
52
|
-
"
|
|
52
|
+
"CreateDatabaseRequestTypeDef",
|
|
53
53
|
"CreateDatabaseResponseTypeDef",
|
|
54
|
-
"
|
|
54
|
+
"CreateTableRequestTypeDef",
|
|
55
55
|
"CreateTableResponseTypeDef",
|
|
56
56
|
"CsvConfigurationTypeDef",
|
|
57
57
|
"DataModelConfigurationOutputTypeDef",
|
|
58
58
|
"DataModelConfigurationTypeDef",
|
|
59
|
+
"DataModelConfigurationUnionTypeDef",
|
|
59
60
|
"DataModelOutputTypeDef",
|
|
60
61
|
"DataModelS3ConfigurationTypeDef",
|
|
61
62
|
"DataModelTypeDef",
|
|
62
|
-
"DataModelUnionTypeDef",
|
|
63
63
|
"DataSourceConfigurationTypeDef",
|
|
64
64
|
"DataSourceS3ConfigurationTypeDef",
|
|
65
65
|
"DatabaseTypeDef",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
66
|
+
"DeleteDatabaseRequestTypeDef",
|
|
67
|
+
"DeleteTableRequestTypeDef",
|
|
68
|
+
"DescribeBatchLoadTaskRequestTypeDef",
|
|
69
69
|
"DescribeBatchLoadTaskResponseTypeDef",
|
|
70
|
-
"
|
|
70
|
+
"DescribeDatabaseRequestTypeDef",
|
|
71
71
|
"DescribeDatabaseResponseTypeDef",
|
|
72
72
|
"DescribeEndpointsResponseTypeDef",
|
|
73
|
-
"
|
|
73
|
+
"DescribeTableRequestTypeDef",
|
|
74
74
|
"DescribeTableResponseTypeDef",
|
|
75
75
|
"DimensionMappingTypeDef",
|
|
76
76
|
"DimensionTypeDef",
|
|
77
77
|
"EmptyResponseMetadataTypeDef",
|
|
78
78
|
"EndpointTypeDef",
|
|
79
|
-
"
|
|
79
|
+
"ListBatchLoadTasksRequestTypeDef",
|
|
80
80
|
"ListBatchLoadTasksResponseTypeDef",
|
|
81
|
-
"
|
|
81
|
+
"ListDatabasesRequestTypeDef",
|
|
82
82
|
"ListDatabasesResponseTypeDef",
|
|
83
|
-
"
|
|
83
|
+
"ListTablesRequestTypeDef",
|
|
84
84
|
"ListTablesResponseTypeDef",
|
|
85
|
-
"
|
|
85
|
+
"ListTagsForResourceRequestTypeDef",
|
|
86
86
|
"ListTagsForResourceResponseTypeDef",
|
|
87
87
|
"MagneticStoreRejectedDataLocationTypeDef",
|
|
88
88
|
"MagneticStoreWritePropertiesTypeDef",
|
|
89
89
|
"MeasureValueTypeDef",
|
|
90
90
|
"MixedMeasureMappingOutputTypeDef",
|
|
91
91
|
"MixedMeasureMappingTypeDef",
|
|
92
|
-
"MixedMeasureMappingUnionTypeDef",
|
|
93
92
|
"MultiMeasureAttributeMappingTypeDef",
|
|
94
93
|
"MultiMeasureMappingsOutputTypeDef",
|
|
95
94
|
"MultiMeasureMappingsTypeDef",
|
|
96
|
-
"MultiMeasureMappingsUnionTypeDef",
|
|
97
95
|
"PartitionKeyTypeDef",
|
|
98
96
|
"RecordTypeDef",
|
|
99
97
|
"RecordsIngestedTypeDef",
|
|
100
98
|
"ReportConfigurationTypeDef",
|
|
101
99
|
"ReportS3ConfigurationTypeDef",
|
|
102
100
|
"ResponseMetadataTypeDef",
|
|
103
|
-
"
|
|
101
|
+
"ResumeBatchLoadTaskRequestTypeDef",
|
|
104
102
|
"RetentionPropertiesTypeDef",
|
|
105
103
|
"S3ConfigurationTypeDef",
|
|
106
104
|
"SchemaOutputTypeDef",
|
|
107
105
|
"SchemaTypeDef",
|
|
106
|
+
"SchemaUnionTypeDef",
|
|
108
107
|
"TableTypeDef",
|
|
109
|
-
"
|
|
108
|
+
"TagResourceRequestTypeDef",
|
|
110
109
|
"TagTypeDef",
|
|
111
|
-
"
|
|
112
|
-
"
|
|
110
|
+
"UntagResourceRequestTypeDef",
|
|
111
|
+
"UpdateDatabaseRequestTypeDef",
|
|
113
112
|
"UpdateDatabaseResponseTypeDef",
|
|
114
|
-
"
|
|
113
|
+
"UpdateTableRequestTypeDef",
|
|
115
114
|
"UpdateTableResponseTypeDef",
|
|
116
|
-
"
|
|
115
|
+
"WriteRecordsRequestTypeDef",
|
|
117
116
|
"WriteRecordsResponseTypeDef",
|
|
118
117
|
)
|
|
119
118
|
|
|
@@ -187,20 +186,20 @@ class DataSourceS3ConfigurationTypeDef(TypedDict):
|
|
|
187
186
|
ObjectKeyPrefix: NotRequired[str]
|
|
188
187
|
|
|
189
188
|
|
|
190
|
-
class
|
|
189
|
+
class DeleteDatabaseRequestTypeDef(TypedDict):
|
|
191
190
|
DatabaseName: str
|
|
192
191
|
|
|
193
192
|
|
|
194
|
-
class
|
|
193
|
+
class DeleteTableRequestTypeDef(TypedDict):
|
|
195
194
|
DatabaseName: str
|
|
196
195
|
TableName: str
|
|
197
196
|
|
|
198
197
|
|
|
199
|
-
class
|
|
198
|
+
class DescribeBatchLoadTaskRequestTypeDef(TypedDict):
|
|
200
199
|
TaskId: str
|
|
201
200
|
|
|
202
201
|
|
|
203
|
-
class
|
|
202
|
+
class DescribeDatabaseRequestTypeDef(TypedDict):
|
|
204
203
|
DatabaseName: str
|
|
205
204
|
|
|
206
205
|
|
|
@@ -209,7 +208,7 @@ class EndpointTypeDef(TypedDict):
|
|
|
209
208
|
CachePeriodInMinutes: int
|
|
210
209
|
|
|
211
210
|
|
|
212
|
-
class
|
|
211
|
+
class DescribeTableRequestTypeDef(TypedDict):
|
|
213
212
|
DatabaseName: str
|
|
214
213
|
TableName: str
|
|
215
214
|
|
|
@@ -220,24 +219,24 @@ class DimensionTypeDef(TypedDict):
|
|
|
220
219
|
DimensionValueType: NotRequired[Literal["VARCHAR"]]
|
|
221
220
|
|
|
222
221
|
|
|
223
|
-
class
|
|
222
|
+
class ListBatchLoadTasksRequestTypeDef(TypedDict):
|
|
224
223
|
NextToken: NotRequired[str]
|
|
225
224
|
MaxResults: NotRequired[int]
|
|
226
225
|
TaskStatus: NotRequired[BatchLoadStatusType]
|
|
227
226
|
|
|
228
227
|
|
|
229
|
-
class
|
|
228
|
+
class ListDatabasesRequestTypeDef(TypedDict):
|
|
230
229
|
NextToken: NotRequired[str]
|
|
231
230
|
MaxResults: NotRequired[int]
|
|
232
231
|
|
|
233
232
|
|
|
234
|
-
class
|
|
233
|
+
class ListTablesRequestTypeDef(TypedDict):
|
|
235
234
|
DatabaseName: NotRequired[str]
|
|
236
235
|
NextToken: NotRequired[str]
|
|
237
236
|
MaxResults: NotRequired[int]
|
|
238
237
|
|
|
239
238
|
|
|
240
|
-
class
|
|
239
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
241
240
|
ResourceARN: str
|
|
242
241
|
|
|
243
242
|
|
|
@@ -287,16 +286,16 @@ class ReportS3ConfigurationTypeDef(TypedDict):
|
|
|
287
286
|
KmsKeyId: NotRequired[str]
|
|
288
287
|
|
|
289
288
|
|
|
290
|
-
class
|
|
289
|
+
class ResumeBatchLoadTaskRequestTypeDef(TypedDict):
|
|
291
290
|
TaskId: str
|
|
292
291
|
|
|
293
292
|
|
|
294
|
-
class
|
|
293
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
295
294
|
ResourceARN: str
|
|
296
295
|
TagKeys: Sequence[str]
|
|
297
296
|
|
|
298
297
|
|
|
299
|
-
class
|
|
298
|
+
class UpdateDatabaseRequestTypeDef(TypedDict):
|
|
300
299
|
DatabaseName: str
|
|
301
300
|
KmsKeyId: str
|
|
302
301
|
|
|
@@ -316,7 +315,7 @@ class ListBatchLoadTasksResponseTypeDef(TypedDict):
|
|
|
316
315
|
NextToken: NotRequired[str]
|
|
317
316
|
|
|
318
317
|
|
|
319
|
-
class
|
|
318
|
+
class CreateDatabaseRequestTypeDef(TypedDict):
|
|
320
319
|
DatabaseName: str
|
|
321
320
|
KmsKeyId: NotRequired[str]
|
|
322
321
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
@@ -327,7 +326,7 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
327
326
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
328
327
|
|
|
329
328
|
|
|
330
|
-
class
|
|
329
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
331
330
|
ResourceARN: str
|
|
332
331
|
Tags: Sequence[TagTypeDef]
|
|
333
332
|
|
|
@@ -427,18 +426,13 @@ class MagneticStoreWritePropertiesTypeDef(TypedDict):
|
|
|
427
426
|
MagneticStoreRejectedDataLocation: NotRequired[MagneticStoreRejectedDataLocationTypeDef]
|
|
428
427
|
|
|
429
428
|
|
|
430
|
-
class
|
|
429
|
+
class WriteRecordsRequestTypeDef(TypedDict):
|
|
431
430
|
DatabaseName: str
|
|
432
431
|
TableName: str
|
|
433
432
|
Records: Sequence[RecordTypeDef]
|
|
434
433
|
CommonAttributes: NotRequired[RecordTypeDef]
|
|
435
434
|
|
|
436
435
|
|
|
437
|
-
MixedMeasureMappingUnionTypeDef = Union[
|
|
438
|
-
MixedMeasureMappingTypeDef, MixedMeasureMappingOutputTypeDef
|
|
439
|
-
]
|
|
440
|
-
|
|
441
|
-
|
|
442
436
|
class DataModelOutputTypeDef(TypedDict):
|
|
443
437
|
DimensionMappings: List[DimensionMappingTypeDef]
|
|
444
438
|
TimeColumn: NotRequired[str]
|
|
@@ -448,18 +442,16 @@ class DataModelOutputTypeDef(TypedDict):
|
|
|
448
442
|
MeasureNameColumn: NotRequired[str]
|
|
449
443
|
|
|
450
444
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
]
|
|
445
|
+
class DataModelTypeDef(TypedDict):
|
|
446
|
+
DimensionMappings: Sequence[DimensionMappingTypeDef]
|
|
447
|
+
TimeColumn: NotRequired[str]
|
|
448
|
+
TimeUnit: NotRequired[TimeUnitType]
|
|
449
|
+
MultiMeasureMappings: NotRequired[MultiMeasureMappingsTypeDef]
|
|
450
|
+
MixedMeasureMappings: NotRequired[Sequence[MixedMeasureMappingTypeDef]]
|
|
451
|
+
MeasureNameColumn: NotRequired[str]
|
|
454
452
|
|
|
455
453
|
|
|
456
|
-
|
|
457
|
-
DatabaseName: str
|
|
458
|
-
TableName: str
|
|
459
|
-
RetentionProperties: NotRequired[RetentionPropertiesTypeDef]
|
|
460
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
461
|
-
MagneticStoreWriteProperties: NotRequired[MagneticStoreWritePropertiesTypeDef]
|
|
462
|
-
Schema: NotRequired[SchemaTypeDef]
|
|
454
|
+
SchemaUnionTypeDef = Union[SchemaTypeDef, SchemaOutputTypeDef]
|
|
463
455
|
|
|
464
456
|
|
|
465
457
|
class TableTypeDef(TypedDict):
|
|
@@ -474,26 +466,31 @@ class TableTypeDef(TypedDict):
|
|
|
474
466
|
Schema: NotRequired[SchemaOutputTypeDef]
|
|
475
467
|
|
|
476
468
|
|
|
477
|
-
class
|
|
469
|
+
class DataModelConfigurationOutputTypeDef(TypedDict):
|
|
470
|
+
DataModel: NotRequired[DataModelOutputTypeDef]
|
|
471
|
+
DataModelS3Configuration: NotRequired[DataModelS3ConfigurationTypeDef]
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
class DataModelConfigurationTypeDef(TypedDict):
|
|
475
|
+
DataModel: NotRequired[DataModelTypeDef]
|
|
476
|
+
DataModelS3Configuration: NotRequired[DataModelS3ConfigurationTypeDef]
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
class CreateTableRequestTypeDef(TypedDict):
|
|
478
480
|
DatabaseName: str
|
|
479
481
|
TableName: str
|
|
480
482
|
RetentionProperties: NotRequired[RetentionPropertiesTypeDef]
|
|
483
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
481
484
|
MagneticStoreWriteProperties: NotRequired[MagneticStoreWritePropertiesTypeDef]
|
|
482
|
-
Schema: NotRequired[
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
class DataModelConfigurationOutputTypeDef(TypedDict):
|
|
486
|
-
DataModel: NotRequired[DataModelOutputTypeDef]
|
|
487
|
-
DataModelS3Configuration: NotRequired[DataModelS3ConfigurationTypeDef]
|
|
485
|
+
Schema: NotRequired[SchemaUnionTypeDef]
|
|
488
486
|
|
|
489
487
|
|
|
490
|
-
class
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
MeasureNameColumn: NotRequired[str]
|
|
488
|
+
class UpdateTableRequestTypeDef(TypedDict):
|
|
489
|
+
DatabaseName: str
|
|
490
|
+
TableName: str
|
|
491
|
+
RetentionProperties: NotRequired[RetentionPropertiesTypeDef]
|
|
492
|
+
MagneticStoreWriteProperties: NotRequired[MagneticStoreWritePropertiesTypeDef]
|
|
493
|
+
Schema: NotRequired[SchemaUnionTypeDef]
|
|
497
494
|
|
|
498
495
|
|
|
499
496
|
class CreateTableResponseTypeDef(TypedDict):
|
|
@@ -533,7 +530,9 @@ class BatchLoadTaskDescriptionTypeDef(TypedDict):
|
|
|
533
530
|
ResumableUntil: NotRequired[datetime]
|
|
534
531
|
|
|
535
532
|
|
|
536
|
-
|
|
533
|
+
DataModelConfigurationUnionTypeDef = Union[
|
|
534
|
+
DataModelConfigurationTypeDef, DataModelConfigurationOutputTypeDef
|
|
535
|
+
]
|
|
537
536
|
|
|
538
537
|
|
|
539
538
|
class DescribeBatchLoadTaskResponseTypeDef(TypedDict):
|
|
@@ -541,16 +540,11 @@ class DescribeBatchLoadTaskResponseTypeDef(TypedDict):
|
|
|
541
540
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
542
541
|
|
|
543
542
|
|
|
544
|
-
class
|
|
545
|
-
DataModel: NotRequired[DataModelUnionTypeDef]
|
|
546
|
-
DataModelS3Configuration: NotRequired[DataModelS3ConfigurationTypeDef]
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
class CreateBatchLoadTaskRequestRequestTypeDef(TypedDict):
|
|
543
|
+
class CreateBatchLoadTaskRequestTypeDef(TypedDict):
|
|
550
544
|
DataSourceConfiguration: DataSourceConfigurationTypeDef
|
|
551
545
|
ReportConfiguration: ReportConfigurationTypeDef
|
|
552
546
|
TargetDatabaseName: str
|
|
553
547
|
TargetTableName: str
|
|
554
548
|
ClientToken: NotRequired[str]
|
|
555
|
-
DataModelConfiguration: NotRequired[
|
|
549
|
+
DataModelConfiguration: NotRequired[DataModelConfigurationUnionTypeDef]
|
|
556
550
|
RecordVersion: NotRequired[int]
|
|
@@ -3,6 +3,8 @@ Type annotations for timestream-write service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: BatchLoadProgressReportTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -46,73 +46,72 @@ __all__ = (
|
|
|
46
46
|
"BatchLoadProgressReportTypeDef",
|
|
47
47
|
"BatchLoadTaskDescriptionTypeDef",
|
|
48
48
|
"BatchLoadTaskTypeDef",
|
|
49
|
-
"
|
|
49
|
+
"CreateBatchLoadTaskRequestTypeDef",
|
|
50
50
|
"CreateBatchLoadTaskResponseTypeDef",
|
|
51
|
-
"
|
|
51
|
+
"CreateDatabaseRequestTypeDef",
|
|
52
52
|
"CreateDatabaseResponseTypeDef",
|
|
53
|
-
"
|
|
53
|
+
"CreateTableRequestTypeDef",
|
|
54
54
|
"CreateTableResponseTypeDef",
|
|
55
55
|
"CsvConfigurationTypeDef",
|
|
56
56
|
"DataModelConfigurationOutputTypeDef",
|
|
57
57
|
"DataModelConfigurationTypeDef",
|
|
58
|
+
"DataModelConfigurationUnionTypeDef",
|
|
58
59
|
"DataModelOutputTypeDef",
|
|
59
60
|
"DataModelS3ConfigurationTypeDef",
|
|
60
61
|
"DataModelTypeDef",
|
|
61
|
-
"DataModelUnionTypeDef",
|
|
62
62
|
"DataSourceConfigurationTypeDef",
|
|
63
63
|
"DataSourceS3ConfigurationTypeDef",
|
|
64
64
|
"DatabaseTypeDef",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
65
|
+
"DeleteDatabaseRequestTypeDef",
|
|
66
|
+
"DeleteTableRequestTypeDef",
|
|
67
|
+
"DescribeBatchLoadTaskRequestTypeDef",
|
|
68
68
|
"DescribeBatchLoadTaskResponseTypeDef",
|
|
69
|
-
"
|
|
69
|
+
"DescribeDatabaseRequestTypeDef",
|
|
70
70
|
"DescribeDatabaseResponseTypeDef",
|
|
71
71
|
"DescribeEndpointsResponseTypeDef",
|
|
72
|
-
"
|
|
72
|
+
"DescribeTableRequestTypeDef",
|
|
73
73
|
"DescribeTableResponseTypeDef",
|
|
74
74
|
"DimensionMappingTypeDef",
|
|
75
75
|
"DimensionTypeDef",
|
|
76
76
|
"EmptyResponseMetadataTypeDef",
|
|
77
77
|
"EndpointTypeDef",
|
|
78
|
-
"
|
|
78
|
+
"ListBatchLoadTasksRequestTypeDef",
|
|
79
79
|
"ListBatchLoadTasksResponseTypeDef",
|
|
80
|
-
"
|
|
80
|
+
"ListDatabasesRequestTypeDef",
|
|
81
81
|
"ListDatabasesResponseTypeDef",
|
|
82
|
-
"
|
|
82
|
+
"ListTablesRequestTypeDef",
|
|
83
83
|
"ListTablesResponseTypeDef",
|
|
84
|
-
"
|
|
84
|
+
"ListTagsForResourceRequestTypeDef",
|
|
85
85
|
"ListTagsForResourceResponseTypeDef",
|
|
86
86
|
"MagneticStoreRejectedDataLocationTypeDef",
|
|
87
87
|
"MagneticStoreWritePropertiesTypeDef",
|
|
88
88
|
"MeasureValueTypeDef",
|
|
89
89
|
"MixedMeasureMappingOutputTypeDef",
|
|
90
90
|
"MixedMeasureMappingTypeDef",
|
|
91
|
-
"MixedMeasureMappingUnionTypeDef",
|
|
92
91
|
"MultiMeasureAttributeMappingTypeDef",
|
|
93
92
|
"MultiMeasureMappingsOutputTypeDef",
|
|
94
93
|
"MultiMeasureMappingsTypeDef",
|
|
95
|
-
"MultiMeasureMappingsUnionTypeDef",
|
|
96
94
|
"PartitionKeyTypeDef",
|
|
97
95
|
"RecordTypeDef",
|
|
98
96
|
"RecordsIngestedTypeDef",
|
|
99
97
|
"ReportConfigurationTypeDef",
|
|
100
98
|
"ReportS3ConfigurationTypeDef",
|
|
101
99
|
"ResponseMetadataTypeDef",
|
|
102
|
-
"
|
|
100
|
+
"ResumeBatchLoadTaskRequestTypeDef",
|
|
103
101
|
"RetentionPropertiesTypeDef",
|
|
104
102
|
"S3ConfigurationTypeDef",
|
|
105
103
|
"SchemaOutputTypeDef",
|
|
106
104
|
"SchemaTypeDef",
|
|
105
|
+
"SchemaUnionTypeDef",
|
|
107
106
|
"TableTypeDef",
|
|
108
|
-
"
|
|
107
|
+
"TagResourceRequestTypeDef",
|
|
109
108
|
"TagTypeDef",
|
|
110
|
-
"
|
|
111
|
-
"
|
|
109
|
+
"UntagResourceRequestTypeDef",
|
|
110
|
+
"UpdateDatabaseRequestTypeDef",
|
|
112
111
|
"UpdateDatabaseResponseTypeDef",
|
|
113
|
-
"
|
|
112
|
+
"UpdateTableRequestTypeDef",
|
|
114
113
|
"UpdateTableResponseTypeDef",
|
|
115
|
-
"
|
|
114
|
+
"WriteRecordsRequestTypeDef",
|
|
116
115
|
"WriteRecordsResponseTypeDef",
|
|
117
116
|
)
|
|
118
117
|
|
|
@@ -175,24 +174,24 @@ class DataSourceS3ConfigurationTypeDef(TypedDict):
|
|
|
175
174
|
BucketName: str
|
|
176
175
|
ObjectKeyPrefix: NotRequired[str]
|
|
177
176
|
|
|
178
|
-
class
|
|
177
|
+
class DeleteDatabaseRequestTypeDef(TypedDict):
|
|
179
178
|
DatabaseName: str
|
|
180
179
|
|
|
181
|
-
class
|
|
180
|
+
class DeleteTableRequestTypeDef(TypedDict):
|
|
182
181
|
DatabaseName: str
|
|
183
182
|
TableName: str
|
|
184
183
|
|
|
185
|
-
class
|
|
184
|
+
class DescribeBatchLoadTaskRequestTypeDef(TypedDict):
|
|
186
185
|
TaskId: str
|
|
187
186
|
|
|
188
|
-
class
|
|
187
|
+
class DescribeDatabaseRequestTypeDef(TypedDict):
|
|
189
188
|
DatabaseName: str
|
|
190
189
|
|
|
191
190
|
class EndpointTypeDef(TypedDict):
|
|
192
191
|
Address: str
|
|
193
192
|
CachePeriodInMinutes: int
|
|
194
193
|
|
|
195
|
-
class
|
|
194
|
+
class DescribeTableRequestTypeDef(TypedDict):
|
|
196
195
|
DatabaseName: str
|
|
197
196
|
TableName: str
|
|
198
197
|
|
|
@@ -201,21 +200,21 @@ class DimensionTypeDef(TypedDict):
|
|
|
201
200
|
Value: str
|
|
202
201
|
DimensionValueType: NotRequired[Literal["VARCHAR"]]
|
|
203
202
|
|
|
204
|
-
class
|
|
203
|
+
class ListBatchLoadTasksRequestTypeDef(TypedDict):
|
|
205
204
|
NextToken: NotRequired[str]
|
|
206
205
|
MaxResults: NotRequired[int]
|
|
207
206
|
TaskStatus: NotRequired[BatchLoadStatusType]
|
|
208
207
|
|
|
209
|
-
class
|
|
208
|
+
class ListDatabasesRequestTypeDef(TypedDict):
|
|
210
209
|
NextToken: NotRequired[str]
|
|
211
210
|
MaxResults: NotRequired[int]
|
|
212
211
|
|
|
213
|
-
class
|
|
212
|
+
class ListTablesRequestTypeDef(TypedDict):
|
|
214
213
|
DatabaseName: NotRequired[str]
|
|
215
214
|
NextToken: NotRequired[str]
|
|
216
215
|
MaxResults: NotRequired[int]
|
|
217
216
|
|
|
218
|
-
class
|
|
217
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
219
218
|
ResourceARN: str
|
|
220
219
|
|
|
221
220
|
class S3ConfigurationTypeDef(TypedDict):
|
|
@@ -258,14 +257,14 @@ class ReportS3ConfigurationTypeDef(TypedDict):
|
|
|
258
257
|
EncryptionOption: NotRequired[S3EncryptionOptionType]
|
|
259
258
|
KmsKeyId: NotRequired[str]
|
|
260
259
|
|
|
261
|
-
class
|
|
260
|
+
class ResumeBatchLoadTaskRequestTypeDef(TypedDict):
|
|
262
261
|
TaskId: str
|
|
263
262
|
|
|
264
|
-
class
|
|
263
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
265
264
|
ResourceARN: str
|
|
266
265
|
TagKeys: Sequence[str]
|
|
267
266
|
|
|
268
|
-
class
|
|
267
|
+
class UpdateDatabaseRequestTypeDef(TypedDict):
|
|
269
268
|
DatabaseName: str
|
|
270
269
|
KmsKeyId: str
|
|
271
270
|
|
|
@@ -281,7 +280,7 @@ class ListBatchLoadTasksResponseTypeDef(TypedDict):
|
|
|
281
280
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
282
281
|
NextToken: NotRequired[str]
|
|
283
282
|
|
|
284
|
-
class
|
|
283
|
+
class CreateDatabaseRequestTypeDef(TypedDict):
|
|
285
284
|
DatabaseName: str
|
|
286
285
|
KmsKeyId: NotRequired[str]
|
|
287
286
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
@@ -290,7 +289,7 @@ class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
|
290
289
|
Tags: List[TagTypeDef]
|
|
291
290
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
292
291
|
|
|
293
|
-
class
|
|
292
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
294
293
|
ResourceARN: str
|
|
295
294
|
Tags: Sequence[TagTypeDef]
|
|
296
295
|
|
|
@@ -372,16 +371,12 @@ class MagneticStoreWritePropertiesTypeDef(TypedDict):
|
|
|
372
371
|
EnableMagneticStoreWrites: bool
|
|
373
372
|
MagneticStoreRejectedDataLocation: NotRequired[MagneticStoreRejectedDataLocationTypeDef]
|
|
374
373
|
|
|
375
|
-
class
|
|
374
|
+
class WriteRecordsRequestTypeDef(TypedDict):
|
|
376
375
|
DatabaseName: str
|
|
377
376
|
TableName: str
|
|
378
377
|
Records: Sequence[RecordTypeDef]
|
|
379
378
|
CommonAttributes: NotRequired[RecordTypeDef]
|
|
380
379
|
|
|
381
|
-
MixedMeasureMappingUnionTypeDef = Union[
|
|
382
|
-
MixedMeasureMappingTypeDef, MixedMeasureMappingOutputTypeDef
|
|
383
|
-
]
|
|
384
|
-
|
|
385
380
|
class DataModelOutputTypeDef(TypedDict):
|
|
386
381
|
DimensionMappings: List[DimensionMappingTypeDef]
|
|
387
382
|
TimeColumn: NotRequired[str]
|
|
@@ -390,17 +385,15 @@ class DataModelOutputTypeDef(TypedDict):
|
|
|
390
385
|
MixedMeasureMappings: NotRequired[List[MixedMeasureMappingOutputTypeDef]]
|
|
391
386
|
MeasureNameColumn: NotRequired[str]
|
|
392
387
|
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
]
|
|
388
|
+
class DataModelTypeDef(TypedDict):
|
|
389
|
+
DimensionMappings: Sequence[DimensionMappingTypeDef]
|
|
390
|
+
TimeColumn: NotRequired[str]
|
|
391
|
+
TimeUnit: NotRequired[TimeUnitType]
|
|
392
|
+
MultiMeasureMappings: NotRequired[MultiMeasureMappingsTypeDef]
|
|
393
|
+
MixedMeasureMappings: NotRequired[Sequence[MixedMeasureMappingTypeDef]]
|
|
394
|
+
MeasureNameColumn: NotRequired[str]
|
|
396
395
|
|
|
397
|
-
|
|
398
|
-
DatabaseName: str
|
|
399
|
-
TableName: str
|
|
400
|
-
RetentionProperties: NotRequired[RetentionPropertiesTypeDef]
|
|
401
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
402
|
-
MagneticStoreWriteProperties: NotRequired[MagneticStoreWritePropertiesTypeDef]
|
|
403
|
-
Schema: NotRequired[SchemaTypeDef]
|
|
396
|
+
SchemaUnionTypeDef = Union[SchemaTypeDef, SchemaOutputTypeDef]
|
|
404
397
|
|
|
405
398
|
class TableTypeDef(TypedDict):
|
|
406
399
|
Arn: NotRequired[str]
|
|
@@ -413,24 +406,28 @@ class TableTypeDef(TypedDict):
|
|
|
413
406
|
MagneticStoreWriteProperties: NotRequired[MagneticStoreWritePropertiesTypeDef]
|
|
414
407
|
Schema: NotRequired[SchemaOutputTypeDef]
|
|
415
408
|
|
|
416
|
-
class
|
|
409
|
+
class DataModelConfigurationOutputTypeDef(TypedDict):
|
|
410
|
+
DataModel: NotRequired[DataModelOutputTypeDef]
|
|
411
|
+
DataModelS3Configuration: NotRequired[DataModelS3ConfigurationTypeDef]
|
|
412
|
+
|
|
413
|
+
class DataModelConfigurationTypeDef(TypedDict):
|
|
414
|
+
DataModel: NotRequired[DataModelTypeDef]
|
|
415
|
+
DataModelS3Configuration: NotRequired[DataModelS3ConfigurationTypeDef]
|
|
416
|
+
|
|
417
|
+
class CreateTableRequestTypeDef(TypedDict):
|
|
417
418
|
DatabaseName: str
|
|
418
419
|
TableName: str
|
|
419
420
|
RetentionProperties: NotRequired[RetentionPropertiesTypeDef]
|
|
421
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
420
422
|
MagneticStoreWriteProperties: NotRequired[MagneticStoreWritePropertiesTypeDef]
|
|
421
|
-
Schema: NotRequired[
|
|
423
|
+
Schema: NotRequired[SchemaUnionTypeDef]
|
|
422
424
|
|
|
423
|
-
class
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
TimeColumn: NotRequired[str]
|
|
430
|
-
TimeUnit: NotRequired[TimeUnitType]
|
|
431
|
-
MultiMeasureMappings: NotRequired[MultiMeasureMappingsUnionTypeDef]
|
|
432
|
-
MixedMeasureMappings: NotRequired[Sequence[MixedMeasureMappingUnionTypeDef]]
|
|
433
|
-
MeasureNameColumn: NotRequired[str]
|
|
425
|
+
class UpdateTableRequestTypeDef(TypedDict):
|
|
426
|
+
DatabaseName: str
|
|
427
|
+
TableName: str
|
|
428
|
+
RetentionProperties: NotRequired[RetentionPropertiesTypeDef]
|
|
429
|
+
MagneticStoreWriteProperties: NotRequired[MagneticStoreWritePropertiesTypeDef]
|
|
430
|
+
Schema: NotRequired[SchemaUnionTypeDef]
|
|
434
431
|
|
|
435
432
|
class CreateTableResponseTypeDef(TypedDict):
|
|
436
433
|
Table: TableTypeDef
|
|
@@ -464,21 +461,19 @@ class BatchLoadTaskDescriptionTypeDef(TypedDict):
|
|
|
464
461
|
LastUpdatedTime: NotRequired[datetime]
|
|
465
462
|
ResumableUntil: NotRequired[datetime]
|
|
466
463
|
|
|
467
|
-
|
|
464
|
+
DataModelConfigurationUnionTypeDef = Union[
|
|
465
|
+
DataModelConfigurationTypeDef, DataModelConfigurationOutputTypeDef
|
|
466
|
+
]
|
|
468
467
|
|
|
469
468
|
class DescribeBatchLoadTaskResponseTypeDef(TypedDict):
|
|
470
469
|
BatchLoadTaskDescription: BatchLoadTaskDescriptionTypeDef
|
|
471
470
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
472
471
|
|
|
473
|
-
class
|
|
474
|
-
DataModel: NotRequired[DataModelUnionTypeDef]
|
|
475
|
-
DataModelS3Configuration: NotRequired[DataModelS3ConfigurationTypeDef]
|
|
476
|
-
|
|
477
|
-
class CreateBatchLoadTaskRequestRequestTypeDef(TypedDict):
|
|
472
|
+
class CreateBatchLoadTaskRequestTypeDef(TypedDict):
|
|
478
473
|
DataSourceConfiguration: DataSourceConfigurationTypeDef
|
|
479
474
|
ReportConfiguration: ReportConfigurationTypeDef
|
|
480
475
|
TargetDatabaseName: str
|
|
481
476
|
TargetTableName: str
|
|
482
477
|
ClientToken: NotRequired[str]
|
|
483
|
-
DataModelConfiguration: NotRequired[
|
|
478
|
+
DataModelConfiguration: NotRequired[DataModelConfigurationUnionTypeDef]
|
|
484
479
|
RecordVersion: NotRequired[int]
|