types-boto3-eks 1.40.0__py3-none-any.whl → 1.40.3__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 +3 -0
- types_boto3_eks/literals.pyi +3 -0
- types_boto3_eks/type_defs.py +3 -0
- types_boto3_eks/type_defs.pyi +3 -0
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.40.0.dist-info → types_boto3_eks-1.40.3.dist-info}/METADATA +4 -4
- {types_boto3_eks-1.40.0.dist-info → types_boto3_eks-1.40.3.dist-info}/RECORD +11 -11
- {types_boto3_eks-1.40.0.dist-info → types_boto3_eks-1.40.3.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.40.0.dist-info → types_boto3_eks-1.40.3.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_eks-1.40.0.dist-info → types_boto3_eks-1.40.3.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.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 EKS 1.40.3\n"
|
|
16
|
+
"Version: 1.40.3\n"
|
|
17
17
|
"Builder version: 8.11.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.40.
|
|
29
|
+
sys.stdout.write("1.40.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_eks/literals.py
CHANGED
|
@@ -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",
|
types_boto3_eks/literals.pyi
CHANGED
|
@@ -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",
|
types_boto3_eks/type_defs.py
CHANGED
|
@@ -1715,6 +1715,7 @@ ClusterTypeDef = TypedDict(
|
|
|
1715
1715
|
"remoteNetworkConfig": NotRequired[RemoteNetworkConfigResponseTypeDef],
|
|
1716
1716
|
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1717
1717
|
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1718
|
+
"deletionProtection": NotRequired[bool],
|
|
1718
1719
|
},
|
|
1719
1720
|
)
|
|
1720
1721
|
|
|
@@ -1889,6 +1890,7 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
1889
1890
|
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1890
1891
|
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1891
1892
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1893
|
+
deletionProtection: NotRequired[bool]
|
|
1892
1894
|
|
|
1893
1895
|
|
|
1894
1896
|
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
@@ -1903,6 +1905,7 @@ class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
|
1903
1905
|
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1904
1906
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1905
1907
|
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1908
|
+
deletionProtection: NotRequired[bool]
|
|
1906
1909
|
|
|
1907
1910
|
|
|
1908
1911
|
class DescribeInsightResponseTypeDef(TypedDict):
|
types_boto3_eks/type_defs.pyi
CHANGED
|
@@ -1512,6 +1512,7 @@ ClusterTypeDef = TypedDict(
|
|
|
1512
1512
|
"remoteNetworkConfig": NotRequired[RemoteNetworkConfigResponseTypeDef],
|
|
1513
1513
|
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1514
1514
|
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1515
|
+
"deletionProtection": NotRequired[bool],
|
|
1515
1516
|
},
|
|
1516
1517
|
)
|
|
1517
1518
|
|
|
@@ -1658,6 +1659,7 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
1658
1659
|
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1659
1660
|
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1660
1661
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1662
|
+
deletionProtection: NotRequired[bool]
|
|
1661
1663
|
|
|
1662
1664
|
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1663
1665
|
name: str
|
|
@@ -1671,6 +1673,7 @@ class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
|
1671
1673
|
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1672
1674
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1673
1675
|
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1676
|
+
deletionProtection: NotRequired[bool]
|
|
1674
1677
|
|
|
1675
1678
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1676
1679
|
insight: InsightTypeDef
|
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.40.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.40.
|
|
3
|
+
Version: 1.40.3
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.40.3 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.3](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.3' 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=AnHinZ93LJ4QHr-fD0UogjInTxmlZ1pttOl-U0hz3xI,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=gza3yEoXQWADQFcIEIn05RT88h6r8GWOOxfVWkf6mwI,19835
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=tI8mkKaKEobtkbVBRWcakToHSqisrwuN_O8Dvm7w-Hg,19833
|
|
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
|
-
types_boto3_eks/type_defs.py,sha256=
|
|
12
|
-
types_boto3_eks/type_defs.pyi,sha256=
|
|
13
|
-
types_boto3_eks/version.py,sha256=
|
|
11
|
+
types_boto3_eks/type_defs.py,sha256=h_d9R6k_srgdzJPCCNa4EhwIX2JgmUV0-Nf9zrHwIa8,56960
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=Sa4QTpmt6TdqOtBOH_HaPd1GKCRX1X3IR_KtOBqYJkQ,56727
|
|
13
|
+
types_boto3_eks/version.py,sha256=ZaA0naREa9WFnH-K5V-P-k3aAPEqNIuS6J9mLa1hDFk,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.40.
|
|
17
|
-
types_boto3_eks-1.40.
|
|
18
|
-
types_boto3_eks-1.40.
|
|
19
|
-
types_boto3_eks-1.40.
|
|
20
|
-
types_boto3_eks-1.40.
|
|
16
|
+
types_boto3_eks-1.40.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_eks-1.40.3.dist-info/METADATA,sha256=FQafSbkiqtM776rCd2rqNZne6piaZqUvyCw89RmcmVo,18064
|
|
18
|
+
types_boto3_eks-1.40.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_eks-1.40.3.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.40.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|