mypy-boto3-eks 1.35.87__tar.gz → 1.35.93__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 (27) hide show
  1. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/LICENSE +1 -1
  2. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/PKG-INFO +6 -6
  3. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/README.md +3 -3
  4. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/__init__.py +1 -1
  5. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/__init__.pyi +1 -1
  6. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/__main__.py +5 -5
  7. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/client.py +26 -20
  8. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/client.pyi +26 -20
  9. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/literals.py +1 -1
  10. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/literals.pyi +1 -1
  11. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/paginator.py +1 -1
  12. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/paginator.pyi +1 -1
  13. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/type_defs.py +84 -78
  14. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/type_defs.pyi +84 -78
  15. mypy_boto3_eks-1.35.93/mypy_boto3_eks/version.py +7 -0
  16. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/waiter.py +1 -1
  17. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/waiter.pyi +1 -1
  18. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/PKG-INFO +6 -6
  19. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/requires.txt +1 -1
  20. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/setup.py +4 -6
  21. mypy_boto3_eks-1.35.87/mypy_boto3_eks/version.py +0 -7
  22. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/py.typed +0 -0
  23. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
  24. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
  25. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
  26. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
  27. {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-eks
3
- Version: 1.35.87
4
- Summary: Type annotations for boto3 EKS 1.35.87 service generated with mypy-boto3-builder 8.7.0
3
+ Version: 1.35.93
4
+ Summary: Type annotations for boto3 EKS 1.35.93 service generated with mypy-boto3-builder 8.8.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
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
30
30
  Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
- Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
34
 
35
35
  <a id="mypy-boto3-eks"></a>
36
36
 
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 EKS 1.35.87](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 EKS 1.35.93](https://pypi.org/project/boto3/)
47
47
  compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -52,7 +52,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated with
55
- [mypy-boto3-builder 8.7.0](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
106
106
  isolation.
107
107
 
108
108
  1. Run mypy-boto3-builder in your package root directory:
109
- `uvx --with 'boto3==1.35.87' mypy_boto3_builder`
109
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
110
110
  2. Select `boto3-stubs` AWS SDK.
111
111
  3. Add `EKS` service.
112
112
  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.35.87](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 EKS 1.35.93](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.7.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.8.0](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.35.87' mypy_boto3_builder`
75
+ `uvx --with 'boto3==1.35.93' 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.
@@ -60,7 +60,7 @@ Usage::
60
60
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
61
61
  ```
62
62
 
63
- Copyright 2024 Vlad Emelianov
63
+ Copyright 2025 Vlad Emelianov
64
64
  """
65
65
 
66
66
  from .client import EKSClient
@@ -60,7 +60,7 @@ Usage::
60
60
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
61
61
  ```
62
62
 
63
- Copyright 2024 Vlad Emelianov
63
+ Copyright 2025 Vlad Emelianov
64
64
  """
65
65
 
66
66
  from .client import EKSClient
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2024 Vlad Emelianov
4
+ Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -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.35.87\n"
16
- "Version: 1.35.87\n"
17
- "Builder version: 8.7.0\n"
15
+ "Type annotations for boto3 EKS 1.35.93\n"
16
+ "Version: 1.35.93\n"
17
+ "Builder version: 8.8.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.35.87\n")
29
+ sys.stdout.write("1.35.93\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -13,13 +13,13 @@ Usage::
13
13
  client: EKSClient = session.client("eks")
14
14
  ```
15
15
 
16
- Copyright 2024 Vlad Emelianov
16
+ Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
- from typing import Any, Mapping, overload
22
+ from typing import Any, overload
23
23
 
24
24
  from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
@@ -164,6 +164,12 @@ from .waiter import (
164
164
  NodegroupDeletedWaiter,
165
165
  )
166
166
 
167
+ if sys.version_info >= (3, 9):
168
+ from builtins import dict as Dict
169
+ from builtins import type as Type
170
+ from collections.abc import Mapping
171
+ else:
172
+ from typing import Dict, Mapping, Type
167
173
  if sys.version_info >= (3, 12):
168
174
  from typing import Literal, Unpack
169
175
  else:
@@ -174,20 +180,20 @@ __all__ = ("EKSClient",)
174
180
 
175
181
 
176
182
  class Exceptions(BaseClientExceptions):
177
- AccessDeniedException: type[BotocoreClientError]
178
- BadRequestException: type[BotocoreClientError]
179
- ClientError: type[BotocoreClientError]
180
- ClientException: type[BotocoreClientError]
181
- InvalidParameterException: type[BotocoreClientError]
182
- InvalidRequestException: type[BotocoreClientError]
183
- NotFoundException: type[BotocoreClientError]
184
- ResourceInUseException: type[BotocoreClientError]
185
- ResourceLimitExceededException: type[BotocoreClientError]
186
- ResourceNotFoundException: type[BotocoreClientError]
187
- ResourcePropagationDelayException: type[BotocoreClientError]
188
- ServerException: type[BotocoreClientError]
189
- ServiceUnavailableException: type[BotocoreClientError]
190
- UnsupportedAvailabilityZoneException: type[BotocoreClientError]
183
+ AccessDeniedException: Type[BotocoreClientError]
184
+ BadRequestException: Type[BotocoreClientError]
185
+ ClientError: Type[BotocoreClientError]
186
+ ClientException: Type[BotocoreClientError]
187
+ InvalidParameterException: Type[BotocoreClientError]
188
+ InvalidRequestException: Type[BotocoreClientError]
189
+ NotFoundException: Type[BotocoreClientError]
190
+ ResourceInUseException: Type[BotocoreClientError]
191
+ ResourceLimitExceededException: Type[BotocoreClientError]
192
+ ResourceNotFoundException: Type[BotocoreClientError]
193
+ ResourcePropagationDelayException: Type[BotocoreClientError]
194
+ ServerException: Type[BotocoreClientError]
195
+ ServiceUnavailableException: Type[BotocoreClientError]
196
+ UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
191
197
 
192
198
 
193
199
  class EKSClient(BaseClient):
@@ -328,7 +334,7 @@ class EKSClient(BaseClient):
328
334
 
329
335
  def delete_access_entry(
330
336
  self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
331
- ) -> dict[str, Any]:
337
+ ) -> Dict[str, Any]:
332
338
  """
333
339
  Deletes an access entry.
334
340
 
@@ -538,7 +544,7 @@ class EKSClient(BaseClient):
538
544
 
539
545
  def disassociate_access_policy(
540
546
  self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
541
- ) -> dict[str, Any]:
547
+ ) -> Dict[str, Any]:
542
548
  """
543
549
  Disassociates an access policy from an access entry.
544
550
 
@@ -700,7 +706,7 @@ class EKSClient(BaseClient):
700
706
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
701
707
  """
702
708
 
703
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> dict[str, Any]:
709
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
704
710
  """
705
711
  Associates the specified tags to an Amazon EKS resource with the specified
706
712
  <code>resourceArn</code>.
@@ -711,7 +717,7 @@ class EKSClient(BaseClient):
711
717
 
712
718
  def untag_resource(
713
719
  self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
714
- ) -> dict[str, Any]:
720
+ ) -> Dict[str, Any]:
715
721
  """
716
722
  Deletes specified tags from an Amazon EKS resource.
717
723
 
@@ -13,13 +13,13 @@ Usage::
13
13
  client: EKSClient = session.client("eks")
14
14
  ```
15
15
 
16
- Copyright 2024 Vlad Emelianov
16
+ Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
- from typing import Any, Mapping, overload
22
+ from typing import Any, overload
23
23
 
24
24
  from botocore.client import BaseClient, ClientMeta
25
25
  from botocore.errorfactory import BaseClientExceptions
@@ -164,6 +164,12 @@ from .waiter import (
164
164
  NodegroupDeletedWaiter,
165
165
  )
166
166
 
167
+ if sys.version_info >= (3, 9):
168
+ from builtins import dict as Dict
169
+ from builtins import type as Type
170
+ from collections.abc import Mapping
171
+ else:
172
+ from typing import Dict, Mapping, Type
167
173
  if sys.version_info >= (3, 12):
168
174
  from typing import Literal, Unpack
169
175
  else:
@@ -172,20 +178,20 @@ else:
172
178
  __all__ = ("EKSClient",)
173
179
 
174
180
  class Exceptions(BaseClientExceptions):
175
- AccessDeniedException: type[BotocoreClientError]
176
- BadRequestException: type[BotocoreClientError]
177
- ClientError: type[BotocoreClientError]
178
- ClientException: type[BotocoreClientError]
179
- InvalidParameterException: type[BotocoreClientError]
180
- InvalidRequestException: type[BotocoreClientError]
181
- NotFoundException: type[BotocoreClientError]
182
- ResourceInUseException: type[BotocoreClientError]
183
- ResourceLimitExceededException: type[BotocoreClientError]
184
- ResourceNotFoundException: type[BotocoreClientError]
185
- ResourcePropagationDelayException: type[BotocoreClientError]
186
- ServerException: type[BotocoreClientError]
187
- ServiceUnavailableException: type[BotocoreClientError]
188
- UnsupportedAvailabilityZoneException: type[BotocoreClientError]
181
+ AccessDeniedException: Type[BotocoreClientError]
182
+ BadRequestException: Type[BotocoreClientError]
183
+ ClientError: Type[BotocoreClientError]
184
+ ClientException: Type[BotocoreClientError]
185
+ InvalidParameterException: Type[BotocoreClientError]
186
+ InvalidRequestException: Type[BotocoreClientError]
187
+ NotFoundException: Type[BotocoreClientError]
188
+ ResourceInUseException: Type[BotocoreClientError]
189
+ ResourceLimitExceededException: Type[BotocoreClientError]
190
+ ResourceNotFoundException: Type[BotocoreClientError]
191
+ ResourcePropagationDelayException: Type[BotocoreClientError]
192
+ ServerException: Type[BotocoreClientError]
193
+ ServiceUnavailableException: Type[BotocoreClientError]
194
+ UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
189
195
 
190
196
  class EKSClient(BaseClient):
191
197
  """
@@ -325,7 +331,7 @@ class EKSClient(BaseClient):
325
331
 
326
332
  def delete_access_entry(
327
333
  self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
328
- ) -> dict[str, Any]:
334
+ ) -> Dict[str, Any]:
329
335
  """
330
336
  Deletes an access entry.
331
337
 
@@ -535,7 +541,7 @@ class EKSClient(BaseClient):
535
541
 
536
542
  def disassociate_access_policy(
537
543
  self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
538
- ) -> dict[str, Any]:
544
+ ) -> Dict[str, Any]:
539
545
  """
540
546
  Disassociates an access policy from an access entry.
541
547
 
@@ -697,7 +703,7 @@ class EKSClient(BaseClient):
697
703
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
698
704
  """
699
705
 
700
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> dict[str, Any]:
706
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
701
707
  """
702
708
  Associates the specified tags to an Amazon EKS resource with the specified
703
709
  <code>resourceArn</code>.
@@ -708,7 +714,7 @@ class EKSClient(BaseClient):
708
714
 
709
715
  def untag_resource(
710
716
  self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
711
- ) -> dict[str, Any]:
717
+ ) -> Dict[str, Any]:
712
718
  """
713
719
  Deletes specified tags from an Amazon EKS resource.
714
720
 
@@ -11,7 +11,7 @@ Usage::
11
11
  data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
12
  ```
13
13
 
14
- Copyright 2024 Vlad Emelianov
14
+ Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -11,7 +11,7 @@ Usage::
11
11
  data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
12
  ```
13
13
 
14
- Copyright 2024 Vlad Emelianov
14
+ Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -45,7 +45,7 @@ Usage::
45
45
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
46
46
  ```
47
47
 
48
- Copyright 2024 Vlad Emelianov
48
+ Copyright 2025 Vlad Emelianov
49
49
  """
50
50
 
51
51
  from __future__ import annotations
@@ -45,7 +45,7 @@ Usage::
45
45
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
46
46
  ```
47
47
 
48
- Copyright 2024 Vlad Emelianov
48
+ Copyright 2025 Vlad Emelianov
49
49
  """
50
50
 
51
51
  from __future__ import annotations