mypy-boto3-eks 1.37.22__tar.gz → 1.37.35__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.37.22 → mypy_boto3_eks-1.37.35}/PKG-INFO +4 -4
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/README.md +2 -2
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/__main__.py +3 -3
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/literals.py +4 -1
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/literals.pyi +4 -1
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/type_defs.py +14 -13
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/type_defs.pyi +13 -12
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks.egg-info/PKG-INFO +4 -4
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/setup.py +2 -2
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/LICENSE +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/__init__.py +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/__init__.pyi +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/client.py +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/client.pyi +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/paginator.py +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/paginator.pyi +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.37.
|
|
3
|
+
Version: 1.37.35
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.37.35 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.37.
|
|
59
|
+
Type annotations for [boto3 EKS 1.37.35](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.37.
|
|
122
|
+
`uvx --with 'boto3==1.37.35' 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.37.
|
|
12
|
+
Type annotations for [boto3 EKS 1.37.35](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.37.
|
|
75
|
+
`uvx --with 'boto3==1.37.35' 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.37.
|
|
16
|
-
"Version: 1.37.
|
|
15
|
+
"Type annotations for boto3 EKS 1.37.35\n"
|
|
16
|
+
"Version: 1.37.35\n"
|
|
17
17
|
"Builder version: 8.10.1\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.37.
|
|
29
|
+
sys.stdout.write("1.37.35\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -10,7 +10,7 @@ Usage::
|
|
|
10
10
|
```python
|
|
11
11
|
from mypy_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",
|
|
@@ -283,6 +284,7 @@ UpdateParamTypeType = Literal[
|
|
|
283
284
|
"PodIdentityAssociations",
|
|
284
285
|
"PublicAccessCidrs",
|
|
285
286
|
"ReleaseVersion",
|
|
287
|
+
"RemoteNetworkConfig",
|
|
286
288
|
"ResolveConflicts",
|
|
287
289
|
"SecurityGroups",
|
|
288
290
|
"ServiceAccountRoleArn",
|
|
@@ -306,6 +308,7 @@ UpdateTypeType = Literal[
|
|
|
306
308
|
"DisassociateIdentityProviderConfig",
|
|
307
309
|
"EndpointAccessUpdate",
|
|
308
310
|
"LoggingUpdate",
|
|
311
|
+
"RemoteNetworkConfigUpdate",
|
|
309
312
|
"UpgradePolicyUpdate",
|
|
310
313
|
"VersionUpdate",
|
|
311
314
|
"VpcConfigUpdate",
|
|
@@ -10,7 +10,7 @@ Usage::
|
|
|
10
10
|
```python
|
|
11
11
|
from mypy_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",
|
|
@@ -281,6 +282,7 @@ UpdateParamTypeType = Literal[
|
|
|
281
282
|
"PodIdentityAssociations",
|
|
282
283
|
"PublicAccessCidrs",
|
|
283
284
|
"ReleaseVersion",
|
|
285
|
+
"RemoteNetworkConfig",
|
|
284
286
|
"ResolveConflicts",
|
|
285
287
|
"SecurityGroups",
|
|
286
288
|
"ServiceAccountRoleArn",
|
|
@@ -304,6 +306,7 @@ UpdateTypeType = Literal[
|
|
|
304
306
|
"DisassociateIdentityProviderConfig",
|
|
305
307
|
"EndpointAccessUpdate",
|
|
306
308
|
"LoggingUpdate",
|
|
309
|
+
"RemoteNetworkConfigUpdate",
|
|
307
310
|
"UpgradePolicyUpdate",
|
|
308
311
|
"VersionUpdate",
|
|
309
312
|
"VpcConfigUpdate",
|
|
@@ -1838,19 +1838,6 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1838
1838
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1839
1839
|
|
|
1840
1840
|
|
|
1841
|
-
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1842
|
-
name: str
|
|
1843
|
-
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1844
|
-
logging: NotRequired[LoggingUnionTypeDef]
|
|
1845
|
-
clientRequestToken: NotRequired[str]
|
|
1846
|
-
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1847
|
-
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1848
|
-
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1849
|
-
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1850
|
-
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1851
|
-
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
1841
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1855
1842
|
cluster: ClusterTypeDef
|
|
1856
1843
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1896,6 +1883,20 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
1896
1883
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1897
1884
|
|
|
1898
1885
|
|
|
1886
|
+
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1887
|
+
name: str
|
|
1888
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1889
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1890
|
+
clientRequestToken: NotRequired[str]
|
|
1891
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1892
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1893
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1894
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1895
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1896
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1897
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1898
|
+
|
|
1899
|
+
|
|
1899
1900
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1900
1901
|
insight: InsightTypeDef
|
|
1901
1902
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1612,18 +1612,6 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1612
1612
|
nodegroup: NodegroupTypeDef
|
|
1613
1613
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1614
1614
|
|
|
1615
|
-
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1616
|
-
name: str
|
|
1617
|
-
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1618
|
-
logging: NotRequired[LoggingUnionTypeDef]
|
|
1619
|
-
clientRequestToken: NotRequired[str]
|
|
1620
|
-
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1621
|
-
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1622
|
-
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1623
|
-
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1624
|
-
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1625
|
-
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1626
|
-
|
|
1627
1615
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1628
1616
|
cluster: ClusterTypeDef
|
|
1629
1617
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1663,6 +1651,19 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
1663
1651
|
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1664
1652
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1665
1653
|
|
|
1654
|
+
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1655
|
+
name: str
|
|
1656
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1657
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1658
|
+
clientRequestToken: NotRequired[str]
|
|
1659
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1660
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1661
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1662
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1663
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1664
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1665
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1666
|
+
|
|
1666
1667
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1667
1668
|
insight: InsightTypeDef
|
|
1668
1669
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.37.
|
|
3
|
+
Version: 1.37.35
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.37.35 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.37.
|
|
59
|
+
Type annotations for [boto3 EKS 1.37.35](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.37.
|
|
122
|
+
`uvx --with 'boto3==1.37.35' 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.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-eks",
|
|
16
|
-
version="1.37.
|
|
16
|
+
version="1.37.35",
|
|
17
17
|
packages=["mypy_boto3_eks"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 EKS 1.37.
|
|
22
|
+
description="Type annotations for boto3 EKS 1.37.35 service generated with mypy-boto3-builder 8.10.1",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_eks-1.37.22 → mypy_boto3_eks-1.37.35}/mypy_boto3_eks.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|