types-boto3-eks 1.35.93__tar.gz → 1.36.6__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. {types_boto3_eks-1.35.93/types_boto3_eks.egg-info → types_boto3_eks-1.36.6}/PKG-INFO +17 -5
  2. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/README.md +2 -2
  3. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/setup.py +2 -2
  4. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/__main__.py +3 -3
  5. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/literals.py +5 -2
  6. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/literals.pyi +5 -2
  7. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/type_defs.py +2 -0
  8. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/type_defs.pyi +2 -0
  9. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/version.py +1 -1
  10. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6/types_boto3_eks.egg-info}/PKG-INFO +17 -5
  11. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/LICENSE +0 -0
  12. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/setup.cfg +0 -0
  13. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/__init__.py +0 -0
  14. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/__init__.pyi +0 -0
  15. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/client.py +0 -0
  16. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/client.pyi +0 -0
  17. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/paginator.py +0 -0
  18. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/paginator.pyi +0 -0
  19. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/py.typed +0 -0
  20. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/waiter.py +0 -0
  21. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks/waiter.pyi +0 -0
  22. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks.egg-info/SOURCES.txt +0 -0
  23. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks.egg-info/not-zip-safe +0 -0
  25. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks.egg-info/requires.txt +0 -0
  26. {types_boto3_eks-1.35.93 → types_boto3_eks-1.36.6}/types_boto3_eks.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: types-boto3-eks
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 EKS 1.35.93 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.36.6
4
+ Summary: Type annotations for boto3 EKS 1.36.6 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
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
34
46
 
35
47
  <a id="types-boto3-eks"></a>
36
48
 
@@ -43,7 +55,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
43
55
 
44
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
57
 
46
- Type annotations for [boto3 EKS 1.35.93](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 EKS 1.36.6](https://pypi.org/project/boto3/)
47
59
  compatible with [VSCode](https://code.visualstudio.com/),
48
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -106,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
106
118
  isolation.
107
119
 
108
120
  1. Run mypy-boto3-builder in your package root directory:
109
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
121
+ `uvx --with 'boto3==1.36.6' mypy_boto3_builder`
110
122
  2. Select `boto3` AWS SDK.
111
123
  3. Add `EKS` service.
112
124
  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.93](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 EKS 1.36.6](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/),
@@ -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.93' mypy_boto3_builder`
75
+ `uvx --with 'boto3==1.36.6' mypy_boto3_builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `EKS` service.
78
78
  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="types-boto3-eks",
16
- version="1.35.93",
16
+ version="1.36.6",
17
17
  packages=["types_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.35.93 service generated with mypy-boto3-builder 8.8.0",
22
+ description="Type annotations for boto3 EKS 1.36.6 service generated with mypy-boto3-builder 8.8.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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.35.93\n"
16
- "Version: 1.35.93\n"
15
+ "Type annotations for boto3 EKS 1.36.6\n"
16
+ "Version: 1.36.6\n"
17
17
  "Builder version: 8.8.0\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.35.93\n")
29
+ sys.stdout.write("1.36.6\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -69,6 +69,7 @@ __all__ = (
69
69
  "NodegroupDeletedWaiterName",
70
70
  "NodegroupIssueCodeType",
71
71
  "NodegroupStatusType",
72
+ "NodegroupUpdateStrategiesType",
72
73
  "PaginatorName",
73
74
  "RegionName",
74
75
  "ResolveConflictsType",
@@ -250,6 +251,7 @@ NodegroupIssueCodeType = Literal[
250
251
  NodegroupStatusType = Literal[
251
252
  "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
252
253
  ]
254
+ NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
253
255
  ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
254
256
  SupportTypeType = Literal["EXTENDED", "STANDARD"]
255
257
  TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
@@ -285,6 +287,7 @@ UpdateParamTypeType = Literal[
285
287
  "Subnets",
286
288
  "TaintsToAdd",
287
289
  "TaintsToRemove",
290
+ "UpdateStrategy",
288
291
  "UpgradePolicy",
289
292
  "Version",
290
293
  "ZonalShiftConfig",
@@ -488,8 +491,6 @@ ServiceName = Literal[
488
491
  "iot",
489
492
  "iot-data",
490
493
  "iot-jobs-data",
491
- "iot1click-devices",
492
- "iot1click-projects",
493
494
  "iotanalytics",
494
495
  "iotdeviceadvisor",
495
496
  "iotevents",
@@ -764,6 +765,7 @@ RegionName = Literal[
764
765
  "ap-southeast-3",
765
766
  "ap-southeast-4",
766
767
  "ap-southeast-5",
768
+ "ap-southeast-7",
767
769
  "ca-central-1",
768
770
  "ca-west-1",
769
771
  "eu-central-1",
@@ -777,6 +779,7 @@ RegionName = Literal[
777
779
  "il-central-1",
778
780
  "me-central-1",
779
781
  "me-south-1",
782
+ "mx-central-1",
780
783
  "sa-east-1",
781
784
  "us-east-1",
782
785
  "us-east-2",
@@ -68,6 +68,7 @@ __all__ = (
68
68
  "NodegroupDeletedWaiterName",
69
69
  "NodegroupIssueCodeType",
70
70
  "NodegroupStatusType",
71
+ "NodegroupUpdateStrategiesType",
71
72
  "PaginatorName",
72
73
  "RegionName",
73
74
  "ResolveConflictsType",
@@ -248,6 +249,7 @@ NodegroupIssueCodeType = Literal[
248
249
  NodegroupStatusType = Literal[
249
250
  "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
250
251
  ]
252
+ NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
251
253
  ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
252
254
  SupportTypeType = Literal["EXTENDED", "STANDARD"]
253
255
  TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
@@ -283,6 +285,7 @@ UpdateParamTypeType = Literal[
283
285
  "Subnets",
284
286
  "TaintsToAdd",
285
287
  "TaintsToRemove",
288
+ "UpdateStrategy",
286
289
  "UpgradePolicy",
287
290
  "Version",
288
291
  "ZonalShiftConfig",
@@ -486,8 +489,6 @@ ServiceName = Literal[
486
489
  "iot",
487
490
  "iot-data",
488
491
  "iot-jobs-data",
489
- "iot1click-devices",
490
- "iot1click-projects",
491
492
  "iotanalytics",
492
493
  "iotdeviceadvisor",
493
494
  "iotevents",
@@ -762,6 +763,7 @@ RegionName = Literal[
762
763
  "ap-southeast-3",
763
764
  "ap-southeast-4",
764
765
  "ap-southeast-5",
766
+ "ap-southeast-7",
765
767
  "ca-central-1",
766
768
  "ca-west-1",
767
769
  "eu-central-1",
@@ -775,6 +777,7 @@ RegionName = Literal[
775
777
  "il-central-1",
776
778
  "me-central-1",
777
779
  "me-south-1",
780
+ "mx-central-1",
778
781
  "sa-east-1",
779
782
  "us-east-1",
780
783
  "us-east-2",
@@ -41,6 +41,7 @@ from .literals import (
41
41
  LogTypeType,
42
42
  NodegroupIssueCodeType,
43
43
  NodegroupStatusType,
44
+ NodegroupUpdateStrategiesType,
44
45
  ResolveConflictsType,
45
46
  SupportTypeType,
46
47
  TaintEffectType,
@@ -540,6 +541,7 @@ class NodegroupScalingConfigTypeDef(TypedDict):
540
541
  class NodegroupUpdateConfigTypeDef(TypedDict):
541
542
  maxUnavailable: NotRequired[int]
542
543
  maxUnavailablePercentage: NotRequired[int]
544
+ updateStrategy: NotRequired[NodegroupUpdateStrategiesType]
543
545
 
544
546
 
545
547
  class RemoteAccessConfigTypeDef(TypedDict):
@@ -41,6 +41,7 @@ from .literals import (
41
41
  LogTypeType,
42
42
  NodegroupIssueCodeType,
43
43
  NodegroupStatusType,
44
+ NodegroupUpdateStrategiesType,
44
45
  ResolveConflictsType,
45
46
  SupportTypeType,
46
47
  TaintEffectType,
@@ -502,6 +503,7 @@ class NodegroupScalingConfigTypeDef(TypedDict):
502
503
  class NodegroupUpdateConfigTypeDef(TypedDict):
503
504
  maxUnavailable: NotRequired[int]
504
505
  maxUnavailablePercentage: NotRequired[int]
506
+ updateStrategy: NotRequired[NodegroupUpdateStrategiesType]
505
507
 
506
508
  class RemoteAccessConfigTypeDef(TypedDict):
507
509
  ec2SshKey: NotRequired[str]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.35.93"
7
+ __version__ = "1.36.6"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: types-boto3-eks
3
- Version: 1.35.93
4
- Summary: Type annotations for boto3 EKS 1.35.93 service generated with mypy-boto3-builder 8.8.0
3
+ Version: 1.36.6
4
+ Summary: Type annotations for boto3 EKS 1.36.6 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
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
33
  Requires-Dist: typing-extensions; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
34
46
 
35
47
  <a id="types-boto3-eks"></a>
36
48
 
@@ -43,7 +55,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
43
55
 
44
56
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
57
 
46
- Type annotations for [boto3 EKS 1.35.93](https://pypi.org/project/boto3/)
58
+ Type annotations for [boto3 EKS 1.36.6](https://pypi.org/project/boto3/)
47
59
  compatible with [VSCode](https://code.visualstudio.com/),
48
60
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
61
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -106,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
106
118
  isolation.
107
119
 
108
120
  1. Run mypy-boto3-builder in your package root directory:
109
- `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
121
+ `uvx --with 'boto3==1.36.6' mypy_boto3_builder`
110
122
  2. Select `boto3` AWS SDK.
111
123
  3. Add `EKS` service.
112
124
  4. Use provided commands to install generated packages.