mypy-boto3-timestream-write 1.26.80__tar.gz → 1.27.0__tar.gz
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-1.26.80 → mypy-boto3-timestream-write-1.27.0}/LICENSE +1 -1
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/PKG-INFO +18 -14
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/README.md +16 -12
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/__main__.py +3 -3
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/client.py +5 -2
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/client.pyi +5 -2
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/literals.py +13 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/literals.pyi +13 -0
- mypy-boto3-timestream-write-1.26.80/mypy_boto3_timestream_write/type_defs.pyi → mypy-boto3-timestream-write-1.27.0/mypy_boto3_timestream_write/type_defs.py +102 -38
- mypy-boto3-timestream-write-1.26.80/mypy_boto3_timestream_write/type_defs.py → mypy-boto3-timestream-write-1.27.0/mypy_boto3_timestream_write/type_defs.pyi +67 -63
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/version.py +1 -1
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write.egg-info/PKG-INFO +18 -14
- mypy-boto3-timestream-write-1.27.0/mypy_boto3_timestream_write.egg-info/requires.txt +3 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/setup.py +6 -6
- mypy-boto3-timestream-write-1.26.80/mypy_boto3_timestream_write.egg-info/requires.txt +0 -1
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/__init__.py +0 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/__init__.pyi +0 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write/py.typed +0 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write.egg-info/not-zip-safe +0 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/mypy_boto3_timestream_write.egg-info/top_level.txt +0 -0
- {mypy-boto3-timestream-write-1.26.80 → mypy-boto3-timestream-write-1.27.0}/setup.cfg +0 -0
|
@@ -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.27.0
|
|
4
|
+
Summary: Type annotations for boto3.TimestreamWrite 1.27.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
|
|
@@ -36,13 +36,13 @@ License-File: LICENSE
|
|
|
36
36
|
|
|
37
37
|
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
38
38
|
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
39
|
-
[](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/)
|
|
40
40
|
[](https://pypistats.org/packages/mypy-boto3-timestream-write)
|
|
41
41
|
|
|
42
42
|

|
|
43
43
|
|
|
44
44
|
Type annotations for
|
|
45
|
-
[boto3.TimestreamWrite 1.
|
|
45
|
+
[boto3.TimestreamWrite 1.27.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
|
|
46
46
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,7 +51,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
52
52
|
|
|
53
53
|
Generated by
|
|
54
|
-
[mypy-boto3-builder 7.
|
|
54
|
+
[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder).
|
|
55
55
|
|
|
56
56
|
More information can be found on
|
|
57
57
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -285,6 +285,8 @@ from mypy_boto3_timestream_write.literals import (
|
|
|
285
285
|
BatchLoadStatusType,
|
|
286
286
|
DimensionValueTypeType,
|
|
287
287
|
MeasureValueTypeType,
|
|
288
|
+
PartitionKeyEnforcementLevelType,
|
|
289
|
+
PartitionKeyTypeType,
|
|
288
290
|
S3EncryptionOptionType,
|
|
289
291
|
ScalarMeasureValueTypeType,
|
|
290
292
|
TableStatusType,
|
|
@@ -311,7 +313,7 @@ assembled to typed dictionaries for additional type checking.
|
|
|
311
313
|
from mypy_boto3_timestream_write.type_defs import (
|
|
312
314
|
BatchLoadProgressReportTypeDef,
|
|
313
315
|
BatchLoadTaskTypeDef,
|
|
314
|
-
|
|
316
|
+
CreateBatchLoadTaskResponseTypeDef,
|
|
315
317
|
TagTypeDef,
|
|
316
318
|
DatabaseTypeDef,
|
|
317
319
|
RetentionPropertiesTypeDef,
|
|
@@ -326,6 +328,7 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
326
328
|
EndpointTypeDef,
|
|
327
329
|
DescribeTableRequestRequestTypeDef,
|
|
328
330
|
DimensionTypeDef,
|
|
331
|
+
EmptyResponseMetadataTypeDef,
|
|
329
332
|
ListBatchLoadTasksRequestRequestTypeDef,
|
|
330
333
|
ListDatabasesRequestRequestTypeDef,
|
|
331
334
|
ListTablesRequestRequestTypeDef,
|
|
@@ -333,13 +336,13 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
333
336
|
S3ConfigurationTypeDef,
|
|
334
337
|
MeasureValueTypeDef,
|
|
335
338
|
MultiMeasureAttributeMappingTypeDef,
|
|
339
|
+
PartitionKeyTypeDef,
|
|
336
340
|
RecordsIngestedTypeDef,
|
|
337
341
|
ReportS3ConfigurationTypeDef,
|
|
342
|
+
ResponseMetadataTypeDef,
|
|
338
343
|
ResumeBatchLoadTaskRequestRequestTypeDef,
|
|
339
344
|
UntagResourceRequestRequestTypeDef,
|
|
340
345
|
UpdateDatabaseRequestRequestTypeDef,
|
|
341
|
-
CreateBatchLoadTaskResponseTypeDef,
|
|
342
|
-
EmptyResponseMetadataTypeDef,
|
|
343
346
|
ListBatchLoadTasksResponseTypeDef,
|
|
344
347
|
CreateDatabaseRequestRequestTypeDef,
|
|
345
348
|
ListTagsForResourceResponseTypeDef,
|
|
@@ -354,6 +357,7 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
354
357
|
RecordTypeDef,
|
|
355
358
|
MixedMeasureMappingTypeDef,
|
|
356
359
|
MultiMeasureMappingsTypeDef,
|
|
360
|
+
SchemaTypeDef,
|
|
357
361
|
WriteRecordsResponseTypeDef,
|
|
358
362
|
ReportConfigurationTypeDef,
|
|
359
363
|
MagneticStoreWritePropertiesTypeDef,
|
|
@@ -384,12 +388,11 @@ def get_structure() -> BatchLoadProgressReportTypeDef:
|
|
|
384
388
|
Fully automated
|
|
385
389
|
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
386
390
|
generates type annotations for each service, patiently waiting for `boto3`
|
|
387
|
-
updates. It delivers
|
|
391
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
388
392
|
|
|
389
393
|
- All available `boto3` services are covered.
|
|
390
394
|
- Each public class and method of every `boto3` service gets valid type
|
|
391
|
-
annotations extracted from
|
|
392
|
-
are incorrect).
|
|
395
|
+
annotations extracted from `botocore` schemas.
|
|
393
396
|
- Type annotations include up-to-date documentation.
|
|
394
397
|
- Link to documentation is provided for every method.
|
|
395
398
|
- Code is processed by [black](https://github.com/psf/black) and
|
|
@@ -403,15 +406,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
|
403
406
|
|
|
404
407
|
### Implemented features
|
|
405
408
|
|
|
406
|
-
- Fully type annotated `boto3`, `botocore` and `
|
|
409
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
410
|
+
libraries
|
|
407
411
|
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
408
412
|
compatibility
|
|
409
413
|
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
410
414
|
annotations for each service
|
|
411
415
|
- Generated `TypeDefs` for each service
|
|
412
416
|
- Generated `Literals` for each service
|
|
413
|
-
- Auto discovery of types for `boto3.client` and `boto3.
|
|
414
|
-
- Auto discovery of types for `session.client` and `session.
|
|
417
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
418
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
415
419
|
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
416
420
|
calls
|
|
417
421
|
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
6
6
|
[](https://pypi.org/project/mypy-boto3-timestream-write)
|
|
7
|
-
[](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_timestream_write/)
|
|
8
8
|
[](https://pypistats.org/packages/mypy-boto3-timestream-write)
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.TimestreamWrite 1.
|
|
13
|
+
[boto3.TimestreamWrite 1.27.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/timestream-write.html#TimestreamWrite)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -253,6 +253,8 @@ from mypy_boto3_timestream_write.literals import (
|
|
|
253
253
|
BatchLoadStatusType,
|
|
254
254
|
DimensionValueTypeType,
|
|
255
255
|
MeasureValueTypeType,
|
|
256
|
+
PartitionKeyEnforcementLevelType,
|
|
257
|
+
PartitionKeyTypeType,
|
|
256
258
|
S3EncryptionOptionType,
|
|
257
259
|
ScalarMeasureValueTypeType,
|
|
258
260
|
TableStatusType,
|
|
@@ -279,7 +281,7 @@ assembled to typed dictionaries for additional type checking.
|
|
|
279
281
|
from mypy_boto3_timestream_write.type_defs import (
|
|
280
282
|
BatchLoadProgressReportTypeDef,
|
|
281
283
|
BatchLoadTaskTypeDef,
|
|
282
|
-
|
|
284
|
+
CreateBatchLoadTaskResponseTypeDef,
|
|
283
285
|
TagTypeDef,
|
|
284
286
|
DatabaseTypeDef,
|
|
285
287
|
RetentionPropertiesTypeDef,
|
|
@@ -294,6 +296,7 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
294
296
|
EndpointTypeDef,
|
|
295
297
|
DescribeTableRequestRequestTypeDef,
|
|
296
298
|
DimensionTypeDef,
|
|
299
|
+
EmptyResponseMetadataTypeDef,
|
|
297
300
|
ListBatchLoadTasksRequestRequestTypeDef,
|
|
298
301
|
ListDatabasesRequestRequestTypeDef,
|
|
299
302
|
ListTablesRequestRequestTypeDef,
|
|
@@ -301,13 +304,13 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
301
304
|
S3ConfigurationTypeDef,
|
|
302
305
|
MeasureValueTypeDef,
|
|
303
306
|
MultiMeasureAttributeMappingTypeDef,
|
|
307
|
+
PartitionKeyTypeDef,
|
|
304
308
|
RecordsIngestedTypeDef,
|
|
305
309
|
ReportS3ConfigurationTypeDef,
|
|
310
|
+
ResponseMetadataTypeDef,
|
|
306
311
|
ResumeBatchLoadTaskRequestRequestTypeDef,
|
|
307
312
|
UntagResourceRequestRequestTypeDef,
|
|
308
313
|
UpdateDatabaseRequestRequestTypeDef,
|
|
309
|
-
CreateBatchLoadTaskResponseTypeDef,
|
|
310
|
-
EmptyResponseMetadataTypeDef,
|
|
311
314
|
ListBatchLoadTasksResponseTypeDef,
|
|
312
315
|
CreateDatabaseRequestRequestTypeDef,
|
|
313
316
|
ListTagsForResourceResponseTypeDef,
|
|
@@ -322,6 +325,7 @@ from mypy_boto3_timestream_write.type_defs import (
|
|
|
322
325
|
RecordTypeDef,
|
|
323
326
|
MixedMeasureMappingTypeDef,
|
|
324
327
|
MultiMeasureMappingsTypeDef,
|
|
328
|
+
SchemaTypeDef,
|
|
325
329
|
WriteRecordsResponseTypeDef,
|
|
326
330
|
ReportConfigurationTypeDef,
|
|
327
331
|
MagneticStoreWritePropertiesTypeDef,
|
|
@@ -352,12 +356,11 @@ def get_structure() -> BatchLoadProgressReportTypeDef:
|
|
|
352
356
|
Fully automated
|
|
353
357
|
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
354
358
|
generates type annotations for each service, patiently waiting for `boto3`
|
|
355
|
-
updates. It delivers
|
|
359
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
356
360
|
|
|
357
361
|
- All available `boto3` services are covered.
|
|
358
362
|
- Each public class and method of every `boto3` service gets valid type
|
|
359
|
-
annotations extracted from
|
|
360
|
-
are incorrect).
|
|
363
|
+
annotations extracted from `botocore` schemas.
|
|
361
364
|
- Type annotations include up-to-date documentation.
|
|
362
365
|
- Link to documentation is provided for every method.
|
|
363
366
|
- Code is processed by [black](https://github.com/psf/black) and
|
|
@@ -371,15 +374,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
|
371
374
|
|
|
372
375
|
### Implemented features
|
|
373
376
|
|
|
374
|
-
- Fully type annotated `boto3`, `botocore` and `
|
|
377
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
378
|
+
libraries
|
|
375
379
|
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
376
380
|
compatibility
|
|
377
381
|
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
378
382
|
annotations for each service
|
|
379
383
|
- Generated `TypeDefs` for each service
|
|
380
384
|
- Generated `Literals` for each service
|
|
381
|
-
- Auto discovery of types for `boto3.client` and `boto3.
|
|
382
|
-
- Auto discovery of types for `session.client` and `session.
|
|
385
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
386
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
383
387
|
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
384
388
|
calls
|
|
385
389
|
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
@@ -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.
|
|
13
|
-
" version: 7.
|
|
12
|
+
"Type annotations for boto3.TimestreamWrite 1.27.0\nVersion: 1.27.0\nBuilder"
|
|
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"
|
|
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.
|
|
25
|
+
print("1.27.0")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
|
@@ -37,6 +37,7 @@ from .type_defs import (
|
|
|
37
37
|
RecordTypeDef,
|
|
38
38
|
ReportConfigurationTypeDef,
|
|
39
39
|
RetentionPropertiesTypeDef,
|
|
40
|
+
SchemaTypeDef,
|
|
40
41
|
TagTypeDef,
|
|
41
42
|
UpdateDatabaseResponseTypeDef,
|
|
42
43
|
UpdateTableResponseTypeDef,
|
|
@@ -135,7 +136,8 @@ class TimestreamWriteClient(BaseClient):
|
|
|
135
136
|
TableName: str,
|
|
136
137
|
RetentionProperties: RetentionPropertiesTypeDef = ...,
|
|
137
138
|
Tags: Sequence[TagTypeDef] = ...,
|
|
138
|
-
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef =
|
|
139
|
+
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
|
|
140
|
+
Schema: SchemaTypeDef = ...
|
|
139
141
|
) -> CreateTableResponseTypeDef:
|
|
140
142
|
"""
|
|
141
143
|
Adds a new table to an existing database in your account.
|
|
@@ -290,7 +292,8 @@ class TimestreamWriteClient(BaseClient):
|
|
|
290
292
|
DatabaseName: str,
|
|
291
293
|
TableName: str,
|
|
292
294
|
RetentionProperties: RetentionPropertiesTypeDef = ...,
|
|
293
|
-
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef =
|
|
295
|
+
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
|
|
296
|
+
Schema: SchemaTypeDef = ...
|
|
294
297
|
) -> UpdateTableResponseTypeDef:
|
|
295
298
|
"""
|
|
296
299
|
Modifies the retention duration of the memory store and magnetic store for your
|
|
@@ -37,6 +37,7 @@ from .type_defs import (
|
|
|
37
37
|
RecordTypeDef,
|
|
38
38
|
ReportConfigurationTypeDef,
|
|
39
39
|
RetentionPropertiesTypeDef,
|
|
40
|
+
SchemaTypeDef,
|
|
40
41
|
TagTypeDef,
|
|
41
42
|
UpdateDatabaseResponseTypeDef,
|
|
42
43
|
UpdateTableResponseTypeDef,
|
|
@@ -127,7 +128,8 @@ class TimestreamWriteClient(BaseClient):
|
|
|
127
128
|
TableName: str,
|
|
128
129
|
RetentionProperties: RetentionPropertiesTypeDef = ...,
|
|
129
130
|
Tags: Sequence[TagTypeDef] = ...,
|
|
130
|
-
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef =
|
|
131
|
+
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
|
|
132
|
+
Schema: SchemaTypeDef = ...
|
|
131
133
|
) -> CreateTableResponseTypeDef:
|
|
132
134
|
"""
|
|
133
135
|
Adds a new table to an existing database in your account.
|
|
@@ -266,7 +268,8 @@ class TimestreamWriteClient(BaseClient):
|
|
|
266
268
|
DatabaseName: str,
|
|
267
269
|
TableName: str,
|
|
268
270
|
RetentionProperties: RetentionPropertiesTypeDef = ...,
|
|
269
|
-
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef =
|
|
271
|
+
MagneticStoreWriteProperties: MagneticStoreWritePropertiesTypeDef = ...,
|
|
272
|
+
Schema: SchemaTypeDef = ...
|
|
270
273
|
) -> UpdateTableResponseTypeDef:
|
|
271
274
|
"""
|
|
272
275
|
Modifies the retention duration of the memory store and magnetic store for your
|
|
@@ -24,6 +24,8 @@ __all__ = (
|
|
|
24
24
|
"BatchLoadStatusType",
|
|
25
25
|
"DimensionValueTypeType",
|
|
26
26
|
"MeasureValueTypeType",
|
|
27
|
+
"PartitionKeyEnforcementLevelType",
|
|
28
|
+
"PartitionKeyTypeType",
|
|
27
29
|
"S3EncryptionOptionType",
|
|
28
30
|
"ScalarMeasureValueTypeType",
|
|
29
31
|
"TableStatusType",
|
|
@@ -41,6 +43,8 @@ BatchLoadStatusType = Literal[
|
|
|
41
43
|
]
|
|
42
44
|
DimensionValueTypeType = Literal["VARCHAR"]
|
|
43
45
|
MeasureValueTypeType = Literal["BIGINT", "BOOLEAN", "DOUBLE", "MULTI", "TIMESTAMP", "VARCHAR"]
|
|
46
|
+
PartitionKeyEnforcementLevelType = Literal["OPTIONAL", "REQUIRED"]
|
|
47
|
+
PartitionKeyTypeType = Literal["DIMENSION", "MEASURE"]
|
|
44
48
|
S3EncryptionOptionType = Literal["SSE_KMS", "SSE_S3"]
|
|
45
49
|
ScalarMeasureValueTypeType = Literal["BIGINT", "BOOLEAN", "DOUBLE", "TIMESTAMP", "VARCHAR"]
|
|
46
50
|
TableStatusType = Literal["ACTIVE", "DELETING", "RESTORING"]
|
|
@@ -61,6 +65,7 @@ ServiceName = Literal[
|
|
|
61
65
|
"apigatewayv2",
|
|
62
66
|
"appconfig",
|
|
63
67
|
"appconfigdata",
|
|
68
|
+
"appfabric",
|
|
64
69
|
"appflow",
|
|
65
70
|
"appintegrations",
|
|
66
71
|
"application-autoscaling",
|
|
@@ -108,6 +113,7 @@ ServiceName = Literal[
|
|
|
108
113
|
"codecommit",
|
|
109
114
|
"codedeploy",
|
|
110
115
|
"codeguru-reviewer",
|
|
116
|
+
"codeguru-security",
|
|
111
117
|
"codeguruprofiler",
|
|
112
118
|
"codepipeline",
|
|
113
119
|
"codestar",
|
|
@@ -213,6 +219,7 @@ ServiceName = Literal[
|
|
|
213
219
|
"iottwinmaker",
|
|
214
220
|
"iotwireless",
|
|
215
221
|
"ivs",
|
|
222
|
+
"ivs-realtime",
|
|
216
223
|
"ivschat",
|
|
217
224
|
"kafka",
|
|
218
225
|
"kafkaconnect",
|
|
@@ -256,6 +263,7 @@ ServiceName = Literal[
|
|
|
256
263
|
"medialive",
|
|
257
264
|
"mediapackage",
|
|
258
265
|
"mediapackage-vod",
|
|
266
|
+
"mediapackagev2",
|
|
259
267
|
"mediastore",
|
|
260
268
|
"mediastore-data",
|
|
261
269
|
"mediatailor",
|
|
@@ -282,8 +290,11 @@ ServiceName = Literal[
|
|
|
282
290
|
"opsworks",
|
|
283
291
|
"opsworkscm",
|
|
284
292
|
"organizations",
|
|
293
|
+
"osis",
|
|
285
294
|
"outposts",
|
|
286
295
|
"panorama",
|
|
296
|
+
"payment-cryptography",
|
|
297
|
+
"payment-cryptography-data",
|
|
287
298
|
"personalize",
|
|
288
299
|
"personalize-events",
|
|
289
300
|
"personalize-runtime",
|
|
@@ -375,7 +386,9 @@ ServiceName = Literal[
|
|
|
375
386
|
"transcribe",
|
|
376
387
|
"transfer",
|
|
377
388
|
"translate",
|
|
389
|
+
"verifiedpermissions",
|
|
378
390
|
"voice-id",
|
|
391
|
+
"vpc-lattice",
|
|
379
392
|
"waf",
|
|
380
393
|
"waf-regional",
|
|
381
394
|
"wafv2",
|
|
@@ -23,6 +23,8 @@ __all__ = (
|
|
|
23
23
|
"BatchLoadStatusType",
|
|
24
24
|
"DimensionValueTypeType",
|
|
25
25
|
"MeasureValueTypeType",
|
|
26
|
+
"PartitionKeyEnforcementLevelType",
|
|
27
|
+
"PartitionKeyTypeType",
|
|
26
28
|
"S3EncryptionOptionType",
|
|
27
29
|
"ScalarMeasureValueTypeType",
|
|
28
30
|
"TableStatusType",
|
|
@@ -39,6 +41,8 @@ BatchLoadStatusType = Literal[
|
|
|
39
41
|
]
|
|
40
42
|
DimensionValueTypeType = Literal["VARCHAR"]
|
|
41
43
|
MeasureValueTypeType = Literal["BIGINT", "BOOLEAN", "DOUBLE", "MULTI", "TIMESTAMP", "VARCHAR"]
|
|
44
|
+
PartitionKeyEnforcementLevelType = Literal["OPTIONAL", "REQUIRED"]
|
|
45
|
+
PartitionKeyTypeType = Literal["DIMENSION", "MEASURE"]
|
|
42
46
|
S3EncryptionOptionType = Literal["SSE_KMS", "SSE_S3"]
|
|
43
47
|
ScalarMeasureValueTypeType = Literal["BIGINT", "BOOLEAN", "DOUBLE", "TIMESTAMP", "VARCHAR"]
|
|
44
48
|
TableStatusType = Literal["ACTIVE", "DELETING", "RESTORING"]
|
|
@@ -59,6 +63,7 @@ ServiceName = Literal[
|
|
|
59
63
|
"apigatewayv2",
|
|
60
64
|
"appconfig",
|
|
61
65
|
"appconfigdata",
|
|
66
|
+
"appfabric",
|
|
62
67
|
"appflow",
|
|
63
68
|
"appintegrations",
|
|
64
69
|
"application-autoscaling",
|
|
@@ -106,6 +111,7 @@ ServiceName = Literal[
|
|
|
106
111
|
"codecommit",
|
|
107
112
|
"codedeploy",
|
|
108
113
|
"codeguru-reviewer",
|
|
114
|
+
"codeguru-security",
|
|
109
115
|
"codeguruprofiler",
|
|
110
116
|
"codepipeline",
|
|
111
117
|
"codestar",
|
|
@@ -211,6 +217,7 @@ ServiceName = Literal[
|
|
|
211
217
|
"iottwinmaker",
|
|
212
218
|
"iotwireless",
|
|
213
219
|
"ivs",
|
|
220
|
+
"ivs-realtime",
|
|
214
221
|
"ivschat",
|
|
215
222
|
"kafka",
|
|
216
223
|
"kafkaconnect",
|
|
@@ -254,6 +261,7 @@ ServiceName = Literal[
|
|
|
254
261
|
"medialive",
|
|
255
262
|
"mediapackage",
|
|
256
263
|
"mediapackage-vod",
|
|
264
|
+
"mediapackagev2",
|
|
257
265
|
"mediastore",
|
|
258
266
|
"mediastore-data",
|
|
259
267
|
"mediatailor",
|
|
@@ -280,8 +288,11 @@ ServiceName = Literal[
|
|
|
280
288
|
"opsworks",
|
|
281
289
|
"opsworkscm",
|
|
282
290
|
"organizations",
|
|
291
|
+
"osis",
|
|
283
292
|
"outposts",
|
|
284
293
|
"panorama",
|
|
294
|
+
"payment-cryptography",
|
|
295
|
+
"payment-cryptography-data",
|
|
285
296
|
"personalize",
|
|
286
297
|
"personalize-events",
|
|
287
298
|
"personalize-runtime",
|
|
@@ -373,7 +384,9 @@ ServiceName = Literal[
|
|
|
373
384
|
"transcribe",
|
|
374
385
|
"transfer",
|
|
375
386
|
"translate",
|
|
387
|
+
"verifiedpermissions",
|
|
376
388
|
"voice-id",
|
|
389
|
+
"vpc-lattice",
|
|
377
390
|
"waf",
|
|
378
391
|
"waf-regional",
|
|
379
392
|
"wafv2",
|