types-boto3-eks 1.37.24__py3-none-any.whl → 1.38.0__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/__main__.py +3 -3
- types_boto3_eks/literals.py +2 -1
- types_boto3_eks/literals.pyi +2 -1
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.37.24.dist-info → types_boto3_eks-1.38.0.dist-info}/METADATA +4 -4
- {types_boto3_eks-1.37.24.dist-info → types_boto3_eks-1.38.0.dist-info}/RECORD +9 -9
- {types_boto3_eks-1.37.24.dist-info → types_boto3_eks-1.38.0.dist-info}/WHEEL +1 -1
- {types_boto3_eks-1.37.24.dist-info → types_boto3_eks-1.38.0.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_eks-1.37.24.dist-info → types_boto3_eks-1.38.0.dist-info}/top_level.txt +0 -0
types_boto3_eks/__main__.py
CHANGED
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 EKS 1.38.0\n"
|
|
16
|
+
"Version: 1.38.0\n"
|
|
17
17
|
"Builder version: 8.10.1\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.
|
|
29
|
+
sys.stdout.write("1.38.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_eks/literals.py
CHANGED
|
@@ -10,7 +10,7 @@ Usage::
|
|
|
10
10
|
```python
|
|
11
11
|
from types_boto3_eks.literals import AMITypesType
|
|
12
12
|
|
|
13
|
-
data: AMITypesType = "
|
|
13
|
+
data: AMITypesType = "AL2023_ARM_64_NVIDIA"
|
|
14
14
|
```
|
|
15
15
|
"""
|
|
16
16
|
|
|
@@ -86,6 +86,7 @@ __all__ = (
|
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
AMITypesType = Literal[
|
|
89
|
+
"AL2023_ARM_64_NVIDIA",
|
|
89
90
|
"AL2023_ARM_64_STANDARD",
|
|
90
91
|
"AL2023_x86_64_NEURON",
|
|
91
92
|
"AL2023_x86_64_NVIDIA",
|
types_boto3_eks/literals.pyi
CHANGED
|
@@ -10,7 +10,7 @@ Usage::
|
|
|
10
10
|
```python
|
|
11
11
|
from types_boto3_eks.literals import AMITypesType
|
|
12
12
|
|
|
13
|
-
data: AMITypesType = "
|
|
13
|
+
data: AMITypesType = "AL2023_ARM_64_NVIDIA"
|
|
14
14
|
```
|
|
15
15
|
"""
|
|
16
16
|
|
|
@@ -84,6 +84,7 @@ __all__ = (
|
|
|
84
84
|
)
|
|
85
85
|
|
|
86
86
|
AMITypesType = Literal[
|
|
87
|
+
"AL2023_ARM_64_NVIDIA",
|
|
87
88
|
"AL2023_ARM_64_STANDARD",
|
|
88
89
|
"AL2023_x86_64_NEURON",
|
|
89
90
|
"AL2023_x86_64_NVIDIA",
|
types_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.
|
|
3
|
+
Version: 1.38.0
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.38.0 service generated with mypy-boto3-builder 8.10.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 EKS 1.
|
|
59
|
+
Type annotations for [boto3 EKS 1.38.0](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
122
|
+
`uvx --with 'boto3==1.38.0' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `EKS` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
|
|
2
2
|
types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
|
|
3
|
-
types_boto3_eks/__main__.py,sha256=
|
|
3
|
+
types_boto3_eks/__main__.py,sha256=BJpbvlbSgISzKPtmDeSBqlcF3o2zH3a27obWqCVPeCc,966
|
|
4
4
|
types_boto3_eks/client.py,sha256=Kr0CWPYPsL5PFEj41pvEyDtZwtvHB8UkKNdd98iNo_E,49511
|
|
5
5
|
types_boto3_eks/client.pyi,sha256=0glbtOR8a_IU_i70NWP90pBnLFcgDzoTRhzg-IWkktE,49508
|
|
6
|
-
types_boto3_eks/literals.py,sha256=
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=
|
|
6
|
+
types_boto3_eks/literals.py,sha256=xGFwVGxYx_yLF_APFBkEouoKPRFFxslZA6lkuFG0ACM,19560
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=zyg5hHrQpXcrsjZp86A3fTLAV9dG0WtRNRsVK0aY0Fw,19558
|
|
8
8
|
types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
|
|
9
9
|
types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
|
|
10
10
|
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
types_boto3_eks/type_defs.py,sha256=3U3fn4tyDSegyGdUQNbeY-NkoywKt6eoNci9HIwQQlM,56590
|
|
12
12
|
types_boto3_eks/type_defs.pyi,sha256=xBBiK14hWX-KEa8iFEJ4U7qkyZLlIYiJmRF4Bnoeevk,56357
|
|
13
|
-
types_boto3_eks/version.py,sha256=
|
|
13
|
+
types_boto3_eks/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
|
|
14
14
|
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
15
|
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
-
types_boto3_eks-1.
|
|
17
|
-
types_boto3_eks-1.
|
|
18
|
-
types_boto3_eks-1.
|
|
19
|
-
types_boto3_eks-1.
|
|
20
|
-
types_boto3_eks-1.
|
|
16
|
+
types_boto3_eks-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_eks-1.38.0.dist-info/METADATA,sha256=MOz0C3fNmfq-00AoFn8oT7sjlneMytPjz7CR8VLapco,18064
|
|
18
|
+
types_boto3_eks-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
19
|
+
types_boto3_eks-1.38.0.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.38.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|