mypy-boto3-eks 1.35.86__py3-none-any.whl → 1.38.0__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 +8 -2
- mypy_boto3_eks/__init__.pyi +8 -2
- mypy_boto3_eks/__main__.py +5 -5
- mypy_boto3_eks/client.py +163 -135
- mypy_boto3_eks/client.pyi +163 -135
- mypy_boto3_eks/literals.py +22 -6
- mypy_boto3_eks/literals.pyi +22 -6
- mypy_boto3_eks/paginator.py +28 -2
- mypy_boto3_eks/paginator.pyi +25 -2
- mypy_boto3_eks/type_defs.py +374 -272
- mypy_boto3_eks/type_defs.pyi +358 -267
- mypy_boto3_eks/version.py +2 -2
- mypy_boto3_eks/waiter.py +10 -6
- mypy_boto3_eks/waiter.pyi +10 -6
- {mypy_boto3_eks-1.35.86.dist-info → mypy_boto3_eks-1.38.0.dist-info}/METADATA +30 -10
- mypy_boto3_eks-1.38.0.dist-info/RECORD +20 -0
- {mypy_boto3_eks-1.35.86.dist-info → mypy_boto3_eks-1.38.0.dist-info}/WHEEL +1 -1
- {mypy_boto3_eks-1.35.86.dist-info → mypy_boto3_eks-1.38.0.dist-info/licenses}/LICENSE +1 -1
- mypy_boto3_eks-1.35.86.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.35.86.dist-info → mypy_boto3_eks-1.38.0.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,15 +12,13 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: AccessConfigResponseTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2024 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
18
18
|
|
|
19
19
|
import sys
|
|
20
20
|
from datetime import datetime
|
|
21
|
-
from typing import
|
|
21
|
+
from typing import Union
|
|
22
22
|
|
|
23
23
|
from .literals import (
|
|
24
24
|
AccessScopeTypeType,
|
|
@@ -29,6 +29,7 @@ from .literals import (
|
|
|
29
29
|
CapacityTypesType,
|
|
30
30
|
ClusterIssueCodeType,
|
|
31
31
|
ClusterStatusType,
|
|
32
|
+
ClusterVersionStatusType,
|
|
32
33
|
ConfigStatusType,
|
|
33
34
|
ConnectorConfigProviderType,
|
|
34
35
|
EksAnywhereSubscriptionStatusType,
|
|
@@ -40,14 +41,22 @@ from .literals import (
|
|
|
40
41
|
LogTypeType,
|
|
41
42
|
NodegroupIssueCodeType,
|
|
42
43
|
NodegroupStatusType,
|
|
44
|
+
NodegroupUpdateStrategiesType,
|
|
43
45
|
ResolveConflictsType,
|
|
44
46
|
SupportTypeType,
|
|
45
47
|
TaintEffectType,
|
|
46
48
|
UpdateParamTypeType,
|
|
47
49
|
UpdateStatusType,
|
|
48
50
|
UpdateTypeType,
|
|
51
|
+
VersionStatusType,
|
|
49
52
|
)
|
|
50
53
|
|
|
54
|
+
if sys.version_info >= (3, 9):
|
|
55
|
+
from builtins import dict as Dict
|
|
56
|
+
from builtins import list as List
|
|
57
|
+
from collections.abc import Mapping, Sequence
|
|
58
|
+
else:
|
|
59
|
+
from typing import Dict, List, Mapping, Sequence
|
|
51
60
|
if sys.version_info >= (3, 12):
|
|
52
61
|
from typing import Literal, NotRequired, TypedDict
|
|
53
62
|
else:
|
|
@@ -59,6 +68,7 @@ __all__ = (
|
|
|
59
68
|
"AccessPolicyTypeDef",
|
|
60
69
|
"AccessScopeOutputTypeDef",
|
|
61
70
|
"AccessScopeTypeDef",
|
|
71
|
+
"AccessScopeUnionTypeDef",
|
|
62
72
|
"AddonCompatibilityDetailTypeDef",
|
|
63
73
|
"AddonHealthTypeDef",
|
|
64
74
|
"AddonInfoTypeDef",
|
|
@@ -67,11 +77,11 @@ __all__ = (
|
|
|
67
77
|
"AddonPodIdentityConfigurationTypeDef",
|
|
68
78
|
"AddonTypeDef",
|
|
69
79
|
"AddonVersionInfoTypeDef",
|
|
70
|
-
"
|
|
80
|
+
"AssociateAccessPolicyRequestTypeDef",
|
|
71
81
|
"AssociateAccessPolicyResponseTypeDef",
|
|
72
|
-
"
|
|
82
|
+
"AssociateEncryptionConfigRequestTypeDef",
|
|
73
83
|
"AssociateEncryptionConfigResponseTypeDef",
|
|
74
|
-
"
|
|
84
|
+
"AssociateIdentityProviderConfigRequestTypeDef",
|
|
75
85
|
"AssociateIdentityProviderConfigResponseTypeDef",
|
|
76
86
|
"AssociatedAccessPolicyTypeDef",
|
|
77
87
|
"AutoScalingGroupTypeDef",
|
|
@@ -81,6 +91,7 @@ __all__ = (
|
|
|
81
91
|
"ClusterHealthTypeDef",
|
|
82
92
|
"ClusterIssueTypeDef",
|
|
83
93
|
"ClusterTypeDef",
|
|
94
|
+
"ClusterVersionInformationTypeDef",
|
|
84
95
|
"CompatibilityTypeDef",
|
|
85
96
|
"ComputeConfigRequestTypeDef",
|
|
86
97
|
"ComputeConfigResponseTypeDef",
|
|
@@ -89,67 +100,74 @@ __all__ = (
|
|
|
89
100
|
"ControlPlanePlacementRequestTypeDef",
|
|
90
101
|
"ControlPlanePlacementResponseTypeDef",
|
|
91
102
|
"CreateAccessConfigRequestTypeDef",
|
|
92
|
-
"
|
|
103
|
+
"CreateAccessEntryRequestTypeDef",
|
|
93
104
|
"CreateAccessEntryResponseTypeDef",
|
|
94
|
-
"
|
|
105
|
+
"CreateAddonRequestTypeDef",
|
|
95
106
|
"CreateAddonResponseTypeDef",
|
|
96
|
-
"
|
|
107
|
+
"CreateClusterRequestTypeDef",
|
|
97
108
|
"CreateClusterResponseTypeDef",
|
|
98
|
-
"
|
|
109
|
+
"CreateEksAnywhereSubscriptionRequestTypeDef",
|
|
99
110
|
"CreateEksAnywhereSubscriptionResponseTypeDef",
|
|
100
|
-
"
|
|
111
|
+
"CreateFargateProfileRequestTypeDef",
|
|
101
112
|
"CreateFargateProfileResponseTypeDef",
|
|
102
|
-
"
|
|
113
|
+
"CreateNodegroupRequestTypeDef",
|
|
103
114
|
"CreateNodegroupResponseTypeDef",
|
|
104
|
-
"
|
|
115
|
+
"CreatePodIdentityAssociationRequestTypeDef",
|
|
105
116
|
"CreatePodIdentityAssociationResponseTypeDef",
|
|
106
|
-
"
|
|
107
|
-
"
|
|
117
|
+
"DeleteAccessEntryRequestTypeDef",
|
|
118
|
+
"DeleteAddonRequestTypeDef",
|
|
108
119
|
"DeleteAddonResponseTypeDef",
|
|
109
|
-
"
|
|
120
|
+
"DeleteClusterRequestTypeDef",
|
|
110
121
|
"DeleteClusterResponseTypeDef",
|
|
111
|
-
"
|
|
122
|
+
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
112
123
|
"DeleteEksAnywhereSubscriptionResponseTypeDef",
|
|
113
|
-
"
|
|
124
|
+
"DeleteFargateProfileRequestTypeDef",
|
|
114
125
|
"DeleteFargateProfileResponseTypeDef",
|
|
115
|
-
"
|
|
126
|
+
"DeleteNodegroupRequestTypeDef",
|
|
116
127
|
"DeleteNodegroupResponseTypeDef",
|
|
117
|
-
"
|
|
128
|
+
"DeletePodIdentityAssociationRequestTypeDef",
|
|
118
129
|
"DeletePodIdentityAssociationResponseTypeDef",
|
|
119
130
|
"DeprecationDetailTypeDef",
|
|
120
|
-
"
|
|
131
|
+
"DeregisterClusterRequestTypeDef",
|
|
121
132
|
"DeregisterClusterResponseTypeDef",
|
|
122
|
-
"
|
|
133
|
+
"DescribeAccessEntryRequestTypeDef",
|
|
123
134
|
"DescribeAccessEntryResponseTypeDef",
|
|
124
|
-
"
|
|
135
|
+
"DescribeAddonConfigurationRequestTypeDef",
|
|
125
136
|
"DescribeAddonConfigurationResponseTypeDef",
|
|
126
|
-
"
|
|
137
|
+
"DescribeAddonRequestTypeDef",
|
|
138
|
+
"DescribeAddonRequestWaitExtraTypeDef",
|
|
127
139
|
"DescribeAddonRequestWaitTypeDef",
|
|
128
140
|
"DescribeAddonResponseTypeDef",
|
|
129
141
|
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
130
|
-
"
|
|
142
|
+
"DescribeAddonVersionsRequestTypeDef",
|
|
131
143
|
"DescribeAddonVersionsResponseTypeDef",
|
|
132
|
-
"
|
|
144
|
+
"DescribeClusterRequestTypeDef",
|
|
145
|
+
"DescribeClusterRequestWaitExtraTypeDef",
|
|
133
146
|
"DescribeClusterRequestWaitTypeDef",
|
|
134
147
|
"DescribeClusterResponseTypeDef",
|
|
135
|
-
"
|
|
148
|
+
"DescribeClusterVersionsRequestPaginateTypeDef",
|
|
149
|
+
"DescribeClusterVersionsRequestTypeDef",
|
|
150
|
+
"DescribeClusterVersionsResponseTypeDef",
|
|
151
|
+
"DescribeEksAnywhereSubscriptionRequestTypeDef",
|
|
136
152
|
"DescribeEksAnywhereSubscriptionResponseTypeDef",
|
|
137
|
-
"
|
|
153
|
+
"DescribeFargateProfileRequestTypeDef",
|
|
154
|
+
"DescribeFargateProfileRequestWaitExtraTypeDef",
|
|
138
155
|
"DescribeFargateProfileRequestWaitTypeDef",
|
|
139
156
|
"DescribeFargateProfileResponseTypeDef",
|
|
140
|
-
"
|
|
157
|
+
"DescribeIdentityProviderConfigRequestTypeDef",
|
|
141
158
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
142
|
-
"
|
|
159
|
+
"DescribeInsightRequestTypeDef",
|
|
143
160
|
"DescribeInsightResponseTypeDef",
|
|
144
|
-
"
|
|
161
|
+
"DescribeNodegroupRequestTypeDef",
|
|
162
|
+
"DescribeNodegroupRequestWaitExtraTypeDef",
|
|
145
163
|
"DescribeNodegroupRequestWaitTypeDef",
|
|
146
164
|
"DescribeNodegroupResponseTypeDef",
|
|
147
|
-
"
|
|
165
|
+
"DescribePodIdentityAssociationRequestTypeDef",
|
|
148
166
|
"DescribePodIdentityAssociationResponseTypeDef",
|
|
149
|
-
"
|
|
167
|
+
"DescribeUpdateRequestTypeDef",
|
|
150
168
|
"DescribeUpdateResponseTypeDef",
|
|
151
|
-
"
|
|
152
|
-
"
|
|
169
|
+
"DisassociateAccessPolicyRequestTypeDef",
|
|
170
|
+
"DisassociateIdentityProviderConfigRequestTypeDef",
|
|
153
171
|
"DisassociateIdentityProviderConfigResponseTypeDef",
|
|
154
172
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
155
173
|
"EksAnywhereSubscriptionTypeDef",
|
|
@@ -177,49 +195,50 @@ __all__ = (
|
|
|
177
195
|
"KubernetesNetworkConfigRequestTypeDef",
|
|
178
196
|
"KubernetesNetworkConfigResponseTypeDef",
|
|
179
197
|
"LaunchTemplateSpecificationTypeDef",
|
|
198
|
+
"LicenseTypeDef",
|
|
180
199
|
"ListAccessEntriesRequestPaginateTypeDef",
|
|
181
|
-
"
|
|
200
|
+
"ListAccessEntriesRequestTypeDef",
|
|
182
201
|
"ListAccessEntriesResponseTypeDef",
|
|
183
202
|
"ListAccessPoliciesRequestPaginateTypeDef",
|
|
184
|
-
"
|
|
203
|
+
"ListAccessPoliciesRequestTypeDef",
|
|
185
204
|
"ListAccessPoliciesResponseTypeDef",
|
|
186
205
|
"ListAddonsRequestPaginateTypeDef",
|
|
187
|
-
"
|
|
206
|
+
"ListAddonsRequestTypeDef",
|
|
188
207
|
"ListAddonsResponseTypeDef",
|
|
189
208
|
"ListAssociatedAccessPoliciesRequestPaginateTypeDef",
|
|
190
|
-
"
|
|
209
|
+
"ListAssociatedAccessPoliciesRequestTypeDef",
|
|
191
210
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
192
211
|
"ListClustersRequestPaginateTypeDef",
|
|
193
|
-
"
|
|
212
|
+
"ListClustersRequestTypeDef",
|
|
194
213
|
"ListClustersResponseTypeDef",
|
|
195
214
|
"ListEksAnywhereSubscriptionsRequestPaginateTypeDef",
|
|
196
|
-
"
|
|
215
|
+
"ListEksAnywhereSubscriptionsRequestTypeDef",
|
|
197
216
|
"ListEksAnywhereSubscriptionsResponseTypeDef",
|
|
198
217
|
"ListFargateProfilesRequestPaginateTypeDef",
|
|
199
|
-
"
|
|
218
|
+
"ListFargateProfilesRequestTypeDef",
|
|
200
219
|
"ListFargateProfilesResponseTypeDef",
|
|
201
220
|
"ListIdentityProviderConfigsRequestPaginateTypeDef",
|
|
202
|
-
"
|
|
221
|
+
"ListIdentityProviderConfigsRequestTypeDef",
|
|
203
222
|
"ListIdentityProviderConfigsResponseTypeDef",
|
|
204
223
|
"ListInsightsRequestPaginateTypeDef",
|
|
205
|
-
"
|
|
224
|
+
"ListInsightsRequestTypeDef",
|
|
206
225
|
"ListInsightsResponseTypeDef",
|
|
207
226
|
"ListNodegroupsRequestPaginateTypeDef",
|
|
208
|
-
"
|
|
227
|
+
"ListNodegroupsRequestTypeDef",
|
|
209
228
|
"ListNodegroupsResponseTypeDef",
|
|
210
229
|
"ListPodIdentityAssociationsRequestPaginateTypeDef",
|
|
211
|
-
"
|
|
230
|
+
"ListPodIdentityAssociationsRequestTypeDef",
|
|
212
231
|
"ListPodIdentityAssociationsResponseTypeDef",
|
|
213
|
-
"
|
|
232
|
+
"ListTagsForResourceRequestTypeDef",
|
|
214
233
|
"ListTagsForResourceResponseTypeDef",
|
|
215
234
|
"ListUpdatesRequestPaginateTypeDef",
|
|
216
|
-
"
|
|
235
|
+
"ListUpdatesRequestTypeDef",
|
|
217
236
|
"ListUpdatesResponseTypeDef",
|
|
218
237
|
"LogSetupOutputTypeDef",
|
|
219
238
|
"LogSetupTypeDef",
|
|
220
|
-
"LogSetupUnionTypeDef",
|
|
221
239
|
"LoggingOutputTypeDef",
|
|
222
240
|
"LoggingTypeDef",
|
|
241
|
+
"LoggingUnionTypeDef",
|
|
223
242
|
"MarketplaceInformationTypeDef",
|
|
224
243
|
"NodeRepairConfigTypeDef",
|
|
225
244
|
"NodegroupHealthTypeDef",
|
|
@@ -236,10 +255,11 @@ __all__ = (
|
|
|
236
255
|
"PodIdentityAssociationSummaryTypeDef",
|
|
237
256
|
"PodIdentityAssociationTypeDef",
|
|
238
257
|
"ProviderTypeDef",
|
|
239
|
-
"
|
|
258
|
+
"RegisterClusterRequestTypeDef",
|
|
240
259
|
"RegisterClusterResponseTypeDef",
|
|
241
260
|
"RemoteAccessConfigOutputTypeDef",
|
|
242
261
|
"RemoteAccessConfigTypeDef",
|
|
262
|
+
"RemoteAccessConfigUnionTypeDef",
|
|
243
263
|
"RemoteNetworkConfigRequestTypeDef",
|
|
244
264
|
"RemoteNetworkConfigResponseTypeDef",
|
|
245
265
|
"RemoteNodeNetworkOutputTypeDef",
|
|
@@ -251,27 +271,27 @@ __all__ = (
|
|
|
251
271
|
"ResponseMetadataTypeDef",
|
|
252
272
|
"StorageConfigRequestTypeDef",
|
|
253
273
|
"StorageConfigResponseTypeDef",
|
|
254
|
-
"
|
|
274
|
+
"TagResourceRequestTypeDef",
|
|
255
275
|
"TaintTypeDef",
|
|
256
|
-
"
|
|
276
|
+
"UntagResourceRequestTypeDef",
|
|
257
277
|
"UpdateAccessConfigRequestTypeDef",
|
|
258
|
-
"
|
|
278
|
+
"UpdateAccessEntryRequestTypeDef",
|
|
259
279
|
"UpdateAccessEntryResponseTypeDef",
|
|
260
|
-
"
|
|
280
|
+
"UpdateAddonRequestTypeDef",
|
|
261
281
|
"UpdateAddonResponseTypeDef",
|
|
262
|
-
"
|
|
282
|
+
"UpdateClusterConfigRequestTypeDef",
|
|
263
283
|
"UpdateClusterConfigResponseTypeDef",
|
|
264
|
-
"
|
|
284
|
+
"UpdateClusterVersionRequestTypeDef",
|
|
265
285
|
"UpdateClusterVersionResponseTypeDef",
|
|
266
|
-
"
|
|
286
|
+
"UpdateEksAnywhereSubscriptionRequestTypeDef",
|
|
267
287
|
"UpdateEksAnywhereSubscriptionResponseTypeDef",
|
|
268
288
|
"UpdateLabelsPayloadTypeDef",
|
|
269
|
-
"
|
|
289
|
+
"UpdateNodegroupConfigRequestTypeDef",
|
|
270
290
|
"UpdateNodegroupConfigResponseTypeDef",
|
|
271
|
-
"
|
|
291
|
+
"UpdateNodegroupVersionRequestTypeDef",
|
|
272
292
|
"UpdateNodegroupVersionResponseTypeDef",
|
|
273
293
|
"UpdateParamTypeDef",
|
|
274
|
-
"
|
|
294
|
+
"UpdatePodIdentityAssociationRequestTypeDef",
|
|
275
295
|
"UpdatePodIdentityAssociationResponseTypeDef",
|
|
276
296
|
"UpdateTaintsPayloadTypeDef",
|
|
277
297
|
"UpdateTypeDef",
|
|
@@ -293,11 +313,11 @@ AccessEntryTypeDef = TypedDict(
|
|
|
293
313
|
{
|
|
294
314
|
"clusterName": NotRequired[str],
|
|
295
315
|
"principalArn": NotRequired[str],
|
|
296
|
-
"kubernetesGroups": NotRequired[
|
|
316
|
+
"kubernetesGroups": NotRequired[List[str]],
|
|
297
317
|
"accessEntryArn": NotRequired[str],
|
|
298
318
|
"createdAt": NotRequired[datetime],
|
|
299
319
|
"modifiedAt": NotRequired[datetime],
|
|
300
|
-
"tags": NotRequired[
|
|
320
|
+
"tags": NotRequired[Dict[str, str]],
|
|
301
321
|
"username": NotRequired[str],
|
|
302
322
|
"type": NotRequired[str],
|
|
303
323
|
},
|
|
@@ -311,7 +331,7 @@ AccessScopeOutputTypeDef = TypedDict(
|
|
|
311
331
|
"AccessScopeOutputTypeDef",
|
|
312
332
|
{
|
|
313
333
|
"type": NotRequired[AccessScopeTypeType],
|
|
314
|
-
"namespaces": NotRequired[
|
|
334
|
+
"namespaces": NotRequired[List[str]],
|
|
315
335
|
},
|
|
316
336
|
)
|
|
317
337
|
AccessScopeTypeDef = TypedDict(
|
|
@@ -324,12 +344,12 @@ AccessScopeTypeDef = TypedDict(
|
|
|
324
344
|
|
|
325
345
|
class AddonCompatibilityDetailTypeDef(TypedDict):
|
|
326
346
|
name: NotRequired[str]
|
|
327
|
-
compatibleVersions: NotRequired[
|
|
347
|
+
compatibleVersions: NotRequired[List[str]]
|
|
328
348
|
|
|
329
349
|
class AddonIssueTypeDef(TypedDict):
|
|
330
350
|
code: NotRequired[AddonIssueCodeType]
|
|
331
351
|
message: NotRequired[str]
|
|
332
|
-
resourceIds: NotRequired[
|
|
352
|
+
resourceIds: NotRequired[List[str]]
|
|
333
353
|
|
|
334
354
|
class MarketplaceInformationTypeDef(TypedDict):
|
|
335
355
|
productId: NotRequired[str]
|
|
@@ -341,17 +361,17 @@ class AddonPodIdentityAssociationsTypeDef(TypedDict):
|
|
|
341
361
|
|
|
342
362
|
class AddonPodIdentityConfigurationTypeDef(TypedDict):
|
|
343
363
|
serviceAccount: NotRequired[str]
|
|
344
|
-
recommendedManagedPolicies: NotRequired[
|
|
364
|
+
recommendedManagedPolicies: NotRequired[List[str]]
|
|
345
365
|
|
|
346
366
|
class CompatibilityTypeDef(TypedDict):
|
|
347
367
|
clusterVersion: NotRequired[str]
|
|
348
|
-
platformVersions: NotRequired[
|
|
368
|
+
platformVersions: NotRequired[List[str]]
|
|
349
369
|
defaultVersion: NotRequired[bool]
|
|
350
370
|
|
|
351
371
|
class ResponseMetadataTypeDef(TypedDict):
|
|
352
372
|
RequestId: str
|
|
353
373
|
HTTPStatusCode: int
|
|
354
|
-
HTTPHeaders:
|
|
374
|
+
HTTPHeaders: Dict[str, str]
|
|
355
375
|
RetryAttempts: int
|
|
356
376
|
HostId: NotRequired[str]
|
|
357
377
|
|
|
@@ -382,11 +402,11 @@ class ClientStatTypeDef(TypedDict):
|
|
|
382
402
|
class ClusterIssueTypeDef(TypedDict):
|
|
383
403
|
code: NotRequired[ClusterIssueCodeType]
|
|
384
404
|
message: NotRequired[str]
|
|
385
|
-
resourceIds: NotRequired[
|
|
405
|
+
resourceIds: NotRequired[List[str]]
|
|
386
406
|
|
|
387
407
|
class ComputeConfigResponseTypeDef(TypedDict):
|
|
388
408
|
enabled: NotRequired[bool]
|
|
389
|
-
nodePools: NotRequired[
|
|
409
|
+
nodePools: NotRequired[List[str]]
|
|
390
410
|
nodeRoleArn: NotRequired[str]
|
|
391
411
|
|
|
392
412
|
class ConnectorConfigResponseTypeDef(TypedDict):
|
|
@@ -400,17 +420,29 @@ class UpgradePolicyResponseTypeDef(TypedDict):
|
|
|
400
420
|
supportType: NotRequired[SupportTypeType]
|
|
401
421
|
|
|
402
422
|
class VpcConfigResponseTypeDef(TypedDict):
|
|
403
|
-
subnetIds: NotRequired[
|
|
404
|
-
securityGroupIds: NotRequired[
|
|
423
|
+
subnetIds: NotRequired[List[str]]
|
|
424
|
+
securityGroupIds: NotRequired[List[str]]
|
|
405
425
|
clusterSecurityGroupId: NotRequired[str]
|
|
406
426
|
vpcId: NotRequired[str]
|
|
407
427
|
endpointPublicAccess: NotRequired[bool]
|
|
408
428
|
endpointPrivateAccess: NotRequired[bool]
|
|
409
|
-
publicAccessCidrs: NotRequired[
|
|
429
|
+
publicAccessCidrs: NotRequired[List[str]]
|
|
410
430
|
|
|
411
431
|
class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
412
432
|
enabled: NotRequired[bool]
|
|
413
433
|
|
|
434
|
+
class ClusterVersionInformationTypeDef(TypedDict):
|
|
435
|
+
clusterVersion: NotRequired[str]
|
|
436
|
+
clusterType: NotRequired[str]
|
|
437
|
+
defaultPlatformVersion: NotRequired[str]
|
|
438
|
+
defaultVersion: NotRequired[bool]
|
|
439
|
+
releaseDate: NotRequired[datetime]
|
|
440
|
+
endOfStandardSupportDate: NotRequired[datetime]
|
|
441
|
+
endOfExtendedSupportDate: NotRequired[datetime]
|
|
442
|
+
status: NotRequired[ClusterVersionStatusType]
|
|
443
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
444
|
+
kubernetesPatchVersion: NotRequired[str]
|
|
445
|
+
|
|
414
446
|
class ComputeConfigRequestTypeDef(TypedDict):
|
|
415
447
|
enabled: NotRequired[bool]
|
|
416
448
|
nodePools: NotRequired[Sequence[str]]
|
|
@@ -430,8 +462,8 @@ class CreateAccessConfigRequestTypeDef(TypedDict):
|
|
|
430
462
|
bootstrapClusterCreatorAdminPermissions: NotRequired[bool]
|
|
431
463
|
authenticationMode: NotRequired[AuthenticationModeType]
|
|
432
464
|
|
|
433
|
-
|
|
434
|
-
"
|
|
465
|
+
CreateAccessEntryRequestTypeDef = TypedDict(
|
|
466
|
+
"CreateAccessEntryRequestTypeDef",
|
|
435
467
|
{
|
|
436
468
|
"clusterName": str,
|
|
437
469
|
"principalArn": str,
|
|
@@ -480,17 +512,14 @@ class NodegroupScalingConfigTypeDef(TypedDict):
|
|
|
480
512
|
class NodegroupUpdateConfigTypeDef(TypedDict):
|
|
481
513
|
maxUnavailable: NotRequired[int]
|
|
482
514
|
maxUnavailablePercentage: NotRequired[int]
|
|
483
|
-
|
|
484
|
-
class RemoteAccessConfigTypeDef(TypedDict):
|
|
485
|
-
ec2SshKey: NotRequired[str]
|
|
486
|
-
sourceSecurityGroups: NotRequired[Sequence[str]]
|
|
515
|
+
updateStrategy: NotRequired[NodegroupUpdateStrategiesType]
|
|
487
516
|
|
|
488
517
|
class TaintTypeDef(TypedDict):
|
|
489
518
|
key: NotRequired[str]
|
|
490
519
|
value: NotRequired[str]
|
|
491
520
|
effect: NotRequired[TaintEffectType]
|
|
492
521
|
|
|
493
|
-
class
|
|
522
|
+
class CreatePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
494
523
|
clusterName: str
|
|
495
524
|
namespace: str
|
|
496
525
|
serviceAccount: str
|
|
@@ -505,54 +534,54 @@ class PodIdentityAssociationTypeDef(TypedDict):
|
|
|
505
534
|
roleArn: NotRequired[str]
|
|
506
535
|
associationArn: NotRequired[str]
|
|
507
536
|
associationId: NotRequired[str]
|
|
508
|
-
tags: NotRequired[
|
|
537
|
+
tags: NotRequired[Dict[str, str]]
|
|
509
538
|
createdAt: NotRequired[datetime]
|
|
510
539
|
modifiedAt: NotRequired[datetime]
|
|
511
540
|
ownerArn: NotRequired[str]
|
|
512
541
|
|
|
513
|
-
class
|
|
542
|
+
class DeleteAccessEntryRequestTypeDef(TypedDict):
|
|
514
543
|
clusterName: str
|
|
515
544
|
principalArn: str
|
|
516
545
|
|
|
517
|
-
class
|
|
546
|
+
class DeleteAddonRequestTypeDef(TypedDict):
|
|
518
547
|
clusterName: str
|
|
519
548
|
addonName: str
|
|
520
549
|
preserve: NotRequired[bool]
|
|
521
550
|
|
|
522
|
-
class
|
|
551
|
+
class DeleteClusterRequestTypeDef(TypedDict):
|
|
523
552
|
name: str
|
|
524
553
|
|
|
525
|
-
|
|
526
|
-
"
|
|
554
|
+
DeleteEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
555
|
+
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
527
556
|
{
|
|
528
557
|
"id": str,
|
|
529
558
|
},
|
|
530
559
|
)
|
|
531
560
|
|
|
532
|
-
class
|
|
561
|
+
class DeleteFargateProfileRequestTypeDef(TypedDict):
|
|
533
562
|
clusterName: str
|
|
534
563
|
fargateProfileName: str
|
|
535
564
|
|
|
536
|
-
class
|
|
565
|
+
class DeleteNodegroupRequestTypeDef(TypedDict):
|
|
537
566
|
clusterName: str
|
|
538
567
|
nodegroupName: str
|
|
539
568
|
|
|
540
|
-
class
|
|
569
|
+
class DeletePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
541
570
|
clusterName: str
|
|
542
571
|
associationId: str
|
|
543
572
|
|
|
544
|
-
class
|
|
573
|
+
class DeregisterClusterRequestTypeDef(TypedDict):
|
|
545
574
|
name: str
|
|
546
575
|
|
|
547
|
-
class
|
|
576
|
+
class DescribeAccessEntryRequestTypeDef(TypedDict):
|
|
548
577
|
clusterName: str
|
|
549
578
|
principalArn: str
|
|
550
579
|
|
|
551
|
-
class
|
|
580
|
+
class DescribeAddonConfigurationRequestTypeDef(TypedDict):
|
|
552
581
|
addonName: str
|
|
553
582
|
addonVersion: str
|
|
554
583
|
|
|
555
|
-
class
|
|
584
|
+
class DescribeAddonRequestTypeDef(TypedDict):
|
|
556
585
|
clusterName: str
|
|
557
586
|
addonName: str
|
|
558
587
|
|
|
@@ -565,8 +594,8 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
565
594
|
PageSize: NotRequired[int]
|
|
566
595
|
StartingToken: NotRequired[str]
|
|
567
596
|
|
|
568
|
-
|
|
569
|
-
"
|
|
597
|
+
DescribeAddonVersionsRequestTypeDef = TypedDict(
|
|
598
|
+
"DescribeAddonVersionsRequestTypeDef",
|
|
570
599
|
{
|
|
571
600
|
"kubernetesVersion": NotRequired[str],
|
|
572
601
|
"maxResults": NotRequired[int],
|
|
@@ -578,17 +607,27 @@ DescribeAddonVersionsRequestRequestTypeDef = TypedDict(
|
|
|
578
607
|
},
|
|
579
608
|
)
|
|
580
609
|
|
|
581
|
-
class
|
|
610
|
+
class DescribeClusterRequestTypeDef(TypedDict):
|
|
582
611
|
name: str
|
|
583
612
|
|
|
584
|
-
|
|
585
|
-
|
|
613
|
+
class DescribeClusterVersionsRequestTypeDef(TypedDict):
|
|
614
|
+
clusterType: NotRequired[str]
|
|
615
|
+
maxResults: NotRequired[int]
|
|
616
|
+
nextToken: NotRequired[str]
|
|
617
|
+
defaultOnly: NotRequired[bool]
|
|
618
|
+
includeAll: NotRequired[bool]
|
|
619
|
+
clusterVersions: NotRequired[Sequence[str]]
|
|
620
|
+
status: NotRequired[ClusterVersionStatusType]
|
|
621
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
622
|
+
|
|
623
|
+
DescribeEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
624
|
+
"DescribeEksAnywhereSubscriptionRequestTypeDef",
|
|
586
625
|
{
|
|
587
626
|
"id": str,
|
|
588
627
|
},
|
|
589
628
|
)
|
|
590
629
|
|
|
591
|
-
class
|
|
630
|
+
class DescribeFargateProfileRequestTypeDef(TypedDict):
|
|
592
631
|
clusterName: str
|
|
593
632
|
fargateProfileName: str
|
|
594
633
|
|
|
@@ -599,33 +638,41 @@ IdentityProviderConfigTypeDef = TypedDict(
|
|
|
599
638
|
"name": str,
|
|
600
639
|
},
|
|
601
640
|
)
|
|
602
|
-
|
|
603
|
-
"
|
|
641
|
+
DescribeInsightRequestTypeDef = TypedDict(
|
|
642
|
+
"DescribeInsightRequestTypeDef",
|
|
604
643
|
{
|
|
605
644
|
"clusterName": str,
|
|
606
645
|
"id": str,
|
|
607
646
|
},
|
|
608
647
|
)
|
|
609
648
|
|
|
610
|
-
class
|
|
649
|
+
class DescribeNodegroupRequestTypeDef(TypedDict):
|
|
611
650
|
clusterName: str
|
|
612
651
|
nodegroupName: str
|
|
613
652
|
|
|
614
|
-
class
|
|
653
|
+
class DescribePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
615
654
|
clusterName: str
|
|
616
655
|
associationId: str
|
|
617
656
|
|
|
618
|
-
class
|
|
657
|
+
class DescribeUpdateRequestTypeDef(TypedDict):
|
|
619
658
|
name: str
|
|
620
659
|
updateId: str
|
|
621
660
|
nodegroupName: NotRequired[str]
|
|
622
661
|
addonName: NotRequired[str]
|
|
623
662
|
|
|
624
|
-
class
|
|
663
|
+
class DisassociateAccessPolicyRequestTypeDef(TypedDict):
|
|
625
664
|
clusterName: str
|
|
626
665
|
principalArn: str
|
|
627
666
|
policyArn: str
|
|
628
667
|
|
|
668
|
+
LicenseTypeDef = TypedDict(
|
|
669
|
+
"LicenseTypeDef",
|
|
670
|
+
{
|
|
671
|
+
"id": NotRequired[str],
|
|
672
|
+
"token": NotRequired[str],
|
|
673
|
+
},
|
|
674
|
+
)
|
|
675
|
+
|
|
629
676
|
class ElasticLoadBalancingTypeDef(TypedDict):
|
|
630
677
|
enabled: NotRequired[bool]
|
|
631
678
|
|
|
@@ -635,16 +682,16 @@ class ProviderTypeDef(TypedDict):
|
|
|
635
682
|
class ErrorDetailTypeDef(TypedDict):
|
|
636
683
|
errorCode: NotRequired[ErrorCodeType]
|
|
637
684
|
errorMessage: NotRequired[str]
|
|
638
|
-
resourceIds: NotRequired[
|
|
685
|
+
resourceIds: NotRequired[List[str]]
|
|
639
686
|
|
|
640
687
|
class FargateProfileIssueTypeDef(TypedDict):
|
|
641
688
|
code: NotRequired[FargateProfileIssueCodeType]
|
|
642
689
|
message: NotRequired[str]
|
|
643
|
-
resourceIds: NotRequired[
|
|
690
|
+
resourceIds: NotRequired[List[str]]
|
|
644
691
|
|
|
645
692
|
class FargateProfileSelectorOutputTypeDef(TypedDict):
|
|
646
693
|
namespace: NotRequired[str]
|
|
647
|
-
labels: NotRequired[
|
|
694
|
+
labels: NotRequired[Dict[str, str]]
|
|
648
695
|
|
|
649
696
|
class FargateProfileSelectorTypeDef(TypedDict):
|
|
650
697
|
namespace: NotRequired[str]
|
|
@@ -660,8 +707,8 @@ class OidcIdentityProviderConfigTypeDef(TypedDict):
|
|
|
660
707
|
usernamePrefix: NotRequired[str]
|
|
661
708
|
groupsClaim: NotRequired[str]
|
|
662
709
|
groupsPrefix: NotRequired[str]
|
|
663
|
-
requiredClaims: NotRequired[
|
|
664
|
-
tags: NotRequired[
|
|
710
|
+
requiredClaims: NotRequired[Dict[str, str]]
|
|
711
|
+
tags: NotRequired[Dict[str, str]]
|
|
665
712
|
status: NotRequired[ConfigStatusType]
|
|
666
713
|
|
|
667
714
|
class OIDCTypeDef(TypedDict):
|
|
@@ -679,55 +726,55 @@ class InsightsFilterTypeDef(TypedDict):
|
|
|
679
726
|
class IssueTypeDef(TypedDict):
|
|
680
727
|
code: NotRequired[NodegroupIssueCodeType]
|
|
681
728
|
message: NotRequired[str]
|
|
682
|
-
resourceIds: NotRequired[
|
|
729
|
+
resourceIds: NotRequired[List[str]]
|
|
683
730
|
|
|
684
|
-
class
|
|
731
|
+
class ListAccessEntriesRequestTypeDef(TypedDict):
|
|
685
732
|
clusterName: str
|
|
686
733
|
associatedPolicyArn: NotRequired[str]
|
|
687
734
|
maxResults: NotRequired[int]
|
|
688
735
|
nextToken: NotRequired[str]
|
|
689
736
|
|
|
690
|
-
class
|
|
737
|
+
class ListAccessPoliciesRequestTypeDef(TypedDict):
|
|
691
738
|
maxResults: NotRequired[int]
|
|
692
739
|
nextToken: NotRequired[str]
|
|
693
740
|
|
|
694
|
-
class
|
|
741
|
+
class ListAddonsRequestTypeDef(TypedDict):
|
|
695
742
|
clusterName: str
|
|
696
743
|
maxResults: NotRequired[int]
|
|
697
744
|
nextToken: NotRequired[str]
|
|
698
745
|
|
|
699
|
-
class
|
|
746
|
+
class ListAssociatedAccessPoliciesRequestTypeDef(TypedDict):
|
|
700
747
|
clusterName: str
|
|
701
748
|
principalArn: str
|
|
702
749
|
maxResults: NotRequired[int]
|
|
703
750
|
nextToken: NotRequired[str]
|
|
704
751
|
|
|
705
|
-
class
|
|
752
|
+
class ListClustersRequestTypeDef(TypedDict):
|
|
706
753
|
maxResults: NotRequired[int]
|
|
707
754
|
nextToken: NotRequired[str]
|
|
708
755
|
include: NotRequired[Sequence[str]]
|
|
709
756
|
|
|
710
|
-
class
|
|
757
|
+
class ListEksAnywhereSubscriptionsRequestTypeDef(TypedDict):
|
|
711
758
|
maxResults: NotRequired[int]
|
|
712
759
|
nextToken: NotRequired[str]
|
|
713
760
|
includeStatus: NotRequired[Sequence[EksAnywhereSubscriptionStatusType]]
|
|
714
761
|
|
|
715
|
-
class
|
|
762
|
+
class ListFargateProfilesRequestTypeDef(TypedDict):
|
|
716
763
|
clusterName: str
|
|
717
764
|
maxResults: NotRequired[int]
|
|
718
765
|
nextToken: NotRequired[str]
|
|
719
766
|
|
|
720
|
-
class
|
|
767
|
+
class ListIdentityProviderConfigsRequestTypeDef(TypedDict):
|
|
721
768
|
clusterName: str
|
|
722
769
|
maxResults: NotRequired[int]
|
|
723
770
|
nextToken: NotRequired[str]
|
|
724
771
|
|
|
725
|
-
class
|
|
772
|
+
class ListNodegroupsRequestTypeDef(TypedDict):
|
|
726
773
|
clusterName: str
|
|
727
774
|
maxResults: NotRequired[int]
|
|
728
775
|
nextToken: NotRequired[str]
|
|
729
776
|
|
|
730
|
-
class
|
|
777
|
+
class ListPodIdentityAssociationsRequestTypeDef(TypedDict):
|
|
731
778
|
clusterName: str
|
|
732
779
|
namespace: NotRequired[str]
|
|
733
780
|
serviceAccount: NotRequired[str]
|
|
@@ -742,10 +789,10 @@ class PodIdentityAssociationSummaryTypeDef(TypedDict):
|
|
|
742
789
|
associationId: NotRequired[str]
|
|
743
790
|
ownerArn: NotRequired[str]
|
|
744
791
|
|
|
745
|
-
class
|
|
792
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
746
793
|
resourceArn: str
|
|
747
794
|
|
|
748
|
-
class
|
|
795
|
+
class ListUpdatesRequestTypeDef(TypedDict):
|
|
749
796
|
name: str
|
|
750
797
|
nodegroupName: NotRequired[str]
|
|
751
798
|
addonName: NotRequired[str]
|
|
@@ -755,7 +802,7 @@ class ListUpdatesRequestRequestTypeDef(TypedDict):
|
|
|
755
802
|
LogSetupOutputTypeDef = TypedDict(
|
|
756
803
|
"LogSetupOutputTypeDef",
|
|
757
804
|
{
|
|
758
|
-
"types": NotRequired[
|
|
805
|
+
"types": NotRequired[List[LogTypeType]],
|
|
759
806
|
"enabled": NotRequired[bool],
|
|
760
807
|
},
|
|
761
808
|
)
|
|
@@ -769,13 +816,17 @@ LogSetupTypeDef = TypedDict(
|
|
|
769
816
|
|
|
770
817
|
class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
771
818
|
ec2SshKey: NotRequired[str]
|
|
772
|
-
sourceSecurityGroups: NotRequired[
|
|
819
|
+
sourceSecurityGroups: NotRequired[List[str]]
|
|
820
|
+
|
|
821
|
+
class RemoteAccessConfigTypeDef(TypedDict):
|
|
822
|
+
ec2SshKey: NotRequired[str]
|
|
823
|
+
sourceSecurityGroups: NotRequired[Sequence[str]]
|
|
773
824
|
|
|
774
825
|
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
775
|
-
cidrs: NotRequired[
|
|
826
|
+
cidrs: NotRequired[List[str]]
|
|
776
827
|
|
|
777
828
|
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
778
|
-
cidrs: NotRequired[
|
|
829
|
+
cidrs: NotRequired[List[str]]
|
|
779
830
|
|
|
780
831
|
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
781
832
|
cidrs: NotRequired[Sequence[str]]
|
|
@@ -783,31 +834,32 @@ class RemoteNodeNetworkTypeDef(TypedDict):
|
|
|
783
834
|
class RemotePodNetworkTypeDef(TypedDict):
|
|
784
835
|
cidrs: NotRequired[Sequence[str]]
|
|
785
836
|
|
|
786
|
-
class
|
|
837
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
787
838
|
resourceArn: str
|
|
788
839
|
tags: Mapping[str, str]
|
|
789
840
|
|
|
790
|
-
class
|
|
841
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
791
842
|
resourceArn: str
|
|
792
843
|
tagKeys: Sequence[str]
|
|
793
844
|
|
|
794
845
|
class UpdateAccessConfigRequestTypeDef(TypedDict):
|
|
795
846
|
authenticationMode: NotRequired[AuthenticationModeType]
|
|
796
847
|
|
|
797
|
-
class
|
|
848
|
+
class UpdateAccessEntryRequestTypeDef(TypedDict):
|
|
798
849
|
clusterName: str
|
|
799
850
|
principalArn: str
|
|
800
851
|
kubernetesGroups: NotRequired[Sequence[str]]
|
|
801
852
|
clientRequestToken: NotRequired[str]
|
|
802
853
|
username: NotRequired[str]
|
|
803
854
|
|
|
804
|
-
class
|
|
855
|
+
class UpdateClusterVersionRequestTypeDef(TypedDict):
|
|
805
856
|
name: str
|
|
806
857
|
version: str
|
|
807
858
|
clientRequestToken: NotRequired[str]
|
|
859
|
+
force: NotRequired[bool]
|
|
808
860
|
|
|
809
|
-
|
|
810
|
-
"
|
|
861
|
+
UpdateEksAnywhereSubscriptionRequestTypeDef = TypedDict(
|
|
862
|
+
"UpdateEksAnywhereSubscriptionRequestTypeDef",
|
|
811
863
|
{
|
|
812
864
|
"id": str,
|
|
813
865
|
"autoRenew": bool,
|
|
@@ -827,7 +879,7 @@ UpdateParamTypeDef = TypedDict(
|
|
|
827
879
|
},
|
|
828
880
|
)
|
|
829
881
|
|
|
830
|
-
class
|
|
882
|
+
class UpdatePodIdentityAssociationRequestTypeDef(TypedDict):
|
|
831
883
|
clusterName: str
|
|
832
884
|
associationId: str
|
|
833
885
|
roleArn: NotRequired[str]
|
|
@@ -839,16 +891,12 @@ class AssociatedAccessPolicyTypeDef(TypedDict):
|
|
|
839
891
|
associatedAt: NotRequired[datetime]
|
|
840
892
|
modifiedAt: NotRequired[datetime]
|
|
841
893
|
|
|
842
|
-
|
|
843
|
-
clusterName: str
|
|
844
|
-
principalArn: str
|
|
845
|
-
policyArn: str
|
|
846
|
-
accessScope: AccessScopeTypeDef
|
|
894
|
+
AccessScopeUnionTypeDef = Union[AccessScopeTypeDef, AccessScopeOutputTypeDef]
|
|
847
895
|
|
|
848
896
|
class AddonHealthTypeDef(TypedDict):
|
|
849
|
-
issues: NotRequired[
|
|
897
|
+
issues: NotRequired[List[AddonIssueTypeDef]]
|
|
850
898
|
|
|
851
|
-
class
|
|
899
|
+
class CreateAddonRequestTypeDef(TypedDict):
|
|
852
900
|
clusterName: str
|
|
853
901
|
addonName: str
|
|
854
902
|
addonVersion: NotRequired[str]
|
|
@@ -859,7 +907,7 @@ class CreateAddonRequestRequestTypeDef(TypedDict):
|
|
|
859
907
|
configurationValues: NotRequired[str]
|
|
860
908
|
podIdentityAssociations: NotRequired[Sequence[AddonPodIdentityAssociationsTypeDef]]
|
|
861
909
|
|
|
862
|
-
class
|
|
910
|
+
class UpdateAddonRequestTypeDef(TypedDict):
|
|
863
911
|
clusterName: str
|
|
864
912
|
addonName: str
|
|
865
913
|
addonVersion: NotRequired[str]
|
|
@@ -871,9 +919,9 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
871
919
|
|
|
872
920
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
873
921
|
addonVersion: NotRequired[str]
|
|
874
|
-
architecture: NotRequired[
|
|
875
|
-
computeTypes: NotRequired[
|
|
876
|
-
compatibilities: NotRequired[
|
|
922
|
+
architecture: NotRequired[List[str]]
|
|
923
|
+
computeTypes: NotRequired[List[str]]
|
|
924
|
+
compatibilities: NotRequired[List[CompatibilityTypeDef]]
|
|
877
925
|
requiresConfiguration: NotRequired[bool]
|
|
878
926
|
requiresIamPermissions: NotRequired[bool]
|
|
879
927
|
|
|
@@ -889,45 +937,45 @@ class DescribeAddonConfigurationResponseTypeDef(TypedDict):
|
|
|
889
937
|
addonName: str
|
|
890
938
|
addonVersion: str
|
|
891
939
|
configurationSchema: str
|
|
892
|
-
podIdentityConfiguration:
|
|
940
|
+
podIdentityConfiguration: List[AddonPodIdentityConfigurationTypeDef]
|
|
893
941
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
894
942
|
|
|
895
943
|
class ListAccessEntriesResponseTypeDef(TypedDict):
|
|
896
|
-
accessEntries:
|
|
944
|
+
accessEntries: List[str]
|
|
897
945
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
898
946
|
nextToken: NotRequired[str]
|
|
899
947
|
|
|
900
948
|
class ListAccessPoliciesResponseTypeDef(TypedDict):
|
|
901
|
-
accessPolicies:
|
|
949
|
+
accessPolicies: List[AccessPolicyTypeDef]
|
|
902
950
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
903
951
|
nextToken: NotRequired[str]
|
|
904
952
|
|
|
905
953
|
class ListAddonsResponseTypeDef(TypedDict):
|
|
906
|
-
addons:
|
|
954
|
+
addons: List[str]
|
|
907
955
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
908
956
|
nextToken: NotRequired[str]
|
|
909
957
|
|
|
910
958
|
class ListClustersResponseTypeDef(TypedDict):
|
|
911
|
-
clusters:
|
|
959
|
+
clusters: List[str]
|
|
912
960
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
913
961
|
nextToken: NotRequired[str]
|
|
914
962
|
|
|
915
963
|
class ListFargateProfilesResponseTypeDef(TypedDict):
|
|
916
|
-
fargateProfileNames:
|
|
964
|
+
fargateProfileNames: List[str]
|
|
917
965
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
918
966
|
nextToken: NotRequired[str]
|
|
919
967
|
|
|
920
968
|
class ListNodegroupsResponseTypeDef(TypedDict):
|
|
921
|
-
nodegroups:
|
|
969
|
+
nodegroups: List[str]
|
|
922
970
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
923
971
|
nextToken: NotRequired[str]
|
|
924
972
|
|
|
925
973
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
926
|
-
tags:
|
|
974
|
+
tags: Dict[str, str]
|
|
927
975
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
928
976
|
|
|
929
977
|
class ListUpdatesResponseTypeDef(TypedDict):
|
|
930
|
-
updateIds:
|
|
978
|
+
updateIds: List[str]
|
|
931
979
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
932
980
|
nextToken: NotRequired[str]
|
|
933
981
|
|
|
@@ -935,14 +983,14 @@ class UpdateAccessEntryResponseTypeDef(TypedDict):
|
|
|
935
983
|
accessEntry: AccessEntryTypeDef
|
|
936
984
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
937
985
|
|
|
938
|
-
class
|
|
986
|
+
class AssociateIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
939
987
|
clusterName: str
|
|
940
988
|
oidc: OidcIdentityProviderConfigRequestTypeDef
|
|
941
989
|
tags: NotRequired[Mapping[str, str]]
|
|
942
990
|
clientRequestToken: NotRequired[str]
|
|
943
991
|
|
|
944
992
|
class NodegroupResourcesTypeDef(TypedDict):
|
|
945
|
-
autoScalingGroups: NotRequired[
|
|
993
|
+
autoScalingGroups: NotRequired[List[AutoScalingGroupTypeDef]]
|
|
946
994
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
947
995
|
|
|
948
996
|
class StorageConfigRequestTypeDef(TypedDict):
|
|
@@ -956,12 +1004,17 @@ class DeprecationDetailTypeDef(TypedDict):
|
|
|
956
1004
|
replacedWith: NotRequired[str]
|
|
957
1005
|
stopServingVersion: NotRequired[str]
|
|
958
1006
|
startServingReplacementVersion: NotRequired[str]
|
|
959
|
-
clientStats: NotRequired[
|
|
1007
|
+
clientStats: NotRequired[List[ClientStatTypeDef]]
|
|
960
1008
|
|
|
961
1009
|
class ClusterHealthTypeDef(TypedDict):
|
|
962
|
-
issues: NotRequired[
|
|
1010
|
+
issues: NotRequired[List[ClusterIssueTypeDef]]
|
|
1011
|
+
|
|
1012
|
+
class DescribeClusterVersionsResponseTypeDef(TypedDict):
|
|
1013
|
+
clusterVersions: List[ClusterVersionInformationTypeDef]
|
|
1014
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1015
|
+
nextToken: NotRequired[str]
|
|
963
1016
|
|
|
964
|
-
class
|
|
1017
|
+
class RegisterClusterRequestTypeDef(TypedDict):
|
|
965
1018
|
name: str
|
|
966
1019
|
connectorConfig: ConnectorConfigRequestTypeDef
|
|
967
1020
|
clientRequestToken: NotRequired[str]
|
|
@@ -973,11 +1026,11 @@ class OutpostConfigRequestTypeDef(TypedDict):
|
|
|
973
1026
|
controlPlanePlacement: NotRequired[ControlPlanePlacementRequestTypeDef]
|
|
974
1027
|
|
|
975
1028
|
class OutpostConfigResponseTypeDef(TypedDict):
|
|
976
|
-
outpostArns:
|
|
1029
|
+
outpostArns: List[str]
|
|
977
1030
|
controlPlaneInstanceType: str
|
|
978
1031
|
controlPlanePlacement: NotRequired[ControlPlanePlacementResponseTypeDef]
|
|
979
1032
|
|
|
980
|
-
class
|
|
1033
|
+
class CreateEksAnywhereSubscriptionRequestTypeDef(TypedDict):
|
|
981
1034
|
name: str
|
|
982
1035
|
term: EksAnywhereSubscriptionTermTypeDef
|
|
983
1036
|
licenseQuantity: NotRequired[int]
|
|
@@ -986,25 +1039,7 @@ class CreateEksAnywhereSubscriptionRequestRequestTypeDef(TypedDict):
|
|
|
986
1039
|
clientRequestToken: NotRequired[str]
|
|
987
1040
|
tags: NotRequired[Mapping[str, str]]
|
|
988
1041
|
|
|
989
|
-
|
|
990
|
-
"EksAnywhereSubscriptionTypeDef",
|
|
991
|
-
{
|
|
992
|
-
"id": NotRequired[str],
|
|
993
|
-
"arn": NotRequired[str],
|
|
994
|
-
"createdAt": NotRequired[datetime],
|
|
995
|
-
"effectiveDate": NotRequired[datetime],
|
|
996
|
-
"expirationDate": NotRequired[datetime],
|
|
997
|
-
"licenseQuantity": NotRequired[int],
|
|
998
|
-
"licenseType": NotRequired[Literal["Cluster"]],
|
|
999
|
-
"term": NotRequired[EksAnywhereSubscriptionTermTypeDef],
|
|
1000
|
-
"status": NotRequired[str],
|
|
1001
|
-
"autoRenew": NotRequired[bool],
|
|
1002
|
-
"licenseArns": NotRequired[list[str]],
|
|
1003
|
-
"tags": NotRequired[dict[str, str]],
|
|
1004
|
-
},
|
|
1005
|
-
)
|
|
1006
|
-
|
|
1007
|
-
class UpdateNodegroupVersionRequestRequestTypeDef(TypedDict):
|
|
1042
|
+
class UpdateNodegroupVersionRequestTypeDef(TypedDict):
|
|
1008
1043
|
clusterName: str
|
|
1009
1044
|
nodegroupName: str
|
|
1010
1045
|
version: NotRequired[str]
|
|
@@ -1013,27 +1048,6 @@ class UpdateNodegroupVersionRequestRequestTypeDef(TypedDict):
|
|
|
1013
1048
|
force: NotRequired[bool]
|
|
1014
1049
|
clientRequestToken: NotRequired[str]
|
|
1015
1050
|
|
|
1016
|
-
class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
1017
|
-
clusterName: str
|
|
1018
|
-
nodegroupName: str
|
|
1019
|
-
subnets: Sequence[str]
|
|
1020
|
-
nodeRole: str
|
|
1021
|
-
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1022
|
-
diskSize: NotRequired[int]
|
|
1023
|
-
instanceTypes: NotRequired[Sequence[str]]
|
|
1024
|
-
amiType: NotRequired[AMITypesType]
|
|
1025
|
-
remoteAccess: NotRequired[RemoteAccessConfigTypeDef]
|
|
1026
|
-
labels: NotRequired[Mapping[str, str]]
|
|
1027
|
-
taints: NotRequired[Sequence[TaintTypeDef]]
|
|
1028
|
-
tags: NotRequired[Mapping[str, str]]
|
|
1029
|
-
clientRequestToken: NotRequired[str]
|
|
1030
|
-
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1031
|
-
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1032
|
-
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1033
|
-
capacityType: NotRequired[CapacityTypesType]
|
|
1034
|
-
version: NotRequired[str]
|
|
1035
|
-
releaseVersion: NotRequired[str]
|
|
1036
|
-
|
|
1037
1051
|
class UpdateTaintsPayloadTypeDef(TypedDict):
|
|
1038
1052
|
addOrUpdateTaints: NotRequired[Sequence[TaintTypeDef]]
|
|
1039
1053
|
removeTaints: NotRequired[Sequence[TaintTypeDef]]
|
|
@@ -1054,20 +1068,39 @@ class UpdatePodIdentityAssociationResponseTypeDef(TypedDict):
|
|
|
1054
1068
|
association: PodIdentityAssociationTypeDef
|
|
1055
1069
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1056
1070
|
|
|
1071
|
+
class DescribeAddonRequestWaitExtraTypeDef(TypedDict):
|
|
1072
|
+
clusterName: str
|
|
1073
|
+
addonName: str
|
|
1074
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1075
|
+
|
|
1057
1076
|
class DescribeAddonRequestWaitTypeDef(TypedDict):
|
|
1058
1077
|
clusterName: str
|
|
1059
1078
|
addonName: str
|
|
1060
1079
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1061
1080
|
|
|
1081
|
+
class DescribeClusterRequestWaitExtraTypeDef(TypedDict):
|
|
1082
|
+
name: str
|
|
1083
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1084
|
+
|
|
1062
1085
|
class DescribeClusterRequestWaitTypeDef(TypedDict):
|
|
1063
1086
|
name: str
|
|
1064
1087
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1065
1088
|
|
|
1089
|
+
class DescribeFargateProfileRequestWaitExtraTypeDef(TypedDict):
|
|
1090
|
+
clusterName: str
|
|
1091
|
+
fargateProfileName: str
|
|
1092
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1093
|
+
|
|
1066
1094
|
class DescribeFargateProfileRequestWaitTypeDef(TypedDict):
|
|
1067
1095
|
clusterName: str
|
|
1068
1096
|
fargateProfileName: str
|
|
1069
1097
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1070
1098
|
|
|
1099
|
+
class DescribeNodegroupRequestWaitExtraTypeDef(TypedDict):
|
|
1100
|
+
clusterName: str
|
|
1101
|
+
nodegroupName: str
|
|
1102
|
+
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1103
|
+
|
|
1071
1104
|
class DescribeNodegroupRequestWaitTypeDef(TypedDict):
|
|
1072
1105
|
clusterName: str
|
|
1073
1106
|
nodegroupName: str
|
|
@@ -1085,6 +1118,15 @@ DescribeAddonVersionsRequestPaginateTypeDef = TypedDict(
|
|
|
1085
1118
|
},
|
|
1086
1119
|
)
|
|
1087
1120
|
|
|
1121
|
+
class DescribeClusterVersionsRequestPaginateTypeDef(TypedDict):
|
|
1122
|
+
clusterType: NotRequired[str]
|
|
1123
|
+
defaultOnly: NotRequired[bool]
|
|
1124
|
+
includeAll: NotRequired[bool]
|
|
1125
|
+
clusterVersions: NotRequired[Sequence[str]]
|
|
1126
|
+
status: NotRequired[ClusterVersionStatusType]
|
|
1127
|
+
versionStatus: NotRequired[VersionStatusType]
|
|
1128
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1129
|
+
|
|
1088
1130
|
class ListAccessEntriesRequestPaginateTypeDef(TypedDict):
|
|
1089
1131
|
clusterName: str
|
|
1090
1132
|
associatedPolicyArn: NotRequired[str]
|
|
@@ -1134,20 +1176,39 @@ class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
|
1134
1176
|
addonName: NotRequired[str]
|
|
1135
1177
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1136
1178
|
|
|
1137
|
-
class
|
|
1179
|
+
class DescribeIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
1138
1180
|
clusterName: str
|
|
1139
1181
|
identityProviderConfig: IdentityProviderConfigTypeDef
|
|
1140
1182
|
|
|
1141
|
-
class
|
|
1183
|
+
class DisassociateIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
1142
1184
|
clusterName: str
|
|
1143
1185
|
identityProviderConfig: IdentityProviderConfigTypeDef
|
|
1144
1186
|
clientRequestToken: NotRequired[str]
|
|
1145
1187
|
|
|
1146
1188
|
class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
1147
|
-
identityProviderConfigs:
|
|
1189
|
+
identityProviderConfigs: List[IdentityProviderConfigTypeDef]
|
|
1148
1190
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1149
1191
|
nextToken: NotRequired[str]
|
|
1150
1192
|
|
|
1193
|
+
EksAnywhereSubscriptionTypeDef = TypedDict(
|
|
1194
|
+
"EksAnywhereSubscriptionTypeDef",
|
|
1195
|
+
{
|
|
1196
|
+
"id": NotRequired[str],
|
|
1197
|
+
"arn": NotRequired[str],
|
|
1198
|
+
"createdAt": NotRequired[datetime],
|
|
1199
|
+
"effectiveDate": NotRequired[datetime],
|
|
1200
|
+
"expirationDate": NotRequired[datetime],
|
|
1201
|
+
"licenseQuantity": NotRequired[int],
|
|
1202
|
+
"licenseType": NotRequired[Literal["Cluster"]],
|
|
1203
|
+
"term": NotRequired[EksAnywhereSubscriptionTermTypeDef],
|
|
1204
|
+
"status": NotRequired[str],
|
|
1205
|
+
"autoRenew": NotRequired[bool],
|
|
1206
|
+
"licenseArns": NotRequired[List[str]],
|
|
1207
|
+
"licenses": NotRequired[List[LicenseTypeDef]],
|
|
1208
|
+
"tags": NotRequired[Dict[str, str]],
|
|
1209
|
+
},
|
|
1210
|
+
)
|
|
1211
|
+
|
|
1151
1212
|
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
1152
1213
|
serviceIpv4Cidr: NotRequired[str]
|
|
1153
1214
|
ipFamily: NotRequired[IpFamilyType]
|
|
@@ -1160,7 +1221,7 @@ class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
|
1160
1221
|
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1161
1222
|
|
|
1162
1223
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1163
|
-
resources: NotRequired[
|
|
1224
|
+
resources: NotRequired[List[str]]
|
|
1164
1225
|
provider: NotRequired[ProviderTypeDef]
|
|
1165
1226
|
|
|
1166
1227
|
class EncryptionConfigTypeDef(TypedDict):
|
|
@@ -1168,7 +1229,7 @@ class EncryptionConfigTypeDef(TypedDict):
|
|
|
1168
1229
|
provider: NotRequired[ProviderTypeDef]
|
|
1169
1230
|
|
|
1170
1231
|
class FargateProfileHealthTypeDef(TypedDict):
|
|
1171
|
-
issues: NotRequired[
|
|
1232
|
+
issues: NotRequired[List[FargateProfileIssueTypeDef]]
|
|
1172
1233
|
|
|
1173
1234
|
FargateProfileSelectorUnionTypeDef = Union[
|
|
1174
1235
|
FargateProfileSelectorTypeDef, FargateProfileSelectorOutputTypeDef
|
|
@@ -1206,8 +1267,8 @@ ListInsightsRequestPaginateTypeDef = TypedDict(
|
|
|
1206
1267
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1207
1268
|
},
|
|
1208
1269
|
)
|
|
1209
|
-
|
|
1210
|
-
"
|
|
1270
|
+
ListInsightsRequestTypeDef = TypedDict(
|
|
1271
|
+
"ListInsightsRequestTypeDef",
|
|
1211
1272
|
{
|
|
1212
1273
|
"clusterName": str,
|
|
1213
1274
|
"filter": NotRequired[InsightsFilterTypeDef],
|
|
@@ -1217,21 +1278,24 @@ ListInsightsRequestRequestTypeDef = TypedDict(
|
|
|
1217
1278
|
)
|
|
1218
1279
|
|
|
1219
1280
|
class NodegroupHealthTypeDef(TypedDict):
|
|
1220
|
-
issues: NotRequired[
|
|
1281
|
+
issues: NotRequired[List[IssueTypeDef]]
|
|
1221
1282
|
|
|
1222
1283
|
class ListPodIdentityAssociationsResponseTypeDef(TypedDict):
|
|
1223
|
-
associations:
|
|
1284
|
+
associations: List[PodIdentityAssociationSummaryTypeDef]
|
|
1224
1285
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1225
1286
|
nextToken: NotRequired[str]
|
|
1226
1287
|
|
|
1227
1288
|
class LoggingOutputTypeDef(TypedDict):
|
|
1228
|
-
clusterLogging: NotRequired[
|
|
1289
|
+
clusterLogging: NotRequired[List[LogSetupOutputTypeDef]]
|
|
1229
1290
|
|
|
1230
|
-
|
|
1291
|
+
class LoggingTypeDef(TypedDict):
|
|
1292
|
+
clusterLogging: NotRequired[Sequence[LogSetupTypeDef]]
|
|
1293
|
+
|
|
1294
|
+
RemoteAccessConfigUnionTypeDef = Union[RemoteAccessConfigTypeDef, RemoteAccessConfigOutputTypeDef]
|
|
1231
1295
|
|
|
1232
1296
|
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1233
|
-
remoteNodeNetworks: NotRequired[
|
|
1234
|
-
remotePodNetworks: NotRequired[
|
|
1297
|
+
remoteNodeNetworks: NotRequired[List[RemoteNodeNetworkOutputTypeDef]]
|
|
1298
|
+
remotePodNetworks: NotRequired[List[RemotePodNetworkOutputTypeDef]]
|
|
1235
1299
|
|
|
1236
1300
|
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
1237
1301
|
RemotePodNetworkUnionTypeDef = Union[RemotePodNetworkTypeDef, RemotePodNetworkOutputTypeDef]
|
|
@@ -1241,9 +1305,9 @@ UpdateTypeDef = TypedDict(
|
|
|
1241
1305
|
"id": NotRequired[str],
|
|
1242
1306
|
"status": NotRequired[UpdateStatusType],
|
|
1243
1307
|
"type": NotRequired[UpdateTypeType],
|
|
1244
|
-
"params": NotRequired[
|
|
1308
|
+
"params": NotRequired[List[UpdateParamTypeDef]],
|
|
1245
1309
|
"createdAt": NotRequired[datetime],
|
|
1246
|
-
"errors": NotRequired[
|
|
1310
|
+
"errors": NotRequired[List[ErrorDetailTypeDef]],
|
|
1247
1311
|
},
|
|
1248
1312
|
)
|
|
1249
1313
|
|
|
@@ -1256,10 +1320,16 @@ class AssociateAccessPolicyResponseTypeDef(TypedDict):
|
|
|
1256
1320
|
class ListAssociatedAccessPoliciesResponseTypeDef(TypedDict):
|
|
1257
1321
|
clusterName: str
|
|
1258
1322
|
principalArn: str
|
|
1259
|
-
associatedAccessPolicies:
|
|
1323
|
+
associatedAccessPolicies: List[AssociatedAccessPolicyTypeDef]
|
|
1260
1324
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1261
1325
|
nextToken: NotRequired[str]
|
|
1262
1326
|
|
|
1327
|
+
class AssociateAccessPolicyRequestTypeDef(TypedDict):
|
|
1328
|
+
clusterName: str
|
|
1329
|
+
principalArn: str
|
|
1330
|
+
policyArn: str
|
|
1331
|
+
accessScope: AccessScopeUnionTypeDef
|
|
1332
|
+
|
|
1263
1333
|
class AddonTypeDef(TypedDict):
|
|
1264
1334
|
addonName: NotRequired[str]
|
|
1265
1335
|
clusterName: NotRequired[str]
|
|
@@ -1270,19 +1340,19 @@ class AddonTypeDef(TypedDict):
|
|
|
1270
1340
|
createdAt: NotRequired[datetime]
|
|
1271
1341
|
modifiedAt: NotRequired[datetime]
|
|
1272
1342
|
serviceAccountRoleArn: NotRequired[str]
|
|
1273
|
-
tags: NotRequired[
|
|
1343
|
+
tags: NotRequired[Dict[str, str]]
|
|
1274
1344
|
publisher: NotRequired[str]
|
|
1275
1345
|
owner: NotRequired[str]
|
|
1276
1346
|
marketplaceInformation: NotRequired[MarketplaceInformationTypeDef]
|
|
1277
1347
|
configurationValues: NotRequired[str]
|
|
1278
|
-
podIdentityAssociations: NotRequired[
|
|
1348
|
+
podIdentityAssociations: NotRequired[List[str]]
|
|
1279
1349
|
|
|
1280
1350
|
AddonInfoTypeDef = TypedDict(
|
|
1281
1351
|
"AddonInfoTypeDef",
|
|
1282
1352
|
{
|
|
1283
1353
|
"addonName": NotRequired[str],
|
|
1284
1354
|
"type": NotRequired[str],
|
|
1285
|
-
"addonVersions": NotRequired[
|
|
1355
|
+
"addonVersions": NotRequired[List[AddonVersionInfoTypeDef]],
|
|
1286
1356
|
"publisher": NotRequired[str],
|
|
1287
1357
|
"owner": NotRequired[str],
|
|
1288
1358
|
"marketplaceInformation": NotRequired[MarketplaceInformationTypeDef],
|
|
@@ -1290,8 +1360,18 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1290
1360
|
)
|
|
1291
1361
|
|
|
1292
1362
|
class InsightCategorySpecificSummaryTypeDef(TypedDict):
|
|
1293
|
-
deprecationDetails: NotRequired[
|
|
1294
|
-
addonCompatibilityDetails: NotRequired[
|
|
1363
|
+
deprecationDetails: NotRequired[List[DeprecationDetailTypeDef]]
|
|
1364
|
+
addonCompatibilityDetails: NotRequired[List[AddonCompatibilityDetailTypeDef]]
|
|
1365
|
+
|
|
1366
|
+
class UpdateNodegroupConfigRequestTypeDef(TypedDict):
|
|
1367
|
+
clusterName: str
|
|
1368
|
+
nodegroupName: str
|
|
1369
|
+
labels: NotRequired[UpdateLabelsPayloadTypeDef]
|
|
1370
|
+
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1371
|
+
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1372
|
+
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1373
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1374
|
+
clientRequestToken: NotRequired[str]
|
|
1295
1375
|
|
|
1296
1376
|
class CreateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
1297
1377
|
subscription: EksAnywhereSubscriptionTypeDef
|
|
@@ -1306,7 +1386,7 @@ class DescribeEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
|
1306
1386
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1307
1387
|
|
|
1308
1388
|
class ListEksAnywhereSubscriptionsResponseTypeDef(TypedDict):
|
|
1309
|
-
subscriptions:
|
|
1389
|
+
subscriptions: List[EksAnywhereSubscriptionTypeDef]
|
|
1310
1390
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1311
1391
|
nextToken: NotRequired[str]
|
|
1312
1392
|
|
|
@@ -1314,16 +1394,6 @@ class UpdateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
|
1314
1394
|
subscription: EksAnywhereSubscriptionTypeDef
|
|
1315
1395
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1316
1396
|
|
|
1317
|
-
class UpdateNodegroupConfigRequestRequestTypeDef(TypedDict):
|
|
1318
|
-
clusterName: str
|
|
1319
|
-
nodegroupName: str
|
|
1320
|
-
labels: NotRequired[UpdateLabelsPayloadTypeDef]
|
|
1321
|
-
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1322
|
-
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1323
|
-
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1324
|
-
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1325
|
-
clientRequestToken: NotRequired[str]
|
|
1326
|
-
|
|
1327
1397
|
EncryptionConfigUnionTypeDef = Union[EncryptionConfigTypeDef, EncryptionConfigOutputTypeDef]
|
|
1328
1398
|
|
|
1329
1399
|
class FargateProfileTypeDef(TypedDict):
|
|
@@ -1332,13 +1402,13 @@ class FargateProfileTypeDef(TypedDict):
|
|
|
1332
1402
|
clusterName: NotRequired[str]
|
|
1333
1403
|
createdAt: NotRequired[datetime]
|
|
1334
1404
|
podExecutionRoleArn: NotRequired[str]
|
|
1335
|
-
subnets: NotRequired[
|
|
1336
|
-
selectors: NotRequired[
|
|
1405
|
+
subnets: NotRequired[List[str]]
|
|
1406
|
+
selectors: NotRequired[List[FargateProfileSelectorOutputTypeDef]]
|
|
1337
1407
|
status: NotRequired[FargateProfileStatusType]
|
|
1338
|
-
tags: NotRequired[
|
|
1408
|
+
tags: NotRequired[Dict[str, str]]
|
|
1339
1409
|
health: NotRequired[FargateProfileHealthTypeDef]
|
|
1340
1410
|
|
|
1341
|
-
class
|
|
1411
|
+
class CreateFargateProfileRequestTypeDef(TypedDict):
|
|
1342
1412
|
fargateProfileName: str
|
|
1343
1413
|
clusterName: str
|
|
1344
1414
|
podExecutionRoleArn: str
|
|
@@ -1352,7 +1422,7 @@ class DescribeIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
|
1352
1422
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1353
1423
|
|
|
1354
1424
|
class ListInsightsResponseTypeDef(TypedDict):
|
|
1355
|
-
insights:
|
|
1425
|
+
insights: List[InsightSummaryTypeDef]
|
|
1356
1426
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1357
1427
|
nextToken: NotRequired[str]
|
|
1358
1428
|
|
|
@@ -1367,23 +1437,43 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1367
1437
|
status: NotRequired[NodegroupStatusType]
|
|
1368
1438
|
capacityType: NotRequired[CapacityTypesType]
|
|
1369
1439
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1370
|
-
instanceTypes: NotRequired[
|
|
1371
|
-
subnets: NotRequired[
|
|
1440
|
+
instanceTypes: NotRequired[List[str]]
|
|
1441
|
+
subnets: NotRequired[List[str]]
|
|
1372
1442
|
remoteAccess: NotRequired[RemoteAccessConfigOutputTypeDef]
|
|
1373
1443
|
amiType: NotRequired[AMITypesType]
|
|
1374
1444
|
nodeRole: NotRequired[str]
|
|
1375
|
-
labels: NotRequired[
|
|
1376
|
-
taints: NotRequired[
|
|
1445
|
+
labels: NotRequired[Dict[str, str]]
|
|
1446
|
+
taints: NotRequired[List[TaintTypeDef]]
|
|
1377
1447
|
resources: NotRequired[NodegroupResourcesTypeDef]
|
|
1378
1448
|
diskSize: NotRequired[int]
|
|
1379
1449
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1380
1450
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1381
1451
|
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1382
1452
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1383
|
-
tags: NotRequired[
|
|
1453
|
+
tags: NotRequired[Dict[str, str]]
|
|
1384
1454
|
|
|
1385
|
-
|
|
1386
|
-
|
|
1455
|
+
LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
|
|
1456
|
+
|
|
1457
|
+
class CreateNodegroupRequestTypeDef(TypedDict):
|
|
1458
|
+
clusterName: str
|
|
1459
|
+
nodegroupName: str
|
|
1460
|
+
subnets: Sequence[str]
|
|
1461
|
+
nodeRole: str
|
|
1462
|
+
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1463
|
+
diskSize: NotRequired[int]
|
|
1464
|
+
instanceTypes: NotRequired[Sequence[str]]
|
|
1465
|
+
amiType: NotRequired[AMITypesType]
|
|
1466
|
+
remoteAccess: NotRequired[RemoteAccessConfigUnionTypeDef]
|
|
1467
|
+
labels: NotRequired[Mapping[str, str]]
|
|
1468
|
+
taints: NotRequired[Sequence[TaintTypeDef]]
|
|
1469
|
+
tags: NotRequired[Mapping[str, str]]
|
|
1470
|
+
clientRequestToken: NotRequired[str]
|
|
1471
|
+
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1472
|
+
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1473
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1474
|
+
capacityType: NotRequired[CapacityTypesType]
|
|
1475
|
+
version: NotRequired[str]
|
|
1476
|
+
releaseVersion: NotRequired[str]
|
|
1387
1477
|
|
|
1388
1478
|
ClusterTypeDef = TypedDict(
|
|
1389
1479
|
"ClusterTypeDef",
|
|
@@ -1402,8 +1492,8 @@ ClusterTypeDef = TypedDict(
|
|
|
1402
1492
|
"certificateAuthority": NotRequired[CertificateTypeDef],
|
|
1403
1493
|
"clientRequestToken": NotRequired[str],
|
|
1404
1494
|
"platformVersion": NotRequired[str],
|
|
1405
|
-
"tags": NotRequired[
|
|
1406
|
-
"encryptionConfig": NotRequired[
|
|
1495
|
+
"tags": NotRequired[Dict[str, str]],
|
|
1496
|
+
"encryptionConfig": NotRequired[List[EncryptionConfigOutputTypeDef]],
|
|
1407
1497
|
"connectorConfig": NotRequired[ConnectorConfigResponseTypeDef],
|
|
1408
1498
|
"id": NotRequired[str],
|
|
1409
1499
|
"health": NotRequired[ClusterHealthTypeDef],
|
|
@@ -1427,7 +1517,7 @@ class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
|
1427
1517
|
|
|
1428
1518
|
class AssociateIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
1429
1519
|
update: UpdateTypeDef
|
|
1430
|
-
tags:
|
|
1520
|
+
tags: Dict[str, str]
|
|
1431
1521
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1432
1522
|
|
|
1433
1523
|
class DescribeUpdateResponseTypeDef(TypedDict):
|
|
@@ -1471,7 +1561,7 @@ class DescribeAddonResponseTypeDef(TypedDict):
|
|
|
1471
1561
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1472
1562
|
|
|
1473
1563
|
class DescribeAddonVersionsResponseTypeDef(TypedDict):
|
|
1474
|
-
addons:
|
|
1564
|
+
addons: List[AddonInfoTypeDef]
|
|
1475
1565
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1476
1566
|
nextToken: NotRequired[str]
|
|
1477
1567
|
|
|
@@ -1487,13 +1577,13 @@ InsightTypeDef = TypedDict(
|
|
|
1487
1577
|
"description": NotRequired[str],
|
|
1488
1578
|
"insightStatus": NotRequired[InsightStatusTypeDef],
|
|
1489
1579
|
"recommendation": NotRequired[str],
|
|
1490
|
-
"additionalInfo": NotRequired[
|
|
1491
|
-
"resources": NotRequired[
|
|
1580
|
+
"additionalInfo": NotRequired[Dict[str, str]],
|
|
1581
|
+
"resources": NotRequired[List[InsightResourceDetailTypeDef]],
|
|
1492
1582
|
"categorySpecificSummary": NotRequired[InsightCategorySpecificSummaryTypeDef],
|
|
1493
1583
|
},
|
|
1494
1584
|
)
|
|
1495
1585
|
|
|
1496
|
-
class
|
|
1586
|
+
class AssociateEncryptionConfigRequestTypeDef(TypedDict):
|
|
1497
1587
|
clusterName: str
|
|
1498
1588
|
encryptionConfig: Sequence[EncryptionConfigUnionTypeDef]
|
|
1499
1589
|
clientRequestToken: NotRequired[str]
|
|
@@ -1522,18 +1612,6 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1522
1612
|
nodegroup: NodegroupTypeDef
|
|
1523
1613
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1524
1614
|
|
|
1525
|
-
class UpdateClusterConfigRequestRequestTypeDef(TypedDict):
|
|
1526
|
-
name: str
|
|
1527
|
-
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1528
|
-
logging: NotRequired[LoggingTypeDef]
|
|
1529
|
-
clientRequestToken: NotRequired[str]
|
|
1530
|
-
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1531
|
-
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1532
|
-
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1533
|
-
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1534
|
-
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1535
|
-
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1536
|
-
|
|
1537
1615
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1538
1616
|
cluster: ClusterTypeDef
|
|
1539
1617
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1554,16 +1632,16 @@ class RegisterClusterResponseTypeDef(TypedDict):
|
|
|
1554
1632
|
cluster: ClusterTypeDef
|
|
1555
1633
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1556
1634
|
|
|
1557
|
-
class
|
|
1635
|
+
class CreateClusterRequestTypeDef(TypedDict):
|
|
1558
1636
|
name: str
|
|
1559
1637
|
roleArn: str
|
|
1560
1638
|
resourcesVpcConfig: VpcConfigRequestTypeDef
|
|
1561
1639
|
version: NotRequired[str]
|
|
1562
1640
|
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1563
|
-
logging: NotRequired[
|
|
1641
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1564
1642
|
clientRequestToken: NotRequired[str]
|
|
1565
1643
|
tags: NotRequired[Mapping[str, str]]
|
|
1566
|
-
encryptionConfig: NotRequired[Sequence[
|
|
1644
|
+
encryptionConfig: NotRequired[Sequence[EncryptionConfigUnionTypeDef]]
|
|
1567
1645
|
outpostConfig: NotRequired[OutpostConfigRequestTypeDef]
|
|
1568
1646
|
accessConfig: NotRequired[CreateAccessConfigRequestTypeDef]
|
|
1569
1647
|
bootstrapSelfManagedAddons: NotRequired[bool]
|
|
@@ -1573,6 +1651,19 @@ class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
|
1573
1651
|
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1574
1652
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1575
1653
|
|
|
1654
|
+
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1655
|
+
name: str
|
|
1656
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1657
|
+
logging: NotRequired[LoggingUnionTypeDef]
|
|
1658
|
+
clientRequestToken: NotRequired[str]
|
|
1659
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1660
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1661
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1662
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1663
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1664
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1665
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1666
|
+
|
|
1576
1667
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1577
1668
|
insight: InsightTypeDef
|
|
1578
1669
|
ResponseMetadata: ResponseMetadataTypeDef
|