mypy-boto3-eks 1.34.73__py3-none-any.whl → 1.34.118__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.
- mypy_boto3_eks/__main__.py +4 -4
- mypy_boto3_eks/client.py +15 -12
- mypy_boto3_eks/client.pyi +15 -12
- mypy_boto3_eks/literals.py +10 -2
- mypy_boto3_eks/literals.pyi +10 -2
- mypy_boto3_eks/paginator.py +2 -2
- mypy_boto3_eks/paginator.pyi +2 -2
- mypy_boto3_eks/type_defs.py +192 -131
- mypy_boto3_eks/type_defs.pyi +192 -131
- mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.34.73.dist-info → mypy_boto3_eks-1.34.118.dist-info}/METADATA +4 -4
- mypy_boto3_eks-1.34.118.dist-info/RECORD +20 -0
- mypy_boto3_eks-1.34.73.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.34.73.dist-info → mypy_boto3_eks-1.34.118.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.34.73.dist-info → mypy_boto3_eks-1.34.118.dist-info}/WHEEL +0 -0
- {mypy_boto3_eks-1.34.73.dist-info → mypy_boto3_eks-1.34.118.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/type_defs.pyi
CHANGED
|
@@ -14,7 +14,7 @@ Usage::
|
|
|
14
14
|
|
|
15
15
|
import sys
|
|
16
16
|
from datetime import datetime
|
|
17
|
-
from typing import Dict, List, Mapping, Sequence
|
|
17
|
+
from typing import Dict, List, Mapping, Sequence, Union
|
|
18
18
|
|
|
19
19
|
from .literals import (
|
|
20
20
|
AccessScopeTypeType,
|
|
@@ -25,6 +25,7 @@ from .literals import (
|
|
|
25
25
|
CapacityTypesType,
|
|
26
26
|
ClusterIssueCodeType,
|
|
27
27
|
ClusterStatusType,
|
|
28
|
+
ConfigStatusType,
|
|
28
29
|
ConnectorConfigProviderType,
|
|
29
30
|
EksAnywhereSubscriptionStatusType,
|
|
30
31
|
ErrorCodeType,
|
|
@@ -39,7 +40,6 @@ from .literals import (
|
|
|
39
40
|
UpdateParamTypeType,
|
|
40
41
|
UpdateStatusType,
|
|
41
42
|
UpdateTypeType,
|
|
42
|
-
configStatusType,
|
|
43
43
|
)
|
|
44
44
|
|
|
45
45
|
if sys.version_info >= (3, 12):
|
|
@@ -59,10 +59,13 @@ __all__ = (
|
|
|
59
59
|
"AccessConfigResponseTypeDef",
|
|
60
60
|
"AccessEntryTypeDef",
|
|
61
61
|
"AccessPolicyTypeDef",
|
|
62
|
-
"
|
|
62
|
+
"AccessScopeExtraOutputTypeDef",
|
|
63
|
+
"AccessScopeOutputTypeDef",
|
|
63
64
|
"AccessScopeTypeDef",
|
|
64
65
|
"AddonIssueTypeDef",
|
|
65
66
|
"MarketplaceInformationTypeDef",
|
|
67
|
+
"AddonPodIdentityAssociationsTypeDef",
|
|
68
|
+
"AddonPodIdentityConfigurationTypeDef",
|
|
66
69
|
"CompatibilityTypeDef",
|
|
67
70
|
"ResponseMetadataTypeDef",
|
|
68
71
|
"OidcIdentityProviderConfigRequestTypeDef",
|
|
@@ -78,11 +81,9 @@ __all__ = (
|
|
|
78
81
|
"ControlPlanePlacementResponseTypeDef",
|
|
79
82
|
"CreateAccessConfigRequestTypeDef",
|
|
80
83
|
"CreateAccessEntryRequestRequestTypeDef",
|
|
81
|
-
"CreateAddonRequestRequestTypeDef",
|
|
82
84
|
"KubernetesNetworkConfigRequestTypeDef",
|
|
83
85
|
"VpcConfigRequestTypeDef",
|
|
84
86
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
85
|
-
"FargateProfileSelectorTypeDef",
|
|
86
87
|
"LaunchTemplateSpecificationTypeDef",
|
|
87
88
|
"NodegroupScalingConfigTypeDef",
|
|
88
89
|
"NodegroupUpdateConfigTypeDef",
|
|
@@ -115,6 +116,8 @@ __all__ = (
|
|
|
115
116
|
"DisassociateAccessPolicyRequestRequestTypeDef",
|
|
116
117
|
"ProviderTypeDef",
|
|
117
118
|
"ErrorDetailTypeDef",
|
|
119
|
+
"FargateProfileSelectorOutputTypeDef",
|
|
120
|
+
"FargateProfileSelectorTypeDef",
|
|
118
121
|
"OidcIdentityProviderConfigTypeDef",
|
|
119
122
|
"OIDCTypeDef",
|
|
120
123
|
"InsightStatusTypeDef",
|
|
@@ -133,21 +136,24 @@ __all__ = (
|
|
|
133
136
|
"PodIdentityAssociationSummaryTypeDef",
|
|
134
137
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
135
138
|
"ListUpdatesRequestRequestTypeDef",
|
|
139
|
+
"LogSetupOutputTypeDef",
|
|
136
140
|
"LogSetupTypeDef",
|
|
141
|
+
"RemoteAccessConfigOutputTypeDef",
|
|
137
142
|
"TagResourceRequestRequestTypeDef",
|
|
138
143
|
"UntagResourceRequestRequestTypeDef",
|
|
139
144
|
"UpdateAccessConfigRequestTypeDef",
|
|
140
145
|
"UpdateAccessEntryRequestRequestTypeDef",
|
|
141
|
-
"UpdateAddonRequestRequestTypeDef",
|
|
142
146
|
"UpdateClusterVersionRequestRequestTypeDef",
|
|
143
147
|
"UpdateEksAnywhereSubscriptionRequestRequestTypeDef",
|
|
144
148
|
"UpdateLabelsPayloadTypeDef",
|
|
145
149
|
"UpdateParamTypeDef",
|
|
146
150
|
"UpdatePodIdentityAssociationRequestRequestTypeDef",
|
|
147
|
-
"AssociatedAccessPolicyPaginatorTypeDef",
|
|
148
|
-
"AssociateAccessPolicyRequestRequestTypeDef",
|
|
149
151
|
"AssociatedAccessPolicyTypeDef",
|
|
152
|
+
"AccessScopeUnionTypeDef",
|
|
153
|
+
"AssociateAccessPolicyRequestRequestTypeDef",
|
|
150
154
|
"AddonHealthTypeDef",
|
|
155
|
+
"CreateAddonRequestRequestTypeDef",
|
|
156
|
+
"UpdateAddonRequestRequestTypeDef",
|
|
151
157
|
"AddonVersionInfoTypeDef",
|
|
152
158
|
"CreateAccessEntryResponseTypeDef",
|
|
153
159
|
"DescribeAccessEntryResponseTypeDef",
|
|
@@ -170,8 +176,6 @@ __all__ = (
|
|
|
170
176
|
"OutpostConfigResponseTypeDef",
|
|
171
177
|
"CreateEksAnywhereSubscriptionRequestRequestTypeDef",
|
|
172
178
|
"EksAnywhereSubscriptionTypeDef",
|
|
173
|
-
"CreateFargateProfileRequestRequestTypeDef",
|
|
174
|
-
"FargateProfileTypeDef",
|
|
175
179
|
"UpdateNodegroupVersionRequestRequestTypeDef",
|
|
176
180
|
"CreateNodegroupRequestRequestTypeDef",
|
|
177
181
|
"UpdateTaintsPayloadTypeDef",
|
|
@@ -202,7 +206,10 @@ __all__ = (
|
|
|
202
206
|
"DescribeIdentityProviderConfigRequestRequestTypeDef",
|
|
203
207
|
"DisassociateIdentityProviderConfigRequestRequestTypeDef",
|
|
204
208
|
"ListIdentityProviderConfigsResponseTypeDef",
|
|
209
|
+
"EncryptionConfigOutputTypeDef",
|
|
205
210
|
"EncryptionConfigTypeDef",
|
|
211
|
+
"FargateProfileTypeDef",
|
|
212
|
+
"FargateProfileSelectorUnionTypeDef",
|
|
206
213
|
"IdentityProviderConfigResponseTypeDef",
|
|
207
214
|
"IdentityTypeDef",
|
|
208
215
|
"InsightResourceDetailTypeDef",
|
|
@@ -211,9 +218,10 @@ __all__ = (
|
|
|
211
218
|
"ListInsightsRequestRequestTypeDef",
|
|
212
219
|
"NodegroupHealthTypeDef",
|
|
213
220
|
"ListPodIdentityAssociationsResponseTypeDef",
|
|
221
|
+
"LoggingOutputTypeDef",
|
|
214
222
|
"LoggingTypeDef",
|
|
223
|
+
"RemoteAccessConfigUnionTypeDef",
|
|
215
224
|
"UpdateTypeDef",
|
|
216
|
-
"ListAssociatedAccessPoliciesResponsePaginatorTypeDef",
|
|
217
225
|
"AssociateAccessPolicyResponseTypeDef",
|
|
218
226
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
219
227
|
"AddonTypeDef",
|
|
@@ -224,16 +232,17 @@ __all__ = (
|
|
|
224
232
|
"DescribeEksAnywhereSubscriptionResponseTypeDef",
|
|
225
233
|
"ListEksAnywhereSubscriptionsResponseTypeDef",
|
|
226
234
|
"UpdateEksAnywhereSubscriptionResponseTypeDef",
|
|
235
|
+
"UpdateNodegroupConfigRequestRequestTypeDef",
|
|
236
|
+
"EncryptionConfigUnionTypeDef",
|
|
227
237
|
"CreateFargateProfileResponseTypeDef",
|
|
228
238
|
"DeleteFargateProfileResponseTypeDef",
|
|
229
239
|
"DescribeFargateProfileResponseTypeDef",
|
|
230
|
-
"
|
|
231
|
-
"AssociateEncryptionConfigRequestRequestTypeDef",
|
|
240
|
+
"CreateFargateProfileRequestRequestTypeDef",
|
|
232
241
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
233
242
|
"ListInsightsResponseTypeDef",
|
|
234
243
|
"NodegroupTypeDef",
|
|
235
244
|
"ClusterTypeDef",
|
|
236
|
-
"
|
|
245
|
+
"LoggingUnionTypeDef",
|
|
237
246
|
"UpdateClusterConfigRequestRequestTypeDef",
|
|
238
247
|
"AssociateEncryptionConfigResponseTypeDef",
|
|
239
248
|
"AssociateIdentityProviderConfigResponseTypeDef",
|
|
@@ -249,6 +258,8 @@ __all__ = (
|
|
|
249
258
|
"DescribeAddonResponseTypeDef",
|
|
250
259
|
"DescribeAddonVersionsResponseTypeDef",
|
|
251
260
|
"InsightTypeDef",
|
|
261
|
+
"AssociateEncryptionConfigRequestRequestTypeDef",
|
|
262
|
+
"CreateClusterRequestRequestTypeDef",
|
|
252
263
|
"CreateNodegroupResponseTypeDef",
|
|
253
264
|
"DeleteNodegroupResponseTypeDef",
|
|
254
265
|
"DescribeNodegroupResponseTypeDef",
|
|
@@ -288,8 +299,15 @@ AccessPolicyTypeDef = TypedDict(
|
|
|
288
299
|
"arn": NotRequired[str],
|
|
289
300
|
},
|
|
290
301
|
)
|
|
291
|
-
|
|
292
|
-
"
|
|
302
|
+
AccessScopeExtraOutputTypeDef = TypedDict(
|
|
303
|
+
"AccessScopeExtraOutputTypeDef",
|
|
304
|
+
{
|
|
305
|
+
"type": NotRequired[AccessScopeTypeType],
|
|
306
|
+
"namespaces": NotRequired[List[str]],
|
|
307
|
+
},
|
|
308
|
+
)
|
|
309
|
+
AccessScopeOutputTypeDef = TypedDict(
|
|
310
|
+
"AccessScopeOutputTypeDef",
|
|
293
311
|
{
|
|
294
312
|
"type": NotRequired[AccessScopeTypeType],
|
|
295
313
|
"namespaces": NotRequired[List[str]],
|
|
@@ -317,6 +335,20 @@ MarketplaceInformationTypeDef = TypedDict(
|
|
|
317
335
|
"productUrl": NotRequired[str],
|
|
318
336
|
},
|
|
319
337
|
)
|
|
338
|
+
AddonPodIdentityAssociationsTypeDef = TypedDict(
|
|
339
|
+
"AddonPodIdentityAssociationsTypeDef",
|
|
340
|
+
{
|
|
341
|
+
"serviceAccount": str,
|
|
342
|
+
"roleArn": str,
|
|
343
|
+
},
|
|
344
|
+
)
|
|
345
|
+
AddonPodIdentityConfigurationTypeDef = TypedDict(
|
|
346
|
+
"AddonPodIdentityConfigurationTypeDef",
|
|
347
|
+
{
|
|
348
|
+
"serviceAccount": NotRequired[str],
|
|
349
|
+
"recommendedManagedPolicies": NotRequired[List[str]],
|
|
350
|
+
},
|
|
351
|
+
)
|
|
320
352
|
CompatibilityTypeDef = TypedDict(
|
|
321
353
|
"CompatibilityTypeDef",
|
|
322
354
|
{
|
|
@@ -444,19 +476,6 @@ CreateAccessEntryRequestRequestTypeDef = TypedDict(
|
|
|
444
476
|
"type": NotRequired[str],
|
|
445
477
|
},
|
|
446
478
|
)
|
|
447
|
-
CreateAddonRequestRequestTypeDef = TypedDict(
|
|
448
|
-
"CreateAddonRequestRequestTypeDef",
|
|
449
|
-
{
|
|
450
|
-
"clusterName": str,
|
|
451
|
-
"addonName": str,
|
|
452
|
-
"addonVersion": NotRequired[str],
|
|
453
|
-
"serviceAccountRoleArn": NotRequired[str],
|
|
454
|
-
"resolveConflicts": NotRequired[ResolveConflictsType],
|
|
455
|
-
"clientRequestToken": NotRequired[str],
|
|
456
|
-
"tags": NotRequired[Mapping[str, str]],
|
|
457
|
-
"configurationValues": NotRequired[str],
|
|
458
|
-
},
|
|
459
|
-
)
|
|
460
479
|
KubernetesNetworkConfigRequestTypeDef = TypedDict(
|
|
461
480
|
"KubernetesNetworkConfigRequestTypeDef",
|
|
462
481
|
{
|
|
@@ -481,13 +500,6 @@ EksAnywhereSubscriptionTermTypeDef = TypedDict(
|
|
|
481
500
|
"unit": NotRequired[Literal["MONTHS"]],
|
|
482
501
|
},
|
|
483
502
|
)
|
|
484
|
-
FargateProfileSelectorTypeDef = TypedDict(
|
|
485
|
-
"FargateProfileSelectorTypeDef",
|
|
486
|
-
{
|
|
487
|
-
"namespace": NotRequired[str],
|
|
488
|
-
"labels": NotRequired[Mapping[str, str]],
|
|
489
|
-
},
|
|
490
|
-
)
|
|
491
503
|
LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
492
504
|
"LaunchTemplateSpecificationTypeDef",
|
|
493
505
|
{
|
|
@@ -549,6 +561,7 @@ PodIdentityAssociationTypeDef = TypedDict(
|
|
|
549
561
|
"tags": NotRequired[Dict[str, str]],
|
|
550
562
|
"createdAt": NotRequired[datetime],
|
|
551
563
|
"modifiedAt": NotRequired[datetime],
|
|
564
|
+
"ownerArn": NotRequired[str],
|
|
552
565
|
},
|
|
553
566
|
)
|
|
554
567
|
DeleteAccessEntryRequestRequestTypeDef = TypedDict(
|
|
@@ -731,6 +744,20 @@ ErrorDetailTypeDef = TypedDict(
|
|
|
731
744
|
"resourceIds": NotRequired[List[str]],
|
|
732
745
|
},
|
|
733
746
|
)
|
|
747
|
+
FargateProfileSelectorOutputTypeDef = TypedDict(
|
|
748
|
+
"FargateProfileSelectorOutputTypeDef",
|
|
749
|
+
{
|
|
750
|
+
"namespace": NotRequired[str],
|
|
751
|
+
"labels": NotRequired[Dict[str, str]],
|
|
752
|
+
},
|
|
753
|
+
)
|
|
754
|
+
FargateProfileSelectorTypeDef = TypedDict(
|
|
755
|
+
"FargateProfileSelectorTypeDef",
|
|
756
|
+
{
|
|
757
|
+
"namespace": NotRequired[str],
|
|
758
|
+
"labels": NotRequired[Mapping[str, str]],
|
|
759
|
+
},
|
|
760
|
+
)
|
|
734
761
|
OidcIdentityProviderConfigTypeDef = TypedDict(
|
|
735
762
|
"OidcIdentityProviderConfigTypeDef",
|
|
736
763
|
{
|
|
@@ -745,7 +772,7 @@ OidcIdentityProviderConfigTypeDef = TypedDict(
|
|
|
745
772
|
"groupsPrefix": NotRequired[str],
|
|
746
773
|
"requiredClaims": NotRequired[Dict[str, str]],
|
|
747
774
|
"tags": NotRequired[Dict[str, str]],
|
|
748
|
-
"status": NotRequired[
|
|
775
|
+
"status": NotRequired[ConfigStatusType],
|
|
749
776
|
},
|
|
750
777
|
)
|
|
751
778
|
OIDCTypeDef = TypedDict(
|
|
@@ -868,6 +895,7 @@ PodIdentityAssociationSummaryTypeDef = TypedDict(
|
|
|
868
895
|
"serviceAccount": NotRequired[str],
|
|
869
896
|
"associationArn": NotRequired[str],
|
|
870
897
|
"associationId": NotRequired[str],
|
|
898
|
+
"ownerArn": NotRequired[str],
|
|
871
899
|
},
|
|
872
900
|
)
|
|
873
901
|
ListTagsForResourceRequestRequestTypeDef = TypedDict(
|
|
@@ -886,6 +914,13 @@ ListUpdatesRequestRequestTypeDef = TypedDict(
|
|
|
886
914
|
"maxResults": NotRequired[int],
|
|
887
915
|
},
|
|
888
916
|
)
|
|
917
|
+
LogSetupOutputTypeDef = TypedDict(
|
|
918
|
+
"LogSetupOutputTypeDef",
|
|
919
|
+
{
|
|
920
|
+
"types": NotRequired[List[LogTypeType]],
|
|
921
|
+
"enabled": NotRequired[bool],
|
|
922
|
+
},
|
|
923
|
+
)
|
|
889
924
|
LogSetupTypeDef = TypedDict(
|
|
890
925
|
"LogSetupTypeDef",
|
|
891
926
|
{
|
|
@@ -893,6 +928,13 @@ LogSetupTypeDef = TypedDict(
|
|
|
893
928
|
"enabled": NotRequired[bool],
|
|
894
929
|
},
|
|
895
930
|
)
|
|
931
|
+
RemoteAccessConfigOutputTypeDef = TypedDict(
|
|
932
|
+
"RemoteAccessConfigOutputTypeDef",
|
|
933
|
+
{
|
|
934
|
+
"ec2SshKey": NotRequired[str],
|
|
935
|
+
"sourceSecurityGroups": NotRequired[List[str]],
|
|
936
|
+
},
|
|
937
|
+
)
|
|
896
938
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
897
939
|
"TagResourceRequestRequestTypeDef",
|
|
898
940
|
{
|
|
@@ -923,18 +965,6 @@ UpdateAccessEntryRequestRequestTypeDef = TypedDict(
|
|
|
923
965
|
"username": NotRequired[str],
|
|
924
966
|
},
|
|
925
967
|
)
|
|
926
|
-
UpdateAddonRequestRequestTypeDef = TypedDict(
|
|
927
|
-
"UpdateAddonRequestRequestTypeDef",
|
|
928
|
-
{
|
|
929
|
-
"clusterName": str,
|
|
930
|
-
"addonName": str,
|
|
931
|
-
"addonVersion": NotRequired[str],
|
|
932
|
-
"serviceAccountRoleArn": NotRequired[str],
|
|
933
|
-
"resolveConflicts": NotRequired[ResolveConflictsType],
|
|
934
|
-
"clientRequestToken": NotRequired[str],
|
|
935
|
-
"configurationValues": NotRequired[str],
|
|
936
|
-
},
|
|
937
|
-
)
|
|
938
968
|
UpdateClusterVersionRequestRequestTypeDef = TypedDict(
|
|
939
969
|
"UpdateClusterVersionRequestRequestTypeDef",
|
|
940
970
|
{
|
|
@@ -974,15 +1004,16 @@ UpdatePodIdentityAssociationRequestRequestTypeDef = TypedDict(
|
|
|
974
1004
|
"clientRequestToken": NotRequired[str],
|
|
975
1005
|
},
|
|
976
1006
|
)
|
|
977
|
-
|
|
978
|
-
"
|
|
1007
|
+
AssociatedAccessPolicyTypeDef = TypedDict(
|
|
1008
|
+
"AssociatedAccessPolicyTypeDef",
|
|
979
1009
|
{
|
|
980
1010
|
"policyArn": NotRequired[str],
|
|
981
|
-
"accessScope": NotRequired[
|
|
1011
|
+
"accessScope": NotRequired[AccessScopeOutputTypeDef],
|
|
982
1012
|
"associatedAt": NotRequired[datetime],
|
|
983
1013
|
"modifiedAt": NotRequired[datetime],
|
|
984
1014
|
},
|
|
985
1015
|
)
|
|
1016
|
+
AccessScopeUnionTypeDef = Union[AccessScopeTypeDef, AccessScopeExtraOutputTypeDef]
|
|
986
1017
|
AssociateAccessPolicyRequestRequestTypeDef = TypedDict(
|
|
987
1018
|
"AssociateAccessPolicyRequestRequestTypeDef",
|
|
988
1019
|
{
|
|
@@ -992,21 +1023,39 @@ AssociateAccessPolicyRequestRequestTypeDef = TypedDict(
|
|
|
992
1023
|
"accessScope": AccessScopeTypeDef,
|
|
993
1024
|
},
|
|
994
1025
|
)
|
|
995
|
-
AssociatedAccessPolicyTypeDef = TypedDict(
|
|
996
|
-
"AssociatedAccessPolicyTypeDef",
|
|
997
|
-
{
|
|
998
|
-
"policyArn": NotRequired[str],
|
|
999
|
-
"accessScope": NotRequired[AccessScopeTypeDef],
|
|
1000
|
-
"associatedAt": NotRequired[datetime],
|
|
1001
|
-
"modifiedAt": NotRequired[datetime],
|
|
1002
|
-
},
|
|
1003
|
-
)
|
|
1004
1026
|
AddonHealthTypeDef = TypedDict(
|
|
1005
1027
|
"AddonHealthTypeDef",
|
|
1006
1028
|
{
|
|
1007
1029
|
"issues": NotRequired[List[AddonIssueTypeDef]],
|
|
1008
1030
|
},
|
|
1009
1031
|
)
|
|
1032
|
+
CreateAddonRequestRequestTypeDef = TypedDict(
|
|
1033
|
+
"CreateAddonRequestRequestTypeDef",
|
|
1034
|
+
{
|
|
1035
|
+
"clusterName": str,
|
|
1036
|
+
"addonName": str,
|
|
1037
|
+
"addonVersion": NotRequired[str],
|
|
1038
|
+
"serviceAccountRoleArn": NotRequired[str],
|
|
1039
|
+
"resolveConflicts": NotRequired[ResolveConflictsType],
|
|
1040
|
+
"clientRequestToken": NotRequired[str],
|
|
1041
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1042
|
+
"configurationValues": NotRequired[str],
|
|
1043
|
+
"podIdentityAssociations": NotRequired[Sequence[AddonPodIdentityAssociationsTypeDef]],
|
|
1044
|
+
},
|
|
1045
|
+
)
|
|
1046
|
+
UpdateAddonRequestRequestTypeDef = TypedDict(
|
|
1047
|
+
"UpdateAddonRequestRequestTypeDef",
|
|
1048
|
+
{
|
|
1049
|
+
"clusterName": str,
|
|
1050
|
+
"addonName": str,
|
|
1051
|
+
"addonVersion": NotRequired[str],
|
|
1052
|
+
"serviceAccountRoleArn": NotRequired[str],
|
|
1053
|
+
"resolveConflicts": NotRequired[ResolveConflictsType],
|
|
1054
|
+
"clientRequestToken": NotRequired[str],
|
|
1055
|
+
"configurationValues": NotRequired[str],
|
|
1056
|
+
"podIdentityAssociations": NotRequired[Sequence[AddonPodIdentityAssociationsTypeDef]],
|
|
1057
|
+
},
|
|
1058
|
+
)
|
|
1010
1059
|
AddonVersionInfoTypeDef = TypedDict(
|
|
1011
1060
|
"AddonVersionInfoTypeDef",
|
|
1012
1061
|
{
|
|
@@ -1014,6 +1063,7 @@ AddonVersionInfoTypeDef = TypedDict(
|
|
|
1014
1063
|
"architecture": NotRequired[List[str]],
|
|
1015
1064
|
"compatibilities": NotRequired[List[CompatibilityTypeDef]],
|
|
1016
1065
|
"requiresConfiguration": NotRequired[bool],
|
|
1066
|
+
"requiresIamPermissions": NotRequired[bool],
|
|
1017
1067
|
},
|
|
1018
1068
|
)
|
|
1019
1069
|
CreateAccessEntryResponseTypeDef = TypedDict(
|
|
@@ -1036,6 +1086,7 @@ DescribeAddonConfigurationResponseTypeDef = TypedDict(
|
|
|
1036
1086
|
"addonName": str,
|
|
1037
1087
|
"addonVersion": str,
|
|
1038
1088
|
"configurationSchema": str,
|
|
1089
|
+
"podIdentityConfiguration": List[AddonPodIdentityConfigurationTypeDef],
|
|
1039
1090
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1040
1091
|
},
|
|
1041
1092
|
)
|
|
@@ -1195,32 +1246,6 @@ EksAnywhereSubscriptionTypeDef = TypedDict(
|
|
|
1195
1246
|
"tags": NotRequired[Dict[str, str]],
|
|
1196
1247
|
},
|
|
1197
1248
|
)
|
|
1198
|
-
CreateFargateProfileRequestRequestTypeDef = TypedDict(
|
|
1199
|
-
"CreateFargateProfileRequestRequestTypeDef",
|
|
1200
|
-
{
|
|
1201
|
-
"fargateProfileName": str,
|
|
1202
|
-
"clusterName": str,
|
|
1203
|
-
"podExecutionRoleArn": str,
|
|
1204
|
-
"subnets": NotRequired[Sequence[str]],
|
|
1205
|
-
"selectors": NotRequired[Sequence[FargateProfileSelectorTypeDef]],
|
|
1206
|
-
"clientRequestToken": NotRequired[str],
|
|
1207
|
-
"tags": NotRequired[Mapping[str, str]],
|
|
1208
|
-
},
|
|
1209
|
-
)
|
|
1210
|
-
FargateProfileTypeDef = TypedDict(
|
|
1211
|
-
"FargateProfileTypeDef",
|
|
1212
|
-
{
|
|
1213
|
-
"fargateProfileName": NotRequired[str],
|
|
1214
|
-
"fargateProfileArn": NotRequired[str],
|
|
1215
|
-
"clusterName": NotRequired[str],
|
|
1216
|
-
"createdAt": NotRequired[datetime],
|
|
1217
|
-
"podExecutionRoleArn": NotRequired[str],
|
|
1218
|
-
"subnets": NotRequired[List[str]],
|
|
1219
|
-
"selectors": NotRequired[List[FargateProfileSelectorTypeDef]],
|
|
1220
|
-
"status": NotRequired[FargateProfileStatusType],
|
|
1221
|
-
"tags": NotRequired[Dict[str, str]],
|
|
1222
|
-
},
|
|
1223
|
-
)
|
|
1224
1249
|
UpdateNodegroupVersionRequestRequestTypeDef = TypedDict(
|
|
1225
1250
|
"UpdateNodegroupVersionRequestRequestTypeDef",
|
|
1226
1251
|
{
|
|
@@ -1469,6 +1494,13 @@ ListIdentityProviderConfigsResponseTypeDef = TypedDict(
|
|
|
1469
1494
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1470
1495
|
},
|
|
1471
1496
|
)
|
|
1497
|
+
EncryptionConfigOutputTypeDef = TypedDict(
|
|
1498
|
+
"EncryptionConfigOutputTypeDef",
|
|
1499
|
+
{
|
|
1500
|
+
"resources": NotRequired[List[str]],
|
|
1501
|
+
"provider": NotRequired[ProviderTypeDef],
|
|
1502
|
+
},
|
|
1503
|
+
)
|
|
1472
1504
|
EncryptionConfigTypeDef = TypedDict(
|
|
1473
1505
|
"EncryptionConfigTypeDef",
|
|
1474
1506
|
{
|
|
@@ -1476,6 +1508,23 @@ EncryptionConfigTypeDef = TypedDict(
|
|
|
1476
1508
|
"provider": NotRequired[ProviderTypeDef],
|
|
1477
1509
|
},
|
|
1478
1510
|
)
|
|
1511
|
+
FargateProfileTypeDef = TypedDict(
|
|
1512
|
+
"FargateProfileTypeDef",
|
|
1513
|
+
{
|
|
1514
|
+
"fargateProfileName": NotRequired[str],
|
|
1515
|
+
"fargateProfileArn": NotRequired[str],
|
|
1516
|
+
"clusterName": NotRequired[str],
|
|
1517
|
+
"createdAt": NotRequired[datetime],
|
|
1518
|
+
"podExecutionRoleArn": NotRequired[str],
|
|
1519
|
+
"subnets": NotRequired[List[str]],
|
|
1520
|
+
"selectors": NotRequired[List[FargateProfileSelectorOutputTypeDef]],
|
|
1521
|
+
"status": NotRequired[FargateProfileStatusType],
|
|
1522
|
+
"tags": NotRequired[Dict[str, str]],
|
|
1523
|
+
},
|
|
1524
|
+
)
|
|
1525
|
+
FargateProfileSelectorUnionTypeDef = Union[
|
|
1526
|
+
FargateProfileSelectorTypeDef, FargateProfileSelectorOutputTypeDef
|
|
1527
|
+
]
|
|
1479
1528
|
IdentityProviderConfigResponseTypeDef = TypedDict(
|
|
1480
1529
|
"IdentityProviderConfigResponseTypeDef",
|
|
1481
1530
|
{
|
|
@@ -1540,12 +1589,19 @@ ListPodIdentityAssociationsResponseTypeDef = TypedDict(
|
|
|
1540
1589
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1541
1590
|
},
|
|
1542
1591
|
)
|
|
1592
|
+
LoggingOutputTypeDef = TypedDict(
|
|
1593
|
+
"LoggingOutputTypeDef",
|
|
1594
|
+
{
|
|
1595
|
+
"clusterLogging": NotRequired[List[LogSetupOutputTypeDef]],
|
|
1596
|
+
},
|
|
1597
|
+
)
|
|
1543
1598
|
LoggingTypeDef = TypedDict(
|
|
1544
1599
|
"LoggingTypeDef",
|
|
1545
1600
|
{
|
|
1546
1601
|
"clusterLogging": NotRequired[Sequence[LogSetupTypeDef]],
|
|
1547
1602
|
},
|
|
1548
1603
|
)
|
|
1604
|
+
RemoteAccessConfigUnionTypeDef = Union[RemoteAccessConfigTypeDef, RemoteAccessConfigOutputTypeDef]
|
|
1549
1605
|
UpdateTypeDef = TypedDict(
|
|
1550
1606
|
"UpdateTypeDef",
|
|
1551
1607
|
{
|
|
@@ -1557,16 +1613,6 @@ UpdateTypeDef = TypedDict(
|
|
|
1557
1613
|
"errors": NotRequired[List[ErrorDetailTypeDef]],
|
|
1558
1614
|
},
|
|
1559
1615
|
)
|
|
1560
|
-
ListAssociatedAccessPoliciesResponsePaginatorTypeDef = TypedDict(
|
|
1561
|
-
"ListAssociatedAccessPoliciesResponsePaginatorTypeDef",
|
|
1562
|
-
{
|
|
1563
|
-
"clusterName": str,
|
|
1564
|
-
"principalArn": str,
|
|
1565
|
-
"nextToken": str,
|
|
1566
|
-
"associatedAccessPolicies": List[AssociatedAccessPolicyPaginatorTypeDef],
|
|
1567
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1568
|
-
},
|
|
1569
|
-
)
|
|
1570
1616
|
AssociateAccessPolicyResponseTypeDef = TypedDict(
|
|
1571
1617
|
"AssociateAccessPolicyResponseTypeDef",
|
|
1572
1618
|
{
|
|
@@ -1603,6 +1649,7 @@ AddonTypeDef = TypedDict(
|
|
|
1603
1649
|
"owner": NotRequired[str],
|
|
1604
1650
|
"marketplaceInformation": NotRequired[MarketplaceInformationTypeDef],
|
|
1605
1651
|
"configurationValues": NotRequired[str],
|
|
1652
|
+
"podIdentityAssociations": NotRequired[List[str]],
|
|
1606
1653
|
},
|
|
1607
1654
|
)
|
|
1608
1655
|
AddonInfoTypeDef = TypedDict(
|
|
@@ -1658,6 +1705,19 @@ UpdateEksAnywhereSubscriptionResponseTypeDef = TypedDict(
|
|
|
1658
1705
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1659
1706
|
},
|
|
1660
1707
|
)
|
|
1708
|
+
UpdateNodegroupConfigRequestRequestTypeDef = TypedDict(
|
|
1709
|
+
"UpdateNodegroupConfigRequestRequestTypeDef",
|
|
1710
|
+
{
|
|
1711
|
+
"clusterName": str,
|
|
1712
|
+
"nodegroupName": str,
|
|
1713
|
+
"labels": NotRequired[UpdateLabelsPayloadTypeDef],
|
|
1714
|
+
"taints": NotRequired[UpdateTaintsPayloadTypeDef],
|
|
1715
|
+
"scalingConfig": NotRequired[NodegroupScalingConfigTypeDef],
|
|
1716
|
+
"updateConfig": NotRequired[NodegroupUpdateConfigTypeDef],
|
|
1717
|
+
"clientRequestToken": NotRequired[str],
|
|
1718
|
+
},
|
|
1719
|
+
)
|
|
1720
|
+
EncryptionConfigUnionTypeDef = Union[EncryptionConfigTypeDef, EncryptionConfigOutputTypeDef]
|
|
1661
1721
|
CreateFargateProfileResponseTypeDef = TypedDict(
|
|
1662
1722
|
"CreateFargateProfileResponseTypeDef",
|
|
1663
1723
|
{
|
|
@@ -1679,24 +1739,16 @@ DescribeFargateProfileResponseTypeDef = TypedDict(
|
|
|
1679
1739
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1680
1740
|
},
|
|
1681
1741
|
)
|
|
1682
|
-
|
|
1683
|
-
"
|
|
1684
|
-
{
|
|
1685
|
-
"clusterName": str,
|
|
1686
|
-
"nodegroupName": str,
|
|
1687
|
-
"labels": NotRequired[UpdateLabelsPayloadTypeDef],
|
|
1688
|
-
"taints": NotRequired[UpdateTaintsPayloadTypeDef],
|
|
1689
|
-
"scalingConfig": NotRequired[NodegroupScalingConfigTypeDef],
|
|
1690
|
-
"updateConfig": NotRequired[NodegroupUpdateConfigTypeDef],
|
|
1691
|
-
"clientRequestToken": NotRequired[str],
|
|
1692
|
-
},
|
|
1693
|
-
)
|
|
1694
|
-
AssociateEncryptionConfigRequestRequestTypeDef = TypedDict(
|
|
1695
|
-
"AssociateEncryptionConfigRequestRequestTypeDef",
|
|
1742
|
+
CreateFargateProfileRequestRequestTypeDef = TypedDict(
|
|
1743
|
+
"CreateFargateProfileRequestRequestTypeDef",
|
|
1696
1744
|
{
|
|
1745
|
+
"fargateProfileName": str,
|
|
1697
1746
|
"clusterName": str,
|
|
1698
|
-
"
|
|
1747
|
+
"podExecutionRoleArn": str,
|
|
1748
|
+
"subnets": NotRequired[Sequence[str]],
|
|
1749
|
+
"selectors": NotRequired[Sequence[FargateProfileSelectorUnionTypeDef]],
|
|
1699
1750
|
"clientRequestToken": NotRequired[str],
|
|
1751
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1700
1752
|
},
|
|
1701
1753
|
)
|
|
1702
1754
|
DescribeIdentityProviderConfigResponseTypeDef = TypedDict(
|
|
@@ -1729,7 +1781,7 @@ NodegroupTypeDef = TypedDict(
|
|
|
1729
1781
|
"scalingConfig": NotRequired[NodegroupScalingConfigTypeDef],
|
|
1730
1782
|
"instanceTypes": NotRequired[List[str]],
|
|
1731
1783
|
"subnets": NotRequired[List[str]],
|
|
1732
|
-
"remoteAccess": NotRequired[
|
|
1784
|
+
"remoteAccess": NotRequired[RemoteAccessConfigOutputTypeDef],
|
|
1733
1785
|
"amiType": NotRequired[AMITypesType],
|
|
1734
1786
|
"nodeRole": NotRequired[str],
|
|
1735
1787
|
"labels": NotRequired[Dict[str, str]],
|
|
@@ -1753,14 +1805,14 @@ ClusterTypeDef = TypedDict(
|
|
|
1753
1805
|
"roleArn": NotRequired[str],
|
|
1754
1806
|
"resourcesVpcConfig": NotRequired[VpcConfigResponseTypeDef],
|
|
1755
1807
|
"kubernetesNetworkConfig": NotRequired[KubernetesNetworkConfigResponseTypeDef],
|
|
1756
|
-
"logging": NotRequired[
|
|
1808
|
+
"logging": NotRequired[LoggingOutputTypeDef],
|
|
1757
1809
|
"identity": NotRequired[IdentityTypeDef],
|
|
1758
1810
|
"status": NotRequired[ClusterStatusType],
|
|
1759
1811
|
"certificateAuthority": NotRequired[CertificateTypeDef],
|
|
1760
1812
|
"clientRequestToken": NotRequired[str],
|
|
1761
1813
|
"platformVersion": NotRequired[str],
|
|
1762
1814
|
"tags": NotRequired[Dict[str, str]],
|
|
1763
|
-
"encryptionConfig": NotRequired[List[
|
|
1815
|
+
"encryptionConfig": NotRequired[List[EncryptionConfigOutputTypeDef]],
|
|
1764
1816
|
"connectorConfig": NotRequired[ConnectorConfigResponseTypeDef],
|
|
1765
1817
|
"id": NotRequired[str],
|
|
1766
1818
|
"health": NotRequired[ClusterHealthTypeDef],
|
|
@@ -1768,22 +1820,7 @@ ClusterTypeDef = TypedDict(
|
|
|
1768
1820
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1769
1821
|
},
|
|
1770
1822
|
)
|
|
1771
|
-
|
|
1772
|
-
"CreateClusterRequestRequestTypeDef",
|
|
1773
|
-
{
|
|
1774
|
-
"name": str,
|
|
1775
|
-
"roleArn": str,
|
|
1776
|
-
"resourcesVpcConfig": VpcConfigRequestTypeDef,
|
|
1777
|
-
"version": NotRequired[str],
|
|
1778
|
-
"kubernetesNetworkConfig": NotRequired[KubernetesNetworkConfigRequestTypeDef],
|
|
1779
|
-
"logging": NotRequired[LoggingTypeDef],
|
|
1780
|
-
"clientRequestToken": NotRequired[str],
|
|
1781
|
-
"tags": NotRequired[Mapping[str, str]],
|
|
1782
|
-
"encryptionConfig": NotRequired[Sequence[EncryptionConfigTypeDef]],
|
|
1783
|
-
"outpostConfig": NotRequired[OutpostConfigRequestTypeDef],
|
|
1784
|
-
"accessConfig": NotRequired[CreateAccessConfigRequestTypeDef],
|
|
1785
|
-
},
|
|
1786
|
-
)
|
|
1823
|
+
LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
|
|
1787
1824
|
UpdateClusterConfigRequestRequestTypeDef = TypedDict(
|
|
1788
1825
|
"UpdateClusterConfigRequestRequestTypeDef",
|
|
1789
1826
|
{
|
|
@@ -1904,6 +1941,30 @@ InsightTypeDef = TypedDict(
|
|
|
1904
1941
|
"categorySpecificSummary": NotRequired[InsightCategorySpecificSummaryTypeDef],
|
|
1905
1942
|
},
|
|
1906
1943
|
)
|
|
1944
|
+
AssociateEncryptionConfigRequestRequestTypeDef = TypedDict(
|
|
1945
|
+
"AssociateEncryptionConfigRequestRequestTypeDef",
|
|
1946
|
+
{
|
|
1947
|
+
"clusterName": str,
|
|
1948
|
+
"encryptionConfig": Sequence[EncryptionConfigUnionTypeDef],
|
|
1949
|
+
"clientRequestToken": NotRequired[str],
|
|
1950
|
+
},
|
|
1951
|
+
)
|
|
1952
|
+
CreateClusterRequestRequestTypeDef = TypedDict(
|
|
1953
|
+
"CreateClusterRequestRequestTypeDef",
|
|
1954
|
+
{
|
|
1955
|
+
"name": str,
|
|
1956
|
+
"roleArn": str,
|
|
1957
|
+
"resourcesVpcConfig": VpcConfigRequestTypeDef,
|
|
1958
|
+
"version": NotRequired[str],
|
|
1959
|
+
"kubernetesNetworkConfig": NotRequired[KubernetesNetworkConfigRequestTypeDef],
|
|
1960
|
+
"logging": NotRequired[LoggingTypeDef],
|
|
1961
|
+
"clientRequestToken": NotRequired[str],
|
|
1962
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1963
|
+
"encryptionConfig": NotRequired[Sequence[EncryptionConfigUnionTypeDef]],
|
|
1964
|
+
"outpostConfig": NotRequired[OutpostConfigRequestTypeDef],
|
|
1965
|
+
"accessConfig": NotRequired[CreateAccessConfigRequestTypeDef],
|
|
1966
|
+
},
|
|
1967
|
+
)
|
|
1907
1968
|
CreateNodegroupResponseTypeDef = TypedDict(
|
|
1908
1969
|
"CreateNodegroupResponseTypeDef",
|
|
1909
1970
|
{
|
mypy_boto3_eks/version.py
CHANGED
|
@@ -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.118
|
|
4
|
+
Summary: Type annotations for boto3.EKS 1.34.118 service generated with mypy-boto3-builder 7.24.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
|
|
@@ -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.118](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.
|
|
55
|
+
[mypy-boto3-builder 7.24.0](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
|