mypy-boto3-athena 1.38.13__tar.gz → 1.38.28__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.
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/PKG-INFO +4 -4
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/README.md +2 -2
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/__main__.py +3 -3
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/literals.py +2 -1
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/literals.pyi +2 -1
- mypy_boto3_athena-1.38.13/mypy_boto3_athena/type_defs.pyi → mypy_boto3_athena-1.38.28/mypy_boto3_athena/type_defs.py +245 -29
- mypy_boto3_athena-1.38.13/mypy_boto3_athena/type_defs.py → mypy_boto3_athena-1.38.28/mypy_boto3_athena/type_defs.pyi +50 -217
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/version.py +1 -1
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/PKG-INFO +4 -4
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/setup.py +2 -2
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/LICENSE +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/__init__.py +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/__init__.pyi +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/client.py +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/client.pyi +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/paginator.py +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/paginator.pyi +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/py.typed +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/not-zip-safe +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/requires.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/top_level.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.38.28}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-athena
|
|
3
|
-
Version: 1.38.
|
|
4
|
-
Summary: Type annotations for boto3 Athena 1.38.
|
|
3
|
+
Version: 1.38.28
|
|
4
|
+
Summary: Type annotations for boto3 Athena 1.38.28 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.38.
|
|
59
|
+
Type annotations for [boto3 Athena 1.38.28](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.38.
|
|
121
|
+
`uvx --with 'boto3==1.38.28' 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.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Athena 1.38.
|
|
12
|
+
Type annotations for [boto3 Athena 1.38.28](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.38.
|
|
74
|
+
`uvx --with 'boto3==1.38.28' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `Athena` 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 Athena 1.38.
|
|
16
|
-
"Version: 1.38.
|
|
15
|
+
"Type annotations for boto3 Athena 1.38.28\n"
|
|
16
|
+
"Version: 1.38.28\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.38.
|
|
29
|
+
sys.stdout.write("1.38.28\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -45,6 +45,7 @@ __all__ = (
|
|
|
45
45
|
"NotebookTypeType",
|
|
46
46
|
"PaginatorName",
|
|
47
47
|
"QueryExecutionStateType",
|
|
48
|
+
"QueryResultTypeType",
|
|
48
49
|
"RegionName",
|
|
49
50
|
"ResourceServiceName",
|
|
50
51
|
"S3AclOptionType",
|
|
@@ -112,6 +113,7 @@ ListTableMetadataPaginatorName = Literal["list_table_metadata"]
|
|
|
112
113
|
ListTagsForResourcePaginatorName = Literal["list_tags_for_resource"]
|
|
113
114
|
NotebookTypeType = Literal["IPYNB"]
|
|
114
115
|
QueryExecutionStateType = Literal["CANCELLED", "FAILED", "QUEUED", "RUNNING", "SUCCEEDED"]
|
|
116
|
+
QueryResultTypeType = Literal["DATA_MANIFEST", "DATA_ROWS"]
|
|
115
117
|
S3AclOptionType = Literal["BUCKET_OWNER_FULL_CONTROL"]
|
|
116
118
|
SessionStateType = Literal[
|
|
117
119
|
"BUSY", "CREATED", "CREATING", "DEGRADED", "FAILED", "IDLE", "TERMINATED", "TERMINATING"
|
|
@@ -416,7 +418,6 @@ ServiceName = Literal[
|
|
|
416
418
|
"pipes",
|
|
417
419
|
"polly",
|
|
418
420
|
"pricing",
|
|
419
|
-
"privatenetworks",
|
|
420
421
|
"proton",
|
|
421
422
|
"qapps",
|
|
422
423
|
"qbusiness",
|
|
@@ -44,6 +44,7 @@ __all__ = (
|
|
|
44
44
|
"NotebookTypeType",
|
|
45
45
|
"PaginatorName",
|
|
46
46
|
"QueryExecutionStateType",
|
|
47
|
+
"QueryResultTypeType",
|
|
47
48
|
"RegionName",
|
|
48
49
|
"ResourceServiceName",
|
|
49
50
|
"S3AclOptionType",
|
|
@@ -110,6 +111,7 @@ ListTableMetadataPaginatorName = Literal["list_table_metadata"]
|
|
|
110
111
|
ListTagsForResourcePaginatorName = Literal["list_tags_for_resource"]
|
|
111
112
|
NotebookTypeType = Literal["IPYNB"]
|
|
112
113
|
QueryExecutionStateType = Literal["CANCELLED", "FAILED", "QUEUED", "RUNNING", "SUCCEEDED"]
|
|
114
|
+
QueryResultTypeType = Literal["DATA_MANIFEST", "DATA_ROWS"]
|
|
113
115
|
S3AclOptionType = Literal["BUCKET_OWNER_FULL_CONTROL"]
|
|
114
116
|
SessionStateType = Literal[
|
|
115
117
|
"BUSY", "CREATED", "CREATING", "DEGRADED", "FAILED", "IDLE", "TERMINATED", "TERMINATING"
|
|
@@ -414,7 +416,6 @@ ServiceName = Literal[
|
|
|
414
416
|
"pipes",
|
|
415
417
|
"polly",
|
|
416
418
|
"pricing",
|
|
417
|
-
"privatenetworks",
|
|
418
419
|
"proton",
|
|
419
420
|
"qapps",
|
|
420
421
|
"qbusiness",
|