mypy-boto3-eks 1.35.72__py3-none-any.whl → 1.35.86__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_eks/__main__.py +8 -7
- mypy_boto3_eks/client.py +90 -78
- mypy_boto3_eks/client.pyi +90 -77
- mypy_boto3_eks/literals.py +7 -1
- mypy_boto3_eks/literals.pyi +7 -1
- mypy_boto3_eks/paginator.py +153 -87
- mypy_boto3_eks/paginator.pyi +141 -86
- mypy_boto3_eks/type_defs.py +133 -143
- mypy_boto3_eks/type_defs.pyi +130 -138
- mypy_boto3_eks/version.py +1 -1
- mypy_boto3_eks/waiter.py +29 -19
- mypy_boto3_eks/waiter.pyi +29 -19
- {mypy_boto3_eks-1.35.72.dist-info → mypy_boto3_eks-1.35.86.dist-info}/METADATA +21 -7
- mypy_boto3_eks-1.35.86.dist-info/RECORD +20 -0
- mypy_boto3_eks-1.35.72.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.35.72.dist-info → mypy_boto3_eks-1.35.86.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.35.72.dist-info → mypy_boto3_eks-1.35.86.dist-info}/WHEEL +0 -0
- {mypy_boto3_eks-1.35.72.dist-info → mypy_boto3_eks-1.35.86.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/type_defs.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
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
6
|
Usage::
|
|
7
7
|
|
|
@@ -14,9 +14,11 @@ Usage::
|
|
|
14
14
|
Copyright 2024 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
+
from __future__ import annotations
|
|
18
|
+
|
|
17
19
|
import sys
|
|
18
20
|
from datetime import datetime
|
|
19
|
-
from typing import
|
|
21
|
+
from typing import Mapping, Sequence, Union
|
|
20
22
|
|
|
21
23
|
from .literals import (
|
|
22
24
|
AccessScopeTypeType,
|
|
@@ -58,6 +60,7 @@ __all__ = (
|
|
|
58
60
|
"AccessPolicyTypeDef",
|
|
59
61
|
"AccessScopeOutputTypeDef",
|
|
60
62
|
"AccessScopeTypeDef",
|
|
63
|
+
"AddonCompatibilityDetailTypeDef",
|
|
61
64
|
"AddonHealthTypeDef",
|
|
62
65
|
"AddonInfoTypeDef",
|
|
63
66
|
"AddonIssueTypeDef",
|
|
@@ -121,30 +124,26 @@ __all__ = (
|
|
|
121
124
|
"DescribeAccessEntryResponseTypeDef",
|
|
122
125
|
"DescribeAddonConfigurationRequestRequestTypeDef",
|
|
123
126
|
"DescribeAddonConfigurationResponseTypeDef",
|
|
124
|
-
"DescribeAddonRequestAddonActiveWaitTypeDef",
|
|
125
|
-
"DescribeAddonRequestAddonDeletedWaitTypeDef",
|
|
126
127
|
"DescribeAddonRequestRequestTypeDef",
|
|
128
|
+
"DescribeAddonRequestWaitTypeDef",
|
|
127
129
|
"DescribeAddonResponseTypeDef",
|
|
128
|
-
"
|
|
130
|
+
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
129
131
|
"DescribeAddonVersionsRequestRequestTypeDef",
|
|
130
132
|
"DescribeAddonVersionsResponseTypeDef",
|
|
131
|
-
"DescribeClusterRequestClusterActiveWaitTypeDef",
|
|
132
|
-
"DescribeClusterRequestClusterDeletedWaitTypeDef",
|
|
133
133
|
"DescribeClusterRequestRequestTypeDef",
|
|
134
|
+
"DescribeClusterRequestWaitTypeDef",
|
|
134
135
|
"DescribeClusterResponseTypeDef",
|
|
135
136
|
"DescribeEksAnywhereSubscriptionRequestRequestTypeDef",
|
|
136
137
|
"DescribeEksAnywhereSubscriptionResponseTypeDef",
|
|
137
|
-
"DescribeFargateProfileRequestFargateProfileActiveWaitTypeDef",
|
|
138
|
-
"DescribeFargateProfileRequestFargateProfileDeletedWaitTypeDef",
|
|
139
138
|
"DescribeFargateProfileRequestRequestTypeDef",
|
|
139
|
+
"DescribeFargateProfileRequestWaitTypeDef",
|
|
140
140
|
"DescribeFargateProfileResponseTypeDef",
|
|
141
141
|
"DescribeIdentityProviderConfigRequestRequestTypeDef",
|
|
142
142
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
143
143
|
"DescribeInsightRequestRequestTypeDef",
|
|
144
144
|
"DescribeInsightResponseTypeDef",
|
|
145
|
-
"DescribeNodegroupRequestNodegroupActiveWaitTypeDef",
|
|
146
|
-
"DescribeNodegroupRequestNodegroupDeletedWaitTypeDef",
|
|
147
145
|
"DescribeNodegroupRequestRequestTypeDef",
|
|
146
|
+
"DescribeNodegroupRequestWaitTypeDef",
|
|
148
147
|
"DescribeNodegroupResponseTypeDef",
|
|
149
148
|
"DescribePodIdentityAssociationRequestRequestTypeDef",
|
|
150
149
|
"DescribePodIdentityAssociationResponseTypeDef",
|
|
@@ -179,42 +178,42 @@ __all__ = (
|
|
|
179
178
|
"KubernetesNetworkConfigRequestTypeDef",
|
|
180
179
|
"KubernetesNetworkConfigResponseTypeDef",
|
|
181
180
|
"LaunchTemplateSpecificationTypeDef",
|
|
182
|
-
"
|
|
181
|
+
"ListAccessEntriesRequestPaginateTypeDef",
|
|
183
182
|
"ListAccessEntriesRequestRequestTypeDef",
|
|
184
183
|
"ListAccessEntriesResponseTypeDef",
|
|
185
|
-
"
|
|
184
|
+
"ListAccessPoliciesRequestPaginateTypeDef",
|
|
186
185
|
"ListAccessPoliciesRequestRequestTypeDef",
|
|
187
186
|
"ListAccessPoliciesResponseTypeDef",
|
|
188
|
-
"
|
|
187
|
+
"ListAddonsRequestPaginateTypeDef",
|
|
189
188
|
"ListAddonsRequestRequestTypeDef",
|
|
190
189
|
"ListAddonsResponseTypeDef",
|
|
191
|
-
"
|
|
190
|
+
"ListAssociatedAccessPoliciesRequestPaginateTypeDef",
|
|
192
191
|
"ListAssociatedAccessPoliciesRequestRequestTypeDef",
|
|
193
192
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
194
|
-
"
|
|
193
|
+
"ListClustersRequestPaginateTypeDef",
|
|
195
194
|
"ListClustersRequestRequestTypeDef",
|
|
196
195
|
"ListClustersResponseTypeDef",
|
|
197
|
-
"
|
|
196
|
+
"ListEksAnywhereSubscriptionsRequestPaginateTypeDef",
|
|
198
197
|
"ListEksAnywhereSubscriptionsRequestRequestTypeDef",
|
|
199
198
|
"ListEksAnywhereSubscriptionsResponseTypeDef",
|
|
200
|
-
"
|
|
199
|
+
"ListFargateProfilesRequestPaginateTypeDef",
|
|
201
200
|
"ListFargateProfilesRequestRequestTypeDef",
|
|
202
201
|
"ListFargateProfilesResponseTypeDef",
|
|
203
|
-
"
|
|
202
|
+
"ListIdentityProviderConfigsRequestPaginateTypeDef",
|
|
204
203
|
"ListIdentityProviderConfigsRequestRequestTypeDef",
|
|
205
204
|
"ListIdentityProviderConfigsResponseTypeDef",
|
|
206
|
-
"
|
|
205
|
+
"ListInsightsRequestPaginateTypeDef",
|
|
207
206
|
"ListInsightsRequestRequestTypeDef",
|
|
208
207
|
"ListInsightsResponseTypeDef",
|
|
209
|
-
"
|
|
208
|
+
"ListNodegroupsRequestPaginateTypeDef",
|
|
210
209
|
"ListNodegroupsRequestRequestTypeDef",
|
|
211
210
|
"ListNodegroupsResponseTypeDef",
|
|
212
|
-
"
|
|
211
|
+
"ListPodIdentityAssociationsRequestPaginateTypeDef",
|
|
213
212
|
"ListPodIdentityAssociationsRequestRequestTypeDef",
|
|
214
213
|
"ListPodIdentityAssociationsResponseTypeDef",
|
|
215
214
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
216
215
|
"ListTagsForResourceResponseTypeDef",
|
|
217
|
-
"
|
|
216
|
+
"ListUpdatesRequestPaginateTypeDef",
|
|
218
217
|
"ListUpdatesRequestRequestTypeDef",
|
|
219
218
|
"ListUpdatesResponseTypeDef",
|
|
220
219
|
"LogSetupOutputTypeDef",
|
|
@@ -223,6 +222,7 @@ __all__ = (
|
|
|
223
222
|
"LoggingOutputTypeDef",
|
|
224
223
|
"LoggingTypeDef",
|
|
225
224
|
"MarketplaceInformationTypeDef",
|
|
225
|
+
"NodeRepairConfigTypeDef",
|
|
226
226
|
"NodegroupHealthTypeDef",
|
|
227
227
|
"NodegroupResourcesTypeDef",
|
|
228
228
|
"NodegroupScalingConfigTypeDef",
|
|
@@ -296,11 +296,11 @@ AccessEntryTypeDef = TypedDict(
|
|
|
296
296
|
{
|
|
297
297
|
"clusterName": NotRequired[str],
|
|
298
298
|
"principalArn": NotRequired[str],
|
|
299
|
-
"kubernetesGroups": NotRequired[
|
|
299
|
+
"kubernetesGroups": NotRequired[list[str]],
|
|
300
300
|
"accessEntryArn": NotRequired[str],
|
|
301
301
|
"createdAt": NotRequired[datetime],
|
|
302
302
|
"modifiedAt": NotRequired[datetime],
|
|
303
|
-
"tags": NotRequired[
|
|
303
|
+
"tags": NotRequired[dict[str, str]],
|
|
304
304
|
"username": NotRequired[str],
|
|
305
305
|
"type": NotRequired[str],
|
|
306
306
|
},
|
|
@@ -316,7 +316,7 @@ AccessScopeOutputTypeDef = TypedDict(
|
|
|
316
316
|
"AccessScopeOutputTypeDef",
|
|
317
317
|
{
|
|
318
318
|
"type": NotRequired[AccessScopeTypeType],
|
|
319
|
-
"namespaces": NotRequired[
|
|
319
|
+
"namespaces": NotRequired[list[str]],
|
|
320
320
|
},
|
|
321
321
|
)
|
|
322
322
|
AccessScopeTypeDef = TypedDict(
|
|
@@ -328,10 +328,15 @@ AccessScopeTypeDef = TypedDict(
|
|
|
328
328
|
)
|
|
329
329
|
|
|
330
330
|
|
|
331
|
+
class AddonCompatibilityDetailTypeDef(TypedDict):
|
|
332
|
+
name: NotRequired[str]
|
|
333
|
+
compatibleVersions: NotRequired[list[str]]
|
|
334
|
+
|
|
335
|
+
|
|
331
336
|
class AddonIssueTypeDef(TypedDict):
|
|
332
337
|
code: NotRequired[AddonIssueCodeType]
|
|
333
338
|
message: NotRequired[str]
|
|
334
|
-
resourceIds: NotRequired[
|
|
339
|
+
resourceIds: NotRequired[list[str]]
|
|
335
340
|
|
|
336
341
|
|
|
337
342
|
class MarketplaceInformationTypeDef(TypedDict):
|
|
@@ -346,19 +351,19 @@ class AddonPodIdentityAssociationsTypeDef(TypedDict):
|
|
|
346
351
|
|
|
347
352
|
class AddonPodIdentityConfigurationTypeDef(TypedDict):
|
|
348
353
|
serviceAccount: NotRequired[str]
|
|
349
|
-
recommendedManagedPolicies: NotRequired[
|
|
354
|
+
recommendedManagedPolicies: NotRequired[list[str]]
|
|
350
355
|
|
|
351
356
|
|
|
352
357
|
class CompatibilityTypeDef(TypedDict):
|
|
353
358
|
clusterVersion: NotRequired[str]
|
|
354
|
-
platformVersions: NotRequired[
|
|
359
|
+
platformVersions: NotRequired[list[str]]
|
|
355
360
|
defaultVersion: NotRequired[bool]
|
|
356
361
|
|
|
357
362
|
|
|
358
363
|
class ResponseMetadataTypeDef(TypedDict):
|
|
359
364
|
RequestId: str
|
|
360
365
|
HTTPStatusCode: int
|
|
361
|
-
HTTPHeaders:
|
|
366
|
+
HTTPHeaders: dict[str, str]
|
|
362
367
|
RetryAttempts: int
|
|
363
368
|
HostId: NotRequired[str]
|
|
364
369
|
|
|
@@ -395,12 +400,12 @@ class ClientStatTypeDef(TypedDict):
|
|
|
395
400
|
class ClusterIssueTypeDef(TypedDict):
|
|
396
401
|
code: NotRequired[ClusterIssueCodeType]
|
|
397
402
|
message: NotRequired[str]
|
|
398
|
-
resourceIds: NotRequired[
|
|
403
|
+
resourceIds: NotRequired[list[str]]
|
|
399
404
|
|
|
400
405
|
|
|
401
406
|
class ComputeConfigResponseTypeDef(TypedDict):
|
|
402
407
|
enabled: NotRequired[bool]
|
|
403
|
-
nodePools: NotRequired[
|
|
408
|
+
nodePools: NotRequired[list[str]]
|
|
404
409
|
nodeRoleArn: NotRequired[str]
|
|
405
410
|
|
|
406
411
|
|
|
@@ -417,13 +422,13 @@ class UpgradePolicyResponseTypeDef(TypedDict):
|
|
|
417
422
|
|
|
418
423
|
|
|
419
424
|
class VpcConfigResponseTypeDef(TypedDict):
|
|
420
|
-
subnetIds: NotRequired[
|
|
421
|
-
securityGroupIds: NotRequired[
|
|
425
|
+
subnetIds: NotRequired[list[str]]
|
|
426
|
+
securityGroupIds: NotRequired[list[str]]
|
|
422
427
|
clusterSecurityGroupId: NotRequired[str]
|
|
423
428
|
vpcId: NotRequired[str]
|
|
424
429
|
endpointPublicAccess: NotRequired[bool]
|
|
425
430
|
endpointPrivateAccess: NotRequired[bool]
|
|
426
|
-
publicAccessCidrs: NotRequired[
|
|
431
|
+
publicAccessCidrs: NotRequired[list[str]]
|
|
427
432
|
|
|
428
433
|
|
|
429
434
|
class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
@@ -499,6 +504,10 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
499
504
|
)
|
|
500
505
|
|
|
501
506
|
|
|
507
|
+
class NodeRepairConfigTypeDef(TypedDict):
|
|
508
|
+
enabled: NotRequired[bool]
|
|
509
|
+
|
|
510
|
+
|
|
502
511
|
class NodegroupScalingConfigTypeDef(TypedDict):
|
|
503
512
|
minSize: NotRequired[int]
|
|
504
513
|
maxSize: NotRequired[int]
|
|
@@ -537,7 +546,7 @@ class PodIdentityAssociationTypeDef(TypedDict):
|
|
|
537
546
|
roleArn: NotRequired[str]
|
|
538
547
|
associationArn: NotRequired[str]
|
|
539
548
|
associationId: NotRequired[str]
|
|
540
|
-
tags: NotRequired[
|
|
549
|
+
tags: NotRequired[dict[str, str]]
|
|
541
550
|
createdAt: NotRequired[datetime]
|
|
542
551
|
modifiedAt: NotRequired[datetime]
|
|
543
552
|
ownerArn: NotRequired[str]
|
|
@@ -595,16 +604,16 @@ class DescribeAddonConfigurationRequestRequestTypeDef(TypedDict):
|
|
|
595
604
|
addonVersion: str
|
|
596
605
|
|
|
597
606
|
|
|
598
|
-
class WaiterConfigTypeDef(TypedDict):
|
|
599
|
-
Delay: NotRequired[int]
|
|
600
|
-
MaxAttempts: NotRequired[int]
|
|
601
|
-
|
|
602
|
-
|
|
603
607
|
class DescribeAddonRequestRequestTypeDef(TypedDict):
|
|
604
608
|
clusterName: str
|
|
605
609
|
addonName: str
|
|
606
610
|
|
|
607
611
|
|
|
612
|
+
class WaiterConfigTypeDef(TypedDict):
|
|
613
|
+
Delay: NotRequired[int]
|
|
614
|
+
MaxAttempts: NotRequired[int]
|
|
615
|
+
|
|
616
|
+
|
|
608
617
|
class PaginatorConfigTypeDef(TypedDict):
|
|
609
618
|
MaxItems: NotRequired[int]
|
|
610
619
|
PageSize: NotRequired[int]
|
|
@@ -692,18 +701,18 @@ class ProviderTypeDef(TypedDict):
|
|
|
692
701
|
class ErrorDetailTypeDef(TypedDict):
|
|
693
702
|
errorCode: NotRequired[ErrorCodeType]
|
|
694
703
|
errorMessage: NotRequired[str]
|
|
695
|
-
resourceIds: NotRequired[
|
|
704
|
+
resourceIds: NotRequired[list[str]]
|
|
696
705
|
|
|
697
706
|
|
|
698
707
|
class FargateProfileIssueTypeDef(TypedDict):
|
|
699
708
|
code: NotRequired[FargateProfileIssueCodeType]
|
|
700
709
|
message: NotRequired[str]
|
|
701
|
-
resourceIds: NotRequired[
|
|
710
|
+
resourceIds: NotRequired[list[str]]
|
|
702
711
|
|
|
703
712
|
|
|
704
713
|
class FargateProfileSelectorOutputTypeDef(TypedDict):
|
|
705
714
|
namespace: NotRequired[str]
|
|
706
|
-
labels: NotRequired[
|
|
715
|
+
labels: NotRequired[dict[str, str]]
|
|
707
716
|
|
|
708
717
|
|
|
709
718
|
class FargateProfileSelectorTypeDef(TypedDict):
|
|
@@ -721,8 +730,8 @@ class OidcIdentityProviderConfigTypeDef(TypedDict):
|
|
|
721
730
|
usernamePrefix: NotRequired[str]
|
|
722
731
|
groupsClaim: NotRequired[str]
|
|
723
732
|
groupsPrefix: NotRequired[str]
|
|
724
|
-
requiredClaims: NotRequired[
|
|
725
|
-
tags: NotRequired[
|
|
733
|
+
requiredClaims: NotRequired[dict[str, str]]
|
|
734
|
+
tags: NotRequired[dict[str, str]]
|
|
726
735
|
status: NotRequired[ConfigStatusType]
|
|
727
736
|
|
|
728
737
|
|
|
@@ -744,7 +753,7 @@ class InsightsFilterTypeDef(TypedDict):
|
|
|
744
753
|
class IssueTypeDef(TypedDict):
|
|
745
754
|
code: NotRequired[NodegroupIssueCodeType]
|
|
746
755
|
message: NotRequired[str]
|
|
747
|
-
resourceIds: NotRequired[
|
|
756
|
+
resourceIds: NotRequired[list[str]]
|
|
748
757
|
|
|
749
758
|
|
|
750
759
|
class ListAccessEntriesRequestRequestTypeDef(TypedDict):
|
|
@@ -834,7 +843,7 @@ class ListUpdatesRequestRequestTypeDef(TypedDict):
|
|
|
834
843
|
LogSetupOutputTypeDef = TypedDict(
|
|
835
844
|
"LogSetupOutputTypeDef",
|
|
836
845
|
{
|
|
837
|
-
"types": NotRequired[
|
|
846
|
+
"types": NotRequired[list[LogTypeType]],
|
|
838
847
|
"enabled": NotRequired[bool],
|
|
839
848
|
},
|
|
840
849
|
)
|
|
@@ -849,15 +858,15 @@ LogSetupTypeDef = TypedDict(
|
|
|
849
858
|
|
|
850
859
|
class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
851
860
|
ec2SshKey: NotRequired[str]
|
|
852
|
-
sourceSecurityGroups: NotRequired[
|
|
861
|
+
sourceSecurityGroups: NotRequired[list[str]]
|
|
853
862
|
|
|
854
863
|
|
|
855
864
|
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
856
|
-
cidrs: NotRequired[
|
|
865
|
+
cidrs: NotRequired[list[str]]
|
|
857
866
|
|
|
858
867
|
|
|
859
868
|
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
860
|
-
cidrs: NotRequired[
|
|
869
|
+
cidrs: NotRequired[list[str]]
|
|
861
870
|
|
|
862
871
|
|
|
863
872
|
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
@@ -942,7 +951,7 @@ class AssociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
942
951
|
|
|
943
952
|
|
|
944
953
|
class AddonHealthTypeDef(TypedDict):
|
|
945
|
-
issues: NotRequired[
|
|
954
|
+
issues: NotRequired[list[AddonIssueTypeDef]]
|
|
946
955
|
|
|
947
956
|
|
|
948
957
|
class CreateAddonRequestRequestTypeDef(TypedDict):
|
|
@@ -970,9 +979,9 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
970
979
|
|
|
971
980
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
972
981
|
addonVersion: NotRequired[str]
|
|
973
|
-
architecture: NotRequired[
|
|
974
|
-
computeTypes: NotRequired[
|
|
975
|
-
compatibilities: NotRequired[
|
|
982
|
+
architecture: NotRequired[list[str]]
|
|
983
|
+
computeTypes: NotRequired[list[str]]
|
|
984
|
+
compatibilities: NotRequired[list[CompatibilityTypeDef]]
|
|
976
985
|
requiresConfiguration: NotRequired[bool]
|
|
977
986
|
requiresIamPermissions: NotRequired[bool]
|
|
978
987
|
|
|
@@ -991,53 +1000,53 @@ class DescribeAddonConfigurationResponseTypeDef(TypedDict):
|
|
|
991
1000
|
addonName: str
|
|
992
1001
|
addonVersion: str
|
|
993
1002
|
configurationSchema: str
|
|
994
|
-
podIdentityConfiguration:
|
|
1003
|
+
podIdentityConfiguration: list[AddonPodIdentityConfigurationTypeDef]
|
|
995
1004
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
996
1005
|
|
|
997
1006
|
|
|
998
1007
|
class ListAccessEntriesResponseTypeDef(TypedDict):
|
|
999
|
-
accessEntries:
|
|
1008
|
+
accessEntries: list[str]
|
|
1000
1009
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1001
1010
|
nextToken: NotRequired[str]
|
|
1002
1011
|
|
|
1003
1012
|
|
|
1004
1013
|
class ListAccessPoliciesResponseTypeDef(TypedDict):
|
|
1005
|
-
accessPolicies:
|
|
1014
|
+
accessPolicies: list[AccessPolicyTypeDef]
|
|
1006
1015
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1007
1016
|
nextToken: NotRequired[str]
|
|
1008
1017
|
|
|
1009
1018
|
|
|
1010
1019
|
class ListAddonsResponseTypeDef(TypedDict):
|
|
1011
|
-
addons:
|
|
1020
|
+
addons: list[str]
|
|
1012
1021
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1013
1022
|
nextToken: NotRequired[str]
|
|
1014
1023
|
|
|
1015
1024
|
|
|
1016
1025
|
class ListClustersResponseTypeDef(TypedDict):
|
|
1017
|
-
clusters:
|
|
1026
|
+
clusters: list[str]
|
|
1018
1027
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1019
1028
|
nextToken: NotRequired[str]
|
|
1020
1029
|
|
|
1021
1030
|
|
|
1022
1031
|
class ListFargateProfilesResponseTypeDef(TypedDict):
|
|
1023
|
-
fargateProfileNames:
|
|
1032
|
+
fargateProfileNames: list[str]
|
|
1024
1033
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1025
1034
|
nextToken: NotRequired[str]
|
|
1026
1035
|
|
|
1027
1036
|
|
|
1028
1037
|
class ListNodegroupsResponseTypeDef(TypedDict):
|
|
1029
|
-
nodegroups:
|
|
1038
|
+
nodegroups: list[str]
|
|
1030
1039
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1031
1040
|
nextToken: NotRequired[str]
|
|
1032
1041
|
|
|
1033
1042
|
|
|
1034
1043
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
1035
|
-
tags:
|
|
1044
|
+
tags: dict[str, str]
|
|
1036
1045
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1037
1046
|
|
|
1038
1047
|
|
|
1039
1048
|
class ListUpdatesResponseTypeDef(TypedDict):
|
|
1040
|
-
updateIds:
|
|
1049
|
+
updateIds: list[str]
|
|
1041
1050
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1042
1051
|
nextToken: NotRequired[str]
|
|
1043
1052
|
|
|
@@ -1055,7 +1064,7 @@ class AssociateIdentityProviderConfigRequestRequestTypeDef(TypedDict):
|
|
|
1055
1064
|
|
|
1056
1065
|
|
|
1057
1066
|
class NodegroupResourcesTypeDef(TypedDict):
|
|
1058
|
-
autoScalingGroups: NotRequired[
|
|
1067
|
+
autoScalingGroups: NotRequired[list[AutoScalingGroupTypeDef]]
|
|
1059
1068
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
1060
1069
|
|
|
1061
1070
|
|
|
@@ -1072,11 +1081,11 @@ class DeprecationDetailTypeDef(TypedDict):
|
|
|
1072
1081
|
replacedWith: NotRequired[str]
|
|
1073
1082
|
stopServingVersion: NotRequired[str]
|
|
1074
1083
|
startServingReplacementVersion: NotRequired[str]
|
|
1075
|
-
clientStats: NotRequired[
|
|
1084
|
+
clientStats: NotRequired[list[ClientStatTypeDef]]
|
|
1076
1085
|
|
|
1077
1086
|
|
|
1078
1087
|
class ClusterHealthTypeDef(TypedDict):
|
|
1079
|
-
issues: NotRequired[
|
|
1088
|
+
issues: NotRequired[list[ClusterIssueTypeDef]]
|
|
1080
1089
|
|
|
1081
1090
|
|
|
1082
1091
|
class RegisterClusterRequestRequestTypeDef(TypedDict):
|
|
@@ -1093,7 +1102,7 @@ class OutpostConfigRequestTypeDef(TypedDict):
|
|
|
1093
1102
|
|
|
1094
1103
|
|
|
1095
1104
|
class OutpostConfigResponseTypeDef(TypedDict):
|
|
1096
|
-
outpostArns:
|
|
1105
|
+
outpostArns: list[str]
|
|
1097
1106
|
controlPlaneInstanceType: str
|
|
1098
1107
|
controlPlanePlacement: NotRequired[ControlPlanePlacementResponseTypeDef]
|
|
1099
1108
|
|
|
@@ -1121,8 +1130,8 @@ EksAnywhereSubscriptionTypeDef = TypedDict(
|
|
|
1121
1130
|
"term": NotRequired[EksAnywhereSubscriptionTermTypeDef],
|
|
1122
1131
|
"status": NotRequired[str],
|
|
1123
1132
|
"autoRenew": NotRequired[bool],
|
|
1124
|
-
"licenseArns": NotRequired[
|
|
1125
|
-
"tags": NotRequired[
|
|
1133
|
+
"licenseArns": NotRequired[list[str]],
|
|
1134
|
+
"tags": NotRequired[dict[str, str]],
|
|
1126
1135
|
},
|
|
1127
1136
|
)
|
|
1128
1137
|
|
|
@@ -1153,6 +1162,7 @@ class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
|
1153
1162
|
clientRequestToken: NotRequired[str]
|
|
1154
1163
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1155
1164
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1165
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1156
1166
|
capacityType: NotRequired[CapacityTypesType]
|
|
1157
1167
|
version: NotRequired[str]
|
|
1158
1168
|
releaseVersion: NotRequired[str]
|
|
@@ -1183,54 +1193,31 @@ class UpdatePodIdentityAssociationResponseTypeDef(TypedDict):
|
|
|
1183
1193
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1184
1194
|
|
|
1185
1195
|
|
|
1186
|
-
class
|
|
1187
|
-
clusterName: str
|
|
1188
|
-
addonName: str
|
|
1189
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
class DescribeAddonRequestAddonDeletedWaitTypeDef(TypedDict):
|
|
1196
|
+
class DescribeAddonRequestWaitTypeDef(TypedDict):
|
|
1193
1197
|
clusterName: str
|
|
1194
1198
|
addonName: str
|
|
1195
1199
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1196
1200
|
|
|
1197
1201
|
|
|
1198
|
-
class
|
|
1202
|
+
class DescribeClusterRequestWaitTypeDef(TypedDict):
|
|
1199
1203
|
name: str
|
|
1200
1204
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1201
1205
|
|
|
1202
1206
|
|
|
1203
|
-
class
|
|
1204
|
-
name: str
|
|
1205
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
class DescribeFargateProfileRequestFargateProfileActiveWaitTypeDef(TypedDict):
|
|
1209
|
-
clusterName: str
|
|
1210
|
-
fargateProfileName: str
|
|
1211
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
class DescribeFargateProfileRequestFargateProfileDeletedWaitTypeDef(TypedDict):
|
|
1207
|
+
class DescribeFargateProfileRequestWaitTypeDef(TypedDict):
|
|
1215
1208
|
clusterName: str
|
|
1216
1209
|
fargateProfileName: str
|
|
1217
1210
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1218
1211
|
|
|
1219
1212
|
|
|
1220
|
-
class
|
|
1221
|
-
clusterName: str
|
|
1222
|
-
nodegroupName: str
|
|
1223
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
class DescribeNodegroupRequestNodegroupDeletedWaitTypeDef(TypedDict):
|
|
1213
|
+
class DescribeNodegroupRequestWaitTypeDef(TypedDict):
|
|
1227
1214
|
clusterName: str
|
|
1228
1215
|
nodegroupName: str
|
|
1229
1216
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1230
1217
|
|
|
1231
1218
|
|
|
1232
|
-
|
|
1233
|
-
"
|
|
1219
|
+
DescribeAddonVersionsRequestPaginateTypeDef = TypedDict(
|
|
1220
|
+
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
1234
1221
|
{
|
|
1235
1222
|
"kubernetesVersion": NotRequired[str],
|
|
1236
1223
|
"addonName": NotRequired[str],
|
|
@@ -1242,60 +1229,60 @@ DescribeAddonVersionsRequestDescribeAddonVersionsPaginateTypeDef = TypedDict(
|
|
|
1242
1229
|
)
|
|
1243
1230
|
|
|
1244
1231
|
|
|
1245
|
-
class
|
|
1232
|
+
class ListAccessEntriesRequestPaginateTypeDef(TypedDict):
|
|
1246
1233
|
clusterName: str
|
|
1247
1234
|
associatedPolicyArn: NotRequired[str]
|
|
1248
1235
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1249
1236
|
|
|
1250
1237
|
|
|
1251
|
-
class
|
|
1238
|
+
class ListAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
1252
1239
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1253
1240
|
|
|
1254
1241
|
|
|
1255
|
-
class
|
|
1242
|
+
class ListAddonsRequestPaginateTypeDef(TypedDict):
|
|
1256
1243
|
clusterName: str
|
|
1257
1244
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1258
1245
|
|
|
1259
1246
|
|
|
1260
|
-
class
|
|
1247
|
+
class ListAssociatedAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
1261
1248
|
clusterName: str
|
|
1262
1249
|
principalArn: str
|
|
1263
1250
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1264
1251
|
|
|
1265
1252
|
|
|
1266
|
-
class
|
|
1253
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
1267
1254
|
include: NotRequired[Sequence[str]]
|
|
1268
1255
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1269
1256
|
|
|
1270
1257
|
|
|
1271
|
-
class
|
|
1258
|
+
class ListEksAnywhereSubscriptionsRequestPaginateTypeDef(TypedDict):
|
|
1272
1259
|
includeStatus: NotRequired[Sequence[EksAnywhereSubscriptionStatusType]]
|
|
1273
1260
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1274
1261
|
|
|
1275
1262
|
|
|
1276
|
-
class
|
|
1263
|
+
class ListFargateProfilesRequestPaginateTypeDef(TypedDict):
|
|
1277
1264
|
clusterName: str
|
|
1278
1265
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1279
1266
|
|
|
1280
1267
|
|
|
1281
|
-
class
|
|
1268
|
+
class ListIdentityProviderConfigsRequestPaginateTypeDef(TypedDict):
|
|
1282
1269
|
clusterName: str
|
|
1283
1270
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1284
1271
|
|
|
1285
1272
|
|
|
1286
|
-
class
|
|
1273
|
+
class ListNodegroupsRequestPaginateTypeDef(TypedDict):
|
|
1287
1274
|
clusterName: str
|
|
1288
1275
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1289
1276
|
|
|
1290
1277
|
|
|
1291
|
-
class
|
|
1278
|
+
class ListPodIdentityAssociationsRequestPaginateTypeDef(TypedDict):
|
|
1292
1279
|
clusterName: str
|
|
1293
1280
|
namespace: NotRequired[str]
|
|
1294
1281
|
serviceAccount: NotRequired[str]
|
|
1295
1282
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1296
1283
|
|
|
1297
1284
|
|
|
1298
|
-
class
|
|
1285
|
+
class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
1299
1286
|
name: str
|
|
1300
1287
|
nodegroupName: NotRequired[str]
|
|
1301
1288
|
addonName: NotRequired[str]
|
|
@@ -1314,7 +1301,7 @@ class DisassociateIdentityProviderConfigRequestRequestTypeDef(TypedDict):
|
|
|
1314
1301
|
|
|
1315
1302
|
|
|
1316
1303
|
class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
1317
|
-
identityProviderConfigs:
|
|
1304
|
+
identityProviderConfigs: list[IdentityProviderConfigTypeDef]
|
|
1318
1305
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1319
1306
|
nextToken: NotRequired[str]
|
|
1320
1307
|
|
|
@@ -1333,7 +1320,7 @@ class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
|
1333
1320
|
|
|
1334
1321
|
|
|
1335
1322
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1336
|
-
resources: NotRequired[
|
|
1323
|
+
resources: NotRequired[list[str]]
|
|
1337
1324
|
provider: NotRequired[ProviderTypeDef]
|
|
1338
1325
|
|
|
1339
1326
|
|
|
@@ -1343,7 +1330,7 @@ class EncryptionConfigTypeDef(TypedDict):
|
|
|
1343
1330
|
|
|
1344
1331
|
|
|
1345
1332
|
class FargateProfileHealthTypeDef(TypedDict):
|
|
1346
|
-
issues: NotRequired[
|
|
1333
|
+
issues: NotRequired[list[FargateProfileIssueTypeDef]]
|
|
1347
1334
|
|
|
1348
1335
|
|
|
1349
1336
|
FargateProfileSelectorUnionTypeDef = Union[
|
|
@@ -1378,8 +1365,8 @@ InsightSummaryTypeDef = TypedDict(
|
|
|
1378
1365
|
"insightStatus": NotRequired[InsightStatusTypeDef],
|
|
1379
1366
|
},
|
|
1380
1367
|
)
|
|
1381
|
-
|
|
1382
|
-
"
|
|
1368
|
+
ListInsightsRequestPaginateTypeDef = TypedDict(
|
|
1369
|
+
"ListInsightsRequestPaginateTypeDef",
|
|
1383
1370
|
{
|
|
1384
1371
|
"clusterName": str,
|
|
1385
1372
|
"filter": NotRequired[InsightsFilterTypeDef],
|
|
@@ -1398,25 +1385,25 @@ ListInsightsRequestRequestTypeDef = TypedDict(
|
|
|
1398
1385
|
|
|
1399
1386
|
|
|
1400
1387
|
class NodegroupHealthTypeDef(TypedDict):
|
|
1401
|
-
issues: NotRequired[
|
|
1388
|
+
issues: NotRequired[list[IssueTypeDef]]
|
|
1402
1389
|
|
|
1403
1390
|
|
|
1404
1391
|
class ListPodIdentityAssociationsResponseTypeDef(TypedDict):
|
|
1405
|
-
associations:
|
|
1392
|
+
associations: list[PodIdentityAssociationSummaryTypeDef]
|
|
1406
1393
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1407
1394
|
nextToken: NotRequired[str]
|
|
1408
1395
|
|
|
1409
1396
|
|
|
1410
1397
|
class LoggingOutputTypeDef(TypedDict):
|
|
1411
|
-
clusterLogging: NotRequired[
|
|
1398
|
+
clusterLogging: NotRequired[list[LogSetupOutputTypeDef]]
|
|
1412
1399
|
|
|
1413
1400
|
|
|
1414
1401
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1415
1402
|
|
|
1416
1403
|
|
|
1417
1404
|
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1418
|
-
remoteNodeNetworks: NotRequired[
|
|
1419
|
-
remotePodNetworks: NotRequired[
|
|
1405
|
+
remoteNodeNetworks: NotRequired[list[RemoteNodeNetworkOutputTypeDef]]
|
|
1406
|
+
remotePodNetworks: NotRequired[list[RemotePodNetworkOutputTypeDef]]
|
|
1420
1407
|
|
|
1421
1408
|
|
|
1422
1409
|
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
@@ -1427,9 +1414,9 @@ UpdateTypeDef = TypedDict(
|
|
|
1427
1414
|
"id": NotRequired[str],
|
|
1428
1415
|
"status": NotRequired[UpdateStatusType],
|
|
1429
1416
|
"type": NotRequired[UpdateTypeType],
|
|
1430
|
-
"params": NotRequired[
|
|
1417
|
+
"params": NotRequired[list[UpdateParamTypeDef]],
|
|
1431
1418
|
"createdAt": NotRequired[datetime],
|
|
1432
|
-
"errors": NotRequired[
|
|
1419
|
+
"errors": NotRequired[list[ErrorDetailTypeDef]],
|
|
1433
1420
|
},
|
|
1434
1421
|
)
|
|
1435
1422
|
|
|
@@ -1444,7 +1431,7 @@ class AssociateAccessPolicyResponseTypeDef(TypedDict):
|
|
|
1444
1431
|
class ListAssociatedAccessPoliciesResponseTypeDef(TypedDict):
|
|
1445
1432
|
clusterName: str
|
|
1446
1433
|
principalArn: str
|
|
1447
|
-
associatedAccessPolicies:
|
|
1434
|
+
associatedAccessPolicies: list[AssociatedAccessPolicyTypeDef]
|
|
1448
1435
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1449
1436
|
nextToken: NotRequired[str]
|
|
1450
1437
|
|
|
@@ -1459,12 +1446,12 @@ class AddonTypeDef(TypedDict):
|
|
|
1459
1446
|
createdAt: NotRequired[datetime]
|
|
1460
1447
|
modifiedAt: NotRequired[datetime]
|
|
1461
1448
|
serviceAccountRoleArn: NotRequired[str]
|
|
1462
|
-
tags: NotRequired[
|
|
1449
|
+
tags: NotRequired[dict[str, str]]
|
|
1463
1450
|
publisher: NotRequired[str]
|
|
1464
1451
|
owner: NotRequired[str]
|
|
1465
1452
|
marketplaceInformation: NotRequired[MarketplaceInformationTypeDef]
|
|
1466
1453
|
configurationValues: NotRequired[str]
|
|
1467
|
-
podIdentityAssociations: NotRequired[
|
|
1454
|
+
podIdentityAssociations: NotRequired[list[str]]
|
|
1468
1455
|
|
|
1469
1456
|
|
|
1470
1457
|
AddonInfoTypeDef = TypedDict(
|
|
@@ -1472,7 +1459,7 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1472
1459
|
{
|
|
1473
1460
|
"addonName": NotRequired[str],
|
|
1474
1461
|
"type": NotRequired[str],
|
|
1475
|
-
"addonVersions": NotRequired[
|
|
1462
|
+
"addonVersions": NotRequired[list[AddonVersionInfoTypeDef]],
|
|
1476
1463
|
"publisher": NotRequired[str],
|
|
1477
1464
|
"owner": NotRequired[str],
|
|
1478
1465
|
"marketplaceInformation": NotRequired[MarketplaceInformationTypeDef],
|
|
@@ -1481,7 +1468,8 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1481
1468
|
|
|
1482
1469
|
|
|
1483
1470
|
class InsightCategorySpecificSummaryTypeDef(TypedDict):
|
|
1484
|
-
deprecationDetails: NotRequired[
|
|
1471
|
+
deprecationDetails: NotRequired[list[DeprecationDetailTypeDef]]
|
|
1472
|
+
addonCompatibilityDetails: NotRequired[list[AddonCompatibilityDetailTypeDef]]
|
|
1485
1473
|
|
|
1486
1474
|
|
|
1487
1475
|
class CreateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
@@ -1500,7 +1488,7 @@ class DescribeEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
|
1500
1488
|
|
|
1501
1489
|
|
|
1502
1490
|
class ListEksAnywhereSubscriptionsResponseTypeDef(TypedDict):
|
|
1503
|
-
subscriptions:
|
|
1491
|
+
subscriptions: list[EksAnywhereSubscriptionTypeDef]
|
|
1504
1492
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1505
1493
|
nextToken: NotRequired[str]
|
|
1506
1494
|
|
|
@@ -1517,6 +1505,7 @@ class UpdateNodegroupConfigRequestRequestTypeDef(TypedDict):
|
|
|
1517
1505
|
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1518
1506
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1519
1507
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1508
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1520
1509
|
clientRequestToken: NotRequired[str]
|
|
1521
1510
|
|
|
1522
1511
|
|
|
@@ -1529,10 +1518,10 @@ class FargateProfileTypeDef(TypedDict):
|
|
|
1529
1518
|
clusterName: NotRequired[str]
|
|
1530
1519
|
createdAt: NotRequired[datetime]
|
|
1531
1520
|
podExecutionRoleArn: NotRequired[str]
|
|
1532
|
-
subnets: NotRequired[
|
|
1533
|
-
selectors: NotRequired[
|
|
1521
|
+
subnets: NotRequired[list[str]]
|
|
1522
|
+
selectors: NotRequired[list[FargateProfileSelectorOutputTypeDef]]
|
|
1534
1523
|
status: NotRequired[FargateProfileStatusType]
|
|
1535
|
-
tags: NotRequired[
|
|
1524
|
+
tags: NotRequired[dict[str, str]]
|
|
1536
1525
|
health: NotRequired[FargateProfileHealthTypeDef]
|
|
1537
1526
|
|
|
1538
1527
|
|
|
@@ -1552,7 +1541,7 @@ class DescribeIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
|
1552
1541
|
|
|
1553
1542
|
|
|
1554
1543
|
class ListInsightsResponseTypeDef(TypedDict):
|
|
1555
|
-
insights:
|
|
1544
|
+
insights: list[InsightSummaryTypeDef]
|
|
1556
1545
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1557
1546
|
nextToken: NotRequired[str]
|
|
1558
1547
|
|
|
@@ -1568,19 +1557,20 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1568
1557
|
status: NotRequired[NodegroupStatusType]
|
|
1569
1558
|
capacityType: NotRequired[CapacityTypesType]
|
|
1570
1559
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1571
|
-
instanceTypes: NotRequired[
|
|
1572
|
-
subnets: NotRequired[
|
|
1560
|
+
instanceTypes: NotRequired[list[str]]
|
|
1561
|
+
subnets: NotRequired[list[str]]
|
|
1573
1562
|
remoteAccess: NotRequired[RemoteAccessConfigOutputTypeDef]
|
|
1574
1563
|
amiType: NotRequired[AMITypesType]
|
|
1575
1564
|
nodeRole: NotRequired[str]
|
|
1576
|
-
labels: NotRequired[
|
|
1577
|
-
taints: NotRequired[
|
|
1565
|
+
labels: NotRequired[dict[str, str]]
|
|
1566
|
+
taints: NotRequired[list[TaintTypeDef]]
|
|
1578
1567
|
resources: NotRequired[NodegroupResourcesTypeDef]
|
|
1579
1568
|
diskSize: NotRequired[int]
|
|
1580
1569
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1581
1570
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1571
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1582
1572
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1583
|
-
tags: NotRequired[
|
|
1573
|
+
tags: NotRequired[dict[str, str]]
|
|
1584
1574
|
|
|
1585
1575
|
|
|
1586
1576
|
class LoggingTypeDef(TypedDict):
|
|
@@ -1604,8 +1594,8 @@ ClusterTypeDef = TypedDict(
|
|
|
1604
1594
|
"certificateAuthority": NotRequired[CertificateTypeDef],
|
|
1605
1595
|
"clientRequestToken": NotRequired[str],
|
|
1606
1596
|
"platformVersion": NotRequired[str],
|
|
1607
|
-
"tags": NotRequired[
|
|
1608
|
-
"encryptionConfig": NotRequired[
|
|
1597
|
+
"tags": NotRequired[dict[str, str]],
|
|
1598
|
+
"encryptionConfig": NotRequired[list[EncryptionConfigOutputTypeDef]],
|
|
1609
1599
|
"connectorConfig": NotRequired[ConnectorConfigResponseTypeDef],
|
|
1610
1600
|
"id": NotRequired[str],
|
|
1611
1601
|
"health": NotRequired[ClusterHealthTypeDef],
|
|
@@ -1632,7 +1622,7 @@ class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
|
1632
1622
|
|
|
1633
1623
|
class AssociateIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
1634
1624
|
update: UpdateTypeDef
|
|
1635
|
-
tags:
|
|
1625
|
+
tags: dict[str, str]
|
|
1636
1626
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1637
1627
|
|
|
1638
1628
|
|
|
@@ -1687,7 +1677,7 @@ class DescribeAddonResponseTypeDef(TypedDict):
|
|
|
1687
1677
|
|
|
1688
1678
|
|
|
1689
1679
|
class DescribeAddonVersionsResponseTypeDef(TypedDict):
|
|
1690
|
-
addons:
|
|
1680
|
+
addons: list[AddonInfoTypeDef]
|
|
1691
1681
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1692
1682
|
nextToken: NotRequired[str]
|
|
1693
1683
|
|
|
@@ -1704,8 +1694,8 @@ InsightTypeDef = TypedDict(
|
|
|
1704
1694
|
"description": NotRequired[str],
|
|
1705
1695
|
"insightStatus": NotRequired[InsightStatusTypeDef],
|
|
1706
1696
|
"recommendation": NotRequired[str],
|
|
1707
|
-
"additionalInfo": NotRequired[
|
|
1708
|
-
"resources": NotRequired[
|
|
1697
|
+
"additionalInfo": NotRequired[dict[str, str]],
|
|
1698
|
+
"resources": NotRequired[list[InsightResourceDetailTypeDef]],
|
|
1709
1699
|
"categorySpecificSummary": NotRequired[InsightCategorySpecificSummaryTypeDef],
|
|
1710
1700
|
},
|
|
1711
1701
|
)
|