types-boto3-eks 1.41.2__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 +21 -0
- types_boto3_eks/literals.pyi +21 -0
- types_boto3_eks/paginator.py +26 -0
- types_boto3_eks/paginator.pyi +23 -0
- types_boto3_eks/type_defs.py +230 -0
- types_boto3_eks/type_defs.pyi +200 -0
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.41.2.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.2.dist-info/RECORD +0 -20
- {types_boto3_eks-1.41.2.dist-info → types_boto3_eks-1.42.3.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.41.2.dist-info → types_boto3_eks-1.42.3.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_eks-1.41.2.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,
|
|
@@ -48,6 +52,7 @@ from .literals import (
|
|
|
48
52
|
ProvisionedControlPlaneTierType,
|
|
49
53
|
RepairActionType,
|
|
50
54
|
ResolveConflictsType,
|
|
55
|
+
SsoIdentityTypeType,
|
|
51
56
|
SupportTypeType,
|
|
52
57
|
TaintEffectType,
|
|
53
58
|
UpdateParamTypeType,
|
|
@@ -78,6 +83,15 @@ __all__ = (
|
|
|
78
83
|
"AddonPodIdentityConfigurationTypeDef",
|
|
79
84
|
"AddonTypeDef",
|
|
80
85
|
"AddonVersionInfoTypeDef",
|
|
86
|
+
"ArgoCdAwsIdcConfigRequestTypeDef",
|
|
87
|
+
"ArgoCdAwsIdcConfigResponseTypeDef",
|
|
88
|
+
"ArgoCdConfigRequestTypeDef",
|
|
89
|
+
"ArgoCdConfigResponseTypeDef",
|
|
90
|
+
"ArgoCdNetworkAccessConfigRequestTypeDef",
|
|
91
|
+
"ArgoCdNetworkAccessConfigResponseTypeDef",
|
|
92
|
+
"ArgoCdRoleMappingOutputTypeDef",
|
|
93
|
+
"ArgoCdRoleMappingTypeDef",
|
|
94
|
+
"ArgoCdRoleMappingUnionTypeDef",
|
|
81
95
|
"AssociateAccessPolicyRequestTypeDef",
|
|
82
96
|
"AssociateAccessPolicyResponseTypeDef",
|
|
83
97
|
"AssociateEncryptionConfigRequestTypeDef",
|
|
@@ -87,6 +101,12 @@ __all__ = (
|
|
|
87
101
|
"AssociatedAccessPolicyTypeDef",
|
|
88
102
|
"AutoScalingGroupTypeDef",
|
|
89
103
|
"BlockStorageTypeDef",
|
|
104
|
+
"CapabilityConfigurationRequestTypeDef",
|
|
105
|
+
"CapabilityConfigurationResponseTypeDef",
|
|
106
|
+
"CapabilityHealthTypeDef",
|
|
107
|
+
"CapabilityIssueTypeDef",
|
|
108
|
+
"CapabilitySummaryTypeDef",
|
|
109
|
+
"CapabilityTypeDef",
|
|
90
110
|
"CertificateTypeDef",
|
|
91
111
|
"ClientStatTypeDef",
|
|
92
112
|
"ClusterHealthTypeDef",
|
|
@@ -106,6 +126,8 @@ __all__ = (
|
|
|
106
126
|
"CreateAccessEntryResponseTypeDef",
|
|
107
127
|
"CreateAddonRequestTypeDef",
|
|
108
128
|
"CreateAddonResponseTypeDef",
|
|
129
|
+
"CreateCapabilityRequestTypeDef",
|
|
130
|
+
"CreateCapabilityResponseTypeDef",
|
|
109
131
|
"CreateClusterRequestTypeDef",
|
|
110
132
|
"CreateClusterResponseTypeDef",
|
|
111
133
|
"CreateEksAnywhereSubscriptionRequestTypeDef",
|
|
@@ -119,6 +141,8 @@ __all__ = (
|
|
|
119
141
|
"DeleteAccessEntryRequestTypeDef",
|
|
120
142
|
"DeleteAddonRequestTypeDef",
|
|
121
143
|
"DeleteAddonResponseTypeDef",
|
|
144
|
+
"DeleteCapabilityRequestTypeDef",
|
|
145
|
+
"DeleteCapabilityResponseTypeDef",
|
|
122
146
|
"DeleteClusterRequestTypeDef",
|
|
123
147
|
"DeleteClusterResponseTypeDef",
|
|
124
148
|
"DeleteEksAnywhereSubscriptionRequestTypeDef",
|
|
@@ -143,6 +167,8 @@ __all__ = (
|
|
|
143
167
|
"DescribeAddonVersionsRequestPaginateTypeDef",
|
|
144
168
|
"DescribeAddonVersionsRequestTypeDef",
|
|
145
169
|
"DescribeAddonVersionsResponseTypeDef",
|
|
170
|
+
"DescribeCapabilityRequestTypeDef",
|
|
171
|
+
"DescribeCapabilityResponseTypeDef",
|
|
146
172
|
"DescribeClusterRequestTypeDef",
|
|
147
173
|
"DescribeClusterRequestWaitExtraTypeDef",
|
|
148
174
|
"DescribeClusterRequestWaitTypeDef",
|
|
@@ -212,6 +238,9 @@ __all__ = (
|
|
|
212
238
|
"ListAssociatedAccessPoliciesRequestPaginateTypeDef",
|
|
213
239
|
"ListAssociatedAccessPoliciesRequestTypeDef",
|
|
214
240
|
"ListAssociatedAccessPoliciesResponseTypeDef",
|
|
241
|
+
"ListCapabilitiesRequestPaginateTypeDef",
|
|
242
|
+
"ListCapabilitiesRequestTypeDef",
|
|
243
|
+
"ListCapabilitiesResponseTypeDef",
|
|
215
244
|
"ListClustersRequestPaginateTypeDef",
|
|
216
245
|
"ListClustersRequestTypeDef",
|
|
217
246
|
"ListClustersResponseTypeDef",
|
|
@@ -276,6 +305,7 @@ __all__ = (
|
|
|
276
305
|
"RemotePodNetworkTypeDef",
|
|
277
306
|
"RemotePodNetworkUnionTypeDef",
|
|
278
307
|
"ResponseMetadataTypeDef",
|
|
308
|
+
"SsoIdentityTypeDef",
|
|
279
309
|
"StartInsightsRefreshRequestTypeDef",
|
|
280
310
|
"StartInsightsRefreshResponseTypeDef",
|
|
281
311
|
"StorageConfigRequestTypeDef",
|
|
@@ -288,6 +318,10 @@ __all__ = (
|
|
|
288
318
|
"UpdateAccessEntryResponseTypeDef",
|
|
289
319
|
"UpdateAddonRequestTypeDef",
|
|
290
320
|
"UpdateAddonResponseTypeDef",
|
|
321
|
+
"UpdateArgoCdConfigTypeDef",
|
|
322
|
+
"UpdateCapabilityConfigurationTypeDef",
|
|
323
|
+
"UpdateCapabilityRequestTypeDef",
|
|
324
|
+
"UpdateCapabilityResponseTypeDef",
|
|
291
325
|
"UpdateClusterConfigRequestTypeDef",
|
|
292
326
|
"UpdateClusterConfigResponseTypeDef",
|
|
293
327
|
"UpdateClusterVersionRequestTypeDef",
|
|
@@ -302,6 +336,7 @@ __all__ = (
|
|
|
302
336
|
"UpdateParamTypeDef",
|
|
303
337
|
"UpdatePodIdentityAssociationRequestTypeDef",
|
|
304
338
|
"UpdatePodIdentityAssociationResponseTypeDef",
|
|
339
|
+
"UpdateRoleMappingsTypeDef",
|
|
305
340
|
"UpdateTaintsPayloadTypeDef",
|
|
306
341
|
"UpdateTypeDef",
|
|
307
342
|
"UpgradePolicyRequestTypeDef",
|
|
@@ -383,6 +418,29 @@ class CompatibilityTypeDef(TypedDict):
|
|
|
383
418
|
platformVersions: NotRequired[list[str]]
|
|
384
419
|
defaultVersion: NotRequired[bool]
|
|
385
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
|
+
|
|
386
444
|
class ResponseMetadataTypeDef(TypedDict):
|
|
387
445
|
RequestId: str
|
|
388
446
|
HTTPStatusCode: int
|
|
@@ -406,6 +464,23 @@ class AutoScalingGroupTypeDef(TypedDict):
|
|
|
406
464
|
class BlockStorageTypeDef(TypedDict):
|
|
407
465
|
enabled: NotRequired[bool]
|
|
408
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
|
+
|
|
409
484
|
class CertificateTypeDef(TypedDict):
|
|
410
485
|
data: NotRequired[str]
|
|
411
486
|
|
|
@@ -568,6 +643,10 @@ class DeleteAddonRequestTypeDef(TypedDict):
|
|
|
568
643
|
addonName: str
|
|
569
644
|
preserve: NotRequired[bool]
|
|
570
645
|
|
|
646
|
+
class DeleteCapabilityRequestTypeDef(TypedDict):
|
|
647
|
+
clusterName: str
|
|
648
|
+
capabilityName: str
|
|
649
|
+
|
|
571
650
|
class DeleteClusterRequestTypeDef(TypedDict):
|
|
572
651
|
name: str
|
|
573
652
|
|
|
@@ -627,6 +706,10 @@ DescribeAddonVersionsRequestTypeDef = TypedDict(
|
|
|
627
706
|
},
|
|
628
707
|
)
|
|
629
708
|
|
|
709
|
+
class DescribeCapabilityRequestTypeDef(TypedDict):
|
|
710
|
+
clusterName: str
|
|
711
|
+
capabilityName: str
|
|
712
|
+
|
|
630
713
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
631
714
|
name: str
|
|
632
715
|
|
|
@@ -682,6 +765,7 @@ class DescribeUpdateRequestTypeDef(TypedDict):
|
|
|
682
765
|
updateId: str
|
|
683
766
|
nodegroupName: NotRequired[str]
|
|
684
767
|
addonName: NotRequired[str]
|
|
768
|
+
capabilityName: NotRequired[str]
|
|
685
769
|
|
|
686
770
|
class DisassociateAccessPolicyRequestTypeDef(TypedDict):
|
|
687
771
|
clusterName: str
|
|
@@ -772,6 +856,11 @@ class ListAssociatedAccessPoliciesRequestTypeDef(TypedDict):
|
|
|
772
856
|
maxResults: NotRequired[int]
|
|
773
857
|
nextToken: NotRequired[str]
|
|
774
858
|
|
|
859
|
+
class ListCapabilitiesRequestTypeDef(TypedDict):
|
|
860
|
+
clusterName: str
|
|
861
|
+
nextToken: NotRequired[str]
|
|
862
|
+
maxResults: NotRequired[int]
|
|
863
|
+
|
|
775
864
|
class ListClustersRequestTypeDef(TypedDict):
|
|
776
865
|
maxResults: NotRequired[int]
|
|
777
866
|
nextToken: NotRequired[str]
|
|
@@ -819,6 +908,7 @@ class ListUpdatesRequestTypeDef(TypedDict):
|
|
|
819
908
|
name: str
|
|
820
909
|
nodegroupName: NotRequired[str]
|
|
821
910
|
addonName: NotRequired[str]
|
|
911
|
+
capabilityName: NotRequired[str]
|
|
822
912
|
nextToken: NotRequired[str]
|
|
823
913
|
maxResults: NotRequired[int]
|
|
824
914
|
|
|
@@ -960,6 +1050,14 @@ class AddonVersionInfoTypeDef(TypedDict):
|
|
|
960
1050
|
requiresConfiguration: NotRequired[bool]
|
|
961
1051
|
requiresIamPermissions: NotRequired[bool]
|
|
962
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
|
+
|
|
963
1061
|
class CreateAccessEntryResponseTypeDef(TypedDict):
|
|
964
1062
|
accessEntry: AccessEntryTypeDef
|
|
965
1063
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1046,6 +1144,14 @@ class StorageConfigRequestTypeDef(TypedDict):
|
|
|
1046
1144
|
class StorageConfigResponseTypeDef(TypedDict):
|
|
1047
1145
|
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1048
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
|
+
|
|
1049
1155
|
class DeprecationDetailTypeDef(TypedDict):
|
|
1050
1156
|
usage: NotRequired[str]
|
|
1051
1157
|
replacedWith: NotRequired[str]
|
|
@@ -1191,6 +1297,10 @@ class ListAssociatedAccessPoliciesRequestPaginateTypeDef(TypedDict):
|
|
|
1191
1297
|
principalArn: str
|
|
1192
1298
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1193
1299
|
|
|
1300
|
+
class ListCapabilitiesRequestPaginateTypeDef(TypedDict):
|
|
1301
|
+
clusterName: str
|
|
1302
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1303
|
+
|
|
1194
1304
|
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
1195
1305
|
include: NotRequired[Sequence[str]]
|
|
1196
1306
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -1221,6 +1331,7 @@ class ListUpdatesRequestPaginateTypeDef(TypedDict):
|
|
|
1221
1331
|
name: str
|
|
1222
1332
|
nodegroupName: NotRequired[str]
|
|
1223
1333
|
addonName: NotRequired[str]
|
|
1334
|
+
capabilityName: NotRequired[str]
|
|
1224
1335
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1225
1336
|
|
|
1226
1337
|
class DescribeIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
@@ -1424,6 +1535,15 @@ AddonInfoTypeDef = TypedDict(
|
|
|
1424
1535
|
},
|
|
1425
1536
|
)
|
|
1426
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
|
+
|
|
1427
1547
|
class InsightCategorySpecificSummaryTypeDef(TypedDict):
|
|
1428
1548
|
deprecationDetails: NotRequired[list[DeprecationDetailTypeDef]]
|
|
1429
1549
|
addonCompatibilityDetails: NotRequired[list[AddonCompatibilityDetailTypeDef]]
|
|
@@ -1569,6 +1689,10 @@ class UpdateAddonResponseTypeDef(TypedDict):
|
|
|
1569
1689
|
update: UpdateTypeDef
|
|
1570
1690
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1571
1691
|
|
|
1692
|
+
class UpdateCapabilityResponseTypeDef(TypedDict):
|
|
1693
|
+
update: UpdateTypeDef
|
|
1694
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1695
|
+
|
|
1572
1696
|
class UpdateClusterConfigResponseTypeDef(TypedDict):
|
|
1573
1697
|
update: UpdateTypeDef
|
|
1574
1698
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1602,6 +1726,19 @@ class DescribeAddonVersionsResponseTypeDef(TypedDict):
|
|
|
1602
1726
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1603
1727
|
nextToken: NotRequired[str]
|
|
1604
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
|
+
|
|
1605
1742
|
InsightTypeDef = TypedDict(
|
|
1606
1743
|
"InsightTypeDef",
|
|
1607
1744
|
{
|
|
@@ -1736,6 +1873,69 @@ class UpdateClusterConfigRequestTypeDef(TypedDict):
|
|
|
1736
1873
|
deletionProtection: NotRequired[bool]
|
|
1737
1874
|
controlPlaneScalingConfig: NotRequired[ControlPlaneScalingConfigTypeDef]
|
|
1738
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]
|
|
1901
|
+
|
|
1739
1902
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1740
1903
|
insight: InsightTypeDef
|
|
1741
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=qPsTppWXXll7uxw1-nB54xutYI4SJ00dJ-dA4oAiSDk,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=6nJHSsoB_pjMg5auNDEsqKDoK0L3y2hze8pMNGvZltI,20231
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=uJY3xUcc35DInr30IoPgp8e6xJ9Xv8V2Xy1Wr6nBcAg,20229
|
|
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=U9UuQAiltThWuiaKRNCqKMkesUweW4Ye9d5dGiizguU,59551
|
|
12
|
-
types_boto3_eks/type_defs.pyi,sha256=KChSiS0Bi8q2i9heFM67DkQDf-7TBvWeXfVzZ86VODc,59309
|
|
13
|
-
types_boto3_eks/version.py,sha256=aLKGJmxodYlE7i2btZqBdcB8RTTGw1f6JzSmoqyix3w,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.2.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_eks-1.41.2.dist-info/METADATA,sha256=2gOubUq74eZnJlUNLsc0lGmMueHLjvEOsP93NGaeBgk,17733
|
|
18
|
-
types_boto3_eks-1.41.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
types_boto3_eks-1.41.2.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
-
types_boto3_eks-1.41.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|