types-boto3-eks 1.41.0__py3-none-any.whl → 1.42.3__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/__init__.py +4 -0
- types_boto3_eks/__init__.pyi +4 -0
- types_boto3_eks/__main__.py +3 -3
- types_boto3_eks/client.py +74 -0
- types_boto3_eks/client.pyi +74 -0
- types_boto3_eks/literals.py +27 -0
- types_boto3_eks/literals.pyi +27 -0
- types_boto3_eks/paginator.py +26 -0
- types_boto3_eks/paginator.pyi +23 -0
- types_boto3_eks/type_defs.py +239 -0
- types_boto3_eks/type_defs.pyi +208 -0
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.41.0.dist-info → types_boto3_eks-1.42.3.dist-info}/METADATA +6 -4
- types_boto3_eks-1.42.3.dist-info/RECORD +20 -0
- types_boto3_eks-1.41.0.dist-info/RECORD +0 -20
- {types_boto3_eks-1.41.0.dist-info → types_boto3_eks-1.42.3.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.41.0.dist-info → types_boto3_eks-1.42.3.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_eks-1.41.0.dist-info → types_boto3_eks-1.42.3.dist-info}/top_level.txt +0 -0
types_boto3_eks/type_defs.pyi
CHANGED
|
@@ -26,7 +26,11 @@ from .literals import (
|
|
|
26
26
|
AddonIssueCodeType,
|
|
27
27
|
AddonStatusType,
|
|
28
28
|
AMITypesType,
|
|
29
|
+
ArgoCdRoleType,
|
|
29
30
|
AuthenticationModeType,
|
|
31
|
+
CapabilityIssueCodeType,
|
|
32
|
+
CapabilityStatusType,
|
|
33
|
+
CapabilityTypeType,
|
|
30
34
|
CapacityTypesType,
|
|
31
35
|
CategoryType,
|
|
32
36
|
ClusterIssueCodeType,
|
|
@@ -45,8 +49,10 @@ from .literals import (
|
|
|
45
49
|
NodegroupIssueCodeType,
|
|
46
50
|
NodegroupStatusType,
|
|
47
51
|
NodegroupUpdateStrategiesType,
|
|
52
|
+
ProvisionedControlPlaneTierType,
|
|
48
53
|
RepairActionType,
|
|
49
54
|
ResolveConflictsType,
|
|
55
|
+
SsoIdentityTypeType,
|
|
50
56
|
SupportTypeType,
|
|
51
57
|
TaintEffectType,
|
|
52
58
|
UpdateParamTypeType,
|
|
@@ -77,6 +83,15 @@ __all__ = (
|
|
|
77
83
|
"AddonPodIdentityConfigurationTypeDef",
|
|
78
84
|
"AddonTypeDef",
|
|
79
85
|
"AddonVersionInfoTypeDef",
|
|
86
|
+
"ArgoCdAwsIdcConfigRequestTypeDef",
|
|
87
|
+
"ArgoCdAwsIdcConfigResponseTypeDef",
|
|
88
|
+
"ArgoCdConfigRequestTypeDef",
|
|
89
|
+
"ArgoCdConfigResponseTypeDef",
|
|
90
|
+
"ArgoCdNetworkAccessConfigRequestTypeDef",
|
|
91
|
+
"ArgoCdNetworkAccessConfigResponseTypeDef",
|
|
92
|
+
"ArgoCdRoleMappingOutputTypeDef",
|
|
93
|
+
"ArgoCdRoleMappingTypeDef",
|
|
94
|
+
"ArgoCdRoleMappingUnionTypeDef",
|
|
80
95
|
"AssociateAccessPolicyRequestTypeDef",
|
|
81
96
|
"AssociateAccessPolicyResponseTypeDef",
|
|
82
97
|
"AssociateEncryptionConfigRequestTypeDef",
|
|
@@ -86,6 +101,12 @@ __all__ = (
|
|
|
86
101
|
"AssociatedAccessPolicyTypeDef",
|
|
87
102
|
"AutoScalingGroupTypeDef",
|
|
88
103
|
"BlockStorageTypeDef",
|
|
104
|
+
"CapabilityConfigurationRequestTypeDef",
|
|
105
|
+
"CapabilityConfigurationResponseTypeDef",
|
|
106
|
+
"CapabilityHealthTypeDef",
|
|
107
|
+
"CapabilityIssueTypeDef",
|
|
108
|
+
"CapabilitySummaryTypeDef",
|
|
109
|
+
"CapabilityTypeDef",
|
|
89
110
|
"CertificateTypeDef",
|
|
90
111
|
"ClientStatTypeDef",
|
|
91
112
|
"ClusterHealthTypeDef",
|
|
@@ -99,11 +120,14 @@ __all__ = (
|
|
|
99
120
|
"ConnectorConfigResponseTypeDef",
|
|
100
121
|
"ControlPlanePlacementRequestTypeDef",
|
|
101
122
|
"ControlPlanePlacementResponseTypeDef",
|
|
123
|
+
"ControlPlaneScalingConfigTypeDef",
|
|
102
124
|
"CreateAccessConfigRequestTypeDef",
|
|
103
125
|
"CreateAccessEntryRequestTypeDef",
|
|
104
126
|
"CreateAccessEntryResponseTypeDef",
|
|
105
127
|
"CreateAddonRequestTypeDef",
|
|
106
128
|
"CreateAddonResponseTypeDef",
|
|
129
|
+
"CreateCapabilityRequestTypeDef",
|
|
130
|
+
"CreateCapabilityResponseTypeDef",
|
|
107
131
|
"CreateClusterRequestTypeDef",
|
|
108
132
|
"CreateClusterResponseTypeDef",
|
|
109
133
|
"CreateEksAnywhereSubscriptionRequestTypeDef",
|
|
@@ -117,6 +141,8 @@ __all__ = (
|
|
|
117
141
|
"DeleteAccessEntryRequestTypeDef",
|
|
118
142
|
"DeleteAddonRequestTypeDef",
|
|
119
143
|
"DeleteAddonResponseTypeDef",
|
|
144
|
+
"DeleteCapabilityRequestTypeDef",
|
|
145
|
+
"DeleteCapabilityResponseTypeDef",
|
|
120
146
|
"DeleteClusterRequestTypeDef",
|
|
121
147
|
"DeleteClusterResponseTypeDef",
|
|
122
148
|
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
@@ -141,6 +167,8 @@ __all__ = (
|
|
|
141
167
|
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
142
168
|
"DescribeAddonVersionsRequestTypeDef",
|
|
143
169
|
"DescribeAddonVersionsResponseTypeDef",
|
|
170
|
+
"DescribeCapabilityRequestTypeDef",
|
|
171
|
+
"DescribeCapabilityResponseTypeDef",
|
|
144
172
|
"DescribeClusterRequestTypeDef",
|
|
145
173
|
"DescribeClusterRequestWaitExtraTypeDef",
|
|
146
174
|
"DescribeClusterRequestWaitTypeDef",
|
|
@@ -210,6 +238,9 @@ __all__ = (
|
|
|
210
238
|
"ListAssociatedAccessPoliciesRequestPaginateTypeDef",
|
|
211
239
|
"ListAssociatedAccessPoliciesRequestTypeDef",
|
|
212
240
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
241
|
+
"ListCapabilitiesRequestPaginateTypeDef",
|
|
242
|
+
"ListCapabilitiesRequestTypeDef",
|
|
243
|
+
"ListCapabilitiesResponseTypeDef",
|
|
213
244
|
"ListClustersRequestPaginateTypeDef",
|
|
214
245
|
"ListClustersRequestTypeDef",
|
|
215
246
|
"ListClustersResponseTypeDef",
|
|
@@ -274,6 +305,7 @@ __all__ = (
|
|
|
274
305
|
"RemotePodNetworkTypeDef",
|
|
275
306
|
"RemotePodNetworkUnionTypeDef",
|
|
276
307
|
"ResponseMetadataTypeDef",
|
|
308
|
+
"SsoIdentityTypeDef",
|
|
277
309
|
"StartInsightsRefreshRequestTypeDef",
|
|
278
310
|
"StartInsightsRefreshResponseTypeDef",
|
|
279
311
|
"StorageConfigRequestTypeDef",
|
|
@@ -286,6 +318,10 @@ __all__ = (
|
|
|
286
318
|
"UpdateAccessEntryResponseTypeDef",
|
|
287
319
|
"UpdateAddonRequestTypeDef",
|
|
288
320
|
"UpdateAddonResponseTypeDef",
|
|
321
|
+
"UpdateArgoCdConfigTypeDef",
|
|
322
|
+
"UpdateCapabilityConfigurationTypeDef",
|
|
323
|
+
"UpdateCapabilityRequestTypeDef",
|
|
324
|
+
"UpdateCapabilityResponseTypeDef",
|
|
289
325
|
"UpdateClusterConfigRequestTypeDef",
|
|
290
326
|
"UpdateClusterConfigResponseTypeDef",
|
|
291
327
|
"UpdateClusterVersionRequestTypeDef",
|
|
@@ -300,6 +336,7 @@ __all__ = (
|
|
|
300
336
|
"UpdateParamTypeDef",
|
|
301
337
|
"UpdatePodIdentityAssociationRequestTypeDef",
|
|
302
338
|
"UpdatePodIdentityAssociationResponseTypeDef",
|
|
339
|
+
"UpdateRoleMappingsTypeDef",
|
|
303
340
|
"UpdateTaintsPayloadTypeDef",
|
|
304
341
|
"UpdateTypeDef",
|
|
305
342
|
"UpgradePolicyRequestTypeDef",
|
|
@@ -381,6 +418,29 @@ class CompatibilityTypeDef(TypedDict):
|
|
|
381
418
|
platformVersions: NotRequired[list[str]]
|
|
382
419
|
defaultVersion: NotRequired[bool]
|
|
383
420
|
|
|
421
|
+
class ArgoCdAwsIdcConfigRequestTypeDef(TypedDict):
|
|
422
|
+
idcInstanceArn: str
|
|
423
|
+
idcRegion: NotRequired[str]
|
|
424
|
+
|
|
425
|
+
class ArgoCdAwsIdcConfigResponseTypeDef(TypedDict):
|
|
426
|
+
idcInstanceArn: NotRequired[str]
|
|
427
|
+
idcRegion: NotRequired[str]
|
|
428
|
+
idcManagedApplicationArn: NotRequired[str]
|
|
429
|
+
|
|
430
|
+
class ArgoCdNetworkAccessConfigRequestTypeDef(TypedDict):
|
|
431
|
+
vpceIds: NotRequired[Sequence[str]]
|
|
432
|
+
|
|
433
|
+
class ArgoCdNetworkAccessConfigResponseTypeDef(TypedDict):
|
|
434
|
+
vpceIds: NotRequired[list[str]]
|
|
435
|
+
|
|
436
|
+
SsoIdentityTypeDef = TypedDict(
|
|
437
|
+
"SsoIdentityTypeDef",
|
|
438
|
+
{
|
|
439
|
+
"id": str,
|
|
440
|
+
"type": SsoIdentityTypeType,
|
|
441
|
+
},
|
|
442
|
+
)
|
|
443
|
+
|
|
384
444
|
class ResponseMetadataTypeDef(TypedDict):
|
|
385
445
|
RequestId: str
|
|
386
446
|
HTTPStatusCode: int
|
|
@@ -404,6 +464,23 @@ class AutoScalingGroupTypeDef(TypedDict):
|
|
|
404
464
|
class BlockStorageTypeDef(TypedDict):
|
|
405
465
|
enabled: NotRequired[bool]
|
|
406
466
|
|
|
467
|
+
class CapabilityIssueTypeDef(TypedDict):
|
|
468
|
+
code: NotRequired[CapabilityIssueCodeType]
|
|
469
|
+
message: NotRequired[str]
|
|
470
|
+
|
|
471
|
+
CapabilitySummaryTypeDef = TypedDict(
|
|
472
|
+
"CapabilitySummaryTypeDef",
|
|
473
|
+
{
|
|
474
|
+
"capabilityName": NotRequired[str],
|
|
475
|
+
"arn": NotRequired[str],
|
|
476
|
+
"type": NotRequired[CapabilityTypeType],
|
|
477
|
+
"status": NotRequired[CapabilityStatusType],
|
|
478
|
+
"version": NotRequired[str],
|
|
479
|
+
"createdAt": NotRequired[datetime],
|
|
480
|
+
"modifiedAt": NotRequired[datetime],
|
|
481
|
+
},
|
|
482
|
+
)
|
|
483
|
+
|
|
407
484
|
class CertificateTypeDef(TypedDict):
|
|
408
485
|
data: NotRequired[str]
|
|
409
486
|
|
|
@@ -429,6 +506,9 @@ class ConnectorConfigResponseTypeDef(TypedDict):
|
|
|
429
506
|
provider: NotRequired[str]
|
|
430
507
|
roleArn: NotRequired[str]
|
|
431
508
|
|
|
509
|
+
class ControlPlaneScalingConfigTypeDef(TypedDict):
|
|
510
|
+
tier: NotRequired[ProvisionedControlPlaneTierType]
|
|
511
|
+
|
|
432
512
|
class UpgradePolicyResponseTypeDef(TypedDict):
|
|
433
513
|
supportType: NotRequired[SupportTypeType]
|
|
434
514
|
|
|
@@ -563,6 +643,10 @@ class DeleteAddonRequestTypeDef(TypedDict):
|
|
|
563
643
|
addonName: str
|
|
564
644
|
preserve: NotRequired[bool]
|
|
565
645
|
|
|
646
|
+
class DeleteCapabilityRequestTypeDef(TypedDict):
|
|
647
|
+
clusterName: str
|
|
648
|
+
capabilityName: str
|
|
649
|
+
|
|
566
650
|
class DeleteClusterRequestTypeDef(TypedDict):
|
|
567
651
|
name: str
|
|
568
652
|
|
|
@@ -622,6 +706,10 @@ DescribeAddonVersionsRequestTypeDef = TypedDict(
|
|
|
622
706
|
},
|
|
623
707
|
)
|
|
624
708
|
|
|
709
|
+
class DescribeCapabilityRequestTypeDef(TypedDict):
|
|
710
|
+
clusterName: str
|
|
711
|
+
capabilityName: str
|
|
712
|
+
|
|
625
713
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
626
714
|
name: str
|
|
627
715
|
|
|
@@ -677,6 +765,7 @@ class DescribeUpdateRequestTypeDef(TypedDict):
|
|
|
677
765
|
updateId: str
|
|
678
766
|
nodegroupName: NotRequired[str]
|
|
679
767
|
addonName: NotRequired[str]
|
|
768
|
+
capabilityName: NotRequired[str]
|
|
680
769
|
|
|
681
770
|
class DisassociateAccessPolicyRequestTypeDef(TypedDict):
|
|
682
771
|
clusterName: str
|
|
@@ -767,6 +856,11 @@ class ListAssociatedAccessPoliciesRequestTypeDef(TypedDict):
|
|
|
767
856
|
maxResults: NotRequired[int]
|
|
768
857
|
nextToken: NotRequired[str]
|
|
769
858
|
|
|
859
|
+
class ListCapabilitiesRequestTypeDef(TypedDict):
|
|
860
|
+
clusterName: str
|
|
861
|
+
nextToken: NotRequired[str]
|
|
862
|
+
maxResults: NotRequired[int]
|
|
863
|
+
|
|
770
864
|
class ListClustersRequestTypeDef(TypedDict):
|
|
771
865
|
maxResults: NotRequired[int]
|
|
772
866
|
nextToken: NotRequired[str]
|
|
@@ -814,6 +908,7 @@ class ListUpdatesRequestTypeDef(TypedDict):
|
|
|
814
908
|
name: str
|
|
815
909
|
nodegroupName: NotRequired[str]
|
|
816
910
|
addonName: NotRequired[str]
|
|
911
|
+
capabilityName: NotRequired[str]
|
|
817
912
|
nextToken: NotRequired[str]
|
|
818
913
|
maxResults: NotRequired[int]
|
|
819
914
|
|
|
@@ -955,6 +1050,14 @@ class AddonVersionInfoTypeDef(TypedDict):
|
|
|
955
1050
|
requiresConfiguration: NotRequired[bool]
|
|
956
1051
|
requiresIamPermissions: NotRequired[bool]
|
|
957
1052
|
|
|
1053
|
+
class ArgoCdRoleMappingOutputTypeDef(TypedDict):
|
|
1054
|
+
role: ArgoCdRoleType
|
|
1055
|
+
identities: list[SsoIdentityTypeDef]
|
|
1056
|
+
|
|
1057
|
+
class ArgoCdRoleMappingTypeDef(TypedDict):
|
|
1058
|
+
role: ArgoCdRoleType
|
|
1059
|
+
identities: Sequence[SsoIdentityTypeDef]
|
|
1060
|
+
|
|
958
1061
|
class CreateAccessEntryResponseTypeDef(TypedDict):
|
|
959
1062
|
accessEntry: AccessEntryTypeDef
|
|
960
1063
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1041,6 +1144,14 @@ class StorageConfigRequestTypeDef(TypedDict):
|
|
|
1041
1144
|
class StorageConfigResponseTypeDef(TypedDict):
|
|
1042
1145
|
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1043
1146
|
|
|
1147
|
+
class CapabilityHealthTypeDef(TypedDict):
|
|
1148
|
+
issues: NotRequired[list[CapabilityIssueTypeDef]]
|
|
1149
|
+
|
|
1150
|
+
class ListCapabilitiesResponseTypeDef(TypedDict):
|
|
1151
|
+
capabilities: list[CapabilitySummaryTypeDef]
|
|
1152
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1153
|
+
nextToken: NotRequired[str]
|
|
1154
|
+
|
|
1044
1155
|
class DeprecationDetailTypeDef(TypedDict):
|
|
1045
1156
|
usage: NotRequired[str]
|
|
1046
1157
|
replacedWith: NotRequired[str]
|
|
@@ -1186,6 +1297,10 @@ class ListAssociatedAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
|
1186
1297
|
principalArn: str
|
|
1187
1298
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1188
1299
|
|
|
1300
|
+
class ListCapabilitiesRequestPaginateTypeDef(TypedDict):
|
|
1301
|
+
clusterName: str
|
|
1302
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1303
|
+
|
|
1189
1304
|
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
1190
1305
|
include: NotRequired[Sequence[str]]
|
|
1191
1306
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -1216,6 +1331,7 @@ class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
|
1216
1331
|
name: str
|
|
1217
1332
|
nodegroupName: NotRequired[str]
|
|
1218
1333
|
addonName: NotRequired[str]
|
|
1334
|
+
capabilityName: NotRequired[str]
|
|
1219
1335
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1220
1336
|
|
|
1221
1337
|
class DescribeIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
@@ -1419,6 +1535,15 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1419
1535
|
},
|
|
1420
1536
|
)
|
|
1421
1537
|
|
|
1538
|
+
class ArgoCdConfigResponseTypeDef(TypedDict):
|
|
1539
|
+
namespace: NotRequired[str]
|
|
1540
|
+
awsIdc: NotRequired[ArgoCdAwsIdcConfigResponseTypeDef]
|
|
1541
|
+
rbacRoleMappings: NotRequired[list[ArgoCdRoleMappingOutputTypeDef]]
|
|
1542
|
+
networkAccess: NotRequired[ArgoCdNetworkAccessConfigResponseTypeDef]
|
|
1543
|
+
serverUrl: NotRequired[str]
|
|
1544
|
+
|
|
1545
|
+
ArgoCdRoleMappingUnionTypeDef = Union[ArgoCdRoleMappingTypeDef, ArgoCdRoleMappingOutputTypeDef]
|
|
1546
|
+
|
|
1422
1547
|
class InsightCategorySpecificSummaryTypeDef(TypedDict):
|
|
1423
1548
|
deprecationDetails: NotRequired[list[DeprecationDetailTypeDef]]
|
|
1424
1549
|
addonCompatibilityDetails: NotRequired[list[AddonCompatibilityDetailTypeDef]]
|
|
@@ -1535,6 +1660,7 @@ ClusterTypeDef = TypedDict(
|
|
|
1535
1660
|
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1536
1661
|
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1537
1662
|
"deletionProtection": NotRequired[bool],
|
|
1663
|
+
"controlPlaneScalingConfig": NotRequired[ControlPlaneScalingConfigTypeDef],
|
|
1538
1664
|
},
|
|
1539
1665
|
)
|
|
1540
1666
|
|
|
@@ -1563,6 +1689,10 @@ class UpdateAddonResponseTypeDef(TypedDict):
|
|
|
1563
1689
|
update: UpdateTypeDef
|
|
1564
1690
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1565
1691
|
|
|
1692
|
+
class UpdateCapabilityResponseTypeDef(TypedDict):
|
|
1693
|
+
update: UpdateTypeDef
|
|
1694
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1695
|
+
|
|
1566
1696
|
class UpdateClusterConfigResponseTypeDef(TypedDict):
|
|
1567
1697
|
update: UpdateTypeDef
|
|
1568
1698
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1596,6 +1726,19 @@ class DescribeAddonVersionsResponseTypeDef(TypedDict):
|
|
|
1596
1726
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1597
1727
|
nextToken: NotRequired[str]
|
|
1598
1728
|
|
|
1729
|
+
class CapabilityConfigurationResponseTypeDef(TypedDict):
|
|
1730
|
+
argoCd: NotRequired[ArgoCdConfigResponseTypeDef]
|
|
1731
|
+
|
|
1732
|
+
class ArgoCdConfigRequestTypeDef(TypedDict):
|
|
1733
|
+
awsIdc: ArgoCdAwsIdcConfigRequestTypeDef
|
|
1734
|
+
namespace: NotRequired[str]
|
|
1735
|
+
rbacRoleMappings: NotRequired[Sequence[ArgoCdRoleMappingUnionTypeDef]]
|
|
1736
|
+
networkAccess: NotRequired[ArgoCdNetworkAccessConfigRequestTypeDef]
|
|
1737
|
+
|
|
1738
|
+
class UpdateRoleMappingsTypeDef(TypedDict):
|
|
1739
|
+
addOrUpdateRoleMappings: NotRequired[Sequence[ArgoCdRoleMappingUnionTypeDef]]
|
|
1740
|
+
removeRoleMappings: NotRequired[Sequence[ArgoCdRoleMappingTypeDef]]
|
|
1741
|
+
|
|
1599
1742
|
InsightTypeDef = TypedDict(
|
|
1600
1743
|
"InsightTypeDef",
|
|
1601
1744
|
{
|
|
@@ -1713,6 +1856,7 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
1713
1856
|
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1714
1857
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1715
1858
|
deletionProtection: NotRequired[bool]
|
|
1859
|
+
controlPlaneScalingConfig: NotRequired[ControlPlaneScalingConfigTypeDef]
|
|
1716
1860
|
|
|
1717
1861
|
class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
1718
1862
|
name: str
|
|
@@ -1727,7 +1871,71 @@ class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
|
1727
1871
|
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1728
1872
|
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1729
1873
|
deletionProtection: NotRequired[bool]
|
|
1874
|
+
controlPlaneScalingConfig: NotRequired[ControlPlaneScalingConfigTypeDef]
|
|
1875
|
+
|
|
1876
|
+
CapabilityTypeDef = TypedDict(
|
|
1877
|
+
"CapabilityTypeDef",
|
|
1878
|
+
{
|
|
1879
|
+
"capabilityName": NotRequired[str],
|
|
1880
|
+
"arn": NotRequired[str],
|
|
1881
|
+
"clusterName": NotRequired[str],
|
|
1882
|
+
"type": NotRequired[CapabilityTypeType],
|
|
1883
|
+
"roleArn": NotRequired[str],
|
|
1884
|
+
"status": NotRequired[CapabilityStatusType],
|
|
1885
|
+
"version": NotRequired[str],
|
|
1886
|
+
"configuration": NotRequired[CapabilityConfigurationResponseTypeDef],
|
|
1887
|
+
"tags": NotRequired[dict[str, str]],
|
|
1888
|
+
"health": NotRequired[CapabilityHealthTypeDef],
|
|
1889
|
+
"createdAt": NotRequired[datetime],
|
|
1890
|
+
"modifiedAt": NotRequired[datetime],
|
|
1891
|
+
"deletePropagationPolicy": NotRequired[Literal["RETAIN"]],
|
|
1892
|
+
},
|
|
1893
|
+
)
|
|
1894
|
+
|
|
1895
|
+
class CapabilityConfigurationRequestTypeDef(TypedDict):
|
|
1896
|
+
argoCd: NotRequired[ArgoCdConfigRequestTypeDef]
|
|
1897
|
+
|
|
1898
|
+
class UpdateArgoCdConfigTypeDef(TypedDict):
|
|
1899
|
+
rbacRoleMappings: NotRequired[UpdateRoleMappingsTypeDef]
|
|
1900
|
+
networkAccess: NotRequired[ArgoCdNetworkAccessConfigRequestTypeDef]
|
|
1730
1901
|
|
|
1731
1902
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1732
1903
|
insight: InsightTypeDef
|
|
1733
1904
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1905
|
+
|
|
1906
|
+
class CreateCapabilityResponseTypeDef(TypedDict):
|
|
1907
|
+
capability: CapabilityTypeDef
|
|
1908
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1909
|
+
|
|
1910
|
+
class DeleteCapabilityResponseTypeDef(TypedDict):
|
|
1911
|
+
capability: CapabilityTypeDef
|
|
1912
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1913
|
+
|
|
1914
|
+
class DescribeCapabilityResponseTypeDef(TypedDict):
|
|
1915
|
+
capability: CapabilityTypeDef
|
|
1916
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1917
|
+
|
|
1918
|
+
CreateCapabilityRequestTypeDef = TypedDict(
|
|
1919
|
+
"CreateCapabilityRequestTypeDef",
|
|
1920
|
+
{
|
|
1921
|
+
"capabilityName": str,
|
|
1922
|
+
"clusterName": str,
|
|
1923
|
+
"type": CapabilityTypeType,
|
|
1924
|
+
"roleArn": str,
|
|
1925
|
+
"deletePropagationPolicy": Literal["RETAIN"],
|
|
1926
|
+
"clientRequestToken": NotRequired[str],
|
|
1927
|
+
"configuration": NotRequired[CapabilityConfigurationRequestTypeDef],
|
|
1928
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1929
|
+
},
|
|
1930
|
+
)
|
|
1931
|
+
|
|
1932
|
+
class UpdateCapabilityConfigurationTypeDef(TypedDict):
|
|
1933
|
+
argoCd: NotRequired[UpdateArgoCdConfigTypeDef]
|
|
1934
|
+
|
|
1935
|
+
class UpdateCapabilityRequestTypeDef(TypedDict):
|
|
1936
|
+
clusterName: str
|
|
1937
|
+
capabilityName: str
|
|
1938
|
+
roleArn: NotRequired[str]
|
|
1939
|
+
configuration: NotRequired[UpdateCapabilityConfigurationTypeDef]
|
|
1940
|
+
clientRequestToken: NotRequired[str]
|
|
1941
|
+
deletePropagationPolicy: NotRequired[Literal["RETAIN"]]
|
types_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.42.3 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 EKS 1.
|
|
45
|
+
Type annotations for [boto3 EKS 1.42.3](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3` AWS SDK.
|
|
110
110
|
3. Add `EKS` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -345,6 +345,7 @@ from types_boto3_eks.paginator import (
|
|
|
345
345
|
ListAccessPoliciesPaginator,
|
|
346
346
|
ListAddonsPaginator,
|
|
347
347
|
ListAssociatedAccessPoliciesPaginator,
|
|
348
|
+
ListCapabilitiesPaginator,
|
|
348
349
|
ListClustersPaginator,
|
|
349
350
|
ListEksAnywhereSubscriptionsPaginator,
|
|
350
351
|
ListFargateProfilesPaginator,
|
|
@@ -375,6 +376,7 @@ list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
|
|
|
375
376
|
list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = (
|
|
376
377
|
client.get_paginator("list_associated_access_policies")
|
|
377
378
|
)
|
|
379
|
+
list_capabilities_paginator: ListCapabilitiesPaginator = client.get_paginator("list_capabilities")
|
|
378
380
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
379
381
|
list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = (
|
|
380
382
|
client.get_paginator("list_eks_anywhere_subscriptions")
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
types_boto3_eks/__init__.py,sha256=bmTQuVeRajV5QZYPr5MDZEA8LMQfN0Gb21V2CvU9zpI,5270
|
|
2
|
+
types_boto3_eks/__init__.pyi,sha256=wDbtvbAHEC1dPMjietQ1x400zE2zhc4wtj3WfgP0ecc,5269
|
|
3
|
+
types_boto3_eks/__main__.py,sha256=5e42RkPsYJaMf2nYOqQur1g4bDlCE5qfxFIrS5nKArw,966
|
|
4
|
+
types_boto3_eks/client.py,sha256=nsuNU_5V9-X_TQGAGji0bU7ADLbahImAaKqYhbySzVw,54282
|
|
5
|
+
types_boto3_eks/client.pyi,sha256=42b0PxZt3mEFA9Ndz633VznCYN03rwSVRV7tWpJc2s4,54279
|
|
6
|
+
types_boto3_eks/literals.py,sha256=t7bLiZ2wgrx80A0MLZA7wMKU-6RN_9vZDYafiBUAIuY,21060
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=7WnlouTKeZRovSxcjicpfSvXivHNV6IzYHi7Ukv1N1I,21058
|
|
8
|
+
types_boto3_eks/paginator.py,sha256=lJWjh8z2E_sPONERNXWQj9dgvftY8oyrmmUHhzLzq34,21859
|
|
9
|
+
types_boto3_eks/paginator.pyi,sha256=LVdRHTbVM3Z5kbTwAL17Ee0pE_4CgvuzkyAG1gHFMSA,21813
|
|
10
|
+
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_eks/type_defs.py,sha256=ROdI-QxQPBsoMB16EiHH08Al_I6DXkMGLWoz0Zk8wiY,66374
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=VJ0sSQzvUlX4sg6u3491N3Qs2Yza-aUGR23Iju7qI44,66102
|
|
13
|
+
types_boto3_eks/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
+
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
|
+
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
+
types_boto3_eks-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_eks-1.42.3.dist-info/METADATA,sha256=la3TCrarN0ZRyNgMWOBvJUR_LfUjjVWP22jQSrmJ7zk,17863
|
|
18
|
+
types_boto3_eks-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_eks-1.42.3.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.42.3.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
|
|
2
|
-
types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
|
|
3
|
-
types_boto3_eks/__main__.py,sha256=Y1AzMtPJ2lSaeFpfZPWaA4jmaNiNUpeDezVxDEJnZTI,966
|
|
4
|
-
types_boto3_eks/client.py,sha256=_zsP4X06Ii749AlAjKsYncmxhkYPEfSWuNLLqcWozs4,50676
|
|
5
|
-
types_boto3_eks/client.pyi,sha256=4N4nZuJ2YaYkCdEPzIV968_xZT1NLb4Oc0YmTjF4oYA,50673
|
|
6
|
-
types_boto3_eks/literals.py,sha256=chXIb-pC_pgyzj68Rs645laDjVwziyoBEtqyqsSGlcc,19989
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=rYHSU04vBmECl4dMUb066BzT7F7BbwghtNUMVqGtF20,19987
|
|
8
|
-
types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
|
|
9
|
-
types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
|
|
10
|
-
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_eks/type_defs.py,sha256=uuxr23sZA9QGLYZhMW4SDb2nDkuGrPM6i0qxw-1rIYE,59128
|
|
12
|
-
types_boto3_eks/type_defs.pyi,sha256=ceWMoEDfYWnAwzAMUQSzH3oRjaJAQ65xG-6DpvddyKY,58887
|
|
13
|
-
types_boto3_eks/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
|
|
14
|
-
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
|
-
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
-
types_boto3_eks-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_eks-1.41.0.dist-info/METADATA,sha256=1dNXcQh_jYDFeEijYK6vvJSjtEvQ3OFHbwF2lH88jZg,17733
|
|
18
|
-
types_boto3_eks-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
types_boto3_eks-1.41.0.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
-
types_boto3_eks-1.41.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|