mypy-boto3-eks 1.35.45__py3-none-any.whl → 1.35.57__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.
@@ -10,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.EKS 1.35.45\n"
14
- "Version: 1.35.45\n"
15
- "Builder version: 8.1.2\n"
13
+ "Type annotations for boto3.EKS 1.35.57\n"
14
+ "Version: 1.35.57\n"
15
+ "Builder version: 8.2.1\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS\n"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.35.45")
27
+ print("1.35.57")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -37,6 +37,7 @@ __all__ = (
37
37
  "ConfigStatusType",
38
38
  "ConnectorConfigProviderType",
39
39
  "DescribeAddonVersionsPaginatorName",
40
+ "EKSServiceName",
40
41
  "EksAnywhereSubscriptionLicenseTypeType",
41
42
  "EksAnywhereSubscriptionStatusType",
42
43
  "EksAnywhereSubscriptionTermUnitType",
@@ -64,18 +65,17 @@ __all__ = (
64
65
  "NodegroupDeletedWaiterName",
65
66
  "NodegroupIssueCodeType",
66
67
  "NodegroupStatusType",
68
+ "PaginatorName",
69
+ "RegionName",
67
70
  "ResolveConflictsType",
71
+ "ResourceServiceName",
72
+ "ServiceName",
68
73
  "SupportTypeType",
69
74
  "TaintEffectType",
70
75
  "UpdateParamTypeType",
71
76
  "UpdateStatusType",
72
77
  "UpdateTypeType",
73
- "EKSServiceName",
74
- "ServiceName",
75
- "ResourceServiceName",
76
- "PaginatorName",
77
78
  "WaiterName",
78
- "RegionName",
79
79
  )
80
80
 
81
81
 
@@ -213,6 +213,7 @@ NodegroupIssueCodeType = Literal[
213
213
  "AutoScalingGroupOptInRequired",
214
214
  "AutoScalingGroupRateLimitExceeded",
215
215
  "ClusterUnreachable",
216
+ "Ec2InstanceTypeDoesNotExist",
216
217
  "Ec2LaunchTemplateDeletionFailure",
217
218
  "Ec2LaunchTemplateInvalidConfiguration",
218
219
  "Ec2LaunchTemplateMaxLimitExceeded",
@@ -444,6 +445,9 @@ ServiceName = Literal[
444
445
  "freetier",
445
446
  "fsx",
446
447
  "gamelift",
448
+ "geo-maps",
449
+ "geo-places",
450
+ "geo-routes",
447
451
  "glacier",
448
452
  "globalaccelerator",
449
453
  "glue",
@@ -550,7 +554,6 @@ ServiceName = Literal[
550
554
  "network-firewall",
551
555
  "networkmanager",
552
556
  "networkmonitor",
553
- "nimble",
554
557
  "oam",
555
558
  "omics",
556
559
  "opensearch",
@@ -36,6 +36,7 @@ __all__ = (
36
36
  "ConfigStatusType",
37
37
  "ConnectorConfigProviderType",
38
38
  "DescribeAddonVersionsPaginatorName",
39
+ "EKSServiceName",
39
40
  "EksAnywhereSubscriptionLicenseTypeType",
40
41
  "EksAnywhereSubscriptionStatusType",
41
42
  "EksAnywhereSubscriptionTermUnitType",
@@ -63,18 +64,17 @@ __all__ = (
63
64
  "NodegroupDeletedWaiterName",
64
65
  "NodegroupIssueCodeType",
65
66
  "NodegroupStatusType",
67
+ "PaginatorName",
68
+ "RegionName",
66
69
  "ResolveConflictsType",
70
+ "ResourceServiceName",
71
+ "ServiceName",
67
72
  "SupportTypeType",
68
73
  "TaintEffectType",
69
74
  "UpdateParamTypeType",
70
75
  "UpdateStatusType",
71
76
  "UpdateTypeType",
72
- "EKSServiceName",
73
- "ServiceName",
74
- "ResourceServiceName",
75
- "PaginatorName",
76
77
  "WaiterName",
77
- "RegionName",
78
78
  )
79
79
 
80
80
  AMITypesType = Literal[
@@ -211,6 +211,7 @@ NodegroupIssueCodeType = Literal[
211
211
  "AutoScalingGroupOptInRequired",
212
212
  "AutoScalingGroupRateLimitExceeded",
213
213
  "ClusterUnreachable",
214
+ "Ec2InstanceTypeDoesNotExist",
214
215
  "Ec2LaunchTemplateDeletionFailure",
215
216
  "Ec2LaunchTemplateInvalidConfiguration",
216
217
  "Ec2LaunchTemplateMaxLimitExceeded",
@@ -442,6 +443,9 @@ ServiceName = Literal[
442
443
  "freetier",
443
444
  "fsx",
444
445
  "gamelift",
446
+ "geo-maps",
447
+ "geo-places",
448
+ "geo-routes",
445
449
  "glacier",
446
450
  "globalaccelerator",
447
451
  "glue",
@@ -548,7 +552,6 @@ ServiceName = Literal[
548
552
  "network-firewall",
549
553
  "networkmanager",
550
554
  "networkmonitor",
551
- "nimble",
552
555
  "oam",
553
556
  "omics",
554
557
  "opensearch",
@@ -104,7 +104,7 @@ __all__ = (
104
104
  _ItemTypeDef = TypeVar("_ItemTypeDef")
105
105
 
106
106
 
107
- class _PageIterator(Generic[_ItemTypeDef], PageIterator):
107
+ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
108
108
  def __iter__(self) -> Iterator[_ItemTypeDef]:
109
109
  """
110
110
  Proxy method to specify iterator item type.
@@ -101,7 +101,7 @@ __all__ = (
101
101
 
102
102
  _ItemTypeDef = TypeVar("_ItemTypeDef")
103
103
 
104
- class _PageIterator(Generic[_ItemTypeDef], PageIterator):
104
+ class _PageIterator(PageIterator, Generic[_ItemTypeDef]):
105
105
  def __iter__(self) -> Iterator[_ItemTypeDef]:
106
106
  """
107
107
  Proxy method to specify iterator item type.