types-boto3-eks 1.40.19__py3-none-any.whl → 1.40.59__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.
@@ -12,8 +12,8 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 EKS 1.40.19\n"
16
- "Version: 1.40.19\n"
15
+ "Type annotations for boto3 EKS 1.40.59\n"
16
+ "Version: 1.40.59\n"
17
17
  "Builder version: 8.11.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"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.40.19\n")
29
+ sys.stdout.write("1.40.59\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -73,6 +73,7 @@ __all__ = (
73
73
  "NodegroupUpdateStrategiesType",
74
74
  "PaginatorName",
75
75
  "RegionName",
76
+ "RepairActionType",
76
77
  "ResolveConflictsType",
77
78
  "ResourceServiceName",
78
79
  "ServiceName",
@@ -258,6 +259,7 @@ NodegroupStatusType = Literal[
258
259
  "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
259
260
  ]
260
261
  NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
262
+ RepairActionType = Literal["NoAction", "Reboot", "Replace"]
261
263
  ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
262
264
  SupportTypeType = Literal["EXTENDED", "STANDARD"]
263
265
  TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
@@ -282,6 +284,7 @@ UpdateParamTypeType = Literal[
282
284
  "MaxUnavailable",
283
285
  "MaxUnavailablePercentage",
284
286
  "MinSize",
287
+ "NodeRepairConfig",
285
288
  "NodeRepairEnabled",
286
289
  "PlatformVersion",
287
290
  "PodIdentityAssociations",
@@ -654,6 +657,7 @@ ServiceName = Literal[
654
657
  "route53domains",
655
658
  "route53profiles",
656
659
  "route53resolver",
660
+ "rtbfabric",
657
661
  "rum",
658
662
  "s3",
659
663
  "s3control",
@@ -685,7 +689,6 @@ ServiceName = Literal[
685
689
  "shield",
686
690
  "signer",
687
691
  "simspaceweaver",
688
- "sms",
689
692
  "snow-device-management",
690
693
  "snowball",
691
694
  "sns",
@@ -778,6 +781,7 @@ RegionName = Literal[
778
781
  "ap-southeast-3",
779
782
  "ap-southeast-4",
780
783
  "ap-southeast-5",
784
+ "ap-southeast-6",
781
785
  "ap-southeast-7",
782
786
  "ca-central-1",
783
787
  "ca-west-1",
@@ -72,6 +72,7 @@ __all__ = (
72
72
  "NodegroupUpdateStrategiesType",
73
73
  "PaginatorName",
74
74
  "RegionName",
75
+ "RepairActionType",
75
76
  "ResolveConflictsType",
76
77
  "ResourceServiceName",
77
78
  "ServiceName",
@@ -256,6 +257,7 @@ NodegroupStatusType = Literal[
256
257
  "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
257
258
  ]
258
259
  NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
260
+ RepairActionType = Literal["NoAction", "Reboot", "Replace"]
259
261
  ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
260
262
  SupportTypeType = Literal["EXTENDED", "STANDARD"]
261
263
  TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
@@ -280,6 +282,7 @@ UpdateParamTypeType = Literal[
280
282
  "MaxUnavailable",
281
283
  "MaxUnavailablePercentage",
282
284
  "MinSize",
285
+ "NodeRepairConfig",
283
286
  "NodeRepairEnabled",
284
287
  "PlatformVersion",
285
288
  "PodIdentityAssociations",
@@ -652,6 +655,7 @@ ServiceName = Literal[
652
655
  "route53domains",
653
656
  "route53profiles",
654
657
  "route53resolver",
658
+ "rtbfabric",
655
659
  "rum",
656
660
  "s3",
657
661
  "s3control",
@@ -683,7 +687,6 @@ ServiceName = Literal[
683
687
  "shield",
684
688
  "signer",
685
689
  "simspaceweaver",
686
- "sms",
687
690
  "snow-device-management",
688
691
  "snowball",
689
692
  "sns",
@@ -776,6 +779,7 @@ RegionName = Literal[
776
779
  "ap-southeast-3",
777
780
  "ap-southeast-4",
778
781
  "ap-southeast-5",
782
+ "ap-southeast-6",
779
783
  "ap-southeast-7",
780
784
  "ca-central-1",
781
785
  "ca-west-1",
@@ -44,6 +44,7 @@ from .literals import (
44
44
  NodegroupIssueCodeType,
45
45
  NodegroupStatusType,
46
46
  NodegroupUpdateStrategiesType,
47
+ RepairActionType,
47
48
  ResolveConflictsType,
48
49
  SupportTypeType,
49
50
  TaintEffectType,
@@ -247,7 +248,10 @@ __all__ = (
247
248
  "LoggingTypeDef",
248
249
  "LoggingUnionTypeDef",
249
250
  "MarketplaceInformationTypeDef",
251
+ "NodeRepairConfigOutputTypeDef",
252
+ "NodeRepairConfigOverridesTypeDef",
250
253
  "NodeRepairConfigTypeDef",
254
+ "NodeRepairConfigUnionTypeDef",
251
255
  "NodegroupHealthTypeDef",
252
256
  "NodegroupResourcesTypeDef",
253
257
  "NodegroupScalingConfigTypeDef",
@@ -553,10 +557,6 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
553
557
  )
554
558
 
555
559
 
556
- class NodeRepairConfigTypeDef(TypedDict):
557
- enabled: NotRequired[bool]
558
-
559
-
560
560
  class NodegroupScalingConfigTypeDef(TypedDict):
561
561
  minSize: NotRequired[int]
562
562
  maxSize: NotRequired[int]
@@ -930,6 +930,13 @@ LogSetupTypeDef = TypedDict(
930
930
  )
931
931
 
932
932
 
933
+ class NodeRepairConfigOverridesTypeDef(TypedDict):
934
+ nodeMonitoringCondition: NotRequired[str]
935
+ nodeUnhealthyReason: NotRequired[str]
936
+ minRepairWaitTimeMins: NotRequired[int]
937
+ repairAction: NotRequired[RepairActionType]
938
+
939
+
933
940
  class RemoteAccessConfigOutputTypeDef(TypedDict):
934
941
  ec2SshKey: NotRequired[str]
935
942
  sourceSecurityGroups: NotRequired[List[str]]
@@ -1517,6 +1524,24 @@ class LoggingTypeDef(TypedDict):
1517
1524
  clusterLogging: NotRequired[Sequence[LogSetupTypeDef]]
1518
1525
 
1519
1526
 
1527
+ class NodeRepairConfigOutputTypeDef(TypedDict):
1528
+ enabled: NotRequired[bool]
1529
+ maxUnhealthyNodeThresholdCount: NotRequired[int]
1530
+ maxUnhealthyNodeThresholdPercentage: NotRequired[int]
1531
+ maxParallelNodesRepairedCount: NotRequired[int]
1532
+ maxParallelNodesRepairedPercentage: NotRequired[int]
1533
+ nodeRepairConfigOverrides: NotRequired[List[NodeRepairConfigOverridesTypeDef]]
1534
+
1535
+
1536
+ class NodeRepairConfigTypeDef(TypedDict):
1537
+ enabled: NotRequired[bool]
1538
+ maxUnhealthyNodeThresholdCount: NotRequired[int]
1539
+ maxUnhealthyNodeThresholdPercentage: NotRequired[int]
1540
+ maxParallelNodesRepairedCount: NotRequired[int]
1541
+ maxParallelNodesRepairedPercentage: NotRequired[int]
1542
+ nodeRepairConfigOverrides: NotRequired[Sequence[NodeRepairConfigOverridesTypeDef]]
1543
+
1544
+
1520
1545
  RemoteAccessConfigUnionTypeDef = Union[RemoteAccessConfigTypeDef, RemoteAccessConfigOutputTypeDef]
1521
1546
 
1522
1547
 
@@ -1600,17 +1625,6 @@ class InsightCategorySpecificSummaryTypeDef(TypedDict):
1600
1625
  addonCompatibilityDetails: NotRequired[List[AddonCompatibilityDetailTypeDef]]
1601
1626
 
1602
1627
 
1603
- class UpdateNodegroupConfigRequestTypeDef(TypedDict):
1604
- clusterName: str
1605
- nodegroupName: str
1606
- labels: NotRequired[UpdateLabelsPayloadTypeDef]
1607
- taints: NotRequired[UpdateTaintsPayloadTypeDef]
1608
- scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1609
- updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1610
- nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
1611
- clientRequestToken: NotRequired[str]
1612
-
1613
-
1614
1628
  class CreateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
1615
1629
  subscription: EksAnywhereSubscriptionTypeDef
1616
1630
  ResponseMetadata: ResponseMetadataTypeDef
@@ -1674,6 +1688,9 @@ class ListInsightsResponseTypeDef(TypedDict):
1674
1688
  nextToken: NotRequired[str]
1675
1689
 
1676
1690
 
1691
+ LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
1692
+
1693
+
1677
1694
  class NodegroupTypeDef(TypedDict):
1678
1695
  nodegroupName: NotRequired[str]
1679
1696
  nodegroupArn: NotRequired[str]
@@ -1696,36 +1713,12 @@ class NodegroupTypeDef(TypedDict):
1696
1713
  diskSize: NotRequired[int]
1697
1714
  health: NotRequired[NodegroupHealthTypeDef]
1698
1715
  updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1699
- nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
1716
+ nodeRepairConfig: NotRequired[NodeRepairConfigOutputTypeDef]
1700
1717
  launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
1701
1718
  tags: NotRequired[Dict[str, str]]
1702
1719
 
1703
1720
 
1704
- LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
1705
-
1706
-
1707
- class CreateNodegroupRequestTypeDef(TypedDict):
1708
- clusterName: str
1709
- nodegroupName: str
1710
- subnets: Sequence[str]
1711
- nodeRole: str
1712
- scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1713
- diskSize: NotRequired[int]
1714
- instanceTypes: NotRequired[Sequence[str]]
1715
- amiType: NotRequired[AMITypesType]
1716
- remoteAccess: NotRequired[RemoteAccessConfigUnionTypeDef]
1717
- labels: NotRequired[Mapping[str, str]]
1718
- taints: NotRequired[Sequence[TaintTypeDef]]
1719
- tags: NotRequired[Mapping[str, str]]
1720
- clientRequestToken: NotRequired[str]
1721
- launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
1722
- updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1723
- nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
1724
- capacityType: NotRequired[CapacityTypesType]
1725
- version: NotRequired[str]
1726
- releaseVersion: NotRequired[str]
1727
-
1728
-
1721
+ NodeRepairConfigUnionTypeDef = Union[NodeRepairConfigTypeDef, NodeRepairConfigOutputTypeDef]
1729
1722
  ClusterTypeDef = TypedDict(
1730
1723
  "ClusterTypeDef",
1731
1724
  {
@@ -1887,6 +1880,39 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
1887
1880
  ResponseMetadata: ResponseMetadataTypeDef
1888
1881
 
1889
1882
 
1883
+ class CreateNodegroupRequestTypeDef(TypedDict):
1884
+ clusterName: str
1885
+ nodegroupName: str
1886
+ subnets: Sequence[str]
1887
+ nodeRole: str
1888
+ scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1889
+ diskSize: NotRequired[int]
1890
+ instanceTypes: NotRequired[Sequence[str]]
1891
+ amiType: NotRequired[AMITypesType]
1892
+ remoteAccess: NotRequired[RemoteAccessConfigUnionTypeDef]
1893
+ labels: NotRequired[Mapping[str, str]]
1894
+ taints: NotRequired[Sequence[TaintTypeDef]]
1895
+ tags: NotRequired[Mapping[str, str]]
1896
+ clientRequestToken: NotRequired[str]
1897
+ launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
1898
+ updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1899
+ nodeRepairConfig: NotRequired[NodeRepairConfigUnionTypeDef]
1900
+ capacityType: NotRequired[CapacityTypesType]
1901
+ version: NotRequired[str]
1902
+ releaseVersion: NotRequired[str]
1903
+
1904
+
1905
+ class UpdateNodegroupConfigRequestTypeDef(TypedDict):
1906
+ clusterName: str
1907
+ nodegroupName: str
1908
+ labels: NotRequired[UpdateLabelsPayloadTypeDef]
1909
+ taints: NotRequired[UpdateTaintsPayloadTypeDef]
1910
+ scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1911
+ updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1912
+ nodeRepairConfig: NotRequired[NodeRepairConfigUnionTypeDef]
1913
+ clientRequestToken: NotRequired[str]
1914
+
1915
+
1890
1916
  class CreateClusterResponseTypeDef(TypedDict):
1891
1917
  cluster: ClusterTypeDef
1892
1918
  ResponseMetadata: ResponseMetadataTypeDef
@@ -44,6 +44,7 @@ from .literals import (
44
44
  NodegroupIssueCodeType,
45
45
  NodegroupStatusType,
46
46
  NodegroupUpdateStrategiesType,
47
+ RepairActionType,
47
48
  ResolveConflictsType,
48
49
  SupportTypeType,
49
50
  TaintEffectType,
@@ -246,7 +247,10 @@ __all__ = (
246
247
  "LoggingTypeDef",
247
248
  "LoggingUnionTypeDef",
248
249
  "MarketplaceInformationTypeDef",
250
+ "NodeRepairConfigOutputTypeDef",
251
+ "NodeRepairConfigOverridesTypeDef",
249
252
  "NodeRepairConfigTypeDef",
253
+ "NodeRepairConfigUnionTypeDef",
250
254
  "NodegroupHealthTypeDef",
251
255
  "NodegroupResourcesTypeDef",
252
256
  "NodegroupScalingConfigTypeDef",
@@ -515,9 +519,6 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
515
519
  },
516
520
  )
517
521
 
518
- class NodeRepairConfigTypeDef(TypedDict):
519
- enabled: NotRequired[bool]
520
-
521
522
  class NodegroupScalingConfigTypeDef(TypedDict):
522
523
  minSize: NotRequired[int]
523
524
  maxSize: NotRequired[int]
@@ -836,6 +837,12 @@ LogSetupTypeDef = TypedDict(
836
837
  },
837
838
  )
838
839
 
840
+ class NodeRepairConfigOverridesTypeDef(TypedDict):
841
+ nodeMonitoringCondition: NotRequired[str]
842
+ nodeUnhealthyReason: NotRequired[str]
843
+ minRepairWaitTimeMins: NotRequired[int]
844
+ repairAction: NotRequired[RepairActionType]
845
+
839
846
  class RemoteAccessConfigOutputTypeDef(TypedDict):
840
847
  ec2SshKey: NotRequired[str]
841
848
  sourceSecurityGroups: NotRequired[List[str]]
@@ -1331,6 +1338,22 @@ class LoggingOutputTypeDef(TypedDict):
1331
1338
  class LoggingTypeDef(TypedDict):
1332
1339
  clusterLogging: NotRequired[Sequence[LogSetupTypeDef]]
1333
1340
 
1341
+ class NodeRepairConfigOutputTypeDef(TypedDict):
1342
+ enabled: NotRequired[bool]
1343
+ maxUnhealthyNodeThresholdCount: NotRequired[int]
1344
+ maxUnhealthyNodeThresholdPercentage: NotRequired[int]
1345
+ maxParallelNodesRepairedCount: NotRequired[int]
1346
+ maxParallelNodesRepairedPercentage: NotRequired[int]
1347
+ nodeRepairConfigOverrides: NotRequired[List[NodeRepairConfigOverridesTypeDef]]
1348
+
1349
+ class NodeRepairConfigTypeDef(TypedDict):
1350
+ enabled: NotRequired[bool]
1351
+ maxUnhealthyNodeThresholdCount: NotRequired[int]
1352
+ maxUnhealthyNodeThresholdPercentage: NotRequired[int]
1353
+ maxParallelNodesRepairedCount: NotRequired[int]
1354
+ maxParallelNodesRepairedPercentage: NotRequired[int]
1355
+ nodeRepairConfigOverrides: NotRequired[Sequence[NodeRepairConfigOverridesTypeDef]]
1356
+
1334
1357
  RemoteAccessConfigUnionTypeDef = Union[RemoteAccessConfigTypeDef, RemoteAccessConfigOutputTypeDef]
1335
1358
 
1336
1359
  class RemoteNetworkConfigResponseTypeDef(TypedDict):
@@ -1405,16 +1428,6 @@ class InsightCategorySpecificSummaryTypeDef(TypedDict):
1405
1428
  deprecationDetails: NotRequired[List[DeprecationDetailTypeDef]]
1406
1429
  addonCompatibilityDetails: NotRequired[List[AddonCompatibilityDetailTypeDef]]
1407
1430
 
1408
- class UpdateNodegroupConfigRequestTypeDef(TypedDict):
1409
- clusterName: str
1410
- nodegroupName: str
1411
- labels: NotRequired[UpdateLabelsPayloadTypeDef]
1412
- taints: NotRequired[UpdateTaintsPayloadTypeDef]
1413
- scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1414
- updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1415
- nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
1416
- clientRequestToken: NotRequired[str]
1417
-
1418
1431
  class CreateEksAnywhereSubscriptionResponseTypeDef(TypedDict):
1419
1432
  subscription: EksAnywhereSubscriptionTypeDef
1420
1433
  ResponseMetadata: ResponseMetadataTypeDef
@@ -1468,6 +1481,8 @@ class ListInsightsResponseTypeDef(TypedDict):
1468
1481
  ResponseMetadata: ResponseMetadataTypeDef
1469
1482
  nextToken: NotRequired[str]
1470
1483
 
1484
+ LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
1485
+
1471
1486
  class NodegroupTypeDef(TypedDict):
1472
1487
  nodegroupName: NotRequired[str]
1473
1488
  nodegroupArn: NotRequired[str]
@@ -1490,33 +1505,11 @@ class NodegroupTypeDef(TypedDict):
1490
1505
  diskSize: NotRequired[int]
1491
1506
  health: NotRequired[NodegroupHealthTypeDef]
1492
1507
  updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1493
- nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
1508
+ nodeRepairConfig: NotRequired[NodeRepairConfigOutputTypeDef]
1494
1509
  launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
1495
1510
  tags: NotRequired[Dict[str, str]]
1496
1511
 
1497
- LoggingUnionTypeDef = Union[LoggingTypeDef, LoggingOutputTypeDef]
1498
-
1499
- class CreateNodegroupRequestTypeDef(TypedDict):
1500
- clusterName: str
1501
- nodegroupName: str
1502
- subnets: Sequence[str]
1503
- nodeRole: str
1504
- scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1505
- diskSize: NotRequired[int]
1506
- instanceTypes: NotRequired[Sequence[str]]
1507
- amiType: NotRequired[AMITypesType]
1508
- remoteAccess: NotRequired[RemoteAccessConfigUnionTypeDef]
1509
- labels: NotRequired[Mapping[str, str]]
1510
- taints: NotRequired[Sequence[TaintTypeDef]]
1511
- tags: NotRequired[Mapping[str, str]]
1512
- clientRequestToken: NotRequired[str]
1513
- launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
1514
- updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1515
- nodeRepairConfig: NotRequired[NodeRepairConfigTypeDef]
1516
- capacityType: NotRequired[CapacityTypesType]
1517
- version: NotRequired[str]
1518
- releaseVersion: NotRequired[str]
1519
-
1512
+ NodeRepairConfigUnionTypeDef = Union[NodeRepairConfigTypeDef, NodeRepairConfigOutputTypeDef]
1520
1513
  ClusterTypeDef = TypedDict(
1521
1514
  "ClusterTypeDef",
1522
1515
  {
@@ -1655,6 +1648,37 @@ class DescribeNodegroupResponseTypeDef(TypedDict):
1655
1648
  nodegroup: NodegroupTypeDef
1656
1649
  ResponseMetadata: ResponseMetadataTypeDef
1657
1650
 
1651
+ class CreateNodegroupRequestTypeDef(TypedDict):
1652
+ clusterName: str
1653
+ nodegroupName: str
1654
+ subnets: Sequence[str]
1655
+ nodeRole: str
1656
+ scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1657
+ diskSize: NotRequired[int]
1658
+ instanceTypes: NotRequired[Sequence[str]]
1659
+ amiType: NotRequired[AMITypesType]
1660
+ remoteAccess: NotRequired[RemoteAccessConfigUnionTypeDef]
1661
+ labels: NotRequired[Mapping[str, str]]
1662
+ taints: NotRequired[Sequence[TaintTypeDef]]
1663
+ tags: NotRequired[Mapping[str, str]]
1664
+ clientRequestToken: NotRequired[str]
1665
+ launchTemplate: NotRequired[LaunchTemplateSpecificationTypeDef]
1666
+ updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1667
+ nodeRepairConfig: NotRequired[NodeRepairConfigUnionTypeDef]
1668
+ capacityType: NotRequired[CapacityTypesType]
1669
+ version: NotRequired[str]
1670
+ releaseVersion: NotRequired[str]
1671
+
1672
+ class UpdateNodegroupConfigRequestTypeDef(TypedDict):
1673
+ clusterName: str
1674
+ nodegroupName: str
1675
+ labels: NotRequired[UpdateLabelsPayloadTypeDef]
1676
+ taints: NotRequired[UpdateTaintsPayloadTypeDef]
1677
+ scalingConfig: NotRequired[NodegroupScalingConfigTypeDef]
1678
+ updateConfig: NotRequired[NodegroupUpdateConfigTypeDef]
1679
+ nodeRepairConfig: NotRequired[NodeRepairConfigUnionTypeDef]
1680
+ clientRequestToken: NotRequired[str]
1681
+
1658
1682
  class CreateClusterResponseTypeDef(TypedDict):
1659
1683
  cluster: ClusterTypeDef
1660
1684
  ResponseMetadata: ResponseMetadataTypeDef
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.19"
7
+ __version__ = "1.40.59"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-eks
3
- Version: 1.40.19
4
- Summary: Type annotations for boto3 EKS 1.40.19 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.59
4
+ Summary: Type annotations for boto3 EKS 1.40.59 service generated with mypy-boto3-builder 8.11.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
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 EKS 1.40.19](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.40.59](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.19' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.59' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `EKS` service.
125
125
  4. Use provided commands to install generated packages.
@@ -1,20 +1,20 @@
1
1
  types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
2
2
  types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
3
- types_boto3_eks/__main__.py,sha256=AbuGbJJVFT7k_KaiEdbcZdtZrmWp9jXekbka9RqziI0,969
3
+ types_boto3_eks/__main__.py,sha256=Vr8d2kAU1drKErczFhC55ppfojITkmKZ1HLp0OrT5go,969
4
4
  types_boto3_eks/client.py,sha256=QlsTUqbXOPtDzwVltWK2BlcBCc4c43g689BCmTW5zn0,50836
5
5
  types_boto3_eks/client.pyi,sha256=3cmwjcVV3sueUrppEsSRqH6m0vX3C6ch5VrhCS3q7EA,50833
6
- types_boto3_eks/literals.py,sha256=RQcSBpaH_rSnVlDWYNtkQR2sLbGiCt99pC35CocIjfE,19912
7
- types_boto3_eks/literals.pyi,sha256=MOTmn5qBmp40TTVeyS8NJaII1NOisAhg_ZlefS2t_Z0,19910
6
+ types_boto3_eks/literals.py,sha256=wDY9UYswVY8hrOfQaPtysSAWIIfWHYaD4eFFICkq-zM,20048
7
+ types_boto3_eks/literals.pyi,sha256=X-VWjLOznpQ_j8EcJkVvyn82W-DXprRV_0hWTY1lkjU,20046
8
8
  types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
9
9
  types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
10
10
  types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_eks/type_defs.py,sha256=5d3kNl7dHA7u22Vl9-yoaD6cRSpceeHOnjnLheJijbc,58130
12
- types_boto3_eks/type_defs.pyi,sha256=vN6IQXo-2Svz6LkQiFvQtqv7mjRrAEhW8vd28exgsSg,57891
13
- types_boto3_eks/version.py,sha256=cgjcciUPO8vyG6_ppiRSDc0Bm315Iv78OxYh5Mgno_g,93
11
+ types_boto3_eks/type_defs.py,sha256=_m3RnLIyO2y_x8N8zadNseEC_q-dqHZvpqMKTXOEjSM,59298
12
+ types_boto3_eks/type_defs.pyi,sha256=N8tRkA8P6gdIowv8WBdLNAtEPxDBBbfl0N0FKRuRpEM,59057
13
+ types_boto3_eks/version.py,sha256=XA2R_dkriHQcJS9kMNz6sK7ztyDIjWSHFcUN2P6VDKk,93
14
14
  types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
15
15
  types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
16
- types_boto3_eks-1.40.19.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_eks-1.40.19.dist-info/METADATA,sha256=HGD0i14v8auYdtiizSGwPIV4F7zZWP6a-hC6Go9NnhU,18068
18
- types_boto3_eks-1.40.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- types_boto3_eks-1.40.19.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
20
- types_boto3_eks-1.40.19.dist-info/RECORD,,
16
+ types_boto3_eks-1.40.59.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_eks-1.40.59.dist-info/METADATA,sha256=1TX5h_mhmmOLCBc-qwbrPj9ua6pwitxoa7AkuM5mvfQ,18068
18
+ types_boto3_eks-1.40.59.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ types_boto3_eks-1.40.59.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
20
+ types_boto3_eks-1.40.59.dist-info/RECORD,,