mypy-boto3-s3tables 1.36.0__py3-none-any.whl → 1.36.10__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-s3tables might be problematic. Click here for more details.

@@ -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
@@ -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
@@ -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.0\n"
16
- "Version: 1.36.0\n"
17
- "Builder version: 8.8.0\n"
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.0\n")
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
- CreateNamespaceRequestRequestTypeDef,
30
+ CreateNamespaceRequestTypeDef,
31
31
  CreateNamespaceResponseTypeDef,
32
- CreateTableBucketRequestRequestTypeDef,
32
+ CreateTableBucketRequestTypeDef,
33
33
  CreateTableBucketResponseTypeDef,
34
- CreateTableRequestRequestTypeDef,
34
+ CreateTableRequestTypeDef,
35
35
  CreateTableResponseTypeDef,
36
- DeleteNamespaceRequestRequestTypeDef,
37
- DeleteTableBucketPolicyRequestRequestTypeDef,
38
- DeleteTableBucketRequestRequestTypeDef,
39
- DeleteTablePolicyRequestRequestTypeDef,
40
- DeleteTableRequestRequestTypeDef,
36
+ DeleteNamespaceRequestTypeDef,
37
+ DeleteTableBucketPolicyRequestTypeDef,
38
+ DeleteTableBucketRequestTypeDef,
39
+ DeleteTablePolicyRequestTypeDef,
40
+ DeleteTableRequestTypeDef,
41
41
  EmptyResponseMetadataTypeDef,
42
- GetNamespaceRequestRequestTypeDef,
42
+ GetNamespaceRequestTypeDef,
43
43
  GetNamespaceResponseTypeDef,
44
- GetTableBucketMaintenanceConfigurationRequestRequestTypeDef,
44
+ GetTableBucketMaintenanceConfigurationRequestTypeDef,
45
45
  GetTableBucketMaintenanceConfigurationResponseTypeDef,
46
- GetTableBucketPolicyRequestRequestTypeDef,
46
+ GetTableBucketPolicyRequestTypeDef,
47
47
  GetTableBucketPolicyResponseTypeDef,
48
- GetTableBucketRequestRequestTypeDef,
48
+ GetTableBucketRequestTypeDef,
49
49
  GetTableBucketResponseTypeDef,
50
- GetTableMaintenanceConfigurationRequestRequestTypeDef,
50
+ GetTableMaintenanceConfigurationRequestTypeDef,
51
51
  GetTableMaintenanceConfigurationResponseTypeDef,
52
- GetTableMaintenanceJobStatusRequestRequestTypeDef,
52
+ GetTableMaintenanceJobStatusRequestTypeDef,
53
53
  GetTableMaintenanceJobStatusResponseTypeDef,
54
- GetTableMetadataLocationRequestRequestTypeDef,
54
+ GetTableMetadataLocationRequestTypeDef,
55
55
  GetTableMetadataLocationResponseTypeDef,
56
- GetTablePolicyRequestRequestTypeDef,
56
+ GetTablePolicyRequestTypeDef,
57
57
  GetTablePolicyResponseTypeDef,
58
- GetTableRequestRequestTypeDef,
58
+ GetTableRequestTypeDef,
59
59
  GetTableResponseTypeDef,
60
- ListNamespacesRequestRequestTypeDef,
60
+ ListNamespacesRequestTypeDef,
61
61
  ListNamespacesResponseTypeDef,
62
- ListTableBucketsRequestRequestTypeDef,
62
+ ListTableBucketsRequestTypeDef,
63
63
  ListTableBucketsResponseTypeDef,
64
- ListTablesRequestRequestTypeDef,
64
+ ListTablesRequestTypeDef,
65
65
  ListTablesResponseTypeDef,
66
- PutTableBucketMaintenanceConfigurationRequestRequestTypeDef,
67
- PutTableBucketPolicyRequestRequestTypeDef,
68
- PutTableMaintenanceConfigurationRequestRequestTypeDef,
69
- PutTablePolicyRequestRequestTypeDef,
70
- RenameTableRequestRequestTypeDef,
71
- UpdateTableMetadataLocationRequestRequestTypeDef,
66
+ PutTableBucketMaintenanceConfigurationRequestTypeDef,
67
+ PutTableBucketPolicyRequestTypeDef,
68
+ PutTableMaintenanceConfigurationRequestTypeDef,
69
+ PutTablePolicyRequestTypeDef,
70
+ RenameTableRequestTypeDef,
71
+ UpdateTableMetadataLocationRequestTypeDef,
72
72
  UpdateTableMetadataLocationResponseTypeDef,
73
73
  )
74
74
 
@@ -133,7 +133,7 @@ class S3TablesClient(BaseClient):
133
133
  """
134
134
 
135
135
  def create_namespace(
136
- self, **kwargs: Unpack[CreateNamespaceRequestRequestTypeDef]
136
+ self, **kwargs: Unpack[CreateNamespaceRequestTypeDef]
137
137
  ) -> CreateNamespaceResponseTypeDef:
138
138
  """
139
139
  Creates a namespace.
@@ -143,7 +143,7 @@ class S3TablesClient(BaseClient):
143
143
  """
144
144
 
145
145
  def create_table(
146
- self, **kwargs: Unpack[CreateTableRequestRequestTypeDef]
146
+ self, **kwargs: Unpack[CreateTableRequestTypeDef]
147
147
  ) -> CreateTableResponseTypeDef:
148
148
  """
149
149
  Creates a new table associated with the given namespace in a table bucket.
@@ -153,7 +153,7 @@ class S3TablesClient(BaseClient):
153
153
  """
154
154
 
155
155
  def create_table_bucket(
156
- self, **kwargs: Unpack[CreateTableBucketRequestRequestTypeDef]
156
+ self, **kwargs: Unpack[CreateTableBucketRequestTypeDef]
157
157
  ) -> CreateTableBucketResponseTypeDef:
158
158
  """
159
159
  Creates a table bucket.
@@ -163,7 +163,7 @@ class S3TablesClient(BaseClient):
163
163
  """
164
164
 
165
165
  def delete_namespace(
166
- self, **kwargs: Unpack[DeleteNamespaceRequestRequestTypeDef]
166
+ self, **kwargs: Unpack[DeleteNamespaceRequestTypeDef]
167
167
  ) -> EmptyResponseMetadataTypeDef:
168
168
  """
169
169
  Deletes a namespace.
@@ -173,7 +173,7 @@ class S3TablesClient(BaseClient):
173
173
  """
174
174
 
175
175
  def delete_table(
176
- self, **kwargs: Unpack[DeleteTableRequestRequestTypeDef]
176
+ self, **kwargs: Unpack[DeleteTableRequestTypeDef]
177
177
  ) -> EmptyResponseMetadataTypeDef:
178
178
  """
179
179
  Deletes a table.
@@ -183,7 +183,7 @@ class S3TablesClient(BaseClient):
183
183
  """
184
184
 
185
185
  def delete_table_bucket(
186
- self, **kwargs: Unpack[DeleteTableBucketRequestRequestTypeDef]
186
+ self, **kwargs: Unpack[DeleteTableBucketRequestTypeDef]
187
187
  ) -> EmptyResponseMetadataTypeDef:
188
188
  """
189
189
  Deletes a table bucket.
@@ -193,7 +193,7 @@ class S3TablesClient(BaseClient):
193
193
  """
194
194
 
195
195
  def delete_table_bucket_policy(
196
- self, **kwargs: Unpack[DeleteTableBucketPolicyRequestRequestTypeDef]
196
+ self, **kwargs: Unpack[DeleteTableBucketPolicyRequestTypeDef]
197
197
  ) -> EmptyResponseMetadataTypeDef:
198
198
  """
199
199
  Deletes a table bucket policy.
@@ -203,7 +203,7 @@ class S3TablesClient(BaseClient):
203
203
  """
204
204
 
205
205
  def delete_table_policy(
206
- self, **kwargs: Unpack[DeleteTablePolicyRequestRequestTypeDef]
206
+ self, **kwargs: Unpack[DeleteTablePolicyRequestTypeDef]
207
207
  ) -> EmptyResponseMetadataTypeDef:
208
208
  """
209
209
  Deletes a table policy.
@@ -213,7 +213,7 @@ class S3TablesClient(BaseClient):
213
213
  """
214
214
 
215
215
  def get_namespace(
216
- self, **kwargs: Unpack[GetNamespaceRequestRequestTypeDef]
216
+ self, **kwargs: Unpack[GetNamespaceRequestTypeDef]
217
217
  ) -> GetNamespaceResponseTypeDef:
218
218
  """
219
219
  Gets details about a namespace.
@@ -222,7 +222,7 @@ class S3TablesClient(BaseClient):
222
222
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#get_namespace)
223
223
  """
224
224
 
225
- def get_table(self, **kwargs: Unpack[GetTableRequestRequestTypeDef]) -> GetTableResponseTypeDef:
225
+ def get_table(self, **kwargs: Unpack[GetTableRequestTypeDef]) -> GetTableResponseTypeDef:
226
226
  """
227
227
  Gets details about a table.
228
228
 
@@ -231,7 +231,7 @@ class S3TablesClient(BaseClient):
231
231
  """
232
232
 
233
233
  def get_table_bucket(
234
- self, **kwargs: Unpack[GetTableBucketRequestRequestTypeDef]
234
+ self, **kwargs: Unpack[GetTableBucketRequestTypeDef]
235
235
  ) -> GetTableBucketResponseTypeDef:
236
236
  """
237
237
  Gets details on a table bucket.
@@ -241,7 +241,7 @@ class S3TablesClient(BaseClient):
241
241
  """
242
242
 
243
243
  def get_table_bucket_maintenance_configuration(
244
- self, **kwargs: Unpack[GetTableBucketMaintenanceConfigurationRequestRequestTypeDef]
244
+ self, **kwargs: Unpack[GetTableBucketMaintenanceConfigurationRequestTypeDef]
245
245
  ) -> GetTableBucketMaintenanceConfigurationResponseTypeDef:
246
246
  """
247
247
  Gets details about a maintenance configuration for a given table bucket.
@@ -251,7 +251,7 @@ class S3TablesClient(BaseClient):
251
251
  """
252
252
 
253
253
  def get_table_bucket_policy(
254
- self, **kwargs: Unpack[GetTableBucketPolicyRequestRequestTypeDef]
254
+ self, **kwargs: Unpack[GetTableBucketPolicyRequestTypeDef]
255
255
  ) -> GetTableBucketPolicyResponseTypeDef:
256
256
  """
257
257
  Gets details about a table bucket policy.
@@ -261,7 +261,7 @@ class S3TablesClient(BaseClient):
261
261
  """
262
262
 
263
263
  def get_table_maintenance_configuration(
264
- self, **kwargs: Unpack[GetTableMaintenanceConfigurationRequestRequestTypeDef]
264
+ self, **kwargs: Unpack[GetTableMaintenanceConfigurationRequestTypeDef]
265
265
  ) -> GetTableMaintenanceConfigurationResponseTypeDef:
266
266
  """
267
267
  Gets details about the maintenance configuration of a table.
@@ -271,7 +271,7 @@ class S3TablesClient(BaseClient):
271
271
  """
272
272
 
273
273
  def get_table_maintenance_job_status(
274
- self, **kwargs: Unpack[GetTableMaintenanceJobStatusRequestRequestTypeDef]
274
+ self, **kwargs: Unpack[GetTableMaintenanceJobStatusRequestTypeDef]
275
275
  ) -> GetTableMaintenanceJobStatusResponseTypeDef:
276
276
  """
277
277
  Gets the status of a maintenance job for a table.
@@ -281,7 +281,7 @@ class S3TablesClient(BaseClient):
281
281
  """
282
282
 
283
283
  def get_table_metadata_location(
284
- self, **kwargs: Unpack[GetTableMetadataLocationRequestRequestTypeDef]
284
+ self, **kwargs: Unpack[GetTableMetadataLocationRequestTypeDef]
285
285
  ) -> GetTableMetadataLocationResponseTypeDef:
286
286
  """
287
287
  Gets the location of the table metadata.
@@ -291,7 +291,7 @@ class S3TablesClient(BaseClient):
291
291
  """
292
292
 
293
293
  def get_table_policy(
294
- self, **kwargs: Unpack[GetTablePolicyRequestRequestTypeDef]
294
+ self, **kwargs: Unpack[GetTablePolicyRequestTypeDef]
295
295
  ) -> GetTablePolicyResponseTypeDef:
296
296
  """
297
297
  Gets details about a table policy.
@@ -301,7 +301,7 @@ class S3TablesClient(BaseClient):
301
301
  """
302
302
 
303
303
  def list_namespaces(
304
- self, **kwargs: Unpack[ListNamespacesRequestRequestTypeDef]
304
+ self, **kwargs: Unpack[ListNamespacesRequestTypeDef]
305
305
  ) -> ListNamespacesResponseTypeDef:
306
306
  """
307
307
  Lists the namespaces within a table bucket.
@@ -311,7 +311,7 @@ class S3TablesClient(BaseClient):
311
311
  """
312
312
 
313
313
  def list_table_buckets(
314
- self, **kwargs: Unpack[ListTableBucketsRequestRequestTypeDef]
314
+ self, **kwargs: Unpack[ListTableBucketsRequestTypeDef]
315
315
  ) -> ListTableBucketsResponseTypeDef:
316
316
  """
317
317
  Lists table buckets for your account.
@@ -320,9 +320,7 @@ class S3TablesClient(BaseClient):
320
320
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_s3tables/client/#list_table_buckets)
321
321
  """
322
322
 
323
- def list_tables(
324
- self, **kwargs: Unpack[ListTablesRequestRequestTypeDef]
325
- ) -> ListTablesResponseTypeDef:
323
+ def list_tables(self, **kwargs: Unpack[ListTablesRequestTypeDef]) -> ListTablesResponseTypeDef:
326
324
  """
327
325
  List tables in the given table bucket.
328
326
 
@@ -331,7 +329,7 @@ class S3TablesClient(BaseClient):
331
329
  """
332
330
 
333
331
  def put_table_bucket_maintenance_configuration(
334
- self, **kwargs: Unpack[PutTableBucketMaintenanceConfigurationRequestRequestTypeDef]
332
+ self, **kwargs: Unpack[PutTableBucketMaintenanceConfigurationRequestTypeDef]
335
333
  ) -> EmptyResponseMetadataTypeDef:
336
334
  """
337
335
  Creates a new maintenance configuration or replaces an existing maintenance
@@ -342,7 +340,7 @@ class S3TablesClient(BaseClient):
342
340
  """
343
341
 
344
342
  def put_table_bucket_policy(
345
- self, **kwargs: Unpack[PutTableBucketPolicyRequestRequestTypeDef]
343
+ self, **kwargs: Unpack[PutTableBucketPolicyRequestTypeDef]
346
344
  ) -> EmptyResponseMetadataTypeDef:
347
345
  """
348
346
  Creates a new maintenance configuration or replaces an existing table bucket
@@ -353,7 +351,7 @@ class S3TablesClient(BaseClient):
353
351
  """
354
352
 
355
353
  def put_table_maintenance_configuration(
356
- self, **kwargs: Unpack[PutTableMaintenanceConfigurationRequestRequestTypeDef]
354
+ self, **kwargs: Unpack[PutTableMaintenanceConfigurationRequestTypeDef]
357
355
  ) -> EmptyResponseMetadataTypeDef:
358
356
  """
359
357
  Creates a new maintenance configuration or replaces an existing maintenance
@@ -364,7 +362,7 @@ class S3TablesClient(BaseClient):
364
362
  """
365
363
 
366
364
  def put_table_policy(
367
- self, **kwargs: Unpack[PutTablePolicyRequestRequestTypeDef]
365
+ self, **kwargs: Unpack[PutTablePolicyRequestTypeDef]
368
366
  ) -> EmptyResponseMetadataTypeDef:
369
367
  """
370
368
  Creates a new maintenance configuration or replaces an existing table policy
@@ -375,7 +373,7 @@ class S3TablesClient(BaseClient):
375
373
  """
376
374
 
377
375
  def rename_table(
378
- self, **kwargs: Unpack[RenameTableRequestRequestTypeDef]
376
+ self, **kwargs: Unpack[RenameTableRequestTypeDef]
379
377
  ) -> EmptyResponseMetadataTypeDef:
380
378
  """
381
379
  Renames a table or a namespace.
@@ -385,7 +383,7 @@ class S3TablesClient(BaseClient):
385
383
  """
386
384
 
387
385
  def update_table_metadata_location(
388
- self, **kwargs: Unpack[UpdateTableMetadataLocationRequestRequestTypeDef]
386
+ self, **kwargs: Unpack[UpdateTableMetadataLocationRequestTypeDef]
389
387
  ) -> UpdateTableMetadataLocationResponseTypeDef:
390
388
  """
391
389
  Updates the metadata location for a table.