mypy-boto3-eks 1.34.73__py3-none-any.whl → 1.34.129__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.
@@ -14,7 +14,7 @@ Usage::
14
14
 
15
15
  import sys
16
16
  from datetime import datetime
17
- from typing import Dict, List, Mapping, Sequence
17
+ from typing import Dict, List, Mapping, Sequence, Union
18
18
 
19
19
  from .literals import (
20
20
  AccessScopeTypeType,
@@ -25,9 +25,11 @@ from .literals import (
25
25
  CapacityTypesType,
26
26
  ClusterIssueCodeType,
27
27
  ClusterStatusType,
28
+ ConfigStatusType,
28
29
  ConnectorConfigProviderType,
29
30
  EksAnywhereSubscriptionStatusType,
30
31
  ErrorCodeType,
32
+ FargateProfileIssueCodeType,
31
33
  FargateProfileStatusType,
32
34
  InsightStatusValueType,
33
35
  IpFamilyType,
@@ -39,7 +41,6 @@ from .literals import (
39
41
  UpdateParamTypeType,
40
42
  UpdateStatusType,
41
43
  UpdateTypeType,
42
- configStatusType,
43
44
  )
44
45
 
45
46
  if sys.version_info >= (3, 12):
@@ -59,10 +60,13 @@ __all__ = (
59
60
  "AccessConfigResponseTypeDef",
60
61
  "AccessEntryTypeDef",
61
62
  "AccessPolicyTypeDef",
62
- "AccessScopePaginatorTypeDef",
63
+ "AccessScopeExtraOutputTypeDef",
64
+ "AccessScopeOutputTypeDef",
63
65
  "AccessScopeTypeDef",
64
66
  "AddonIssueTypeDef",
65
67
  "MarketplaceInformationTypeDef",
68
+ "AddonPodIdentityAssociationsTypeDef",
69
+ "AddonPodIdentityConfigurationTypeDef",
66
70
  "CompatibilityTypeDef",
67
71
  "ResponseMetadataTypeDef",
68
72
  "OidcIdentityProviderConfigRequestTypeDef",
@@ -78,11 +82,9 @@ __all__ = (
78
82
  "ControlPlanePlacementResponseTypeDef",
79
83
  "CreateAccessConfigRequestTypeDef",
80
84
  "CreateAccessEntryRequestRequestTypeDef",
81
- "CreateAddonRequestRequestTypeDef",
82
85
  "KubernetesNetworkConfigRequestTypeDef",
83
86
  "VpcConfigRequestTypeDef",
84
87
  "EksAnywhereSubscriptionTermTypeDef",
85
- "FargateProfileSelectorTypeDef",
86
88
  "LaunchTemplateSpecificationTypeDef",
87
89
  "NodegroupScalingConfigTypeDef",
88
90
  "NodegroupUpdateConfigTypeDef",
@@ -115,6 +117,9 @@ __all__ = (
115
117
  "DisassociateAccessPolicyRequestRequestTypeDef",
116
118
  "ProviderTypeDef",
117
119
  "ErrorDetailTypeDef",
120
+ "FargateProfileIssueTypeDef",
121
+ "FargateProfileSelectorOutputTypeDef",
122
+ "FargateProfileSelectorTypeDef",
118
123
  "OidcIdentityProviderConfigTypeDef",
119
124
  "OIDCTypeDef",
120
125
  "InsightStatusTypeDef",
@@ -133,21 +138,24 @@ __all__ = (
133
138
  "PodIdentityAssociationSummaryTypeDef",
134
139
  "ListTagsForResourceRequestRequestTypeDef",
135
140
  "ListUpdatesRequestRequestTypeDef",
141
+ "LogSetupOutputTypeDef",
136
142
  "LogSetupTypeDef",
143
+ "RemoteAccessConfigOutputTypeDef",
137
144
  "TagResourceRequestRequestTypeDef",
138
145
  "UntagResourceRequestRequestTypeDef",
139
146
  "UpdateAccessConfigRequestTypeDef",
140
147
  "UpdateAccessEntryRequestRequestTypeDef",
141
- "UpdateAddonRequestRequestTypeDef",
142
148
  "UpdateClusterVersionRequestRequestTypeDef",
143
149
  "UpdateEksAnywhereSubscriptionRequestRequestTypeDef",
144
150
  "UpdateLabelsPayloadTypeDef",
145
151
  "UpdateParamTypeDef",
146
152
  "UpdatePodIdentityAssociationRequestRequestTypeDef",
147
- "AssociatedAccessPolicyPaginatorTypeDef",
148
- "AssociateAccessPolicyRequestRequestTypeDef",
149
153
  "AssociatedAccessPolicyTypeDef",
154
+ "AccessScopeUnionTypeDef",
155
+ "AssociateAccessPolicyRequestRequestTypeDef",
150
156
  "AddonHealthTypeDef",
157
+ "CreateAddonRequestRequestTypeDef",
158
+ "UpdateAddonRequestRequestTypeDef",
151
159
  "AddonVersionInfoTypeDef",
152
160
  "CreateAccessEntryResponseTypeDef",
153
161
  "DescribeAccessEntryResponseTypeDef",
@@ -170,8 +178,6 @@ __all__ = (
170
178
  "OutpostConfigResponseTypeDef",
171
179
  "CreateEksAnywhereSubscriptionRequestRequestTypeDef",
172
180
  "EksAnywhereSubscriptionTypeDef",
173
- "CreateFargateProfileRequestRequestTypeDef",
174
- "FargateProfileTypeDef",
175
181
  "UpdateNodegroupVersionRequestRequestTypeDef",
176
182
  "CreateNodegroupRequestRequestTypeDef",
177
183
  "UpdateTaintsPayloadTypeDef",
@@ -202,7 +208,10 @@ __all__ = (
202
208
  "DescribeIdentityProviderConfigRequestRequestTypeDef",
203
209
  "DisassociateIdentityProviderConfigRequestRequestTypeDef",
204
210
  "ListIdentityProviderConfigsResponseTypeDef",
211
+ "EncryptionConfigOutputTypeDef",
205
212
  "EncryptionConfigTypeDef",
213
+ "FargateProfileHealthTypeDef",
214
+ "FargateProfileSelectorUnionTypeDef",
206
215
  "IdentityProviderConfigResponseTypeDef",
207
216
  "IdentityTypeDef",
208
217
  "InsightResourceDetailTypeDef",
@@ -211,9 +220,10 @@ __all__ = (
211
220
  "ListInsightsRequestRequestTypeDef",
212
221
  "NodegroupHealthTypeDef",
213
222
  "ListPodIdentityAssociationsResponseTypeDef",
223
+ "LoggingOutputTypeDef",
214
224
  "LoggingTypeDef",
225
+ "RemoteAccessConfigUnionTypeDef",
215
226
  "UpdateTypeDef",
216
- "ListAssociatedAccessPoliciesResponsePaginatorTypeDef",
217
227
  "AssociateAccessPolicyResponseTypeDef",
218
228
  "ListAssociatedAccessPoliciesResponseTypeDef",
219
229
  "AddonTypeDef",
@@ -224,16 +234,15 @@ __all__ = (
224
234
  "DescribeEksAnywhereSubscriptionResponseTypeDef",
225
235
  "ListEksAnywhereSubscriptionsResponseTypeDef",
226
236
  "UpdateEksAnywhereSubscriptionResponseTypeDef",
227
- "CreateFargateProfileResponseTypeDef",
228
- "DeleteFargateProfileResponseTypeDef",
229
- "DescribeFargateProfileResponseTypeDef",
230
237
  "UpdateNodegroupConfigRequestRequestTypeDef",
231
- "AssociateEncryptionConfigRequestRequestTypeDef",
238
+ "EncryptionConfigUnionTypeDef",
239
+ "FargateProfileTypeDef",
240
+ "CreateFargateProfileRequestRequestTypeDef",
232
241
  "DescribeIdentityProviderConfigResponseTypeDef",
233
242
  "ListInsightsResponseTypeDef",
234
243
  "NodegroupTypeDef",
235
244
  "ClusterTypeDef",
236
- "CreateClusterRequestRequestTypeDef",
245
+ "LoggingUnionTypeDef",
237
246
  "UpdateClusterConfigRequestRequestTypeDef",
238
247
  "AssociateEncryptionConfigResponseTypeDef",
239
248
  "AssociateIdentityProviderConfigResponseTypeDef",
@@ -249,6 +258,11 @@ __all__ = (
249
258
  "DescribeAddonResponseTypeDef",
250
259
  "DescribeAddonVersionsResponseTypeDef",
251
260
  "InsightTypeDef",
261
+ "AssociateEncryptionConfigRequestRequestTypeDef",
262
+ "CreateClusterRequestRequestTypeDef",
263
+ "CreateFargateProfileResponseTypeDef",
264
+ "DeleteFargateProfileResponseTypeDef",
265
+ "DescribeFargateProfileResponseTypeDef",
252
266
  "CreateNodegroupResponseTypeDef",
253
267
  "DeleteNodegroupResponseTypeDef",
254
268
  "DescribeNodegroupResponseTypeDef",
@@ -288,8 +302,15 @@ AccessPolicyTypeDef = TypedDict(
288
302
  "arn": NotRequired[str],
289
303
  },
290
304
  )
291
- AccessScopePaginatorTypeDef = TypedDict(
292
- "AccessScopePaginatorTypeDef",
305
+ AccessScopeExtraOutputTypeDef = TypedDict(
306
+ "AccessScopeExtraOutputTypeDef",
307
+ {
308
+ "type": NotRequired[AccessScopeTypeType],
309
+ "namespaces": NotRequired[List[str]],
310
+ },
311
+ )
312
+ AccessScopeOutputTypeDef = TypedDict(
313
+ "AccessScopeOutputTypeDef",
293
314
  {
294
315
  "type": NotRequired[AccessScopeTypeType],
295
316
  "namespaces": NotRequired[List[str]],
@@ -317,6 +338,20 @@ MarketplaceInformationTypeDef = TypedDict(
317
338
  "productUrl": NotRequired[str],
318
339
  },
319
340
  )
341
+ AddonPodIdentityAssociationsTypeDef = TypedDict(
342
+ "AddonPodIdentityAssociationsTypeDef",
343
+ {
344
+ "serviceAccount": str,
345
+ "roleArn": str,
346
+ },
347
+ )
348
+ AddonPodIdentityConfigurationTypeDef = TypedDict(
349
+ "AddonPodIdentityConfigurationTypeDef",
350
+ {
351
+ "serviceAccount": NotRequired[str],
352
+ "recommendedManagedPolicies": NotRequired[List[str]],
353
+ },
354
+ )
320
355
  CompatibilityTypeDef = TypedDict(
321
356
  "CompatibilityTypeDef",
322
357
  {
@@ -444,19 +479,6 @@ CreateAccessEntryRequestRequestTypeDef = TypedDict(
444
479
  "type": NotRequired[str],
445
480
  },
446
481
  )
447
- CreateAddonRequestRequestTypeDef = TypedDict(
448
- "CreateAddonRequestRequestTypeDef",
449
- {
450
- "clusterName": str,
451
- "addonName": str,
452
- "addonVersion": NotRequired[str],
453
- "serviceAccountRoleArn": NotRequired[str],
454
- "resolveConflicts": NotRequired[ResolveConflictsType],
455
- "clientRequestToken": NotRequired[str],
456
- "tags": NotRequired[Mapping[str, str]],
457
- "configurationValues": NotRequired[str],
458
- },
459
- )
460
482
  KubernetesNetworkConfigRequestTypeDef = TypedDict(
461
483
  "KubernetesNetworkConfigRequestTypeDef",
462
484
  {
@@ -481,13 +503,6 @@ EksAnywhereSubscriptionTermTypeDef = TypedDict(
481
503
  "unit": NotRequired[Literal["MONTHS"]],
482
504
  },
483
505
  )
484
- FargateProfileSelectorTypeDef = TypedDict(
485
- "FargateProfileSelectorTypeDef",
486
- {
487
- "namespace": NotRequired[str],
488
- "labels": NotRequired[Mapping[str, str]],
489
- },
490
- )
491
506
  LaunchTemplateSpecificationTypeDef = TypedDict(
492
507
  "LaunchTemplateSpecificationTypeDef",
493
508
  {
@@ -549,6 +564,7 @@ PodIdentityAssociationTypeDef = TypedDict(
549
564
  "tags": NotRequired[Dict[str, str]],
550
565
  "createdAt": NotRequired[datetime],
551
566
  "modifiedAt": NotRequired[datetime],
567
+ "ownerArn": NotRequired[str],
552
568
  },
553
569
  )
554
570
  DeleteAccessEntryRequestRequestTypeDef = TypedDict(
@@ -731,6 +747,28 @@ ErrorDetailTypeDef = TypedDict(
731
747
  "resourceIds": NotRequired[List[str]],
732
748
  },
733
749
  )
750
+ FargateProfileIssueTypeDef = TypedDict(
751
+ "FargateProfileIssueTypeDef",
752
+ {
753
+ "code": NotRequired[FargateProfileIssueCodeType],
754
+ "message": NotRequired[str],
755
+ "resourceIds": NotRequired[List[str]],
756
+ },
757
+ )
758
+ FargateProfileSelectorOutputTypeDef = TypedDict(
759
+ "FargateProfileSelectorOutputTypeDef",
760
+ {
761
+ "namespace": NotRequired[str],
762
+ "labels": NotRequired[Dict[str, str]],
763
+ },
764
+ )
765
+ FargateProfileSelectorTypeDef = TypedDict(
766
+ "FargateProfileSelectorTypeDef",
767
+ {
768
+ "namespace": NotRequired[str],
769
+ "labels": NotRequired[Mapping[str, str]],
770
+ },
771
+ )
734
772
  OidcIdentityProviderConfigTypeDef = TypedDict(
735
773
  "OidcIdentityProviderConfigTypeDef",
736
774
  {
@@ -745,7 +783,7 @@ OidcIdentityProviderConfigTypeDef = TypedDict(
745
783
  "groupsPrefix": NotRequired[str],
746
784
  "requiredClaims": NotRequired[Dict[str, str]],
747
785
  "tags": NotRequired[Dict[str, str]],
748
- "status": NotRequired[configStatusType],
786
+ "status": NotRequired[ConfigStatusType],
749
787
  },
750
788
  )
751
789
  OIDCTypeDef = TypedDict(
@@ -868,6 +906,7 @@ PodIdentityAssociationSummaryTypeDef = TypedDict(
868
906
  "serviceAccount": NotRequired[str],
869
907
  "associationArn": NotRequired[str],
870
908
  "associationId": NotRequired[str],
909
+ "ownerArn": NotRequired[str],
871
910
  },
872
911
  )
873
912
  ListTagsForResourceRequestRequestTypeDef = TypedDict(
@@ -886,6 +925,13 @@ ListUpdatesRequestRequestTypeDef = TypedDict(
886
925
  "maxResults": NotRequired[int],
887
926
  },
888
927
  )
928
+ LogSetupOutputTypeDef = TypedDict(
929
+ "LogSetupOutputTypeDef",
930
+ {
931
+ "types": NotRequired[List[LogTypeType]],
932
+ "enabled": NotRequired[bool],
933
+ },
934
+ )
889
935
  LogSetupTypeDef = TypedDict(
890
936
  "LogSetupTypeDef",
891
937
  {
@@ -893,6 +939,13 @@ LogSetupTypeDef = TypedDict(
893
939
  "enabled": NotRequired[bool],
894
940
  },
895
941
  )
942
+ RemoteAccessConfigOutputTypeDef = TypedDict(
943
+ "RemoteAccessConfigOutputTypeDef",
944
+ {
945
+ "ec2SshKey": NotRequired[str],
946
+ "sourceSecurityGroups": NotRequired[List[str]],
947
+ },
948
+ )
896
949
  TagResourceRequestRequestTypeDef = TypedDict(
897
950
  "TagResourceRequestRequestTypeDef",
898
951
  {
@@ -923,18 +976,6 @@ UpdateAccessEntryRequestRequestTypeDef = TypedDict(
923
976
  "username": NotRequired[str],
924
977
  },
925
978
  )
926
- UpdateAddonRequestRequestTypeDef = TypedDict(
927
- "UpdateAddonRequestRequestTypeDef",
928
- {
929
- "clusterName": str,
930
- "addonName": str,
931
- "addonVersion": NotRequired[str],
932
- "serviceAccountRoleArn": NotRequired[str],
933
- "resolveConflicts": NotRequired[ResolveConflictsType],
934
- "clientRequestToken": NotRequired[str],
935
- "configurationValues": NotRequired[str],
936
- },
937
- )
938
979
  UpdateClusterVersionRequestRequestTypeDef = TypedDict(
939
980
  "UpdateClusterVersionRequestRequestTypeDef",
940
981
  {
@@ -974,15 +1015,16 @@ UpdatePodIdentityAssociationRequestRequestTypeDef = TypedDict(
974
1015
  "clientRequestToken": NotRequired[str],
975
1016
  },
976
1017
  )
977
- AssociatedAccessPolicyPaginatorTypeDef = TypedDict(
978
- "AssociatedAccessPolicyPaginatorTypeDef",
1018
+ AssociatedAccessPolicyTypeDef = TypedDict(
1019
+ "AssociatedAccessPolicyTypeDef",
979
1020
  {
980
1021
  "policyArn": NotRequired[str],
981
- "accessScope": NotRequired[AccessScopePaginatorTypeDef],
1022
+ "accessScope": NotRequired[AccessScopeOutputTypeDef],
982
1023
  "associatedAt": NotRequired[datetime],
983
1024
  "modifiedAt": NotRequired[datetime],
984
1025
  },
985
1026
  )
1027
+ AccessScopeUnionTypeDef = Union[AccessScopeTypeDef, AccessScopeExtraOutputTypeDef]
986
1028
  AssociateAccessPolicyRequestRequestTypeDef = TypedDict(
987
1029
  "AssociateAccessPolicyRequestRequestTypeDef",
988
1030
  {
@@ -992,21 +1034,39 @@ AssociateAccessPolicyRequestRequestTypeDef = TypedDict(
992
1034
  "accessScope": AccessScopeTypeDef,
993
1035
  },
994
1036
  )
995
- AssociatedAccessPolicyTypeDef = TypedDict(
996
- "AssociatedAccessPolicyTypeDef",
997
- {
998
- "policyArn": NotRequired[str],
999
- "accessScope": NotRequired[AccessScopeTypeDef],
1000
- "associatedAt": NotRequired[datetime],
1001
- "modifiedAt": NotRequired[datetime],
1002
- },
1003
- )
1004
1037
  AddonHealthTypeDef = TypedDict(
1005
1038
  "AddonHealthTypeDef",
1006
1039
  {
1007
1040
  "issues": NotRequired[List[AddonIssueTypeDef]],
1008
1041
  },
1009
1042
  )
1043
+ CreateAddonRequestRequestTypeDef = TypedDict(
1044
+ "CreateAddonRequestRequestTypeDef",
1045
+ {
1046
+ "clusterName": str,
1047
+ "addonName": str,
1048
+ "addonVersion": NotRequired[str],
1049
+ "serviceAccountRoleArn": NotRequired[str],
1050
+ "resolveConflicts": NotRequired[ResolveConflictsType],
1051
+ "clientRequestToken": NotRequired[str],
1052
+ "tags": NotRequired[Mapping[str, str]],
1053
+ "configurationValues": NotRequired[str],
1054
+ "podIdentityAssociations": NotRequired[Sequence[AddonPodIdentityAssociationsTypeDef]],
1055
+ },
1056
+ )
1057
+ UpdateAddonRequestRequestTypeDef = TypedDict(
1058
+ "UpdateAddonRequestRequestTypeDef",
1059
+ {
1060
+ "clusterName": str,
1061
+ "addonName": str,
1062
+ "addonVersion": NotRequired[str],
1063
+ "serviceAccountRoleArn": NotRequired[str],
1064
+ "resolveConflicts": NotRequired[ResolveConflictsType],
1065
+ "clientRequestToken": NotRequired[str],
1066
+ "configurationValues": NotRequired[str],
1067
+ "podIdentityAssociations": NotRequired[Sequence[AddonPodIdentityAssociationsTypeDef]],
1068
+ },
1069
+ )
1010
1070
  AddonVersionInfoTypeDef = TypedDict(
1011
1071
  "AddonVersionInfoTypeDef",
1012
1072
  {
@@ -1014,6 +1074,7 @@ AddonVersionInfoTypeDef = TypedDict(
1014
1074
  "architecture": NotRequired[List[str]],
1015
1075
  "compatibilities": NotRequired[List[CompatibilityTypeDef]],
1016
1076
  "requiresConfiguration": NotRequired[bool],
1077
+ "requiresIamPermissions": NotRequired[bool],
1017
1078
  },
1018
1079
  )
1019
1080
  CreateAccessEntryResponseTypeDef = TypedDict(
@@ -1036,6 +1097,7 @@ DescribeAddonConfigurationResponseTypeDef = TypedDict(
1036
1097
  "addonName": str,
1037
1098
  "addonVersion": str,
1038
1099
  "configurationSchema": str,
1100
+ "podIdentityConfiguration": List[AddonPodIdentityConfigurationTypeDef],
1039
1101
  "ResponseMetadata": ResponseMetadataTypeDef,
1040
1102
  },
1041
1103
  )
@@ -1195,32 +1257,6 @@ EksAnywhereSubscriptionTypeDef = TypedDict(
1195
1257
  "tags": NotRequired[Dict[str, str]],
1196
1258
  },
1197
1259
  )
1198
- CreateFargateProfileRequestRequestTypeDef = TypedDict(
1199
- "CreateFargateProfileRequestRequestTypeDef",
1200
- {
1201
- "fargateProfileName": str,
1202
- "clusterName": str,
1203
- "podExecutionRoleArn": str,
1204
- "subnets": NotRequired[Sequence[str]],
1205
- "selectors": NotRequired[Sequence[FargateProfileSelectorTypeDef]],
1206
- "clientRequestToken": NotRequired[str],
1207
- "tags": NotRequired[Mapping[str, str]],
1208
- },
1209
- )
1210
- FargateProfileTypeDef = TypedDict(
1211
- "FargateProfileTypeDef",
1212
- {
1213
- "fargateProfileName": NotRequired[str],
1214
- "fargateProfileArn": NotRequired[str],
1215
- "clusterName": NotRequired[str],
1216
- "createdAt": NotRequired[datetime],
1217
- "podExecutionRoleArn": NotRequired[str],
1218
- "subnets": NotRequired[List[str]],
1219
- "selectors": NotRequired[List[FargateProfileSelectorTypeDef]],
1220
- "status": NotRequired[FargateProfileStatusType],
1221
- "tags": NotRequired[Dict[str, str]],
1222
- },
1223
- )
1224
1260
  UpdateNodegroupVersionRequestRequestTypeDef = TypedDict(
1225
1261
  "UpdateNodegroupVersionRequestRequestTypeDef",
1226
1262
  {
@@ -1469,6 +1505,13 @@ ListIdentityProviderConfigsResponseTypeDef = TypedDict(
1469
1505
  "ResponseMetadata": ResponseMetadataTypeDef,
1470
1506
  },
1471
1507
  )
1508
+ EncryptionConfigOutputTypeDef = TypedDict(
1509
+ "EncryptionConfigOutputTypeDef",
1510
+ {
1511
+ "resources": NotRequired[List[str]],
1512
+ "provider": NotRequired[ProviderTypeDef],
1513
+ },
1514
+ )
1472
1515
  EncryptionConfigTypeDef = TypedDict(
1473
1516
  "EncryptionConfigTypeDef",
1474
1517
  {
@@ -1476,6 +1519,15 @@ EncryptionConfigTypeDef = TypedDict(
1476
1519
  "provider": NotRequired[ProviderTypeDef],
1477
1520
  },
1478
1521
  )
1522
+ FargateProfileHealthTypeDef = TypedDict(
1523
+ "FargateProfileHealthTypeDef",
1524
+ {
1525
+ "issues": NotRequired[List[FargateProfileIssueTypeDef]],
1526
+ },
1527
+ )
1528
+ FargateProfileSelectorUnionTypeDef = Union[
1529
+ FargateProfileSelectorTypeDef, FargateProfileSelectorOutputTypeDef
1530
+ ]
1479
1531
  IdentityProviderConfigResponseTypeDef = TypedDict(
1480
1532
  "IdentityProviderConfigResponseTypeDef",
1481
1533
  {
@@ -1540,12 +1592,19 @@ ListPodIdentityAssociationsResponseTypeDef = TypedDict(
1540
1592
  "ResponseMetadata": ResponseMetadataTypeDef,
1541
1593
  },
1542
1594
  )
1595
+ LoggingOutputTypeDef = TypedDict(
1596
+ "LoggingOutputTypeDef",
1597
+ {
1598
+ "clusterLogging": NotRequired[List[LogSetupOutputTypeDef]],
1599
+ },
1600
+ )
1543
1601
  LoggingTypeDef = TypedDict(
1544
1602
  "LoggingTypeDef",
1545
1603
  {
1546
1604
  "clusterLogging": NotRequired[Sequence[LogSetupTypeDef]],
1547
1605
  },
1548
1606
  )
1607
+ RemoteAccessConfigUnionTypeDef = Union[RemoteAccessConfigTypeDef, RemoteAccessConfigOutputTypeDef]
1549
1608
  UpdateTypeDef = TypedDict(
1550
1609
  "UpdateTypeDef",
1551
1610
  {
@@ -1557,16 +1616,6 @@ UpdateTypeDef = TypedDict(
1557
1616
  "errors": NotRequired[List[ErrorDetailTypeDef]],
1558
1617
  },
1559
1618
  )
1560
- ListAssociatedAccessPoliciesResponsePaginatorTypeDef = TypedDict(
1561
- "ListAssociatedAccessPoliciesResponsePaginatorTypeDef",
1562
- {
1563
- "clusterName": str,
1564
- "principalArn": str,
1565
- "nextToken": str,
1566
- "associatedAccessPolicies": List[AssociatedAccessPolicyPaginatorTypeDef],
1567
- "ResponseMetadata": ResponseMetadataTypeDef,
1568
- },
1569
- )
1570
1619
  AssociateAccessPolicyResponseTypeDef = TypedDict(
1571
1620
  "AssociateAccessPolicyResponseTypeDef",
1572
1621
  {
@@ -1603,6 +1652,7 @@ AddonTypeDef = TypedDict(
1603
1652
  "owner": NotRequired[str],
1604
1653
  "marketplaceInformation": NotRequired[MarketplaceInformationTypeDef],
1605
1654
  "configurationValues": NotRequired[str],
1655
+ "podIdentityAssociations": NotRequired[List[str]],
1606
1656
  },
1607
1657
  )
1608
1658
  AddonInfoTypeDef = TypedDict(
@@ -1658,27 +1708,6 @@ UpdateEksAnywhereSubscriptionResponseTypeDef = TypedDict(
1658
1708
  "ResponseMetadata": ResponseMetadataTypeDef,
1659
1709
  },
1660
1710
  )
1661
- CreateFargateProfileResponseTypeDef = TypedDict(
1662
- "CreateFargateProfileResponseTypeDef",
1663
- {
1664
- "fargateProfile": FargateProfileTypeDef,
1665
- "ResponseMetadata": ResponseMetadataTypeDef,
1666
- },
1667
- )
1668
- DeleteFargateProfileResponseTypeDef = TypedDict(
1669
- "DeleteFargateProfileResponseTypeDef",
1670
- {
1671
- "fargateProfile": FargateProfileTypeDef,
1672
- "ResponseMetadata": ResponseMetadataTypeDef,
1673
- },
1674
- )
1675
- DescribeFargateProfileResponseTypeDef = TypedDict(
1676
- "DescribeFargateProfileResponseTypeDef",
1677
- {
1678
- "fargateProfile": FargateProfileTypeDef,
1679
- "ResponseMetadata": ResponseMetadataTypeDef,
1680
- },
1681
- )
1682
1711
  UpdateNodegroupConfigRequestRequestTypeDef = TypedDict(
1683
1712
  "UpdateNodegroupConfigRequestRequestTypeDef",
1684
1713
  {
@@ -1691,12 +1720,32 @@ UpdateNodegroupConfigRequestRequestTypeDef = TypedDict(
1691
1720
  "clientRequestToken": NotRequired[str],
1692
1721
  },
1693
1722
  )
1694
- AssociateEncryptionConfigRequestRequestTypeDef = TypedDict(
1695
- "AssociateEncryptionConfigRequestRequestTypeDef",
1723
+ EncryptionConfigUnionTypeDef = Union[EncryptionConfigTypeDef, EncryptionConfigOutputTypeDef]
1724
+ FargateProfileTypeDef = TypedDict(
1725
+ "FargateProfileTypeDef",
1696
1726
  {
1727
+ "fargateProfileName": NotRequired[str],
1728
+ "fargateProfileArn": NotRequired[str],
1729
+ "clusterName": NotRequired[str],
1730
+ "createdAt": NotRequired[datetime],
1731
+ "podExecutionRoleArn": NotRequired[str],
1732
+ "subnets": NotRequired[List[str]],
1733
+ "selectors": NotRequired[List[FargateProfileSelectorOutputTypeDef]],
1734
+ "status": NotRequired[FargateProfileStatusType],
1735
+ "tags": NotRequired[Dict[str, str]],
1736
+ "health": NotRequired[FargateProfileHealthTypeDef],
1737
+ },
1738
+ )
1739
+ CreateFargateProfileRequestRequestTypeDef = TypedDict(
1740
+ "CreateFargateProfileRequestRequestTypeDef",
1741
+ {
1742
+ "fargateProfileName": str,
1697
1743
  "clusterName": str,
1698
- "encryptionConfig": Sequence[EncryptionConfigTypeDef],
1744
+ "podExecutionRoleArn": str,
1745
+ "subnets": NotRequired[Sequence[str]],
1746
+ "selectors": NotRequired[Sequence[FargateProfileSelectorUnionTypeDef]],
1699
1747
  "clientRequestToken": NotRequired[str],
1748
+ "tags": NotRequired[Mapping[str, str]],
1700
1749
  },
1701
1750
  )
1702
1751
  DescribeIdentityProviderConfigResponseTypeDef = TypedDict(
@@ -1729,7 +1778,7 @@ NodegroupTypeDef = TypedDict(
1729
1778
  "scalingConfig": NotRequired[NodegroupScalingConfigTypeDef],
1730
1779
  "instanceTypes": NotRequired[List[str]],
1731
1780
  "subnets": NotRequired[List[str]],
1732
- "remoteAccess": NotRequired[RemoteAccessConfigTypeDef],
1781
+ "remoteAccess": NotRequired[RemoteAccessConfigOutputTypeDef],
1733
1782
  "amiType": NotRequired[AMITypesType],
1734
1783
  "nodeRole": NotRequired[str],
1735
1784
  "labels": NotRequired[Dict[str, str]],
@@ -1753,14 +1802,14 @@ ClusterTypeDef = TypedDict(
1753
1802
  "roleArn": NotRequired[str],
1754
1803
  "resourcesVpcConfig": NotRequired[VpcConfigResponseTypeDef],
1755
1804
  "kubernetesNetworkConfig": NotRequired[KubernetesNetworkConfigResponseTypeDef],
1756
- "logging": NotRequired[LoggingTypeDef],
1805
+ "logging": NotRequired[LoggingOutputTypeDef],
1757
1806
  "identity": NotRequired[IdentityTypeDef],
1758
1807
  "status": NotRequired[ClusterStatusType],
1759
1808
  "certificateAuthority": NotRequired[CertificateTypeDef],
1760
1809
  "clientRequestToken": NotRequired[str],
1761
1810
  "platformVersion": NotRequired[str],
1762
1811
  "tags": NotRequired[Dict[str, str]],
1763
- "encryptionConfig": NotRequired[List[EncryptionConfigTypeDef]],
1812
+ "encryptionConfig": NotRequired[List[EncryptionConfigOutputTypeDef]],
1764
1813
  "connectorConfig": NotRequired[ConnectorConfigResponseTypeDef],
1765
1814
  "id": NotRequired[str],
1766
1815
  "health": NotRequired[ClusterHealthTypeDef],
@@ -1768,22 +1817,7 @@ ClusterTypeDef = TypedDict(
1768
1817
  "accessConfig": NotRequired[AccessConfigResponseTypeDef],
1769
1818
  },
1770
1819
  )
1771
- CreateClusterRequestRequestTypeDef = TypedDict(
1772
- "CreateClusterRequestRequestTypeDef",
1773
- {
1774
- "name": str,
1775
- "roleArn": str,
1776
- "resourcesVpcConfig": VpcConfigRequestTypeDef,
1777
- "version": NotRequired[str],
1778
- "kubernetesNetworkConfig": NotRequired[KubernetesNetworkConfigRequestTypeDef],
1779
- "logging": NotRequired[LoggingTypeDef],
1780
- "clientRequestToken": NotRequired[str],
1781
- "tags": NotRequired[Mapping[str, str]],
1782
- "encryptionConfig": NotRequired[Sequence[EncryptionConfigTypeDef]],
1783
- "outpostConfig": NotRequired[OutpostConfigRequestTypeDef],
1784
- "accessConfig": NotRequired[CreateAccessConfigRequestTypeDef],
1785
- },
1786
- )
1820
+ LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
1787
1821
  UpdateClusterConfigRequestRequestTypeDef = TypedDict(
1788
1822
  "UpdateClusterConfigRequestRequestTypeDef",
1789
1823
  {
@@ -1904,6 +1938,51 @@ InsightTypeDef = TypedDict(
1904
1938
  "categorySpecificSummary": NotRequired[InsightCategorySpecificSummaryTypeDef],
1905
1939
  },
1906
1940
  )
1941
+ AssociateEncryptionConfigRequestRequestTypeDef = TypedDict(
1942
+ "AssociateEncryptionConfigRequestRequestTypeDef",
1943
+ {
1944
+ "clusterName": str,
1945
+ "encryptionConfig": Sequence[EncryptionConfigUnionTypeDef],
1946
+ "clientRequestToken": NotRequired[str],
1947
+ },
1948
+ )
1949
+ CreateClusterRequestRequestTypeDef = TypedDict(
1950
+ "CreateClusterRequestRequestTypeDef",
1951
+ {
1952
+ "name": str,
1953
+ "roleArn": str,
1954
+ "resourcesVpcConfig": VpcConfigRequestTypeDef,
1955
+ "version": NotRequired[str],
1956
+ "kubernetesNetworkConfig": NotRequired[KubernetesNetworkConfigRequestTypeDef],
1957
+ "logging": NotRequired[LoggingTypeDef],
1958
+ "clientRequestToken": NotRequired[str],
1959
+ "tags": NotRequired[Mapping[str, str]],
1960
+ "encryptionConfig": NotRequired[Sequence[EncryptionConfigUnionTypeDef]],
1961
+ "outpostConfig": NotRequired[OutpostConfigRequestTypeDef],
1962
+ "accessConfig": NotRequired[CreateAccessConfigRequestTypeDef],
1963
+ },
1964
+ )
1965
+ CreateFargateProfileResponseTypeDef = TypedDict(
1966
+ "CreateFargateProfileResponseTypeDef",
1967
+ {
1968
+ "fargateProfile": FargateProfileTypeDef,
1969
+ "ResponseMetadata": ResponseMetadataTypeDef,
1970
+ },
1971
+ )
1972
+ DeleteFargateProfileResponseTypeDef = TypedDict(
1973
+ "DeleteFargateProfileResponseTypeDef",
1974
+ {
1975
+ "fargateProfile": FargateProfileTypeDef,
1976
+ "ResponseMetadata": ResponseMetadataTypeDef,
1977
+ },
1978
+ )
1979
+ DescribeFargateProfileResponseTypeDef = TypedDict(
1980
+ "DescribeFargateProfileResponseTypeDef",
1981
+ {
1982
+ "fargateProfile": FargateProfileTypeDef,
1983
+ "ResponseMetadata": ResponseMetadataTypeDef,
1984
+ },
1985
+ )
1907
1986
  CreateNodegroupResponseTypeDef = TypedDict(
1908
1987
  "CreateNodegroupResponseTypeDef",
1909
1988
  {
mypy_boto3_eks/version.py CHANGED
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.73"
5
+ __version__ = "1.34.129"