mypy-boto3-athena 1.38.0__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.
Files changed (24) hide show
  1. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/PKG-INFO +5 -5
  2. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/README.md +3 -3
  3. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/__main__.py +4 -4
  4. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/literals.py +3 -2
  5. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/literals.pyi +3 -2
  6. mypy_boto3_athena-1.38.0/mypy_boto3_athena/type_defs.pyi → mypy_boto3_athena-1.38.28/mypy_boto3_athena/type_defs.py +245 -29
  7. mypy_boto3_athena-1.38.0/mypy_boto3_athena/type_defs.py → mypy_boto3_athena-1.38.28/mypy_boto3_athena/type_defs.pyi +50 -217
  8. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/version.py +1 -1
  9. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/PKG-INFO +5 -5
  10. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/setup.py +2 -2
  11. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/LICENSE +0 -0
  12. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/__init__.py +0 -0
  13. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/__init__.pyi +0 -0
  14. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/client.py +0 -0
  15. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/client.pyi +0 -0
  16. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/paginator.py +0 -0
  17. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/paginator.pyi +0 -0
  18. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena/py.typed +0 -0
  19. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/SOURCES.txt +0 -0
  20. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/dependency_links.txt +0 -0
  21. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/not-zip-safe +0 -0
  22. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/requires.txt +0 -0
  23. {mypy_boto3_athena-1.38.0 → mypy_boto3_athena-1.38.28}/mypy_boto3_athena.egg-info/top_level.txt +0 -0
  24. {mypy_boto3_athena-1.38.0 → 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.0
4
- Summary: Type annotations for boto3 Athena 1.38.0 service generated with mypy-boto3-builder 8.10.1
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 Athena 1.38.0](https://pypi.org/project/boto3/)
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/),
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
66
 
67
67
  Generated with
68
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
69
69
 
70
70
  More information can be found on
71
71
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -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.0' mypy-boto3-builder`
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 Athena 1.38.0](https://pypi.org/project/boto3/)
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/),
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
20
  Generated with
21
- [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
22
22
 
23
23
  More information can be found on
24
24
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -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.0' mypy-boto3-builder`
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,9 +12,9 @@ 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.0\n"
16
- "Version: 1.38.0\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 Athena 1.38.28\n"
16
+ "Version: 1.38.28\n"
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"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.0\n")
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",
@@ -477,7 +478,6 @@ ServiceName = Literal[
477
478
  "signer",
478
479
  "simspaceweaver",
479
480
  "sms",
480
- "sms-voice",
481
481
  "snow-device-management",
482
482
  "snowball",
483
483
  "sns",
@@ -485,6 +485,7 @@ ServiceName = Literal[
485
485
  "sqs",
486
486
  "ssm",
487
487
  "ssm-contacts",
488
+ "ssm-guiconnect",
488
489
  "ssm-incidents",
489
490
  "ssm-quicksetup",
490
491
  "ssm-sap",
@@ -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",
@@ -475,7 +476,6 @@ ServiceName = Literal[
475
476
  "signer",
476
477
  "simspaceweaver",
477
478
  "sms",
478
- "sms-voice",
479
479
  "snow-device-management",
480
480
  "snowball",
481
481
  "sns",
@@ -483,6 +483,7 @@ ServiceName = Literal[
483
483
  "sqs",
484
484
  "ssm",
485
485
  "ssm-contacts",
486
+ "ssm-guiconnect",
486
487
  "ssm-incidents",
487
488
  "ssm-quicksetup",
488
489
  "ssm-sap",