mypy-boto3-athena 1.41.2__tar.gz → 1.42.43__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.41.2 → mypy_boto3_athena-1.42.43}/LICENSE +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/PKG-INFO +4 -4
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/README.md +2 -2
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/__init__.py +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/__init__.pyi +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/__main__.py +4 -4
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/client.py +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/client.pyi +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/literals.py +7 -2
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/literals.pyi +7 -2
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/paginator.py +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/paginator.pyi +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/type_defs.py +1 -1
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/type_defs.pyi +1 -1
- mypy_boto3_athena-1.42.43/mypy_boto3_athena/version.py +7 -0
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/PKG-INFO +4 -4
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/pyproject.toml +3 -3
- mypy_boto3_athena-1.41.2/mypy_boto3_athena/version.py +0 -7
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena/py.typed +0 -0
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/requires.txt +0 -0
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/top_level.txt +0 -0
- {mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/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.42.43
|
|
4
|
+
Summary: Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Athena 1.
|
|
45
|
+
Type annotations for [boto3 Athena 1.42.43](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
104
104
|
isolation.
|
|
105
105
|
|
|
106
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
107
|
-
`uvx --with 'boto3==1.
|
|
107
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3-stubs` AWS SDK.
|
|
109
109
|
3. Add `Athena` service.
|
|
110
110
|
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.42.43](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.42.43' 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.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.42.43\n"
|
|
16
|
+
"Version: 1.42.43\n"
|
|
17
17
|
"Builder version: 8.12.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.42.43\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for athena service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -262,7 +262,6 @@ ServiceName = Literal[
|
|
|
262
262
|
"eks-auth",
|
|
263
263
|
"elasticache",
|
|
264
264
|
"elasticbeanstalk",
|
|
265
|
-
"elastictranscoder",
|
|
266
265
|
"elb",
|
|
267
266
|
"elbv2",
|
|
268
267
|
"emr",
|
|
@@ -397,6 +396,7 @@ ServiceName = Literal[
|
|
|
397
396
|
"networkmonitor",
|
|
398
397
|
"notifications",
|
|
399
398
|
"notificationscontacts",
|
|
399
|
+
"nova-act",
|
|
400
400
|
"oam",
|
|
401
401
|
"observabilityadmin",
|
|
402
402
|
"odb",
|
|
@@ -407,6 +407,8 @@ ServiceName = Literal[
|
|
|
407
407
|
"osis",
|
|
408
408
|
"outposts",
|
|
409
409
|
"panorama",
|
|
410
|
+
"partnercentral-account",
|
|
411
|
+
"partnercentral-benefits",
|
|
410
412
|
"partnercentral-channel",
|
|
411
413
|
"partnercentral-selling",
|
|
412
414
|
"payment-cryptography",
|
|
@@ -449,6 +451,7 @@ ServiceName = Literal[
|
|
|
449
451
|
"route53-recovery-control-config",
|
|
450
452
|
"route53-recovery-readiness",
|
|
451
453
|
"route53domains",
|
|
454
|
+
"route53globalresolver",
|
|
452
455
|
"route53profiles",
|
|
453
456
|
"route53resolver",
|
|
454
457
|
"rtbfabric",
|
|
@@ -523,6 +526,7 @@ ServiceName = Literal[
|
|
|
523
526
|
"waf-regional",
|
|
524
527
|
"wafv2",
|
|
525
528
|
"wellarchitected",
|
|
529
|
+
"wickr",
|
|
526
530
|
"wisdom",
|
|
527
531
|
"workdocs",
|
|
528
532
|
"workmail",
|
|
@@ -559,6 +563,7 @@ RegionName = Literal[
|
|
|
559
563
|
"ap-southeast-3",
|
|
560
564
|
"ap-southeast-4",
|
|
561
565
|
"ap-southeast-5",
|
|
566
|
+
"ap-southeast-6",
|
|
562
567
|
"ap-southeast-7",
|
|
563
568
|
"ca-central-1",
|
|
564
569
|
"ca-west-1",
|
|
@@ -3,7 +3,7 @@ Type annotations for athena service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_athena/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -260,7 +260,6 @@ ServiceName = Literal[
|
|
|
260
260
|
"eks-auth",
|
|
261
261
|
"elasticache",
|
|
262
262
|
"elasticbeanstalk",
|
|
263
|
-
"elastictranscoder",
|
|
264
263
|
"elb",
|
|
265
264
|
"elbv2",
|
|
266
265
|
"emr",
|
|
@@ -395,6 +394,7 @@ ServiceName = Literal[
|
|
|
395
394
|
"networkmonitor",
|
|
396
395
|
"notifications",
|
|
397
396
|
"notificationscontacts",
|
|
397
|
+
"nova-act",
|
|
398
398
|
"oam",
|
|
399
399
|
"observabilityadmin",
|
|
400
400
|
"odb",
|
|
@@ -405,6 +405,8 @@ ServiceName = Literal[
|
|
|
405
405
|
"osis",
|
|
406
406
|
"outposts",
|
|
407
407
|
"panorama",
|
|
408
|
+
"partnercentral-account",
|
|
409
|
+
"partnercentral-benefits",
|
|
408
410
|
"partnercentral-channel",
|
|
409
411
|
"partnercentral-selling",
|
|
410
412
|
"payment-cryptography",
|
|
@@ -447,6 +449,7 @@ ServiceName = Literal[
|
|
|
447
449
|
"route53-recovery-control-config",
|
|
448
450
|
"route53-recovery-readiness",
|
|
449
451
|
"route53domains",
|
|
452
|
+
"route53globalresolver",
|
|
450
453
|
"route53profiles",
|
|
451
454
|
"route53resolver",
|
|
452
455
|
"rtbfabric",
|
|
@@ -521,6 +524,7 @@ ServiceName = Literal[
|
|
|
521
524
|
"waf-regional",
|
|
522
525
|
"wafv2",
|
|
523
526
|
"wellarchitected",
|
|
527
|
+
"wickr",
|
|
524
528
|
"wisdom",
|
|
525
529
|
"workdocs",
|
|
526
530
|
"workmail",
|
|
@@ -557,6 +561,7 @@ RegionName = Literal[
|
|
|
557
561
|
"ap-southeast-3",
|
|
558
562
|
"ap-southeast-4",
|
|
559
563
|
"ap-southeast-5",
|
|
564
|
+
"ap-southeast-6",
|
|
560
565
|
"ap-southeast-7",
|
|
561
566
|
"ca-central-1",
|
|
562
567
|
"ca-west-1",
|
|
@@ -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.42.43
|
|
4
|
+
Summary: Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Athena 1.
|
|
45
|
+
Type annotations for [boto3 Athena 1.42.43](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
104
104
|
isolation.
|
|
105
105
|
|
|
106
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
107
|
-
`uvx --with 'boto3==1.
|
|
107
|
+
`uvx --with 'boto3==1.42.43' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3-stubs` AWS SDK.
|
|
109
109
|
3. Add `Athena` service.
|
|
110
110
|
4. Use provided commands to install generated packages.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for mypy-boto3-athena.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mypy-boto3-athena"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.42.43"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 Athena 1.
|
|
10
|
+
description = "Type annotations for boto3 Athena 1.42.43 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
File without changes
|
{mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/requires.txt
RENAMED
|
File without changes
|
{mypy_boto3_athena-1.41.2 → mypy_boto3_athena-1.42.43}/mypy_boto3_athena.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|