mypy-boto3-eks 1.37.4__py3-none-any.whl → 1.37.22__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.4\n"
16
- "Version: 1.37.4\n"
17
- "Builder version: 8.10.0\n"
15
+ "Type annotations for boto3 EKS 1.37.22\n"
16
+ "Version: 1.37.22\n"
17
+ "Builder version: 8.10.1\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.4\n")
29
+ sys.stdout.write("1.37.22\n")
30
30
 
31
31
 
32
32
  def main() -> None:
mypy_boto3_eks/client.py CHANGED
@@ -186,6 +186,7 @@ class Exceptions(BaseClientExceptions):
186
186
  ClientException: Type[BotocoreClientError]
187
187
  InvalidParameterException: Type[BotocoreClientError]
188
188
  InvalidRequestException: Type[BotocoreClientError]
189
+ InvalidStateException: Type[BotocoreClientError]
189
190
  NotFoundException: Type[BotocoreClientError]
190
191
  ResourceInUseException: Type[BotocoreClientError]
191
192
  ResourceLimitExceededException: Type[BotocoreClientError]
@@ -193,6 +194,7 @@ class Exceptions(BaseClientExceptions):
193
194
  ResourcePropagationDelayException: Type[BotocoreClientError]
194
195
  ServerException: Type[BotocoreClientError]
195
196
  ServiceUnavailableException: Type[BotocoreClientError]
197
+ ThrottlingException: Type[BotocoreClientError]
196
198
  UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
197
199
 
198
200
 
mypy_boto3_eks/client.pyi CHANGED
@@ -184,6 +184,7 @@ class Exceptions(BaseClientExceptions):
184
184
  ClientException: Type[BotocoreClientError]
185
185
  InvalidParameterException: Type[BotocoreClientError]
186
186
  InvalidRequestException: Type[BotocoreClientError]
187
+ InvalidStateException: Type[BotocoreClientError]
187
188
  NotFoundException: Type[BotocoreClientError]
188
189
  ResourceInUseException: Type[BotocoreClientError]
189
190
  ResourceLimitExceededException: Type[BotocoreClientError]
@@ -191,6 +192,7 @@ class Exceptions(BaseClientExceptions):
191
192
  ResourcePropagationDelayException: Type[BotocoreClientError]
192
193
  ServerException: Type[BotocoreClientError]
193
194
  ServiceUnavailableException: Type[BotocoreClientError]
195
+ ThrottlingException: Type[BotocoreClientError]
194
196
  UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
195
197
 
196
198
  class EKSClient(BaseClient):
@@ -94,8 +94,10 @@ AMITypesType = Literal[
94
94
  "AL2_x86_64",
95
95
  "AL2_x86_64_GPU",
96
96
  "BOTTLEROCKET_ARM_64",
97
+ "BOTTLEROCKET_ARM_64_FIPS",
97
98
  "BOTTLEROCKET_ARM_64_NVIDIA",
98
99
  "BOTTLEROCKET_x86_64",
100
+ "BOTTLEROCKET_x86_64_FIPS",
99
101
  "BOTTLEROCKET_x86_64_NVIDIA",
100
102
  "CUSTOM",
101
103
  "WINDOWS_CORE_2019_x86_64",
@@ -467,6 +469,7 @@ ServiceName = Literal[
467
469
  "freetier",
468
470
  "fsx",
469
471
  "gamelift",
472
+ "gameliftstreams",
470
473
  "geo-maps",
471
474
  "geo-places",
472
475
  "geo-routes",
@@ -492,6 +495,7 @@ ServiceName = Literal[
492
495
  "iot",
493
496
  "iot-data",
494
497
  "iot-jobs-data",
498
+ "iot-managed-integrations",
495
499
  "iotanalytics",
496
500
  "iotdeviceadvisor",
497
501
  "iotevents",
@@ -92,8 +92,10 @@ AMITypesType = Literal[
92
92
  "AL2_x86_64",
93
93
  "AL2_x86_64_GPU",
94
94
  "BOTTLEROCKET_ARM_64",
95
+ "BOTTLEROCKET_ARM_64_FIPS",
95
96
  "BOTTLEROCKET_ARM_64_NVIDIA",
96
97
  "BOTTLEROCKET_x86_64",
98
+ "BOTTLEROCKET_x86_64_FIPS",
97
99
  "BOTTLEROCKET_x86_64_NVIDIA",
98
100
  "CUSTOM",
99
101
  "WINDOWS_CORE_2019_x86_64",
@@ -465,6 +467,7 @@ ServiceName = Literal[
465
467
  "freetier",
466
468
  "fsx",
467
469
  "gamelift",
470
+ "gameliftstreams",
468
471
  "geo-maps",
469
472
  "geo-places",
470
473
  "geo-routes",
@@ -490,6 +493,7 @@ ServiceName = Literal[
490
493
  "iot",
491
494
  "iot-data",
492
495
  "iot-jobs-data",
496
+ "iot-managed-integrations",
493
497
  "iotanalytics",
494
498
  "iotdeviceadvisor",
495
499
  "iotevents",
@@ -957,6 +957,7 @@ class UpdateClusterVersionRequestTypeDef(TypedDict):
957
957
  name: str
958
958
  version: str
959
959
  clientRequestToken: NotRequired[str]
960
+ force: NotRequired[bool]
960
961
 
961
962
 
962
963
  UpdateEksAnywhereSubscriptionRequestTypeDef = TypedDict(
@@ -856,6 +856,7 @@ class UpdateClusterVersionRequestTypeDef(TypedDict):
856
856
  name: str
857
857
  version: str
858
858
  clientRequestToken: NotRequired[str]
859
+ force: NotRequired[bool]
859
860
 
860
861
  UpdateEksAnywhereSubscriptionRequestTypeDef = TypedDict(
861
862
  "UpdateEksAnywhereSubscriptionRequestTypeDef",
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.4"
7
+ __version__ = "1.37.22"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: mypy-boto3-eks
3
- Version: 1.37.4
4
- Summary: Type annotations for boto3 EKS 1.37.4 service generated with mypy-boto3-builder 8.10.0
3
+ Version: 1.37.22
4
+ Summary: Type annotations for boto3 EKS 1.37.22 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
@@ -39,6 +39,7 @@ Dynamic: description-content-type
39
39
  Dynamic: home-page
40
40
  Dynamic: keywords
41
41
  Dynamic: license
42
+ Dynamic: license-file
42
43
  Dynamic: project-url
43
44
  Dynamic: requires-dist
44
45
  Dynamic: requires-python
@@ -55,7 +56,7 @@ Dynamic: summary
55
56
 
56
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
58
 
58
- Type annotations for [boto3 EKS 1.37.4](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.37.22](https://pypi.org/project/boto3/)
59
60
  compatible with [VSCode](https://code.visualstudio.com/),
60
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -64,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
64
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
65
66
 
66
67
  Generated with
67
- [mypy-boto3-builder 8.10.0](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
68
69
 
69
70
  More information can be found on
70
71
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -118,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
118
119
  isolation.
119
120
 
120
121
  1. Run mypy-boto3-builder in your package root directory:
121
- `uvx --with 'boto3==1.37.4' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.22' mypy-boto3-builder`
122
123
  2. Select `boto3-stubs` AWS SDK.
123
124
  3. Add `EKS` service.
124
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=SB9OrzClsCqw8UracQlKSuEMP05HpDlmpH3lnq2_qtM,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=EiqU5V4RWZsJ1VguqphG568BfJ7hBhI8WocBOAwAgd0,19472
7
+ mypy_boto3_eks/literals.pyi,sha256=nc3SKTKrtcJDLwPnXoy4RtGVUpiunl9RhVCmC0RuI6E,19470
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=ZA8D3qJIy8bof5gOb0urHUqe94BigIx9fKmRUOdpS7U,56516
12
+ mypy_boto3_eks/type_defs.pyi,sha256=sLEMobYj3MkFGNydOXWMruqd14CA2lvrNtG1GLFtsF8,56283
13
+ mypy_boto3_eks/version.py,sha256=AMWnEEbhonEcJHxYoNnMUXiy0zMP6ODvvD1A8Plyfn8,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.22.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ mypy_boto3_eks-1.37.22.dist-info/METADATA,sha256=sIF3-FXF3sg0U4fbu_OGo8Rz_OD-YdQylEc4s4kPbq8,18038
18
+ mypy_boto3_eks-1.37.22.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
+ mypy_boto3_eks-1.37.22.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
+ mypy_boto3_eks-1.37.22.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (78.1.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=c_piYtypyQbNRKWT_8MFHSttROatBxqZSR0LVMuLAvw,965
4
- mypy_boto3_eks/client.py,sha256=kL2QY9zxfFYdjt_Dto7KB3Pj5mvBDnunFEmfiMUyz9o,49322
5
- mypy_boto3_eks/client.pyi,sha256=NY2C7md3-7kOzmLsUIECQg3epBFoouhy7VY8TjxpajA,49319
6
- mypy_boto3_eks/literals.py,sha256=6cADkTEbLaKTd3-2t5Nrqf_-EvkotkQXwIeJEPrMjec,19353
7
- mypy_boto3_eks/literals.pyi,sha256=elX_x-UTaRozyaKVa8KYKTcyj458t99jPm8nP6bT1EM,19351
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=ylSoU3yCBINRNV8OpaF7qO_IHgzjzD4gvgkKymGj9Uk,56487
12
- mypy_boto3_eks/type_defs.pyi,sha256=sN9eYnYpaKPFhqjZHAPxWId0emVptUhsfVZSxYCwNlQ,56254
13
- mypy_boto3_eks/version.py,sha256=AgOqqqWwbZpRq_Cqmsy8vIImG1TxMqrEhOqV35g8wHg,92
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.4.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- mypy_boto3_eks-1.37.4.dist-info/METADATA,sha256=p7s9jIAjh8iaAooSyZekjUcPGaLgxwtVp1fmz2t0re8,18012
18
- mypy_boto3_eks-1.37.4.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
19
- mypy_boto3_eks-1.37.4.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
20
- mypy_boto3_eks-1.37.4.dist-info/RECORD,,