types-boto3-eks 1.35.72__py3-none-any.whl → 1.35.81__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 +4 -4
- types_boto3_eks/literals.py +5 -0
- types_boto3_eks/literals.pyi +5 -0
- types_boto3_eks/type_defs.py +8 -0
- types_boto3_eks/type_defs.pyi +7 -0
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.35.72.dist-info → types_boto3_eks-1.35.81.dist-info}/METADATA +21 -7
- {types_boto3_eks-1.35.72.dist-info → types_boto3_eks-1.35.81.dist-info}/RECORD +11 -11
- {types_boto3_eks-1.35.72.dist-info → types_boto3_eks-1.35.81.dist-info}/LICENSE +0 -0
- {types_boto3_eks-1.35.72.dist-info → types_boto3_eks-1.35.81.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.35.72.dist-info → types_boto3_eks-1.35.81.dist-info}/top_level.txt +0 -0
types_boto3_eks/__main__.py
CHANGED
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
print(
|
|
15
|
-
"Type annotations for boto3 EKS 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 EKS 1.35.81\n"
|
|
16
|
+
"Version: 1.35.81\n"
|
|
17
|
+
"Builder version: 8.6.3\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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
print("1.35.
|
|
29
|
+
print("1.35.81")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_eks/literals.py
CHANGED
|
@@ -269,6 +269,7 @@ UpdateParamTypeType = Literal[
|
|
|
269
269
|
"MaxUnavailable",
|
|
270
270
|
"MaxUnavailablePercentage",
|
|
271
271
|
"MinSize",
|
|
272
|
+
"NodeRepairEnabled",
|
|
272
273
|
"PlatformVersion",
|
|
273
274
|
"PodIdentityAssociations",
|
|
274
275
|
"PublicAccessCidrs",
|
|
@@ -342,6 +343,8 @@ ServiceName = Literal[
|
|
|
342
343
|
"bedrock",
|
|
343
344
|
"bedrock-agent",
|
|
344
345
|
"bedrock-agent-runtime",
|
|
346
|
+
"bedrock-data-automation",
|
|
347
|
+
"bedrock-data-automation-runtime",
|
|
345
348
|
"bedrock-runtime",
|
|
346
349
|
"billing",
|
|
347
350
|
"billingconductor",
|
|
@@ -419,6 +422,7 @@ ServiceName = Literal[
|
|
|
419
422
|
"drs",
|
|
420
423
|
"ds",
|
|
421
424
|
"ds-data",
|
|
425
|
+
"dsql",
|
|
422
426
|
"dynamodb",
|
|
423
427
|
"dynamodbstreams",
|
|
424
428
|
"ebs",
|
|
@@ -629,6 +633,7 @@ ServiceName = Literal[
|
|
|
629
633
|
"s3",
|
|
630
634
|
"s3control",
|
|
631
635
|
"s3outposts",
|
|
636
|
+
"s3tables",
|
|
632
637
|
"sagemaker",
|
|
633
638
|
"sagemaker-a2i-runtime",
|
|
634
639
|
"sagemaker-edge",
|
types_boto3_eks/literals.pyi
CHANGED
|
@@ -267,6 +267,7 @@ UpdateParamTypeType = Literal[
|
|
|
267
267
|
"MaxUnavailable",
|
|
268
268
|
"MaxUnavailablePercentage",
|
|
269
269
|
"MinSize",
|
|
270
|
+
"NodeRepairEnabled",
|
|
270
271
|
"PlatformVersion",
|
|
271
272
|
"PodIdentityAssociations",
|
|
272
273
|
"PublicAccessCidrs",
|
|
@@ -340,6 +341,8 @@ ServiceName = Literal[
|
|
|
340
341
|
"bedrock",
|
|
341
342
|
"bedrock-agent",
|
|
342
343
|
"bedrock-agent-runtime",
|
|
344
|
+
"bedrock-data-automation",
|
|
345
|
+
"bedrock-data-automation-runtime",
|
|
343
346
|
"bedrock-runtime",
|
|
344
347
|
"billing",
|
|
345
348
|
"billingconductor",
|
|
@@ -417,6 +420,7 @@ ServiceName = Literal[
|
|
|
417
420
|
"drs",
|
|
418
421
|
"ds",
|
|
419
422
|
"ds-data",
|
|
423
|
+
"dsql",
|
|
420
424
|
"dynamodb",
|
|
421
425
|
"dynamodbstreams",
|
|
422
426
|
"ebs",
|
|
@@ -627,6 +631,7 @@ ServiceName = Literal[
|
|
|
627
631
|
"s3",
|
|
628
632
|
"s3control",
|
|
629
633
|
"s3outposts",
|
|
634
|
+
"s3tables",
|
|
630
635
|
"sagemaker",
|
|
631
636
|
"sagemaker-a2i-runtime",
|
|
632
637
|
"sagemaker-edge",
|
types_boto3_eks/type_defs.py
CHANGED
|
@@ -223,6 +223,7 @@ __all__ = (
|
|
|
223
223
|
"LoggingOutputTypeDef",
|
|
224
224
|
"LoggingTypeDef",
|
|
225
225
|
"MarketplaceInformationTypeDef",
|
|
226
|
+
"NodeRepairConfigTypeDef",
|
|
226
227
|
"NodegroupHealthTypeDef",
|
|
227
228
|
"NodegroupResourcesTypeDef",
|
|
228
229
|
"NodegroupScalingConfigTypeDef",
|
|
@@ -499,6 +500,10 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
499
500
|
)
|
|
500
501
|
|
|
501
502
|
|
|
503
|
+
class NodeRepairConfigTypeDef(TypedDict):
|
|
504
|
+
enabled: NotRequired[bool]
|
|
505
|
+
|
|
506
|
+
|
|
502
507
|
class NodegroupScalingConfigTypeDef(TypedDict):
|
|
503
508
|
minSize: NotRequired[int]
|
|
504
509
|
maxSize: NotRequired[int]
|
|
@@ -1153,6 +1158,7 @@ class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
|
1153
1158
|
clientRequestToken: NotRequired[str]
|
|
1154
1159
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1155
1160
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1161
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1156
1162
|
capacityType: NotRequired[CapacityTypesType]
|
|
1157
1163
|
version: NotRequired[str]
|
|
1158
1164
|
releaseVersion: NotRequired[str]
|
|
@@ -1517,6 +1523,7 @@ class UpdateNodegroupConfigRequestRequestTypeDef(TypedDict):
|
|
|
1517
1523
|
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1518
1524
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1519
1525
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1526
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1520
1527
|
clientRequestToken: NotRequired[str]
|
|
1521
1528
|
|
|
1522
1529
|
|
|
@@ -1579,6 +1586,7 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1579
1586
|
diskSize: NotRequired[int]
|
|
1580
1587
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1581
1588
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1589
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1582
1590
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1583
1591
|
tags: NotRequired[Dict[str, str]]
|
|
1584
1592
|
|
types_boto3_eks/type_defs.pyi
CHANGED
|
@@ -222,6 +222,7 @@ __all__ = (
|
|
|
222
222
|
"LoggingOutputTypeDef",
|
|
223
223
|
"LoggingTypeDef",
|
|
224
224
|
"MarketplaceInformationTypeDef",
|
|
225
|
+
"NodeRepairConfigTypeDef",
|
|
225
226
|
"NodegroupHealthTypeDef",
|
|
226
227
|
"NodegroupResourcesTypeDef",
|
|
227
228
|
"NodegroupScalingConfigTypeDef",
|
|
@@ -465,6 +466,9 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
465
466
|
},
|
|
466
467
|
)
|
|
467
468
|
|
|
469
|
+
class NodeRepairConfigTypeDef(TypedDict):
|
|
470
|
+
enabled: NotRequired[bool]
|
|
471
|
+
|
|
468
472
|
class NodegroupScalingConfigTypeDef(TypedDict):
|
|
469
473
|
minSize: NotRequired[int]
|
|
470
474
|
maxSize: NotRequired[int]
|
|
@@ -1022,6 +1026,7 @@ class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
|
1022
1026
|
clientRequestToken: NotRequired[str]
|
|
1023
1027
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1024
1028
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1029
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1025
1030
|
capacityType: NotRequired[CapacityTypesType]
|
|
1026
1031
|
version: NotRequired[str]
|
|
1027
1032
|
releaseVersion: NotRequired[str]
|
|
@@ -1331,6 +1336,7 @@ class UpdateNodegroupConfigRequestRequestTypeDef(TypedDict):
|
|
|
1331
1336
|
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1332
1337
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1333
1338
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1339
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1334
1340
|
clientRequestToken: NotRequired[str]
|
|
1335
1341
|
|
|
1336
1342
|
EncryptionConfigUnionTypeDef = Union[EncryptionConfigTypeDef, EncryptionConfigOutputTypeDef]
|
|
@@ -1387,6 +1393,7 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1387
1393
|
diskSize: NotRequired[int]
|
|
1388
1394
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1389
1395
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1396
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1390
1397
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1391
1398
|
tags: NotRequired[Dict[str, str]]
|
|
1392
1399
|
|
types_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.35.
|
|
3
|
+
Version: 1.35.81
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.35.81 service generated with mypy-boto3-builder 8.6.3
|
|
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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 EKS 1.35.
|
|
46
|
+
Type annotations for [boto3 EKS 1.35.81](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.6.3](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
|
|
|
64
64
|
|
|
65
65
|
- [types-boto3-eks](#types-boto3-eks)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.81' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3` AWS SDK.
|
|
111
|
+
3. Add `EKS` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `types-boto3` for `EKS` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'types-boto3[eks]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'types-boto3-lite[eks]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install types-boto3-eks
|
|
126
140
|
```
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
types_boto3_eks/__init__.py,sha256=SmC93edEdUadznWdF8mLCazlD24F2BV1hRVSplPto0A,4744
|
|
2
2
|
types_boto3_eks/__init__.pyi,sha256=Pjk7LgEl2-h-GrRHSIs7LtLb-2QAe4TYfU4TRbAxFYA,4743
|
|
3
|
-
types_boto3_eks/__main__.py,sha256=
|
|
3
|
+
types_boto3_eks/__main__.py,sha256=9-9TQquNt0xGJWArwZaFbwQvBCIRrJY7ELHCCWj035I,934
|
|
4
4
|
types_boto3_eks/client.py,sha256=q4XHnw3RB3_Y4L8NwgF3Cxq7VHxiz2oUbqEc5sc_fQE,47951
|
|
5
5
|
types_boto3_eks/client.pyi,sha256=5sHAMEkAZMnFmpt5i7Jd8FJ6CPzMeb2DYfd7a1X7AE0,47947
|
|
6
|
-
types_boto3_eks/literals.py,sha256=
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=
|
|
6
|
+
types_boto3_eks/literals.py,sha256=iSd9LMCwkvzX0IxdLyGv1zNQ01U7TmHiV721ccAu8xw,18870
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=Y21xWphrkQQlL_x1Cd6Pl9HtLf6m_HLTJthV9O4PP-g,18868
|
|
8
8
|
types_boto3_eks/paginator.py,sha256=dp4DqsqkA8PWVq3hhFTs2t15w_NXSaeEwGrTZTBZbCc,16693
|
|
9
9
|
types_boto3_eks/paginator.pyi,sha256=Z1xA134bDE4_SEPMaAEXxE2NBablx8l4QbkIe5i3DWk,16664
|
|
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=Lx3ladvjDan9xggxW6hd72r4UvOK2gWxy10ptoEcQB0,55331
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=Cu-Gc5ilsQphHA-CTtUPADd9S1dcYDbg9oYHVXmzE1o,55106
|
|
13
|
+
types_boto3_eks/version.py,sha256=43YQ076woionZM0aB5UwdorEF0QPSwqFdL8sU1y7tgU,93
|
|
14
14
|
types_boto3_eks/waiter.py,sha256=0Rng0PIZ4ndd-_ATeNAjPQ9e_tNVShPEMAKEDnM_KHA,8564
|
|
15
15
|
types_boto3_eks/waiter.pyi,sha256=my2xn08iZ0aiMdFmToDCdjXnQSovfA5MU9cp2jceu1w,8547
|
|
16
|
-
types_boto3_eks-1.35.
|
|
17
|
-
types_boto3_eks-1.35.
|
|
18
|
-
types_boto3_eks-1.35.
|
|
19
|
-
types_boto3_eks-1.35.
|
|
20
|
-
types_boto3_eks-1.35.
|
|
16
|
+
types_boto3_eks-1.35.81.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
types_boto3_eks-1.35.81.dist-info/METADATA,sha256=MrgooYJ_ZGf2WvoM7D0A1DXwpOLWn3vBO0Gyj1yAc58,17495
|
|
18
|
+
types_boto3_eks-1.35.81.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
19
|
+
types_boto3_eks-1.35.81.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.35.81.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|