mypy-boto3-eks 1.35.45__tar.gz → 1.35.57__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.35.45 → mypy_boto3_eks-1.35.57}/PKG-INFO +6 -5
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/README.md +3 -3
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/__main__.py +4 -4
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/literals.py +9 -6
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/literals.pyi +9 -6
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/paginator.py +1 -1
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/paginator.pyi +1 -1
- mypy_boto3_eks-1.35.57/mypy_boto3_eks/type_defs.py +1724 -0
- mypy_boto3_eks-1.35.57/mypy_boto3_eks/type_defs.pyi +1513 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/PKG-INFO +6 -5
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/setup.py +3 -2
- mypy_boto3_eks-1.35.45/mypy_boto3_eks/type_defs.py +0 -2065
- mypy_boto3_eks-1.35.45/mypy_boto3_eks/type_defs.pyi +0 -2064
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/LICENSE +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/__init__.py +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/__init__.pyi +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/client.py +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/client.pyi +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.35.45 → mypy_boto3_eks-1.35.57}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3.EKS 1.35.
|
|
3
|
+
Version: 1.35.57
|
|
4
|
+
Summary: Type annotations for boto3.EKS 1.35.57 service generated with mypy-boto3-builder 8.2.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
|
|
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Stubs Only
|
|
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
44
|

|
|
44
45
|
|
|
45
46
|
Type annotations for
|
|
46
|
-
[boto3.EKS 1.35.
|
|
47
|
+
[boto3.EKS 1.35.57](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
|
|
47
48
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
54
|
|
|
54
55
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.1
|
|
56
|
+
[mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
57
|
|
|
57
58
|
More information can be found on
|
|
58
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -161,7 +162,7 @@ annotations required, write your `boto3` code as usual.
|
|
|
161
162
|
Install `boto3-stubs-lite[eks]` in your environment:
|
|
162
163
|
|
|
163
164
|
```bash
|
|
164
|
-
python -m pip install 'boto3-stubs-lite[eks]'
|
|
165
|
+
python -m pip install 'boto3-stubs-lite[eks]'
|
|
165
166
|
```
|
|
166
167
|
|
|
167
168
|
Both type checking and code completion should now work. Explicit type
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.EKS 1.35.
|
|
13
|
+
[boto3.EKS 1.35.57](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 8.1
|
|
22
|
+
[mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -128,7 +128,7 @@ annotations required, write your `boto3` code as usual.
|
|
|
128
128
|
Install `boto3-stubs-lite[eks]` in your environment:
|
|
129
129
|
|
|
130
130
|
```bash
|
|
131
|
-
python -m pip install 'boto3-stubs-lite[eks]'
|
|
131
|
+
python -m pip install 'boto3-stubs-lite[eks]'
|
|
132
132
|
```
|
|
133
133
|
|
|
134
134
|
Both type checking and code completion should now work. Explicit type
|
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.EKS 1.35.
|
|
14
|
-
"Version: 1.35.
|
|
15
|
-
"Builder version: 8.1
|
|
13
|
+
"Type annotations for boto3.EKS 1.35.57\n"
|
|
14
|
+
"Version: 1.35.57\n"
|
|
15
|
+
"Builder version: 8.2.1\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.35.
|
|
27
|
+
print("1.35.57")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -37,6 +37,7 @@ __all__ = (
|
|
|
37
37
|
"ConfigStatusType",
|
|
38
38
|
"ConnectorConfigProviderType",
|
|
39
39
|
"DescribeAddonVersionsPaginatorName",
|
|
40
|
+
"EKSServiceName",
|
|
40
41
|
"EksAnywhereSubscriptionLicenseTypeType",
|
|
41
42
|
"EksAnywhereSubscriptionStatusType",
|
|
42
43
|
"EksAnywhereSubscriptionTermUnitType",
|
|
@@ -64,18 +65,17 @@ __all__ = (
|
|
|
64
65
|
"NodegroupDeletedWaiterName",
|
|
65
66
|
"NodegroupIssueCodeType",
|
|
66
67
|
"NodegroupStatusType",
|
|
68
|
+
"PaginatorName",
|
|
69
|
+
"RegionName",
|
|
67
70
|
"ResolveConflictsType",
|
|
71
|
+
"ResourceServiceName",
|
|
72
|
+
"ServiceName",
|
|
68
73
|
"SupportTypeType",
|
|
69
74
|
"TaintEffectType",
|
|
70
75
|
"UpdateParamTypeType",
|
|
71
76
|
"UpdateStatusType",
|
|
72
77
|
"UpdateTypeType",
|
|
73
|
-
"EKSServiceName",
|
|
74
|
-
"ServiceName",
|
|
75
|
-
"ResourceServiceName",
|
|
76
|
-
"PaginatorName",
|
|
77
78
|
"WaiterName",
|
|
78
|
-
"RegionName",
|
|
79
79
|
)
|
|
80
80
|
|
|
81
81
|
|
|
@@ -213,6 +213,7 @@ NodegroupIssueCodeType = Literal[
|
|
|
213
213
|
"AutoScalingGroupOptInRequired",
|
|
214
214
|
"AutoScalingGroupRateLimitExceeded",
|
|
215
215
|
"ClusterUnreachable",
|
|
216
|
+
"Ec2InstanceTypeDoesNotExist",
|
|
216
217
|
"Ec2LaunchTemplateDeletionFailure",
|
|
217
218
|
"Ec2LaunchTemplateInvalidConfiguration",
|
|
218
219
|
"Ec2LaunchTemplateMaxLimitExceeded",
|
|
@@ -444,6 +445,9 @@ ServiceName = Literal[
|
|
|
444
445
|
"freetier",
|
|
445
446
|
"fsx",
|
|
446
447
|
"gamelift",
|
|
448
|
+
"geo-maps",
|
|
449
|
+
"geo-places",
|
|
450
|
+
"geo-routes",
|
|
447
451
|
"glacier",
|
|
448
452
|
"globalaccelerator",
|
|
449
453
|
"glue",
|
|
@@ -550,7 +554,6 @@ ServiceName = Literal[
|
|
|
550
554
|
"network-firewall",
|
|
551
555
|
"networkmanager",
|
|
552
556
|
"networkmonitor",
|
|
553
|
-
"nimble",
|
|
554
557
|
"oam",
|
|
555
558
|
"omics",
|
|
556
559
|
"opensearch",
|
|
@@ -36,6 +36,7 @@ __all__ = (
|
|
|
36
36
|
"ConfigStatusType",
|
|
37
37
|
"ConnectorConfigProviderType",
|
|
38
38
|
"DescribeAddonVersionsPaginatorName",
|
|
39
|
+
"EKSServiceName",
|
|
39
40
|
"EksAnywhereSubscriptionLicenseTypeType",
|
|
40
41
|
"EksAnywhereSubscriptionStatusType",
|
|
41
42
|
"EksAnywhereSubscriptionTermUnitType",
|
|
@@ -63,18 +64,17 @@ __all__ = (
|
|
|
63
64
|
"NodegroupDeletedWaiterName",
|
|
64
65
|
"NodegroupIssueCodeType",
|
|
65
66
|
"NodegroupStatusType",
|
|
67
|
+
"PaginatorName",
|
|
68
|
+
"RegionName",
|
|
66
69
|
"ResolveConflictsType",
|
|
70
|
+
"ResourceServiceName",
|
|
71
|
+
"ServiceName",
|
|
67
72
|
"SupportTypeType",
|
|
68
73
|
"TaintEffectType",
|
|
69
74
|
"UpdateParamTypeType",
|
|
70
75
|
"UpdateStatusType",
|
|
71
76
|
"UpdateTypeType",
|
|
72
|
-
"EKSServiceName",
|
|
73
|
-
"ServiceName",
|
|
74
|
-
"ResourceServiceName",
|
|
75
|
-
"PaginatorName",
|
|
76
77
|
"WaiterName",
|
|
77
|
-
"RegionName",
|
|
78
78
|
)
|
|
79
79
|
|
|
80
80
|
AMITypesType = Literal[
|
|
@@ -211,6 +211,7 @@ NodegroupIssueCodeType = Literal[
|
|
|
211
211
|
"AutoScalingGroupOptInRequired",
|
|
212
212
|
"AutoScalingGroupRateLimitExceeded",
|
|
213
213
|
"ClusterUnreachable",
|
|
214
|
+
"Ec2InstanceTypeDoesNotExist",
|
|
214
215
|
"Ec2LaunchTemplateDeletionFailure",
|
|
215
216
|
"Ec2LaunchTemplateInvalidConfiguration",
|
|
216
217
|
"Ec2LaunchTemplateMaxLimitExceeded",
|
|
@@ -442,6 +443,9 @@ ServiceName = Literal[
|
|
|
442
443
|
"freetier",
|
|
443
444
|
"fsx",
|
|
444
445
|
"gamelift",
|
|
446
|
+
"geo-maps",
|
|
447
|
+
"geo-places",
|
|
448
|
+
"geo-routes",
|
|
445
449
|
"glacier",
|
|
446
450
|
"globalaccelerator",
|
|
447
451
|
"glue",
|
|
@@ -548,7 +552,6 @@ ServiceName = Literal[
|
|
|
548
552
|
"network-firewall",
|
|
549
553
|
"networkmanager",
|
|
550
554
|
"networkmonitor",
|
|
551
|
-
"nimble",
|
|
552
555
|
"oam",
|
|
553
556
|
"omics",
|
|
554
557
|
"opensearch",
|
|
@@ -104,7 +104,7 @@ __all__ = (
|
|
|
104
104
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
class _PageIterator(Generic[_ItemTypeDef]
|
|
107
|
+
class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
|
|
108
108
|
def __iter__(self) -> Iterator[_ItemTypeDef]:
|
|
109
109
|
"""
|
|
110
110
|
Proxy method to specify iterator item type.
|
|
@@ -101,7 +101,7 @@ __all__ = (
|
|
|
101
101
|
|
|
102
102
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
103
103
|
|
|
104
|
-
class _PageIterator(Generic[_ItemTypeDef]
|
|
104
|
+
class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
|
|
105
105
|
def __iter__(self) -> Iterator[_ItemTypeDef]:
|
|
106
106
|
"""
|
|
107
107
|
Proxy method to specify iterator item type.
|