types-boto3-eks 1.35.81__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.
- types_boto3_eks/__main__.py +8 -7
- types_boto3_eks/client.py +90 -78
- types_boto3_eks/client.pyi +90 -77
- types_boto3_eks/literals.py +2 -1
- types_boto3_eks/literals.pyi +2 -1
- types_boto3_eks/paginator.py +153 -87
- types_boto3_eks/paginator.pyi +141 -86
- types_boto3_eks/type_defs.py +125 -143
- types_boto3_eks/type_defs.pyi +123 -138
- types_boto3_eks/version.py +1 -1
- types_boto3_eks/waiter.py +29 -19
- types_boto3_eks/waiter.pyi +29 -19
- {types_boto3_eks-1.35.81.dist-info → types_boto3_eks-1.35.86.dist-info}/METADATA +5 -5
- types_boto3_eks-1.35.86.dist-info/RECORD +20 -0
- types_boto3_eks-1.35.81.dist-info/RECORD +0 -20
- {types_boto3_eks-1.35.81.dist-info → types_boto3_eks-1.35.86.dist-info}/LICENSE +0 -0
- {types_boto3_eks-1.35.81.dist-info → types_boto3_eks-1.35.86.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.35.81.dist-info → types_boto3_eks-1.35.86.dist-info}/top_level.txt +0 -0
types_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/types_boto3_docs/types_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",
|
|
@@ -297,11 +296,11 @@ AccessEntryTypeDef = TypedDict(
|
|
|
297
296
|
{
|
|
298
297
|
"clusterName": NotRequired[str],
|
|
299
298
|
"principalArn": NotRequired[str],
|
|
300
|
-
"kubernetesGroups": NotRequired[
|
|
299
|
+
"kubernetesGroups": NotRequired[list[str]],
|
|
301
300
|
"accessEntryArn": NotRequired[str],
|
|
302
301
|
"createdAt": NotRequired[datetime],
|
|
303
302
|
"modifiedAt": NotRequired[datetime],
|
|
304
|
-
"tags": NotRequired[
|
|
303
|
+
"tags": NotRequired[dict[str, str]],
|
|
305
304
|
"username": NotRequired[str],
|
|
306
305
|
"type": NotRequired[str],
|
|
307
306
|
},
|
|
@@ -317,7 +316,7 @@ AccessScopeOutputTypeDef = TypedDict(
|
|
|
317
316
|
"AccessScopeOutputTypeDef",
|
|
318
317
|
{
|
|
319
318
|
"type": NotRequired[AccessScopeTypeType],
|
|
320
|
-
"namespaces": NotRequired[
|
|
319
|
+
"namespaces": NotRequired[list[str]],
|
|
321
320
|
},
|
|
322
321
|
)
|
|
323
322
|
AccessScopeTypeDef = TypedDict(
|
|
@@ -329,10 +328,15 @@ AccessScopeTypeDef = TypedDict(
|
|
|
329
328
|
)
|
|
330
329
|
|
|
331
330
|
|
|
331
|
+
class AddonCompatibilityDetailTypeDef(TypedDict):
|
|
332
|
+
name: NotRequired[str]
|
|
333
|
+
compatibleVersions: NotRequired[list[str]]
|
|
334
|
+
|
|
335
|
+
|
|
332
336
|
class AddonIssueTypeDef(TypedDict):
|
|
333
337
|
code: NotRequired[AddonIssueCodeType]
|
|
334
338
|
message: NotRequired[str]
|
|
335
|
-
resourceIds: NotRequired[
|
|
339
|
+
resourceIds: NotRequired[list[str]]
|
|
336
340
|
|
|
337
341
|
|
|
338
342
|
class MarketplaceInformationTypeDef(TypedDict):
|
|
@@ -347,19 +351,19 @@ class AddonPodIdentityAssociationsTypeDef(TypedDict):
|
|
|
347
351
|
|
|
348
352
|
class AddonPodIdentityConfigurationTypeDef(TypedDict):
|
|
349
353
|
serviceAccount: NotRequired[str]
|
|
350
|
-
recommendedManagedPolicies: NotRequired[
|
|
354
|
+
recommendedManagedPolicies: NotRequired[list[str]]
|
|
351
355
|
|
|
352
356
|
|
|
353
357
|
class CompatibilityTypeDef(TypedDict):
|
|
354
358
|
clusterVersion: NotRequired[str]
|
|
355
|
-
platformVersions: NotRequired[
|
|
359
|
+
platformVersions: NotRequired[list[str]]
|
|
356
360
|
defaultVersion: NotRequired[bool]
|
|
357
361
|
|
|
358
362
|
|
|
359
363
|
class ResponseMetadataTypeDef(TypedDict):
|
|
360
364
|
RequestId: str
|
|
361
365
|
HTTPStatusCode: int
|
|
362
|
-
HTTPHeaders:
|
|
366
|
+
HTTPHeaders: dict[str, str]
|
|
363
367
|
RetryAttempts: int
|
|
364
368
|
HostId: NotRequired[str]
|
|
365
369
|
|
|
@@ -396,12 +400,12 @@ class ClientStatTypeDef(TypedDict):
|
|
|
396
400
|
class ClusterIssueTypeDef(TypedDict):
|
|
397
401
|
code: NotRequired[ClusterIssueCodeType]
|
|
398
402
|
message: NotRequired[str]
|
|
399
|
-
resourceIds: NotRequired[
|
|
403
|
+
resourceIds: NotRequired[list[str]]
|
|
400
404
|
|
|
401
405
|
|
|
402
406
|
class ComputeConfigResponseTypeDef(TypedDict):
|
|
403
407
|
enabled: NotRequired[bool]
|
|
404
|
-
nodePools: NotRequired[
|
|
408
|
+
nodePools: NotRequired[list[str]]
|
|
405
409
|
nodeRoleArn: NotRequired[str]
|
|
406
410
|
|
|
407
411
|
|
|
@@ -418,13 +422,13 @@ class UpgradePolicyResponseTypeDef(TypedDict):
|
|
|
418
422
|
|
|
419
423
|
|
|
420
424
|
class VpcConfigResponseTypeDef(TypedDict):
|
|
421
|
-
subnetIds: NotRequired[
|
|
422
|
-
securityGroupIds: NotRequired[
|
|
425
|
+
subnetIds: NotRequired[list[str]]
|
|
426
|
+
securityGroupIds: NotRequired[list[str]]
|
|
423
427
|
clusterSecurityGroupId: NotRequired[str]
|
|
424
428
|
vpcId: NotRequired[str]
|
|
425
429
|
endpointPublicAccess: NotRequired[bool]
|
|
426
430
|
endpointPrivateAccess: NotRequired[bool]
|
|
427
|
-
publicAccessCidrs: NotRequired[
|
|
431
|
+
publicAccessCidrs: NotRequired[list[str]]
|
|
428
432
|
|
|
429
433
|
|
|
430
434
|
class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
@@ -542,7 +546,7 @@ class PodIdentityAssociationTypeDef(TypedDict):
|
|
|
542
546
|
roleArn: NotRequired[str]
|
|
543
547
|
associationArn: NotRequired[str]
|
|
544
548
|
associationId: NotRequired[str]
|
|
545
|
-
tags: NotRequired[
|
|
549
|
+
tags: NotRequired[dict[str, str]]
|
|
546
550
|
createdAt: NotRequired[datetime]
|
|
547
551
|
modifiedAt: NotRequired[datetime]
|
|
548
552
|
ownerArn: NotRequired[str]
|
|
@@ -600,16 +604,16 @@ class DescribeAddonConfigurationRequestRequestTypeDef(TypedDict):
|
|
|
600
604
|
addonVersion: str
|
|
601
605
|
|
|
602
606
|
|
|
603
|
-
class WaiterConfigTypeDef(TypedDict):
|
|
604
|
-
Delay: NotRequired[int]
|
|
605
|
-
MaxAttempts: NotRequired[int]
|
|
606
|
-
|
|
607
|
-
|
|
608
607
|
class DescribeAddonRequestRequestTypeDef(TypedDict):
|
|
609
608
|
clusterName: str
|
|
610
609
|
addonName: str
|
|
611
610
|
|
|
612
611
|
|
|
612
|
+
class WaiterConfigTypeDef(TypedDict):
|
|
613
|
+
Delay: NotRequired[int]
|
|
614
|
+
MaxAttempts: NotRequired[int]
|
|
615
|
+
|
|
616
|
+
|
|
613
617
|
class PaginatorConfigTypeDef(TypedDict):
|
|
614
618
|
MaxItems: NotRequired[int]
|
|
615
619
|
PageSize: NotRequired[int]
|
|
@@ -697,18 +701,18 @@ class ProviderTypeDef(TypedDict):
|
|
|
697
701
|
class ErrorDetailTypeDef(TypedDict):
|
|
698
702
|
errorCode: NotRequired[ErrorCodeType]
|
|
699
703
|
errorMessage: NotRequired[str]
|
|
700
|
-
resourceIds: NotRequired[
|
|
704
|
+
resourceIds: NotRequired[list[str]]
|
|
701
705
|
|
|
702
706
|
|
|
703
707
|
class FargateProfileIssueTypeDef(TypedDict):
|
|
704
708
|
code: NotRequired[FargateProfileIssueCodeType]
|
|
705
709
|
message: NotRequired[str]
|
|
706
|
-
resourceIds: NotRequired[
|
|
710
|
+
resourceIds: NotRequired[list[str]]
|
|
707
711
|
|
|
708
712
|
|
|
709
713
|
class FargateProfileSelectorOutputTypeDef(TypedDict):
|
|
710
714
|
namespace: NotRequired[str]
|
|
711
|
-
labels: NotRequired[
|
|
715
|
+
labels: NotRequired[dict[str, str]]
|
|
712
716
|
|
|
713
717
|
|
|
714
718
|
class FargateProfileSelectorTypeDef(TypedDict):
|
|
@@ -726,8 +730,8 @@ class OidcIdentityProviderConfigTypeDef(TypedDict):
|
|
|
726
730
|
usernamePrefix: NotRequired[str]
|
|
727
731
|
groupsClaim: NotRequired[str]
|
|
728
732
|
groupsPrefix: NotRequired[str]
|
|
729
|
-
requiredClaims: NotRequired[
|
|
730
|
-
tags: NotRequired[
|
|
733
|
+
requiredClaims: NotRequired[dict[str, str]]
|
|
734
|
+
tags: NotRequired[dict[str, str]]
|
|
731
735
|
status: NotRequired[ConfigStatusType]
|
|
732
736
|
|
|
733
737
|
|
|
@@ -749,7 +753,7 @@ class InsightsFilterTypeDef(TypedDict):
|
|
|
749
753
|
class IssueTypeDef(TypedDict):
|
|
750
754
|
code: NotRequired[NodegroupIssueCodeType]
|
|
751
755
|
message: NotRequired[str]
|
|
752
|
-
resourceIds: NotRequired[
|
|
756
|
+
resourceIds: NotRequired[list[str]]
|
|
753
757
|
|
|
754
758
|
|
|
755
759
|
class ListAccessEntriesRequestRequestTypeDef(TypedDict):
|
|
@@ -839,7 +843,7 @@ class ListUpdatesRequestRequestTypeDef(TypedDict):
|
|
|
839
843
|
LogSetupOutputTypeDef = TypedDict(
|
|
840
844
|
"LogSetupOutputTypeDef",
|
|
841
845
|
{
|
|
842
|
-
"types": NotRequired[
|
|
846
|
+
"types": NotRequired[list[LogTypeType]],
|
|
843
847
|
"enabled": NotRequired[bool],
|
|
844
848
|
},
|
|
845
849
|
)
|
|
@@ -854,15 +858,15 @@ LogSetupTypeDef = TypedDict(
|
|
|
854
858
|
|
|
855
859
|
class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
856
860
|
ec2SshKey: NotRequired[str]
|
|
857
|
-
sourceSecurityGroups: NotRequired[
|
|
861
|
+
sourceSecurityGroups: NotRequired[list[str]]
|
|
858
862
|
|
|
859
863
|
|
|
860
864
|
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
861
|
-
cidrs: NotRequired[
|
|
865
|
+
cidrs: NotRequired[list[str]]
|
|
862
866
|
|
|
863
867
|
|
|
864
868
|
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
865
|
-
cidrs: NotRequired[
|
|
869
|
+
cidrs: NotRequired[list[str]]
|
|
866
870
|
|
|
867
871
|
|
|
868
872
|
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
@@ -947,7 +951,7 @@ class AssociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
947
951
|
|
|
948
952
|
|
|
949
953
|
class AddonHealthTypeDef(TypedDict):
|
|
950
|
-
issues: NotRequired[
|
|
954
|
+
issues: NotRequired[list[AddonIssueTypeDef]]
|
|
951
955
|
|
|
952
956
|
|
|
953
957
|
class CreateAddonRequestRequestTypeDef(TypedDict):
|
|
@@ -975,9 +979,9 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
975
979
|
|
|
976
980
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
977
981
|
addonVersion: NotRequired[str]
|
|
978
|
-
architecture: NotRequired[
|
|
979
|
-
computeTypes: NotRequired[
|
|
980
|
-
compatibilities: NotRequired[
|
|
982
|
+
architecture: NotRequired[list[str]]
|
|
983
|
+
computeTypes: NotRequired[list[str]]
|
|
984
|
+
compatibilities: NotRequired[list[CompatibilityTypeDef]]
|
|
981
985
|
requiresConfiguration: NotRequired[bool]
|
|
982
986
|
requiresIamPermissions: NotRequired[bool]
|
|
983
987
|
|
|
@@ -996,53 +1000,53 @@ class DescribeAddonConfigurationResponseTypeDef(TypedDict):
|
|
|
996
1000
|
addonName: str
|
|
997
1001
|
addonVersion: str
|
|
998
1002
|
configurationSchema: str
|
|
999
|
-
podIdentityConfiguration:
|
|
1003
|
+
podIdentityConfiguration: list[AddonPodIdentityConfigurationTypeDef]
|
|
1000
1004
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1001
1005
|
|
|
1002
1006
|
|
|
1003
1007
|
class ListAccessEntriesResponseTypeDef(TypedDict):
|
|
1004
|
-
accessEntries:
|
|
1008
|
+
accessEntries: list[str]
|
|
1005
1009
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1006
1010
|
nextToken: NotRequired[str]
|
|
1007
1011
|
|
|
1008
1012
|
|
|
1009
1013
|
class ListAccessPoliciesResponseTypeDef(TypedDict):
|
|
1010
|
-
accessPolicies:
|
|
1014
|
+
accessPolicies: list[AccessPolicyTypeDef]
|
|
1011
1015
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1012
1016
|
nextToken: NotRequired[str]
|
|
1013
1017
|
|
|
1014
1018
|
|
|
1015
1019
|
class ListAddonsResponseTypeDef(TypedDict):
|
|
1016
|
-
addons:
|
|
1020
|
+
addons: list[str]
|
|
1017
1021
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1018
1022
|
nextToken: NotRequired[str]
|
|
1019
1023
|
|
|
1020
1024
|
|
|
1021
1025
|
class ListClustersResponseTypeDef(TypedDict):
|
|
1022
|
-
clusters:
|
|
1026
|
+
clusters: list[str]
|
|
1023
1027
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1024
1028
|
nextToken: NotRequired[str]
|
|
1025
1029
|
|
|
1026
1030
|
|
|
1027
1031
|
class ListFargateProfilesResponseTypeDef(TypedDict):
|
|
1028
|
-
fargateProfileNames:
|
|
1032
|
+
fargateProfileNames: list[str]
|
|
1029
1033
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1030
1034
|
nextToken: NotRequired[str]
|
|
1031
1035
|
|
|
1032
1036
|
|
|
1033
1037
|
class ListNodegroupsResponseTypeDef(TypedDict):
|
|
1034
|
-
nodegroups:
|
|
1038
|
+
nodegroups: list[str]
|
|
1035
1039
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1036
1040
|
nextToken: NotRequired[str]
|
|
1037
1041
|
|
|
1038
1042
|
|
|
1039
1043
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
1040
|
-
tags:
|
|
1044
|
+
tags: dict[str, str]
|
|
1041
1045
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1042
1046
|
|
|
1043
1047
|
|
|
1044
1048
|
class ListUpdatesResponseTypeDef(TypedDict):
|
|
1045
|
-
updateIds:
|
|
1049
|
+
updateIds: list[str]
|
|
1046
1050
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1047
1051
|
nextToken: NotRequired[str]
|
|
1048
1052
|
|
|
@@ -1060,7 +1064,7 @@ class AssociateIdentityProviderConfigRequestRequestTypeDef(TypedDict):
|
|
|
1060
1064
|
|
|
1061
1065
|
|
|
1062
1066
|
class NodegroupResourcesTypeDef(TypedDict):
|
|
1063
|
-
autoScalingGroups: NotRequired[
|
|
1067
|
+
autoScalingGroups: NotRequired[list[AutoScalingGroupTypeDef]]
|
|
1064
1068
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
1065
1069
|
|
|
1066
1070
|
|
|
@@ -1077,11 +1081,11 @@ class DeprecationDetailTypeDef(TypedDict):
|
|
|
1077
1081
|
replacedWith: NotRequired[str]
|
|
1078
1082
|
stopServingVersion: NotRequired[str]
|
|
1079
1083
|
startServingReplacementVersion: NotRequired[str]
|
|
1080
|
-
clientStats: NotRequired[
|
|
1084
|
+
clientStats: NotRequired[list[ClientStatTypeDef]]
|
|
1081
1085
|
|
|
1082
1086
|
|
|
1083
1087
|
class ClusterHealthTypeDef(TypedDict):
|
|
1084
|
-
issues: NotRequired[
|
|
1088
|
+
issues: NotRequired[list[ClusterIssueTypeDef]]
|
|
1085
1089
|
|
|
1086
1090
|
|
|
1087
1091
|
class RegisterClusterRequestRequestTypeDef(TypedDict):
|
|
@@ -1098,7 +1102,7 @@ class OutpostConfigRequestTypeDef(TypedDict):
|
|
|
1098
1102
|
|
|
1099
1103
|
|
|
1100
1104
|
class OutpostConfigResponseTypeDef(TypedDict):
|
|
1101
|
-
outpostArns:
|
|
1105
|
+
outpostArns: list[str]
|
|
1102
1106
|
controlPlaneInstanceType: str
|
|
1103
1107
|
controlPlanePlacement: NotRequired[ControlPlanePlacementResponseTypeDef]
|
|
1104
1108
|
|
|
@@ -1126,8 +1130,8 @@ EksAnywhereSubscriptionTypeDef = TypedDict(
|
|
|
1126
1130
|
"term": NotRequired[EksAnywhereSubscriptionTermTypeDef],
|
|
1127
1131
|
"status": NotRequired[str],
|
|
1128
1132
|
"autoRenew": NotRequired[bool],
|
|
1129
|
-
"licenseArns": NotRequired[
|
|
1130
|
-
"tags": NotRequired[
|
|
1133
|
+
"licenseArns": NotRequired[list[str]],
|
|
1134
|
+
"tags": NotRequired[dict[str, str]],
|
|
1131
1135
|
},
|
|
1132
1136
|
)
|
|
1133
1137
|
|
|
@@ -1189,54 +1193,31 @@ class UpdatePodIdentityAssociationResponseTypeDef(TypedDict):
|
|
|
1189
1193
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1190
1194
|
|
|
1191
1195
|
|
|
1192
|
-
class
|
|
1196
|
+
class DescribeAddonRequestWaitTypeDef(TypedDict):
|
|
1193
1197
|
clusterName: str
|
|
1194
1198
|
addonName: str
|
|
1195
1199
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1196
1200
|
|
|
1197
1201
|
|
|
1198
|
-
class
|
|
1199
|
-
clusterName: str
|
|
1200
|
-
addonName: str
|
|
1201
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
class DescribeClusterRequestClusterActiveWaitTypeDef(TypedDict):
|
|
1205
|
-
name: str
|
|
1206
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
class DescribeClusterRequestClusterDeletedWaitTypeDef(TypedDict):
|
|
1202
|
+
class DescribeClusterRequestWaitTypeDef(TypedDict):
|
|
1210
1203
|
name: str
|
|
1211
1204
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1212
1205
|
|
|
1213
1206
|
|
|
1214
|
-
class
|
|
1215
|
-
clusterName: str
|
|
1216
|
-
fargateProfileName: str
|
|
1217
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
class DescribeFargateProfileRequestFargateProfileDeletedWaitTypeDef(TypedDict):
|
|
1207
|
+
class DescribeFargateProfileRequestWaitTypeDef(TypedDict):
|
|
1221
1208
|
clusterName: str
|
|
1222
1209
|
fargateProfileName: str
|
|
1223
1210
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1224
1211
|
|
|
1225
1212
|
|
|
1226
|
-
class
|
|
1227
|
-
clusterName: str
|
|
1228
|
-
nodegroupName: str
|
|
1229
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
class DescribeNodegroupRequestNodegroupDeletedWaitTypeDef(TypedDict):
|
|
1213
|
+
class DescribeNodegroupRequestWaitTypeDef(TypedDict):
|
|
1233
1214
|
clusterName: str
|
|
1234
1215
|
nodegroupName: str
|
|
1235
1216
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1236
1217
|
|
|
1237
1218
|
|
|
1238
|
-
|
|
1239
|
-
"
|
|
1219
|
+
DescribeAddonVersionsRequestPaginateTypeDef = TypedDict(
|
|
1220
|
+
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
1240
1221
|
{
|
|
1241
1222
|
"kubernetesVersion": NotRequired[str],
|
|
1242
1223
|
"addonName": NotRequired[str],
|
|
@@ -1248,60 +1229,60 @@ DescribeAddonVersionsRequestDescribeAddonVersionsPaginateTypeDef = TypedDict(
|
|
|
1248
1229
|
)
|
|
1249
1230
|
|
|
1250
1231
|
|
|
1251
|
-
class
|
|
1232
|
+
class ListAccessEntriesRequestPaginateTypeDef(TypedDict):
|
|
1252
1233
|
clusterName: str
|
|
1253
1234
|
associatedPolicyArn: NotRequired[str]
|
|
1254
1235
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1255
1236
|
|
|
1256
1237
|
|
|
1257
|
-
class
|
|
1238
|
+
class ListAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
1258
1239
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1259
1240
|
|
|
1260
1241
|
|
|
1261
|
-
class
|
|
1242
|
+
class ListAddonsRequestPaginateTypeDef(TypedDict):
|
|
1262
1243
|
clusterName: str
|
|
1263
1244
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1264
1245
|
|
|
1265
1246
|
|
|
1266
|
-
class
|
|
1247
|
+
class ListAssociatedAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
1267
1248
|
clusterName: str
|
|
1268
1249
|
principalArn: str
|
|
1269
1250
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1270
1251
|
|
|
1271
1252
|
|
|
1272
|
-
class
|
|
1253
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
1273
1254
|
include: NotRequired[Sequence[str]]
|
|
1274
1255
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1275
1256
|
|
|
1276
1257
|
|
|
1277
|
-
class
|
|
1258
|
+
class ListEksAnywhereSubscriptionsRequestPaginateTypeDef(TypedDict):
|
|
1278
1259
|
includeStatus: NotRequired[Sequence[EksAnywhereSubscriptionStatusType]]
|
|
1279
1260
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1280
1261
|
|
|
1281
1262
|
|
|
1282
|
-
class
|
|
1263
|
+
class ListFargateProfilesRequestPaginateTypeDef(TypedDict):
|
|
1283
1264
|
clusterName: str
|
|
1284
1265
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1285
1266
|
|
|
1286
1267
|
|
|
1287
|
-
class
|
|
1268
|
+
class ListIdentityProviderConfigsRequestPaginateTypeDef(TypedDict):
|
|
1288
1269
|
clusterName: str
|
|
1289
1270
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1290
1271
|
|
|
1291
1272
|
|
|
1292
|
-
class
|
|
1273
|
+
class ListNodegroupsRequestPaginateTypeDef(TypedDict):
|
|
1293
1274
|
clusterName: str
|
|
1294
1275
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1295
1276
|
|
|
1296
1277
|
|
|
1297
|
-
class
|
|
1278
|
+
class ListPodIdentityAssociationsRequestPaginateTypeDef(TypedDict):
|
|
1298
1279
|
clusterName: str
|
|
1299
1280
|
namespace: NotRequired[str]
|
|
1300
1281
|
serviceAccount: NotRequired[str]
|
|
1301
1282
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1302
1283
|
|
|
1303
1284
|
|
|
1304
|
-
class
|
|
1285
|
+
class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
1305
1286
|
name: str
|
|
1306
1287
|
nodegroupName: NotRequired[str]
|
|
1307
1288
|
addonName: NotRequired[str]
|
|
@@ -1320,7 +1301,7 @@ class DisassociateIdentityProviderConfigRequestRequestTypeDef(TypedDict):
|
|
|
1320
1301
|
|
|
1321
1302
|
|
|
1322
1303
|
class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
1323
|
-
identityProviderConfigs:
|
|
1304
|
+
identityProviderConfigs: list[IdentityProviderConfigTypeDef]
|
|
1324
1305
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1325
1306
|
nextToken: NotRequired[str]
|
|
1326
1307
|
|
|
@@ -1339,7 +1320,7 @@ class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
|
1339
1320
|
|
|
1340
1321
|
|
|
1341
1322
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1342
|
-
resources: NotRequired[
|
|
1323
|
+
resources: NotRequired[list[str]]
|
|
1343
1324
|
provider: NotRequired[ProviderTypeDef]
|
|
1344
1325
|
|
|
1345
1326
|
|
|
@@ -1349,7 +1330,7 @@ class EncryptionConfigTypeDef(TypedDict):
|
|
|
1349
1330
|
|
|
1350
1331
|
|
|
1351
1332
|
class FargateProfileHealthTypeDef(TypedDict):
|
|
1352
|
-
issues: NotRequired[
|
|
1333
|
+
issues: NotRequired[list[FargateProfileIssueTypeDef]]
|
|
1353
1334
|
|
|
1354
1335
|
|
|
1355
1336
|
FargateProfileSelectorUnionTypeDef = Union[
|
|
@@ -1384,8 +1365,8 @@ InsightSummaryTypeDef = TypedDict(
|
|
|
1384
1365
|
"insightStatus": NotRequired[InsightStatusTypeDef],
|
|
1385
1366
|
},
|
|
1386
1367
|
)
|
|
1387
|
-
|
|
1388
|
-
"
|
|
1368
|
+
ListInsightsRequestPaginateTypeDef = TypedDict(
|
|
1369
|
+
"ListInsightsRequestPaginateTypeDef",
|
|
1389
1370
|
{
|
|
1390
1371
|
"clusterName": str,
|
|
1391
1372
|
"filter": NotRequired[InsightsFilterTypeDef],
|
|
@@ -1404,25 +1385,25 @@ ListInsightsRequestRequestTypeDef = TypedDict(
|
|
|
1404
1385
|
|
|
1405
1386
|
|
|
1406
1387
|
class NodegroupHealthTypeDef(TypedDict):
|
|
1407
|
-
issues: NotRequired[
|
|
1388
|
+
issues: NotRequired[list[IssueTypeDef]]
|
|
1408
1389
|
|
|
1409
1390
|
|
|
1410
1391
|
class ListPodIdentityAssociationsResponseTypeDef(TypedDict):
|
|
1411
|
-
associations:
|
|
1392
|
+
associations: list[PodIdentityAssociationSummaryTypeDef]
|
|
1412
1393
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1413
1394
|
nextToken: NotRequired[str]
|
|
1414
1395
|
|
|
1415
1396
|
|
|
1416
1397
|
class LoggingOutputTypeDef(TypedDict):
|
|
1417
|
-
clusterLogging: NotRequired[
|
|
1398
|
+
clusterLogging: NotRequired[list[LogSetupOutputTypeDef]]
|
|
1418
1399
|
|
|
1419
1400
|
|
|
1420
1401
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1421
1402
|
|
|
1422
1403
|
|
|
1423
1404
|
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1424
|
-
remoteNodeNetworks: NotRequired[
|
|
1425
|
-
remotePodNetworks: NotRequired[
|
|
1405
|
+
remoteNodeNetworks: NotRequired[list[RemoteNodeNetworkOutputTypeDef]]
|
|
1406
|
+
remotePodNetworks: NotRequired[list[RemotePodNetworkOutputTypeDef]]
|
|
1426
1407
|
|
|
1427
1408
|
|
|
1428
1409
|
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
@@ -1433,9 +1414,9 @@ UpdateTypeDef = TypedDict(
|
|
|
1433
1414
|
"id": NotRequired[str],
|
|
1434
1415
|
"status": NotRequired[UpdateStatusType],
|
|
1435
1416
|
"type": NotRequired[UpdateTypeType],
|
|
1436
|
-
"params": NotRequired[
|
|
1417
|
+
"params": NotRequired[list[UpdateParamTypeDef]],
|
|
1437
1418
|
"createdAt": NotRequired[datetime],
|
|
1438
|
-
"errors": NotRequired[
|
|
1419
|
+
"errors": NotRequired[list[ErrorDetailTypeDef]],
|
|
1439
1420
|
},
|
|
1440
1421
|
)
|
|
1441
1422
|
|
|
@@ -1450,7 +1431,7 @@ class AssociateAccessPolicyResponseTypeDef(TypedDict):
|
|
|
1450
1431
|
class ListAssociatedAccessPoliciesResponseTypeDef(TypedDict):
|
|
1451
1432
|
clusterName: str
|
|
1452
1433
|
principalArn: str
|
|
1453
|
-
associatedAccessPolicies:
|
|
1434
|
+
associatedAccessPolicies: list[AssociatedAccessPolicyTypeDef]
|
|
1454
1435
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1455
1436
|
nextToken: NotRequired[str]
|
|
1456
1437
|
|
|
@@ -1465,12 +1446,12 @@ class AddonTypeDef(TypedDict):
|
|
|
1465
1446
|
createdAt: NotRequired[datetime]
|
|
1466
1447
|
modifiedAt: NotRequired[datetime]
|
|
1467
1448
|
serviceAccountRoleArn: NotRequired[str]
|
|
1468
|
-
tags: NotRequired[
|
|
1449
|
+
tags: NotRequired[dict[str, str]]
|
|
1469
1450
|
publisher: NotRequired[str]
|
|
1470
1451
|
owner: NotRequired[str]
|
|
1471
1452
|
marketplaceInformation: NotRequired[MarketplaceInformationTypeDef]
|
|
1472
1453
|
configurationValues: NotRequired[str]
|
|
1473
|
-
podIdentityAssociations: NotRequired[
|
|
1454
|
+
podIdentityAssociations: NotRequired[list[str]]
|
|
1474
1455
|
|
|
1475
1456
|
|
|
1476
1457
|
AddonInfoTypeDef = TypedDict(
|
|
@@ -1478,7 +1459,7 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1478
1459
|
{
|
|
1479
1460
|
"addonName": NotRequired[str],
|
|
1480
1461
|
"type": NotRequired[str],
|
|
1481
|
-
"addonVersions": NotRequired[
|
|
1462
|
+
"addonVersions": NotRequired[list[AddonVersionInfoTypeDef]],
|
|
1482
1463
|
"publisher": NotRequired[str],
|
|
1483
1464
|
"owner": NotRequired[str],
|
|
1484
1465
|
"marketplaceInformation": NotRequired[MarketplaceInformationTypeDef],
|
|
@@ -1487,7 +1468,8 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1487
1468
|
|
|
1488
1469
|
|
|
1489
1470
|
class InsightCategorySpecificSummaryTypeDef(TypedDict):
|
|
1490
|
-
deprecationDetails: NotRequired[
|
|
1471
|
+
deprecationDetails: NotRequired[list[DeprecationDetailTypeDef]]
|
|
1472
|
+
addonCompatibilityDetails: NotRequired[list[AddonCompatibilityDetailTypeDef]]
|
|
1491
1473
|
|
|
1492
1474
|
|
|
1493
1475
|
class CreateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
@@ -1506,7 +1488,7 @@ class DescribeEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
|
1506
1488
|
|
|
1507
1489
|
|
|
1508
1490
|
class ListEksAnywhereSubscriptionsResponseTypeDef(TypedDict):
|
|
1509
|
-
subscriptions:
|
|
1491
|
+
subscriptions: list[EksAnywhereSubscriptionTypeDef]
|
|
1510
1492
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1511
1493
|
nextToken: NotRequired[str]
|
|
1512
1494
|
|
|
@@ -1536,10 +1518,10 @@ class FargateProfileTypeDef(TypedDict):
|
|
|
1536
1518
|
clusterName: NotRequired[str]
|
|
1537
1519
|
createdAt: NotRequired[datetime]
|
|
1538
1520
|
podExecutionRoleArn: NotRequired[str]
|
|
1539
|
-
subnets: NotRequired[
|
|
1540
|
-
selectors: NotRequired[
|
|
1521
|
+
subnets: NotRequired[list[str]]
|
|
1522
|
+
selectors: NotRequired[list[FargateProfileSelectorOutputTypeDef]]
|
|
1541
1523
|
status: NotRequired[FargateProfileStatusType]
|
|
1542
|
-
tags: NotRequired[
|
|
1524
|
+
tags: NotRequired[dict[str, str]]
|
|
1543
1525
|
health: NotRequired[FargateProfileHealthTypeDef]
|
|
1544
1526
|
|
|
1545
1527
|
|
|
@@ -1559,7 +1541,7 @@ class DescribeIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
|
1559
1541
|
|
|
1560
1542
|
|
|
1561
1543
|
class ListInsightsResponseTypeDef(TypedDict):
|
|
1562
|
-
insights:
|
|
1544
|
+
insights: list[InsightSummaryTypeDef]
|
|
1563
1545
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1564
1546
|
nextToken: NotRequired[str]
|
|
1565
1547
|
|
|
@@ -1575,20 +1557,20 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1575
1557
|
status: NotRequired[NodegroupStatusType]
|
|
1576
1558
|
capacityType: NotRequired[CapacityTypesType]
|
|
1577
1559
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1578
|
-
instanceTypes: NotRequired[
|
|
1579
|
-
subnets: NotRequired[
|
|
1560
|
+
instanceTypes: NotRequired[list[str]]
|
|
1561
|
+
subnets: NotRequired[list[str]]
|
|
1580
1562
|
remoteAccess: NotRequired[RemoteAccessConfigOutputTypeDef]
|
|
1581
1563
|
amiType: NotRequired[AMITypesType]
|
|
1582
1564
|
nodeRole: NotRequired[str]
|
|
1583
|
-
labels: NotRequired[
|
|
1584
|
-
taints: NotRequired[
|
|
1565
|
+
labels: NotRequired[dict[str, str]]
|
|
1566
|
+
taints: NotRequired[list[TaintTypeDef]]
|
|
1585
1567
|
resources: NotRequired[NodegroupResourcesTypeDef]
|
|
1586
1568
|
diskSize: NotRequired[int]
|
|
1587
1569
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1588
1570
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1589
1571
|
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1590
1572
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1591
|
-
tags: NotRequired[
|
|
1573
|
+
tags: NotRequired[dict[str, str]]
|
|
1592
1574
|
|
|
1593
1575
|
|
|
1594
1576
|
class LoggingTypeDef(TypedDict):
|
|
@@ -1612,8 +1594,8 @@ ClusterTypeDef = TypedDict(
|
|
|
1612
1594
|
"certificateAuthority": NotRequired[CertificateTypeDef],
|
|
1613
1595
|
"clientRequestToken": NotRequired[str],
|
|
1614
1596
|
"platformVersion": NotRequired[str],
|
|
1615
|
-
"tags": NotRequired[
|
|
1616
|
-
"encryptionConfig": NotRequired[
|
|
1597
|
+
"tags": NotRequired[dict[str, str]],
|
|
1598
|
+
"encryptionConfig": NotRequired[list[EncryptionConfigOutputTypeDef]],
|
|
1617
1599
|
"connectorConfig": NotRequired[ConnectorConfigResponseTypeDef],
|
|
1618
1600
|
"id": NotRequired[str],
|
|
1619
1601
|
"health": NotRequired[ClusterHealthTypeDef],
|
|
@@ -1640,7 +1622,7 @@ class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
|
1640
1622
|
|
|
1641
1623
|
class AssociateIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
1642
1624
|
update: UpdateTypeDef
|
|
1643
|
-
tags:
|
|
1625
|
+
tags: dict[str, str]
|
|
1644
1626
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1645
1627
|
|
|
1646
1628
|
|
|
@@ -1695,7 +1677,7 @@ class DescribeAddonResponseTypeDef(TypedDict):
|
|
|
1695
1677
|
|
|
1696
1678
|
|
|
1697
1679
|
class DescribeAddonVersionsResponseTypeDef(TypedDict):
|
|
1698
|
-
addons:
|
|
1680
|
+
addons: list[AddonInfoTypeDef]
|
|
1699
1681
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1700
1682
|
nextToken: NotRequired[str]
|
|
1701
1683
|
|
|
@@ -1712,8 +1694,8 @@ InsightTypeDef = TypedDict(
|
|
|
1712
1694
|
"description": NotRequired[str],
|
|
1713
1695
|
"insightStatus": NotRequired[InsightStatusTypeDef],
|
|
1714
1696
|
"recommendation": NotRequired[str],
|
|
1715
|
-
"additionalInfo": NotRequired[
|
|
1716
|
-
"resources": NotRequired[
|
|
1697
|
+
"additionalInfo": NotRequired[dict[str, str]],
|
|
1698
|
+
"resources": NotRequired[list[InsightResourceDetailTypeDef]],
|
|
1717
1699
|
"categorySpecificSummary": NotRequired[InsightCategorySpecificSummaryTypeDef],
|
|
1718
1700
|
},
|
|
1719
1701
|
)
|