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.pyi
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,
|
|
@@ -57,6 +59,7 @@ __all__ = (
|
|
|
57
59
|
"AccessPolicyTypeDef",
|
|
58
60
|
"AccessScopeOutputTypeDef",
|
|
59
61
|
"AccessScopeTypeDef",
|
|
62
|
+
"AddonCompatibilityDetailTypeDef",
|
|
60
63
|
"AddonHealthTypeDef",
|
|
61
64
|
"AddonInfoTypeDef",
|
|
62
65
|
"AddonIssueTypeDef",
|
|
@@ -120,30 +123,26 @@ __all__ = (
|
|
|
120
123
|
"DescribeAccessEntryResponseTypeDef",
|
|
121
124
|
"DescribeAddonConfigurationRequestRequestTypeDef",
|
|
122
125
|
"DescribeAddonConfigurationResponseTypeDef",
|
|
123
|
-
"DescribeAddonRequestAddonActiveWaitTypeDef",
|
|
124
|
-
"DescribeAddonRequestAddonDeletedWaitTypeDef",
|
|
125
126
|
"DescribeAddonRequestRequestTypeDef",
|
|
127
|
+
"DescribeAddonRequestWaitTypeDef",
|
|
126
128
|
"DescribeAddonResponseTypeDef",
|
|
127
|
-
"
|
|
129
|
+
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
128
130
|
"DescribeAddonVersionsRequestRequestTypeDef",
|
|
129
131
|
"DescribeAddonVersionsResponseTypeDef",
|
|
130
|
-
"DescribeClusterRequestClusterActiveWaitTypeDef",
|
|
131
|
-
"DescribeClusterRequestClusterDeletedWaitTypeDef",
|
|
132
132
|
"DescribeClusterRequestRequestTypeDef",
|
|
133
|
+
"DescribeClusterRequestWaitTypeDef",
|
|
133
134
|
"DescribeClusterResponseTypeDef",
|
|
134
135
|
"DescribeEksAnywhereSubscriptionRequestRequestTypeDef",
|
|
135
136
|
"DescribeEksAnywhereSubscriptionResponseTypeDef",
|
|
136
|
-
"DescribeFargateProfileRequestFargateProfileActiveWaitTypeDef",
|
|
137
|
-
"DescribeFargateProfileRequestFargateProfileDeletedWaitTypeDef",
|
|
138
137
|
"DescribeFargateProfileRequestRequestTypeDef",
|
|
138
|
+
"DescribeFargateProfileRequestWaitTypeDef",
|
|
139
139
|
"DescribeFargateProfileResponseTypeDef",
|
|
140
140
|
"DescribeIdentityProviderConfigRequestRequestTypeDef",
|
|
141
141
|
"DescribeIdentityProviderConfigResponseTypeDef",
|
|
142
142
|
"DescribeInsightRequestRequestTypeDef",
|
|
143
143
|
"DescribeInsightResponseTypeDef",
|
|
144
|
-
"DescribeNodegroupRequestNodegroupActiveWaitTypeDef",
|
|
145
|
-
"DescribeNodegroupRequestNodegroupDeletedWaitTypeDef",
|
|
146
144
|
"DescribeNodegroupRequestRequestTypeDef",
|
|
145
|
+
"DescribeNodegroupRequestWaitTypeDef",
|
|
147
146
|
"DescribeNodegroupResponseTypeDef",
|
|
148
147
|
"DescribePodIdentityAssociationRequestRequestTypeDef",
|
|
149
148
|
"DescribePodIdentityAssociationResponseTypeDef",
|
|
@@ -178,42 +177,42 @@ __all__ = (
|
|
|
178
177
|
"KubernetesNetworkConfigRequestTypeDef",
|
|
179
178
|
"KubernetesNetworkConfigResponseTypeDef",
|
|
180
179
|
"LaunchTemplateSpecificationTypeDef",
|
|
181
|
-
"
|
|
180
|
+
"ListAccessEntriesRequestPaginateTypeDef",
|
|
182
181
|
"ListAccessEntriesRequestRequestTypeDef",
|
|
183
182
|
"ListAccessEntriesResponseTypeDef",
|
|
184
|
-
"
|
|
183
|
+
"ListAccessPoliciesRequestPaginateTypeDef",
|
|
185
184
|
"ListAccessPoliciesRequestRequestTypeDef",
|
|
186
185
|
"ListAccessPoliciesResponseTypeDef",
|
|
187
|
-
"
|
|
186
|
+
"ListAddonsRequestPaginateTypeDef",
|
|
188
187
|
"ListAddonsRequestRequestTypeDef",
|
|
189
188
|
"ListAddonsResponseTypeDef",
|
|
190
|
-
"
|
|
189
|
+
"ListAssociatedAccessPoliciesRequestPaginateTypeDef",
|
|
191
190
|
"ListAssociatedAccessPoliciesRequestRequestTypeDef",
|
|
192
191
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
193
|
-
"
|
|
192
|
+
"ListClustersRequestPaginateTypeDef",
|
|
194
193
|
"ListClustersRequestRequestTypeDef",
|
|
195
194
|
"ListClustersResponseTypeDef",
|
|
196
|
-
"
|
|
195
|
+
"ListEksAnywhereSubscriptionsRequestPaginateTypeDef",
|
|
197
196
|
"ListEksAnywhereSubscriptionsRequestRequestTypeDef",
|
|
198
197
|
"ListEksAnywhereSubscriptionsResponseTypeDef",
|
|
199
|
-
"
|
|
198
|
+
"ListFargateProfilesRequestPaginateTypeDef",
|
|
200
199
|
"ListFargateProfilesRequestRequestTypeDef",
|
|
201
200
|
"ListFargateProfilesResponseTypeDef",
|
|
202
|
-
"
|
|
201
|
+
"ListIdentityProviderConfigsRequestPaginateTypeDef",
|
|
203
202
|
"ListIdentityProviderConfigsRequestRequestTypeDef",
|
|
204
203
|
"ListIdentityProviderConfigsResponseTypeDef",
|
|
205
|
-
"
|
|
204
|
+
"ListInsightsRequestPaginateTypeDef",
|
|
206
205
|
"ListInsightsRequestRequestTypeDef",
|
|
207
206
|
"ListInsightsResponseTypeDef",
|
|
208
|
-
"
|
|
207
|
+
"ListNodegroupsRequestPaginateTypeDef",
|
|
209
208
|
"ListNodegroupsRequestRequestTypeDef",
|
|
210
209
|
"ListNodegroupsResponseTypeDef",
|
|
211
|
-
"
|
|
210
|
+
"ListPodIdentityAssociationsRequestPaginateTypeDef",
|
|
212
211
|
"ListPodIdentityAssociationsRequestRequestTypeDef",
|
|
213
212
|
"ListPodIdentityAssociationsResponseTypeDef",
|
|
214
213
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
215
214
|
"ListTagsForResourceResponseTypeDef",
|
|
216
|
-
"
|
|
215
|
+
"ListUpdatesRequestPaginateTypeDef",
|
|
217
216
|
"ListUpdatesRequestRequestTypeDef",
|
|
218
217
|
"ListUpdatesResponseTypeDef",
|
|
219
218
|
"LogSetupOutputTypeDef",
|
|
@@ -294,11 +293,11 @@ AccessEntryTypeDef = TypedDict(
|
|
|
294
293
|
{
|
|
295
294
|
"clusterName": NotRequired[str],
|
|
296
295
|
"principalArn": NotRequired[str],
|
|
297
|
-
"kubernetesGroups": NotRequired[
|
|
296
|
+
"kubernetesGroups": NotRequired[list[str]],
|
|
298
297
|
"accessEntryArn": NotRequired[str],
|
|
299
298
|
"createdAt": NotRequired[datetime],
|
|
300
299
|
"modifiedAt": NotRequired[datetime],
|
|
301
|
-
"tags": NotRequired[
|
|
300
|
+
"tags": NotRequired[dict[str, str]],
|
|
302
301
|
"username": NotRequired[str],
|
|
303
302
|
"type": NotRequired[str],
|
|
304
303
|
},
|
|
@@ -312,7 +311,7 @@ AccessScopeOutputTypeDef = TypedDict(
|
|
|
312
311
|
"AccessScopeOutputTypeDef",
|
|
313
312
|
{
|
|
314
313
|
"type": NotRequired[AccessScopeTypeType],
|
|
315
|
-
"namespaces": NotRequired[
|
|
314
|
+
"namespaces": NotRequired[list[str]],
|
|
316
315
|
},
|
|
317
316
|
)
|
|
318
317
|
AccessScopeTypeDef = TypedDict(
|
|
@@ -323,10 +322,14 @@ AccessScopeTypeDef = TypedDict(
|
|
|
323
322
|
},
|
|
324
323
|
)
|
|
325
324
|
|
|
325
|
+
class AddonCompatibilityDetailTypeDef(TypedDict):
|
|
326
|
+
name: NotRequired[str]
|
|
327
|
+
compatibleVersions: NotRequired[list[str]]
|
|
328
|
+
|
|
326
329
|
class AddonIssueTypeDef(TypedDict):
|
|
327
330
|
code: NotRequired[AddonIssueCodeType]
|
|
328
331
|
message: NotRequired[str]
|
|
329
|
-
resourceIds: NotRequired[
|
|
332
|
+
resourceIds: NotRequired[list[str]]
|
|
330
333
|
|
|
331
334
|
class MarketplaceInformationTypeDef(TypedDict):
|
|
332
335
|
productId: NotRequired[str]
|
|
@@ -338,17 +341,17 @@ class AddonPodIdentityAssociationsTypeDef(TypedDict):
|
|
|
338
341
|
|
|
339
342
|
class AddonPodIdentityConfigurationTypeDef(TypedDict):
|
|
340
343
|
serviceAccount: NotRequired[str]
|
|
341
|
-
recommendedManagedPolicies: NotRequired[
|
|
344
|
+
recommendedManagedPolicies: NotRequired[list[str]]
|
|
342
345
|
|
|
343
346
|
class CompatibilityTypeDef(TypedDict):
|
|
344
347
|
clusterVersion: NotRequired[str]
|
|
345
|
-
platformVersions: NotRequired[
|
|
348
|
+
platformVersions: NotRequired[list[str]]
|
|
346
349
|
defaultVersion: NotRequired[bool]
|
|
347
350
|
|
|
348
351
|
class ResponseMetadataTypeDef(TypedDict):
|
|
349
352
|
RequestId: str
|
|
350
353
|
HTTPStatusCode: int
|
|
351
|
-
HTTPHeaders:
|
|
354
|
+
HTTPHeaders: dict[str, str]
|
|
352
355
|
RetryAttempts: int
|
|
353
356
|
HostId: NotRequired[str]
|
|
354
357
|
|
|
@@ -379,11 +382,11 @@ class ClientStatTypeDef(TypedDict):
|
|
|
379
382
|
class ClusterIssueTypeDef(TypedDict):
|
|
380
383
|
code: NotRequired[ClusterIssueCodeType]
|
|
381
384
|
message: NotRequired[str]
|
|
382
|
-
resourceIds: NotRequired[
|
|
385
|
+
resourceIds: NotRequired[list[str]]
|
|
383
386
|
|
|
384
387
|
class ComputeConfigResponseTypeDef(TypedDict):
|
|
385
388
|
enabled: NotRequired[bool]
|
|
386
|
-
nodePools: NotRequired[
|
|
389
|
+
nodePools: NotRequired[list[str]]
|
|
387
390
|
nodeRoleArn: NotRequired[str]
|
|
388
391
|
|
|
389
392
|
class ConnectorConfigResponseTypeDef(TypedDict):
|
|
@@ -397,13 +400,13 @@ class UpgradePolicyResponseTypeDef(TypedDict):
|
|
|
397
400
|
supportType: NotRequired[SupportTypeType]
|
|
398
401
|
|
|
399
402
|
class VpcConfigResponseTypeDef(TypedDict):
|
|
400
|
-
subnetIds: NotRequired[
|
|
401
|
-
securityGroupIds: NotRequired[
|
|
403
|
+
subnetIds: NotRequired[list[str]]
|
|
404
|
+
securityGroupIds: NotRequired[list[str]]
|
|
402
405
|
clusterSecurityGroupId: NotRequired[str]
|
|
403
406
|
vpcId: NotRequired[str]
|
|
404
407
|
endpointPublicAccess: NotRequired[bool]
|
|
405
408
|
endpointPrivateAccess: NotRequired[bool]
|
|
406
|
-
publicAccessCidrs: NotRequired[
|
|
409
|
+
publicAccessCidrs: NotRequired[list[str]]
|
|
407
410
|
|
|
408
411
|
class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
409
412
|
enabled: NotRequired[bool]
|
|
@@ -502,7 +505,7 @@ class PodIdentityAssociationTypeDef(TypedDict):
|
|
|
502
505
|
roleArn: NotRequired[str]
|
|
503
506
|
associationArn: NotRequired[str]
|
|
504
507
|
associationId: NotRequired[str]
|
|
505
|
-
tags: NotRequired[
|
|
508
|
+
tags: NotRequired[dict[str, str]]
|
|
506
509
|
createdAt: NotRequired[datetime]
|
|
507
510
|
modifiedAt: NotRequired[datetime]
|
|
508
511
|
ownerArn: NotRequired[str]
|
|
@@ -549,14 +552,14 @@ class DescribeAddonConfigurationRequestRequestTypeDef(TypedDict):
|
|
|
549
552
|
addonName: str
|
|
550
553
|
addonVersion: str
|
|
551
554
|
|
|
552
|
-
class WaiterConfigTypeDef(TypedDict):
|
|
553
|
-
Delay: NotRequired[int]
|
|
554
|
-
MaxAttempts: NotRequired[int]
|
|
555
|
-
|
|
556
555
|
class DescribeAddonRequestRequestTypeDef(TypedDict):
|
|
557
556
|
clusterName: str
|
|
558
557
|
addonName: str
|
|
559
558
|
|
|
559
|
+
class WaiterConfigTypeDef(TypedDict):
|
|
560
|
+
Delay: NotRequired[int]
|
|
561
|
+
MaxAttempts: NotRequired[int]
|
|
562
|
+
|
|
560
563
|
class PaginatorConfigTypeDef(TypedDict):
|
|
561
564
|
MaxItems: NotRequired[int]
|
|
562
565
|
PageSize: NotRequired[int]
|
|
@@ -632,16 +635,16 @@ class ProviderTypeDef(TypedDict):
|
|
|
632
635
|
class ErrorDetailTypeDef(TypedDict):
|
|
633
636
|
errorCode: NotRequired[ErrorCodeType]
|
|
634
637
|
errorMessage: NotRequired[str]
|
|
635
|
-
resourceIds: NotRequired[
|
|
638
|
+
resourceIds: NotRequired[list[str]]
|
|
636
639
|
|
|
637
640
|
class FargateProfileIssueTypeDef(TypedDict):
|
|
638
641
|
code: NotRequired[FargateProfileIssueCodeType]
|
|
639
642
|
message: NotRequired[str]
|
|
640
|
-
resourceIds: NotRequired[
|
|
643
|
+
resourceIds: NotRequired[list[str]]
|
|
641
644
|
|
|
642
645
|
class FargateProfileSelectorOutputTypeDef(TypedDict):
|
|
643
646
|
namespace: NotRequired[str]
|
|
644
|
-
labels: NotRequired[
|
|
647
|
+
labels: NotRequired[dict[str, str]]
|
|
645
648
|
|
|
646
649
|
class FargateProfileSelectorTypeDef(TypedDict):
|
|
647
650
|
namespace: NotRequired[str]
|
|
@@ -657,8 +660,8 @@ class OidcIdentityProviderConfigTypeDef(TypedDict):
|
|
|
657
660
|
usernamePrefix: NotRequired[str]
|
|
658
661
|
groupsClaim: NotRequired[str]
|
|
659
662
|
groupsPrefix: NotRequired[str]
|
|
660
|
-
requiredClaims: NotRequired[
|
|
661
|
-
tags: NotRequired[
|
|
663
|
+
requiredClaims: NotRequired[dict[str, str]]
|
|
664
|
+
tags: NotRequired[dict[str, str]]
|
|
662
665
|
status: NotRequired[ConfigStatusType]
|
|
663
666
|
|
|
664
667
|
class OIDCTypeDef(TypedDict):
|
|
@@ -676,7 +679,7 @@ class InsightsFilterTypeDef(TypedDict):
|
|
|
676
679
|
class IssueTypeDef(TypedDict):
|
|
677
680
|
code: NotRequired[NodegroupIssueCodeType]
|
|
678
681
|
message: NotRequired[str]
|
|
679
|
-
resourceIds: NotRequired[
|
|
682
|
+
resourceIds: NotRequired[list[str]]
|
|
680
683
|
|
|
681
684
|
class ListAccessEntriesRequestRequestTypeDef(TypedDict):
|
|
682
685
|
clusterName: str
|
|
@@ -752,7 +755,7 @@ class ListUpdatesRequestRequestTypeDef(TypedDict):
|
|
|
752
755
|
LogSetupOutputTypeDef = TypedDict(
|
|
753
756
|
"LogSetupOutputTypeDef",
|
|
754
757
|
{
|
|
755
|
-
"types": NotRequired[
|
|
758
|
+
"types": NotRequired[list[LogTypeType]],
|
|
756
759
|
"enabled": NotRequired[bool],
|
|
757
760
|
},
|
|
758
761
|
)
|
|
@@ -766,13 +769,13 @@ LogSetupTypeDef = TypedDict(
|
|
|
766
769
|
|
|
767
770
|
class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
768
771
|
ec2SshKey: NotRequired[str]
|
|
769
|
-
sourceSecurityGroups: NotRequired[
|
|
772
|
+
sourceSecurityGroups: NotRequired[list[str]]
|
|
770
773
|
|
|
771
774
|
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
772
|
-
cidrs: NotRequired[
|
|
775
|
+
cidrs: NotRequired[list[str]]
|
|
773
776
|
|
|
774
777
|
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
775
|
-
cidrs: NotRequired[
|
|
778
|
+
cidrs: NotRequired[list[str]]
|
|
776
779
|
|
|
777
780
|
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
778
781
|
cidrs: NotRequired[Sequence[str]]
|
|
@@ -843,7 +846,7 @@ class AssociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
843
846
|
accessScope: AccessScopeTypeDef
|
|
844
847
|
|
|
845
848
|
class AddonHealthTypeDef(TypedDict):
|
|
846
|
-
issues: NotRequired[
|
|
849
|
+
issues: NotRequired[list[AddonIssueTypeDef]]
|
|
847
850
|
|
|
848
851
|
class CreateAddonRequestRequestTypeDef(TypedDict):
|
|
849
852
|
clusterName: str
|
|
@@ -868,9 +871,9 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
868
871
|
|
|
869
872
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
870
873
|
addonVersion: NotRequired[str]
|
|
871
|
-
architecture: NotRequired[
|
|
872
|
-
computeTypes: NotRequired[
|
|
873
|
-
compatibilities: NotRequired[
|
|
874
|
+
architecture: NotRequired[list[str]]
|
|
875
|
+
computeTypes: NotRequired[list[str]]
|
|
876
|
+
compatibilities: NotRequired[list[CompatibilityTypeDef]]
|
|
874
877
|
requiresConfiguration: NotRequired[bool]
|
|
875
878
|
requiresIamPermissions: NotRequired[bool]
|
|
876
879
|
|
|
@@ -886,45 +889,45 @@ class DescribeAddonConfigurationResponseTypeDef(TypedDict):
|
|
|
886
889
|
addonName: str
|
|
887
890
|
addonVersion: str
|
|
888
891
|
configurationSchema: str
|
|
889
|
-
podIdentityConfiguration:
|
|
892
|
+
podIdentityConfiguration: list[AddonPodIdentityConfigurationTypeDef]
|
|
890
893
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
891
894
|
|
|
892
895
|
class ListAccessEntriesResponseTypeDef(TypedDict):
|
|
893
|
-
accessEntries:
|
|
896
|
+
accessEntries: list[str]
|
|
894
897
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
895
898
|
nextToken: NotRequired[str]
|
|
896
899
|
|
|
897
900
|
class ListAccessPoliciesResponseTypeDef(TypedDict):
|
|
898
|
-
accessPolicies:
|
|
901
|
+
accessPolicies: list[AccessPolicyTypeDef]
|
|
899
902
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
900
903
|
nextToken: NotRequired[str]
|
|
901
904
|
|
|
902
905
|
class ListAddonsResponseTypeDef(TypedDict):
|
|
903
|
-
addons:
|
|
906
|
+
addons: list[str]
|
|
904
907
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
905
908
|
nextToken: NotRequired[str]
|
|
906
909
|
|
|
907
910
|
class ListClustersResponseTypeDef(TypedDict):
|
|
908
|
-
clusters:
|
|
911
|
+
clusters: list[str]
|
|
909
912
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
910
913
|
nextToken: NotRequired[str]
|
|
911
914
|
|
|
912
915
|
class ListFargateProfilesResponseTypeDef(TypedDict):
|
|
913
|
-
fargateProfileNames:
|
|
916
|
+
fargateProfileNames: list[str]
|
|
914
917
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
915
918
|
nextToken: NotRequired[str]
|
|
916
919
|
|
|
917
920
|
class ListNodegroupsResponseTypeDef(TypedDict):
|
|
918
|
-
nodegroups:
|
|
921
|
+
nodegroups: list[str]
|
|
919
922
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
920
923
|
nextToken: NotRequired[str]
|
|
921
924
|
|
|
922
925
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
923
|
-
tags:
|
|
926
|
+
tags: dict[str, str]
|
|
924
927
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
925
928
|
|
|
926
929
|
class ListUpdatesResponseTypeDef(TypedDict):
|
|
927
|
-
updateIds:
|
|
930
|
+
updateIds: list[str]
|
|
928
931
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
929
932
|
nextToken: NotRequired[str]
|
|
930
933
|
|
|
@@ -939,7 +942,7 @@ class AssociateIdentityProviderConfigRequestRequestTypeDef(TypedDict):
|
|
|
939
942
|
clientRequestToken: NotRequired[str]
|
|
940
943
|
|
|
941
944
|
class NodegroupResourcesTypeDef(TypedDict):
|
|
942
|
-
autoScalingGroups: NotRequired[
|
|
945
|
+
autoScalingGroups: NotRequired[list[AutoScalingGroupTypeDef]]
|
|
943
946
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
944
947
|
|
|
945
948
|
class StorageConfigRequestTypeDef(TypedDict):
|
|
@@ -953,10 +956,10 @@ class DeprecationDetailTypeDef(TypedDict):
|
|
|
953
956
|
replacedWith: NotRequired[str]
|
|
954
957
|
stopServingVersion: NotRequired[str]
|
|
955
958
|
startServingReplacementVersion: NotRequired[str]
|
|
956
|
-
clientStats: NotRequired[
|
|
959
|
+
clientStats: NotRequired[list[ClientStatTypeDef]]
|
|
957
960
|
|
|
958
961
|
class ClusterHealthTypeDef(TypedDict):
|
|
959
|
-
issues: NotRequired[
|
|
962
|
+
issues: NotRequired[list[ClusterIssueTypeDef]]
|
|
960
963
|
|
|
961
964
|
class RegisterClusterRequestRequestTypeDef(TypedDict):
|
|
962
965
|
name: str
|
|
@@ -970,7 +973,7 @@ class OutpostConfigRequestTypeDef(TypedDict):
|
|
|
970
973
|
controlPlanePlacement: NotRequired[ControlPlanePlacementRequestTypeDef]
|
|
971
974
|
|
|
972
975
|
class OutpostConfigResponseTypeDef(TypedDict):
|
|
973
|
-
outpostArns:
|
|
976
|
+
outpostArns: list[str]
|
|
974
977
|
controlPlaneInstanceType: str
|
|
975
978
|
controlPlanePlacement: NotRequired[ControlPlanePlacementResponseTypeDef]
|
|
976
979
|
|
|
@@ -996,8 +999,8 @@ EksAnywhereSubscriptionTypeDef = TypedDict(
|
|
|
996
999
|
"term": NotRequired[EksAnywhereSubscriptionTermTypeDef],
|
|
997
1000
|
"status": NotRequired[str],
|
|
998
1001
|
"autoRenew": NotRequired[bool],
|
|
999
|
-
"licenseArns": NotRequired[
|
|
1000
|
-
"tags": NotRequired[
|
|
1002
|
+
"licenseArns": NotRequired[list[str]],
|
|
1003
|
+
"tags": NotRequired[dict[str, str]],
|
|
1001
1004
|
},
|
|
1002
1005
|
)
|
|
1003
1006
|
|
|
@@ -1051,46 +1054,27 @@ class UpdatePodIdentityAssociationResponseTypeDef(TypedDict):
|
|
|
1051
1054
|
association: PodIdentityAssociationTypeDef
|
|
1052
1055
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1053
1056
|
|
|
1054
|
-
class
|
|
1055
|
-
clusterName: str
|
|
1056
|
-
addonName: str
|
|
1057
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1058
|
-
|
|
1059
|
-
class DescribeAddonRequestAddonDeletedWaitTypeDef(TypedDict):
|
|
1057
|
+
class DescribeAddonRequestWaitTypeDef(TypedDict):
|
|
1060
1058
|
clusterName: str
|
|
1061
1059
|
addonName: str
|
|
1062
1060
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1063
1061
|
|
|
1064
|
-
class
|
|
1062
|
+
class DescribeClusterRequestWaitTypeDef(TypedDict):
|
|
1065
1063
|
name: str
|
|
1066
1064
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1067
1065
|
|
|
1068
|
-
class
|
|
1069
|
-
name: str
|
|
1070
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1071
|
-
|
|
1072
|
-
class DescribeFargateProfileRequestFargateProfileActiveWaitTypeDef(TypedDict):
|
|
1066
|
+
class DescribeFargateProfileRequestWaitTypeDef(TypedDict):
|
|
1073
1067
|
clusterName: str
|
|
1074
1068
|
fargateProfileName: str
|
|
1075
1069
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1076
1070
|
|
|
1077
|
-
class
|
|
1078
|
-
clusterName: str
|
|
1079
|
-
fargateProfileName: str
|
|
1080
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1081
|
-
|
|
1082
|
-
class DescribeNodegroupRequestNodegroupActiveWaitTypeDef(TypedDict):
|
|
1083
|
-
clusterName: str
|
|
1084
|
-
nodegroupName: str
|
|
1085
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1086
|
-
|
|
1087
|
-
class DescribeNodegroupRequestNodegroupDeletedWaitTypeDef(TypedDict):
|
|
1071
|
+
class DescribeNodegroupRequestWaitTypeDef(TypedDict):
|
|
1088
1072
|
clusterName: str
|
|
1089
1073
|
nodegroupName: str
|
|
1090
1074
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
1091
1075
|
|
|
1092
|
-
|
|
1093
|
-
"
|
|
1076
|
+
DescribeAddonVersionsRequestPaginateTypeDef = TypedDict(
|
|
1077
|
+
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
1094
1078
|
{
|
|
1095
1079
|
"kubernetesVersion": NotRequired[str],
|
|
1096
1080
|
"addonName": NotRequired[str],
|
|
@@ -1101,50 +1085,50 @@ DescribeAddonVersionsRequestDescribeAddonVersionsPaginateTypeDef = TypedDict(
|
|
|
1101
1085
|
},
|
|
1102
1086
|
)
|
|
1103
1087
|
|
|
1104
|
-
class
|
|
1088
|
+
class ListAccessEntriesRequestPaginateTypeDef(TypedDict):
|
|
1105
1089
|
clusterName: str
|
|
1106
1090
|
associatedPolicyArn: NotRequired[str]
|
|
1107
1091
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1108
1092
|
|
|
1109
|
-
class
|
|
1093
|
+
class ListAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
1110
1094
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1111
1095
|
|
|
1112
|
-
class
|
|
1096
|
+
class ListAddonsRequestPaginateTypeDef(TypedDict):
|
|
1113
1097
|
clusterName: str
|
|
1114
1098
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1115
1099
|
|
|
1116
|
-
class
|
|
1100
|
+
class ListAssociatedAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
1117
1101
|
clusterName: str
|
|
1118
1102
|
principalArn: str
|
|
1119
1103
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1120
1104
|
|
|
1121
|
-
class
|
|
1105
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
1122
1106
|
include: NotRequired[Sequence[str]]
|
|
1123
1107
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1124
1108
|
|
|
1125
|
-
class
|
|
1109
|
+
class ListEksAnywhereSubscriptionsRequestPaginateTypeDef(TypedDict):
|
|
1126
1110
|
includeStatus: NotRequired[Sequence[EksAnywhereSubscriptionStatusType]]
|
|
1127
1111
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1128
1112
|
|
|
1129
|
-
class
|
|
1113
|
+
class ListFargateProfilesRequestPaginateTypeDef(TypedDict):
|
|
1130
1114
|
clusterName: str
|
|
1131
1115
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1132
1116
|
|
|
1133
|
-
class
|
|
1117
|
+
class ListIdentityProviderConfigsRequestPaginateTypeDef(TypedDict):
|
|
1134
1118
|
clusterName: str
|
|
1135
1119
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1136
1120
|
|
|
1137
|
-
class
|
|
1121
|
+
class ListNodegroupsRequestPaginateTypeDef(TypedDict):
|
|
1138
1122
|
clusterName: str
|
|
1139
1123
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1140
1124
|
|
|
1141
|
-
class
|
|
1125
|
+
class ListPodIdentityAssociationsRequestPaginateTypeDef(TypedDict):
|
|
1142
1126
|
clusterName: str
|
|
1143
1127
|
namespace: NotRequired[str]
|
|
1144
1128
|
serviceAccount: NotRequired[str]
|
|
1145
1129
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1146
1130
|
|
|
1147
|
-
class
|
|
1131
|
+
class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
1148
1132
|
name: str
|
|
1149
1133
|
nodegroupName: NotRequired[str]
|
|
1150
1134
|
addonName: NotRequired[str]
|
|
@@ -1160,7 +1144,7 @@ class DisassociateIdentityProviderConfigRequestRequestTypeDef(TypedDict):
|
|
|
1160
1144
|
clientRequestToken: NotRequired[str]
|
|
1161
1145
|
|
|
1162
1146
|
class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
1163
|
-
identityProviderConfigs:
|
|
1147
|
+
identityProviderConfigs: list[IdentityProviderConfigTypeDef]
|
|
1164
1148
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1165
1149
|
nextToken: NotRequired[str]
|
|
1166
1150
|
|
|
@@ -1176,7 +1160,7 @@ class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
|
1176
1160
|
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1177
1161
|
|
|
1178
1162
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1179
|
-
resources: NotRequired[
|
|
1163
|
+
resources: NotRequired[list[str]]
|
|
1180
1164
|
provider: NotRequired[ProviderTypeDef]
|
|
1181
1165
|
|
|
1182
1166
|
class EncryptionConfigTypeDef(TypedDict):
|
|
@@ -1184,7 +1168,7 @@ class EncryptionConfigTypeDef(TypedDict):
|
|
|
1184
1168
|
provider: NotRequired[ProviderTypeDef]
|
|
1185
1169
|
|
|
1186
1170
|
class FargateProfileHealthTypeDef(TypedDict):
|
|
1187
|
-
issues: NotRequired[
|
|
1171
|
+
issues: NotRequired[list[FargateProfileIssueTypeDef]]
|
|
1188
1172
|
|
|
1189
1173
|
FargateProfileSelectorUnionTypeDef = Union[
|
|
1190
1174
|
FargateProfileSelectorTypeDef, FargateProfileSelectorOutputTypeDef
|
|
@@ -1214,8 +1198,8 @@ InsightSummaryTypeDef = TypedDict(
|
|
|
1214
1198
|
"insightStatus": NotRequired[InsightStatusTypeDef],
|
|
1215
1199
|
},
|
|
1216
1200
|
)
|
|
1217
|
-
|
|
1218
|
-
"
|
|
1201
|
+
ListInsightsRequestPaginateTypeDef = TypedDict(
|
|
1202
|
+
"ListInsightsRequestPaginateTypeDef",
|
|
1219
1203
|
{
|
|
1220
1204
|
"clusterName": str,
|
|
1221
1205
|
"filter": NotRequired[InsightsFilterTypeDef],
|
|
@@ -1233,21 +1217,21 @@ ListInsightsRequestRequestTypeDef = TypedDict(
|
|
|
1233
1217
|
)
|
|
1234
1218
|
|
|
1235
1219
|
class NodegroupHealthTypeDef(TypedDict):
|
|
1236
|
-
issues: NotRequired[
|
|
1220
|
+
issues: NotRequired[list[IssueTypeDef]]
|
|
1237
1221
|
|
|
1238
1222
|
class ListPodIdentityAssociationsResponseTypeDef(TypedDict):
|
|
1239
|
-
associations:
|
|
1223
|
+
associations: list[PodIdentityAssociationSummaryTypeDef]
|
|
1240
1224
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1241
1225
|
nextToken: NotRequired[str]
|
|
1242
1226
|
|
|
1243
1227
|
class LoggingOutputTypeDef(TypedDict):
|
|
1244
|
-
clusterLogging: NotRequired[
|
|
1228
|
+
clusterLogging: NotRequired[list[LogSetupOutputTypeDef]]
|
|
1245
1229
|
|
|
1246
1230
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1247
1231
|
|
|
1248
1232
|
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1249
|
-
remoteNodeNetworks: NotRequired[
|
|
1250
|
-
remotePodNetworks: NotRequired[
|
|
1233
|
+
remoteNodeNetworks: NotRequired[list[RemoteNodeNetworkOutputTypeDef]]
|
|
1234
|
+
remotePodNetworks: NotRequired[list[RemotePodNetworkOutputTypeDef]]
|
|
1251
1235
|
|
|
1252
1236
|
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
1253
1237
|
RemotePodNetworkUnionTypeDef = Union[RemotePodNetworkTypeDef, RemotePodNetworkOutputTypeDef]
|
|
@@ -1257,9 +1241,9 @@ UpdateTypeDef = TypedDict(
|
|
|
1257
1241
|
"id": NotRequired[str],
|
|
1258
1242
|
"status": NotRequired[UpdateStatusType],
|
|
1259
1243
|
"type": NotRequired[UpdateTypeType],
|
|
1260
|
-
"params": NotRequired[
|
|
1244
|
+
"params": NotRequired[list[UpdateParamTypeDef]],
|
|
1261
1245
|
"createdAt": NotRequired[datetime],
|
|
1262
|
-
"errors": NotRequired[
|
|
1246
|
+
"errors": NotRequired[list[ErrorDetailTypeDef]],
|
|
1263
1247
|
},
|
|
1264
1248
|
)
|
|
1265
1249
|
|
|
@@ -1272,7 +1256,7 @@ class AssociateAccessPolicyResponseTypeDef(TypedDict):
|
|
|
1272
1256
|
class ListAssociatedAccessPoliciesResponseTypeDef(TypedDict):
|
|
1273
1257
|
clusterName: str
|
|
1274
1258
|
principalArn: str
|
|
1275
|
-
associatedAccessPolicies:
|
|
1259
|
+
associatedAccessPolicies: list[AssociatedAccessPolicyTypeDef]
|
|
1276
1260
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1277
1261
|
nextToken: NotRequired[str]
|
|
1278
1262
|
|
|
@@ -1286,19 +1270,19 @@ class AddonTypeDef(TypedDict):
|
|
|
1286
1270
|
createdAt: NotRequired[datetime]
|
|
1287
1271
|
modifiedAt: NotRequired[datetime]
|
|
1288
1272
|
serviceAccountRoleArn: NotRequired[str]
|
|
1289
|
-
tags: NotRequired[
|
|
1273
|
+
tags: NotRequired[dict[str, str]]
|
|
1290
1274
|
publisher: NotRequired[str]
|
|
1291
1275
|
owner: NotRequired[str]
|
|
1292
1276
|
marketplaceInformation: NotRequired[MarketplaceInformationTypeDef]
|
|
1293
1277
|
configurationValues: NotRequired[str]
|
|
1294
|
-
podIdentityAssociations: NotRequired[
|
|
1278
|
+
podIdentityAssociations: NotRequired[list[str]]
|
|
1295
1279
|
|
|
1296
1280
|
AddonInfoTypeDef = TypedDict(
|
|
1297
1281
|
"AddonInfoTypeDef",
|
|
1298
1282
|
{
|
|
1299
1283
|
"addonName": NotRequired[str],
|
|
1300
1284
|
"type": NotRequired[str],
|
|
1301
|
-
"addonVersions": NotRequired[
|
|
1285
|
+
"addonVersions": NotRequired[list[AddonVersionInfoTypeDef]],
|
|
1302
1286
|
"publisher": NotRequired[str],
|
|
1303
1287
|
"owner": NotRequired[str],
|
|
1304
1288
|
"marketplaceInformation": NotRequired[MarketplaceInformationTypeDef],
|
|
@@ -1306,7 +1290,8 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1306
1290
|
)
|
|
1307
1291
|
|
|
1308
1292
|
class InsightCategorySpecificSummaryTypeDef(TypedDict):
|
|
1309
|
-
deprecationDetails: NotRequired[
|
|
1293
|
+
deprecationDetails: NotRequired[list[DeprecationDetailTypeDef]]
|
|
1294
|
+
addonCompatibilityDetails: NotRequired[list[AddonCompatibilityDetailTypeDef]]
|
|
1310
1295
|
|
|
1311
1296
|
class CreateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
1312
1297
|
subscription: EksAnywhereSubscriptionTypeDef
|
|
@@ -1321,7 +1306,7 @@ class DescribeEksAnywhereSubscriptionResponseTypeDef(TypedDict):
|
|
|
1321
1306
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1322
1307
|
|
|
1323
1308
|
class ListEksAnywhereSubscriptionsResponseTypeDef(TypedDict):
|
|
1324
|
-
subscriptions:
|
|
1309
|
+
subscriptions: list[EksAnywhereSubscriptionTypeDef]
|
|
1325
1310
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1326
1311
|
nextToken: NotRequired[str]
|
|
1327
1312
|
|
|
@@ -1347,10 +1332,10 @@ class FargateProfileTypeDef(TypedDict):
|
|
|
1347
1332
|
clusterName: NotRequired[str]
|
|
1348
1333
|
createdAt: NotRequired[datetime]
|
|
1349
1334
|
podExecutionRoleArn: NotRequired[str]
|
|
1350
|
-
subnets: NotRequired[
|
|
1351
|
-
selectors: NotRequired[
|
|
1335
|
+
subnets: NotRequired[list[str]]
|
|
1336
|
+
selectors: NotRequired[list[FargateProfileSelectorOutputTypeDef]]
|
|
1352
1337
|
status: NotRequired[FargateProfileStatusType]
|
|
1353
|
-
tags: NotRequired[
|
|
1338
|
+
tags: NotRequired[dict[str, str]]
|
|
1354
1339
|
health: NotRequired[FargateProfileHealthTypeDef]
|
|
1355
1340
|
|
|
1356
1341
|
class CreateFargateProfileRequestRequestTypeDef(TypedDict):
|
|
@@ -1367,7 +1352,7 @@ class DescribeIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
|
1367
1352
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1368
1353
|
|
|
1369
1354
|
class ListInsightsResponseTypeDef(TypedDict):
|
|
1370
|
-
insights:
|
|
1355
|
+
insights: list[InsightSummaryTypeDef]
|
|
1371
1356
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1372
1357
|
nextToken: NotRequired[str]
|
|
1373
1358
|
|
|
@@ -1382,20 +1367,20 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1382
1367
|
status: NotRequired[NodegroupStatusType]
|
|
1383
1368
|
capacityType: NotRequired[CapacityTypesType]
|
|
1384
1369
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1385
|
-
instanceTypes: NotRequired[
|
|
1386
|
-
subnets: NotRequired[
|
|
1370
|
+
instanceTypes: NotRequired[list[str]]
|
|
1371
|
+
subnets: NotRequired[list[str]]
|
|
1387
1372
|
remoteAccess: NotRequired[RemoteAccessConfigOutputTypeDef]
|
|
1388
1373
|
amiType: NotRequired[AMITypesType]
|
|
1389
1374
|
nodeRole: NotRequired[str]
|
|
1390
|
-
labels: NotRequired[
|
|
1391
|
-
taints: NotRequired[
|
|
1375
|
+
labels: NotRequired[dict[str, str]]
|
|
1376
|
+
taints: NotRequired[list[TaintTypeDef]]
|
|
1392
1377
|
resources: NotRequired[NodegroupResourcesTypeDef]
|
|
1393
1378
|
diskSize: NotRequired[int]
|
|
1394
1379
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1395
1380
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1396
1381
|
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1397
1382
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1398
|
-
tags: NotRequired[
|
|
1383
|
+
tags: NotRequired[dict[str, str]]
|
|
1399
1384
|
|
|
1400
1385
|
class LoggingTypeDef(TypedDict):
|
|
1401
1386
|
clusterLogging: NotRequired[Sequence[LogSetupUnionTypeDef]]
|
|
@@ -1417,8 +1402,8 @@ ClusterTypeDef = TypedDict(
|
|
|
1417
1402
|
"certificateAuthority": NotRequired[CertificateTypeDef],
|
|
1418
1403
|
"clientRequestToken": NotRequired[str],
|
|
1419
1404
|
"platformVersion": NotRequired[str],
|
|
1420
|
-
"tags": NotRequired[
|
|
1421
|
-
"encryptionConfig": NotRequired[
|
|
1405
|
+
"tags": NotRequired[dict[str, str]],
|
|
1406
|
+
"encryptionConfig": NotRequired[list[EncryptionConfigOutputTypeDef]],
|
|
1422
1407
|
"connectorConfig": NotRequired[ConnectorConfigResponseTypeDef],
|
|
1423
1408
|
"id": NotRequired[str],
|
|
1424
1409
|
"health": NotRequired[ClusterHealthTypeDef],
|
|
@@ -1442,7 +1427,7 @@ class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
|
1442
1427
|
|
|
1443
1428
|
class AssociateIdentityProviderConfigResponseTypeDef(TypedDict):
|
|
1444
1429
|
update: UpdateTypeDef
|
|
1445
|
-
tags:
|
|
1430
|
+
tags: dict[str, str]
|
|
1446
1431
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1447
1432
|
|
|
1448
1433
|
class DescribeUpdateResponseTypeDef(TypedDict):
|
|
@@ -1486,7 +1471,7 @@ class DescribeAddonResponseTypeDef(TypedDict):
|
|
|
1486
1471
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1487
1472
|
|
|
1488
1473
|
class DescribeAddonVersionsResponseTypeDef(TypedDict):
|
|
1489
|
-
addons:
|
|
1474
|
+
addons: list[AddonInfoTypeDef]
|
|
1490
1475
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1491
1476
|
nextToken: NotRequired[str]
|
|
1492
1477
|
|
|
@@ -1502,8 +1487,8 @@ InsightTypeDef = TypedDict(
|
|
|
1502
1487
|
"description": NotRequired[str],
|
|
1503
1488
|
"insightStatus": NotRequired[InsightStatusTypeDef],
|
|
1504
1489
|
"recommendation": NotRequired[str],
|
|
1505
|
-
"additionalInfo": NotRequired[
|
|
1506
|
-
"resources": NotRequired[
|
|
1490
|
+
"additionalInfo": NotRequired[dict[str, str]],
|
|
1491
|
+
"resources": NotRequired[list[InsightResourceDetailTypeDef]],
|
|
1507
1492
|
"categorySpecificSummary": NotRequired[InsightCategorySpecificSummaryTypeDef],
|
|
1508
1493
|
},
|
|
1509
1494
|
)
|