mypy-boto3-s3tables 1.36.0__tar.gz → 1.36.10__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.36.0 → mypy_boto3_s3tables-1.36.10}/PKG-INFO +9 -8
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/README.md +7 -6
- mypy_boto3_s3tables-1.36.0/mypy_boto3_s3tables/__init__.pyi → mypy_boto3_s3tables-1.36.10/mypy_boto3_s3tables/__init__.py +5 -2
- mypy_boto3_s3tables-1.36.0/mypy_boto3_s3tables/__init__.py → mypy_boto3_s3tables-1.36.10/mypy_boto3_s3tables/__init__.pyi +4 -3
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/__main__.py +4 -4
- mypy_boto3_s3tables-1.36.0/mypy_boto3_s3tables/client.pyi → mypy_boto3_s3tables-1.36.10/mypy_boto3_s3tables/client.py +57 -56
- mypy_boto3_s3tables-1.36.0/mypy_boto3_s3tables/client.py → mypy_boto3_s3tables-1.36.10/mypy_boto3_s3tables/client.pyi +54 -59
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/type_defs.py +93 -68
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/type_defs.pyi +89 -67
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/version.py +1 -1
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables.egg-info/PKG-INFO +9 -8
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/setup.py +2 -2
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/LICENSE +0 -0
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/literals.py +2 -2
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/literals.pyi +2 -2
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/paginator.py +2 -2
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/paginator.pyi +2 -2
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables/py.typed +0 -0
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables.egg-info/not-zip-safe +0 -0
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables.egg-info/requires.txt +0 -0
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/mypy_boto3_s3tables.egg-info/top_level.txt +0 -0
- {mypy_boto3_s3tables-1.36.0 → mypy_boto3_s3tables-1.36.10}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mypy-boto3-s3tables
|
|
3
|
-
Version: 1.36.
|
|
4
|
-
Summary: Type annotations for boto3 S3Tables 1.36.
|
|
3
|
+
Version: 1.36.10
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.36.10 service generated with mypy-boto3-builder 8.9.0
|
|
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
|
|
@@ -55,7 +55,7 @@ Dynamic: summary
|
|
|
55
55
|
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
Type annotations for [boto3 S3Tables 1.36.
|
|
58
|
+
Type annotations for [boto3 S3Tables 1.36.10](https://pypi.org/project/boto3/)
|
|
59
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
65
|
|
|
66
66
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.
|
|
67
|
+
[mypy-boto3-builder 8.9.0](https://github.com/youtype/mypy_boto3_builder).
|
|
68
68
|
|
|
69
69
|
More information can be found on
|
|
70
70
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -117,7 +117,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
117
117
|
isolation.
|
|
118
118
|
|
|
119
119
|
1. Run mypy-boto3-builder in your package root directory:
|
|
120
|
-
`uvx --with 'boto3==1.36.
|
|
120
|
+
`uvx --with 'boto3==1.36.10' mypy_boto3_builder`
|
|
121
121
|
2. Select `boto3-stubs` AWS SDK.
|
|
122
122
|
3. Add `S3Tables` service.
|
|
123
123
|
4. Use provided commands to install generated packages.
|
|
@@ -393,10 +393,10 @@ Full list of `S3Tables` TypeDefs can be found in
|
|
|
393
393
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/type_defs/).
|
|
394
394
|
|
|
395
395
|
```python
|
|
396
|
-
from mypy_boto3_s3tables.type_defs import
|
|
396
|
+
from mypy_boto3_s3tables.type_defs import CreateNamespaceRequestTypeDef
|
|
397
397
|
|
|
398
398
|
|
|
399
|
-
def get_value() ->
|
|
399
|
+
def get_value() -> CreateNamespaceRequestTypeDef:
|
|
400
400
|
return {...}
|
|
401
401
|
```
|
|
402
402
|
|
|
@@ -451,7 +451,8 @@ Builder changelog can be found in
|
|
|
451
451
|
## Versioning
|
|
452
452
|
|
|
453
453
|
`mypy-boto3-s3tables` version is the same as related `boto3` version and
|
|
454
|
-
follows
|
|
454
|
+
follows
|
|
455
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
455
456
|
|
|
456
457
|
<a id="thank-you"></a>
|
|
457
458
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 S3Tables 1.36.
|
|
12
|
+
Type annotations for [boto3 S3Tables 1.36.10](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.9.0](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.36.
|
|
74
|
+
`uvx --with 'boto3==1.36.10' 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.
|
|
@@ -347,10 +347,10 @@ Full list of `S3Tables` TypeDefs can be found in
|
|
|
347
347
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/type_defs/).
|
|
348
348
|
|
|
349
349
|
```python
|
|
350
|
-
from mypy_boto3_s3tables.type_defs import
|
|
350
|
+
from mypy_boto3_s3tables.type_defs import CreateNamespaceRequestTypeDef
|
|
351
351
|
|
|
352
352
|
|
|
353
|
-
def get_value() ->
|
|
353
|
+
def get_value() -> CreateNamespaceRequestTypeDef:
|
|
354
354
|
return {...}
|
|
355
355
|
```
|
|
356
356
|
|
|
@@ -405,7 +405,8 @@ Builder changelog can be found in
|
|
|
405
405
|
## Versioning
|
|
406
406
|
|
|
407
407
|
`mypy-boto3-s3tables` version is the same as related `boto3` version and
|
|
408
|
-
follows
|
|
408
|
+
follows
|
|
409
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
409
410
|
|
|
410
411
|
<a id="thank-you"></a>
|
|
411
412
|
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for s3tables service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -20,8 +24,6 @@ Usage::
|
|
|
20
24
|
list_table_buckets_paginator: ListTableBucketsPaginator = client.get_paginator("list_table_buckets")
|
|
21
25
|
list_tables_paginator: ListTablesPaginator = client.get_paginator("list_tables")
|
|
22
26
|
```
|
|
23
|
-
|
|
24
|
-
Copyright 2025 Vlad Emelianov
|
|
25
27
|
"""
|
|
26
28
|
|
|
27
29
|
from .client import S3TablesClient
|
|
@@ -29,6 +31,7 @@ from .paginator import ListNamespacesPaginator, ListTableBucketsPaginator, ListT
|
|
|
29
31
|
|
|
30
32
|
Client = S3TablesClient
|
|
31
33
|
|
|
34
|
+
|
|
32
35
|
__all__ = (
|
|
33
36
|
"Client",
|
|
34
37
|
"ListNamespacesPaginator",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for s3tables service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -20,8 +24,6 @@ Usage::
|
|
|
20
24
|
list_table_buckets_paginator: ListTableBucketsPaginator = client.get_paginator("list_table_buckets")
|
|
21
25
|
list_tables_paginator: ListTablesPaginator = client.get_paginator("list_tables")
|
|
22
26
|
```
|
|
23
|
-
|
|
24
|
-
Copyright 2025 Vlad Emelianov
|
|
25
27
|
"""
|
|
26
28
|
|
|
27
29
|
from .client import S3TablesClient
|
|
@@ -29,7 +31,6 @@ from .paginator import ListNamespacesPaginator, ListTableBucketsPaginator, ListT
|
|
|
29
31
|
|
|
30
32
|
Client = S3TablesClient
|
|
31
33
|
|
|
32
|
-
|
|
33
34
|
__all__ = (
|
|
34
35
|
"Client",
|
|
35
36
|
"ListNamespacesPaginator",
|
|
@@ -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.36.
|
|
16
|
-
"Version: 1.36.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 S3Tables 1.36.10\n"
|
|
16
|
+
"Version: 1.36.10\n"
|
|
17
|
+
"Builder version: 8.9.0\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.36.
|
|
29
|
+
sys.stdout.write("1.36.10\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,6 +3,8 @@ Type annotations for s3tables service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -12,8 +14,6 @@ Usage::
|
|
|
12
14
|
session = Session()
|
|
13
15
|
client: S3TablesClient = session.client("s3tables")
|
|
14
16
|
```
|
|
15
|
-
|
|
16
|
-
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
@@ -27,48 +27,48 @@ from botocore.exceptions import ClientError as BotocoreClientError
|
|
|
27
27
|
|
|
28
28
|
from .paginator import ListNamespacesPaginator, ListTableBucketsPaginator, ListTablesPaginator
|
|
29
29
|
from .type_defs import (
|
|
30
|
-
|
|
30
|
+
CreateNamespaceRequestTypeDef,
|
|
31
31
|
CreateNamespaceResponseTypeDef,
|
|
32
|
-
|
|
32
|
+
CreateTableBucketRequestTypeDef,
|
|
33
33
|
CreateTableBucketResponseTypeDef,
|
|
34
|
-
|
|
34
|
+
CreateTableRequestTypeDef,
|
|
35
35
|
CreateTableResponseTypeDef,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
36
|
+
DeleteNamespaceRequestTypeDef,
|
|
37
|
+
DeleteTableBucketPolicyRequestTypeDef,
|
|
38
|
+
DeleteTableBucketRequestTypeDef,
|
|
39
|
+
DeleteTablePolicyRequestTypeDef,
|
|
40
|
+
DeleteTableRequestTypeDef,
|
|
41
41
|
EmptyResponseMetadataTypeDef,
|
|
42
|
-
|
|
42
|
+
GetNamespaceRequestTypeDef,
|
|
43
43
|
GetNamespaceResponseTypeDef,
|
|
44
|
-
|
|
44
|
+
GetTableBucketMaintenanceConfigurationRequestTypeDef,
|
|
45
45
|
GetTableBucketMaintenanceConfigurationResponseTypeDef,
|
|
46
|
-
|
|
46
|
+
GetTableBucketPolicyRequestTypeDef,
|
|
47
47
|
GetTableBucketPolicyResponseTypeDef,
|
|
48
|
-
|
|
48
|
+
GetTableBucketRequestTypeDef,
|
|
49
49
|
GetTableBucketResponseTypeDef,
|
|
50
|
-
|
|
50
|
+
GetTableMaintenanceConfigurationRequestTypeDef,
|
|
51
51
|
GetTableMaintenanceConfigurationResponseTypeDef,
|
|
52
|
-
|
|
52
|
+
GetTableMaintenanceJobStatusRequestTypeDef,
|
|
53
53
|
GetTableMaintenanceJobStatusResponseTypeDef,
|
|
54
|
-
|
|
54
|
+
GetTableMetadataLocationRequestTypeDef,
|
|
55
55
|
GetTableMetadataLocationResponseTypeDef,
|
|
56
|
-
|
|
56
|
+
GetTablePolicyRequestTypeDef,
|
|
57
57
|
GetTablePolicyResponseTypeDef,
|
|
58
|
-
|
|
58
|
+
GetTableRequestTypeDef,
|
|
59
59
|
GetTableResponseTypeDef,
|
|
60
|
-
|
|
60
|
+
ListNamespacesRequestTypeDef,
|
|
61
61
|
ListNamespacesResponseTypeDef,
|
|
62
|
-
|
|
62
|
+
ListTableBucketsRequestTypeDef,
|
|
63
63
|
ListTableBucketsResponseTypeDef,
|
|
64
|
-
|
|
64
|
+
ListTablesRequestTypeDef,
|
|
65
65
|
ListTablesResponseTypeDef,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
66
|
+
PutTableBucketMaintenanceConfigurationRequestTypeDef,
|
|
67
|
+
PutTableBucketPolicyRequestTypeDef,
|
|
68
|
+
PutTableMaintenanceConfigurationRequestTypeDef,
|
|
69
|
+
PutTablePolicyRequestTypeDef,
|
|
70
|
+
RenameTableRequestTypeDef,
|
|
71
|
+
UpdateTableMetadataLocationRequestTypeDef,
|
|
72
72
|
UpdateTableMetadataLocationResponseTypeDef,
|
|
73
73
|
)
|
|
74
74
|
|
|
@@ -82,8 +82,10 @@ if sys.version_info >= (3, 12):
|
|
|
82
82
|
else:
|
|
83
83
|
from typing_extensions import Literal, Unpack
|
|
84
84
|
|
|
85
|
+
|
|
85
86
|
__all__ = ("S3TablesClient",)
|
|
86
87
|
|
|
88
|
+
|
|
87
89
|
class Exceptions(BaseClientExceptions):
|
|
88
90
|
AccessDeniedException: Type[BotocoreClientError]
|
|
89
91
|
BadRequestException: Type[BotocoreClientError]
|
|
@@ -94,6 +96,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
94
96
|
NotFoundException: Type[BotocoreClientError]
|
|
95
97
|
TooManyRequestsException: Type[BotocoreClientError]
|
|
96
98
|
|
|
99
|
+
|
|
97
100
|
class S3TablesClient(BaseClient):
|
|
98
101
|
"""
|
|
99
102
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3tables.html#S3Tables.Client)
|
|
@@ -130,7 +133,7 @@ class S3TablesClient(BaseClient):
|
|
|
130
133
|
"""
|
|
131
134
|
|
|
132
135
|
def create_namespace(
|
|
133
|
-
self, **kwargs: Unpack[
|
|
136
|
+
self, **kwargs: Unpack[CreateNamespaceRequestTypeDef]
|
|
134
137
|
) -> CreateNamespaceResponseTypeDef:
|
|
135
138
|
"""
|
|
136
139
|
Creates a namespace.
|
|
@@ -140,7 +143,7 @@ class S3TablesClient(BaseClient):
|
|
|
140
143
|
"""
|
|
141
144
|
|
|
142
145
|
def create_table(
|
|
143
|
-
self, **kwargs: Unpack[
|
|
146
|
+
self, **kwargs: Unpack[CreateTableRequestTypeDef]
|
|
144
147
|
) -> CreateTableResponseTypeDef:
|
|
145
148
|
"""
|
|
146
149
|
Creates a new table associated with the given namespace in a table bucket.
|
|
@@ -150,7 +153,7 @@ class S3TablesClient(BaseClient):
|
|
|
150
153
|
"""
|
|
151
154
|
|
|
152
155
|
def create_table_bucket(
|
|
153
|
-
self, **kwargs: Unpack[
|
|
156
|
+
self, **kwargs: Unpack[CreateTableBucketRequestTypeDef]
|
|
154
157
|
) -> CreateTableBucketResponseTypeDef:
|
|
155
158
|
"""
|
|
156
159
|
Creates a table bucket.
|
|
@@ -160,7 +163,7 @@ class S3TablesClient(BaseClient):
|
|
|
160
163
|
"""
|
|
161
164
|
|
|
162
165
|
def delete_namespace(
|
|
163
|
-
self, **kwargs: Unpack[
|
|
166
|
+
self, **kwargs: Unpack[DeleteNamespaceRequestTypeDef]
|
|
164
167
|
) -> EmptyResponseMetadataTypeDef:
|
|
165
168
|
"""
|
|
166
169
|
Deletes a namespace.
|
|
@@ -170,7 +173,7 @@ class S3TablesClient(BaseClient):
|
|
|
170
173
|
"""
|
|
171
174
|
|
|
172
175
|
def delete_table(
|
|
173
|
-
self, **kwargs: Unpack[
|
|
176
|
+
self, **kwargs: Unpack[DeleteTableRequestTypeDef]
|
|
174
177
|
) -> EmptyResponseMetadataTypeDef:
|
|
175
178
|
"""
|
|
176
179
|
Deletes a table.
|
|
@@ -180,7 +183,7 @@ class S3TablesClient(BaseClient):
|
|
|
180
183
|
"""
|
|
181
184
|
|
|
182
185
|
def delete_table_bucket(
|
|
183
|
-
self, **kwargs: Unpack[
|
|
186
|
+
self, **kwargs: Unpack[DeleteTableBucketRequestTypeDef]
|
|
184
187
|
) -> EmptyResponseMetadataTypeDef:
|
|
185
188
|
"""
|
|
186
189
|
Deletes a table bucket.
|
|
@@ -190,7 +193,7 @@ class S3TablesClient(BaseClient):
|
|
|
190
193
|
"""
|
|
191
194
|
|
|
192
195
|
def delete_table_bucket_policy(
|
|
193
|
-
self, **kwargs: Unpack[
|
|
196
|
+
self, **kwargs: Unpack[DeleteTableBucketPolicyRequestTypeDef]
|
|
194
197
|
) -> EmptyResponseMetadataTypeDef:
|
|
195
198
|
"""
|
|
196
199
|
Deletes a table bucket policy.
|
|
@@ -200,7 +203,7 @@ class S3TablesClient(BaseClient):
|
|
|
200
203
|
"""
|
|
201
204
|
|
|
202
205
|
def delete_table_policy(
|
|
203
|
-
self, **kwargs: Unpack[
|
|
206
|
+
self, **kwargs: Unpack[DeleteTablePolicyRequestTypeDef]
|
|
204
207
|
) -> EmptyResponseMetadataTypeDef:
|
|
205
208
|
"""
|
|
206
209
|
Deletes a table policy.
|
|
@@ -210,7 +213,7 @@ class S3TablesClient(BaseClient):
|
|
|
210
213
|
"""
|
|
211
214
|
|
|
212
215
|
def get_namespace(
|
|
213
|
-
self, **kwargs: Unpack[
|
|
216
|
+
self, **kwargs: Unpack[GetNamespaceRequestTypeDef]
|
|
214
217
|
) -> GetNamespaceResponseTypeDef:
|
|
215
218
|
"""
|
|
216
219
|
Gets details about a namespace.
|
|
@@ -219,7 +222,7 @@ class S3TablesClient(BaseClient):
|
|
|
219
222
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_namespace)
|
|
220
223
|
"""
|
|
221
224
|
|
|
222
|
-
def get_table(self, **kwargs: Unpack[
|
|
225
|
+
def get_table(self, **kwargs: Unpack[GetTableRequestTypeDef]) -> GetTableResponseTypeDef:
|
|
223
226
|
"""
|
|
224
227
|
Gets details about a table.
|
|
225
228
|
|
|
@@ -228,7 +231,7 @@ class S3TablesClient(BaseClient):
|
|
|
228
231
|
"""
|
|
229
232
|
|
|
230
233
|
def get_table_bucket(
|
|
231
|
-
self, **kwargs: Unpack[
|
|
234
|
+
self, **kwargs: Unpack[GetTableBucketRequestTypeDef]
|
|
232
235
|
) -> GetTableBucketResponseTypeDef:
|
|
233
236
|
"""
|
|
234
237
|
Gets details on a table bucket.
|
|
@@ -238,7 +241,7 @@ class S3TablesClient(BaseClient):
|
|
|
238
241
|
"""
|
|
239
242
|
|
|
240
243
|
def get_table_bucket_maintenance_configuration(
|
|
241
|
-
self, **kwargs: Unpack[
|
|
244
|
+
self, **kwargs: Unpack[GetTableBucketMaintenanceConfigurationRequestTypeDef]
|
|
242
245
|
) -> GetTableBucketMaintenanceConfigurationResponseTypeDef:
|
|
243
246
|
"""
|
|
244
247
|
Gets details about a maintenance configuration for a given table bucket.
|
|
@@ -248,7 +251,7 @@ class S3TablesClient(BaseClient):
|
|
|
248
251
|
"""
|
|
249
252
|
|
|
250
253
|
def get_table_bucket_policy(
|
|
251
|
-
self, **kwargs: Unpack[
|
|
254
|
+
self, **kwargs: Unpack[GetTableBucketPolicyRequestTypeDef]
|
|
252
255
|
) -> GetTableBucketPolicyResponseTypeDef:
|
|
253
256
|
"""
|
|
254
257
|
Gets details about a table bucket policy.
|
|
@@ -258,7 +261,7 @@ class S3TablesClient(BaseClient):
|
|
|
258
261
|
"""
|
|
259
262
|
|
|
260
263
|
def get_table_maintenance_configuration(
|
|
261
|
-
self, **kwargs: Unpack[
|
|
264
|
+
self, **kwargs: Unpack[GetTableMaintenanceConfigurationRequestTypeDef]
|
|
262
265
|
) -> GetTableMaintenanceConfigurationResponseTypeDef:
|
|
263
266
|
"""
|
|
264
267
|
Gets details about the maintenance configuration of a table.
|
|
@@ -268,7 +271,7 @@ class S3TablesClient(BaseClient):
|
|
|
268
271
|
"""
|
|
269
272
|
|
|
270
273
|
def get_table_maintenance_job_status(
|
|
271
|
-
self, **kwargs: Unpack[
|
|
274
|
+
self, **kwargs: Unpack[GetTableMaintenanceJobStatusRequestTypeDef]
|
|
272
275
|
) -> GetTableMaintenanceJobStatusResponseTypeDef:
|
|
273
276
|
"""
|
|
274
277
|
Gets the status of a maintenance job for a table.
|
|
@@ -278,7 +281,7 @@ class S3TablesClient(BaseClient):
|
|
|
278
281
|
"""
|
|
279
282
|
|
|
280
283
|
def get_table_metadata_location(
|
|
281
|
-
self, **kwargs: Unpack[
|
|
284
|
+
self, **kwargs: Unpack[GetTableMetadataLocationRequestTypeDef]
|
|
282
285
|
) -> GetTableMetadataLocationResponseTypeDef:
|
|
283
286
|
"""
|
|
284
287
|
Gets the location of the table metadata.
|
|
@@ -288,7 +291,7 @@ class S3TablesClient(BaseClient):
|
|
|
288
291
|
"""
|
|
289
292
|
|
|
290
293
|
def get_table_policy(
|
|
291
|
-
self, **kwargs: Unpack[
|
|
294
|
+
self, **kwargs: Unpack[GetTablePolicyRequestTypeDef]
|
|
292
295
|
) -> GetTablePolicyResponseTypeDef:
|
|
293
296
|
"""
|
|
294
297
|
Gets details about a table policy.
|
|
@@ -298,7 +301,7 @@ class S3TablesClient(BaseClient):
|
|
|
298
301
|
"""
|
|
299
302
|
|
|
300
303
|
def list_namespaces(
|
|
301
|
-
self, **kwargs: Unpack[
|
|
304
|
+
self, **kwargs: Unpack[ListNamespacesRequestTypeDef]
|
|
302
305
|
) -> ListNamespacesResponseTypeDef:
|
|
303
306
|
"""
|
|
304
307
|
Lists the namespaces within a table bucket.
|
|
@@ -308,7 +311,7 @@ class S3TablesClient(BaseClient):
|
|
|
308
311
|
"""
|
|
309
312
|
|
|
310
313
|
def list_table_buckets(
|
|
311
|
-
self, **kwargs: Unpack[
|
|
314
|
+
self, **kwargs: Unpack[ListTableBucketsRequestTypeDef]
|
|
312
315
|
) -> ListTableBucketsResponseTypeDef:
|
|
313
316
|
"""
|
|
314
317
|
Lists table buckets for your account.
|
|
@@ -317,9 +320,7 @@ class S3TablesClient(BaseClient):
|
|
|
317
320
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#list_table_buckets)
|
|
318
321
|
"""
|
|
319
322
|
|
|
320
|
-
def list_tables(
|
|
321
|
-
self, **kwargs: Unpack[ListTablesRequestRequestTypeDef]
|
|
322
|
-
) -> ListTablesResponseTypeDef:
|
|
323
|
+
def list_tables(self, **kwargs: Unpack[ListTablesRequestTypeDef]) -> ListTablesResponseTypeDef:
|
|
323
324
|
"""
|
|
324
325
|
List tables in the given table bucket.
|
|
325
326
|
|
|
@@ -328,7 +329,7 @@ class S3TablesClient(BaseClient):
|
|
|
328
329
|
"""
|
|
329
330
|
|
|
330
331
|
def put_table_bucket_maintenance_configuration(
|
|
331
|
-
self, **kwargs: Unpack[
|
|
332
|
+
self, **kwargs: Unpack[PutTableBucketMaintenanceConfigurationRequestTypeDef]
|
|
332
333
|
) -> EmptyResponseMetadataTypeDef:
|
|
333
334
|
"""
|
|
334
335
|
Creates a new maintenance configuration or replaces an existing maintenance
|
|
@@ -339,7 +340,7 @@ class S3TablesClient(BaseClient):
|
|
|
339
340
|
"""
|
|
340
341
|
|
|
341
342
|
def put_table_bucket_policy(
|
|
342
|
-
self, **kwargs: Unpack[
|
|
343
|
+
self, **kwargs: Unpack[PutTableBucketPolicyRequestTypeDef]
|
|
343
344
|
) -> EmptyResponseMetadataTypeDef:
|
|
344
345
|
"""
|
|
345
346
|
Creates a new maintenance configuration or replaces an existing table bucket
|
|
@@ -350,7 +351,7 @@ class S3TablesClient(BaseClient):
|
|
|
350
351
|
"""
|
|
351
352
|
|
|
352
353
|
def put_table_maintenance_configuration(
|
|
353
|
-
self, **kwargs: Unpack[
|
|
354
|
+
self, **kwargs: Unpack[PutTableMaintenanceConfigurationRequestTypeDef]
|
|
354
355
|
) -> EmptyResponseMetadataTypeDef:
|
|
355
356
|
"""
|
|
356
357
|
Creates a new maintenance configuration or replaces an existing maintenance
|
|
@@ -361,7 +362,7 @@ class S3TablesClient(BaseClient):
|
|
|
361
362
|
"""
|
|
362
363
|
|
|
363
364
|
def put_table_policy(
|
|
364
|
-
self, **kwargs: Unpack[
|
|
365
|
+
self, **kwargs: Unpack[PutTablePolicyRequestTypeDef]
|
|
365
366
|
) -> EmptyResponseMetadataTypeDef:
|
|
366
367
|
"""
|
|
367
368
|
Creates a new maintenance configuration or replaces an existing table policy
|
|
@@ -372,7 +373,7 @@ class S3TablesClient(BaseClient):
|
|
|
372
373
|
"""
|
|
373
374
|
|
|
374
375
|
def rename_table(
|
|
375
|
-
self, **kwargs: Unpack[
|
|
376
|
+
self, **kwargs: Unpack[RenameTableRequestTypeDef]
|
|
376
377
|
) -> EmptyResponseMetadataTypeDef:
|
|
377
378
|
"""
|
|
378
379
|
Renames a table or a namespace.
|
|
@@ -382,7 +383,7 @@ class S3TablesClient(BaseClient):
|
|
|
382
383
|
"""
|
|
383
384
|
|
|
384
385
|
def update_table_metadata_location(
|
|
385
|
-
self, **kwargs: Unpack[
|
|
386
|
+
self, **kwargs: Unpack[UpdateTableMetadataLocationRequestTypeDef]
|
|
386
387
|
) -> UpdateTableMetadataLocationResponseTypeDef:
|
|
387
388
|
"""
|
|
388
389
|
Updates the metadata location for a table.
|