types-boto3-eks 1.35.71__py3-none-any.whl → 1.35.81__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 +12 -0
- types_boto3_eks/literals.pyi +12 -0
- types_boto3_eks/type_defs.py +115 -23
- types_boto3_eks/type_defs.pyi +98 -20
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.81.dist-info}/METADATA +49 -9
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.81.dist-info}/RECORD +11 -11
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.81.dist-info}/LICENSE +0 -0
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.81.dist-info}/WHEEL +0 -0
- {types_boto3_eks-1.35.71.dist-info → types_boto3_eks-1.35.81.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.81\n"
|
|
16
|
+
"Version: 1.35.81\n"
|
|
17
|
+
"Builder version: 8.6.3\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.81")
|
|
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",
|
|
@@ -267,6 +269,7 @@ UpdateParamTypeType = Literal[
|
|
|
267
269
|
"MaxUnavailable",
|
|
268
270
|
"MaxUnavailablePercentage",
|
|
269
271
|
"MinSize",
|
|
272
|
+
"NodeRepairEnabled",
|
|
270
273
|
"PlatformVersion",
|
|
271
274
|
"PodIdentityAssociations",
|
|
272
275
|
"PublicAccessCidrs",
|
|
@@ -274,6 +277,7 @@ UpdateParamTypeType = Literal[
|
|
|
274
277
|
"ResolveConflicts",
|
|
275
278
|
"SecurityGroups",
|
|
276
279
|
"ServiceAccountRoleArn",
|
|
280
|
+
"StorageConfig",
|
|
277
281
|
"Subnets",
|
|
278
282
|
"TaintsToAdd",
|
|
279
283
|
"TaintsToRemove",
|
|
@@ -287,6 +291,7 @@ UpdateTypeType = Literal[
|
|
|
287
291
|
"AddonUpdate",
|
|
288
292
|
"AssociateEncryptionConfig",
|
|
289
293
|
"AssociateIdentityProviderConfig",
|
|
294
|
+
"AutoModeUpdate",
|
|
290
295
|
"ConfigUpdate",
|
|
291
296
|
"DisassociateIdentityProviderConfig",
|
|
292
297
|
"EndpointAccessUpdate",
|
|
@@ -338,6 +343,8 @@ ServiceName = Literal[
|
|
|
338
343
|
"bedrock",
|
|
339
344
|
"bedrock-agent",
|
|
340
345
|
"bedrock-agent-runtime",
|
|
346
|
+
"bedrock-data-automation",
|
|
347
|
+
"bedrock-data-automation-runtime",
|
|
341
348
|
"bedrock-runtime",
|
|
342
349
|
"billing",
|
|
343
350
|
"billingconductor",
|
|
@@ -415,6 +422,7 @@ ServiceName = Literal[
|
|
|
415
422
|
"drs",
|
|
416
423
|
"ds",
|
|
417
424
|
"ds-data",
|
|
425
|
+
"dsql",
|
|
418
426
|
"dynamodb",
|
|
419
427
|
"dynamodbstreams",
|
|
420
428
|
"ebs",
|
|
@@ -471,6 +479,7 @@ ServiceName = Literal[
|
|
|
471
479
|
"inspector-scan",
|
|
472
480
|
"inspector2",
|
|
473
481
|
"internetmonitor",
|
|
482
|
+
"invoicing",
|
|
474
483
|
"iot",
|
|
475
484
|
"iot-data",
|
|
476
485
|
"iot-jobs-data",
|
|
@@ -557,6 +566,7 @@ ServiceName = Literal[
|
|
|
557
566
|
"neptune-graph",
|
|
558
567
|
"neptunedata",
|
|
559
568
|
"network-firewall",
|
|
569
|
+
"networkflowmonitor",
|
|
560
570
|
"networkmanager",
|
|
561
571
|
"networkmonitor",
|
|
562
572
|
"notifications",
|
|
@@ -623,6 +633,7 @@ ServiceName = Literal[
|
|
|
623
633
|
"s3",
|
|
624
634
|
"s3control",
|
|
625
635
|
"s3outposts",
|
|
636
|
+
"s3tables",
|
|
626
637
|
"sagemaker",
|
|
627
638
|
"sagemaker-a2i-runtime",
|
|
628
639
|
"sagemaker-edge",
|
|
@@ -635,6 +646,7 @@ ServiceName = Literal[
|
|
|
635
646
|
"schemas",
|
|
636
647
|
"sdb",
|
|
637
648
|
"secretsmanager",
|
|
649
|
+
"security-ir",
|
|
638
650
|
"securityhub",
|
|
639
651
|
"securitylake",
|
|
640
652
|
"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",
|
|
@@ -265,6 +267,7 @@ UpdateParamTypeType = Literal[
|
|
|
265
267
|
"MaxUnavailable",
|
|
266
268
|
"MaxUnavailablePercentage",
|
|
267
269
|
"MinSize",
|
|
270
|
+
"NodeRepairEnabled",
|
|
268
271
|
"PlatformVersion",
|
|
269
272
|
"PodIdentityAssociations",
|
|
270
273
|
"PublicAccessCidrs",
|
|
@@ -272,6 +275,7 @@ UpdateParamTypeType = Literal[
|
|
|
272
275
|
"ResolveConflicts",
|
|
273
276
|
"SecurityGroups",
|
|
274
277
|
"ServiceAccountRoleArn",
|
|
278
|
+
"StorageConfig",
|
|
275
279
|
"Subnets",
|
|
276
280
|
"TaintsToAdd",
|
|
277
281
|
"TaintsToRemove",
|
|
@@ -285,6 +289,7 @@ UpdateTypeType = Literal[
|
|
|
285
289
|
"AddonUpdate",
|
|
286
290
|
"AssociateEncryptionConfig",
|
|
287
291
|
"AssociateIdentityProviderConfig",
|
|
292
|
+
"AutoModeUpdate",
|
|
288
293
|
"ConfigUpdate",
|
|
289
294
|
"DisassociateIdentityProviderConfig",
|
|
290
295
|
"EndpointAccessUpdate",
|
|
@@ -336,6 +341,8 @@ ServiceName = Literal[
|
|
|
336
341
|
"bedrock",
|
|
337
342
|
"bedrock-agent",
|
|
338
343
|
"bedrock-agent-runtime",
|
|
344
|
+
"bedrock-data-automation",
|
|
345
|
+
"bedrock-data-automation-runtime",
|
|
339
346
|
"bedrock-runtime",
|
|
340
347
|
"billing",
|
|
341
348
|
"billingconductor",
|
|
@@ -413,6 +420,7 @@ ServiceName = Literal[
|
|
|
413
420
|
"drs",
|
|
414
421
|
"ds",
|
|
415
422
|
"ds-data",
|
|
423
|
+
"dsql",
|
|
416
424
|
"dynamodb",
|
|
417
425
|
"dynamodbstreams",
|
|
418
426
|
"ebs",
|
|
@@ -469,6 +477,7 @@ ServiceName = Literal[
|
|
|
469
477
|
"inspector-scan",
|
|
470
478
|
"inspector2",
|
|
471
479
|
"internetmonitor",
|
|
480
|
+
"invoicing",
|
|
472
481
|
"iot",
|
|
473
482
|
"iot-data",
|
|
474
483
|
"iot-jobs-data",
|
|
@@ -555,6 +564,7 @@ ServiceName = Literal[
|
|
|
555
564
|
"neptune-graph",
|
|
556
565
|
"neptunedata",
|
|
557
566
|
"network-firewall",
|
|
567
|
+
"networkflowmonitor",
|
|
558
568
|
"networkmanager",
|
|
559
569
|
"networkmonitor",
|
|
560
570
|
"notifications",
|
|
@@ -621,6 +631,7 @@ ServiceName = Literal[
|
|
|
621
631
|
"s3",
|
|
622
632
|
"s3control",
|
|
623
633
|
"s3outposts",
|
|
634
|
+
"s3tables",
|
|
624
635
|
"sagemaker",
|
|
625
636
|
"sagemaker-a2i-runtime",
|
|
626
637
|
"sagemaker-edge",
|
|
@@ -633,6 +644,7 @@ ServiceName = Literal[
|
|
|
633
644
|
"schemas",
|
|
634
645
|
"sdb",
|
|
635
646
|
"secretsmanager",
|
|
647
|
+
"security-ir",
|
|
636
648
|
"securityhub",
|
|
637
649
|
"securitylake",
|
|
638
650
|
"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",
|
|
@@ -219,6 +223,7 @@ __all__ = (
|
|
|
219
223
|
"LoggingOutputTypeDef",
|
|
220
224
|
"LoggingTypeDef",
|
|
221
225
|
"MarketplaceInformationTypeDef",
|
|
226
|
+
"NodeRepairConfigTypeDef",
|
|
222
227
|
"NodegroupHealthTypeDef",
|
|
223
228
|
"NodegroupResourcesTypeDef",
|
|
224
229
|
"NodegroupScalingConfigTypeDef",
|
|
@@ -237,7 +242,17 @@ __all__ = (
|
|
|
237
242
|
"RegisterClusterResponseTypeDef",
|
|
238
243
|
"RemoteAccessConfigOutputTypeDef",
|
|
239
244
|
"RemoteAccessConfigTypeDef",
|
|
245
|
+
"RemoteNetworkConfigRequestTypeDef",
|
|
246
|
+
"RemoteNetworkConfigResponseTypeDef",
|
|
247
|
+
"RemoteNodeNetworkOutputTypeDef",
|
|
248
|
+
"RemoteNodeNetworkTypeDef",
|
|
249
|
+
"RemoteNodeNetworkUnionTypeDef",
|
|
250
|
+
"RemotePodNetworkOutputTypeDef",
|
|
251
|
+
"RemotePodNetworkTypeDef",
|
|
252
|
+
"RemotePodNetworkUnionTypeDef",
|
|
240
253
|
"ResponseMetadataTypeDef",
|
|
254
|
+
"StorageConfigRequestTypeDef",
|
|
255
|
+
"StorageConfigResponseTypeDef",
|
|
241
256
|
"TagResourceRequestRequestTypeDef",
|
|
242
257
|
"TaintTypeDef",
|
|
243
258
|
"UntagResourceRequestRequestTypeDef",
|
|
@@ -364,6 +379,10 @@ class AutoScalingGroupTypeDef(TypedDict):
|
|
|
364
379
|
name: NotRequired[str]
|
|
365
380
|
|
|
366
381
|
|
|
382
|
+
class BlockStorageTypeDef(TypedDict):
|
|
383
|
+
enabled: NotRequired[bool]
|
|
384
|
+
|
|
385
|
+
|
|
367
386
|
class CertificateTypeDef(TypedDict):
|
|
368
387
|
data: NotRequired[str]
|
|
369
388
|
|
|
@@ -380,6 +399,12 @@ class ClusterIssueTypeDef(TypedDict):
|
|
|
380
399
|
resourceIds: NotRequired[List[str]]
|
|
381
400
|
|
|
382
401
|
|
|
402
|
+
class ComputeConfigResponseTypeDef(TypedDict):
|
|
403
|
+
enabled: NotRequired[bool]
|
|
404
|
+
nodePools: NotRequired[List[str]]
|
|
405
|
+
nodeRoleArn: NotRequired[str]
|
|
406
|
+
|
|
407
|
+
|
|
383
408
|
class ConnectorConfigResponseTypeDef(TypedDict):
|
|
384
409
|
activationId: NotRequired[str]
|
|
385
410
|
activationCode: NotRequired[str]
|
|
@@ -388,12 +413,6 @@ class ConnectorConfigResponseTypeDef(TypedDict):
|
|
|
388
413
|
roleArn: NotRequired[str]
|
|
389
414
|
|
|
390
415
|
|
|
391
|
-
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
392
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
393
|
-
serviceIpv6Cidr: NotRequired[str]
|
|
394
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
395
|
-
|
|
396
|
-
|
|
397
416
|
class UpgradePolicyResponseTypeDef(TypedDict):
|
|
398
417
|
supportType: NotRequired[SupportTypeType]
|
|
399
418
|
|
|
@@ -412,6 +431,12 @@ class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
|
412
431
|
enabled: NotRequired[bool]
|
|
413
432
|
|
|
414
433
|
|
|
434
|
+
class ComputeConfigRequestTypeDef(TypedDict):
|
|
435
|
+
enabled: NotRequired[bool]
|
|
436
|
+
nodePools: NotRequired[Sequence[str]]
|
|
437
|
+
nodeRoleArn: NotRequired[str]
|
|
438
|
+
|
|
439
|
+
|
|
415
440
|
class ConnectorConfigRequestTypeDef(TypedDict):
|
|
416
441
|
roleArn: str
|
|
417
442
|
provider: ConnectorConfigProviderType
|
|
@@ -444,11 +469,6 @@ CreateAccessEntryRequestRequestTypeDef = TypedDict(
|
|
|
444
469
|
)
|
|
445
470
|
|
|
446
471
|
|
|
447
|
-
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
448
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
449
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
450
|
-
|
|
451
|
-
|
|
452
472
|
class UpgradePolicyRequestTypeDef(TypedDict):
|
|
453
473
|
supportType: NotRequired[SupportTypeType]
|
|
454
474
|
|
|
@@ -480,6 +500,10 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
480
500
|
)
|
|
481
501
|
|
|
482
502
|
|
|
503
|
+
class NodeRepairConfigTypeDef(TypedDict):
|
|
504
|
+
enabled: NotRequired[bool]
|
|
505
|
+
|
|
506
|
+
|
|
483
507
|
class NodegroupScalingConfigTypeDef(TypedDict):
|
|
484
508
|
minSize: NotRequired[int]
|
|
485
509
|
maxSize: NotRequired[int]
|
|
@@ -662,6 +686,10 @@ class DisassociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
662
686
|
policyArn: str
|
|
663
687
|
|
|
664
688
|
|
|
689
|
+
class ElasticLoadBalancingTypeDef(TypedDict):
|
|
690
|
+
enabled: NotRequired[bool]
|
|
691
|
+
|
|
692
|
+
|
|
665
693
|
class ProviderTypeDef(TypedDict):
|
|
666
694
|
keyArn: NotRequired[str]
|
|
667
695
|
|
|
@@ -829,6 +857,22 @@ class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
|
829
857
|
sourceSecurityGroups: NotRequired[List[str]]
|
|
830
858
|
|
|
831
859
|
|
|
860
|
+
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
861
|
+
cidrs: NotRequired[List[str]]
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
865
|
+
cidrs: NotRequired[List[str]]
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
869
|
+
cidrs: NotRequired[Sequence[str]]
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
class RemotePodNetworkTypeDef(TypedDict):
|
|
873
|
+
cidrs: NotRequired[Sequence[str]]
|
|
874
|
+
|
|
875
|
+
|
|
832
876
|
class TagResourceRequestRequestTypeDef(TypedDict):
|
|
833
877
|
resourceArn: str
|
|
834
878
|
tags: Mapping[str, str]
|
|
@@ -932,6 +976,7 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
932
976
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
933
977
|
addonVersion: NotRequired[str]
|
|
934
978
|
architecture: NotRequired[List[str]]
|
|
979
|
+
computeTypes: NotRequired[List[str]]
|
|
935
980
|
compatibilities: NotRequired[List[CompatibilityTypeDef]]
|
|
936
981
|
requiresConfiguration: NotRequired[bool]
|
|
937
982
|
requiresIamPermissions: NotRequired[bool]
|
|
@@ -1019,6 +1064,14 @@ class NodegroupResourcesTypeDef(TypedDict):
|
|
|
1019
1064
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
1020
1065
|
|
|
1021
1066
|
|
|
1067
|
+
class StorageConfigRequestTypeDef(TypedDict):
|
|
1068
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
class StorageConfigResponseTypeDef(TypedDict):
|
|
1072
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
1073
|
+
|
|
1074
|
+
|
|
1022
1075
|
class DeprecationDetailTypeDef(TypedDict):
|
|
1023
1076
|
usage: NotRequired[str]
|
|
1024
1077
|
replacedWith: NotRequired[str]
|
|
@@ -1105,6 +1158,7 @@ class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
|
1105
1158
|
clientRequestToken: NotRequired[str]
|
|
1106
1159
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1107
1160
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1161
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1108
1162
|
capacityType: NotRequired[CapacityTypesType]
|
|
1109
1163
|
version: NotRequired[str]
|
|
1110
1164
|
releaseVersion: NotRequired[str]
|
|
@@ -1271,6 +1325,19 @@ class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
|
1271
1325
|
nextToken: NotRequired[str]
|
|
1272
1326
|
|
|
1273
1327
|
|
|
1328
|
+
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
1329
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1330
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1331
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
1335
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1336
|
+
serviceIpv6Cidr: NotRequired[str]
|
|
1337
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1338
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1339
|
+
|
|
1340
|
+
|
|
1274
1341
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1275
1342
|
resources: NotRequired[List[str]]
|
|
1276
1343
|
provider: NotRequired[ProviderTypeDef]
|
|
@@ -1351,6 +1418,15 @@ class LoggingOutputTypeDef(TypedDict):
|
|
|
1351
1418
|
|
|
1352
1419
|
|
|
1353
1420
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1424
|
+
remoteNodeNetworks: NotRequired[List[RemoteNodeNetworkOutputTypeDef]]
|
|
1425
|
+
remotePodNetworks: NotRequired[List[RemotePodNetworkOutputTypeDef]]
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
1429
|
+
RemotePodNetworkUnionTypeDef = Union[RemotePodNetworkTypeDef, RemotePodNetworkOutputTypeDef]
|
|
1354
1430
|
UpdateTypeDef = TypedDict(
|
|
1355
1431
|
"UpdateTypeDef",
|
|
1356
1432
|
{
|
|
@@ -1447,6 +1523,7 @@ class UpdateNodegroupConfigRequestRequestTypeDef(TypedDict):
|
|
|
1447
1523
|
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1448
1524
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1449
1525
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1526
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1450
1527
|
clientRequestToken: NotRequired[str]
|
|
1451
1528
|
|
|
1452
1529
|
|
|
@@ -1509,10 +1586,15 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1509
1586
|
diskSize: NotRequired[int]
|
|
1510
1587
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1511
1588
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1589
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1512
1590
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1513
1591
|
tags: NotRequired[Dict[str, str]]
|
|
1514
1592
|
|
|
1515
1593
|
|
|
1594
|
+
class LoggingTypeDef(TypedDict):
|
|
1595
|
+
clusterLogging: NotRequired[Sequence[LogSetupUnionTypeDef]]
|
|
1596
|
+
|
|
1597
|
+
|
|
1516
1598
|
ClusterTypeDef = TypedDict(
|
|
1517
1599
|
"ClusterTypeDef",
|
|
1518
1600
|
{
|
|
@@ -1539,12 +1621,16 @@ ClusterTypeDef = TypedDict(
|
|
|
1539
1621
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1540
1622
|
"upgradePolicy": NotRequired[UpgradePolicyResponseTypeDef],
|
|
1541
1623
|
"zonalShiftConfig": NotRequired[ZonalShiftConfigResponseTypeDef],
|
|
1624
|
+
"remoteNetworkConfig": NotRequired[RemoteNetworkConfigResponseTypeDef],
|
|
1625
|
+
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1626
|
+
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1542
1627
|
},
|
|
1543
1628
|
)
|
|
1544
1629
|
|
|
1545
1630
|
|
|
1546
|
-
class
|
|
1547
|
-
|
|
1631
|
+
class RemoteNetworkConfigRequestTypeDef(TypedDict):
|
|
1632
|
+
remoteNodeNetworks: NotRequired[Sequence[RemoteNodeNetworkUnionTypeDef]]
|
|
1633
|
+
remotePodNetworks: NotRequired[Sequence[RemotePodNetworkUnionTypeDef]]
|
|
1548
1634
|
|
|
1549
1635
|
|
|
1550
1636
|
class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
@@ -1669,6 +1755,19 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1669
1755
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1670
1756
|
|
|
1671
1757
|
|
|
1758
|
+
class UpdateClusterConfigRequestRequestTypeDef(TypedDict):
|
|
1759
|
+
name: str
|
|
1760
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1761
|
+
logging: NotRequired[LoggingTypeDef]
|
|
1762
|
+
clientRequestToken: NotRequired[str]
|
|
1763
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1764
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1765
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1766
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1767
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1768
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1769
|
+
|
|
1770
|
+
|
|
1672
1771
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1673
1772
|
cluster: ClusterTypeDef
|
|
1674
1773
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1709,16 +1808,9 @@ class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
|
1709
1808
|
bootstrapSelfManagedAddons: NotRequired[bool]
|
|
1710
1809
|
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1711
1810
|
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]
|
|
1811
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1812
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1813
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1722
1814
|
|
|
1723
1815
|
|
|
1724
1816
|
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",
|
|
@@ -218,6 +222,7 @@ __all__ = (
|
|
|
218
222
|
"LoggingOutputTypeDef",
|
|
219
223
|
"LoggingTypeDef",
|
|
220
224
|
"MarketplaceInformationTypeDef",
|
|
225
|
+
"NodeRepairConfigTypeDef",
|
|
221
226
|
"NodegroupHealthTypeDef",
|
|
222
227
|
"NodegroupResourcesTypeDef",
|
|
223
228
|
"NodegroupScalingConfigTypeDef",
|
|
@@ -236,7 +241,17 @@ __all__ = (
|
|
|
236
241
|
"RegisterClusterResponseTypeDef",
|
|
237
242
|
"RemoteAccessConfigOutputTypeDef",
|
|
238
243
|
"RemoteAccessConfigTypeDef",
|
|
244
|
+
"RemoteNetworkConfigRequestTypeDef",
|
|
245
|
+
"RemoteNetworkConfigResponseTypeDef",
|
|
246
|
+
"RemoteNodeNetworkOutputTypeDef",
|
|
247
|
+
"RemoteNodeNetworkTypeDef",
|
|
248
|
+
"RemoteNodeNetworkUnionTypeDef",
|
|
249
|
+
"RemotePodNetworkOutputTypeDef",
|
|
250
|
+
"RemotePodNetworkTypeDef",
|
|
251
|
+
"RemotePodNetworkUnionTypeDef",
|
|
239
252
|
"ResponseMetadataTypeDef",
|
|
253
|
+
"StorageConfigRequestTypeDef",
|
|
254
|
+
"StorageConfigResponseTypeDef",
|
|
240
255
|
"TagResourceRequestRequestTypeDef",
|
|
241
256
|
"TaintTypeDef",
|
|
242
257
|
"UntagResourceRequestRequestTypeDef",
|
|
@@ -350,6 +365,9 @@ class OidcIdentityProviderConfigRequestTypeDef(TypedDict):
|
|
|
350
365
|
class AutoScalingGroupTypeDef(TypedDict):
|
|
351
366
|
name: NotRequired[str]
|
|
352
367
|
|
|
368
|
+
class BlockStorageTypeDef(TypedDict):
|
|
369
|
+
enabled: NotRequired[bool]
|
|
370
|
+
|
|
353
371
|
class CertificateTypeDef(TypedDict):
|
|
354
372
|
data: NotRequired[str]
|
|
355
373
|
|
|
@@ -363,6 +381,11 @@ class ClusterIssueTypeDef(TypedDict):
|
|
|
363
381
|
message: NotRequired[str]
|
|
364
382
|
resourceIds: NotRequired[List[str]]
|
|
365
383
|
|
|
384
|
+
class ComputeConfigResponseTypeDef(TypedDict):
|
|
385
|
+
enabled: NotRequired[bool]
|
|
386
|
+
nodePools: NotRequired[List[str]]
|
|
387
|
+
nodeRoleArn: NotRequired[str]
|
|
388
|
+
|
|
366
389
|
class ConnectorConfigResponseTypeDef(TypedDict):
|
|
367
390
|
activationId: NotRequired[str]
|
|
368
391
|
activationCode: NotRequired[str]
|
|
@@ -370,11 +393,6 @@ class ConnectorConfigResponseTypeDef(TypedDict):
|
|
|
370
393
|
provider: NotRequired[str]
|
|
371
394
|
roleArn: NotRequired[str]
|
|
372
395
|
|
|
373
|
-
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
374
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
375
|
-
serviceIpv6Cidr: NotRequired[str]
|
|
376
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
377
|
-
|
|
378
396
|
class UpgradePolicyResponseTypeDef(TypedDict):
|
|
379
397
|
supportType: NotRequired[SupportTypeType]
|
|
380
398
|
|
|
@@ -390,6 +408,11 @@ class VpcConfigResponseTypeDef(TypedDict):
|
|
|
390
408
|
class ZonalShiftConfigResponseTypeDef(TypedDict):
|
|
391
409
|
enabled: NotRequired[bool]
|
|
392
410
|
|
|
411
|
+
class ComputeConfigRequestTypeDef(TypedDict):
|
|
412
|
+
enabled: NotRequired[bool]
|
|
413
|
+
nodePools: NotRequired[Sequence[str]]
|
|
414
|
+
nodeRoleArn: NotRequired[str]
|
|
415
|
+
|
|
393
416
|
class ConnectorConfigRequestTypeDef(TypedDict):
|
|
394
417
|
roleArn: str
|
|
395
418
|
provider: ConnectorConfigProviderType
|
|
@@ -417,10 +440,6 @@ CreateAccessEntryRequestRequestTypeDef = TypedDict(
|
|
|
417
440
|
},
|
|
418
441
|
)
|
|
419
442
|
|
|
420
|
-
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
421
|
-
serviceIpv4Cidr: NotRequired[str]
|
|
422
|
-
ipFamily: NotRequired[IpFamilyType]
|
|
423
|
-
|
|
424
443
|
class UpgradePolicyRequestTypeDef(TypedDict):
|
|
425
444
|
supportType: NotRequired[SupportTypeType]
|
|
426
445
|
|
|
@@ -447,6 +466,9 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
447
466
|
},
|
|
448
467
|
)
|
|
449
468
|
|
|
469
|
+
class NodeRepairConfigTypeDef(TypedDict):
|
|
470
|
+
enabled: NotRequired[bool]
|
|
471
|
+
|
|
450
472
|
class NodegroupScalingConfigTypeDef(TypedDict):
|
|
451
473
|
minSize: NotRequired[int]
|
|
452
474
|
maxSize: NotRequired[int]
|
|
@@ -601,6 +623,9 @@ class DisassociateAccessPolicyRequestRequestTypeDef(TypedDict):
|
|
|
601
623
|
principalArn: str
|
|
602
624
|
policyArn: str
|
|
603
625
|
|
|
626
|
+
class ElasticLoadBalancingTypeDef(TypedDict):
|
|
627
|
+
enabled: NotRequired[bool]
|
|
628
|
+
|
|
604
629
|
class ProviderTypeDef(TypedDict):
|
|
605
630
|
keyArn: NotRequired[str]
|
|
606
631
|
|
|
@@ -743,6 +768,18 @@ class RemoteAccessConfigOutputTypeDef(TypedDict):
|
|
|
743
768
|
ec2SshKey: NotRequired[str]
|
|
744
769
|
sourceSecurityGroups: NotRequired[List[str]]
|
|
745
770
|
|
|
771
|
+
class RemoteNodeNetworkOutputTypeDef(TypedDict):
|
|
772
|
+
cidrs: NotRequired[List[str]]
|
|
773
|
+
|
|
774
|
+
class RemotePodNetworkOutputTypeDef(TypedDict):
|
|
775
|
+
cidrs: NotRequired[List[str]]
|
|
776
|
+
|
|
777
|
+
class RemoteNodeNetworkTypeDef(TypedDict):
|
|
778
|
+
cidrs: NotRequired[Sequence[str]]
|
|
779
|
+
|
|
780
|
+
class RemotePodNetworkTypeDef(TypedDict):
|
|
781
|
+
cidrs: NotRequired[Sequence[str]]
|
|
782
|
+
|
|
746
783
|
class TagResourceRequestRequestTypeDef(TypedDict):
|
|
747
784
|
resourceArn: str
|
|
748
785
|
tags: Mapping[str, str]
|
|
@@ -832,6 +869,7 @@ class UpdateAddonRequestRequestTypeDef(TypedDict):
|
|
|
832
869
|
class AddonVersionInfoTypeDef(TypedDict):
|
|
833
870
|
addonVersion: NotRequired[str]
|
|
834
871
|
architecture: NotRequired[List[str]]
|
|
872
|
+
computeTypes: NotRequired[List[str]]
|
|
835
873
|
compatibilities: NotRequired[List[CompatibilityTypeDef]]
|
|
836
874
|
requiresConfiguration: NotRequired[bool]
|
|
837
875
|
requiresIamPermissions: NotRequired[bool]
|
|
@@ -904,6 +942,12 @@ class NodegroupResourcesTypeDef(TypedDict):
|
|
|
904
942
|
autoScalingGroups: NotRequired[List[AutoScalingGroupTypeDef]]
|
|
905
943
|
remoteAccessSecurityGroup: NotRequired[str]
|
|
906
944
|
|
|
945
|
+
class StorageConfigRequestTypeDef(TypedDict):
|
|
946
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
947
|
+
|
|
948
|
+
class StorageConfigResponseTypeDef(TypedDict):
|
|
949
|
+
blockStorage: NotRequired[BlockStorageTypeDef]
|
|
950
|
+
|
|
907
951
|
class DeprecationDetailTypeDef(TypedDict):
|
|
908
952
|
usage: NotRequired[str]
|
|
909
953
|
replacedWith: NotRequired[str]
|
|
@@ -982,6 +1026,7 @@ class CreateNodegroupRequestRequestTypeDef(TypedDict):
|
|
|
982
1026
|
clientRequestToken: NotRequired[str]
|
|
983
1027
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
984
1028
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1029
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
985
1030
|
capacityType: NotRequired[CapacityTypesType]
|
|
986
1031
|
version: NotRequired[str]
|
|
987
1032
|
releaseVersion: NotRequired[str]
|
|
@@ -1119,6 +1164,17 @@ class ListIdentityProviderConfigsResponseTypeDef(TypedDict):
|
|
|
1119
1164
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1120
1165
|
nextToken: NotRequired[str]
|
|
1121
1166
|
|
|
1167
|
+
class KubernetesNetworkConfigRequestTypeDef(TypedDict):
|
|
1168
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1169
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1170
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1171
|
+
|
|
1172
|
+
class KubernetesNetworkConfigResponseTypeDef(TypedDict):
|
|
1173
|
+
serviceIpv4Cidr: NotRequired[str]
|
|
1174
|
+
serviceIpv6Cidr: NotRequired[str]
|
|
1175
|
+
ipFamily: NotRequired[IpFamilyType]
|
|
1176
|
+
elasticLoadBalancing: NotRequired[ElasticLoadBalancingTypeDef]
|
|
1177
|
+
|
|
1122
1178
|
class EncryptionConfigOutputTypeDef(TypedDict):
|
|
1123
1179
|
resources: NotRequired[List[str]]
|
|
1124
1180
|
provider: NotRequired[ProviderTypeDef]
|
|
@@ -1188,6 +1244,13 @@ class LoggingOutputTypeDef(TypedDict):
|
|
|
1188
1244
|
clusterLogging: NotRequired[List[LogSetupOutputTypeDef]]
|
|
1189
1245
|
|
|
1190
1246
|
LogSetupUnionTypeDef = Union[LogSetupTypeDef, LogSetupOutputTypeDef]
|
|
1247
|
+
|
|
1248
|
+
class RemoteNetworkConfigResponseTypeDef(TypedDict):
|
|
1249
|
+
remoteNodeNetworks: NotRequired[List[RemoteNodeNetworkOutputTypeDef]]
|
|
1250
|
+
remotePodNetworks: NotRequired[List[RemotePodNetworkOutputTypeDef]]
|
|
1251
|
+
|
|
1252
|
+
RemoteNodeNetworkUnionTypeDef = Union[RemoteNodeNetworkTypeDef, RemoteNodeNetworkOutputTypeDef]
|
|
1253
|
+
RemotePodNetworkUnionTypeDef = Union[RemotePodNetworkTypeDef, RemotePodNetworkOutputTypeDef]
|
|
1191
1254
|
UpdateTypeDef = TypedDict(
|
|
1192
1255
|
"UpdateTypeDef",
|
|
1193
1256
|
{
|
|
@@ -1273,6 +1336,7 @@ class UpdateNodegroupConfigRequestRequestTypeDef(TypedDict):
|
|
|
1273
1336
|
taints: NotRequired[UpdateTaintsPayloadTypeDef]
|
|
1274
1337
|
scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
|
|
1275
1338
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1339
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1276
1340
|
clientRequestToken: NotRequired[str]
|
|
1277
1341
|
|
|
1278
1342
|
EncryptionConfigUnionTypeDef = Union[EncryptionConfigTypeDef, EncryptionConfigOutputTypeDef]
|
|
@@ -1329,9 +1393,13 @@ class NodegroupTypeDef(TypedDict):
|
|
|
1329
1393
|
diskSize: NotRequired[int]
|
|
1330
1394
|
health: NotRequired[NodegroupHealthTypeDef]
|
|
1331
1395
|
updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
|
|
1396
|
+
nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
|
|
1332
1397
|
launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
|
|
1333
1398
|
tags: NotRequired[Dict[str, str]]
|
|
1334
1399
|
|
|
1400
|
+
class LoggingTypeDef(TypedDict):
|
|
1401
|
+
clusterLogging: NotRequired[Sequence[LogSetupUnionTypeDef]]
|
|
1402
|
+
|
|
1335
1403
|
ClusterTypeDef = TypedDict(
|
|
1336
1404
|
"ClusterTypeDef",
|
|
1337
1405
|
{
|
|
@@ -1358,11 +1426,15 @@ ClusterTypeDef = TypedDict(
|
|
|
1358
1426
|
"accessConfig": NotRequired[AccessConfigResponseTypeDef],
|
|
1359
1427
|
"upgradePolicy": NotRequired[UpgradePolicyResponseTypeDef],
|
|
1360
1428
|
"zonalShiftConfig": NotRequired[ZonalShiftConfigResponseTypeDef],
|
|
1429
|
+
"remoteNetworkConfig": NotRequired[RemoteNetworkConfigResponseTypeDef],
|
|
1430
|
+
"computeConfig": NotRequired[ComputeConfigResponseTypeDef],
|
|
1431
|
+
"storageConfig": NotRequired[StorageConfigResponseTypeDef],
|
|
1361
1432
|
},
|
|
1362
1433
|
)
|
|
1363
1434
|
|
|
1364
|
-
class
|
|
1365
|
-
|
|
1435
|
+
class RemoteNetworkConfigRequestTypeDef(TypedDict):
|
|
1436
|
+
remoteNodeNetworks: NotRequired[Sequence[RemoteNodeNetworkUnionTypeDef]]
|
|
1437
|
+
remotePodNetworks: NotRequired[Sequence[RemotePodNetworkUnionTypeDef]]
|
|
1366
1438
|
|
|
1367
1439
|
class AssociateEncryptionConfigResponseTypeDef(TypedDict):
|
|
1368
1440
|
update: UpdateTypeDef
|
|
@@ -1465,6 +1537,18 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
|
|
|
1465
1537
|
nodegroup: NodegroupTypeDef
|
|
1466
1538
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1467
1539
|
|
|
1540
|
+
class UpdateClusterConfigRequestRequestTypeDef(TypedDict):
|
|
1541
|
+
name: str
|
|
1542
|
+
resourcesVpcConfig: NotRequired[VpcConfigRequestTypeDef]
|
|
1543
|
+
logging: NotRequired[LoggingTypeDef]
|
|
1544
|
+
clientRequestToken: NotRequired[str]
|
|
1545
|
+
accessConfig: NotRequired[UpdateAccessConfigRequestTypeDef]
|
|
1546
|
+
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1547
|
+
zonalShiftConfig: NotRequired[ZonalShiftConfigRequestTypeDef]
|
|
1548
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1549
|
+
kubernetesNetworkConfig: NotRequired[KubernetesNetworkConfigRequestTypeDef]
|
|
1550
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1551
|
+
|
|
1468
1552
|
class CreateClusterResponseTypeDef(TypedDict):
|
|
1469
1553
|
cluster: ClusterTypeDef
|
|
1470
1554
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -1500,15 +1584,9 @@ class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
|
1500
1584
|
bootstrapSelfManagedAddons: NotRequired[bool]
|
|
1501
1585
|
upgradePolicy: NotRequired[UpgradePolicyRequestTypeDef]
|
|
1502
1586
|
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]
|
|
1587
|
+
remoteNetworkConfig: NotRequired[RemoteNetworkConfigRequestTypeDef]
|
|
1588
|
+
computeConfig: NotRequired[ComputeConfigRequestTypeDef]
|
|
1589
|
+
storageConfig: NotRequired[StorageConfigRequestTypeDef]
|
|
1512
1590
|
|
|
1513
1591
|
class DescribeInsightResponseTypeDef(TypedDict):
|
|
1514
1592
|
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.81
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.35.81 service generated with mypy-boto3-builder 8.6.3
|
|
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.81](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/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.6.3](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,10 +60,11 @@ 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)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +76,7 @@ See how it helps you find and fix potential bugs:
|
|
|
75
76
|
- [Other IDEs](#other-ides)
|
|
76
77
|
- [mypy](#mypy)
|
|
77
78
|
- [pyright](#pyright)
|
|
79
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
80
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
81
|
- [Client annotations](#client-annotations)
|
|
80
82
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -94,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
94
96
|
|
|
95
97
|
## How to install
|
|
96
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.81' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3` AWS SDK.
|
|
111
|
+
3. Add `EKS` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
97
114
|
<a id="vscode-extension"></a>
|
|
98
115
|
|
|
99
116
|
### VSCode extension
|
|
@@ -114,12 +131,10 @@ Install `types-boto3` for `EKS` service.
|
|
|
114
131
|
# install with boto3 type annotations
|
|
115
132
|
python -m pip install 'types-boto3[eks]'
|
|
116
133
|
|
|
117
|
-
|
|
118
134
|
# Lite version does not provide session.client/resource overloads
|
|
119
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
120
136
|
python -m pip install 'types-boto3-lite[eks]'
|
|
121
137
|
|
|
122
|
-
|
|
123
138
|
# standalone installation
|
|
124
139
|
python -m pip install types-boto3-eks
|
|
125
140
|
```
|
|
@@ -268,6 +283,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
|
268
283
|
Type checking should now work. No explicit type annotations required, write
|
|
269
284
|
your `boto3` code as usual.
|
|
270
285
|
|
|
286
|
+
<a id="pylint-compatibility"></a>
|
|
287
|
+
|
|
288
|
+
### Pylint compatibility
|
|
289
|
+
|
|
290
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
291
|
+
`types-boto3-eks` dependency in production. However, there is an issue in
|
|
292
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
293
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
294
|
+
|
|
295
|
+
```python
|
|
296
|
+
from typing import TYPE_CHECKING
|
|
297
|
+
|
|
298
|
+
if TYPE_CHECKING:
|
|
299
|
+
from types_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
300
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
301
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
302
|
+
else:
|
|
303
|
+
EC2Client = object
|
|
304
|
+
EC2ServiceResource = object
|
|
305
|
+
BundleTaskCompleteWaiter = object
|
|
306
|
+
DescribeVolumesPaginator = object
|
|
307
|
+
|
|
308
|
+
...
|
|
309
|
+
```
|
|
310
|
+
|
|
271
311
|
<a id="explicit-type-annotations"></a>
|
|
272
312
|
|
|
273
313
|
## 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=9-9TQquNt0xGJWArwZaFbwQvBCIRrJY7ELHCCWj035I,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=iSd9LMCwkvzX0IxdLyGv1zNQ01U7TmHiV721ccAu8xw,18870
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=Y21xWphrkQQlL_x1Cd6Pl9HtLf6m_HLTJthV9O4PP-g,18868
|
|
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=Lx3ladvjDan9xggxW6hd72r4UvOK2gWxy10ptoEcQB0,55331
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=Cu-Gc5ilsQphHA-CTtUPADd9S1dcYDbg9oYHVXmzE1o,55106
|
|
13
|
+
types_boto3_eks/version.py,sha256=43YQ076woionZM0aB5UwdorEF0QPSwqFdL8sU1y7tgU,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.81.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
types_boto3_eks-1.35.81.dist-info/METADATA,sha256=MrgooYJ_ZGf2WvoM7D0A1DXwpOLWn3vBO0Gyj1yAc58,17495
|
|
18
|
+
types_boto3_eks-1.35.81.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
19
|
+
types_boto3_eks-1.35.81.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.35.81.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|