mypy-boto3-athena 1.40.0__py3-none-any.whl → 1.40.60__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.
@@ -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.40.0\n"
16
- "Version: 1.40.0\n"
15
+ "Type annotations for boto3 Athena 1.40.60\n"
16
+ "Version: 1.40.60\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.40.0\n")
29
+ sys.stdout.write("1.40.60\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -148,6 +148,7 @@ ServiceName = Literal[
148
148
  "appstream",
149
149
  "appsync",
150
150
  "apptest",
151
+ "arc-region-switch",
151
152
  "arc-zonal-shift",
152
153
  "artifact",
153
154
  "athena",
@@ -159,8 +160,10 @@ ServiceName = Literal[
159
160
  "backup-gateway",
160
161
  "backupsearch",
161
162
  "batch",
163
+ "bcm-dashboards",
162
164
  "bcm-data-exports",
163
165
  "bcm-pricing-calculator",
166
+ "bcm-recommended-actions",
164
167
  "bedrock",
165
168
  "bedrock-agent",
166
169
  "bedrock-agent-runtime",
@@ -402,8 +405,6 @@ ServiceName = Literal[
402
405
  "omics",
403
406
  "opensearch",
404
407
  "opensearchserverless",
405
- "opsworks",
406
- "opsworkscm",
407
408
  "organizations",
408
409
  "osis",
409
410
  "outposts",
@@ -454,6 +455,7 @@ ServiceName = Literal[
454
455
  "route53domains",
455
456
  "route53profiles",
456
457
  "route53resolver",
458
+ "rtbfabric",
457
459
  "rum",
458
460
  "s3",
459
461
  "s3control",
@@ -485,7 +487,6 @@ ServiceName = Literal[
485
487
  "shield",
486
488
  "signer",
487
489
  "simspaceweaver",
488
- "sms",
489
490
  "snow-device-management",
490
491
  "snowball",
491
492
  "sns",
@@ -536,16 +537,7 @@ ServiceName = Literal[
536
537
  "xray",
537
538
  ]
538
539
  ResourceServiceName = Literal[
539
- "cloudformation",
540
- "cloudwatch",
541
- "dynamodb",
542
- "ec2",
543
- "glacier",
544
- "iam",
545
- "opsworks",
546
- "s3",
547
- "sns",
548
- "sqs",
540
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
549
541
  ]
550
542
  PaginatorName = Literal[
551
543
  "get_query_results",
@@ -146,6 +146,7 @@ ServiceName = Literal[
146
146
  "appstream",
147
147
  "appsync",
148
148
  "apptest",
149
+ "arc-region-switch",
149
150
  "arc-zonal-shift",
150
151
  "artifact",
151
152
  "athena",
@@ -157,8 +158,10 @@ ServiceName = Literal[
157
158
  "backup-gateway",
158
159
  "backupsearch",
159
160
  "batch",
161
+ "bcm-dashboards",
160
162
  "bcm-data-exports",
161
163
  "bcm-pricing-calculator",
164
+ "bcm-recommended-actions",
162
165
  "bedrock",
163
166
  "bedrock-agent",
164
167
  "bedrock-agent-runtime",
@@ -400,8 +403,6 @@ ServiceName = Literal[
400
403
  "omics",
401
404
  "opensearch",
402
405
  "opensearchserverless",
403
- "opsworks",
404
- "opsworkscm",
405
406
  "organizations",
406
407
  "osis",
407
408
  "outposts",
@@ -452,6 +453,7 @@ ServiceName = Literal[
452
453
  "route53domains",
453
454
  "route53profiles",
454
455
  "route53resolver",
456
+ "rtbfabric",
455
457
  "rum",
456
458
  "s3",
457
459
  "s3control",
@@ -483,7 +485,6 @@ ServiceName = Literal[
483
485
  "shield",
484
486
  "signer",
485
487
  "simspaceweaver",
486
- "sms",
487
488
  "snow-device-management",
488
489
  "snowball",
489
490
  "sns",
@@ -534,16 +535,7 @@ ServiceName = Literal[
534
535
  "xray",
535
536
  ]
536
537
  ResourceServiceName = Literal[
537
- "cloudformation",
538
- "cloudwatch",
539
- "dynamodb",
540
- "ec2",
541
- "glacier",
542
- "iam",
543
- "opsworks",
544
- "s3",
545
- "sns",
546
- "sqs",
538
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
547
539
  ]
548
540
  PaginatorName = Literal[
549
541
  "get_query_results",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.0"
7
+ __version__ = "1.40.60"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-athena
3
- Version: 1.40.0
4
- Summary: Type annotations for boto3 Athena 1.40.0 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.60
4
+ Summary: Type annotations for boto3 Athena 1.40.60 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.40.0](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 Athena 1.40.60](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.40.0' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.40.60' 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.
@@ -0,0 +1,18 @@
1
+ mypy_boto3_athena/__init__.py,sha256=6Tiq4QEexK9VKvsoJmj7dDTBt4HHWcFxGwxWgyxQedo,1962
2
+ mypy_boto3_athena/__init__.pyi,sha256=z_i9jPHFMNCrl1Ju7pVBhfzgBPVDIU4GlsGRKoge4So,1961
3
+ mypy_boto3_athena/__main__.py,sha256=0GMeVGFZLoTE4elR-YOS2mv2zwfLAdwtaZ6rUfmK-yY,980
4
+ mypy_boto3_athena/client.py,sha256=hU6beJTU8v6gjWtmNgg4kz7cQw6EMI1XwWGDmuBEXtg,46941
5
+ mypy_boto3_athena/client.pyi,sha256=MmEP4XP5HG4zpljou8nQIeT0Yp5qQY8XRAANCRvJ6KE,46938
6
+ mypy_boto3_athena/literals.py,sha256=B0I_XtiELfQTPWH6oZz4KMo-mjoALMmINM1Ez7l_RBo,12914
7
+ mypy_boto3_athena/literals.pyi,sha256=3Y4qWCWi2o8OVPEscVE7Xh5NzHu4GpsNemXRRWU8x8c,12912
8
+ mypy_boto3_athena/paginator.py,sha256=xB_U0CLweCoyDLLQ1gb-YQh8Xyx0ItzkfZYVYbRzsX8,10275
9
+ mypy_boto3_athena/paginator.pyi,sha256=ock3w2liyk4dV3YnX3UUBSKV3WGQwc1q---g-WA_acQ,10253
10
+ mypy_boto3_athena/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_athena/type_defs.py,sha256=TOSoNOYBbwPLYmIkio09kf3bFXuEU1JbngGR4459clY,43084
12
+ mypy_boto3_athena/type_defs.pyi,sha256=vPBBRkyop-sbQyu7EyeJ9ZaWK7vMJobhDCnVI1m9sO0,42891
13
+ mypy_boto3_athena/version.py,sha256=NzXluJrrNARU_IqVC98fZ7B1YuUJkewLTY2LI9mZCDQ,93
14
+ mypy_boto3_athena-1.40.60.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ mypy_boto3_athena-1.40.60.dist-info/METADATA,sha256=i7U4c_oisSt6YOvoiu8KSw1VZjmnfKvvfa4uQxJqOck,15680
16
+ mypy_boto3_athena-1.40.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
17
+ mypy_boto3_athena-1.40.60.dist-info/top_level.txt,sha256=zhATfWFKeSfNk0lB3FXaQgvfFX_G02p4RuEUJSe6u0Q,18
18
+ mypy_boto3_athena-1.40.60.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- mypy_boto3_athena/__init__.py,sha256=6Tiq4QEexK9VKvsoJmj7dDTBt4HHWcFxGwxWgyxQedo,1962
2
- mypy_boto3_athena/__init__.pyi,sha256=z_i9jPHFMNCrl1Ju7pVBhfzgBPVDIU4GlsGRKoge4So,1961
3
- mypy_boto3_athena/__main__.py,sha256=5jBBy0UkZkaB340YVhLIoOkzbL3FDNw0dZXq9yNRD0E,977
4
- mypy_boto3_athena/client.py,sha256=hU6beJTU8v6gjWtmNgg4kz7cQw6EMI1XwWGDmuBEXtg,46941
5
- mypy_boto3_athena/client.pyi,sha256=MmEP4XP5HG4zpljou8nQIeT0Yp5qQY8XRAANCRvJ6KE,46938
6
- mypy_boto3_athena/literals.py,sha256=NJQ84p6oXESG5VrvDJMtKZTLcvuheFHyTUB6uPfCim4,12913
7
- mypy_boto3_athena/literals.pyi,sha256=esWKVuit65dvn6Qu5MNsSKkh7yFwnDEEaKlffcG27Pw,12911
8
- mypy_boto3_athena/paginator.py,sha256=xB_U0CLweCoyDLLQ1gb-YQh8Xyx0ItzkfZYVYbRzsX8,10275
9
- mypy_boto3_athena/paginator.pyi,sha256=ock3w2liyk4dV3YnX3UUBSKV3WGQwc1q---g-WA_acQ,10253
10
- mypy_boto3_athena/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_athena/type_defs.py,sha256=TOSoNOYBbwPLYmIkio09kf3bFXuEU1JbngGR4459clY,43084
12
- mypy_boto3_athena/type_defs.pyi,sha256=vPBBRkyop-sbQyu7EyeJ9ZaWK7vMJobhDCnVI1m9sO0,42891
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,,