mypy-boto3-athena 1.39.0__py3-none-any.whl → 1.40.0__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.
- mypy_boto3_athena/__main__.py +3 -3
- mypy_boto3_athena/literals.py +4 -0
- mypy_boto3_athena/literals.pyi +4 -0
- mypy_boto3_athena/version.py +1 -1
- {mypy_boto3_athena-1.39.0.dist-info → mypy_boto3_athena-1.40.0.dist-info}/METADATA +4 -4
- {mypy_boto3_athena-1.39.0.dist-info → mypy_boto3_athena-1.40.0.dist-info}/RECORD +9 -9
- {mypy_boto3_athena-1.39.0.dist-info → mypy_boto3_athena-1.40.0.dist-info}/WHEEL +0 -0
- {mypy_boto3_athena-1.39.0.dist-info → mypy_boto3_athena-1.40.0.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_athena-1.39.0.dist-info → mypy_boto3_athena-1.40.0.dist-info}/top_level.txt +0 -0
mypy_boto3_athena/__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 Athena 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 Athena 1.40.0\n"
|
|
16
|
+
"Version: 1.40.0\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html#athena\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.40.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_athena/literals.py
CHANGED
|
@@ -164,6 +164,8 @@ ServiceName = Literal[
|
|
|
164
164
|
"bedrock",
|
|
165
165
|
"bedrock-agent",
|
|
166
166
|
"bedrock-agent-runtime",
|
|
167
|
+
"bedrock-agentcore",
|
|
168
|
+
"bedrock-agentcore-control",
|
|
167
169
|
"bedrock-data-automation",
|
|
168
170
|
"bedrock-data-automation-runtime",
|
|
169
171
|
"bedrock-runtime",
|
|
@@ -396,6 +398,7 @@ ServiceName = Literal[
|
|
|
396
398
|
"notificationscontacts",
|
|
397
399
|
"oam",
|
|
398
400
|
"observabilityadmin",
|
|
401
|
+
"odb",
|
|
399
402
|
"omics",
|
|
400
403
|
"opensearch",
|
|
401
404
|
"opensearchserverless",
|
|
@@ -456,6 +459,7 @@ ServiceName = Literal[
|
|
|
456
459
|
"s3control",
|
|
457
460
|
"s3outposts",
|
|
458
461
|
"s3tables",
|
|
462
|
+
"s3vectors",
|
|
459
463
|
"sagemaker",
|
|
460
464
|
"sagemaker-a2i-runtime",
|
|
461
465
|
"sagemaker-edge",
|
mypy_boto3_athena/literals.pyi
CHANGED
|
@@ -162,6 +162,8 @@ ServiceName = Literal[
|
|
|
162
162
|
"bedrock",
|
|
163
163
|
"bedrock-agent",
|
|
164
164
|
"bedrock-agent-runtime",
|
|
165
|
+
"bedrock-agentcore",
|
|
166
|
+
"bedrock-agentcore-control",
|
|
165
167
|
"bedrock-data-automation",
|
|
166
168
|
"bedrock-data-automation-runtime",
|
|
167
169
|
"bedrock-runtime",
|
|
@@ -394,6 +396,7 @@ ServiceName = Literal[
|
|
|
394
396
|
"notificationscontacts",
|
|
395
397
|
"oam",
|
|
396
398
|
"observabilityadmin",
|
|
399
|
+
"odb",
|
|
397
400
|
"omics",
|
|
398
401
|
"opensearch",
|
|
399
402
|
"opensearchserverless",
|
|
@@ -454,6 +457,7 @@ ServiceName = Literal[
|
|
|
454
457
|
"s3control",
|
|
455
458
|
"s3outposts",
|
|
456
459
|
"s3tables",
|
|
460
|
+
"s3vectors",
|
|
457
461
|
"sagemaker",
|
|
458
462
|
"sagemaker-a2i-runtime",
|
|
459
463
|
"sagemaker-edge",
|
mypy_boto3_athena/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-athena
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Athena 1.
|
|
3
|
+
Version: 1.40.0
|
|
4
|
+
Summary: Type annotations for boto3 Athena 1.40.0 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 Athena 1.
|
|
59
|
+
Type annotations for [boto3 Athena 1.40.0](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.40.0' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `Athena` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
mypy_boto3_athena/__init__.py,sha256=6Tiq4QEexK9VKvsoJmj7dDTBt4HHWcFxGwxWgyxQedo,1962
|
|
2
2
|
mypy_boto3_athena/__init__.pyi,sha256=z_i9jPHFMNCrl1Ju7pVBhfzgBPVDIU4GlsGRKoge4So,1961
|
|
3
|
-
mypy_boto3_athena/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_athena/__main__.py,sha256=5jBBy0UkZkaB340YVhLIoOkzbL3FDNw0dZXq9yNRD0E,977
|
|
4
4
|
mypy_boto3_athena/client.py,sha256=hU6beJTU8v6gjWtmNgg4kz7cQw6EMI1XwWGDmuBEXtg,46941
|
|
5
5
|
mypy_boto3_athena/client.pyi,sha256=MmEP4XP5HG4zpljou8nQIeT0Yp5qQY8XRAANCRvJ6KE,46938
|
|
6
|
-
mypy_boto3_athena/literals.py,sha256=
|
|
7
|
-
mypy_boto3_athena/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_athena/literals.py,sha256=NJQ84p6oXESG5VrvDJMtKZTLcvuheFHyTUB6uPfCim4,12913
|
|
7
|
+
mypy_boto3_athena/literals.pyi,sha256=esWKVuit65dvn6Qu5MNsSKkh7yFwnDEEaKlffcG27Pw,12911
|
|
8
8
|
mypy_boto3_athena/paginator.py,sha256=xB_U0CLweCoyDLLQ1gb-YQh8Xyx0ItzkfZYVYbRzsX8,10275
|
|
9
9
|
mypy_boto3_athena/paginator.pyi,sha256=ock3w2liyk4dV3YnX3UUBSKV3WGQwc1q---g-WA_acQ,10253
|
|
10
10
|
mypy_boto3_athena/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mypy_boto3_athena/type_defs.py,sha256=TOSoNOYBbwPLYmIkio09kf3bFXuEU1JbngGR4459clY,43084
|
|
12
12
|
mypy_boto3_athena/type_defs.pyi,sha256=vPBBRkyop-sbQyu7EyeJ9ZaWK7vMJobhDCnVI1m9sO0,42891
|
|
13
|
-
mypy_boto3_athena/version.py,sha256=
|
|
14
|
-
mypy_boto3_athena-1.
|
|
15
|
-
mypy_boto3_athena-1.
|
|
16
|
-
mypy_boto3_athena-1.
|
|
17
|
-
mypy_boto3_athena-1.
|
|
18
|
-
mypy_boto3_athena-1.
|
|
13
|
+
mypy_boto3_athena/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
|
|
14
|
+
mypy_boto3_athena-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_athena-1.40.0.dist-info/METADATA,sha256=lfeCKJeFfbkHVT_f--83EKRDS4R6kyJI7k5mCX4o4bE,15676
|
|
16
|
+
mypy_boto3_athena-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_athena-1.40.0.dist-info/top_level.txt,sha256=zhATfWFKeSfNk0lB3FXaQgvfFX_G02p4RuEUJSe6u0Q,18
|
|
18
|
+
mypy_boto3_athena-1.40.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|