types-boto3-eks 1.35.71__py3-none-any.whl → 1.35.72__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 +4 -4
- types_boto3_eks/literals.py +7 -0
- types_boto3_eks/literals.pyi +7 -0
- types_boto3_eks/type_defs.py +107 -23
- types_boto3_eks/type_defs.pyi +91 -20
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.72.dist-info}/METADATA +32 -6
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.72.dist-info}/RECORD +11 -11
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.72.dist-info}/LICENSE +0 -0
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.72.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.72.dist-info}/top_level.txt +0 -0
types_boto3_eks/__main__.py
CHANGED
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
print(
|
|
15
|
-
"Type annotations for boto3 EKS 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 EKS 1.35.72\n"
|
|
16
|
+
"Version: 1.35.72\n"
|
|
17
|
+
"Builder version: 8.5.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_eks//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
print("1.35.
|
|
29
|
+
print("1.35.72")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_eks/literals.py
CHANGED
|
@@ -253,12 +253,14 @@ UpdateParamTypeType = Literal[
|
|
|
253
253
|
"AddonVersion",
|
|
254
254
|
"AuthenticationMode",
|
|
255
255
|
"ClusterLogging",
|
|
256
|
+
"ComputeConfig",
|
|
256
257
|
"ConfigurationValues",
|
|
257
258
|
"DesiredSize",
|
|
258
259
|
"EncryptionConfig",
|
|
259
260
|
"EndpointPrivateAccess",
|
|
260
261
|
"EndpointPublicAccess",
|
|
261
262
|
"IdentityProviderConfig",
|
|
263
|
+
"KubernetesNetworkConfig",
|
|
262
264
|
"LabelsToAdd",
|
|
263
265
|
"LabelsToRemove",
|
|
264
266
|
"LaunchTemplateName",
|
|
@@ -274,6 +276,7 @@ UpdateParamTypeType = Literal[
|
|
|
274
276
|
"ResolveConflicts",
|
|
275
277
|
"SecurityGroups",
|
|
276
278
|
"ServiceAccountRoleArn",
|
|
279
|
+
"StorageConfig",
|
|
277
280
|
"Subnets",
|
|
278
281
|
"TaintsToAdd",
|
|
279
282
|
"TaintsToRemove",
|
|
@@ -287,6 +290,7 @@ UpdateTypeType = Literal[
|
|
|
287
290
|
"AddonUpdate",
|
|
288
291
|
"AssociateEncryptionConfig",
|
|
289
292
|
"AssociateIdentityProviderConfig",
|
|
293
|
+
"AutoModeUpdate",
|
|
290
294
|
"ConfigUpdate",
|
|
291
295
|
"DisassociateIdentityProviderConfig",
|
|
292
296
|
"EndpointAccessUpdate",
|
|
@@ -471,6 +475,7 @@ ServiceName = Literal[
|
|
|
471
475
|
"inspector-scan",
|
|
472
476
|
"inspector2",
|
|
473
477
|
"internetmonitor",
|
|
478
|
+
"invoicing",
|
|
474
479
|
"iot",
|
|
475
480
|
"iot-data",
|
|
476
481
|
"iot-jobs-data",
|
|
@@ -557,6 +562,7 @@ ServiceName = Literal[
|
|
|
557
562
|
"neptune-graph",
|
|
558
563
|
"neptunedata",
|
|
559
564
|
"network-firewall",
|
|
565
|
+
"networkflowmonitor",
|
|
560
566
|
"networkmanager",
|
|
561
567
|
"networkmonitor",
|
|
562
568
|
"notifications",
|
|
@@ -635,6 +641,7 @@ ServiceName = Literal[
|
|
|
635
641
|
"schemas",
|
|
636
642
|
"sdb",
|
|
637
643
|
"secretsmanager",
|
|
644
|
+
"security-ir",
|
|
638
645
|
"securityhub",
|
|
639
646
|
"securitylake",
|
|
640
647
|
"serverlessrepo",
|
types_boto3_eks/literals.pyi
CHANGED
|
@@ -251,12 +251,14 @@ UpdateParamTypeType = Literal[
|
|
|
251
251
|
"AddonVersion",
|
|
252
252
|
"AuthenticationMode",
|
|
253
253
|
"ClusterLogging",
|
|
254
|
+
"ComputeConfig",
|
|
254
255
|
"ConfigurationValues",
|
|
255
256
|
"DesiredSize",
|
|
256
257
|
"EncryptionConfig",
|
|
257
258
|
"EndpointPrivateAccess",
|
|
258
259
|
"EndpointPublicAccess",
|
|
259
260
|
"IdentityProviderConfig",
|
|
261
|
+
"KubernetesNetworkConfig",
|
|
260
262
|
"LabelsToAdd",
|
|
261
263
|
"LabelsToRemove",
|
|
262
264
|
"LaunchTemplateName",
|
|
@@ -272,6 +274,7 @@ UpdateParamTypeType = Literal[
|
|
|
272
274
|
"ResolveConflicts",
|
|
273
275
|
"SecurityGroups",
|
|
274
276
|
"ServiceAccountRoleArn",
|
|
277
|
+
"StorageConfig",
|
|
275
278
|
"Subnets",
|
|
276
279
|
"TaintsToAdd",
|
|
277
280
|
"TaintsToRemove",
|
|
@@ -285,6 +288,7 @@ UpdateTypeType = Literal[
|
|
|
285
288
|
"AddonUpdate",
|
|
286
289
|
"AssociateEncryptionConfig",
|
|
287
290
|
"AssociateIdentityProviderConfig",
|
|
291
|
+
"AutoModeUpdate",
|
|
288
292
|
"ConfigUpdate",
|
|
289
293
|
"DisassociateIdentityProviderConfig",
|
|
290
294
|
"EndpointAccessUpdate",
|
|
@@ -469,6 +473,7 @@ ServiceName = Literal[
|
|
|
469
473
|
"inspector-scan",
|
|
470
474
|
"inspector2",
|
|
471
475
|
"internetmonitor",
|
|
476
|
+
"invoicing",
|
|
472
477
|
"iot",
|
|
473
478
|
"iot-data",
|
|
474
479
|
"iot-jobs-data",
|
|
@@ -555,6 +560,7 @@ ServiceName = Literal[
|
|
|
555
560
|
"neptune-graph",
|
|
556
561
|
"neptunedata",
|
|
557
562
|
"network-firewall",
|
|
563
|
+
"networkflowmonitor",
|
|
558
564
|
"networkmanager",
|
|
559
565
|
"networkmonitor",
|
|
560
566
|
"notifications",
|
|
@@ -633,6 +639,7 @@ ServiceName = Literal[
|
|
|
633
639
|
"schemas",
|
|
634
640
|
"sdb",
|
|
635
641
|
"secretsmanager",
|
|
642
|
+
"security-ir",
|
|
636
643
|
"securityhub",
|
|
637
644
|
"securitylake",
|
|
638
645
|
"serverlessrepo",
|
types_boto3_eks/type_defs.py
CHANGED
|
@@ -73,12 +73,15 @@ __all__ = (
|
|
|
73
73
|
"AssociateIdentityProviderConfigResponseTypeDef",
|
|
74
74
|
"AssociatedAccessPolicyTypeDef",
|
|
75
75
|
"AutoScalingGroupTypeDef",
|
|
76
|
+
"BlockStorageTypeDef",
|
|
76
77
|
"CertificateTypeDef",
|
|
77
78
|
"ClientStatTypeDef",
|
|
78
79
|
"ClusterHealthTypeDef",
|
|
79
80
|
"ClusterIssueTypeDef",
|
|
80
81
|
"ClusterTypeDef",
|
|
81
82
|
"CompatibilityTypeDef",
|
|
83
|
+
"ComputeConfigRequestTypeDef",
|
|
84
|
+
"ComputeConfigResponseTypeDef",
|
|
82
85
|
"ConnectorConfigRequestTypeDef",
|
|
83
86
|
"ConnectorConfigResponseTypeDef",
|
|
84
87
|
"ControlPlanePlacementRequestTypeDef",
|
|
@@ -152,6 +155,7 @@ __all__ = (
|
|
|
152
155
|
"DisassociateIdentityProviderConfigResponseTypeDef",
|
|
153
156
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
154
157
|
"EksAnywhereSubscriptionTypeDef",
|
|
158
|
+
"ElasticLoadBalancingTypeDef",
|
|
155
159
|
"EncryptionConfigOutputTypeDef",
|
|
156
160
|
"EncryptionConfigTypeDef",
|
|
157
161
|
"EncryptionConfigUnionTypeDef",
|
|
@@ -237,7 +241,17 @@ __all__ = (
|
|
|
237
241
|
"RegisterClusterResponseTypeDef",
|
|
238
242
|
"RemoteAccessConfigOutputTypeDef",
|
|
239
243
|
"RemoteAccessConfigTypeDef",
|
|
244
|
+
"RemoteNetworkConfigRequestTypeDef",
|
|
245
|
+
"RemoteNetworkConfigResponseTypeDef",
|
|
246
|
+
"RemoteNodeNetworkOutputTypeDef",
|
|
247
|
+
"RemoteNodeNetworkTypeDef",
|
|
248
|
+
"RemoteNodeNetworkUnionTypeDef",
|
|
249
|
+
"RemotePodNetworkOutputTypeDef",
|
|
250
|
+
"RemotePodNetworkTypeDef",
|
|
251
|
+
"RemotePodNetworkUnionTypeDef",
|
|
240
252
|
"ResponseMetadataTypeDef",
|
|
253
|
+
"StorageConfigRequestTypeDef",
|
|
254
|
+
"StorageConfigResponseTypeDef",
|
|
241
255
|
"TagResourceRequestRequestTypeDef",
|
|
242
256
|
"TaintTypeDef",
|
|
243
257
|
"UntagResourceRequestRequestTypeDef",
|
|
@@ -364,6 +378,10 @@ class AutoScalingGroupTypeDef(TypedDict):
|
|
|
364
378
|
name: NotRequired[str]
|
|
365
379
|
|
|
366
380
|
|
|
381
|
+
class BlockStorageTypeDef(TypedDict):
|
|
382
|
+
enabled: NotRequired[bool]
|
|
383
|
+
|
|
384
|
+
|
|
367
385
|
class CertificateTypeDef(TypedDict):
|
|
368
386
|
data: NotRequired[str]
|
|
369
387
|
|
|
@@ -380,6 +398,12 @@ class ClusterIssueTypeDef(TypedDict):
|
|
|
380
398
|
resourceIds: NotRequired[List[str]]
|
|
381
399
|
|
|
382
400
|
|
|
401
|
+
class ComputeConfigResponseTypeDef(TypedDict):
|
|
402
|
+
enabled: NotRequired[bool]
|
|
403
|
+
nodePools: NotRequired[List[str]]
|
|
404
|
+
nodeRoleArn: NotRequired[str]
|
|
405
|
+
|
|
406
|
+
|
|
383
407
|
class ConnectorConfigResponseTypeDef(TypedDict):
|
|
384
408
|
activationId: NotRequired[str]
|
|
385
409
|
activationCode: NotRequired[str]
|
|
@@ -388,12 +412,6 @@ class ConnectorConfigResponseTypeDef(TypedDict):
|
|
|
388
412
|
roleArn: NotRequired[str]
|
|
389
413
|
|
|
390
414
|
|
|
391
|
-
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
392
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
393
|
-
serviceIpv6Cidr: NotRequired[str]
|
|
394
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
395
|
-
|
|
396
|
-
|
|
397
415
|
class UpgradePolicyResponseTypeDef(TypedDict):
|
|
398
416
|
supportType: NotRequired[SupportTypeType]
|
|
399
417
|
|
|
@@ -412,6 +430,12 @@ class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
|
412
430
|
enabled: NotRequired[bool]
|
|
413
431
|
|
|
414
432
|
|
|
433
|
+
class ComputeConfigRequestTypeDef(TypedDict):
|
|
434
|
+
enabled: NotRequired[bool]
|
|
435
|
+
nodePools: NotRequired[Sequence[str]]
|
|
436
|
+
nodeRoleArn: NotRequired[str]
|
|
437
|
+
|
|
438
|
+
|
|
415
439
|
class ConnectorConfigRequestTypeDef(TypedDict):
|
|
416
440
|
roleArn: str
|
|
417
441
|
provider: ConnectorConfigProviderType
|
|
@@ -444,11 +468,6 @@ CreateAccessEntryRequestRequestTypeDef = TypedDict(
|
|
|
444
468
|
)
|
|
445
469
|
|
|
446
470
|
|
|
447
|
-
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
448
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
449
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
450
|
-
|
|
451
|
-
|
|
452
471
|
class UpgradePolicyRequestTypeDef(TypedDict):
|
|
453
472
|
supportType: NotRequired[SupportTypeType]
|
|
454
473
|
|
|
@@ -662,6 +681,10 @@ class DisassociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
662
681
|
policyArn: str
|
|
663
682
|
|
|
664
683
|
|
|
684
|
+
class ElasticLoadBalancingTypeDef(TypedDict):
|
|
685
|
+
enabled: NotRequired[bool]
|
|
686
|
+
|
|
687
|
+
|
|
665
688
|
class ProviderTypeDef(TypedDict):
|
|
666
689
|
keyArn: NotRequired[str]
|
|
667
690
|
|
|
@@ -829,6 +852,22 @@ class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
|
829
852
|
sourceSecurityGroups: NotRequired[List[str]]
|
|
830
853
|
|
|
831
854
|
|
|
855
|
+
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
856
|
+
cidrs: NotRequired[List[str]]
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
860
|
+
cidrs: NotRequired[List[str]]
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
864
|
+
cidrs: NotRequired[Sequence[str]]
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
class RemotePodNetworkTypeDef(TypedDict):
|
|
868
|
+
cidrs: NotRequired[Sequence[str]]
|
|
869
|
+
|
|
870
|
+
|
|
832
871
|
class TagResourceRequestRequestTypeDef(TypedDict):
|
|
833
872
|
resourceArn: str
|
|
834
873
|
tags: Mapping[str, str]
|
|
@@ -932,6 +971,7 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
932
971
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
933
972
|
addonVersion: NotRequired[str]
|
|
934
973
|
architecture: NotRequired[List[str]]
|
|
974
|
+
computeTypes: NotRequired[List[str]]
|
|
935
975
|
compatibilities: NotRequired[List[CompatibilityTypeDef]]
|
|
936
976
|
requiresConfiguration: NotRequired[bool]
|
|
937
977
|
requiresIamPermissions: NotRequired[bool]
|
|
@@ -1019,6 +1059,14 @@ class NodegroupResourcesTypeDef(TypedDict):
|
|
|
1019
1059
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
1020
1060
|
|
|
1021
1061
|
|
|
1062
|
+
class StorageConfigRequestTypeDef(TypedDict):
|
|
1063
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
class StorageConfigResponseTypeDef(TypedDict):
|
|
1067
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1068
|
+
|
|
1069
|
+
|
|
1022
1070
|
class DeprecationDetailTypeDef(TypedDict):
|
|
1023
1071
|
usage: NotRequired[str]
|
|
1024
1072
|
replacedWith: NotRequired[str]
|
|
@@ -1271,6 +1319,19 @@ class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
|
1271
1319
|
nextToken: NotRequired[str]
|
|
1272
1320
|
|
|
1273
1321
|
|
|
1322
|
+
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
1323
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1324
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1325
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
1329
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1330
|
+
serviceIpv6Cidr: NotRequired[str]
|
|
1331
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1332
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1333
|
+
|
|
1334
|
+
|
|
1274
1335
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1275
1336
|
resources: NotRequired[List[str]]
|
|
1276
1337
|
provider: NotRequired[ProviderTypeDef]
|
|
@@ -1351,6 +1412,15 @@ class LoggingOutputTypeDef(TypedDict):
|
|
|
1351
1412
|
|
|
1352
1413
|
|
|
1353
1414
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1418
|
+
remoteNodeNetworks: NotRequired[List[RemoteNodeNetworkOutputTypeDef]]
|
|
1419
|
+
remotePodNetworks: NotRequired[List[RemotePodNetworkOutputTypeDef]]
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
1423
|
+
RemotePodNetworkUnionTypeDef = Union[RemotePodNetworkTypeDef, RemotePodNetworkOutputTypeDef]
|
|
1354
1424
|
UpdateTypeDef = TypedDict(
|
|
1355
1425
|
"UpdateTypeDef",
|
|
1356
1426
|
{
|
|
@@ -1513,6 +1583,10 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1513
1583
|
tags: NotRequired[Dict[str, str]]
|
|
1514
1584
|
|
|
1515
1585
|
|
|
1586
|
+
class LoggingTypeDef(TypedDict):
|
|
1587
|
+
clusterLogging: NotRequired[Sequence[LogSetupUnionTypeDef]]
|
|
1588
|
+
|
|
1589
|
+
|
|
1516
1590
|
ClusterTypeDef = TypedDict(
|
|
1517
1591
|
"ClusterTypeDef",
|
|
1518
1592
|
{
|
|
@@ -1539,12 +1613,16 @@ ClusterTypeDef = TypedDict(
|
|
|
1539
1613
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1540
1614
|
"upgradePolicy": NotRequired[UpgradePolicyResponseTypeDef],
|
|
1541
1615
|
"zonalShiftConfig": NotRequired[ZonalShiftConfigResponseTypeDef],
|
|
1616
|
+
"remoteNetworkConfig": NotRequired[RemoteNetworkConfigResponseTypeDef],
|
|
1617
|
+
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1618
|
+
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1542
1619
|
},
|
|
1543
1620
|
)
|
|
1544
1621
|
|
|
1545
1622
|
|
|
1546
|
-
class
|
|
1547
|
-
|
|
1623
|
+
class RemoteNetworkConfigRequestTypeDef(TypedDict):
|
|
1624
|
+
remoteNodeNetworks: NotRequired[Sequence[RemoteNodeNetworkUnionTypeDef]]
|
|
1625
|
+
remotePodNetworks: NotRequired[Sequence[RemotePodNetworkUnionTypeDef]]
|
|
1548
1626
|
|
|
1549
1627
|
|
|
1550
1628
|
class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
@@ -1669,6 +1747,19 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1669
1747
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1670
1748
|
|
|
1671
1749
|
|
|
1750
|
+
class UpdateClusterConfigRequestRequestTypeDef(TypedDict):
|
|
1751
|
+
name: str
|
|
1752
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1753
|
+
logging: NotRequired[LoggingTypeDef]
|
|
1754
|
+
clientRequestToken: NotRequired[str]
|
|
1755
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1756
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1757
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1758
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1759
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1760
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1761
|
+
|
|
1762
|
+
|
|
1672
1763
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1673
1764
|
cluster: ClusterTypeDef
|
|
1674
1765
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1709,16 +1800,9 @@ class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
|
1709
1800
|
bootstrapSelfManagedAddons: NotRequired[bool]
|
|
1710
1801
|
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1711
1802
|
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
name: str
|
|
1716
|
-
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1717
|
-
logging: NotRequired[LoggingTypeDef]
|
|
1718
|
-
clientRequestToken: NotRequired[str]
|
|
1719
|
-
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1720
|
-
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1721
|
-
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1803
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1804
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1805
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1722
1806
|
|
|
1723
1807
|
|
|
1724
1808
|
class DescribeInsightResponseTypeDef(TypedDict):
|
types_boto3_eks/type_defs.pyi
CHANGED
|
@@ -72,12 +72,15 @@ __all__ = (
|
|
|
72
72
|
"AssociateIdentityProviderConfigResponseTypeDef",
|
|
73
73
|
"AssociatedAccessPolicyTypeDef",
|
|
74
74
|
"AutoScalingGroupTypeDef",
|
|
75
|
+
"BlockStorageTypeDef",
|
|
75
76
|
"CertificateTypeDef",
|
|
76
77
|
"ClientStatTypeDef",
|
|
77
78
|
"ClusterHealthTypeDef",
|
|
78
79
|
"ClusterIssueTypeDef",
|
|
79
80
|
"ClusterTypeDef",
|
|
80
81
|
"CompatibilityTypeDef",
|
|
82
|
+
"ComputeConfigRequestTypeDef",
|
|
83
|
+
"ComputeConfigResponseTypeDef",
|
|
81
84
|
"ConnectorConfigRequestTypeDef",
|
|
82
85
|
"ConnectorConfigResponseTypeDef",
|
|
83
86
|
"ControlPlanePlacementRequestTypeDef",
|
|
@@ -151,6 +154,7 @@ __all__ = (
|
|
|
151
154
|
"DisassociateIdentityProviderConfigResponseTypeDef",
|
|
152
155
|
"EksAnywhereSubscriptionTermTypeDef",
|
|
153
156
|
"EksAnywhereSubscriptionTypeDef",
|
|
157
|
+
"ElasticLoadBalancingTypeDef",
|
|
154
158
|
"EncryptionConfigOutputTypeDef",
|
|
155
159
|
"EncryptionConfigTypeDef",
|
|
156
160
|
"EncryptionConfigUnionTypeDef",
|
|
@@ -236,7 +240,17 @@ __all__ = (
|
|
|
236
240
|
"RegisterClusterResponseTypeDef",
|
|
237
241
|
"RemoteAccessConfigOutputTypeDef",
|
|
238
242
|
"RemoteAccessConfigTypeDef",
|
|
243
|
+
"RemoteNetworkConfigRequestTypeDef",
|
|
244
|
+
"RemoteNetworkConfigResponseTypeDef",
|
|
245
|
+
"RemoteNodeNetworkOutputTypeDef",
|
|
246
|
+
"RemoteNodeNetworkTypeDef",
|
|
247
|
+
"RemoteNodeNetworkUnionTypeDef",
|
|
248
|
+
"RemotePodNetworkOutputTypeDef",
|
|
249
|
+
"RemotePodNetworkTypeDef",
|
|
250
|
+
"RemotePodNetworkUnionTypeDef",
|
|
239
251
|
"ResponseMetadataTypeDef",
|
|
252
|
+
"StorageConfigRequestTypeDef",
|
|
253
|
+
"StorageConfigResponseTypeDef",
|
|
240
254
|
"TagResourceRequestRequestTypeDef",
|
|
241
255
|
"TaintTypeDef",
|
|
242
256
|
"UntagResourceRequestRequestTypeDef",
|
|
@@ -350,6 +364,9 @@ class OidcIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
|
350
364
|
class AutoScalingGroupTypeDef(TypedDict):
|
|
351
365
|
name: NotRequired[str]
|
|
352
366
|
|
|
367
|
+
class BlockStorageTypeDef(TypedDict):
|
|
368
|
+
enabled: NotRequired[bool]
|
|
369
|
+
|
|
353
370
|
class CertificateTypeDef(TypedDict):
|
|
354
371
|
data: NotRequired[str]
|
|
355
372
|
|
|
@@ -363,6 +380,11 @@ class ClusterIssueTypeDef(TypedDict):
|
|
|
363
380
|
message: NotRequired[str]
|
|
364
381
|
resourceIds: NotRequired[List[str]]
|
|
365
382
|
|
|
383
|
+
class ComputeConfigResponseTypeDef(TypedDict):
|
|
384
|
+
enabled: NotRequired[bool]
|
|
385
|
+
nodePools: NotRequired[List[str]]
|
|
386
|
+
nodeRoleArn: NotRequired[str]
|
|
387
|
+
|
|
366
388
|
class ConnectorConfigResponseTypeDef(TypedDict):
|
|
367
389
|
activationId: NotRequired[str]
|
|
368
390
|
activationCode: NotRequired[str]
|
|
@@ -370,11 +392,6 @@ class ConnectorConfigResponseTypeDef(TypedDict):
|
|
|
370
392
|
provider: NotRequired[str]
|
|
371
393
|
roleArn: NotRequired[str]
|
|
372
394
|
|
|
373
|
-
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
374
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
375
|
-
serviceIpv6Cidr: NotRequired[str]
|
|
376
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
377
|
-
|
|
378
395
|
class UpgradePolicyResponseTypeDef(TypedDict):
|
|
379
396
|
supportType: NotRequired[SupportTypeType]
|
|
380
397
|
|
|
@@ -390,6 +407,11 @@ class VpcConfigResponseTypeDef(TypedDict):
|
|
|
390
407
|
class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
391
408
|
enabled: NotRequired[bool]
|
|
392
409
|
|
|
410
|
+
class ComputeConfigRequestTypeDef(TypedDict):
|
|
411
|
+
enabled: NotRequired[bool]
|
|
412
|
+
nodePools: NotRequired[Sequence[str]]
|
|
413
|
+
nodeRoleArn: NotRequired[str]
|
|
414
|
+
|
|
393
415
|
class ConnectorConfigRequestTypeDef(TypedDict):
|
|
394
416
|
roleArn: str
|
|
395
417
|
provider: ConnectorConfigProviderType
|
|
@@ -417,10 +439,6 @@ CreateAccessEntryRequestRequestTypeDef = TypedDict(
|
|
|
417
439
|
},
|
|
418
440
|
)
|
|
419
441
|
|
|
420
|
-
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
421
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
422
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
423
|
-
|
|
424
442
|
class UpgradePolicyRequestTypeDef(TypedDict):
|
|
425
443
|
supportType: NotRequired[SupportTypeType]
|
|
426
444
|
|
|
@@ -601,6 +619,9 @@ class DisassociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
601
619
|
principalArn: str
|
|
602
620
|
policyArn: str
|
|
603
621
|
|
|
622
|
+
class ElasticLoadBalancingTypeDef(TypedDict):
|
|
623
|
+
enabled: NotRequired[bool]
|
|
624
|
+
|
|
604
625
|
class ProviderTypeDef(TypedDict):
|
|
605
626
|
keyArn: NotRequired[str]
|
|
606
627
|
|
|
@@ -743,6 +764,18 @@ class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
|
743
764
|
ec2SshKey: NotRequired[str]
|
|
744
765
|
sourceSecurityGroups: NotRequired[List[str]]
|
|
745
766
|
|
|
767
|
+
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
768
|
+
cidrs: NotRequired[List[str]]
|
|
769
|
+
|
|
770
|
+
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
771
|
+
cidrs: NotRequired[List[str]]
|
|
772
|
+
|
|
773
|
+
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
774
|
+
cidrs: NotRequired[Sequence[str]]
|
|
775
|
+
|
|
776
|
+
class RemotePodNetworkTypeDef(TypedDict):
|
|
777
|
+
cidrs: NotRequired[Sequence[str]]
|
|
778
|
+
|
|
746
779
|
class TagResourceRequestRequestTypeDef(TypedDict):
|
|
747
780
|
resourceArn: str
|
|
748
781
|
tags: Mapping[str, str]
|
|
@@ -832,6 +865,7 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
832
865
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
833
866
|
addonVersion: NotRequired[str]
|
|
834
867
|
architecture: NotRequired[List[str]]
|
|
868
|
+
computeTypes: NotRequired[List[str]]
|
|
835
869
|
compatibilities: NotRequired[List[CompatibilityTypeDef]]
|
|
836
870
|
requiresConfiguration: NotRequired[bool]
|
|
837
871
|
requiresIamPermissions: NotRequired[bool]
|
|
@@ -904,6 +938,12 @@ class NodegroupResourcesTypeDef(TypedDict):
|
|
|
904
938
|
autoScalingGroups: NotRequired[List[AutoScalingGroupTypeDef]]
|
|
905
939
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
906
940
|
|
|
941
|
+
class StorageConfigRequestTypeDef(TypedDict):
|
|
942
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
943
|
+
|
|
944
|
+
class StorageConfigResponseTypeDef(TypedDict):
|
|
945
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
946
|
+
|
|
907
947
|
class DeprecationDetailTypeDef(TypedDict):
|
|
908
948
|
usage: NotRequired[str]
|
|
909
949
|
replacedWith: NotRequired[str]
|
|
@@ -1119,6 +1159,17 @@ class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
|
1119
1159
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1120
1160
|
nextToken: NotRequired[str]
|
|
1121
1161
|
|
|
1162
|
+
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
1163
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1164
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1165
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1166
|
+
|
|
1167
|
+
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
1168
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1169
|
+
serviceIpv6Cidr: NotRequired[str]
|
|
1170
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1171
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1172
|
+
|
|
1122
1173
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1123
1174
|
resources: NotRequired[List[str]]
|
|
1124
1175
|
provider: NotRequired[ProviderTypeDef]
|
|
@@ -1188,6 +1239,13 @@ class LoggingOutputTypeDef(TypedDict):
|
|
|
1188
1239
|
clusterLogging: NotRequired[List[LogSetupOutputTypeDef]]
|
|
1189
1240
|
|
|
1190
1241
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1242
|
+
|
|
1243
|
+
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1244
|
+
remoteNodeNetworks: NotRequired[List[RemoteNodeNetworkOutputTypeDef]]
|
|
1245
|
+
remotePodNetworks: NotRequired[List[RemotePodNetworkOutputTypeDef]]
|
|
1246
|
+
|
|
1247
|
+
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
1248
|
+
RemotePodNetworkUnionTypeDef = Union[RemotePodNetworkTypeDef, RemotePodNetworkOutputTypeDef]
|
|
1191
1249
|
UpdateTypeDef = TypedDict(
|
|
1192
1250
|
"UpdateTypeDef",
|
|
1193
1251
|
{
|
|
@@ -1332,6 +1390,9 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1332
1390
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1333
1391
|
tags: NotRequired[Dict[str, str]]
|
|
1334
1392
|
|
|
1393
|
+
class LoggingTypeDef(TypedDict):
|
|
1394
|
+
clusterLogging: NotRequired[Sequence[LogSetupUnionTypeDef]]
|
|
1395
|
+
|
|
1335
1396
|
ClusterTypeDef = TypedDict(
|
|
1336
1397
|
"ClusterTypeDef",
|
|
1337
1398
|
{
|
|
@@ -1358,11 +1419,15 @@ ClusterTypeDef = TypedDict(
|
|
|
1358
1419
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1359
1420
|
"upgradePolicy": NotRequired[UpgradePolicyResponseTypeDef],
|
|
1360
1421
|
"zonalShiftConfig": NotRequired[ZonalShiftConfigResponseTypeDef],
|
|
1422
|
+
"remoteNetworkConfig": NotRequired[RemoteNetworkConfigResponseTypeDef],
|
|
1423
|
+
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1424
|
+
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1361
1425
|
},
|
|
1362
1426
|
)
|
|
1363
1427
|
|
|
1364
|
-
class
|
|
1365
|
-
|
|
1428
|
+
class RemoteNetworkConfigRequestTypeDef(TypedDict):
|
|
1429
|
+
remoteNodeNetworks: NotRequired[Sequence[RemoteNodeNetworkUnionTypeDef]]
|
|
1430
|
+
remotePodNetworks: NotRequired[Sequence[RemotePodNetworkUnionTypeDef]]
|
|
1366
1431
|
|
|
1367
1432
|
class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
1368
1433
|
update: UpdateTypeDef
|
|
@@ -1465,6 +1530,18 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1465
1530
|
nodegroup: NodegroupTypeDef
|
|
1466
1531
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1467
1532
|
|
|
1533
|
+
class UpdateClusterConfigRequestRequestTypeDef(TypedDict):
|
|
1534
|
+
name: str
|
|
1535
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1536
|
+
logging: NotRequired[LoggingTypeDef]
|
|
1537
|
+
clientRequestToken: NotRequired[str]
|
|
1538
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1539
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1540
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1541
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1542
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1543
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1544
|
+
|
|
1468
1545
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1469
1546
|
cluster: ClusterTypeDef
|
|
1470
1547
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1500,15 +1577,9 @@ class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
|
1500
1577
|
bootstrapSelfManagedAddons: NotRequired[bool]
|
|
1501
1578
|
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1502
1579
|
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1507
|
-
logging: NotRequired[LoggingTypeDef]
|
|
1508
|
-
clientRequestToken: NotRequired[str]
|
|
1509
|
-
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1510
|
-
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1511
|
-
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1580
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1581
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1582
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1512
1583
|
|
|
1513
1584
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1514
1585
|
insight: InsightTypeDef
|
types_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.35.
|
|
3
|
+
Version: 1.35.72
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.35.72 service generated with mypy-boto3-builder 8.5.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_eks/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 eks type-annotations
|
|
12
|
+
Keywords: boto3 eks boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 EKS 1.35.
|
|
46
|
+
Type annotations for [boto3 EKS 1.35.72](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -60,7 +60,7 @@ More information can be found on
|
|
|
60
60
|
|
|
61
61
|
See how it helps you find and fix potential bugs:
|
|
62
62
|
|
|
63
|
-

|
|
64
64
|
|
|
65
65
|
- [types-boto3-eks](#types-boto3-eks)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
@@ -75,6 +75,7 @@ See how it helps you find and fix potential bugs:
|
|
|
75
75
|
- [Other IDEs](#other-ides)
|
|
76
76
|
- [mypy](#mypy)
|
|
77
77
|
- [pyright](#pyright)
|
|
78
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
79
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
80
|
- [Client annotations](#client-annotations)
|
|
80
81
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -268,6 +269,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
|
268
269
|
Type checking should now work. No explicit type annotations required, write
|
|
269
270
|
your `boto3` code as usual.
|
|
270
271
|
|
|
272
|
+
<a id="pylint-compatibility"></a>
|
|
273
|
+
|
|
274
|
+
### Pylint compatibility
|
|
275
|
+
|
|
276
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
277
|
+
`types-boto3-eks` dependency in production. However, there is an issue in
|
|
278
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
279
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
280
|
+
|
|
281
|
+
```python
|
|
282
|
+
from typing import TYPE_CHECKING
|
|
283
|
+
|
|
284
|
+
if TYPE_CHECKING:
|
|
285
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
286
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
287
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
288
|
+
else:
|
|
289
|
+
EC2Client = object
|
|
290
|
+
EC2ServiceResource = object
|
|
291
|
+
BundleTaskCompleteWaiter = object
|
|
292
|
+
DescribeVolumesPaginator = object
|
|
293
|
+
|
|
294
|
+
...
|
|
295
|
+
```
|
|
296
|
+
|
|
271
297
|
<a id="explicit-type-annotations"></a>
|
|
272
298
|
|
|
273
299
|
## Explicit type annotations
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
types_boto3_eks/__init__.py,sha256=SmC93edEdUadznWdF8mLCazlD24F2BV1hRVSplPto0A,4744
|
|
2
2
|
types_boto3_eks/__init__.pyi,sha256=Pjk7LgEl2-h-GrRHSIs7LtLb-2QAe4TYfU4TRbAxFYA,4743
|
|
3
|
-
types_boto3_eks/__main__.py,sha256=
|
|
3
|
+
types_boto3_eks/__main__.py,sha256=fTH1sL9pH4PSd7tDvGdVv1cFJvcLqxl_T8LtmgLDd3Q,934
|
|
4
4
|
types_boto3_eks/client.py,sha256=q4XHnw3RB3_Y4L8NwgF3Cxq7VHxiz2oUbqEc5sc_fQE,47951
|
|
5
5
|
types_boto3_eks/client.pyi,sha256=5sHAMEkAZMnFmpt5i7Jd8FJ6CPzMeb2DYfd7a1X7AE0,47947
|
|
6
|
-
types_boto3_eks/literals.py,sha256=
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=
|
|
6
|
+
types_boto3_eks/literals.py,sha256=SjLe_2u0gRt2hfddId8OzDBG0X30-Cs1dFhZaMLrgZY,18747
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=nAhDiI0YjdWBtmea_GEGN-9we0T1dtWRZ2aSAgTYQWM,18745
|
|
8
8
|
types_boto3_eks/paginator.py,sha256=dp4DqsqkA8PWVq3hhFTs2t15w_NXSaeEwGrTZTBZbCc,16693
|
|
9
9
|
types_boto3_eks/paginator.pyi,sha256=Z1xA134bDE4_SEPMaAEXxE2NBablx8l4QbkIe5i3DWk,16664
|
|
10
10
|
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_eks/type_defs.py,sha256=
|
|
12
|
-
types_boto3_eks/type_defs.pyi,sha256=
|
|
13
|
-
types_boto3_eks/version.py,sha256=
|
|
11
|
+
types_boto3_eks/type_defs.py,sha256=8tykX9SYeLw07InTBKKWp21ueX62FzMvhiScxS9xChg,55048
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=_aGNNezHyxmVAOZcr_v5Hi6NIMBMzMz1lLzCSXAy59U,54824
|
|
13
|
+
types_boto3_eks/version.py,sha256=YQeegutf73cmLwsZE7d3vYIjpKh09ERGKV08ssq8iHk,93
|
|
14
14
|
types_boto3_eks/waiter.py,sha256=0Rng0PIZ4ndd-_ATeNAjPQ9e_tNVShPEMAKEDnM_KHA,8564
|
|
15
15
|
types_boto3_eks/waiter.pyi,sha256=my2xn08iZ0aiMdFmToDCdjXnQSovfA5MU9cp2jceu1w,8547
|
|
16
|
-
types_boto3_eks-1.35.
|
|
17
|
-
types_boto3_eks-1.35.
|
|
18
|
-
types_boto3_eks-1.35.
|
|
19
|
-
types_boto3_eks-1.35.
|
|
20
|
-
types_boto3_eks-1.35.
|
|
16
|
+
types_boto3_eks-1.35.72.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
types_boto3_eks-1.35.72.dist-info/METADATA,sha256=9m0Q3kfqwMVtQto-HBm73OlZrqyoFTYdaA7m9gSkosg,16947
|
|
18
|
+
types_boto3_eks-1.35.72.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
19
|
+
types_boto3_eks-1.35.72.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.35.72.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|