mypy-boto3-eks 1.37.35__py3-none-any.whl → 1.38.28__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,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 EKS 1.37.35\n"
16
- "Version: 1.37.35\n"
17
- "Builder version: 8.10.1\n"
15
+ "Type annotations for boto3 EKS 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_eks//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\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.37.35\n")
29
+ sys.stdout.write("1.38.28\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -133,7 +133,7 @@ AddonStatusType = Literal[
133
133
  ]
134
134
  AuthenticationModeType = Literal["API", "API_AND_CONFIG_MAP", "CONFIG_MAP"]
135
135
  CapacityTypesType = Literal["CAPACITY_BLOCK", "ON_DEMAND", "SPOT"]
136
- CategoryType = Literal["UPGRADE_READINESS"]
136
+ CategoryType = Literal["MISCONFIGURATION", "UPGRADE_READINESS"]
137
137
  ClusterActiveWaiterName = Literal["cluster_active"]
138
138
  ClusterDeletedWaiterName = Literal["cluster_deleted"]
139
139
  ClusterIssueCodeType = Literal[
@@ -613,7 +613,6 @@ ServiceName = Literal[
613
613
  "pipes",
614
614
  "polly",
615
615
  "pricing",
616
- "privatenetworks",
617
616
  "proton",
618
617
  "qapps",
619
618
  "qbusiness",
@@ -674,7 +673,6 @@ ServiceName = Literal[
674
673
  "signer",
675
674
  "simspaceweaver",
676
675
  "sms",
677
- "sms-voice",
678
676
  "snow-device-management",
679
677
  "snowball",
680
678
  "sns",
@@ -682,6 +680,7 @@ ServiceName = Literal[
682
680
  "sqs",
683
681
  "ssm",
684
682
  "ssm-contacts",
683
+ "ssm-guiconnect",
685
684
  "ssm-incidents",
686
685
  "ssm-quicksetup",
687
686
  "ssm-sap",
@@ -131,7 +131,7 @@ AddonStatusType = Literal[
131
131
  ]
132
132
  AuthenticationModeType = Literal["API", "API_AND_CONFIG_MAP", "CONFIG_MAP"]
133
133
  CapacityTypesType = Literal["CAPACITY_BLOCK", "ON_DEMAND", "SPOT"]
134
- CategoryType = Literal["UPGRADE_READINESS"]
134
+ CategoryType = Literal["MISCONFIGURATION", "UPGRADE_READINESS"]
135
135
  ClusterActiveWaiterName = Literal["cluster_active"]
136
136
  ClusterDeletedWaiterName = Literal["cluster_deleted"]
137
137
  ClusterIssueCodeType = Literal[
@@ -611,7 +611,6 @@ ServiceName = Literal[
611
611
  "pipes",
612
612
  "polly",
613
613
  "pricing",
614
- "privatenetworks",
615
614
  "proton",
616
615
  "qapps",
617
616
  "qbusiness",
@@ -672,7 +671,6 @@ ServiceName = Literal[
672
671
  "signer",
673
672
  "simspaceweaver",
674
673
  "sms",
675
- "sms-voice",
676
674
  "snow-device-management",
677
675
  "snowball",
678
676
  "sns",
@@ -680,6 +678,7 @@ ServiceName = Literal[
680
678
  "sqs",
681
679
  "ssm",
682
680
  "ssm-contacts",
681
+ "ssm-guiconnect",
683
682
  "ssm-incidents",
684
683
  "ssm-quicksetup",
685
684
  "ssm-sap",
@@ -27,6 +27,7 @@ from .literals import (
27
27
  AMITypesType,
28
28
  AuthenticationModeType,
29
29
  CapacityTypesType,
30
+ CategoryType,
30
31
  ClusterIssueCodeType,
31
32
  ClusterStatusType,
32
33
  ClusterVersionStatusType,
@@ -794,7 +795,7 @@ class InsightStatusTypeDef(TypedDict):
794
795
 
795
796
 
796
797
  class InsightsFilterTypeDef(TypedDict):
797
- categories: NotRequired[Sequence[Literal["UPGRADE_READINESS"]]]
798
+ categories: NotRequired[Sequence[CategoryType]]
798
799
  kubernetesVersions: NotRequired[Sequence[str]]
799
800
  statuses: NotRequired[Sequence[InsightStatusValueType]]
800
801
 
@@ -1426,7 +1427,7 @@ InsightSummaryTypeDef = TypedDict(
1426
1427
  {
1427
1428
  "id": NotRequired[str],
1428
1429
  "name": NotRequired[str],
1429
- "category": NotRequired[Literal["UPGRADE_READINESS"]],
1430
+ "category": NotRequired[CategoryType],
1430
1431
  "kubernetesVersion": NotRequired[str],
1431
1432
  "lastRefreshTime": NotRequired[datetime],
1432
1433
  "lastTransitionTime": NotRequired[datetime],
@@ -1788,7 +1789,7 @@ InsightTypeDef = TypedDict(
1788
1789
  {
1789
1790
  "id": NotRequired[str],
1790
1791
  "name": NotRequired[str],
1791
- "category": NotRequired[Literal["UPGRADE_READINESS"]],
1792
+ "category": NotRequired[CategoryType],
1792
1793
  "kubernetesVersion": NotRequired[str],
1793
1794
  "lastRefreshTime": NotRequired[datetime],
1794
1795
  "lastTransitionTime": NotRequired[datetime],
@@ -27,6 +27,7 @@ from .literals import (
27
27
  AMITypesType,
28
28
  AuthenticationModeType,
29
29
  CapacityTypesType,
30
+ CategoryType,
30
31
  ClusterIssueCodeType,
31
32
  ClusterStatusType,
32
33
  ClusterVersionStatusType,
@@ -719,7 +720,7 @@ class InsightStatusTypeDef(TypedDict):
719
720
  reason: NotRequired[str]
720
721
 
721
722
  class InsightsFilterTypeDef(TypedDict):
722
- categories: NotRequired[Sequence[Literal["UPGRADE_READINESS"]]]
723
+ categories: NotRequired[Sequence[CategoryType]]
723
724
  kubernetesVersions: NotRequired[Sequence[str]]
724
725
  statuses: NotRequired[Sequence[InsightStatusValueType]]
725
726
 
@@ -1251,7 +1252,7 @@ InsightSummaryTypeDef = TypedDict(
1251
1252
  {
1252
1253
  "id": NotRequired[str],
1253
1254
  "name": NotRequired[str],
1254
- "category": NotRequired[Literal["UPGRADE_READINESS"]],
1255
+ "category": NotRequired[CategoryType],
1255
1256
  "kubernetesVersion": NotRequired[str],
1256
1257
  "lastRefreshTime": NotRequired[datetime],
1257
1258
  "lastTransitionTime": NotRequired[datetime],
@@ -1570,7 +1571,7 @@ InsightTypeDef = TypedDict(
1570
1571
  {
1571
1572
  "id": NotRequired[str],
1572
1573
  "name": NotRequired[str],
1573
- "category": NotRequired[Literal["UPGRADE_READINESS"]],
1574
+ "category": NotRequired[CategoryType],
1574
1575
  "kubernetesVersion": NotRequired[str],
1575
1576
  "lastRefreshTime": NotRequired[datetime],
1576
1577
  "lastTransitionTime": NotRequired[datetime],
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.37.35"
7
+ __version__ = "1.38.28"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-eks
3
- Version: 1.37.35
4
- Summary: Type annotations for boto3 EKS 1.37.35 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.38.28
4
+ Summary: Type annotations for boto3 EKS 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 EKS 1.37.35](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 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
@@ -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.37.35' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.38.28' 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.
@@ -0,0 +1,20 @@
1
+ mypy_boto3_eks/__init__.py,sha256=2ny7DX2h2EqSXWmXoLROuwapCrk5WWG82Cytg9gBFoA,5066
2
+ mypy_boto3_eks/__init__.pyi,sha256=Vn_LcRXy2FU1PJjnQvnE8BMRwPFC8_X1P1UnZbFY2Zs,5065
3
+ mypy_boto3_eks/__main__.py,sha256=yByqBgK2_zIHOi1tsIpX1SWYpnlZK-mKmoTCvpCjsOk,968
4
+ mypy_boto3_eks/client.py,sha256=NqhtmiaelO6gPDGNJUkv8Ds8537TWfOPVk9nbImqpao,49426
5
+ mypy_boto3_eks/client.pyi,sha256=ycr-tlt3fZCCNh4th9TuOm7ZI2mYqaehpN7UaRl7_Qk,49423
6
+ mypy_boto3_eks/literals.py,sha256=3crbY0IccLXsmzFi35Gse86GXtM95siNyWnrEz5i07I,19560
7
+ mypy_boto3_eks/literals.pyi,sha256=gqrN3vmxG5ZthIoQnI6bxMkLJ18ZjkJb0LgDkV5oEeA,19558
8
+ mypy_boto3_eks/paginator.py,sha256=3yFhQFg-bh-hJOlMggBZeCd-xonLBWmXnBG1HRNiDL4,20481
9
+ mypy_boto3_eks/paginator.pyi,sha256=cn674ie8pGurK1SRRoZERdTd56gF2t7NGEOYhzN8Vp4,20438
10
+ mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_eks/type_defs.py,sha256=RhXQy47zNs_IPbf9NEqqJ1A4Bsn3xgJpRKyDEIzsyrM,56558
12
+ mypy_boto3_eks/type_defs.pyi,sha256=F07Iftjl1iv2QWYh0g1MD3952yDKu1jNIAJ0WLno07A,56325
13
+ mypy_boto3_eks/version.py,sha256=qokYTT-GwAn7gr8tnkCv9kB3YWe1TSJZLc8s6ogXnbE,93
14
+ mypy_boto3_eks/waiter.py,sha256=2vJjiTIw6nY3Kx4O2YIUk9MmTiHrf5ZZtPP8bOy_jd4,8664
15
+ mypy_boto3_eks/waiter.pyi,sha256=ZkIrAD-cdgf6kBhiCJShJLpjHyVyzZrxjBQ2yI3cVJ0,8647
16
+ mypy_boto3_eks-1.38.28.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_eks-1.38.28.dist-info/METADATA,sha256=V1WVWgip1eNTPRcQNe95BqFqwnavK9fU5l_l0NCJuD4,18038
18
+ mypy_boto3_eks-1.38.28.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ mypy_boto3_eks-1.38.28.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
+ mypy_boto3_eks-1.38.28.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,20 +0,0 @@
1
- mypy_boto3_eks/__init__.py,sha256=2ny7DX2h2EqSXWmXoLROuwapCrk5WWG82Cytg9gBFoA,5066
2
- mypy_boto3_eks/__init__.pyi,sha256=Vn_LcRXy2FU1PJjnQvnE8BMRwPFC8_X1P1UnZbFY2Zs,5065
3
- mypy_boto3_eks/__main__.py,sha256=50OEDlIgzs8lRfOFGDeDXRS6I2q2wZ0LtLmLbIqz2SE,968
4
- mypy_boto3_eks/client.py,sha256=NqhtmiaelO6gPDGNJUkv8Ds8537TWfOPVk9nbImqpao,49426
5
- mypy_boto3_eks/client.pyi,sha256=ycr-tlt3fZCCNh4th9TuOm7ZI2mYqaehpN7UaRl7_Qk,49423
6
- mypy_boto3_eks/literals.py,sha256=2bWZiD73I-1ZMkD843ibhnSe7KUs3Q7Igm7m9Snf3-w,19558
7
- mypy_boto3_eks/literals.pyi,sha256=vs_xGX3RPllvmNORUXsdqK-0Q4DAJ6blcmN1K08tRK8,19556
8
- mypy_boto3_eks/paginator.py,sha256=3yFhQFg-bh-hJOlMggBZeCd-xonLBWmXnBG1HRNiDL4,20481
9
- mypy_boto3_eks/paginator.pyi,sha256=cn674ie8pGurK1SRRoZERdTd56gF2t7NGEOYhzN8Vp4,20438
10
- mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_eks/type_defs.py,sha256=teuZ_EwYgTb3bWB_PYn0Ifg8EnoJkDFEeBwYSwVV0ik,56588
12
- mypy_boto3_eks/type_defs.pyi,sha256=osb7YOf4H9h-EUZhJWLVRw9rVfRM-UtlmO0_IiMFvoY,56355
13
- mypy_boto3_eks/version.py,sha256=G6PFk3_-oIViWI08edSt8jCUOjKS08DkUTvbRzfsXcs,93
14
- mypy_boto3_eks/waiter.py,sha256=2vJjiTIw6nY3Kx4O2YIUk9MmTiHrf5ZZtPP8bOy_jd4,8664
15
- mypy_boto3_eks/waiter.pyi,sha256=ZkIrAD-cdgf6kBhiCJShJLpjHyVyzZrxjBQ2yI3cVJ0,8647
16
- mypy_boto3_eks-1.37.35.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_eks-1.37.35.dist-info/METADATA,sha256=8DRLSDE1E4fYr-j6iC2L9_AH5tsWKQAAx1uotwuOtyo,18038
18
- mypy_boto3_eks-1.37.35.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- mypy_boto3_eks-1.37.35.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
- mypy_boto3_eks-1.37.35.dist-info/RECORD,,