mypy-boto3-s3tables 1.37.0__tar.gz → 1.38.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-s3tables might be problematic. Click here for more details.
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/PKG-INFO +7 -6
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/README.md +3 -3
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/__main__.py +4 -4
- mypy_boto3_s3tables-1.37.0/mypy_boto3_s3tables/client.pyi → mypy_boto3_s3tables-1.38.0/mypy_boto3_s3tables/client.py +49 -0
- mypy_boto3_s3tables-1.37.0/mypy_boto3_s3tables/client.py → mypy_boto3_s3tables-1.38.0/mypy_boto3_s3tables/client.pyi +46 -3
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/literals.py +4 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/literals.pyi +4 -0
- mypy_boto3_s3tables-1.37.0/mypy_boto3_s3tables/type_defs.pyi → mypy_boto3_s3tables-1.38.0/mypy_boto3_s3tables/type_defs.py +119 -2
- mypy_boto3_s3tables-1.37.0/mypy_boto3_s3tables/type_defs.py → mypy_boto3_s3tables-1.38.0/mypy_boto3_s3tables/type_defs.pyi +45 -61
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/version.py +1 -1
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables.egg-info/PKG-INFO +7 -6
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/setup.py +2 -2
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/LICENSE +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/__init__.py +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/__init__.pyi +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/paginator.py +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/paginator.pyi +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables/py.typed +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables.egg-info/not-zip-safe +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables.egg-info/requires.txt +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/mypy_boto3_s3tables.egg-info/top_level.txt +0 -0
- {mypy_boto3_s3tables-1.37.0 → mypy_boto3_s3tables-1.38.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-s3tables
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 S3Tables 1.
|
|
3
|
+
Version: 1.38.0
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.38.0 service generated with mypy-boto3-builder 8.10.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
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -55,7 +56,7 @@ Dynamic: summary
|
|
|
55
56
|
|
|
56
57
|

|
|
57
58
|
|
|
58
|
-
Type annotations for [boto3 S3Tables 1.
|
|
59
|
+
Type annotations for [boto3 S3Tables 1.38.0](https://pypi.org/project/boto3/)
|
|
59
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
66
|
|
|
66
67
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
68
69
|
|
|
69
70
|
More information can be found on
|
|
70
71
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -117,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
117
118
|
isolation.
|
|
118
119
|
|
|
119
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
120
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
|
121
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
122
123
|
3. Add `S3Tables` service.
|
|
123
124
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 S3Tables 1.
|
|
12
|
+
Type annotations for [boto3 S3Tables 1.38.0](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.
|
|
74
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `S3Tables` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 S3Tables 1.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 S3Tables 1.38.0\n"
|
|
16
|
+
"Version: 1.38.0\n"
|
|
17
|
+
"Builder version: 8.10.1\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables.html#s3tables\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.38.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -34,6 +34,7 @@ from .type_defs import (
|
|
|
34
34
|
CreateTableRequestTypeDef,
|
|
35
35
|
CreateTableResponseTypeDef,
|
|
36
36
|
DeleteNamespaceRequestTypeDef,
|
|
37
|
+
DeleteTableBucketEncryptionRequestTypeDef,
|
|
37
38
|
DeleteTableBucketPolicyRequestTypeDef,
|
|
38
39
|
DeleteTableBucketRequestTypeDef,
|
|
39
40
|
DeleteTablePolicyRequestTypeDef,
|
|
@@ -41,12 +42,16 @@ from .type_defs import (
|
|
|
41
42
|
EmptyResponseMetadataTypeDef,
|
|
42
43
|
GetNamespaceRequestTypeDef,
|
|
43
44
|
GetNamespaceResponseTypeDef,
|
|
45
|
+
GetTableBucketEncryptionRequestTypeDef,
|
|
46
|
+
GetTableBucketEncryptionResponseTypeDef,
|
|
44
47
|
GetTableBucketMaintenanceConfigurationRequestTypeDef,
|
|
45
48
|
GetTableBucketMaintenanceConfigurationResponseTypeDef,
|
|
46
49
|
GetTableBucketPolicyRequestTypeDef,
|
|
47
50
|
GetTableBucketPolicyResponseTypeDef,
|
|
48
51
|
GetTableBucketRequestTypeDef,
|
|
49
52
|
GetTableBucketResponseTypeDef,
|
|
53
|
+
GetTableEncryptionRequestTypeDef,
|
|
54
|
+
GetTableEncryptionResponseTypeDef,
|
|
50
55
|
GetTableMaintenanceConfigurationRequestTypeDef,
|
|
51
56
|
GetTableMaintenanceConfigurationResponseTypeDef,
|
|
52
57
|
GetTableMaintenanceJobStatusRequestTypeDef,
|
|
@@ -63,6 +68,7 @@ from .type_defs import (
|
|
|
63
68
|
ListTableBucketsResponseTypeDef,
|
|
64
69
|
ListTablesRequestTypeDef,
|
|
65
70
|
ListTablesResponseTypeDef,
|
|
71
|
+
PutTableBucketEncryptionRequestTypeDef,
|
|
66
72
|
PutTableBucketMaintenanceConfigurationRequestTypeDef,
|
|
67
73
|
PutTableBucketPolicyRequestTypeDef,
|
|
68
74
|
PutTableMaintenanceConfigurationRequestTypeDef,
|
|
@@ -82,8 +88,10 @@ if sys.version_info >= (3, 12):
|
|
|
82
88
|
else:
|
|
83
89
|
from typing_extensions import Literal, Unpack
|
|
84
90
|
|
|
91
|
+
|
|
85
92
|
__all__ = ("S3TablesClient",)
|
|
86
93
|
|
|
94
|
+
|
|
87
95
|
class Exceptions(BaseClientExceptions):
|
|
88
96
|
AccessDeniedException: Type[BotocoreClientError]
|
|
89
97
|
BadRequestException: Type[BotocoreClientError]
|
|
@@ -94,6 +102,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
94
102
|
NotFoundException: Type[BotocoreClientError]
|
|
95
103
|
TooManyRequestsException: Type[BotocoreClientError]
|
|
96
104
|
|
|
105
|
+
|
|
97
106
|
class S3TablesClient(BaseClient):
|
|
98
107
|
"""
|
|
99
108
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables.html#S3Tables.Client)
|
|
@@ -189,6 +198,16 @@ class S3TablesClient(BaseClient):
|
|
|
189
198
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#delete_table_bucket)
|
|
190
199
|
"""
|
|
191
200
|
|
|
201
|
+
def delete_table_bucket_encryption(
|
|
202
|
+
self, **kwargs: Unpack[DeleteTableBucketEncryptionRequestTypeDef]
|
|
203
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
204
|
+
"""
|
|
205
|
+
Deletes the encryption configuration for a table bucket.
|
|
206
|
+
|
|
207
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/delete_table_bucket_encryption.html)
|
|
208
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#delete_table_bucket_encryption)
|
|
209
|
+
"""
|
|
210
|
+
|
|
192
211
|
def delete_table_bucket_policy(
|
|
193
212
|
self, **kwargs: Unpack[DeleteTableBucketPolicyRequestTypeDef]
|
|
194
213
|
) -> EmptyResponseMetadataTypeDef:
|
|
@@ -237,6 +256,16 @@ class S3TablesClient(BaseClient):
|
|
|
237
256
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_bucket)
|
|
238
257
|
"""
|
|
239
258
|
|
|
259
|
+
def get_table_bucket_encryption(
|
|
260
|
+
self, **kwargs: Unpack[GetTableBucketEncryptionRequestTypeDef]
|
|
261
|
+
) -> GetTableBucketEncryptionResponseTypeDef:
|
|
262
|
+
"""
|
|
263
|
+
Gets the encryption configuration for a table bucket.
|
|
264
|
+
|
|
265
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/get_table_bucket_encryption.html)
|
|
266
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_bucket_encryption)
|
|
267
|
+
"""
|
|
268
|
+
|
|
240
269
|
def get_table_bucket_maintenance_configuration(
|
|
241
270
|
self, **kwargs: Unpack[GetTableBucketMaintenanceConfigurationRequestTypeDef]
|
|
242
271
|
) -> GetTableBucketMaintenanceConfigurationResponseTypeDef:
|
|
@@ -257,6 +286,16 @@ class S3TablesClient(BaseClient):
|
|
|
257
286
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_bucket_policy)
|
|
258
287
|
"""
|
|
259
288
|
|
|
289
|
+
def get_table_encryption(
|
|
290
|
+
self, **kwargs: Unpack[GetTableEncryptionRequestTypeDef]
|
|
291
|
+
) -> GetTableEncryptionResponseTypeDef:
|
|
292
|
+
"""
|
|
293
|
+
Gets the encryption configuration for a table.
|
|
294
|
+
|
|
295
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/get_table_encryption.html)
|
|
296
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_encryption)
|
|
297
|
+
"""
|
|
298
|
+
|
|
260
299
|
def get_table_maintenance_configuration(
|
|
261
300
|
self, **kwargs: Unpack[GetTableMaintenanceConfigurationRequestTypeDef]
|
|
262
301
|
) -> GetTableMaintenanceConfigurationResponseTypeDef:
|
|
@@ -325,6 +364,16 @@ class S3TablesClient(BaseClient):
|
|
|
325
364
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#list_tables)
|
|
326
365
|
"""
|
|
327
366
|
|
|
367
|
+
def put_table_bucket_encryption(
|
|
368
|
+
self, **kwargs: Unpack[PutTableBucketEncryptionRequestTypeDef]
|
|
369
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
370
|
+
"""
|
|
371
|
+
Sets the encryption configuration for a table bucket.
|
|
372
|
+
|
|
373
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/put_table_bucket_encryption.html)
|
|
374
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#put_table_bucket_encryption)
|
|
375
|
+
"""
|
|
376
|
+
|
|
328
377
|
def put_table_bucket_maintenance_configuration(
|
|
329
378
|
self, **kwargs: Unpack[PutTableBucketMaintenanceConfigurationRequestTypeDef]
|
|
330
379
|
) -> EmptyResponseMetadataTypeDef:
|
|
@@ -34,6 +34,7 @@ from .type_defs import (
|
|
|
34
34
|
CreateTableRequestTypeDef,
|
|
35
35
|
CreateTableResponseTypeDef,
|
|
36
36
|
DeleteNamespaceRequestTypeDef,
|
|
37
|
+
DeleteTableBucketEncryptionRequestTypeDef,
|
|
37
38
|
DeleteTableBucketPolicyRequestTypeDef,
|
|
38
39
|
DeleteTableBucketRequestTypeDef,
|
|
39
40
|
DeleteTablePolicyRequestTypeDef,
|
|
@@ -41,12 +42,16 @@ from .type_defs import (
|
|
|
41
42
|
EmptyResponseMetadataTypeDef,
|
|
42
43
|
GetNamespaceRequestTypeDef,
|
|
43
44
|
GetNamespaceResponseTypeDef,
|
|
45
|
+
GetTableBucketEncryptionRequestTypeDef,
|
|
46
|
+
GetTableBucketEncryptionResponseTypeDef,
|
|
44
47
|
GetTableBucketMaintenanceConfigurationRequestTypeDef,
|
|
45
48
|
GetTableBucketMaintenanceConfigurationResponseTypeDef,
|
|
46
49
|
GetTableBucketPolicyRequestTypeDef,
|
|
47
50
|
GetTableBucketPolicyResponseTypeDef,
|
|
48
51
|
GetTableBucketRequestTypeDef,
|
|
49
52
|
GetTableBucketResponseTypeDef,
|
|
53
|
+
GetTableEncryptionRequestTypeDef,
|
|
54
|
+
GetTableEncryptionResponseTypeDef,
|
|
50
55
|
GetTableMaintenanceConfigurationRequestTypeDef,
|
|
51
56
|
GetTableMaintenanceConfigurationResponseTypeDef,
|
|
52
57
|
GetTableMaintenanceJobStatusRequestTypeDef,
|
|
@@ -63,6 +68,7 @@ from .type_defs import (
|
|
|
63
68
|
ListTableBucketsResponseTypeDef,
|
|
64
69
|
ListTablesRequestTypeDef,
|
|
65
70
|
ListTablesResponseTypeDef,
|
|
71
|
+
PutTableBucketEncryptionRequestTypeDef,
|
|
66
72
|
PutTableBucketMaintenanceConfigurationRequestTypeDef,
|
|
67
73
|
PutTableBucketPolicyRequestTypeDef,
|
|
68
74
|
PutTableMaintenanceConfigurationRequestTypeDef,
|
|
@@ -82,10 +88,8 @@ if sys.version_info >= (3, 12):
|
|
|
82
88
|
else:
|
|
83
89
|
from typing_extensions import Literal, Unpack
|
|
84
90
|
|
|
85
|
-
|
|
86
91
|
__all__ = ("S3TablesClient",)
|
|
87
92
|
|
|
88
|
-
|
|
89
93
|
class Exceptions(BaseClientExceptions):
|
|
90
94
|
AccessDeniedException: Type[BotocoreClientError]
|
|
91
95
|
BadRequestException: Type[BotocoreClientError]
|
|
@@ -96,7 +100,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
96
100
|
NotFoundException: Type[BotocoreClientError]
|
|
97
101
|
TooManyRequestsException: Type[BotocoreClientError]
|
|
98
102
|
|
|
99
|
-
|
|
100
103
|
class S3TablesClient(BaseClient):
|
|
101
104
|
"""
|
|
102
105
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables.html#S3Tables.Client)
|
|
@@ -192,6 +195,16 @@ class S3TablesClient(BaseClient):
|
|
|
192
195
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#delete_table_bucket)
|
|
193
196
|
"""
|
|
194
197
|
|
|
198
|
+
def delete_table_bucket_encryption(
|
|
199
|
+
self, **kwargs: Unpack[DeleteTableBucketEncryptionRequestTypeDef]
|
|
200
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
201
|
+
"""
|
|
202
|
+
Deletes the encryption configuration for a table bucket.
|
|
203
|
+
|
|
204
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/delete_table_bucket_encryption.html)
|
|
205
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#delete_table_bucket_encryption)
|
|
206
|
+
"""
|
|
207
|
+
|
|
195
208
|
def delete_table_bucket_policy(
|
|
196
209
|
self, **kwargs: Unpack[DeleteTableBucketPolicyRequestTypeDef]
|
|
197
210
|
) -> EmptyResponseMetadataTypeDef:
|
|
@@ -240,6 +253,16 @@ class S3TablesClient(BaseClient):
|
|
|
240
253
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_bucket)
|
|
241
254
|
"""
|
|
242
255
|
|
|
256
|
+
def get_table_bucket_encryption(
|
|
257
|
+
self, **kwargs: Unpack[GetTableBucketEncryptionRequestTypeDef]
|
|
258
|
+
) -> GetTableBucketEncryptionResponseTypeDef:
|
|
259
|
+
"""
|
|
260
|
+
Gets the encryption configuration for a table bucket.
|
|
261
|
+
|
|
262
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/get_table_bucket_encryption.html)
|
|
263
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_bucket_encryption)
|
|
264
|
+
"""
|
|
265
|
+
|
|
243
266
|
def get_table_bucket_maintenance_configuration(
|
|
244
267
|
self, **kwargs: Unpack[GetTableBucketMaintenanceConfigurationRequestTypeDef]
|
|
245
268
|
) -> GetTableBucketMaintenanceConfigurationResponseTypeDef:
|
|
@@ -260,6 +283,16 @@ class S3TablesClient(BaseClient):
|
|
|
260
283
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_bucket_policy)
|
|
261
284
|
"""
|
|
262
285
|
|
|
286
|
+
def get_table_encryption(
|
|
287
|
+
self, **kwargs: Unpack[GetTableEncryptionRequestTypeDef]
|
|
288
|
+
) -> GetTableEncryptionResponseTypeDef:
|
|
289
|
+
"""
|
|
290
|
+
Gets the encryption configuration for a table.
|
|
291
|
+
|
|
292
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/get_table_encryption.html)
|
|
293
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_table_encryption)
|
|
294
|
+
"""
|
|
295
|
+
|
|
263
296
|
def get_table_maintenance_configuration(
|
|
264
297
|
self, **kwargs: Unpack[GetTableMaintenanceConfigurationRequestTypeDef]
|
|
265
298
|
) -> GetTableMaintenanceConfigurationResponseTypeDef:
|
|
@@ -328,6 +361,16 @@ class S3TablesClient(BaseClient):
|
|
|
328
361
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#list_tables)
|
|
329
362
|
"""
|
|
330
363
|
|
|
364
|
+
def put_table_bucket_encryption(
|
|
365
|
+
self, **kwargs: Unpack[PutTableBucketEncryptionRequestTypeDef]
|
|
366
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
367
|
+
"""
|
|
368
|
+
Sets the encryption configuration for a table bucket.
|
|
369
|
+
|
|
370
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables/client/put_table_bucket_encryption.html)
|
|
371
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#put_table_bucket_encryption)
|
|
372
|
+
"""
|
|
373
|
+
|
|
331
374
|
def put_table_bucket_maintenance_configuration(
|
|
332
375
|
self, **kwargs: Unpack[PutTableBucketMaintenanceConfigurationRequestTypeDef]
|
|
333
376
|
) -> EmptyResponseMetadataTypeDef:
|
|
@@ -32,6 +32,7 @@ __all__ = (
|
|
|
32
32
|
"PaginatorName",
|
|
33
33
|
"ResourceServiceName",
|
|
34
34
|
"S3TablesServiceName",
|
|
35
|
+
"SSEAlgorithmType",
|
|
35
36
|
"ServiceName",
|
|
36
37
|
"TableBucketMaintenanceTypeType",
|
|
37
38
|
"TableMaintenanceJobTypeType",
|
|
@@ -46,6 +47,7 @@ ListTableBucketsPaginatorName = Literal["list_table_buckets"]
|
|
|
46
47
|
ListTablesPaginatorName = Literal["list_tables"]
|
|
47
48
|
MaintenanceStatusType = Literal["disabled", "enabled"]
|
|
48
49
|
OpenTableFormatType = Literal["ICEBERG"]
|
|
50
|
+
SSEAlgorithmType = Literal["AES256", "aws:kms"]
|
|
49
51
|
TableBucketMaintenanceTypeType = Literal["icebergUnreferencedFileRemoval"]
|
|
50
52
|
TableMaintenanceJobTypeType = Literal[
|
|
51
53
|
"icebergCompaction", "icebergSnapshotManagement", "icebergUnreferencedFileRemoval"
|
|
@@ -209,6 +211,7 @@ ServiceName = Literal[
|
|
|
209
211
|
"freetier",
|
|
210
212
|
"fsx",
|
|
211
213
|
"gamelift",
|
|
214
|
+
"gameliftstreams",
|
|
212
215
|
"geo-maps",
|
|
213
216
|
"geo-places",
|
|
214
217
|
"geo-routes",
|
|
@@ -234,6 +237,7 @@ ServiceName = Literal[
|
|
|
234
237
|
"iot",
|
|
235
238
|
"iot-data",
|
|
236
239
|
"iot-jobs-data",
|
|
240
|
+
"iot-managed-integrations",
|
|
237
241
|
"iotanalytics",
|
|
238
242
|
"iotdeviceadvisor",
|
|
239
243
|
"iotevents",
|
|
@@ -31,6 +31,7 @@ __all__ = (
|
|
|
31
31
|
"PaginatorName",
|
|
32
32
|
"ResourceServiceName",
|
|
33
33
|
"S3TablesServiceName",
|
|
34
|
+
"SSEAlgorithmType",
|
|
34
35
|
"ServiceName",
|
|
35
36
|
"TableBucketMaintenanceTypeType",
|
|
36
37
|
"TableMaintenanceJobTypeType",
|
|
@@ -44,6 +45,7 @@ ListTableBucketsPaginatorName = Literal["list_table_buckets"]
|
|
|
44
45
|
ListTablesPaginatorName = Literal["list_tables"]
|
|
45
46
|
MaintenanceStatusType = Literal["disabled", "enabled"]
|
|
46
47
|
OpenTableFormatType = Literal["ICEBERG"]
|
|
48
|
+
SSEAlgorithmType = Literal["AES256", "aws:kms"]
|
|
47
49
|
TableBucketMaintenanceTypeType = Literal["icebergUnreferencedFileRemoval"]
|
|
48
50
|
TableMaintenanceJobTypeType = Literal[
|
|
49
51
|
"icebergCompaction", "icebergSnapshotManagement", "icebergUnreferencedFileRemoval"
|
|
@@ -207,6 +209,7 @@ ServiceName = Literal[
|
|
|
207
209
|
"freetier",
|
|
208
210
|
"fsx",
|
|
209
211
|
"gamelift",
|
|
212
|
+
"gameliftstreams",
|
|
210
213
|
"geo-maps",
|
|
211
214
|
"geo-places",
|
|
212
215
|
"geo-routes",
|
|
@@ -232,6 +235,7 @@ ServiceName = Literal[
|
|
|
232
235
|
"iot",
|
|
233
236
|
"iot-data",
|
|
234
237
|
"iot-jobs-data",
|
|
238
|
+
"iot-managed-integrations",
|
|
235
239
|
"iotanalytics",
|
|
236
240
|
"iotdeviceadvisor",
|
|
237
241
|
"iotevents",
|