mypy-boto3-eks 1.37.20__tar.gz → 1.37.24__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.
Files changed (26) hide show
  1. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/PKG-INFO +4 -4
  2. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/README.md +2 -2
  3. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/__main__.py +3 -3
  4. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/literals.py +4 -0
  5. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/literals.pyi +4 -0
  6. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/type_defs.py +14 -13
  7. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/type_defs.pyi +13 -12
  8. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/version.py +1 -1
  9. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks.egg-info/PKG-INFO +4 -4
  10. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/setup.py +2 -2
  11. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/LICENSE +0 -0
  12. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/__init__.py +0 -0
  13. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/__init__.pyi +0 -0
  14. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/client.py +0 -0
  15. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/client.pyi +0 -0
  16. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/paginator.py +0 -0
  17. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/paginator.pyi +0 -0
  18. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/py.typed +0 -0
  19. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/waiter.py +0 -0
  20. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks/waiter.pyi +0 -0
  21. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks.egg-info/requires.txt +0 -0
  25. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_eks-1.37.20 → mypy_boto3_eks-1.37.24}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-eks
3
- Version: 1.37.20
4
- Summary: Type annotations for boto3 EKS 1.37.20 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.37.24
4
+ Summary: Type annotations for boto3 EKS 1.37.24 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 EKS 1.37.20](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.37.24](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.20' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.24' 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 EKS 1.37.20](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 EKS 1.37.24](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.20' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.37.24' 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.20\n"
16
- "Version: 1.37.20\n"
15
+ "Type annotations for boto3 EKS 1.37.24\n"
16
+ "Version: 1.37.24\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.20\n")
29
+ sys.stdout.write("1.37.24\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -94,8 +94,10 @@ AMITypesType = Literal[
94
94
  "AL2_x86_64",
95
95
  "AL2_x86_64_GPU",
96
96
  "BOTTLEROCKET_ARM_64",
97
+ "BOTTLEROCKET_ARM_64_FIPS",
97
98
  "BOTTLEROCKET_ARM_64_NVIDIA",
98
99
  "BOTTLEROCKET_x86_64",
100
+ "BOTTLEROCKET_x86_64_FIPS",
99
101
  "BOTTLEROCKET_x86_64_NVIDIA",
100
102
  "CUSTOM",
101
103
  "WINDOWS_CORE_2019_x86_64",
@@ -281,6 +283,7 @@ UpdateParamTypeType = Literal[
281
283
  "PodIdentityAssociations",
282
284
  "PublicAccessCidrs",
283
285
  "ReleaseVersion",
286
+ "RemoteNetworkConfig",
284
287
  "ResolveConflicts",
285
288
  "SecurityGroups",
286
289
  "ServiceAccountRoleArn",
@@ -304,6 +307,7 @@ UpdateTypeType = Literal[
304
307
  "DisassociateIdentityProviderConfig",
305
308
  "EndpointAccessUpdate",
306
309
  "LoggingUpdate",
310
+ "RemoteNetworkConfigUpdate",
307
311
  "UpgradePolicyUpdate",
308
312
  "VersionUpdate",
309
313
  "VpcConfigUpdate",
@@ -92,8 +92,10 @@ AMITypesType = Literal[
92
92
  "AL2_x86_64",
93
93
  "AL2_x86_64_GPU",
94
94
  "BOTTLEROCKET_ARM_64",
95
+ "BOTTLEROCKET_ARM_64_FIPS",
95
96
  "BOTTLEROCKET_ARM_64_NVIDIA",
96
97
  "BOTTLEROCKET_x86_64",
98
+ "BOTTLEROCKET_x86_64_FIPS",
97
99
  "BOTTLEROCKET_x86_64_NVIDIA",
98
100
  "CUSTOM",
99
101
  "WINDOWS_CORE_2019_x86_64",
@@ -279,6 +281,7 @@ UpdateParamTypeType = Literal[
279
281
  "PodIdentityAssociations",
280
282
  "PublicAccessCidrs",
281
283
  "ReleaseVersion",
284
+ "RemoteNetworkConfig",
282
285
  "ResolveConflicts",
283
286
  "SecurityGroups",
284
287
  "ServiceAccountRoleArn",
@@ -302,6 +305,7 @@ UpdateTypeType = Literal[
302
305
  "DisassociateIdentityProviderConfig",
303
306
  "EndpointAccessUpdate",
304
307
  "LoggingUpdate",
308
+ "RemoteNetworkConfigUpdate",
305
309
  "UpgradePolicyUpdate",
306
310
  "VersionUpdate",
307
311
  "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
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.20"
7
+ __version__ = "1.37.24"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-eks
3
- Version: 1.37.20
4
- Summary: Type annotations for boto3 EKS 1.37.20 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.37.24
4
+ Summary: Type annotations for boto3 EKS 1.37.24 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 EKS 1.37.20](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.37.24](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.20' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.24' 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.20",
16
+ version="1.37.24",
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.20 service generated with mypy-boto3-builder 8.10.1",
22
+ description="Type annotations for boto3 EKS 1.37.24 service generated with mypy-boto3-builder 8.10.1",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",