mypy-boto3-eks 1.36.0__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.
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/PKG-INFO +4 -4
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/README.md +2 -2
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/__main__.py +3 -3
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/literals.py +3 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/literals.pyi +3 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/type_defs.py +2 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/type_defs.pyi +2 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks.egg-info/PKG-INFO +4 -4
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/setup.py +2 -2
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/LICENSE +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/__init__.py +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/__init__.pyi +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/client.py +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/client.pyi +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/paginator.py +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/paginator.pyi +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.36.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.36.
|
|
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
|
|
@@ -55,7 +55,7 @@ Dynamic: summary
|
|
|
55
55
|
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
Type annotations for [boto3 EKS 1.36.
|
|
58
|
+
Type annotations for [boto3 EKS 1.36.6](https://pypi.org/project/boto3/)
|
|
59
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.36.
|
|
121
|
+
`uvx --with 'boto3==1.36.6' mypy_boto3_builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `EKS` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 EKS 1.36.
|
|
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.36.
|
|
75
|
+
`uvx --with 'boto3==1.36.6' 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,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.36.
|
|
16
|
-
"Version: 1.36.
|
|
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/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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.36.
|
|
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",
|
|
@@ -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",
|
|
@@ -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]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.36.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.36.
|
|
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
|
|
@@ -55,7 +55,7 @@ Dynamic: summary
|
|
|
55
55
|
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
Type annotations for [boto3 EKS 1.36.
|
|
58
|
+
Type annotations for [boto3 EKS 1.36.6](https://pypi.org/project/boto3/)
|
|
59
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.36.
|
|
121
|
+
`uvx --with 'boto3==1.36.6' mypy_boto3_builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `EKS` service.
|
|
124
124
|
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.36.
|
|
16
|
+
version="1.36.6",
|
|
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.36.
|
|
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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_eks-1.36.0 → mypy_boto3_eks-1.36.6}/mypy_boto3_eks.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|