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.pyi
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):
|
|
@@ -66,6 +68,7 @@ __all__ = (
|
|
|
66
68
|
"AccessPolicyTypeDef",
|
|
67
69
|
"AccessScopeOutputTypeDef",
|
|
68
70
|
"AccessScopeTypeDef",
|
|
71
|
+
"AccessScopeUnionTypeDef",
|
|
69
72
|
"AddonCompatibilityDetailTypeDef",
|
|
70
73
|
"AddonHealthTypeDef",
|
|
71
74
|
"AddonInfoTypeDef",
|
|
@@ -74,11 +77,11 @@ __all__ = (
|
|
|
74
77
|
"AddonPodIdentityConfigurationTypeDef",
|
|
75
78
|
"AddonTypeDef",
|
|
76
79
|
"AddonVersionInfoTypeDef",
|
|
77
|
-
"
|
|
80
|
+
"AssociateAccessPolicyRequestTypeDef",
|
|
78
81
|
"AssociateAccessPolicyResponseTypeDef",
|
|
79
|
-
"
|
|
82
|
+
"AssociateEncryptionConfigRequestTypeDef",
|
|
80
83
|
"AssociateEncryptionConfigResponseTypeDef",
|
|
81
|
-
"
|
|
84
|
+
"AssociateIdentityProviderConfigRequestTypeDef",
|
|
82
85
|
"AssociateIdentityProviderConfigResponseTypeDef",
|
|
83
86
|
"AssociatedAccessPolicyTypeDef",
|
|
84
87
|
"AutoScalingGroupTypeDef",
|
|
@@ -97,70 +100,74 @@ __all__ = (
|
|
|
97
100
|
"ControlPlanePlacementRequestTypeDef",
|
|
98
101
|
"ControlPlanePlacementResponseTypeDef",
|
|
99
102
|
"CreateAccessConfigRequestTypeDef",
|
|
100
|
-
"
|
|
103
|
+
"CreateAccessEntryRequestTypeDef",
|
|
101
104
|
"CreateAccessEntryResponseTypeDef",
|
|
102
|
-
"
|
|
105
|
+
"CreateAddonRequestTypeDef",
|
|
103
106
|
"CreateAddonResponseTypeDef",
|
|
104
|
-
"
|
|
107
|
+
"CreateClusterRequestTypeDef",
|
|
105
108
|
"CreateClusterResponseTypeDef",
|
|
106
|
-
"
|
|
109
|
+
"CreateEksAnywhereSubscriptionRequestTypeDef",
|
|
107
110
|
"CreateEksAnywhereSubscriptionResponseTypeDef",
|
|
108
|
-
"
|
|
111
|
+
"CreateFargateProfileRequestTypeDef",
|
|
109
112
|
"CreateFargateProfileResponseTypeDef",
|
|
110
|
-
"
|
|
113
|
+
"CreateNodegroupRequestTypeDef",
|
|
111
114
|
"CreateNodegroupResponseTypeDef",
|
|
112
|
-
"
|
|
115
|
+
"CreatePodIdentityAssociationRequestTypeDef",
|
|
113
116
|
"CreatePodIdentityAssociationResponseTypeDef",
|
|
114
|
-
"
|
|
115
|
-
"
|
|
117
|
+
"DeleteAccessEntryRequestTypeDef",
|
|
118
|
+
"DeleteAddonRequestTypeDef",
|
|
116
119
|
"DeleteAddonResponseTypeDef",
|
|
117
|
-
"
|
|
120
|
+
"DeleteClusterRequestTypeDef",
|
|
118
121
|
"DeleteClusterResponseTypeDef",
|
|
119
|
-
"
|
|
122
|
+
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
120
123
|
"DeleteEksAnywhereSubscriptionResponseTypeDef",
|
|
121
|
-
"
|
|
124
|
+
"DeleteFargateProfileRequestTypeDef",
|
|
122
125
|
"DeleteFargateProfileResponseTypeDef",
|
|
123
|
-
"
|
|
126
|
+
"DeleteNodegroupRequestTypeDef",
|
|
124
127
|
"DeleteNodegroupResponseTypeDef",
|
|
125
|
-
"
|
|
128
|
+
"DeletePodIdentityAssociationRequestTypeDef",
|
|
126
129
|
"DeletePodIdentityAssociationResponseTypeDef",
|
|
127
130
|
"DeprecationDetailTypeDef",
|
|
128
|
-
"
|
|
131
|
+
"DeregisterClusterRequestTypeDef",
|
|
129
132
|
"DeregisterClusterResponseTypeDef",
|
|
130
|
-
"
|
|
133
|
+
"DescribeAccessEntryRequestTypeDef",
|
|
131
134
|
"DescribeAccessEntryResponseTypeDef",
|
|
132
|
-
"
|
|
135
|
+
"DescribeAddonConfigurationRequestTypeDef",
|
|
133
136
|
"DescribeAddonConfigurationResponseTypeDef",
|
|
134
|
-
"
|
|
137
|
+
"DescribeAddonRequestTypeDef",
|
|
138
|
+
"DescribeAddonRequestWaitExtraTypeDef",
|
|
135
139
|
"DescribeAddonRequestWaitTypeDef",
|
|
136
140
|
"DescribeAddonResponseTypeDef",
|
|
137
141
|
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
138
|
-
"
|
|
142
|
+
"DescribeAddonVersionsRequestTypeDef",
|
|
139
143
|
"DescribeAddonVersionsResponseTypeDef",
|
|
140
|
-
"
|
|
144
|
+
"DescribeClusterRequestTypeDef",
|
|
145
|
+
"DescribeClusterRequestWaitExtraTypeDef",
|
|
141
146
|
"DescribeClusterRequestWaitTypeDef",
|
|
142
147
|
"DescribeClusterResponseTypeDef",
|
|
143
148
|
"DescribeClusterVersionsRequestPaginateTypeDef",
|
|
144
|
-
"
|
|
149
|
+
"DescribeClusterVersionsRequestTypeDef",
|
|
145
150
|
"DescribeClusterVersionsResponseTypeDef",
|
|
146
|
-
"
|
|
151
|
+
"DescribeEksAnywhereSubscriptionRequestTypeDef",
|
|
147
152
|
"DescribeEksAnywhereSubscriptionResponseTypeDef",
|
|
148
|
-
"
|
|
153
|
+
"DescribeFargateProfileRequestTypeDef",
|
|
154
|
+
"DescribeFargateProfileRequestWaitExtraTypeDef",
|
|
149
155
|
"DescribeFargateProfileRequestWaitTypeDef",
|
|
150
156
|
"DescribeFargateProfileResponseTypeDef",
|
|
151
|
-
"
|
|
157
|
+
"DescribeIdentityProviderConfigRequestTypeDef",
|
|
152
158
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
153
|
-
"
|
|
159
|
+
"DescribeInsightRequestTypeDef",
|
|
154
160
|
"DescribeInsightResponseTypeDef",
|
|
155
|
-
"
|
|
161
|
+
"DescribeNodegroupRequestTypeDef",
|
|
162
|
+
"DescribeNodegroupRequestWaitExtraTypeDef",
|
|
156
163
|
"DescribeNodegroupRequestWaitTypeDef",
|
|
157
164
|
"DescribeNodegroupResponseTypeDef",
|
|
158
|
-
"
|
|
165
|
+
"DescribePodIdentityAssociationRequestTypeDef",
|
|
159
166
|
"DescribePodIdentityAssociationResponseTypeDef",
|
|
160
|
-
"
|
|
167
|
+
"DescribeUpdateRequestTypeDef",
|
|
161
168
|
"DescribeUpdateResponseTypeDef",
|
|
162
|
-
"
|
|
163
|
-
"
|
|
169
|
+
"DisassociateAccessPolicyRequestTypeDef",
|
|
170
|
+
"DisassociateIdentityProviderConfigRequestTypeDef",
|
|
164
171
|
"DisassociateIdentityProviderConfigResponseTypeDef",
|
|
165
172
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
166
173
|
"EksAnywhereSubscriptionTypeDef",
|
|
@@ -189,48 +196,48 @@ __all__ = (
|
|
|
189
196
|
"KubernetesNetworkConfigResponseTypeDef",
|
|
190
197
|
"LaunchTemplateSpecificationTypeDef",
|
|
191
198
|
"ListAccessEntriesRequestPaginateTypeDef",
|
|
192
|
-
"
|
|
199
|
+
"ListAccessEntriesRequestTypeDef",
|
|
193
200
|
"ListAccessEntriesResponseTypeDef",
|
|
194
201
|
"ListAccessPoliciesRequestPaginateTypeDef",
|
|
195
|
-
"
|
|
202
|
+
"ListAccessPoliciesRequestTypeDef",
|
|
196
203
|
"ListAccessPoliciesResponseTypeDef",
|
|
197
204
|
"ListAddonsRequestPaginateTypeDef",
|
|
198
|
-
"
|
|
205
|
+
"ListAddonsRequestTypeDef",
|
|
199
206
|
"ListAddonsResponseTypeDef",
|
|
200
207
|
"ListAssociatedAccessPoliciesRequestPaginateTypeDef",
|
|
201
|
-
"
|
|
208
|
+
"ListAssociatedAccessPoliciesRequestTypeDef",
|
|
202
209
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
203
210
|
"ListClustersRequestPaginateTypeDef",
|
|
204
|
-
"
|
|
211
|
+
"ListClustersRequestTypeDef",
|
|
205
212
|
"ListClustersResponseTypeDef",
|
|
206
213
|
"ListEksAnywhereSubscriptionsRequestPaginateTypeDef",
|
|
207
|
-
"
|
|
214
|
+
"ListEksAnywhereSubscriptionsRequestTypeDef",
|
|
208
215
|
"ListEksAnywhereSubscriptionsResponseTypeDef",
|
|
209
216
|
"ListFargateProfilesRequestPaginateTypeDef",
|
|
210
|
-
"
|
|
217
|
+
"ListFargateProfilesRequestTypeDef",
|
|
211
218
|
"ListFargateProfilesResponseTypeDef",
|
|
212
219
|
"ListIdentityProviderConfigsRequestPaginateTypeDef",
|
|
213
|
-
"
|
|
220
|
+
"ListIdentityProviderConfigsRequestTypeDef",
|
|
214
221
|
"ListIdentityProviderConfigsResponseTypeDef",
|
|
215
222
|
"ListInsightsRequestPaginateTypeDef",
|
|
216
|
-
"
|
|
223
|
+
"ListInsightsRequestTypeDef",
|
|
217
224
|
"ListInsightsResponseTypeDef",
|
|
218
225
|
"ListNodegroupsRequestPaginateTypeDef",
|
|
219
|
-
"
|
|
226
|
+
"ListNodegroupsRequestTypeDef",
|
|
220
227
|
"ListNodegroupsResponseTypeDef",
|
|
221
228
|
"ListPodIdentityAssociationsRequestPaginateTypeDef",
|
|
222
|
-
"
|
|
229
|
+
"ListPodIdentityAssociationsRequestTypeDef",
|
|
223
230
|
"ListPodIdentityAssociationsResponseTypeDef",
|
|
224
|
-
"
|
|
231
|
+
"ListTagsForResourceRequestTypeDef",
|
|
225
232
|
"ListTagsForResourceResponseTypeDef",
|
|
226
233
|
"ListUpdatesRequestPaginateTypeDef",
|
|
227
|
-
"
|
|
234
|
+
"ListUpdatesRequestTypeDef",
|
|
228
235
|
"ListUpdatesResponseTypeDef",
|
|
229
236
|
"LogSetupOutputTypeDef",
|
|
230
237
|
"LogSetupTypeDef",
|
|
231
|
-
"LogSetupUnionTypeDef",
|
|
232
238
|
"LoggingOutputTypeDef",
|
|
233
239
|
"LoggingTypeDef",
|
|
240
|
+
"LoggingUnionTypeDef",
|
|
234
241
|
"MarketplaceInformationTypeDef",
|
|
235
242
|
"NodeRepairConfigTypeDef",
|
|
236
243
|
"NodegroupHealthTypeDef",
|
|
@@ -247,10 +254,11 @@ __all__ = (
|
|
|
247
254
|
"PodIdentityAssociationSummaryTypeDef",
|
|
248
255
|
"PodIdentityAssociationTypeDef",
|
|
249
256
|
"ProviderTypeDef",
|
|
250
|
-
"
|
|
257
|
+
"RegisterClusterRequestTypeDef",
|
|
251
258
|
"RegisterClusterResponseTypeDef",
|
|
252
259
|
"RemoteAccessConfigOutputTypeDef",
|
|
253
260
|
"RemoteAccessConfigTypeDef",
|
|
261
|
+
"RemoteAccessConfigUnionTypeDef",
|
|
254
262
|
"RemoteNetworkConfigRequestTypeDef",
|
|
255
263
|
"RemoteNetworkConfigResponseTypeDef",
|
|
256
264
|
"RemoteNodeNetworkOutputTypeDef",
|
|
@@ -262,27 +270,27 @@ __all__ = (
|
|
|
262
270
|
"ResponseMetadataTypeDef",
|
|
263
271
|
"StorageConfigRequestTypeDef",
|
|
264
272
|
"StorageConfigResponseTypeDef",
|
|
265
|
-
"
|
|
273
|
+
"TagResourceRequestTypeDef",
|
|
266
274
|
"TaintTypeDef",
|
|
267
|
-
"
|
|
275
|
+
"UntagResourceRequestTypeDef",
|
|
268
276
|
"UpdateAccessConfigRequestTypeDef",
|
|
269
|
-
"
|
|
277
|
+
"UpdateAccessEntryRequestTypeDef",
|
|
270
278
|
"UpdateAccessEntryResponseTypeDef",
|
|
271
|
-
"
|
|
279
|
+
"UpdateAddonRequestTypeDef",
|
|
272
280
|
"UpdateAddonResponseTypeDef",
|
|
273
|
-
"
|
|
281
|
+
"UpdateClusterConfigRequestTypeDef",
|
|
274
282
|
"UpdateClusterConfigResponseTypeDef",
|
|
275
|
-
"
|
|
283
|
+
"UpdateClusterVersionRequestTypeDef",
|
|
276
284
|
"UpdateClusterVersionResponseTypeDef",
|
|
277
|
-
"
|
|
285
|
+
"UpdateEksAnywhereSubscriptionRequestTypeDef",
|
|
278
286
|
"UpdateEksAnywhereSubscriptionResponseTypeDef",
|
|
279
287
|
"UpdateLabelsPayloadTypeDef",
|
|
280
|
-
"
|
|
288
|
+
"UpdateNodegroupConfigRequestTypeDef",
|
|
281
289
|
"UpdateNodegroupConfigResponseTypeDef",
|
|
282
|
-
"
|
|
290
|
+
"UpdateNodegroupVersionRequestTypeDef",
|
|
283
291
|
"UpdateNodegroupVersionResponseTypeDef",
|
|
284
292
|
"UpdateParamTypeDef",
|
|
285
|
-
"
|
|
293
|
+
"UpdatePodIdentityAssociationRequestTypeDef",
|
|
286
294
|
"UpdatePodIdentityAssociationResponseTypeDef",
|
|
287
295
|
"UpdateTaintsPayloadTypeDef",
|
|
288
296
|
"UpdateTypeDef",
|
|
@@ -431,6 +439,7 @@ class ClusterVersionInformationTypeDef(TypedDict):
|
|
|
431
439
|
endOfStandardSupportDate: NotRequired[datetime]
|
|
432
440
|
endOfExtendedSupportDate: NotRequired[datetime]
|
|
433
441
|
status: NotRequired[ClusterVersionStatusType]
|
|
442
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
434
443
|
kubernetesPatchVersion: NotRequired[str]
|
|
435
444
|
|
|
436
445
|
class ComputeConfigRequestTypeDef(TypedDict):
|
|
@@ -452,8 +461,8 @@ class CreateAccessConfigRequestTypeDef(TypedDict):
|
|
|
452
461
|
bootstrapClusterCreatorAdminPermissions: NotRequired[bool]
|
|
453
462
|
authenticationMode: NotRequired[AuthenticationModeType]
|
|
454
463
|
|
|
455
|
-
|
|
456
|
-
"
|
|
464
|
+
CreateAccessEntryRequestTypeDef = TypedDict(
|
|
465
|
+
"CreateAccessEntryRequestTypeDef",
|
|
457
466
|
{
|
|
458
467
|
"clusterName": str,
|
|
459
468
|
"principalArn": str,
|
|
@@ -502,17 +511,14 @@ class NodegroupScalingConfigTypeDef(TypedDict):
|
|
|
502
511
|
class NodegroupUpdateConfigTypeDef(TypedDict):
|
|
503
512
|
maxUnavailable: NotRequired[int]
|
|
504
513
|
maxUnavailablePercentage: NotRequired[int]
|
|
505
|
-
|
|
506
|
-
class RemoteAccessConfigTypeDef(TypedDict):
|
|
507
|
-
ec2SshKey: NotRequired[str]
|
|
508
|
-
sourceSecurityGroups: NotRequired[Sequence[str]]
|
|
514
|
+
updateStrategy: NotRequired[NodegroupUpdateStrategiesType]
|
|
509
515
|
|
|
510
516
|
class TaintTypeDef(TypedDict):
|
|
511
517
|
key: NotRequired[str]
|
|
512
518
|
value: NotRequired[str]
|
|
513
519
|
effect: NotRequired[TaintEffectType]
|
|
514
520
|
|
|
515
|
-
class
|
|
521
|
+
class CreatePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
516
522
|
clusterName: str
|
|
517
523
|
namespace: str
|
|
518
524
|
serviceAccount: str
|
|
@@ -532,49 +538,49 @@ class PodIdentityAssociationTypeDef(TypedDict):
|
|
|
532
538
|
modifiedAt: NotRequired[datetime]
|
|
533
539
|
ownerArn: NotRequired[str]
|
|
534
540
|
|
|
535
|
-
class
|
|
541
|
+
class DeleteAccessEntryRequestTypeDef(TypedDict):
|
|
536
542
|
clusterName: str
|
|
537
543
|
principalArn: str
|
|
538
544
|
|
|
539
|
-
class
|
|
545
|
+
class DeleteAddonRequestTypeDef(TypedDict):
|
|
540
546
|
clusterName: str
|
|
541
547
|
addonName: str
|
|
542
548
|
preserve: NotRequired[bool]
|
|
543
549
|
|
|
544
|
-
class
|
|
550
|
+
class DeleteClusterRequestTypeDef(TypedDict):
|
|
545
551
|
name: str
|
|
546
552
|
|
|
547
|
-
|
|
548
|
-
"
|
|
553
|
+
DeleteEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
554
|
+
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
549
555
|
{
|
|
550
556
|
"id": str,
|
|
551
557
|
},
|
|
552
558
|
)
|
|
553
559
|
|
|
554
|
-
class
|
|
560
|
+
class DeleteFargateProfileRequestTypeDef(TypedDict):
|
|
555
561
|
clusterName: str
|
|
556
562
|
fargateProfileName: str
|
|
557
563
|
|
|
558
|
-
class
|
|
564
|
+
class DeleteNodegroupRequestTypeDef(TypedDict):
|
|
559
565
|
clusterName: str
|
|
560
566
|
nodegroupName: str
|
|
561
567
|
|
|
562
|
-
class
|
|
568
|
+
class DeletePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
563
569
|
clusterName: str
|
|
564
570
|
associationId: str
|
|
565
571
|
|
|
566
|
-
class
|
|
572
|
+
class DeregisterClusterRequestTypeDef(TypedDict):
|
|
567
573
|
name: str
|
|
568
574
|
|
|
569
|
-
class
|
|
575
|
+
class DescribeAccessEntryRequestTypeDef(TypedDict):
|
|
570
576
|
clusterName: str
|
|
571
577
|
principalArn: str
|
|
572
578
|
|
|
573
|
-
class
|
|
579
|
+
class DescribeAddonConfigurationRequestTypeDef(TypedDict):
|
|
574
580
|
addonName: str
|
|
575
581
|
addonVersion: str
|
|
576
582
|
|
|
577
|
-
class
|
|
583
|
+
class DescribeAddonRequestTypeDef(TypedDict):
|
|
578
584
|
clusterName: str
|
|
579
585
|
addonName: str
|
|
580
586
|
|
|
@@ -587,8 +593,8 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
587
593
|
PageSize: NotRequired[int]
|
|
588
594
|
StartingToken: NotRequired[str]
|
|
589
595
|
|
|
590
|
-
|
|
591
|
-
"
|
|
596
|
+
DescribeAddonVersionsRequestTypeDef = TypedDict(
|
|
597
|
+
"DescribeAddonVersionsRequestTypeDef",
|
|
592
598
|
{
|
|
593
599
|
"kubernetesVersion": NotRequired[str],
|
|
594
600
|
"maxResults": NotRequired[int],
|
|
@@ -600,10 +606,10 @@ DescribeAddonVersionsRequestRequestTypeDef = TypedDict(
|
|
|
600
606
|
},
|
|
601
607
|
)
|
|
602
608
|
|
|
603
|
-
class
|
|
609
|
+
class DescribeClusterRequestTypeDef(TypedDict):
|
|
604
610
|
name: str
|
|
605
611
|
|
|
606
|
-
class
|
|
612
|
+
class DescribeClusterVersionsRequestTypeDef(TypedDict):
|
|
607
613
|
clusterType: NotRequired[str]
|
|
608
614
|
maxResults: NotRequired[int]
|
|
609
615
|
nextToken: NotRequired[str]
|
|
@@ -611,15 +617,16 @@ class DescribeClusterVersionsRequestRequestTypeDef(TypedDict):
|
|
|
611
617
|
includeAll: NotRequired[bool]
|
|
612
618
|
clusterVersions: NotRequired[Sequence[str]]
|
|
613
619
|
status: NotRequired[ClusterVersionStatusType]
|
|
620
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
614
621
|
|
|
615
|
-
|
|
616
|
-
"
|
|
622
|
+
DescribeEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
623
|
+
"DescribeEksAnywhereSubscriptionRequestTypeDef",
|
|
617
624
|
{
|
|
618
625
|
"id": str,
|
|
619
626
|
},
|
|
620
627
|
)
|
|
621
628
|
|
|
622
|
-
class
|
|
629
|
+
class DescribeFargateProfileRequestTypeDef(TypedDict):
|
|
623
630
|
clusterName: str
|
|
624
631
|
fargateProfileName: str
|
|
625
632
|
|
|
@@ -630,29 +637,29 @@ IdentityProviderConfigTypeDef = TypedDict(
|
|
|
630
637
|
"name": str,
|
|
631
638
|
},
|
|
632
639
|
)
|
|
633
|
-
|
|
634
|
-
"
|
|
640
|
+
DescribeInsightRequestTypeDef = TypedDict(
|
|
641
|
+
"DescribeInsightRequestTypeDef",
|
|
635
642
|
{
|
|
636
643
|
"clusterName": str,
|
|
637
644
|
"id": str,
|
|
638
645
|
},
|
|
639
646
|
)
|
|
640
647
|
|
|
641
|
-
class
|
|
648
|
+
class DescribeNodegroupRequestTypeDef(TypedDict):
|
|
642
649
|
clusterName: str
|
|
643
650
|
nodegroupName: str
|
|
644
651
|
|
|
645
|
-
class
|
|
652
|
+
class DescribePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
646
653
|
clusterName: str
|
|
647
654
|
associationId: str
|
|
648
655
|
|
|
649
|
-
class
|
|
656
|
+
class DescribeUpdateRequestTypeDef(TypedDict):
|
|
650
657
|
name: str
|
|
651
658
|
updateId: str
|
|
652
659
|
nodegroupName: NotRequired[str]
|
|
653
660
|
addonName: NotRequired[str]
|
|
654
661
|
|
|
655
|
-
class
|
|
662
|
+
class DisassociateAccessPolicyRequestTypeDef(TypedDict):
|
|
656
663
|
clusterName: str
|
|
657
664
|
principalArn: str
|
|
658
665
|
policyArn: str
|
|
@@ -712,53 +719,53 @@ class IssueTypeDef(TypedDict):
|
|
|
712
719
|
message: NotRequired[str]
|
|
713
720
|
resourceIds: NotRequired[List[str]]
|
|
714
721
|
|
|
715
|
-
class
|
|
722
|
+
class ListAccessEntriesRequestTypeDef(TypedDict):
|
|
716
723
|
clusterName: str
|
|
717
724
|
associatedPolicyArn: NotRequired[str]
|
|
718
725
|
maxResults: NotRequired[int]
|
|
719
726
|
nextToken: NotRequired[str]
|
|
720
727
|
|
|
721
|
-
class
|
|
728
|
+
class ListAccessPoliciesRequestTypeDef(TypedDict):
|
|
722
729
|
maxResults: NotRequired[int]
|
|
723
730
|
nextToken: NotRequired[str]
|
|
724
731
|
|
|
725
|
-
class
|
|
732
|
+
class ListAddonsRequestTypeDef(TypedDict):
|
|
726
733
|
clusterName: str
|
|
727
734
|
maxResults: NotRequired[int]
|
|
728
735
|
nextToken: NotRequired[str]
|
|
729
736
|
|
|
730
|
-
class
|
|
737
|
+
class ListAssociatedAccessPoliciesRequestTypeDef(TypedDict):
|
|
731
738
|
clusterName: str
|
|
732
739
|
principalArn: str
|
|
733
740
|
maxResults: NotRequired[int]
|
|
734
741
|
nextToken: NotRequired[str]
|
|
735
742
|
|
|
736
|
-
class
|
|
743
|
+
class ListClustersRequestTypeDef(TypedDict):
|
|
737
744
|
maxResults: NotRequired[int]
|
|
738
745
|
nextToken: NotRequired[str]
|
|
739
746
|
include: NotRequired[Sequence[str]]
|
|
740
747
|
|
|
741
|
-
class
|
|
748
|
+
class ListEksAnywhereSubscriptionsRequestTypeDef(TypedDict):
|
|
742
749
|
maxResults: NotRequired[int]
|
|
743
750
|
nextToken: NotRequired[str]
|
|
744
751
|
includeStatus: NotRequired[Sequence[EksAnywhereSubscriptionStatusType]]
|
|
745
752
|
|
|
746
|
-
class
|
|
753
|
+
class ListFargateProfilesRequestTypeDef(TypedDict):
|
|
747
754
|
clusterName: str
|
|
748
755
|
maxResults: NotRequired[int]
|
|
749
756
|
nextToken: NotRequired[str]
|
|
750
757
|
|
|
751
|
-
class
|
|
758
|
+
class ListIdentityProviderConfigsRequestTypeDef(TypedDict):
|
|
752
759
|
clusterName: str
|
|
753
760
|
maxResults: NotRequired[int]
|
|
754
761
|
nextToken: NotRequired[str]
|
|
755
762
|
|
|
756
|
-
class
|
|
763
|
+
class ListNodegroupsRequestTypeDef(TypedDict):
|
|
757
764
|
clusterName: str
|
|
758
765
|
maxResults: NotRequired[int]
|
|
759
766
|
nextToken: NotRequired[str]
|
|
760
767
|
|
|
761
|
-
class
|
|
768
|
+
class ListPodIdentityAssociationsRequestTypeDef(TypedDict):
|
|
762
769
|
clusterName: str
|
|
763
770
|
namespace: NotRequired[str]
|
|
764
771
|
serviceAccount: NotRequired[str]
|
|
@@ -773,10 +780,10 @@ class PodIdentityAssociationSummaryTypeDef(TypedDict):
|
|
|
773
780
|
associationId: NotRequired[str]
|
|
774
781
|
ownerArn: NotRequired[str]
|
|
775
782
|
|
|
776
|
-
class
|
|
783
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
777
784
|
resourceArn: str
|
|
778
785
|
|
|
779
|
-
class
|
|
786
|
+
class ListUpdatesRequestTypeDef(TypedDict):
|
|
780
787
|
name: str
|
|
781
788
|
nodegroupName: NotRequired[str]
|
|
782
789
|
addonName: NotRequired[str]
|
|
@@ -802,6 +809,10 @@ class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
|
802
809
|
ec2SshKey: NotRequired[str]
|
|
803
810
|
sourceSecurityGroups: NotRequired[List[str]]
|
|
804
811
|
|
|
812
|
+
class RemoteAccessConfigTypeDef(TypedDict):
|
|
813
|
+
ec2SshKey: NotRequired[str]
|
|
814
|
+
sourceSecurityGroups: NotRequired[Sequence[str]]
|
|
815
|
+
|
|
805
816
|
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
806
817
|
cidrs: NotRequired[List[str]]
|
|
807
818
|
|
|
@@ -814,31 +825,31 @@ class RemoteNodeNetworkTypeDef(TypedDict):
|
|
|
814
825
|
class RemotePodNetworkTypeDef(TypedDict):
|
|
815
826
|
cidrs: NotRequired[Sequence[str]]
|
|
816
827
|
|
|
817
|
-
class
|
|
828
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
818
829
|
resourceArn: str
|
|
819
830
|
tags: Mapping[str, str]
|
|
820
831
|
|
|
821
|
-
class
|
|
832
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
822
833
|
resourceArn: str
|
|
823
834
|
tagKeys: Sequence[str]
|
|
824
835
|
|
|
825
836
|
class UpdateAccessConfigRequestTypeDef(TypedDict):
|
|
826
837
|
authenticationMode: NotRequired[AuthenticationModeType]
|
|
827
838
|
|
|
828
|
-
class
|
|
839
|
+
class UpdateAccessEntryRequestTypeDef(TypedDict):
|
|
829
840
|
clusterName: str
|
|
830
841
|
principalArn: str
|
|
831
842
|
kubernetesGroups: NotRequired[Sequence[str]]
|
|
832
843
|
clientRequestToken: NotRequired[str]
|
|
833
844
|
username: NotRequired[str]
|
|
834
845
|
|
|
835
|
-
class
|
|
846
|
+
class UpdateClusterVersionRequestTypeDef(TypedDict):
|
|
836
847
|
name: str
|
|
837
848
|
version: str
|
|
838
849
|
clientRequestToken: NotRequired[str]
|
|
839
850
|
|
|
840
|
-
|
|
841
|
-
"
|
|
851
|
+
UpdateEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
852
|
+
"UpdateEksAnywhereSubscriptionRequestTypeDef",
|
|
842
853
|
{
|
|
843
854
|
"id": str,
|
|
844
855
|
"autoRenew": bool,
|
|
@@ -858,7 +869,7 @@ UpdateParamTypeDef = TypedDict(
|
|
|
858
869
|
},
|
|
859
870
|
)
|
|
860
871
|
|
|
861
|
-
class
|
|
872
|
+
class UpdatePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
862
873
|
clusterName: str
|
|
863
874
|
associationId: str
|
|
864
875
|
roleArn: NotRequired[str]
|
|
@@ -870,16 +881,12 @@ class AssociatedAccessPolicyTypeDef(TypedDict):
|
|
|
870
881
|
associatedAt: NotRequired[datetime]
|
|
871
882
|
modifiedAt: NotRequired[datetime]
|
|
872
883
|
|
|
873
|
-
|
|
874
|
-
clusterName: str
|
|
875
|
-
principalArn: str
|
|
876
|
-
policyArn: str
|
|
877
|
-
accessScope: AccessScopeTypeDef
|
|
884
|
+
AccessScopeUnionTypeDef = Union[AccessScopeTypeDef, AccessScopeOutputTypeDef]
|
|
878
885
|
|
|
879
886
|
class AddonHealthTypeDef(TypedDict):
|
|
880
887
|
issues: NotRequired[List[AddonIssueTypeDef]]
|
|
881
888
|
|
|
882
|
-
class
|
|
889
|
+
class CreateAddonRequestTypeDef(TypedDict):
|
|
883
890
|
clusterName: str
|
|
884
891
|
addonName: str
|
|
885
892
|
addonVersion: NotRequired[str]
|
|
@@ -890,7 +897,7 @@ class CreateAddonRequestRequestTypeDef(TypedDict):
|
|
|
890
897
|
configurationValues: NotRequired[str]
|
|
891
898
|
podIdentityAssociations: NotRequired[Sequence[AddonPodIdentityAssociationsTypeDef]]
|
|
892
899
|
|
|
893
|
-
class
|
|
900
|
+
class UpdateAddonRequestTypeDef(TypedDict):
|
|
894
901
|
clusterName: str
|
|
895
902
|
addonName: str
|
|
896
903
|
addonVersion: NotRequired[str]
|
|
@@ -966,7 +973,7 @@ class UpdateAccessEntryResponseTypeDef(TypedDict):
|
|
|
966
973
|
accessEntry: AccessEntryTypeDef
|
|
967
974
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
968
975
|
|
|
969
|
-
class
|
|
976
|
+
class AssociateIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
970
977
|
clusterName: str
|
|
971
978
|
oidc: OidcIdentityProviderConfigRequestTypeDef
|
|
972
979
|
tags: NotRequired[Mapping[str, str]]
|
|
@@ -997,7 +1004,7 @@ class DescribeClusterVersionsResponseTypeDef(TypedDict):
|
|
|
997
1004
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
998
1005
|
nextToken: NotRequired[str]
|
|
999
1006
|
|
|
1000
|
-
class
|
|
1007
|
+
class RegisterClusterRequestTypeDef(TypedDict):
|
|
1001
1008
|
name: str
|
|
1002
1009
|
connectorConfig: ConnectorConfigRequestTypeDef
|
|
1003
1010
|
clientRequestToken: NotRequired[str]
|
|
@@ -1013,7 +1020,7 @@ class OutpostConfigResponseTypeDef(TypedDict):
|
|
|
1013
1020
|
controlPlaneInstanceType: str
|
|
1014
1021
|
controlPlanePlacement: NotRequired[ControlPlanePlacementResponseTypeDef]
|
|
1015
1022
|
|
|
1016
|
-
class
|
|
1023
|
+
class CreateEksAnywhereSubscriptionRequestTypeDef(TypedDict):
|
|
1017
1024
|
name: str
|
|
1018
1025
|
term: EksAnywhereSubscriptionTermTypeDef
|
|
1019
1026
|
licenseQuantity: NotRequired[int]
|
|
@@ -1040,7 +1047,7 @@ EksAnywhereSubscriptionTypeDef = TypedDict(
|
|
|
1040
1047
|
},
|
|
1041
1048
|
)
|
|
1042
1049
|
|
|
1043
|
-
class
|
|
1050
|
+
class UpdateNodegroupVersionRequestTypeDef(TypedDict):
|
|
1044
1051
|
clusterName: str
|
|
1045
1052
|
nodegroupName: str
|
|
1046
1053
|
version: NotRequired[str]
|
|
@@ -1049,27 +1056,6 @@ class UpdateNodegroupVersionRequestRequestTypeDef(TypedDict):
|
|
|
1049
1056
|
force: NotRequired[bool]
|
|
1050
1057
|
clientRequestToken: NotRequired[str]
|
|
1051
1058
|
|
|
1052
|
-
class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
1053
|
-
clusterName: str
|
|
1054
|
-
nodegroupName: str
|
|
1055
|
-
subnets: Sequence[str]
|
|
1056
|
-
nodeRole: str
|
|
1057
|
-
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1058
|
-
diskSize: NotRequired[int]
|
|
1059
|
-
instanceTypes: NotRequired[Sequence[str]]
|
|
1060
|
-
amiType: NotRequired[AMITypesType]
|
|
1061
|
-
remoteAccess: NotRequired[RemoteAccessConfigTypeDef]
|
|
1062
|
-
labels: NotRequired[Mapping[str, str]]
|
|
1063
|
-
taints: NotRequired[Sequence[TaintTypeDef]]
|
|
1064
|
-
tags: NotRequired[Mapping[str, str]]
|
|
1065
|
-
clientRequestToken: NotRequired[str]
|
|
1066
|
-
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1067
|
-
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1068
|
-
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1069
|
-
capacityType: NotRequired[CapacityTypesType]
|
|
1070
|
-
version: NotRequired[str]
|
|
1071
|
-
releaseVersion: NotRequired[str]
|
|
1072
|
-
|
|
1073
1059
|
class UpdateTaintsPayloadTypeDef(TypedDict):
|
|
1074
1060
|
addOrUpdateTaints: NotRequired[Sequence[TaintTypeDef]]
|
|
1075
1061
|
removeTaints: NotRequired[Sequence[TaintTypeDef]]
|
|
@@ -1090,20 +1076,39 @@ class UpdatePodIdentityAssociationResponseTypeDef(TypedDict):
|
|
|
1090
1076
|
association: PodIdentityAssociationTypeDef
|
|
1091
1077
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1092
1078
|
|
|
1079
|
+
class DescribeAddonRequestWaitExtraTypeDef(TypedDict):
|
|
1080
|
+
clusterName: str
|
|
1081
|
+
addonName: str
|
|
1082
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1083
|
+
|
|
1093
1084
|
class DescribeAddonRequestWaitTypeDef(TypedDict):
|
|
1094
1085
|
clusterName: str
|
|
1095
1086
|
addonName: str
|
|
1096
1087
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1097
1088
|
|
|
1089
|
+
class DescribeClusterRequestWaitExtraTypeDef(TypedDict):
|
|
1090
|
+
name: str
|
|
1091
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1092
|
+
|
|
1098
1093
|
class DescribeClusterRequestWaitTypeDef(TypedDict):
|
|
1099
1094
|
name: str
|
|
1100
1095
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1101
1096
|
|
|
1097
|
+
class DescribeFargateProfileRequestWaitExtraTypeDef(TypedDict):
|
|
1098
|
+
clusterName: str
|
|
1099
|
+
fargateProfileName: str
|
|
1100
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1101
|
+
|
|
1102
1102
|
class DescribeFargateProfileRequestWaitTypeDef(TypedDict):
|
|
1103
1103
|
clusterName: str
|
|
1104
1104
|
fargateProfileName: str
|
|
1105
1105
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1106
1106
|
|
|
1107
|
+
class DescribeNodegroupRequestWaitExtraTypeDef(TypedDict):
|
|
1108
|
+
clusterName: str
|
|
1109
|
+
nodegroupName: str
|
|
1110
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1111
|
+
|
|
1107
1112
|
class DescribeNodegroupRequestWaitTypeDef(TypedDict):
|
|
1108
1113
|
clusterName: str
|
|
1109
1114
|
nodegroupName: str
|
|
@@ -1127,6 +1132,7 @@ class DescribeClusterVersionsRequestPaginateTypeDef(TypedDict):
|
|
|
1127
1132
|
includeAll: NotRequired[bool]
|
|
1128
1133
|
clusterVersions: NotRequired[Sequence[str]]
|
|
1129
1134
|
status: NotRequired[ClusterVersionStatusType]
|
|
1135
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
1130
1136
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1131
1137
|
|
|
1132
1138
|
class ListAccessEntriesRequestPaginateTypeDef(TypedDict):
|
|
@@ -1178,11 +1184,11 @@ class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
|
1178
1184
|
addonName: NotRequired[str]
|
|
1179
1185
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1180
1186
|
|
|
1181
|
-
class
|
|
1187
|
+
class DescribeIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
1182
1188
|
clusterName: str
|
|
1183
1189
|
identityProviderConfig: IdentityProviderConfigTypeDef
|
|
1184
1190
|
|
|
1185
|
-
class
|
|
1191
|
+
class DisassociateIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
1186
1192
|
clusterName: str
|
|
1187
1193
|
identityProviderConfig: IdentityProviderConfigTypeDef
|
|
1188
1194
|
clientRequestToken: NotRequired[str]
|
|
@@ -1250,8 +1256,8 @@ ListInsightsRequestPaginateTypeDef = TypedDict(
|
|
|
1250
1256
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1251
1257
|
},
|
|
1252
1258
|
)
|
|
1253
|
-
|
|
1254
|
-
"
|
|
1259
|
+
ListInsightsRequestTypeDef = TypedDict(
|
|
1260
|
+
"ListInsightsRequestTypeDef",
|
|
1255
1261
|
{
|
|
1256
1262
|
"clusterName": str,
|
|
1257
1263
|
"filter": NotRequired[InsightsFilterTypeDef],
|
|
@@ -1271,7 +1277,10 @@ class ListPodIdentityAssociationsResponseTypeDef(TypedDict):
|
|
|
1271
1277
|
class LoggingOutputTypeDef(TypedDict):
|
|
1272
1278
|
clusterLogging: NotRequired[List[LogSetupOutputTypeDef]]
|
|
1273
1279
|
|
|
1274
|
-
|
|
1280
|
+
class LoggingTypeDef(TypedDict):
|
|
1281
|
+
clusterLogging: NotRequired[Sequence[LogSetupTypeDef]]
|
|
1282
|
+
|
|
1283
|
+
RemoteAccessConfigUnionTypeDef = Union[RemoteAccessConfigTypeDef, RemoteAccessConfigOutputTypeDef]
|
|
1275
1284
|
|
|
1276
1285
|
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1277
1286
|
remoteNodeNetworks: NotRequired[List[RemoteNodeNetworkOutputTypeDef]]
|
|
@@ -1304,6 +1313,12 @@ class ListAssociatedAccessPoliciesResponseTypeDef(TypedDict):
|
|
|
1304
1313
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1305
1314
|
nextToken: NotRequired[str]
|
|
1306
1315
|
|
|
1316
|
+
class AssociateAccessPolicyRequestTypeDef(TypedDict):
|
|
1317
|
+
clusterName: str
|
|
1318
|
+
principalArn: str
|
|
1319
|
+
policyArn: str
|
|
1320
|
+
accessScope: AccessScopeUnionTypeDef
|
|
1321
|
+
|
|
1307
1322
|
class AddonTypeDef(TypedDict):
|
|
1308
1323
|
addonName: NotRequired[str]
|
|
1309
1324
|
clusterName: NotRequired[str]
|
|
@@ -1358,7 +1373,7 @@ class UpdateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
|
1358
1373
|
subscription: EksAnywhereSubscriptionTypeDef
|
|
1359
1374
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1360
1375
|
|
|
1361
|
-
class
|
|
1376
|
+
class UpdateNodegroupConfigRequestTypeDef(TypedDict):
|
|
1362
1377
|
clusterName: str
|
|
1363
1378
|
nodegroupName: str
|
|
1364
1379
|
labels: NotRequired[UpdateLabelsPayloadTypeDef]
|
|
@@ -1382,7 +1397,7 @@ class FargateProfileTypeDef(TypedDict):
|
|
|
1382
1397
|
tags: NotRequired[Dict[str, str]]
|
|
1383
1398
|
health: NotRequired[FargateProfileHealthTypeDef]
|
|
1384
1399
|
|
|
1385
|
-
class
|
|
1400
|
+
class CreateFargateProfileRequestTypeDef(TypedDict):
|
|
1386
1401
|
fargateProfileName: str
|
|
1387
1402
|
clusterName: str
|
|
1388
1403
|
podExecutionRoleArn: str
|
|
@@ -1426,8 +1441,28 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1426
1441
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1427
1442
|
tags: NotRequired[Dict[str, str]]
|
|
1428
1443
|
|
|
1429
|
-
|
|
1430
|
-
|
|
1444
|
+
LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
|
|
1445
|
+
|
|
1446
|
+
class CreateNodegroupRequestTypeDef(TypedDict):
|
|
1447
|
+
clusterName: str
|
|
1448
|
+
nodegroupName: str
|
|
1449
|
+
subnets: Sequence[str]
|
|
1450
|
+
nodeRole: str
|
|
1451
|
+
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1452
|
+
diskSize: NotRequired[int]
|
|
1453
|
+
instanceTypes: NotRequired[Sequence[str]]
|
|
1454
|
+
amiType: NotRequired[AMITypesType]
|
|
1455
|
+
remoteAccess: NotRequired[RemoteAccessConfigUnionTypeDef]
|
|
1456
|
+
labels: NotRequired[Mapping[str, str]]
|
|
1457
|
+
taints: NotRequired[Sequence[TaintTypeDef]]
|
|
1458
|
+
tags: NotRequired[Mapping[str, str]]
|
|
1459
|
+
clientRequestToken: NotRequired[str]
|
|
1460
|
+
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1461
|
+
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1462
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1463
|
+
capacityType: NotRequired[CapacityTypesType]
|
|
1464
|
+
version: NotRequired[str]
|
|
1465
|
+
releaseVersion: NotRequired[str]
|
|
1431
1466
|
|
|
1432
1467
|
ClusterTypeDef = TypedDict(
|
|
1433
1468
|
"ClusterTypeDef",
|
|
@@ -1537,7 +1572,7 @@ InsightTypeDef = TypedDict(
|
|
|
1537
1572
|
},
|
|
1538
1573
|
)
|
|
1539
1574
|
|
|
1540
|
-
class
|
|
1575
|
+
class AssociateEncryptionConfigRequestTypeDef(TypedDict):
|
|
1541
1576
|
clusterName: str
|
|
1542
1577
|
encryptionConfig: Sequence[EncryptionConfigUnionTypeDef]
|
|
1543
1578
|
clientRequestToken: NotRequired[str]
|
|
@@ -1566,10 +1601,10 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1566
1601
|
nodegroup: NodegroupTypeDef
|
|
1567
1602
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1568
1603
|
|
|
1569
|
-
class
|
|
1604
|
+
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1570
1605
|
name: str
|
|
1571
1606
|
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1572
|
-
logging: NotRequired[
|
|
1607
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1573
1608
|
clientRequestToken: NotRequired[str]
|
|
1574
1609
|
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1575
1610
|
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
@@ -1598,16 +1633,16 @@ class RegisterClusterResponseTypeDef(TypedDict):
|
|
|
1598
1633
|
cluster: ClusterTypeDef
|
|
1599
1634
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1600
1635
|
|
|
1601
|
-
class
|
|
1636
|
+
class CreateClusterRequestTypeDef(TypedDict):
|
|
1602
1637
|
name: str
|
|
1603
1638
|
roleArn: str
|
|
1604
1639
|
resourcesVpcConfig: VpcConfigRequestTypeDef
|
|
1605
1640
|
version: NotRequired[str]
|
|
1606
1641
|
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1607
|
-
logging: NotRequired[
|
|
1642
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1608
1643
|
clientRequestToken: NotRequired[str]
|
|
1609
1644
|
tags: NotRequired[Mapping[str, str]]
|
|
1610
|
-
encryptionConfig: NotRequired[Sequence[
|
|
1645
|
+
encryptionConfig: NotRequired[Sequence[EncryptionConfigUnionTypeDef]]
|
|
1611
1646
|
outpostConfig: NotRequired[OutpostConfigRequestTypeDef]
|
|
1612
1647
|
accessConfig: NotRequired[CreateAccessConfigRequestTypeDef]
|
|
1613
1648
|
bootstrapSelfManagedAddons: NotRequired[bool]
|