mypy-boto3-eks 1.37.4__tar.gz → 1.37.20__tar.gz

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.
Files changed (26) hide show
  1. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/PKG-INFO +7 -6
  2. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/README.md +3 -3
  3. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/__main__.py +4 -4
  4. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/client.py +2 -0
  5. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/client.pyi +2 -0
  6. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/literals.py +2 -0
  7. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/literals.pyi +2 -0
  8. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/type_defs.py +1 -0
  9. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/type_defs.pyi +1 -0
  10. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/version.py +1 -1
  11. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks.egg-info/PKG-INFO +7 -6
  12. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/setup.py +2 -2
  13. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/LICENSE +0 -0
  14. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/__init__.py +0 -0
  15. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/__init__.pyi +0 -0
  16. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/paginator.py +0 -0
  17. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/paginator.pyi +0 -0
  18. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/py.typed +0 -0
  19. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/waiter.py +0 -0
  20. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks/waiter.pyi +0 -0
  21. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks.egg-info/requires.txt +0 -0
  25. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_eks-1.37.4 → mypy_boto3_eks-1.37.20}/setup.cfg +0 -0
@@ -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.20
4
+ Summary: Type annotations for boto3 EKS 1.37.20 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.20](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.20' 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.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 EKS 1.37.4](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 EKS 1.37.20](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
20
  Generated with
21
- [mypy-boto3-builder 8.10.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
22
22
 
23
23
  More information can be found on
24
24
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.37.4' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.37.20' mypy-boto3-builder`
76
76
  2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `EKS` service.
78
78
  4. Use provided commands to install generated packages.
@@ -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.20\n"
16
+ "Version: 1.37.20\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.20\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -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
 
@@ -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):
@@ -467,6 +467,7 @@ ServiceName = Literal[
467
467
  "freetier",
468
468
  "fsx",
469
469
  "gamelift",
470
+ "gameliftstreams",
470
471
  "geo-maps",
471
472
  "geo-places",
472
473
  "geo-routes",
@@ -492,6 +493,7 @@ ServiceName = Literal[
492
493
  "iot",
493
494
  "iot-data",
494
495
  "iot-jobs-data",
496
+ "iot-managed-integrations",
495
497
  "iotanalytics",
496
498
  "iotdeviceadvisor",
497
499
  "iotevents",
@@ -465,6 +465,7 @@ ServiceName = Literal[
465
465
  "freetier",
466
466
  "fsx",
467
467
  "gamelift",
468
+ "gameliftstreams",
468
469
  "geo-maps",
469
470
  "geo-places",
470
471
  "geo-routes",
@@ -490,6 +491,7 @@ ServiceName = Literal[
490
491
  "iot",
491
492
  "iot-data",
492
493
  "iot-jobs-data",
494
+ "iot-managed-integrations",
493
495
  "iotanalytics",
494
496
  "iotdeviceadvisor",
495
497
  "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",
@@ -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.20"
@@ -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.20
4
+ Summary: Type annotations for boto3 EKS 1.37.20 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.20](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.20' 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.
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="mypy-boto3-eks",
16
- version="1.37.4",
16
+ version="1.37.20",
17
17
  packages=["mypy_boto3_eks"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 EKS 1.37.4 service generated with mypy-boto3-builder 8.10.0",
22
+ description="Type annotations for boto3 EKS 1.37.20 service generated with mypy-boto3-builder 8.10.1",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",