types-boto3-eks 1.42.3__py3-none-any.whl → 1.42.28__py3-none-any.whl
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.
- types_boto3_eks/__init__.py +1 -1
- types_boto3_eks/__init__.pyi +1 -1
- types_boto3_eks/__main__.py +4 -4
- types_boto3_eks/client.py +1 -1
- types_boto3_eks/client.pyi +1 -1
- types_boto3_eks/literals.py +4 -2
- types_boto3_eks/literals.pyi +4 -2
- types_boto3_eks/paginator.py +1 -1
- types_boto3_eks/paginator.pyi +1 -1
- types_boto3_eks/type_defs.py +1 -1
- types_boto3_eks/type_defs.pyi +1 -1
- types_boto3_eks/version.py +2 -2
- types_boto3_eks/waiter.py +1 -1
- types_boto3_eks/waiter.pyi +1 -1
- {types_boto3_eks-1.42.3.dist-info → types_boto3_eks-1.42.28.dist-info}/METADATA +4 -4
- types_boto3_eks-1.42.28.dist-info/RECORD +20 -0
- {types_boto3_eks-1.42.3.dist-info → types_boto3_eks-1.42.28.dist-info}/licenses/LICENSE +1 -1
- types_boto3_eks-1.42.3.dist-info/RECORD +0 -20
- {types_boto3_eks-1.42.3.dist-info → types_boto3_eks-1.42.28.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.42.3.dist-info → types_boto3_eks-1.42.28.dist-info}/top_level.txt +0 -0
types_boto3_eks/__init__.py
CHANGED
types_boto3_eks/__init__.pyi
CHANGED
types_boto3_eks/__main__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 EKS 1.42.28\n"
|
|
16
|
+
"Version: 1.42.28\n"
|
|
17
17
|
"Builder version: 8.12.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.42.
|
|
29
|
+
sys.stdout.write("1.42.28\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_eks/client.py
CHANGED
types_boto3_eks/client.pyi
CHANGED
types_boto3_eks/literals.py
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for eks service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -107,9 +107,11 @@ AMITypesType = Literal[
|
|
|
107
107
|
"BOTTLEROCKET_ARM_64",
|
|
108
108
|
"BOTTLEROCKET_ARM_64_FIPS",
|
|
109
109
|
"BOTTLEROCKET_ARM_64_NVIDIA",
|
|
110
|
+
"BOTTLEROCKET_ARM_64_NVIDIA_FIPS",
|
|
110
111
|
"BOTTLEROCKET_x86_64",
|
|
111
112
|
"BOTTLEROCKET_x86_64_FIPS",
|
|
112
113
|
"BOTTLEROCKET_x86_64_NVIDIA",
|
|
114
|
+
"BOTTLEROCKET_x86_64_NVIDIA_FIPS",
|
|
113
115
|
"CUSTOM",
|
|
114
116
|
"WINDOWS_CORE_2019_x86_64",
|
|
115
117
|
"WINDOWS_CORE_2022_x86_64",
|
|
@@ -485,7 +487,6 @@ ServiceName = Literal[
|
|
|
485
487
|
"eks-auth",
|
|
486
488
|
"elasticache",
|
|
487
489
|
"elasticbeanstalk",
|
|
488
|
-
"elastictranscoder",
|
|
489
490
|
"elb",
|
|
490
491
|
"elbv2",
|
|
491
492
|
"emr",
|
|
@@ -750,6 +751,7 @@ ServiceName = Literal[
|
|
|
750
751
|
"waf-regional",
|
|
751
752
|
"wafv2",
|
|
752
753
|
"wellarchitected",
|
|
754
|
+
"wickr",
|
|
753
755
|
"wisdom",
|
|
754
756
|
"workdocs",
|
|
755
757
|
"workmail",
|
types_boto3_eks/literals.pyi
CHANGED
|
@@ -3,7 +3,7 @@ Type annotations for eks service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -105,9 +105,11 @@ AMITypesType = Literal[
|
|
|
105
105
|
"BOTTLEROCKET_ARM_64",
|
|
106
106
|
"BOTTLEROCKET_ARM_64_FIPS",
|
|
107
107
|
"BOTTLEROCKET_ARM_64_NVIDIA",
|
|
108
|
+
"BOTTLEROCKET_ARM_64_NVIDIA_FIPS",
|
|
108
109
|
"BOTTLEROCKET_x86_64",
|
|
109
110
|
"BOTTLEROCKET_x86_64_FIPS",
|
|
110
111
|
"BOTTLEROCKET_x86_64_NVIDIA",
|
|
112
|
+
"BOTTLEROCKET_x86_64_NVIDIA_FIPS",
|
|
111
113
|
"CUSTOM",
|
|
112
114
|
"WINDOWS_CORE_2019_x86_64",
|
|
113
115
|
"WINDOWS_CORE_2022_x86_64",
|
|
@@ -483,7 +485,6 @@ ServiceName = Literal[
|
|
|
483
485
|
"eks-auth",
|
|
484
486
|
"elasticache",
|
|
485
487
|
"elasticbeanstalk",
|
|
486
|
-
"elastictranscoder",
|
|
487
488
|
"elb",
|
|
488
489
|
"elbv2",
|
|
489
490
|
"emr",
|
|
@@ -748,6 +749,7 @@ ServiceName = Literal[
|
|
|
748
749
|
"waf-regional",
|
|
749
750
|
"wafv2",
|
|
750
751
|
"wellarchitected",
|
|
752
|
+
"wickr",
|
|
751
753
|
"wisdom",
|
|
752
754
|
"workdocs",
|
|
753
755
|
"workmail",
|
types_boto3_eks/paginator.py
CHANGED
types_boto3_eks/paginator.pyi
CHANGED
types_boto3_eks/type_defs.py
CHANGED
types_boto3_eks/type_defs.pyi
CHANGED
types_boto3_eks/version.py
CHANGED
types_boto3_eks/waiter.py
CHANGED
types_boto3_eks/waiter.pyi
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.42.
|
|
3
|
+
Version: 1.42.28
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.42.28 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 EKS 1.42.
|
|
45
|
+
Type annotations for [boto3 EKS 1.42.28](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.28' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `EKS` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
types_boto3_eks/__init__.py,sha256=yu4O0mVv9cBViJbi6YDJRjarxOMDFr0CXE7nEcQ8-So,5270
|
|
2
|
+
types_boto3_eks/__init__.pyi,sha256=y5Dp0VBE2PdgDurdNSDt0aBT6y1JsSwd0OQ0AqrGteQ,5269
|
|
3
|
+
types_boto3_eks/__main__.py,sha256=nWfzXuLfo27t65UOcthHiQZsU8eqMxw38kvhCT1ezB0,969
|
|
4
|
+
types_boto3_eks/client.py,sha256=ZZEC8loYSXdrmiCxnwj7sVcG74Yx34P1xbZ-aqW8ioA,54282
|
|
5
|
+
types_boto3_eks/client.pyi,sha256=RQMSRgAoua3BfFiw1sidQPRBP1JJnY0eswjVYPas_Z4,54279
|
|
6
|
+
types_boto3_eks/literals.py,sha256=ZWkbM6Xz0EZGX5VdiHka55d9HVWc-ChxDs_u81UHvKE,21126
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=naJVeuAVRADOaCWDkYU1K56Ta0qlgDqGYAc1Kd950XY,21124
|
|
8
|
+
types_boto3_eks/paginator.py,sha256=y_VAalNQ8XP4RnLuJ9hsrXbmKXy-WzbFM0megZxBBqI,21859
|
|
9
|
+
types_boto3_eks/paginator.pyi,sha256=KeQFMnMBKUqdCfMyFNAzs2CciatkC_OEKJOATbuRRLA,21813
|
|
10
|
+
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_eks/type_defs.py,sha256=BGqyLesmn41AdoQIsF_btVrrXZ7UyvR7KSGox3_LLUA,66374
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=j-qd3D-tjllS7wgeTC4zd5vazWscsh8u823pl-enXLs,66102
|
|
13
|
+
types_boto3_eks/version.py,sha256=uGzU76e83bMkQdTj-q-f5rSTrKI9CN-FEZBtnn56wSk,93
|
|
14
|
+
types_boto3_eks/waiter.py,sha256=v3gttFwTekUdV3pjXO9MW-QejYNKG9dA8JRTFw2yZdg,8683
|
|
15
|
+
types_boto3_eks/waiter.pyi,sha256=_EXpecd_uLEaakcq2qeotD7JdZyFLdaIdOSI8fi_Dv0,8666
|
|
16
|
+
types_boto3_eks-1.42.28.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
|
|
17
|
+
types_boto3_eks-1.42.28.dist-info/METADATA,sha256=92aLAPfih1m7-vi1g6b9u0aYzu3tfzYYqH4Jyk3ZNJY,17867
|
|
18
|
+
types_boto3_eks-1.42.28.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_eks-1.42.28.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.42.28.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
types_boto3_eks/__init__.py,sha256=bmTQuVeRajV5QZYPr5MDZEA8LMQfN0Gb21V2CvU9zpI,5270
|
|
2
|
-
types_boto3_eks/__init__.pyi,sha256=wDbtvbAHEC1dPMjietQ1x400zE2zhc4wtj3WfgP0ecc,5269
|
|
3
|
-
types_boto3_eks/__main__.py,sha256=5e42RkPsYJaMf2nYOqQur1g4bDlCE5qfxFIrS5nKArw,966
|
|
4
|
-
types_boto3_eks/client.py,sha256=nsuNU_5V9-X_TQGAGji0bU7ADLbahImAaKqYhbySzVw,54282
|
|
5
|
-
types_boto3_eks/client.pyi,sha256=42b0PxZt3mEFA9Ndz633VznCYN03rwSVRV7tWpJc2s4,54279
|
|
6
|
-
types_boto3_eks/literals.py,sha256=t7bLiZ2wgrx80A0MLZA7wMKU-6RN_9vZDYafiBUAIuY,21060
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=7WnlouTKeZRovSxcjicpfSvXivHNV6IzYHi7Ukv1N1I,21058
|
|
8
|
-
types_boto3_eks/paginator.py,sha256=lJWjh8z2E_sPONERNXWQj9dgvftY8oyrmmUHhzLzq34,21859
|
|
9
|
-
types_boto3_eks/paginator.pyi,sha256=LVdRHTbVM3Z5kbTwAL17Ee0pE_4CgvuzkyAG1gHFMSA,21813
|
|
10
|
-
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_eks/type_defs.py,sha256=ROdI-QxQPBsoMB16EiHH08Al_I6DXkMGLWoz0Zk8wiY,66374
|
|
12
|
-
types_boto3_eks/type_defs.pyi,sha256=VJ0sSQzvUlX4sg6u3491N3Qs2Yza-aUGR23Iju7qI44,66102
|
|
13
|
-
types_boto3_eks/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
-
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
|
-
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
-
types_boto3_eks-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_eks-1.42.3.dist-info/METADATA,sha256=la3TCrarN0ZRyNgMWOBvJUR_LfUjjVWP22jQSrmJ7zk,17863
|
|
18
|
-
types_boto3_eks-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
types_boto3_eks-1.42.3.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
-
types_boto3_eks-1.42.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|