mypy-boto3-eks 1.38.35__py3-none-any.whl → 1.40.0__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 EKS 1.38.35\n"
16
- "Version: 1.38.35\n"
15
+ "Type annotations for boto3 EKS 1.40.0\n"
16
+ "Version: 1.40.0\n"
17
17
  "Builder version: 8.11.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\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.35\n")
29
+ sys.stdout.write("1.40.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -321,6 +321,7 @@ ServiceName = Literal[
321
321
  "account",
322
322
  "acm",
323
323
  "acm-pca",
324
+ "aiops",
324
325
  "amp",
325
326
  "amplify",
326
327
  "amplifybackend",
@@ -358,6 +359,8 @@ ServiceName = Literal[
358
359
  "bedrock",
359
360
  "bedrock-agent",
360
361
  "bedrock-agent-runtime",
362
+ "bedrock-agentcore",
363
+ "bedrock-agentcore-control",
361
364
  "bedrock-data-automation",
362
365
  "bedrock-data-automation-runtime",
363
366
  "bedrock-runtime",
@@ -519,6 +522,7 @@ ServiceName = Literal[
519
522
  "kendra",
520
523
  "kendra-ranking",
521
524
  "keyspaces",
525
+ "keyspacesstreams",
522
526
  "kinesis",
523
527
  "kinesis-video-archived-media",
524
528
  "kinesis-video-media",
@@ -574,6 +578,7 @@ ServiceName = Literal[
574
578
  "migrationhub-config",
575
579
  "migrationhuborchestrator",
576
580
  "migrationhubstrategy",
581
+ "mpa",
577
582
  "mq",
578
583
  "mturk",
579
584
  "mwaa",
@@ -588,6 +593,7 @@ ServiceName = Literal[
588
593
  "notificationscontacts",
589
594
  "oam",
590
595
  "observabilityadmin",
596
+ "odb",
591
597
  "omics",
592
598
  "opensearch",
593
599
  "opensearchserverless",
@@ -648,6 +654,7 @@ ServiceName = Literal[
648
654
  "s3control",
649
655
  "s3outposts",
650
656
  "s3tables",
657
+ "s3vectors",
651
658
  "sagemaker",
652
659
  "sagemaker-a2i-runtime",
653
660
  "sagemaker-edge",
@@ -718,6 +725,7 @@ ServiceName = Literal[
718
725
  "workmail",
719
726
  "workmailmessageflow",
720
727
  "workspaces",
728
+ "workspaces-instances",
721
729
  "workspaces-thin-client",
722
730
  "workspaces-web",
723
731
  "xray",
@@ -319,6 +319,7 @@ ServiceName = Literal[
319
319
  "account",
320
320
  "acm",
321
321
  "acm-pca",
322
+ "aiops",
322
323
  "amp",
323
324
  "amplify",
324
325
  "amplifybackend",
@@ -356,6 +357,8 @@ ServiceName = Literal[
356
357
  "bedrock",
357
358
  "bedrock-agent",
358
359
  "bedrock-agent-runtime",
360
+ "bedrock-agentcore",
361
+ "bedrock-agentcore-control",
359
362
  "bedrock-data-automation",
360
363
  "bedrock-data-automation-runtime",
361
364
  "bedrock-runtime",
@@ -517,6 +520,7 @@ ServiceName = Literal[
517
520
  "kendra",
518
521
  "kendra-ranking",
519
522
  "keyspaces",
523
+ "keyspacesstreams",
520
524
  "kinesis",
521
525
  "kinesis-video-archived-media",
522
526
  "kinesis-video-media",
@@ -572,6 +576,7 @@ ServiceName = Literal[
572
576
  "migrationhub-config",
573
577
  "migrationhuborchestrator",
574
578
  "migrationhubstrategy",
579
+ "mpa",
575
580
  "mq",
576
581
  "mturk",
577
582
  "mwaa",
@@ -586,6 +591,7 @@ ServiceName = Literal[
586
591
  "notificationscontacts",
587
592
  "oam",
588
593
  "observabilityadmin",
594
+ "odb",
589
595
  "omics",
590
596
  "opensearch",
591
597
  "opensearchserverless",
@@ -646,6 +652,7 @@ ServiceName = Literal[
646
652
  "s3control",
647
653
  "s3outposts",
648
654
  "s3tables",
655
+ "s3vectors",
649
656
  "sagemaker",
650
657
  "sagemaker-a2i-runtime",
651
658
  "sagemaker-edge",
@@ -716,6 +723,7 @@ ServiceName = Literal[
716
723
  "workmail",
717
724
  "workmailmessageflow",
718
725
  "workspaces",
726
+ "workspaces-instances",
719
727
  "workspaces-thin-client",
720
728
  "workspaces-web",
721
729
  "xray",
mypy_boto3_eks/version.py CHANGED
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.38.35"
7
+ __version__ = "1.40.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-eks
3
- Version: 1.38.35
4
- Summary: Type annotations for boto3 EKS 1.38.35 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.0
4
+ Summary: Type annotations for boto3 EKS 1.40.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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 EKS 1.38.35](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.40.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/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.38.35' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.0' mypy-boto3-builder`
123
123
  2. Select `boto3-stubs` AWS SDK.
124
124
  3. Add `EKS` service.
125
125
  4. Use provided commands to install generated packages.
@@ -1,20 +1,20 @@
1
1
  mypy_boto3_eks/__init__.py,sha256=2ny7DX2h2EqSXWmXoLROuwapCrk5WWG82Cytg9gBFoA,5066
2
2
  mypy_boto3_eks/__init__.pyi,sha256=Vn_LcRXy2FU1PJjnQvnE8BMRwPFC8_X1P1UnZbFY2Zs,5065
3
- mypy_boto3_eks/__main__.py,sha256=Nf2ImNW1d4rx8Lv6VbKP9CP-ObkiE2XH2eLRwVUjI9g,968
3
+ mypy_boto3_eks/__main__.py,sha256=owNuk7rSbAIMn8Btc6QXDbZxX5scyT1BZnWn_th8z6Q,965
4
4
  mypy_boto3_eks/client.py,sha256=NqhtmiaelO6gPDGNJUkv8Ds8537TWfOPVk9nbImqpao,49426
5
5
  mypy_boto3_eks/client.pyi,sha256=ycr-tlt3fZCCNh4th9TuOm7ZI2mYqaehpN7UaRl7_Qk,49423
6
- mypy_boto3_eks/literals.py,sha256=K_mnqumArlIWl5bBnbzxvnUlwn9T74Dtj0DiWQEFY0c,19588
7
- mypy_boto3_eks/literals.pyi,sha256=f2jqLxEukl1trb6Q8UUzfu2UJJD1e0J-O5s6A99lvw8,19586
6
+ mypy_boto3_eks/literals.py,sha256=u8NF-v6CVeY4hj5DeE7_5-OdaIIAwef7pNKk5kO0JhE,19750
7
+ mypy_boto3_eks/literals.pyi,sha256=hXB4qHEfw8WwZEPVBIgCkLz9vmxMhhmgPlaD5_JxR9A,19748
8
8
  mypy_boto3_eks/paginator.py,sha256=3yFhQFg-bh-hJOlMggBZeCd-xonLBWmXnBG1HRNiDL4,20481
9
9
  mypy_boto3_eks/paginator.pyi,sha256=cn674ie8pGurK1SRRoZERdTd56gF2t7NGEOYhzN8Vp4,20438
10
10
  mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  mypy_boto3_eks/type_defs.py,sha256=1X17p8rnBlzFGszmPcLAaFmi42U4FOmtsbOaxOpK4-w,56825
12
12
  mypy_boto3_eks/type_defs.pyi,sha256=h62LpZuBi4vLUl4725GhJMXzzXe0YyBB0AC6aDhJhuw,56592
13
- mypy_boto3_eks/version.py,sha256=39FloExlPnLlMf9KByhsCyG-VDOMfynDy6C1ylfiB9k,93
13
+ mypy_boto3_eks/version.py,sha256=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
14
14
  mypy_boto3_eks/waiter.py,sha256=2vJjiTIw6nY3Kx4O2YIUk9MmTiHrf5ZZtPP8bOy_jd4,8664
15
15
  mypy_boto3_eks/waiter.pyi,sha256=ZkIrAD-cdgf6kBhiCJShJLpjHyVyzZrxjBQ2yI3cVJ0,8647
16
- mypy_boto3_eks-1.38.35.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_eks-1.38.35.dist-info/METADATA,sha256=tFT2U3jHQkUzmxsdX2V_jxfGmH19FwLyESyhe8sA_as,18038
18
- mypy_boto3_eks-1.38.35.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- mypy_boto3_eks-1.38.35.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
- mypy_boto3_eks-1.38.35.dist-info/RECORD,,
16
+ mypy_boto3_eks-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_eks-1.40.0.dist-info/METADATA,sha256=QFIofKiY6gdlrMdgBfmPFjkZXdtesNbRNLEUfyuaMuU,18034
18
+ mypy_boto3_eks-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_eks-1.40.0.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
+ mypy_boto3_eks-1.40.0.dist-info/RECORD,,