mypy-boto3-eks 1.36.0__py3-none-any.whl → 1.36.16__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/__init__.py +4 -2
- mypy_boto3_eks/__init__.pyi +4 -2
- mypy_boto3_eks/__main__.py +4 -4
- mypy_boto3_eks/client.py +116 -120
- mypy_boto3_eks/client.pyi +116 -120
- mypy_boto3_eks/literals.py +7 -2
- mypy_boto3_eks/literals.pyi +7 -2
- mypy_boto3_eks/paginator.py +2 -2
- mypy_boto3_eks/paginator.pyi +2 -2
- mypy_boto3_eks/type_defs.py +201 -160
- mypy_boto3_eks/type_defs.pyi +193 -158
- mypy_boto3_eks/version.py +1 -1
- mypy_boto3_eks/waiter.py +10 -6
- mypy_boto3_eks/waiter.pyi +10 -6
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/METADATA +6 -6
- mypy_boto3_eks-1.36.16.dist-info/RECORD +20 -0
- mypy_boto3_eks-1.36.0.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/WHEEL +0 -0
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/type_defs.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for eks service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AccessConfigResponseTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -41,12 +41,14 @@ from .literals import (
|
|
|
41
41
|
LogTypeType,
|
|
42
42
|
NodegroupIssueCodeType,
|
|
43
43
|
NodegroupStatusType,
|
|
44
|
+
NodegroupUpdateStrategiesType,
|
|
44
45
|
ResolveConflictsType,
|
|
45
46
|
SupportTypeType,
|
|
46
47
|
TaintEffectType,
|
|
47
48
|
UpdateParamTypeType,
|
|
48
49
|
UpdateStatusType,
|
|
49
50
|
UpdateTypeType,
|
|
51
|
+
VersionStatusType,
|
|
50
52
|
)
|
|
51
53
|
|
|
52
54
|
if sys.version_info >= (3, 9):
|
|
@@ -67,6 +69,7 @@ __all__ = (
|
|
|
67
69
|
"AccessPolicyTypeDef",
|
|
68
70
|
"AccessScopeOutputTypeDef",
|
|
69
71
|
"AccessScopeTypeDef",
|
|
72
|
+
"AccessScopeUnionTypeDef",
|
|
70
73
|
"AddonCompatibilityDetailTypeDef",
|
|
71
74
|
"AddonHealthTypeDef",
|
|
72
75
|
"AddonInfoTypeDef",
|
|
@@ -75,11 +78,11 @@ __all__ = (
|
|
|
75
78
|
"AddonPodIdentityConfigurationTypeDef",
|
|
76
79
|
"AddonTypeDef",
|
|
77
80
|
"AddonVersionInfoTypeDef",
|
|
78
|
-
"
|
|
81
|
+
"AssociateAccessPolicyRequestTypeDef",
|
|
79
82
|
"AssociateAccessPolicyResponseTypeDef",
|
|
80
|
-
"
|
|
83
|
+
"AssociateEncryptionConfigRequestTypeDef",
|
|
81
84
|
"AssociateEncryptionConfigResponseTypeDef",
|
|
82
|
-
"
|
|
85
|
+
"AssociateIdentityProviderConfigRequestTypeDef",
|
|
83
86
|
"AssociateIdentityProviderConfigResponseTypeDef",
|
|
84
87
|
"AssociatedAccessPolicyTypeDef",
|
|
85
88
|
"AutoScalingGroupTypeDef",
|
|
@@ -98,70 +101,74 @@ __all__ = (
|
|
|
98
101
|
"ControlPlanePlacementRequestTypeDef",
|
|
99
102
|
"ControlPlanePlacementResponseTypeDef",
|
|
100
103
|
"CreateAccessConfigRequestTypeDef",
|
|
101
|
-
"
|
|
104
|
+
"CreateAccessEntryRequestTypeDef",
|
|
102
105
|
"CreateAccessEntryResponseTypeDef",
|
|
103
|
-
"
|
|
106
|
+
"CreateAddonRequestTypeDef",
|
|
104
107
|
"CreateAddonResponseTypeDef",
|
|
105
|
-
"
|
|
108
|
+
"CreateClusterRequestTypeDef",
|
|
106
109
|
"CreateClusterResponseTypeDef",
|
|
107
|
-
"
|
|
110
|
+
"CreateEksAnywhereSubscriptionRequestTypeDef",
|
|
108
111
|
"CreateEksAnywhereSubscriptionResponseTypeDef",
|
|
109
|
-
"
|
|
112
|
+
"CreateFargateProfileRequestTypeDef",
|
|
110
113
|
"CreateFargateProfileResponseTypeDef",
|
|
111
|
-
"
|
|
114
|
+
"CreateNodegroupRequestTypeDef",
|
|
112
115
|
"CreateNodegroupResponseTypeDef",
|
|
113
|
-
"
|
|
116
|
+
"CreatePodIdentityAssociationRequestTypeDef",
|
|
114
117
|
"CreatePodIdentityAssociationResponseTypeDef",
|
|
115
|
-
"
|
|
116
|
-
"
|
|
118
|
+
"DeleteAccessEntryRequestTypeDef",
|
|
119
|
+
"DeleteAddonRequestTypeDef",
|
|
117
120
|
"DeleteAddonResponseTypeDef",
|
|
118
|
-
"
|
|
121
|
+
"DeleteClusterRequestTypeDef",
|
|
119
122
|
"DeleteClusterResponseTypeDef",
|
|
120
|
-
"
|
|
123
|
+
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
121
124
|
"DeleteEksAnywhereSubscriptionResponseTypeDef",
|
|
122
|
-
"
|
|
125
|
+
"DeleteFargateProfileRequestTypeDef",
|
|
123
126
|
"DeleteFargateProfileResponseTypeDef",
|
|
124
|
-
"
|
|
127
|
+
"DeleteNodegroupRequestTypeDef",
|
|
125
128
|
"DeleteNodegroupResponseTypeDef",
|
|
126
|
-
"
|
|
129
|
+
"DeletePodIdentityAssociationRequestTypeDef",
|
|
127
130
|
"DeletePodIdentityAssociationResponseTypeDef",
|
|
128
131
|
"DeprecationDetailTypeDef",
|
|
129
|
-
"
|
|
132
|
+
"DeregisterClusterRequestTypeDef",
|
|
130
133
|
"DeregisterClusterResponseTypeDef",
|
|
131
|
-
"
|
|
134
|
+
"DescribeAccessEntryRequestTypeDef",
|
|
132
135
|
"DescribeAccessEntryResponseTypeDef",
|
|
133
|
-
"
|
|
136
|
+
"DescribeAddonConfigurationRequestTypeDef",
|
|
134
137
|
"DescribeAddonConfigurationResponseTypeDef",
|
|
135
|
-
"
|
|
138
|
+
"DescribeAddonRequestTypeDef",
|
|
139
|
+
"DescribeAddonRequestWaitExtraTypeDef",
|
|
136
140
|
"DescribeAddonRequestWaitTypeDef",
|
|
137
141
|
"DescribeAddonResponseTypeDef",
|
|
138
142
|
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
139
|
-
"
|
|
143
|
+
"DescribeAddonVersionsRequestTypeDef",
|
|
140
144
|
"DescribeAddonVersionsResponseTypeDef",
|
|
141
|
-
"
|
|
145
|
+
"DescribeClusterRequestTypeDef",
|
|
146
|
+
"DescribeClusterRequestWaitExtraTypeDef",
|
|
142
147
|
"DescribeClusterRequestWaitTypeDef",
|
|
143
148
|
"DescribeClusterResponseTypeDef",
|
|
144
149
|
"DescribeClusterVersionsRequestPaginateTypeDef",
|
|
145
|
-
"
|
|
150
|
+
"DescribeClusterVersionsRequestTypeDef",
|
|
146
151
|
"DescribeClusterVersionsResponseTypeDef",
|
|
147
|
-
"
|
|
152
|
+
"DescribeEksAnywhereSubscriptionRequestTypeDef",
|
|
148
153
|
"DescribeEksAnywhereSubscriptionResponseTypeDef",
|
|
149
|
-
"
|
|
154
|
+
"DescribeFargateProfileRequestTypeDef",
|
|
155
|
+
"DescribeFargateProfileRequestWaitExtraTypeDef",
|
|
150
156
|
"DescribeFargateProfileRequestWaitTypeDef",
|
|
151
157
|
"DescribeFargateProfileResponseTypeDef",
|
|
152
|
-
"
|
|
158
|
+
"DescribeIdentityProviderConfigRequestTypeDef",
|
|
153
159
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
154
|
-
"
|
|
160
|
+
"DescribeInsightRequestTypeDef",
|
|
155
161
|
"DescribeInsightResponseTypeDef",
|
|
156
|
-
"
|
|
162
|
+
"DescribeNodegroupRequestTypeDef",
|
|
163
|
+
"DescribeNodegroupRequestWaitExtraTypeDef",
|
|
157
164
|
"DescribeNodegroupRequestWaitTypeDef",
|
|
158
165
|
"DescribeNodegroupResponseTypeDef",
|
|
159
|
-
"
|
|
166
|
+
"DescribePodIdentityAssociationRequestTypeDef",
|
|
160
167
|
"DescribePodIdentityAssociationResponseTypeDef",
|
|
161
|
-
"
|
|
168
|
+
"DescribeUpdateRequestTypeDef",
|
|
162
169
|
"DescribeUpdateResponseTypeDef",
|
|
163
|
-
"
|
|
164
|
-
"
|
|
170
|
+
"DisassociateAccessPolicyRequestTypeDef",
|
|
171
|
+
"DisassociateIdentityProviderConfigRequestTypeDef",
|
|
165
172
|
"DisassociateIdentityProviderConfigResponseTypeDef",
|
|
166
173
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
167
174
|
"EksAnywhereSubscriptionTypeDef",
|
|
@@ -190,48 +197,48 @@ __all__ = (
|
|
|
190
197
|
"KubernetesNetworkConfigResponseTypeDef",
|
|
191
198
|
"LaunchTemplateSpecificationTypeDef",
|
|
192
199
|
"ListAccessEntriesRequestPaginateTypeDef",
|
|
193
|
-
"
|
|
200
|
+
"ListAccessEntriesRequestTypeDef",
|
|
194
201
|
"ListAccessEntriesResponseTypeDef",
|
|
195
202
|
"ListAccessPoliciesRequestPaginateTypeDef",
|
|
196
|
-
"
|
|
203
|
+
"ListAccessPoliciesRequestTypeDef",
|
|
197
204
|
"ListAccessPoliciesResponseTypeDef",
|
|
198
205
|
"ListAddonsRequestPaginateTypeDef",
|
|
199
|
-
"
|
|
206
|
+
"ListAddonsRequestTypeDef",
|
|
200
207
|
"ListAddonsResponseTypeDef",
|
|
201
208
|
"ListAssociatedAccessPoliciesRequestPaginateTypeDef",
|
|
202
|
-
"
|
|
209
|
+
"ListAssociatedAccessPoliciesRequestTypeDef",
|
|
203
210
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
204
211
|
"ListClustersRequestPaginateTypeDef",
|
|
205
|
-
"
|
|
212
|
+
"ListClustersRequestTypeDef",
|
|
206
213
|
"ListClustersResponseTypeDef",
|
|
207
214
|
"ListEksAnywhereSubscriptionsRequestPaginateTypeDef",
|
|
208
|
-
"
|
|
215
|
+
"ListEksAnywhereSubscriptionsRequestTypeDef",
|
|
209
216
|
"ListEksAnywhereSubscriptionsResponseTypeDef",
|
|
210
217
|
"ListFargateProfilesRequestPaginateTypeDef",
|
|
211
|
-
"
|
|
218
|
+
"ListFargateProfilesRequestTypeDef",
|
|
212
219
|
"ListFargateProfilesResponseTypeDef",
|
|
213
220
|
"ListIdentityProviderConfigsRequestPaginateTypeDef",
|
|
214
|
-
"
|
|
221
|
+
"ListIdentityProviderConfigsRequestTypeDef",
|
|
215
222
|
"ListIdentityProviderConfigsResponseTypeDef",
|
|
216
223
|
"ListInsightsRequestPaginateTypeDef",
|
|
217
|
-
"
|
|
224
|
+
"ListInsightsRequestTypeDef",
|
|
218
225
|
"ListInsightsResponseTypeDef",
|
|
219
226
|
"ListNodegroupsRequestPaginateTypeDef",
|
|
220
|
-
"
|
|
227
|
+
"ListNodegroupsRequestTypeDef",
|
|
221
228
|
"ListNodegroupsResponseTypeDef",
|
|
222
229
|
"ListPodIdentityAssociationsRequestPaginateTypeDef",
|
|
223
|
-
"
|
|
230
|
+
"ListPodIdentityAssociationsRequestTypeDef",
|
|
224
231
|
"ListPodIdentityAssociationsResponseTypeDef",
|
|
225
|
-
"
|
|
232
|
+
"ListTagsForResourceRequestTypeDef",
|
|
226
233
|
"ListTagsForResourceResponseTypeDef",
|
|
227
234
|
"ListUpdatesRequestPaginateTypeDef",
|
|
228
|
-
"
|
|
235
|
+
"ListUpdatesRequestTypeDef",
|
|
229
236
|
"ListUpdatesResponseTypeDef",
|
|
230
237
|
"LogSetupOutputTypeDef",
|
|
231
238
|
"LogSetupTypeDef",
|
|
232
|
-
"LogSetupUnionTypeDef",
|
|
233
239
|
"LoggingOutputTypeDef",
|
|
234
240
|
"LoggingTypeDef",
|
|
241
|
+
"LoggingUnionTypeDef",
|
|
235
242
|
"MarketplaceInformationTypeDef",
|
|
236
243
|
"NodeRepairConfigTypeDef",
|
|
237
244
|
"NodegroupHealthTypeDef",
|
|
@@ -248,10 +255,11 @@ __all__ = (
|
|
|
248
255
|
"PodIdentityAssociationSummaryTypeDef",
|
|
249
256
|
"PodIdentityAssociationTypeDef",
|
|
250
257
|
"ProviderTypeDef",
|
|
251
|
-
"
|
|
258
|
+
"RegisterClusterRequestTypeDef",
|
|
252
259
|
"RegisterClusterResponseTypeDef",
|
|
253
260
|
"RemoteAccessConfigOutputTypeDef",
|
|
254
261
|
"RemoteAccessConfigTypeDef",
|
|
262
|
+
"RemoteAccessConfigUnionTypeDef",
|
|
255
263
|
"RemoteNetworkConfigRequestTypeDef",
|
|
256
264
|
"RemoteNetworkConfigResponseTypeDef",
|
|
257
265
|
"RemoteNodeNetworkOutputTypeDef",
|
|
@@ -263,27 +271,27 @@ __all__ = (
|
|
|
263
271
|
"ResponseMetadataTypeDef",
|
|
264
272
|
"StorageConfigRequestTypeDef",
|
|
265
273
|
"StorageConfigResponseTypeDef",
|
|
266
|
-
"
|
|
274
|
+
"TagResourceRequestTypeDef",
|
|
267
275
|
"TaintTypeDef",
|
|
268
|
-
"
|
|
276
|
+
"UntagResourceRequestTypeDef",
|
|
269
277
|
"UpdateAccessConfigRequestTypeDef",
|
|
270
|
-
"
|
|
278
|
+
"UpdateAccessEntryRequestTypeDef",
|
|
271
279
|
"UpdateAccessEntryResponseTypeDef",
|
|
272
|
-
"
|
|
280
|
+
"UpdateAddonRequestTypeDef",
|
|
273
281
|
"UpdateAddonResponseTypeDef",
|
|
274
|
-
"
|
|
282
|
+
"UpdateClusterConfigRequestTypeDef",
|
|
275
283
|
"UpdateClusterConfigResponseTypeDef",
|
|
276
|
-
"
|
|
284
|
+
"UpdateClusterVersionRequestTypeDef",
|
|
277
285
|
"UpdateClusterVersionResponseTypeDef",
|
|
278
|
-
"
|
|
286
|
+
"UpdateEksAnywhereSubscriptionRequestTypeDef",
|
|
279
287
|
"UpdateEksAnywhereSubscriptionResponseTypeDef",
|
|
280
288
|
"UpdateLabelsPayloadTypeDef",
|
|
281
|
-
"
|
|
289
|
+
"UpdateNodegroupConfigRequestTypeDef",
|
|
282
290
|
"UpdateNodegroupConfigResponseTypeDef",
|
|
283
|
-
"
|
|
291
|
+
"UpdateNodegroupVersionRequestTypeDef",
|
|
284
292
|
"UpdateNodegroupVersionResponseTypeDef",
|
|
285
293
|
"UpdateParamTypeDef",
|
|
286
|
-
"
|
|
294
|
+
"UpdatePodIdentityAssociationRequestTypeDef",
|
|
287
295
|
"UpdatePodIdentityAssociationResponseTypeDef",
|
|
288
296
|
"UpdateTaintsPayloadTypeDef",
|
|
289
297
|
"UpdateTypeDef",
|
|
@@ -455,6 +463,7 @@ class ClusterVersionInformationTypeDef(TypedDict):
|
|
|
455
463
|
endOfStandardSupportDate: NotRequired[datetime]
|
|
456
464
|
endOfExtendedSupportDate: NotRequired[datetime]
|
|
457
465
|
status: NotRequired[ClusterVersionStatusType]
|
|
466
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
458
467
|
kubernetesPatchVersion: NotRequired[str]
|
|
459
468
|
|
|
460
469
|
|
|
@@ -482,8 +491,8 @@ class CreateAccessConfigRequestTypeDef(TypedDict):
|
|
|
482
491
|
authenticationMode: NotRequired[AuthenticationModeType]
|
|
483
492
|
|
|
484
493
|
|
|
485
|
-
|
|
486
|
-
"
|
|
494
|
+
CreateAccessEntryRequestTypeDef = TypedDict(
|
|
495
|
+
"CreateAccessEntryRequestTypeDef",
|
|
487
496
|
{
|
|
488
497
|
"clusterName": str,
|
|
489
498
|
"principalArn": str,
|
|
@@ -540,11 +549,7 @@ class NodegroupScalingConfigTypeDef(TypedDict):
|
|
|
540
549
|
class NodegroupUpdateConfigTypeDef(TypedDict):
|
|
541
550
|
maxUnavailable: NotRequired[int]
|
|
542
551
|
maxUnavailablePercentage: NotRequired[int]
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
class RemoteAccessConfigTypeDef(TypedDict):
|
|
546
|
-
ec2SshKey: NotRequired[str]
|
|
547
|
-
sourceSecurityGroups: NotRequired[Sequence[str]]
|
|
552
|
+
updateStrategy: NotRequired[NodegroupUpdateStrategiesType]
|
|
548
553
|
|
|
549
554
|
|
|
550
555
|
class TaintTypeDef(TypedDict):
|
|
@@ -553,7 +558,7 @@ class TaintTypeDef(TypedDict):
|
|
|
553
558
|
effect: NotRequired[TaintEffectType]
|
|
554
559
|
|
|
555
560
|
|
|
556
|
-
class
|
|
561
|
+
class CreatePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
557
562
|
clusterName: str
|
|
558
563
|
namespace: str
|
|
559
564
|
serviceAccount: str
|
|
@@ -575,59 +580,59 @@ class PodIdentityAssociationTypeDef(TypedDict):
|
|
|
575
580
|
ownerArn: NotRequired[str]
|
|
576
581
|
|
|
577
582
|
|
|
578
|
-
class
|
|
583
|
+
class DeleteAccessEntryRequestTypeDef(TypedDict):
|
|
579
584
|
clusterName: str
|
|
580
585
|
principalArn: str
|
|
581
586
|
|
|
582
587
|
|
|
583
|
-
class
|
|
588
|
+
class DeleteAddonRequestTypeDef(TypedDict):
|
|
584
589
|
clusterName: str
|
|
585
590
|
addonName: str
|
|
586
591
|
preserve: NotRequired[bool]
|
|
587
592
|
|
|
588
593
|
|
|
589
|
-
class
|
|
594
|
+
class DeleteClusterRequestTypeDef(TypedDict):
|
|
590
595
|
name: str
|
|
591
596
|
|
|
592
597
|
|
|
593
|
-
|
|
594
|
-
"
|
|
598
|
+
DeleteEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
599
|
+
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
595
600
|
{
|
|
596
601
|
"id": str,
|
|
597
602
|
},
|
|
598
603
|
)
|
|
599
604
|
|
|
600
605
|
|
|
601
|
-
class
|
|
606
|
+
class DeleteFargateProfileRequestTypeDef(TypedDict):
|
|
602
607
|
clusterName: str
|
|
603
608
|
fargateProfileName: str
|
|
604
609
|
|
|
605
610
|
|
|
606
|
-
class
|
|
611
|
+
class DeleteNodegroupRequestTypeDef(TypedDict):
|
|
607
612
|
clusterName: str
|
|
608
613
|
nodegroupName: str
|
|
609
614
|
|
|
610
615
|
|
|
611
|
-
class
|
|
616
|
+
class DeletePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
612
617
|
clusterName: str
|
|
613
618
|
associationId: str
|
|
614
619
|
|
|
615
620
|
|
|
616
|
-
class
|
|
621
|
+
class DeregisterClusterRequestTypeDef(TypedDict):
|
|
617
622
|
name: str
|
|
618
623
|
|
|
619
624
|
|
|
620
|
-
class
|
|
625
|
+
class DescribeAccessEntryRequestTypeDef(TypedDict):
|
|
621
626
|
clusterName: str
|
|
622
627
|
principalArn: str
|
|
623
628
|
|
|
624
629
|
|
|
625
|
-
class
|
|
630
|
+
class DescribeAddonConfigurationRequestTypeDef(TypedDict):
|
|
626
631
|
addonName: str
|
|
627
632
|
addonVersion: str
|
|
628
633
|
|
|
629
634
|
|
|
630
|
-
class
|
|
635
|
+
class DescribeAddonRequestTypeDef(TypedDict):
|
|
631
636
|
clusterName: str
|
|
632
637
|
addonName: str
|
|
633
638
|
|
|
@@ -643,8 +648,8 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
643
648
|
StartingToken: NotRequired[str]
|
|
644
649
|
|
|
645
650
|
|
|
646
|
-
|
|
647
|
-
"
|
|
651
|
+
DescribeAddonVersionsRequestTypeDef = TypedDict(
|
|
652
|
+
"DescribeAddonVersionsRequestTypeDef",
|
|
648
653
|
{
|
|
649
654
|
"kubernetesVersion": NotRequired[str],
|
|
650
655
|
"maxResults": NotRequired[int],
|
|
@@ -657,11 +662,11 @@ DescribeAddonVersionsRequestRequestTypeDef = TypedDict(
|
|
|
657
662
|
)
|
|
658
663
|
|
|
659
664
|
|
|
660
|
-
class
|
|
665
|
+
class DescribeClusterRequestTypeDef(TypedDict):
|
|
661
666
|
name: str
|
|
662
667
|
|
|
663
668
|
|
|
664
|
-
class
|
|
669
|
+
class DescribeClusterVersionsRequestTypeDef(TypedDict):
|
|
665
670
|
clusterType: NotRequired[str]
|
|
666
671
|
maxResults: NotRequired[int]
|
|
667
672
|
nextToken: NotRequired[str]
|
|
@@ -669,17 +674,18 @@ class DescribeClusterVersionsRequestRequestTypeDef(TypedDict):
|
|
|
669
674
|
includeAll: NotRequired[bool]
|
|
670
675
|
clusterVersions: NotRequired[Sequence[str]]
|
|
671
676
|
status: NotRequired[ClusterVersionStatusType]
|
|
677
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
672
678
|
|
|
673
679
|
|
|
674
|
-
|
|
675
|
-
"
|
|
680
|
+
DescribeEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
681
|
+
"DescribeEksAnywhereSubscriptionRequestTypeDef",
|
|
676
682
|
{
|
|
677
683
|
"id": str,
|
|
678
684
|
},
|
|
679
685
|
)
|
|
680
686
|
|
|
681
687
|
|
|
682
|
-
class
|
|
688
|
+
class DescribeFargateProfileRequestTypeDef(TypedDict):
|
|
683
689
|
clusterName: str
|
|
684
690
|
fargateProfileName: str
|
|
685
691
|
|
|
@@ -691,8 +697,8 @@ IdentityProviderConfigTypeDef = TypedDict(
|
|
|
691
697
|
"name": str,
|
|
692
698
|
},
|
|
693
699
|
)
|
|
694
|
-
|
|
695
|
-
"
|
|
700
|
+
DescribeInsightRequestTypeDef = TypedDict(
|
|
701
|
+
"DescribeInsightRequestTypeDef",
|
|
696
702
|
{
|
|
697
703
|
"clusterName": str,
|
|
698
704
|
"id": str,
|
|
@@ -700,24 +706,24 @@ DescribeInsightRequestRequestTypeDef = TypedDict(
|
|
|
700
706
|
)
|
|
701
707
|
|
|
702
708
|
|
|
703
|
-
class
|
|
709
|
+
class DescribeNodegroupRequestTypeDef(TypedDict):
|
|
704
710
|
clusterName: str
|
|
705
711
|
nodegroupName: str
|
|
706
712
|
|
|
707
713
|
|
|
708
|
-
class
|
|
714
|
+
class DescribePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
709
715
|
clusterName: str
|
|
710
716
|
associationId: str
|
|
711
717
|
|
|
712
718
|
|
|
713
|
-
class
|
|
719
|
+
class DescribeUpdateRequestTypeDef(TypedDict):
|
|
714
720
|
name: str
|
|
715
721
|
updateId: str
|
|
716
722
|
nodegroupName: NotRequired[str]
|
|
717
723
|
addonName: NotRequired[str]
|
|
718
724
|
|
|
719
725
|
|
|
720
|
-
class
|
|
726
|
+
class DisassociateAccessPolicyRequestTypeDef(TypedDict):
|
|
721
727
|
clusterName: str
|
|
722
728
|
principalArn: str
|
|
723
729
|
policyArn: str
|
|
@@ -789,62 +795,62 @@ class IssueTypeDef(TypedDict):
|
|
|
789
795
|
resourceIds: NotRequired[List[str]]
|
|
790
796
|
|
|
791
797
|
|
|
792
|
-
class
|
|
798
|
+
class ListAccessEntriesRequestTypeDef(TypedDict):
|
|
793
799
|
clusterName: str
|
|
794
800
|
associatedPolicyArn: NotRequired[str]
|
|
795
801
|
maxResults: NotRequired[int]
|
|
796
802
|
nextToken: NotRequired[str]
|
|
797
803
|
|
|
798
804
|
|
|
799
|
-
class
|
|
805
|
+
class ListAccessPoliciesRequestTypeDef(TypedDict):
|
|
800
806
|
maxResults: NotRequired[int]
|
|
801
807
|
nextToken: NotRequired[str]
|
|
802
808
|
|
|
803
809
|
|
|
804
|
-
class
|
|
810
|
+
class ListAddonsRequestTypeDef(TypedDict):
|
|
805
811
|
clusterName: str
|
|
806
812
|
maxResults: NotRequired[int]
|
|
807
813
|
nextToken: NotRequired[str]
|
|
808
814
|
|
|
809
815
|
|
|
810
|
-
class
|
|
816
|
+
class ListAssociatedAccessPoliciesRequestTypeDef(TypedDict):
|
|
811
817
|
clusterName: str
|
|
812
818
|
principalArn: str
|
|
813
819
|
maxResults: NotRequired[int]
|
|
814
820
|
nextToken: NotRequired[str]
|
|
815
821
|
|
|
816
822
|
|
|
817
|
-
class
|
|
823
|
+
class ListClustersRequestTypeDef(TypedDict):
|
|
818
824
|
maxResults: NotRequired[int]
|
|
819
825
|
nextToken: NotRequired[str]
|
|
820
826
|
include: NotRequired[Sequence[str]]
|
|
821
827
|
|
|
822
828
|
|
|
823
|
-
class
|
|
829
|
+
class ListEksAnywhereSubscriptionsRequestTypeDef(TypedDict):
|
|
824
830
|
maxResults: NotRequired[int]
|
|
825
831
|
nextToken: NotRequired[str]
|
|
826
832
|
includeStatus: NotRequired[Sequence[EksAnywhereSubscriptionStatusType]]
|
|
827
833
|
|
|
828
834
|
|
|
829
|
-
class
|
|
835
|
+
class ListFargateProfilesRequestTypeDef(TypedDict):
|
|
830
836
|
clusterName: str
|
|
831
837
|
maxResults: NotRequired[int]
|
|
832
838
|
nextToken: NotRequired[str]
|
|
833
839
|
|
|
834
840
|
|
|
835
|
-
class
|
|
841
|
+
class ListIdentityProviderConfigsRequestTypeDef(TypedDict):
|
|
836
842
|
clusterName: str
|
|
837
843
|
maxResults: NotRequired[int]
|
|
838
844
|
nextToken: NotRequired[str]
|
|
839
845
|
|
|
840
846
|
|
|
841
|
-
class
|
|
847
|
+
class ListNodegroupsRequestTypeDef(TypedDict):
|
|
842
848
|
clusterName: str
|
|
843
849
|
maxResults: NotRequired[int]
|
|
844
850
|
nextToken: NotRequired[str]
|
|
845
851
|
|
|
846
852
|
|
|
847
|
-
class
|
|
853
|
+
class ListPodIdentityAssociationsRequestTypeDef(TypedDict):
|
|
848
854
|
clusterName: str
|
|
849
855
|
namespace: NotRequired[str]
|
|
850
856
|
serviceAccount: NotRequired[str]
|
|
@@ -861,11 +867,11 @@ class PodIdentityAssociationSummaryTypeDef(TypedDict):
|
|
|
861
867
|
ownerArn: NotRequired[str]
|
|
862
868
|
|
|
863
869
|
|
|
864
|
-
class
|
|
870
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
865
871
|
resourceArn: str
|
|
866
872
|
|
|
867
873
|
|
|
868
|
-
class
|
|
874
|
+
class ListUpdatesRequestTypeDef(TypedDict):
|
|
869
875
|
name: str
|
|
870
876
|
nodegroupName: NotRequired[str]
|
|
871
877
|
addonName: NotRequired[str]
|
|
@@ -894,6 +900,11 @@ class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
|
894
900
|
sourceSecurityGroups: NotRequired[List[str]]
|
|
895
901
|
|
|
896
902
|
|
|
903
|
+
class RemoteAccessConfigTypeDef(TypedDict):
|
|
904
|
+
ec2SshKey: NotRequired[str]
|
|
905
|
+
sourceSecurityGroups: NotRequired[Sequence[str]]
|
|
906
|
+
|
|
907
|
+
|
|
897
908
|
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
898
909
|
cidrs: NotRequired[List[str]]
|
|
899
910
|
|
|
@@ -910,12 +921,12 @@ class RemotePodNetworkTypeDef(TypedDict):
|
|
|
910
921
|
cidrs: NotRequired[Sequence[str]]
|
|
911
922
|
|
|
912
923
|
|
|
913
|
-
class
|
|
924
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
914
925
|
resourceArn: str
|
|
915
926
|
tags: Mapping[str, str]
|
|
916
927
|
|
|
917
928
|
|
|
918
|
-
class
|
|
929
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
919
930
|
resourceArn: str
|
|
920
931
|
tagKeys: Sequence[str]
|
|
921
932
|
|
|
@@ -924,7 +935,7 @@ class UpdateAccessConfigRequestTypeDef(TypedDict):
|
|
|
924
935
|
authenticationMode: NotRequired[AuthenticationModeType]
|
|
925
936
|
|
|
926
937
|
|
|
927
|
-
class
|
|
938
|
+
class UpdateAccessEntryRequestTypeDef(TypedDict):
|
|
928
939
|
clusterName: str
|
|
929
940
|
principalArn: str
|
|
930
941
|
kubernetesGroups: NotRequired[Sequence[str]]
|
|
@@ -932,14 +943,14 @@ class UpdateAccessEntryRequestRequestTypeDef(TypedDict):
|
|
|
932
943
|
username: NotRequired[str]
|
|
933
944
|
|
|
934
945
|
|
|
935
|
-
class
|
|
946
|
+
class UpdateClusterVersionRequestTypeDef(TypedDict):
|
|
936
947
|
name: str
|
|
937
948
|
version: str
|
|
938
949
|
clientRequestToken: NotRequired[str]
|
|
939
950
|
|
|
940
951
|
|
|
941
|
-
|
|
942
|
-
"
|
|
952
|
+
UpdateEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
953
|
+
"UpdateEksAnywhereSubscriptionRequestTypeDef",
|
|
943
954
|
{
|
|
944
955
|
"id": str,
|
|
945
956
|
"autoRenew": bool,
|
|
@@ -962,7 +973,7 @@ UpdateParamTypeDef = TypedDict(
|
|
|
962
973
|
)
|
|
963
974
|
|
|
964
975
|
|
|
965
|
-
class
|
|
976
|
+
class UpdatePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
966
977
|
clusterName: str
|
|
967
978
|
associationId: str
|
|
968
979
|
roleArn: NotRequired[str]
|
|
@@ -976,18 +987,14 @@ class AssociatedAccessPolicyTypeDef(TypedDict):
|
|
|
976
987
|
modifiedAt: NotRequired[datetime]
|
|
977
988
|
|
|
978
989
|
|
|
979
|
-
|
|
980
|
-
clusterName: str
|
|
981
|
-
principalArn: str
|
|
982
|
-
policyArn: str
|
|
983
|
-
accessScope: AccessScopeTypeDef
|
|
990
|
+
AccessScopeUnionTypeDef = Union[AccessScopeTypeDef, AccessScopeOutputTypeDef]
|
|
984
991
|
|
|
985
992
|
|
|
986
993
|
class AddonHealthTypeDef(TypedDict):
|
|
987
994
|
issues: NotRequired[List[AddonIssueTypeDef]]
|
|
988
995
|
|
|
989
996
|
|
|
990
|
-
class
|
|
997
|
+
class CreateAddonRequestTypeDef(TypedDict):
|
|
991
998
|
clusterName: str
|
|
992
999
|
addonName: str
|
|
993
1000
|
addonVersion: NotRequired[str]
|
|
@@ -999,7 +1006,7 @@ class CreateAddonRequestRequestTypeDef(TypedDict):
|
|
|
999
1006
|
podIdentityAssociations: NotRequired[Sequence[AddonPodIdentityAssociationsTypeDef]]
|
|
1000
1007
|
|
|
1001
1008
|
|
|
1002
|
-
class
|
|
1009
|
+
class UpdateAddonRequestTypeDef(TypedDict):
|
|
1003
1010
|
clusterName: str
|
|
1004
1011
|
addonName: str
|
|
1005
1012
|
addonVersion: NotRequired[str]
|
|
@@ -1089,7 +1096,7 @@ class UpdateAccessEntryResponseTypeDef(TypedDict):
|
|
|
1089
1096
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1090
1097
|
|
|
1091
1098
|
|
|
1092
|
-
class
|
|
1099
|
+
class AssociateIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
1093
1100
|
clusterName: str
|
|
1094
1101
|
oidc: OidcIdentityProviderConfigRequestTypeDef
|
|
1095
1102
|
tags: NotRequired[Mapping[str, str]]
|
|
@@ -1127,7 +1134,7 @@ class DescribeClusterVersionsResponseTypeDef(TypedDict):
|
|
|
1127
1134
|
nextToken: NotRequired[str]
|
|
1128
1135
|
|
|
1129
1136
|
|
|
1130
|
-
class
|
|
1137
|
+
class RegisterClusterRequestTypeDef(TypedDict):
|
|
1131
1138
|
name: str
|
|
1132
1139
|
connectorConfig: ConnectorConfigRequestTypeDef
|
|
1133
1140
|
clientRequestToken: NotRequired[str]
|
|
@@ -1146,7 +1153,7 @@ class OutpostConfigResponseTypeDef(TypedDict):
|
|
|
1146
1153
|
controlPlanePlacement: NotRequired[ControlPlanePlacementResponseTypeDef]
|
|
1147
1154
|
|
|
1148
1155
|
|
|
1149
|
-
class
|
|
1156
|
+
class CreateEksAnywhereSubscriptionRequestTypeDef(TypedDict):
|
|
1150
1157
|
name: str
|
|
1151
1158
|
term: EksAnywhereSubscriptionTermTypeDef
|
|
1152
1159
|
licenseQuantity: NotRequired[int]
|
|
@@ -1175,7 +1182,7 @@ EksAnywhereSubscriptionTypeDef = TypedDict(
|
|
|
1175
1182
|
)
|
|
1176
1183
|
|
|
1177
1184
|
|
|
1178
|
-
class
|
|
1185
|
+
class UpdateNodegroupVersionRequestTypeDef(TypedDict):
|
|
1179
1186
|
clusterName: str
|
|
1180
1187
|
nodegroupName: str
|
|
1181
1188
|
version: NotRequired[str]
|
|
@@ -1185,28 +1192,6 @@ class UpdateNodegroupVersionRequestRequestTypeDef(TypedDict):
|
|
|
1185
1192
|
clientRequestToken: NotRequired[str]
|
|
1186
1193
|
|
|
1187
1194
|
|
|
1188
|
-
class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
1189
|
-
clusterName: str
|
|
1190
|
-
nodegroupName: str
|
|
1191
|
-
subnets: Sequence[str]
|
|
1192
|
-
nodeRole: str
|
|
1193
|
-
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1194
|
-
diskSize: NotRequired[int]
|
|
1195
|
-
instanceTypes: NotRequired[Sequence[str]]
|
|
1196
|
-
amiType: NotRequired[AMITypesType]
|
|
1197
|
-
remoteAccess: NotRequired[RemoteAccessConfigTypeDef]
|
|
1198
|
-
labels: NotRequired[Mapping[str, str]]
|
|
1199
|
-
taints: NotRequired[Sequence[TaintTypeDef]]
|
|
1200
|
-
tags: NotRequired[Mapping[str, str]]
|
|
1201
|
-
clientRequestToken: NotRequired[str]
|
|
1202
|
-
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1203
|
-
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1204
|
-
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1205
|
-
capacityType: NotRequired[CapacityTypesType]
|
|
1206
|
-
version: NotRequired[str]
|
|
1207
|
-
releaseVersion: NotRequired[str]
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
1195
|
class UpdateTaintsPayloadTypeDef(TypedDict):
|
|
1211
1196
|
addOrUpdateTaints: NotRequired[Sequence[TaintTypeDef]]
|
|
1212
1197
|
removeTaints: NotRequired[Sequence[TaintTypeDef]]
|
|
@@ -1232,23 +1217,46 @@ class UpdatePodIdentityAssociationResponseTypeDef(TypedDict):
|
|
|
1232
1217
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1233
1218
|
|
|
1234
1219
|
|
|
1220
|
+
class DescribeAddonRequestWaitExtraTypeDef(TypedDict):
|
|
1221
|
+
clusterName: str
|
|
1222
|
+
addonName: str
|
|
1223
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1224
|
+
|
|
1225
|
+
|
|
1235
1226
|
class DescribeAddonRequestWaitTypeDef(TypedDict):
|
|
1236
1227
|
clusterName: str
|
|
1237
1228
|
addonName: str
|
|
1238
1229
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1239
1230
|
|
|
1240
1231
|
|
|
1232
|
+
class DescribeClusterRequestWaitExtraTypeDef(TypedDict):
|
|
1233
|
+
name: str
|
|
1234
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1235
|
+
|
|
1236
|
+
|
|
1241
1237
|
class DescribeClusterRequestWaitTypeDef(TypedDict):
|
|
1242
1238
|
name: str
|
|
1243
1239
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1244
1240
|
|
|
1245
1241
|
|
|
1242
|
+
class DescribeFargateProfileRequestWaitExtraTypeDef(TypedDict):
|
|
1243
|
+
clusterName: str
|
|
1244
|
+
fargateProfileName: str
|
|
1245
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1246
|
+
|
|
1247
|
+
|
|
1246
1248
|
class DescribeFargateProfileRequestWaitTypeDef(TypedDict):
|
|
1247
1249
|
clusterName: str
|
|
1248
1250
|
fargateProfileName: str
|
|
1249
1251
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1250
1252
|
|
|
1251
1253
|
|
|
1254
|
+
class DescribeNodegroupRequestWaitExtraTypeDef(TypedDict):
|
|
1255
|
+
clusterName: str
|
|
1256
|
+
nodegroupName: str
|
|
1257
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1258
|
+
|
|
1259
|
+
|
|
1252
1260
|
class DescribeNodegroupRequestWaitTypeDef(TypedDict):
|
|
1253
1261
|
clusterName: str
|
|
1254
1262
|
nodegroupName: str
|
|
@@ -1274,6 +1282,7 @@ class DescribeClusterVersionsRequestPaginateTypeDef(TypedDict):
|
|
|
1274
1282
|
includeAll: NotRequired[bool]
|
|
1275
1283
|
clusterVersions: NotRequired[Sequence[str]]
|
|
1276
1284
|
status: NotRequired[ClusterVersionStatusType]
|
|
1285
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
1277
1286
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1278
1287
|
|
|
1279
1288
|
|
|
@@ -1337,12 +1346,12 @@ class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
|
1337
1346
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1338
1347
|
|
|
1339
1348
|
|
|
1340
|
-
class
|
|
1349
|
+
class DescribeIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
1341
1350
|
clusterName: str
|
|
1342
1351
|
identityProviderConfig: IdentityProviderConfigTypeDef
|
|
1343
1352
|
|
|
1344
1353
|
|
|
1345
|
-
class
|
|
1354
|
+
class DisassociateIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
1346
1355
|
clusterName: str
|
|
1347
1356
|
identityProviderConfig: IdentityProviderConfigTypeDef
|
|
1348
1357
|
clientRequestToken: NotRequired[str]
|
|
@@ -1421,8 +1430,8 @@ ListInsightsRequestPaginateTypeDef = TypedDict(
|
|
|
1421
1430
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1422
1431
|
},
|
|
1423
1432
|
)
|
|
1424
|
-
|
|
1425
|
-
"
|
|
1433
|
+
ListInsightsRequestTypeDef = TypedDict(
|
|
1434
|
+
"ListInsightsRequestTypeDef",
|
|
1426
1435
|
{
|
|
1427
1436
|
"clusterName": str,
|
|
1428
1437
|
"filter": NotRequired[InsightsFilterTypeDef],
|
|
@@ -1446,7 +1455,11 @@ class LoggingOutputTypeDef(TypedDict):
|
|
|
1446
1455
|
clusterLogging: NotRequired[List[LogSetupOutputTypeDef]]
|
|
1447
1456
|
|
|
1448
1457
|
|
|
1449
|
-
|
|
1458
|
+
class LoggingTypeDef(TypedDict):
|
|
1459
|
+
clusterLogging: NotRequired[Sequence[LogSetupTypeDef]]
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
RemoteAccessConfigUnionTypeDef = Union[RemoteAccessConfigTypeDef, RemoteAccessConfigOutputTypeDef]
|
|
1450
1463
|
|
|
1451
1464
|
|
|
1452
1465
|
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
@@ -1484,6 +1497,13 @@ class ListAssociatedAccessPoliciesResponseTypeDef(TypedDict):
|
|
|
1484
1497
|
nextToken: NotRequired[str]
|
|
1485
1498
|
|
|
1486
1499
|
|
|
1500
|
+
class AssociateAccessPolicyRequestTypeDef(TypedDict):
|
|
1501
|
+
clusterName: str
|
|
1502
|
+
principalArn: str
|
|
1503
|
+
policyArn: str
|
|
1504
|
+
accessScope: AccessScopeUnionTypeDef
|
|
1505
|
+
|
|
1506
|
+
|
|
1487
1507
|
class AddonTypeDef(TypedDict):
|
|
1488
1508
|
addonName: NotRequired[str]
|
|
1489
1509
|
clusterName: NotRequired[str]
|
|
@@ -1546,7 +1566,7 @@ class UpdateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
|
1546
1566
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1547
1567
|
|
|
1548
1568
|
|
|
1549
|
-
class
|
|
1569
|
+
class UpdateNodegroupConfigRequestTypeDef(TypedDict):
|
|
1550
1570
|
clusterName: str
|
|
1551
1571
|
nodegroupName: str
|
|
1552
1572
|
labels: NotRequired[UpdateLabelsPayloadTypeDef]
|
|
@@ -1573,7 +1593,7 @@ class FargateProfileTypeDef(TypedDict):
|
|
|
1573
1593
|
health: NotRequired[FargateProfileHealthTypeDef]
|
|
1574
1594
|
|
|
1575
1595
|
|
|
1576
|
-
class
|
|
1596
|
+
class CreateFargateProfileRequestTypeDef(TypedDict):
|
|
1577
1597
|
fargateProfileName: str
|
|
1578
1598
|
clusterName: str
|
|
1579
1599
|
podExecutionRoleArn: str
|
|
@@ -1621,8 +1641,29 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1621
1641
|
tags: NotRequired[Dict[str, str]]
|
|
1622
1642
|
|
|
1623
1643
|
|
|
1624
|
-
|
|
1625
|
-
|
|
1644
|
+
LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
class CreateNodegroupRequestTypeDef(TypedDict):
|
|
1648
|
+
clusterName: str
|
|
1649
|
+
nodegroupName: str
|
|
1650
|
+
subnets: Sequence[str]
|
|
1651
|
+
nodeRole: str
|
|
1652
|
+
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1653
|
+
diskSize: NotRequired[int]
|
|
1654
|
+
instanceTypes: NotRequired[Sequence[str]]
|
|
1655
|
+
amiType: NotRequired[AMITypesType]
|
|
1656
|
+
remoteAccess: NotRequired[RemoteAccessConfigUnionTypeDef]
|
|
1657
|
+
labels: NotRequired[Mapping[str, str]]
|
|
1658
|
+
taints: NotRequired[Sequence[TaintTypeDef]]
|
|
1659
|
+
tags: NotRequired[Mapping[str, str]]
|
|
1660
|
+
clientRequestToken: NotRequired[str]
|
|
1661
|
+
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1662
|
+
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1663
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1664
|
+
capacityType: NotRequired[CapacityTypesType]
|
|
1665
|
+
version: NotRequired[str]
|
|
1666
|
+
releaseVersion: NotRequired[str]
|
|
1626
1667
|
|
|
1627
1668
|
|
|
1628
1669
|
ClusterTypeDef = TypedDict(
|
|
@@ -1749,7 +1790,7 @@ InsightTypeDef = TypedDict(
|
|
|
1749
1790
|
)
|
|
1750
1791
|
|
|
1751
1792
|
|
|
1752
|
-
class
|
|
1793
|
+
class AssociateEncryptionConfigRequestTypeDef(TypedDict):
|
|
1753
1794
|
clusterName: str
|
|
1754
1795
|
encryptionConfig: Sequence[EncryptionConfigUnionTypeDef]
|
|
1755
1796
|
clientRequestToken: NotRequired[str]
|
|
@@ -1785,10 +1826,10 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1785
1826
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1786
1827
|
|
|
1787
1828
|
|
|
1788
|
-
class
|
|
1829
|
+
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1789
1830
|
name: str
|
|
1790
1831
|
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1791
|
-
logging: NotRequired[
|
|
1832
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1792
1833
|
clientRequestToken: NotRequired[str]
|
|
1793
1834
|
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1794
1835
|
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
@@ -1823,16 +1864,16 @@ class RegisterClusterResponseTypeDef(TypedDict):
|
|
|
1823
1864
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1824
1865
|
|
|
1825
1866
|
|
|
1826
|
-
class
|
|
1867
|
+
class CreateClusterRequestTypeDef(TypedDict):
|
|
1827
1868
|
name: str
|
|
1828
1869
|
roleArn: str
|
|
1829
1870
|
resourcesVpcConfig: VpcConfigRequestTypeDef
|
|
1830
1871
|
version: NotRequired[str]
|
|
1831
1872
|
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1832
|
-
logging: NotRequired[
|
|
1873
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1833
1874
|
clientRequestToken: NotRequired[str]
|
|
1834
1875
|
tags: NotRequired[Mapping[str, str]]
|
|
1835
|
-
encryptionConfig: NotRequired[Sequence[
|
|
1876
|
+
encryptionConfig: NotRequired[Sequence[EncryptionConfigUnionTypeDef]]
|
|
1836
1877
|
outpostConfig: NotRequired[OutpostConfigRequestTypeDef]
|
|
1837
1878
|
accessConfig: NotRequired[CreateAccessConfigRequestTypeDef]
|
|
1838
1879
|
bootstrapSelfManagedAddons: NotRequired[bool]
|