mypy-boto3-s3tables 1.40.0__py3-none-any.whl → 1.40.59__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.
- mypy_boto3_s3tables/__main__.py +3 -3
- mypy_boto3_s3tables/literals.py +5 -13
- mypy_boto3_s3tables/literals.pyi +5 -13
- mypy_boto3_s3tables/version.py +1 -1
- {mypy_boto3_s3tables-1.40.0.dist-info → mypy_boto3_s3tables-1.40.59.dist-info}/METADATA +4 -4
- mypy_boto3_s3tables-1.40.59.dist-info/RECORD +18 -0
- mypy_boto3_s3tables-1.40.0.dist-info/RECORD +0 -18
- {mypy_boto3_s3tables-1.40.0.dist-info → mypy_boto3_s3tables-1.40.59.dist-info}/WHEEL +0 -0
- {mypy_boto3_s3tables-1.40.0.dist-info → mypy_boto3_s3tables-1.40.59.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_s3tables-1.40.0.dist-info → mypy_boto3_s3tables-1.40.59.dist-info}/top_level.txt +0 -0
mypy_boto3_s3tables/__main__.py
CHANGED
|
@@ -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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 S3Tables 1.40.59\n"
|
|
16
|
+
"Version: 1.40.59\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.40.
|
|
29
|
+
sys.stdout.write("1.40.59\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_s3tables/literals.py
CHANGED
|
@@ -86,6 +86,7 @@ ServiceName = Literal[
|
|
|
86
86
|
"appstream",
|
|
87
87
|
"appsync",
|
|
88
88
|
"apptest",
|
|
89
|
+
"arc-region-switch",
|
|
89
90
|
"arc-zonal-shift",
|
|
90
91
|
"artifact",
|
|
91
92
|
"athena",
|
|
@@ -97,8 +98,10 @@ ServiceName = Literal[
|
|
|
97
98
|
"backup-gateway",
|
|
98
99
|
"backupsearch",
|
|
99
100
|
"batch",
|
|
101
|
+
"bcm-dashboards",
|
|
100
102
|
"bcm-data-exports",
|
|
101
103
|
"bcm-pricing-calculator",
|
|
104
|
+
"bcm-recommended-actions",
|
|
102
105
|
"bedrock",
|
|
103
106
|
"bedrock-agent",
|
|
104
107
|
"bedrock-agent-runtime",
|
|
@@ -340,8 +343,6 @@ ServiceName = Literal[
|
|
|
340
343
|
"omics",
|
|
341
344
|
"opensearch",
|
|
342
345
|
"opensearchserverless",
|
|
343
|
-
"opsworks",
|
|
344
|
-
"opsworkscm",
|
|
345
346
|
"organizations",
|
|
346
347
|
"osis",
|
|
347
348
|
"outposts",
|
|
@@ -392,6 +393,7 @@ ServiceName = Literal[
|
|
|
392
393
|
"route53domains",
|
|
393
394
|
"route53profiles",
|
|
394
395
|
"route53resolver",
|
|
396
|
+
"rtbfabric",
|
|
395
397
|
"rum",
|
|
396
398
|
"s3",
|
|
397
399
|
"s3control",
|
|
@@ -423,7 +425,6 @@ ServiceName = Literal[
|
|
|
423
425
|
"shield",
|
|
424
426
|
"signer",
|
|
425
427
|
"simspaceweaver",
|
|
426
|
-
"sms",
|
|
427
428
|
"snow-device-management",
|
|
428
429
|
"snowball",
|
|
429
430
|
"sns",
|
|
@@ -474,15 +475,6 @@ ServiceName = Literal[
|
|
|
474
475
|
"xray",
|
|
475
476
|
]
|
|
476
477
|
ResourceServiceName = Literal[
|
|
477
|
-
"cloudformation",
|
|
478
|
-
"cloudwatch",
|
|
479
|
-
"dynamodb",
|
|
480
|
-
"ec2",
|
|
481
|
-
"glacier",
|
|
482
|
-
"iam",
|
|
483
|
-
"opsworks",
|
|
484
|
-
"s3",
|
|
485
|
-
"sns",
|
|
486
|
-
"sqs",
|
|
478
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
487
479
|
]
|
|
488
480
|
PaginatorName = Literal["list_namespaces", "list_table_buckets", "list_tables"]
|
mypy_boto3_s3tables/literals.pyi
CHANGED
|
@@ -84,6 +84,7 @@ ServiceName = Literal[
|
|
|
84
84
|
"appstream",
|
|
85
85
|
"appsync",
|
|
86
86
|
"apptest",
|
|
87
|
+
"arc-region-switch",
|
|
87
88
|
"arc-zonal-shift",
|
|
88
89
|
"artifact",
|
|
89
90
|
"athena",
|
|
@@ -95,8 +96,10 @@ ServiceName = Literal[
|
|
|
95
96
|
"backup-gateway",
|
|
96
97
|
"backupsearch",
|
|
97
98
|
"batch",
|
|
99
|
+
"bcm-dashboards",
|
|
98
100
|
"bcm-data-exports",
|
|
99
101
|
"bcm-pricing-calculator",
|
|
102
|
+
"bcm-recommended-actions",
|
|
100
103
|
"bedrock",
|
|
101
104
|
"bedrock-agent",
|
|
102
105
|
"bedrock-agent-runtime",
|
|
@@ -338,8 +341,6 @@ ServiceName = Literal[
|
|
|
338
341
|
"omics",
|
|
339
342
|
"opensearch",
|
|
340
343
|
"opensearchserverless",
|
|
341
|
-
"opsworks",
|
|
342
|
-
"opsworkscm",
|
|
343
344
|
"organizations",
|
|
344
345
|
"osis",
|
|
345
346
|
"outposts",
|
|
@@ -390,6 +391,7 @@ ServiceName = Literal[
|
|
|
390
391
|
"route53domains",
|
|
391
392
|
"route53profiles",
|
|
392
393
|
"route53resolver",
|
|
394
|
+
"rtbfabric",
|
|
393
395
|
"rum",
|
|
394
396
|
"s3",
|
|
395
397
|
"s3control",
|
|
@@ -421,7 +423,6 @@ ServiceName = Literal[
|
|
|
421
423
|
"shield",
|
|
422
424
|
"signer",
|
|
423
425
|
"simspaceweaver",
|
|
424
|
-
"sms",
|
|
425
426
|
"snow-device-management",
|
|
426
427
|
"snowball",
|
|
427
428
|
"sns",
|
|
@@ -472,15 +473,6 @@ ServiceName = Literal[
|
|
|
472
473
|
"xray",
|
|
473
474
|
]
|
|
474
475
|
ResourceServiceName = Literal[
|
|
475
|
-
"cloudformation",
|
|
476
|
-
"cloudwatch",
|
|
477
|
-
"dynamodb",
|
|
478
|
-
"ec2",
|
|
479
|
-
"glacier",
|
|
480
|
-
"iam",
|
|
481
|
-
"opsworks",
|
|
482
|
-
"s3",
|
|
483
|
-
"sns",
|
|
484
|
-
"sqs",
|
|
476
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
485
477
|
]
|
|
486
478
|
PaginatorName = Literal["list_namespaces", "list_table_buckets", "list_tables"]
|
mypy_boto3_s3tables/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-s3tables
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 S3Tables 1.40.
|
|
3
|
+
Version: 1.40.59
|
|
4
|
+
Summary: Type annotations for boto3 S3Tables 1.40.59 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.40.
|
|
59
|
+
Type annotations for [boto3 S3Tables 1.40.59](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.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.59' 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.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_s3tables/__init__.py,sha256=0FRXcAgUgA-cyY4r4zQiknXuuwRImIPZvpOUqFY1fK4,1077
|
|
2
|
+
mypy_boto3_s3tables/__init__.pyi,sha256=H45cLvIEKHeLx7gYL2N0hJ0IK_SiJ-jQMp4wCBtY-Cc,1076
|
|
3
|
+
mypy_boto3_s3tables/__main__.py,sha256=PMVcb5ndb3Kf6cBD47CCJ2zZh_hVq09-VcZdu4Uu5kE,988
|
|
4
|
+
mypy_boto3_s3tables/client.py,sha256=YdI7GoTVwr1ABEa-4HejVDqq44DQgYHDQSXRnwa-BvI,22032
|
|
5
|
+
mypy_boto3_s3tables/client.pyi,sha256=ahuNL10FG1YDpPsFCMuroqLmHp3SeYSEc8jsznrWIX8,22029
|
|
6
|
+
mypy_boto3_s3tables/literals.py,sha256=zn0Q281qxrnAhm5zYK7jv1uO4XIu7QGjEEXT0oG5TlQ,10282
|
|
7
|
+
mypy_boto3_s3tables/literals.pyi,sha256=SrK7DblrZW68Ib2y5K9wLN02cNE39PnGYLIUedx_eSI,10280
|
|
8
|
+
mypy_boto3_s3tables/paginator.py,sha256=kxwI_U_08ugU5FZ5XuBBI1SVAO_eO6eJXR0ZDWPHxQY,4696
|
|
9
|
+
mypy_boto3_s3tables/paginator.pyi,sha256=g20DszBYx4Yvpt9LSme2o9ZWIuYqr9eBioI8nWPwKHo,4686
|
|
10
|
+
mypy_boto3_s3tables/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_s3tables/type_defs.py,sha256=PuFQBCvbHUSlmgwnHTkCOMs8bGL2ZyY7dZRd6ZM0Xxg,15652
|
|
12
|
+
mypy_boto3_s3tables/type_defs.pyi,sha256=JAwxTrdDqaWD_BZ4Ii8WN6a5aBok7niWdQmmx5KcLds,15583
|
|
13
|
+
mypy_boto3_s3tables/version.py,sha256=XA2R_dkriHQcJS9kMNz6sK7ztyDIjWSHFcUN2P6VDKk,93
|
|
14
|
+
mypy_boto3_s3tables-1.40.59.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_s3tables-1.40.59.dist-info/METADATA,sha256=yokCZndDImuKVd2-7zq0ce7n8mtEXSyY6EwcunukR2M,15233
|
|
16
|
+
mypy_boto3_s3tables-1.40.59.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_s3tables-1.40.59.dist-info/top_level.txt,sha256=oAuE1209XLnkqMpCnFhvFNXfMFMSV_JABp2g57RZEdE,20
|
|
18
|
+
mypy_boto3_s3tables-1.40.59.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_s3tables/__init__.py,sha256=0FRXcAgUgA-cyY4r4zQiknXuuwRImIPZvpOUqFY1fK4,1077
|
|
2
|
-
mypy_boto3_s3tables/__init__.pyi,sha256=H45cLvIEKHeLx7gYL2N0hJ0IK_SiJ-jQMp4wCBtY-Cc,1076
|
|
3
|
-
mypy_boto3_s3tables/__main__.py,sha256=wAQlz1Iu7JCqPV6FOTpMWgCphgf1AVathDCBPvK0lro,985
|
|
4
|
-
mypy_boto3_s3tables/client.py,sha256=YdI7GoTVwr1ABEa-4HejVDqq44DQgYHDQSXRnwa-BvI,22032
|
|
5
|
-
mypy_boto3_s3tables/client.pyi,sha256=ahuNL10FG1YDpPsFCMuroqLmHp3SeYSEc8jsznrWIX8,22029
|
|
6
|
-
mypy_boto3_s3tables/literals.py,sha256=phii0R0Q9NHBNsVZq1JOHWdBMArOopuGfQqqY6KVBIM,10281
|
|
7
|
-
mypy_boto3_s3tables/literals.pyi,sha256=ao27R9VVTIIM1ZOCsJTKvaGHQCKhMFeJid8iBT-v9A4,10279
|
|
8
|
-
mypy_boto3_s3tables/paginator.py,sha256=kxwI_U_08ugU5FZ5XuBBI1SVAO_eO6eJXR0ZDWPHxQY,4696
|
|
9
|
-
mypy_boto3_s3tables/paginator.pyi,sha256=g20DszBYx4Yvpt9LSme2o9ZWIuYqr9eBioI8nWPwKHo,4686
|
|
10
|
-
mypy_boto3_s3tables/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_s3tables/type_defs.py,sha256=PuFQBCvbHUSlmgwnHTkCOMs8bGL2ZyY7dZRd6ZM0Xxg,15652
|
|
12
|
-
mypy_boto3_s3tables/type_defs.pyi,sha256=JAwxTrdDqaWD_BZ4Ii8WN6a5aBok7niWdQmmx5KcLds,15583
|
|
13
|
-
mypy_boto3_s3tables/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
|
|
14
|
-
mypy_boto3_s3tables-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_s3tables-1.40.0.dist-info/METADATA,sha256=iVUhNseudVQSSpd18MgqKTZEOlKGY5KDEzmRsw9eoo8,15229
|
|
16
|
-
mypy_boto3_s3tables-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
mypy_boto3_s3tables-1.40.0.dist-info/top_level.txt,sha256=oAuE1209XLnkqMpCnFhvFNXfMFMSV_JABp2g57RZEdE,20
|
|
18
|
-
mypy_boto3_s3tables-1.40.0.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_s3tables-1.40.0.dist-info → mypy_boto3_s3tables-1.40.59.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_s3tables-1.40.0.dist-info → mypy_boto3_s3tables-1.40.59.dist-info}/top_level.txt
RENAMED
|
File without changes
|