mypy-boto3-athena 1.38.13__tar.gz → 1.39.0__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.39.0}/PKG-INFO +4 -4
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/README.md +2 -2
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/__main__.py +3 -3
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/literals.py +8 -1
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/literals.pyi +8 -1
- mypy_boto3_athena-1.38.13/mypy_boto3_athena/type_defs.pyi → mypy_boto3_athena-1.39.0/mypy_boto3_athena/type_defs.py +245 -29
- mypy_boto3_athena-1.38.13/mypy_boto3_athena/type_defs.py → mypy_boto3_athena-1.39.0/mypy_boto3_athena/type_defs.pyi +50 -217
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/version.py +1 -1
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena.egg-info/PKG-INFO +4 -4
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/setup.py +2 -2
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/LICENSE +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/__init__.py +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/__init__.pyi +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/client.py +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/client.pyi +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/paginator.py +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/paginator.pyi +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena/py.typed +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena.egg-info/not-zip-safe +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena.egg-info/requires.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/mypy_boto3_athena.egg-info/top_level.txt +0 -0
- {mypy_boto3_athena-1.38.13 → mypy_boto3_athena-1.39.0}/setup.cfg +0 -0
|
@@ -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.39.0
|
|
4
|
+
Summary: Type annotations for boto3 Athena 1.39.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.39.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.39.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.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Athena 1.
|
|
12
|
+
Type annotations for [boto3 Athena 1.39.0](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.0' 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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 Athena 1.39.0\n"
|
|
16
|
+
"Version: 1.39.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.39.0\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"
|
|
@@ -124,6 +126,7 @@ ServiceName = Literal[
|
|
|
124
126
|
"account",
|
|
125
127
|
"acm",
|
|
126
128
|
"acm-pca",
|
|
129
|
+
"aiops",
|
|
127
130
|
"amp",
|
|
128
131
|
"amplify",
|
|
129
132
|
"amplifybackend",
|
|
@@ -264,6 +267,7 @@ ServiceName = Literal[
|
|
|
264
267
|
"es",
|
|
265
268
|
"events",
|
|
266
269
|
"evidently",
|
|
270
|
+
"evs",
|
|
267
271
|
"finspace",
|
|
268
272
|
"finspace-data",
|
|
269
273
|
"firehose",
|
|
@@ -321,6 +325,7 @@ ServiceName = Literal[
|
|
|
321
325
|
"kendra",
|
|
322
326
|
"kendra-ranking",
|
|
323
327
|
"keyspaces",
|
|
328
|
+
"keyspacesstreams",
|
|
324
329
|
"kinesis",
|
|
325
330
|
"kinesis-video-archived-media",
|
|
326
331
|
"kinesis-video-media",
|
|
@@ -376,6 +381,7 @@ ServiceName = Literal[
|
|
|
376
381
|
"migrationhub-config",
|
|
377
382
|
"migrationhuborchestrator",
|
|
378
383
|
"migrationhubstrategy",
|
|
384
|
+
"mpa",
|
|
379
385
|
"mq",
|
|
380
386
|
"mturk",
|
|
381
387
|
"mwaa",
|
|
@@ -416,7 +422,6 @@ ServiceName = Literal[
|
|
|
416
422
|
"pipes",
|
|
417
423
|
"polly",
|
|
418
424
|
"pricing",
|
|
419
|
-
"privatenetworks",
|
|
420
425
|
"proton",
|
|
421
426
|
"qapps",
|
|
422
427
|
"qbusiness",
|
|
@@ -521,6 +526,7 @@ ServiceName = Literal[
|
|
|
521
526
|
"workmail",
|
|
522
527
|
"workmailmessageflow",
|
|
523
528
|
"workspaces",
|
|
529
|
+
"workspaces-instances",
|
|
524
530
|
"workspaces-thin-client",
|
|
525
531
|
"workspaces-web",
|
|
526
532
|
"xray",
|
|
@@ -549,6 +555,7 @@ PaginatorName = Literal[
|
|
|
549
555
|
RegionName = Literal[
|
|
550
556
|
"af-south-1",
|
|
551
557
|
"ap-east-1",
|
|
558
|
+
"ap-east-2",
|
|
552
559
|
"ap-northeast-1",
|
|
553
560
|
"ap-northeast-2",
|
|
554
561
|
"ap-northeast-3",
|
|
@@ -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"
|
|
@@ -122,6 +124,7 @@ ServiceName = Literal[
|
|
|
122
124
|
"account",
|
|
123
125
|
"acm",
|
|
124
126
|
"acm-pca",
|
|
127
|
+
"aiops",
|
|
125
128
|
"amp",
|
|
126
129
|
"amplify",
|
|
127
130
|
"amplifybackend",
|
|
@@ -262,6 +265,7 @@ ServiceName = Literal[
|
|
|
262
265
|
"es",
|
|
263
266
|
"events",
|
|
264
267
|
"evidently",
|
|
268
|
+
"evs",
|
|
265
269
|
"finspace",
|
|
266
270
|
"finspace-data",
|
|
267
271
|
"firehose",
|
|
@@ -319,6 +323,7 @@ ServiceName = Literal[
|
|
|
319
323
|
"kendra",
|
|
320
324
|
"kendra-ranking",
|
|
321
325
|
"keyspaces",
|
|
326
|
+
"keyspacesstreams",
|
|
322
327
|
"kinesis",
|
|
323
328
|
"kinesis-video-archived-media",
|
|
324
329
|
"kinesis-video-media",
|
|
@@ -374,6 +379,7 @@ ServiceName = Literal[
|
|
|
374
379
|
"migrationhub-config",
|
|
375
380
|
"migrationhuborchestrator",
|
|
376
381
|
"migrationhubstrategy",
|
|
382
|
+
"mpa",
|
|
377
383
|
"mq",
|
|
378
384
|
"mturk",
|
|
379
385
|
"mwaa",
|
|
@@ -414,7 +420,6 @@ ServiceName = Literal[
|
|
|
414
420
|
"pipes",
|
|
415
421
|
"polly",
|
|
416
422
|
"pricing",
|
|
417
|
-
"privatenetworks",
|
|
418
423
|
"proton",
|
|
419
424
|
"qapps",
|
|
420
425
|
"qbusiness",
|
|
@@ -519,6 +524,7 @@ ServiceName = Literal[
|
|
|
519
524
|
"workmail",
|
|
520
525
|
"workmailmessageflow",
|
|
521
526
|
"workspaces",
|
|
527
|
+
"workspaces-instances",
|
|
522
528
|
"workspaces-thin-client",
|
|
523
529
|
"workspaces-web",
|
|
524
530
|
"xray",
|
|
@@ -547,6 +553,7 @@ PaginatorName = Literal[
|
|
|
547
553
|
RegionName = Literal[
|
|
548
554
|
"af-south-1",
|
|
549
555
|
"ap-east-1",
|
|
556
|
+
"ap-east-2",
|
|
550
557
|
"ap-northeast-1",
|
|
551
558
|
"ap-northeast-2",
|
|
552
559
|
"ap-northeast-3",
|