mypy-boto3-eks 1.34.137__tar.gz → 1.34.159__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.34.137 → mypy_boto3_eks-1.34.159}/PKG-INFO +4 -4
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/README.md +2 -2
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/__main__.py +4 -4
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/client.py +3 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/client.pyi +3 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/literals.py +8 -1
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/literals.pyi +8 -1
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/type_defs.py +18 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/type_defs.pyi +18 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks.egg-info/PKG-INFO +4 -4
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/setup.py +3 -3
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/LICENSE +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/__init__.py +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/__init__.pyi +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/paginator.py +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/paginator.pyi +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.EKS 1.34.
|
|
3
|
+
Version: 1.34.159
|
|
4
|
+
Summary: Type annotations for boto3.EKS 1.34.159 service generated with mypy-boto3-builder 7.25.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
|
Type annotations for
|
|
46
|
-
[boto3.EKS 1.34.
|
|
46
|
+
[boto3.EKS 1.34.159](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.25.
|
|
55
|
+
[mypy-boto3-builder 7.25.3](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.EKS 1.34.
|
|
13
|
+
[boto3.EKS 1.34.159](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.25.
|
|
22
|
+
[mypy-boto3-builder 7.25.3](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.EKS 1.34.
|
|
14
|
-
"Version: 1.34.
|
|
15
|
-
"Builder version: 7.25.
|
|
13
|
+
"Type annotations for boto3.EKS 1.34.159\n"
|
|
14
|
+
"Version: 1.34.159\n"
|
|
15
|
+
"Builder version: 7.25.3\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.34.
|
|
27
|
+
print("1.34.159")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -114,6 +114,7 @@ from .type_defs import (
|
|
|
114
114
|
UpdateNodegroupVersionResponseTypeDef,
|
|
115
115
|
UpdatePodIdentityAssociationResponseTypeDef,
|
|
116
116
|
UpdateTaintsPayloadTypeDef,
|
|
117
|
+
UpgradePolicyRequestTypeDef,
|
|
117
118
|
VpcConfigRequestTypeDef,
|
|
118
119
|
)
|
|
119
120
|
from .waiter import (
|
|
@@ -290,6 +291,7 @@ class EKSClient(BaseClient):
|
|
|
290
291
|
outpostConfig: OutpostConfigRequestTypeDef = ...,
|
|
291
292
|
accessConfig: CreateAccessConfigRequestTypeDef = ...,
|
|
292
293
|
bootstrapSelfManagedAddons: bool = ...,
|
|
294
|
+
upgradePolicy: UpgradePolicyRequestTypeDef = ...,
|
|
293
295
|
) -> CreateClusterResponseTypeDef:
|
|
294
296
|
"""
|
|
295
297
|
Creates an Amazon EKS control plane.
|
|
@@ -853,6 +855,7 @@ class EKSClient(BaseClient):
|
|
|
853
855
|
logging: LoggingUnionTypeDef = ...,
|
|
854
856
|
clientRequestToken: str = ...,
|
|
855
857
|
accessConfig: UpdateAccessConfigRequestTypeDef = ...,
|
|
858
|
+
upgradePolicy: UpgradePolicyRequestTypeDef = ...,
|
|
856
859
|
) -> UpdateClusterConfigResponseTypeDef:
|
|
857
860
|
"""
|
|
858
861
|
Updates an Amazon EKS cluster configuration.
|
|
@@ -114,6 +114,7 @@ from .type_defs import (
|
|
|
114
114
|
UpdateNodegroupVersionResponseTypeDef,
|
|
115
115
|
UpdatePodIdentityAssociationResponseTypeDef,
|
|
116
116
|
UpdateTaintsPayloadTypeDef,
|
|
117
|
+
UpgradePolicyRequestTypeDef,
|
|
117
118
|
VpcConfigRequestTypeDef,
|
|
118
119
|
)
|
|
119
120
|
from .waiter import (
|
|
@@ -287,6 +288,7 @@ class EKSClient(BaseClient):
|
|
|
287
288
|
outpostConfig: OutpostConfigRequestTypeDef = ...,
|
|
288
289
|
accessConfig: CreateAccessConfigRequestTypeDef = ...,
|
|
289
290
|
bootstrapSelfManagedAddons: bool = ...,
|
|
291
|
+
upgradePolicy: UpgradePolicyRequestTypeDef = ...,
|
|
290
292
|
) -> CreateClusterResponseTypeDef:
|
|
291
293
|
"""
|
|
292
294
|
Creates an Amazon EKS control plane.
|
|
@@ -850,6 +852,7 @@ class EKSClient(BaseClient):
|
|
|
850
852
|
logging: LoggingUnionTypeDef = ...,
|
|
851
853
|
clientRequestToken: str = ...,
|
|
852
854
|
accessConfig: UpdateAccessConfigRequestTypeDef = ...,
|
|
855
|
+
upgradePolicy: UpgradePolicyRequestTypeDef = ...,
|
|
853
856
|
) -> UpdateClusterConfigResponseTypeDef:
|
|
854
857
|
"""
|
|
855
858
|
Updates an Amazon EKS cluster configuration.
|
|
@@ -64,6 +64,7 @@ __all__ = (
|
|
|
64
64
|
"NodegroupIssueCodeType",
|
|
65
65
|
"NodegroupStatusType",
|
|
66
66
|
"ResolveConflictsType",
|
|
67
|
+
"SupportTypeType",
|
|
67
68
|
"TaintEffectType",
|
|
68
69
|
"UpdateParamTypeType",
|
|
69
70
|
"UpdateStatusType",
|
|
@@ -78,6 +79,8 @@ __all__ = (
|
|
|
78
79
|
|
|
79
80
|
AMITypesType = Literal[
|
|
80
81
|
"AL2023_ARM_64_STANDARD",
|
|
82
|
+
"AL2023_x86_64_NEURON",
|
|
83
|
+
"AL2023_x86_64_NVIDIA",
|
|
81
84
|
"AL2023_x86_64_STANDARD",
|
|
82
85
|
"AL2_ARM_64",
|
|
83
86
|
"AL2_x86_64",
|
|
@@ -239,6 +242,7 @@ NodegroupStatusType = Literal[
|
|
|
239
242
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
|
|
240
243
|
]
|
|
241
244
|
ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
|
|
245
|
+
SupportTypeType = Literal["EXTENDED", "STANDARD"]
|
|
242
246
|
TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
|
|
243
247
|
UpdateParamTypeType = Literal[
|
|
244
248
|
"AddonVersion",
|
|
@@ -268,6 +272,7 @@ UpdateParamTypeType = Literal[
|
|
|
268
272
|
"Subnets",
|
|
269
273
|
"TaintsToAdd",
|
|
270
274
|
"TaintsToRemove",
|
|
275
|
+
"UpgradePolicy",
|
|
271
276
|
"Version",
|
|
272
277
|
]
|
|
273
278
|
UpdateStatusType = Literal["Cancelled", "Failed", "InProgress", "Successful"]
|
|
@@ -280,6 +285,7 @@ UpdateTypeType = Literal[
|
|
|
280
285
|
"DisassociateIdentityProviderConfig",
|
|
281
286
|
"EndpointAccessUpdate",
|
|
282
287
|
"LoggingUpdate",
|
|
288
|
+
"UpgradePolicyUpdate",
|
|
283
289
|
"VersionUpdate",
|
|
284
290
|
"VpcConfigUpdate",
|
|
285
291
|
]
|
|
@@ -530,7 +536,6 @@ ServiceName = Literal[
|
|
|
530
536
|
"migrationhub-config",
|
|
531
537
|
"migrationhuborchestrator",
|
|
532
538
|
"migrationhubstrategy",
|
|
533
|
-
"mobile",
|
|
534
539
|
"mq",
|
|
535
540
|
"mturk",
|
|
536
541
|
"mwaa",
|
|
@@ -568,6 +573,7 @@ ServiceName = Literal[
|
|
|
568
573
|
"pricing",
|
|
569
574
|
"privatenetworks",
|
|
570
575
|
"proton",
|
|
576
|
+
"qapps",
|
|
571
577
|
"qbusiness",
|
|
572
578
|
"qconnect",
|
|
573
579
|
"qldb",
|
|
@@ -632,6 +638,7 @@ ServiceName = Literal[
|
|
|
632
638
|
"ssm",
|
|
633
639
|
"ssm-contacts",
|
|
634
640
|
"ssm-incidents",
|
|
641
|
+
"ssm-quicksetup",
|
|
635
642
|
"ssm-sap",
|
|
636
643
|
"sso",
|
|
637
644
|
"sso-admin",
|
|
@@ -64,6 +64,7 @@ __all__ = (
|
|
|
64
64
|
"NodegroupIssueCodeType",
|
|
65
65
|
"NodegroupStatusType",
|
|
66
66
|
"ResolveConflictsType",
|
|
67
|
+
"SupportTypeType",
|
|
67
68
|
"TaintEffectType",
|
|
68
69
|
"UpdateParamTypeType",
|
|
69
70
|
"UpdateStatusType",
|
|
@@ -78,6 +79,8 @@ __all__ = (
|
|
|
78
79
|
|
|
79
80
|
AMITypesType = Literal[
|
|
80
81
|
"AL2023_ARM_64_STANDARD",
|
|
82
|
+
"AL2023_x86_64_NEURON",
|
|
83
|
+
"AL2023_x86_64_NVIDIA",
|
|
81
84
|
"AL2023_x86_64_STANDARD",
|
|
82
85
|
"AL2_ARM_64",
|
|
83
86
|
"AL2_x86_64",
|
|
@@ -239,6 +242,7 @@ NodegroupStatusType = Literal[
|
|
|
239
242
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
|
|
240
243
|
]
|
|
241
244
|
ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
|
|
245
|
+
SupportTypeType = Literal["EXTENDED", "STANDARD"]
|
|
242
246
|
TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
|
|
243
247
|
UpdateParamTypeType = Literal[
|
|
244
248
|
"AddonVersion",
|
|
@@ -268,6 +272,7 @@ UpdateParamTypeType = Literal[
|
|
|
268
272
|
"Subnets",
|
|
269
273
|
"TaintsToAdd",
|
|
270
274
|
"TaintsToRemove",
|
|
275
|
+
"UpgradePolicy",
|
|
271
276
|
"Version",
|
|
272
277
|
]
|
|
273
278
|
UpdateStatusType = Literal["Cancelled", "Failed", "InProgress", "Successful"]
|
|
@@ -280,6 +285,7 @@ UpdateTypeType = Literal[
|
|
|
280
285
|
"DisassociateIdentityProviderConfig",
|
|
281
286
|
"EndpointAccessUpdate",
|
|
282
287
|
"LoggingUpdate",
|
|
288
|
+
"UpgradePolicyUpdate",
|
|
283
289
|
"VersionUpdate",
|
|
284
290
|
"VpcConfigUpdate",
|
|
285
291
|
]
|
|
@@ -530,7 +536,6 @@ ServiceName = Literal[
|
|
|
530
536
|
"migrationhub-config",
|
|
531
537
|
"migrationhuborchestrator",
|
|
532
538
|
"migrationhubstrategy",
|
|
533
|
-
"mobile",
|
|
534
539
|
"mq",
|
|
535
540
|
"mturk",
|
|
536
541
|
"mwaa",
|
|
@@ -568,6 +573,7 @@ ServiceName = Literal[
|
|
|
568
573
|
"pricing",
|
|
569
574
|
"privatenetworks",
|
|
570
575
|
"proton",
|
|
576
|
+
"qapps",
|
|
571
577
|
"qbusiness",
|
|
572
578
|
"qconnect",
|
|
573
579
|
"qldb",
|
|
@@ -632,6 +638,7 @@ ServiceName = Literal[
|
|
|
632
638
|
"ssm",
|
|
633
639
|
"ssm-contacts",
|
|
634
640
|
"ssm-incidents",
|
|
641
|
+
"ssm-quicksetup",
|
|
635
642
|
"ssm-sap",
|
|
636
643
|
"sso",
|
|
637
644
|
"sso-admin",
|
|
@@ -37,6 +37,7 @@ from .literals import (
|
|
|
37
37
|
NodegroupIssueCodeType,
|
|
38
38
|
NodegroupStatusType,
|
|
39
39
|
ResolveConflictsType,
|
|
40
|
+
SupportTypeType,
|
|
40
41
|
TaintEffectType,
|
|
41
42
|
UpdateParamTypeType,
|
|
42
43
|
UpdateStatusType,
|
|
@@ -76,6 +77,7 @@ __all__ = (
|
|
|
76
77
|
"ClusterIssueTypeDef",
|
|
77
78
|
"ConnectorConfigResponseTypeDef",
|
|
78
79
|
"KubernetesNetworkConfigResponseTypeDef",
|
|
80
|
+
"UpgradePolicyResponseTypeDef",
|
|
79
81
|
"VpcConfigResponseTypeDef",
|
|
80
82
|
"ConnectorConfigRequestTypeDef",
|
|
81
83
|
"ControlPlanePlacementRequestTypeDef",
|
|
@@ -83,6 +85,7 @@ __all__ = (
|
|
|
83
85
|
"CreateAccessConfigRequestTypeDef",
|
|
84
86
|
"CreateAccessEntryRequestRequestTypeDef",
|
|
85
87
|
"KubernetesNetworkConfigRequestTypeDef",
|
|
88
|
+
"UpgradePolicyRequestTypeDef",
|
|
86
89
|
"VpcConfigRequestTypeDef",
|
|
87
90
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
88
91
|
"LaunchTemplateSpecificationTypeDef",
|
|
@@ -429,6 +432,12 @@ KubernetesNetworkConfigResponseTypeDef = TypedDict(
|
|
|
429
432
|
"ipFamily": NotRequired[IpFamilyType],
|
|
430
433
|
},
|
|
431
434
|
)
|
|
435
|
+
UpgradePolicyResponseTypeDef = TypedDict(
|
|
436
|
+
"UpgradePolicyResponseTypeDef",
|
|
437
|
+
{
|
|
438
|
+
"supportType": NotRequired[SupportTypeType],
|
|
439
|
+
},
|
|
440
|
+
)
|
|
432
441
|
VpcConfigResponseTypeDef = TypedDict(
|
|
433
442
|
"VpcConfigResponseTypeDef",
|
|
434
443
|
{
|
|
@@ -486,6 +495,12 @@ KubernetesNetworkConfigRequestTypeDef = TypedDict(
|
|
|
486
495
|
"ipFamily": NotRequired[IpFamilyType],
|
|
487
496
|
},
|
|
488
497
|
)
|
|
498
|
+
UpgradePolicyRequestTypeDef = TypedDict(
|
|
499
|
+
"UpgradePolicyRequestTypeDef",
|
|
500
|
+
{
|
|
501
|
+
"supportType": NotRequired[SupportTypeType],
|
|
502
|
+
},
|
|
503
|
+
)
|
|
489
504
|
VpcConfigRequestTypeDef = TypedDict(
|
|
490
505
|
"VpcConfigRequestTypeDef",
|
|
491
506
|
{
|
|
@@ -1815,6 +1830,7 @@ ClusterTypeDef = TypedDict(
|
|
|
1815
1830
|
"health": NotRequired[ClusterHealthTypeDef],
|
|
1816
1831
|
"outpostConfig": NotRequired[OutpostConfigResponseTypeDef],
|
|
1817
1832
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1833
|
+
"upgradePolicy": NotRequired[UpgradePolicyResponseTypeDef],
|
|
1818
1834
|
},
|
|
1819
1835
|
)
|
|
1820
1836
|
LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
|
|
@@ -1826,6 +1842,7 @@ UpdateClusterConfigRequestRequestTypeDef = TypedDict(
|
|
|
1826
1842
|
"logging": NotRequired[LoggingTypeDef],
|
|
1827
1843
|
"clientRequestToken": NotRequired[str],
|
|
1828
1844
|
"accessConfig": NotRequired[UpdateAccessConfigRequestTypeDef],
|
|
1845
|
+
"upgradePolicy": NotRequired[UpgradePolicyRequestTypeDef],
|
|
1829
1846
|
},
|
|
1830
1847
|
)
|
|
1831
1848
|
AssociateEncryptionConfigResponseTypeDef = TypedDict(
|
|
@@ -1961,6 +1978,7 @@ CreateClusterRequestRequestTypeDef = TypedDict(
|
|
|
1961
1978
|
"outpostConfig": NotRequired[OutpostConfigRequestTypeDef],
|
|
1962
1979
|
"accessConfig": NotRequired[CreateAccessConfigRequestTypeDef],
|
|
1963
1980
|
"bootstrapSelfManagedAddons": NotRequired[bool],
|
|
1981
|
+
"upgradePolicy": NotRequired[UpgradePolicyRequestTypeDef],
|
|
1964
1982
|
},
|
|
1965
1983
|
)
|
|
1966
1984
|
CreateFargateProfileResponseTypeDef = TypedDict(
|
|
@@ -37,6 +37,7 @@ from .literals import (
|
|
|
37
37
|
NodegroupIssueCodeType,
|
|
38
38
|
NodegroupStatusType,
|
|
39
39
|
ResolveConflictsType,
|
|
40
|
+
SupportTypeType,
|
|
40
41
|
TaintEffectType,
|
|
41
42
|
UpdateParamTypeType,
|
|
42
43
|
UpdateStatusType,
|
|
@@ -76,6 +77,7 @@ __all__ = (
|
|
|
76
77
|
"ClusterIssueTypeDef",
|
|
77
78
|
"ConnectorConfigResponseTypeDef",
|
|
78
79
|
"KubernetesNetworkConfigResponseTypeDef",
|
|
80
|
+
"UpgradePolicyResponseTypeDef",
|
|
79
81
|
"VpcConfigResponseTypeDef",
|
|
80
82
|
"ConnectorConfigRequestTypeDef",
|
|
81
83
|
"ControlPlanePlacementRequestTypeDef",
|
|
@@ -83,6 +85,7 @@ __all__ = (
|
|
|
83
85
|
"CreateAccessConfigRequestTypeDef",
|
|
84
86
|
"CreateAccessEntryRequestRequestTypeDef",
|
|
85
87
|
"KubernetesNetworkConfigRequestTypeDef",
|
|
88
|
+
"UpgradePolicyRequestTypeDef",
|
|
86
89
|
"VpcConfigRequestTypeDef",
|
|
87
90
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
88
91
|
"LaunchTemplateSpecificationTypeDef",
|
|
@@ -429,6 +432,12 @@ KubernetesNetworkConfigResponseTypeDef = TypedDict(
|
|
|
429
432
|
"ipFamily": NotRequired[IpFamilyType],
|
|
430
433
|
},
|
|
431
434
|
)
|
|
435
|
+
UpgradePolicyResponseTypeDef = TypedDict(
|
|
436
|
+
"UpgradePolicyResponseTypeDef",
|
|
437
|
+
{
|
|
438
|
+
"supportType": NotRequired[SupportTypeType],
|
|
439
|
+
},
|
|
440
|
+
)
|
|
432
441
|
VpcConfigResponseTypeDef = TypedDict(
|
|
433
442
|
"VpcConfigResponseTypeDef",
|
|
434
443
|
{
|
|
@@ -486,6 +495,12 @@ KubernetesNetworkConfigRequestTypeDef = TypedDict(
|
|
|
486
495
|
"ipFamily": NotRequired[IpFamilyType],
|
|
487
496
|
},
|
|
488
497
|
)
|
|
498
|
+
UpgradePolicyRequestTypeDef = TypedDict(
|
|
499
|
+
"UpgradePolicyRequestTypeDef",
|
|
500
|
+
{
|
|
501
|
+
"supportType": NotRequired[SupportTypeType],
|
|
502
|
+
},
|
|
503
|
+
)
|
|
489
504
|
VpcConfigRequestTypeDef = TypedDict(
|
|
490
505
|
"VpcConfigRequestTypeDef",
|
|
491
506
|
{
|
|
@@ -1815,6 +1830,7 @@ ClusterTypeDef = TypedDict(
|
|
|
1815
1830
|
"health": NotRequired[ClusterHealthTypeDef],
|
|
1816
1831
|
"outpostConfig": NotRequired[OutpostConfigResponseTypeDef],
|
|
1817
1832
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1833
|
+
"upgradePolicy": NotRequired[UpgradePolicyResponseTypeDef],
|
|
1818
1834
|
},
|
|
1819
1835
|
)
|
|
1820
1836
|
LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
|
|
@@ -1826,6 +1842,7 @@ UpdateClusterConfigRequestRequestTypeDef = TypedDict(
|
|
|
1826
1842
|
"logging": NotRequired[LoggingTypeDef],
|
|
1827
1843
|
"clientRequestToken": NotRequired[str],
|
|
1828
1844
|
"accessConfig": NotRequired[UpdateAccessConfigRequestTypeDef],
|
|
1845
|
+
"upgradePolicy": NotRequired[UpgradePolicyRequestTypeDef],
|
|
1829
1846
|
},
|
|
1830
1847
|
)
|
|
1831
1848
|
AssociateEncryptionConfigResponseTypeDef = TypedDict(
|
|
@@ -1961,6 +1978,7 @@ CreateClusterRequestRequestTypeDef = TypedDict(
|
|
|
1961
1978
|
"outpostConfig": NotRequired[OutpostConfigRequestTypeDef],
|
|
1962
1979
|
"accessConfig": NotRequired[CreateAccessConfigRequestTypeDef],
|
|
1963
1980
|
"bootstrapSelfManagedAddons": NotRequired[bool],
|
|
1981
|
+
"upgradePolicy": NotRequired[UpgradePolicyRequestTypeDef],
|
|
1964
1982
|
},
|
|
1965
1983
|
)
|
|
1966
1984
|
CreateFargateProfileResponseTypeDef = TypedDict(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.EKS 1.34.
|
|
3
|
+
Version: 1.34.159
|
|
4
|
+
Summary: Type annotations for boto3.EKS 1.34.159 service generated with mypy-boto3-builder 7.25.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
|
Type annotations for
|
|
46
|
-
[boto3.EKS 1.34.
|
|
46
|
+
[boto3.EKS 1.34.159](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.25.
|
|
55
|
+
[mypy-boto3-builder 7.25.3](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -4,20 +4,20 @@ Setup script for mypy-boto3-eks.
|
|
|
4
4
|
|
|
5
5
|
from pathlib import Path
|
|
6
6
|
|
|
7
|
-
from setuptools import setup
|
|
7
|
+
from setuptools import setup # type: ignore
|
|
8
8
|
|
|
9
9
|
LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-eks",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.159",
|
|
15
15
|
packages=["mypy_boto3_eks"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description="Type annotations for boto3.EKS 1.34.
|
|
20
|
+
description="Type annotations for boto3.EKS 1.34.159 service generated with mypy-boto3-builder 7.25.3",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"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
|
{mypy_boto3_eks-1.34.137 → mypy_boto3_eks-1.34.159}/mypy_boto3_eks.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|