mypy-boto3-eks 1.40.0__tar.gz → 1.40.14__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.40.0 → mypy_boto3_eks-1.40.14}/PKG-INFO +4 -4
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/README.md +2 -2
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/__main__.py +3 -3
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/literals.py +5 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/literals.pyi +5 -0
- mypy_boto3_eks-1.40.0/mypy_boto3_eks/type_defs.pyi → mypy_boto3_eks-1.40.14/mypy_boto3_eks/type_defs.py +249 -0
- mypy_boto3_eks-1.40.0/mypy_boto3_eks/type_defs.py → mypy_boto3_eks-1.40.14/mypy_boto3_eks/type_defs.pyi +13 -232
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks.egg-info/PKG-INFO +4 -4
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/setup.py +2 -2
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/LICENSE +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/__init__.py +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/__init__.pyi +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/client.py +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/client.pyi +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/paginator.py +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/paginator.pyi +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.40.0 → mypy_boto3_eks-1.40.14}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.40.
|
|
3
|
+
Version: 1.40.14
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.40.14 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 EKS 1.40.
|
|
59
|
+
Type annotations for [boto3 EKS 1.40.14](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.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.14' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `EKS` service.
|
|
125
125
|
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.40.
|
|
12
|
+
Type annotations for [boto3 EKS 1.40.14](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.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.14' 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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 EKS 1.40.14\n"
|
|
16
|
+
"Version: 1.40.14\n"
|
|
17
17
|
"Builder version: 8.11.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.40.
|
|
29
|
+
sys.stdout.write("1.40.14\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -265,6 +265,7 @@ UpdateParamTypeType = Literal[
|
|
|
265
265
|
"ClusterLogging",
|
|
266
266
|
"ComputeConfig",
|
|
267
267
|
"ConfigurationValues",
|
|
268
|
+
"DeletionProtection",
|
|
268
269
|
"DesiredSize",
|
|
269
270
|
"EncryptionConfig",
|
|
270
271
|
"EndpointPrivateAccess",
|
|
@@ -305,6 +306,7 @@ UpdateTypeType = Literal[
|
|
|
305
306
|
"AssociateIdentityProviderConfig",
|
|
306
307
|
"AutoModeUpdate",
|
|
307
308
|
"ConfigUpdate",
|
|
309
|
+
"DeletionProtectionUpdate",
|
|
308
310
|
"DisassociateIdentityProviderConfig",
|
|
309
311
|
"EndpointAccessUpdate",
|
|
310
312
|
"LoggingUpdate",
|
|
@@ -343,6 +345,7 @@ ServiceName = Literal[
|
|
|
343
345
|
"appstream",
|
|
344
346
|
"appsync",
|
|
345
347
|
"apptest",
|
|
348
|
+
"arc-region-switch",
|
|
346
349
|
"arc-zonal-shift",
|
|
347
350
|
"artifact",
|
|
348
351
|
"athena",
|
|
@@ -354,8 +357,10 @@ ServiceName = Literal[
|
|
|
354
357
|
"backup-gateway",
|
|
355
358
|
"backupsearch",
|
|
356
359
|
"batch",
|
|
360
|
+
"bcm-dashboards",
|
|
357
361
|
"bcm-data-exports",
|
|
358
362
|
"bcm-pricing-calculator",
|
|
363
|
+
"bcm-recommended-actions",
|
|
359
364
|
"bedrock",
|
|
360
365
|
"bedrock-agent",
|
|
361
366
|
"bedrock-agent-runtime",
|
|
@@ -263,6 +263,7 @@ UpdateParamTypeType = Literal[
|
|
|
263
263
|
"ClusterLogging",
|
|
264
264
|
"ComputeConfig",
|
|
265
265
|
"ConfigurationValues",
|
|
266
|
+
"DeletionProtection",
|
|
266
267
|
"DesiredSize",
|
|
267
268
|
"EncryptionConfig",
|
|
268
269
|
"EndpointPrivateAccess",
|
|
@@ -303,6 +304,7 @@ UpdateTypeType = Literal[
|
|
|
303
304
|
"AssociateIdentityProviderConfig",
|
|
304
305
|
"AutoModeUpdate",
|
|
305
306
|
"ConfigUpdate",
|
|
307
|
+
"DeletionProtectionUpdate",
|
|
306
308
|
"DisassociateIdentityProviderConfig",
|
|
307
309
|
"EndpointAccessUpdate",
|
|
308
310
|
"LoggingUpdate",
|
|
@@ -341,6 +343,7 @@ ServiceName = Literal[
|
|
|
341
343
|
"appstream",
|
|
342
344
|
"appsync",
|
|
343
345
|
"apptest",
|
|
346
|
+
"arc-region-switch",
|
|
344
347
|
"arc-zonal-shift",
|
|
345
348
|
"artifact",
|
|
346
349
|
"athena",
|
|
@@ -352,8 +355,10 @@ ServiceName = Literal[
|
|
|
352
355
|
"backup-gateway",
|
|
353
356
|
"backupsearch",
|
|
354
357
|
"batch",
|
|
358
|
+
"bcm-dashboards",
|
|
355
359
|
"bcm-data-exports",
|
|
356
360
|
"bcm-pricing-calculator",
|
|
361
|
+
"bcm-recommended-actions",
|
|
357
362
|
"bedrock",
|
|
358
363
|
"bedrock-agent",
|
|
359
364
|
"bedrock-agent-runtime",
|