types-boto3-eks 1.37.24__py3-none-any.whl → 1.37.35__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.37.24\n"
16
- "Version: 1.37.24\n"
15
+ "Type annotations for boto3 EKS 1.37.35\n"
16
+ "Version: 1.37.35\n"
17
17
  "Builder version: 8.10.1\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_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.37.24\n")
29
+ sys.stdout.write("1.37.35\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -10,7 +10,7 @@ Usage::
10
10
  ```python
11
11
  from types_boto3_eks.literals import AMITypesType
12
12
 
13
- data: AMITypesType = "AL2023_ARM_64_STANDARD"
13
+ data: AMITypesType = "AL2023_ARM_64_NVIDIA"
14
14
  ```
15
15
  """
16
16
 
@@ -86,6 +86,7 @@ __all__ = (
86
86
 
87
87
 
88
88
  AMITypesType = Literal[
89
+ "AL2023_ARM_64_NVIDIA",
89
90
  "AL2023_ARM_64_STANDARD",
90
91
  "AL2023_x86_64_NEURON",
91
92
  "AL2023_x86_64_NVIDIA",
@@ -10,7 +10,7 @@ Usage::
10
10
  ```python
11
11
  from types_boto3_eks.literals import AMITypesType
12
12
 
13
- data: AMITypesType = "AL2023_ARM_64_STANDARD"
13
+ data: AMITypesType = "AL2023_ARM_64_NVIDIA"
14
14
  ```
15
15
  """
16
16
 
@@ -84,6 +84,7 @@ __all__ = (
84
84
  )
85
85
 
86
86
  AMITypesType = Literal[
87
+ "AL2023_ARM_64_NVIDIA",
87
88
  "AL2023_ARM_64_STANDARD",
88
89
  "AL2023_x86_64_NEURON",
89
90
  "AL2023_x86_64_NVIDIA",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.24"
7
+ __version__ = "1.37.35"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-eks
3
- Version: 1.37.24
4
- Summary: Type annotations for boto3 EKS 1.37.24 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.37.35
4
+ Summary: Type annotations for boto3 EKS 1.37.35 service generated with mypy-boto3-builder 8.10.1
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.24](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.37.35](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.37.24' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.35' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `EKS` service.
125
125
  4. Use provided commands to install generated packages.
@@ -1,20 +1,20 @@
1
1
  types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
2
2
  types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
3
- types_boto3_eks/__main__.py,sha256=KoGzmtj59hrB0CoUqZlKMWh4BHGaEWnqBa4HS9KrfzI,969
3
+ types_boto3_eks/__main__.py,sha256=WnnivxB4Vn4IuGZuGPE7iIUzUDLT7NcWjkiqMIvXCKE,969
4
4
  types_boto3_eks/client.py,sha256=Kr0CWPYPsL5PFEj41pvEyDtZwtvHB8UkKNdd98iNo_E,49511
5
5
  types_boto3_eks/client.pyi,sha256=0glbtOR8a_IU_i70NWP90pBnLFcgDzoTRhzg-IWkktE,49508
6
- types_boto3_eks/literals.py,sha256=yFlzReJEtguF-Nt2gCZ3OBlAA9vvDoVfMp_D1JNgow4,19534
7
- types_boto3_eks/literals.pyi,sha256=370rEa_diTxL2NSOqKo8g2DdKo5p_gUB0tTzNpk4kLo,19532
6
+ types_boto3_eks/literals.py,sha256=xGFwVGxYx_yLF_APFBkEouoKPRFFxslZA6lkuFG0ACM,19560
7
+ types_boto3_eks/literals.pyi,sha256=zyg5hHrQpXcrsjZp86A3fTLAV9dG0WtRNRsVK0aY0Fw,19558
8
8
  types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
9
9
  types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
10
10
  types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  types_boto3_eks/type_defs.py,sha256=3U3fn4tyDSegyGdUQNbeY-NkoywKt6eoNci9HIwQQlM,56590
12
12
  types_boto3_eks/type_defs.pyi,sha256=xBBiK14hWX-KEa8iFEJ4U7qkyZLlIYiJmRF4Bnoeevk,56357
13
- types_boto3_eks/version.py,sha256=r1UeUnTdeXkZoIoq1Vo1PHOJVohDxqd4shvM2Q0OrHI,93
13
+ types_boto3_eks/version.py,sha256=G6PFk3_-oIViWI08edSt8jCUOjKS08DkUTvbRzfsXcs,93
14
14
  types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
15
15
  types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
16
- types_boto3_eks-1.37.24.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_eks-1.37.24.dist-info/METADATA,sha256=oMte-cy03V_FIfQQ97JBynkSp4Bk49u9TuGKCWnlNiw,18068
18
- types_boto3_eks-1.37.24.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- types_boto3_eks-1.37.24.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
20
- types_boto3_eks-1.37.24.dist-info/RECORD,,
16
+ types_boto3_eks-1.37.35.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_eks-1.37.35.dist-info/METADATA,sha256=o3q33emReaE-Uria1QZIWybuVjyrRS8WmeOWnIQK7Gs,18068
18
+ types_boto3_eks-1.37.35.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
+ types_boto3_eks-1.37.35.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
20
+ types_boto3_eks-1.37.35.dist-info/RECORD,,