mypy-boto3-s3tables 1.38.42__tar.gz → 1.39.5__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.38.42 → mypy_boto3_s3tables-1.39.5}/PKG-INFO +4 -4
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/README.md +2 -2
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/__main__.py +3 -3
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/literals.py +5 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/literals.pyi +5 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/type_defs.py +41 -22
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/type_defs.pyi +41 -21
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/version.py +1 -1
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/PKG-INFO +4 -4
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/setup.py +2 -2
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/LICENSE +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/__init__.py +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/__init__.pyi +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/client.py +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/client.pyi +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/paginator.py +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/paginator.pyi +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/py.typed +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/not-zip-safe +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/requires.txt +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/top_level.txt +0 -0
- {mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
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.39.5
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.39.5 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 S3Tables 1.
|
|
59
|
+
Type annotations for [boto3 S3Tables 1.39.5](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.39.5' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `S3Tables` service.
|
|
124
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.39.5](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/),
|
|
@@ -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.39.5' 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,8 +12,8 @@ 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.
|
|
15
|
+
"Type annotations for boto3 S3Tables 1.39.5\n"
|
|
16
|
+
"Version: 1.39.5\n"
|
|
17
17
|
"Builder version: 8.11.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"
|
|
@@ -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.39.5\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -36,6 +36,7 @@ __all__ = (
|
|
|
36
36
|
"SSEAlgorithmType",
|
|
37
37
|
"ServiceName",
|
|
38
38
|
"TableBucketMaintenanceTypeType",
|
|
39
|
+
"TableBucketTypeType",
|
|
39
40
|
"TableMaintenanceJobTypeType",
|
|
40
41
|
"TableMaintenanceTypeType",
|
|
41
42
|
"TableTypeType",
|
|
@@ -51,6 +52,7 @@ MaintenanceStatusType = Literal["disabled", "enabled"]
|
|
|
51
52
|
OpenTableFormatType = Literal["ICEBERG"]
|
|
52
53
|
SSEAlgorithmType = Literal["AES256", "aws:kms"]
|
|
53
54
|
TableBucketMaintenanceTypeType = Literal["icebergUnreferencedFileRemoval"]
|
|
55
|
+
TableBucketTypeType = Literal["aws", "customer"]
|
|
54
56
|
TableMaintenanceJobTypeType = Literal[
|
|
55
57
|
"icebergCompaction", "icebergSnapshotManagement", "icebergUnreferencedFileRemoval"
|
|
56
58
|
]
|
|
@@ -261,6 +263,7 @@ ServiceName = Literal[
|
|
|
261
263
|
"kendra",
|
|
262
264
|
"kendra-ranking",
|
|
263
265
|
"keyspaces",
|
|
266
|
+
"keyspacesstreams",
|
|
264
267
|
"kinesis",
|
|
265
268
|
"kinesis-video-archived-media",
|
|
266
269
|
"kinesis-video-media",
|
|
@@ -331,6 +334,7 @@ ServiceName = Literal[
|
|
|
331
334
|
"notificationscontacts",
|
|
332
335
|
"oam",
|
|
333
336
|
"observabilityadmin",
|
|
337
|
+
"odb",
|
|
334
338
|
"omics",
|
|
335
339
|
"opensearch",
|
|
336
340
|
"opensearchserverless",
|
|
@@ -391,6 +395,7 @@ ServiceName = Literal[
|
|
|
391
395
|
"s3control",
|
|
392
396
|
"s3outposts",
|
|
393
397
|
"s3tables",
|
|
398
|
+
"s3vectors",
|
|
394
399
|
"sagemaker",
|
|
395
400
|
"sagemaker-a2i-runtime",
|
|
396
401
|
"sagemaker-edge",
|
|
@@ -35,6 +35,7 @@ __all__ = (
|
|
|
35
35
|
"SSEAlgorithmType",
|
|
36
36
|
"ServiceName",
|
|
37
37
|
"TableBucketMaintenanceTypeType",
|
|
38
|
+
"TableBucketTypeType",
|
|
38
39
|
"TableMaintenanceJobTypeType",
|
|
39
40
|
"TableMaintenanceTypeType",
|
|
40
41
|
"TableTypeType",
|
|
@@ -49,6 +50,7 @@ MaintenanceStatusType = Literal["disabled", "enabled"]
|
|
|
49
50
|
OpenTableFormatType = Literal["ICEBERG"]
|
|
50
51
|
SSEAlgorithmType = Literal["AES256", "aws:kms"]
|
|
51
52
|
TableBucketMaintenanceTypeType = Literal["icebergUnreferencedFileRemoval"]
|
|
53
|
+
TableBucketTypeType = Literal["aws", "customer"]
|
|
52
54
|
TableMaintenanceJobTypeType = Literal[
|
|
53
55
|
"icebergCompaction", "icebergSnapshotManagement", "icebergUnreferencedFileRemoval"
|
|
54
56
|
]
|
|
@@ -259,6 +261,7 @@ ServiceName = Literal[
|
|
|
259
261
|
"kendra",
|
|
260
262
|
"kendra-ranking",
|
|
261
263
|
"keyspaces",
|
|
264
|
+
"keyspacesstreams",
|
|
262
265
|
"kinesis",
|
|
263
266
|
"kinesis-video-archived-media",
|
|
264
267
|
"kinesis-video-media",
|
|
@@ -329,6 +332,7 @@ ServiceName = Literal[
|
|
|
329
332
|
"notificationscontacts",
|
|
330
333
|
"oam",
|
|
331
334
|
"observabilityadmin",
|
|
335
|
+
"odb",
|
|
332
336
|
"omics",
|
|
333
337
|
"opensearch",
|
|
334
338
|
"opensearchserverless",
|
|
@@ -389,6 +393,7 @@ ServiceName = Literal[
|
|
|
389
393
|
"s3control",
|
|
390
394
|
"s3outposts",
|
|
391
395
|
"s3tables",
|
|
396
|
+
"s3vectors",
|
|
392
397
|
"sagemaker",
|
|
393
398
|
"sagemaker-a2i-runtime",
|
|
394
399
|
"sagemaker-edge",
|
|
@@ -24,6 +24,7 @@ from .literals import (
|
|
|
24
24
|
JobStatusType,
|
|
25
25
|
MaintenanceStatusType,
|
|
26
26
|
SSEAlgorithmType,
|
|
27
|
+
TableBucketTypeType,
|
|
27
28
|
TableMaintenanceJobTypeType,
|
|
28
29
|
TableMaintenanceTypeType,
|
|
29
30
|
TableTypeType,
|
|
@@ -274,18 +275,26 @@ class NamespaceSummaryTypeDef(TypedDict):
|
|
|
274
275
|
tableBucketId: NotRequired[str]
|
|
275
276
|
|
|
276
277
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
278
|
+
ListTableBucketsRequestTypeDef = TypedDict(
|
|
279
|
+
"ListTableBucketsRequestTypeDef",
|
|
280
|
+
{
|
|
281
|
+
"prefix": NotRequired[str],
|
|
282
|
+
"continuationToken": NotRequired[str],
|
|
283
|
+
"maxBuckets": NotRequired[int],
|
|
284
|
+
"type": NotRequired[TableBucketTypeType],
|
|
285
|
+
},
|
|
286
|
+
)
|
|
287
|
+
TableBucketSummaryTypeDef = TypedDict(
|
|
288
|
+
"TableBucketSummaryTypeDef",
|
|
289
|
+
{
|
|
290
|
+
"arn": str,
|
|
291
|
+
"name": str,
|
|
292
|
+
"ownerAccountId": str,
|
|
293
|
+
"createdAt": datetime,
|
|
294
|
+
"tableBucketId": NotRequired[str],
|
|
295
|
+
"type": NotRequired[TableBucketTypeType],
|
|
296
|
+
},
|
|
297
|
+
)
|
|
289
298
|
|
|
290
299
|
|
|
291
300
|
class ListTablesRequestTypeDef(TypedDict):
|
|
@@ -376,13 +385,18 @@ class GetTableBucketPolicyResponseTypeDef(TypedDict):
|
|
|
376
385
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
377
386
|
|
|
378
387
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
388
|
+
GetTableBucketResponseTypeDef = TypedDict(
|
|
389
|
+
"GetTableBucketResponseTypeDef",
|
|
390
|
+
{
|
|
391
|
+
"arn": str,
|
|
392
|
+
"name": str,
|
|
393
|
+
"ownerAccountId": str,
|
|
394
|
+
"createdAt": datetime,
|
|
395
|
+
"tableBucketId": str,
|
|
396
|
+
"type": TableBucketTypeType,
|
|
397
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
398
|
+
},
|
|
399
|
+
)
|
|
386
400
|
|
|
387
401
|
|
|
388
402
|
class GetTableMetadataLocationResponseTypeDef(TypedDict):
|
|
@@ -475,9 +489,14 @@ class ListNamespacesRequestPaginateTypeDef(TypedDict):
|
|
|
475
489
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
476
490
|
|
|
477
491
|
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
492
|
+
ListTableBucketsRequestPaginateTypeDef = TypedDict(
|
|
493
|
+
"ListTableBucketsRequestPaginateTypeDef",
|
|
494
|
+
{
|
|
495
|
+
"prefix": NotRequired[str],
|
|
496
|
+
"type": NotRequired[TableBucketTypeType],
|
|
497
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
498
|
+
},
|
|
499
|
+
)
|
|
481
500
|
|
|
482
501
|
|
|
483
502
|
class ListTablesRequestPaginateTypeDef(TypedDict):
|
{mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/type_defs.pyi
RENAMED
|
@@ -24,6 +24,7 @@ from .literals import (
|
|
|
24
24
|
JobStatusType,
|
|
25
25
|
MaintenanceStatusType,
|
|
26
26
|
SSEAlgorithmType,
|
|
27
|
+
TableBucketTypeType,
|
|
27
28
|
TableMaintenanceJobTypeType,
|
|
28
29
|
TableMaintenanceTypeType,
|
|
29
30
|
TableTypeType,
|
|
@@ -244,17 +245,26 @@ class NamespaceSummaryTypeDef(TypedDict):
|
|
|
244
245
|
namespaceId: NotRequired[str]
|
|
245
246
|
tableBucketId: NotRequired[str]
|
|
246
247
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
248
|
+
ListTableBucketsRequestTypeDef = TypedDict(
|
|
249
|
+
"ListTableBucketsRequestTypeDef",
|
|
250
|
+
{
|
|
251
|
+
"prefix": NotRequired[str],
|
|
252
|
+
"continuationToken": NotRequired[str],
|
|
253
|
+
"maxBuckets": NotRequired[int],
|
|
254
|
+
"type": NotRequired[TableBucketTypeType],
|
|
255
|
+
},
|
|
256
|
+
)
|
|
257
|
+
TableBucketSummaryTypeDef = TypedDict(
|
|
258
|
+
"TableBucketSummaryTypeDef",
|
|
259
|
+
{
|
|
260
|
+
"arn": str,
|
|
261
|
+
"name": str,
|
|
262
|
+
"ownerAccountId": str,
|
|
263
|
+
"createdAt": datetime,
|
|
264
|
+
"tableBucketId": NotRequired[str],
|
|
265
|
+
"type": NotRequired[TableBucketTypeType],
|
|
266
|
+
},
|
|
267
|
+
)
|
|
258
268
|
|
|
259
269
|
class ListTablesRequestTypeDef(TypedDict):
|
|
260
270
|
tableBucketARN: str
|
|
@@ -332,13 +342,18 @@ class GetTableBucketPolicyResponseTypeDef(TypedDict):
|
|
|
332
342
|
resourcePolicy: str
|
|
333
343
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
334
344
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
345
|
+
GetTableBucketResponseTypeDef = TypedDict(
|
|
346
|
+
"GetTableBucketResponseTypeDef",
|
|
347
|
+
{
|
|
348
|
+
"arn": str,
|
|
349
|
+
"name": str,
|
|
350
|
+
"ownerAccountId": str,
|
|
351
|
+
"createdAt": datetime,
|
|
352
|
+
"tableBucketId": str,
|
|
353
|
+
"type": TableBucketTypeType,
|
|
354
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
355
|
+
},
|
|
356
|
+
)
|
|
342
357
|
|
|
343
358
|
class GetTableMetadataLocationResponseTypeDef(TypedDict):
|
|
344
359
|
versionToken: str
|
|
@@ -417,9 +432,14 @@ class ListNamespacesRequestPaginateTypeDef(TypedDict):
|
|
|
417
432
|
prefix: NotRequired[str]
|
|
418
433
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
419
434
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
435
|
+
ListTableBucketsRequestPaginateTypeDef = TypedDict(
|
|
436
|
+
"ListTableBucketsRequestPaginateTypeDef",
|
|
437
|
+
{
|
|
438
|
+
"prefix": NotRequired[str],
|
|
439
|
+
"type": NotRequired[TableBucketTypeType],
|
|
440
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
441
|
+
},
|
|
442
|
+
)
|
|
423
443
|
|
|
424
444
|
class ListTablesRequestPaginateTypeDef(TypedDict):
|
|
425
445
|
tableBucketARN: str
|
{mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
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.39.5
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.39.5 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 S3Tables 1.
|
|
59
|
+
Type annotations for [boto3 S3Tables 1.39.5](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
121
|
+
`uvx --with 'boto3==1.39.5' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `S3Tables` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-s3tables",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.39.5",
|
|
17
17
|
packages=["mypy_boto3_s3tables"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 S3Tables 1.
|
|
22
|
+
description="Type annotations for boto3 S3Tables 1.39.5 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mypy_boto3_s3tables-1.38.42 → mypy_boto3_s3tables-1.39.5}/mypy_boto3_s3tables.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|