mypy-boto3-eks 1.41.2__py3-none-any.whl → 1.42.28__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.
@@ -3,7 +3,7 @@ Main interface for eks service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -24,6 +24,7 @@ Usage::
24
24
  ListAccessPoliciesPaginator,
25
25
  ListAddonsPaginator,
26
26
  ListAssociatedAccessPoliciesPaginator,
27
+ ListCapabilitiesPaginator,
27
28
  ListClustersPaginator,
28
29
  ListEksAnywhereSubscriptionsPaginator,
29
30
  ListFargateProfilesPaginator,
@@ -54,6 +55,7 @@ Usage::
54
55
  list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
55
56
  list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
56
57
  list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = client.get_paginator("list_associated_access_policies")
58
+ list_capabilities_paginator: ListCapabilitiesPaginator = client.get_paginator("list_capabilities")
57
59
  list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
58
60
  list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = client.get_paginator("list_eks_anywhere_subscriptions")
59
61
  list_fargate_profiles_paginator: ListFargateProfilesPaginator = client.get_paginator("list_fargate_profiles")
@@ -73,6 +75,7 @@ from .paginator import (
73
75
  ListAccessPoliciesPaginator,
74
76
  ListAddonsPaginator,
75
77
  ListAssociatedAccessPoliciesPaginator,
78
+ ListCapabilitiesPaginator,
76
79
  ListClustersPaginator,
77
80
  ListEksAnywhereSubscriptionsPaginator,
78
81
  ListFargateProfilesPaginator,
@@ -111,6 +114,7 @@ __all__ = (
111
114
  "ListAccessPoliciesPaginator",
112
115
  "ListAddonsPaginator",
113
116
  "ListAssociatedAccessPoliciesPaginator",
117
+ "ListCapabilitiesPaginator",
114
118
  "ListClustersPaginator",
115
119
  "ListEksAnywhereSubscriptionsPaginator",
116
120
  "ListFargateProfilesPaginator",
@@ -3,7 +3,7 @@ Main interface for eks service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -24,6 +24,7 @@ Usage::
24
24
  ListAccessPoliciesPaginator,
25
25
  ListAddonsPaginator,
26
26
  ListAssociatedAccessPoliciesPaginator,
27
+ ListCapabilitiesPaginator,
27
28
  ListClustersPaginator,
28
29
  ListEksAnywhereSubscriptionsPaginator,
29
30
  ListFargateProfilesPaginator,
@@ -54,6 +55,7 @@ Usage::
54
55
  list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
55
56
  list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
56
57
  list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = client.get_paginator("list_associated_access_policies")
58
+ list_capabilities_paginator: ListCapabilitiesPaginator = client.get_paginator("list_capabilities")
57
59
  list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
58
60
  list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = client.get_paginator("list_eks_anywhere_subscriptions")
59
61
  list_fargate_profiles_paginator: ListFargateProfilesPaginator = client.get_paginator("list_fargate_profiles")
@@ -73,6 +75,7 @@ from .paginator import (
73
75
  ListAccessPoliciesPaginator,
74
76
  ListAddonsPaginator,
75
77
  ListAssociatedAccessPoliciesPaginator,
78
+ ListCapabilitiesPaginator,
76
79
  ListClustersPaginator,
77
80
  ListEksAnywhereSubscriptionsPaginator,
78
81
  ListFargateProfilesPaginator,
@@ -110,6 +113,7 @@ __all__ = (
110
113
  "ListAccessPoliciesPaginator",
111
114
  "ListAddonsPaginator",
112
115
  "ListAssociatedAccessPoliciesPaginator",
116
+ "ListCapabilitiesPaginator",
113
117
  "ListClustersPaginator",
114
118
  "ListEksAnywhereSubscriptionsPaginator",
115
119
  "ListFargateProfilesPaginator",
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Main CLI entrypoint.
3
3
 
4
- Copyright 2025 Vlad Emelianov
4
+ Copyright 2026 Vlad Emelianov
5
5
  """
6
6
 
7
7
  import sys
@@ -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.41.2\n"
16
- "Version: 1.41.2\n"
15
+ "Type annotations for boto3 EKS 1.42.28\n"
16
+ "Version: 1.42.28\n"
17
17
  "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_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.41.2\n")
29
+ sys.stdout.write("1.42.28\n")
30
30
 
31
31
 
32
32
  def main() -> None:
mypy_boto3_eks/client.py CHANGED
@@ -3,7 +3,7 @@ Type annotations for eks service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -33,6 +33,7 @@ from .paginator import (
33
33
  ListAccessPoliciesPaginator,
34
34
  ListAddonsPaginator,
35
35
  ListAssociatedAccessPoliciesPaginator,
36
+ ListCapabilitiesPaginator,
36
37
  ListClustersPaginator,
37
38
  ListEksAnywhereSubscriptionsPaginator,
38
39
  ListFargateProfilesPaginator,
@@ -53,6 +54,8 @@ from .type_defs import (
53
54
  CreateAccessEntryResponseTypeDef,
54
55
  CreateAddonRequestTypeDef,
55
56
  CreateAddonResponseTypeDef,
57
+ CreateCapabilityRequestTypeDef,
58
+ CreateCapabilityResponseTypeDef,
56
59
  CreateClusterRequestTypeDef,
57
60
  CreateClusterResponseTypeDef,
58
61
  CreateEksAnywhereSubscriptionRequestTypeDef,
@@ -66,6 +69,8 @@ from .type_defs import (
66
69
  DeleteAccessEntryRequestTypeDef,
67
70
  DeleteAddonRequestTypeDef,
68
71
  DeleteAddonResponseTypeDef,
72
+ DeleteCapabilityRequestTypeDef,
73
+ DeleteCapabilityResponseTypeDef,
69
74
  DeleteClusterRequestTypeDef,
70
75
  DeleteClusterResponseTypeDef,
71
76
  DeleteEksAnywhereSubscriptionRequestTypeDef,
@@ -86,6 +91,8 @@ from .type_defs import (
86
91
  DescribeAddonResponseTypeDef,
87
92
  DescribeAddonVersionsRequestTypeDef,
88
93
  DescribeAddonVersionsResponseTypeDef,
94
+ DescribeCapabilityRequestTypeDef,
95
+ DescribeCapabilityResponseTypeDef,
89
96
  DescribeClusterRequestTypeDef,
90
97
  DescribeClusterResponseTypeDef,
91
98
  DescribeClusterVersionsRequestTypeDef,
@@ -117,6 +124,8 @@ from .type_defs import (
117
124
  ListAddonsResponseTypeDef,
118
125
  ListAssociatedAccessPoliciesRequestTypeDef,
119
126
  ListAssociatedAccessPoliciesResponseTypeDef,
127
+ ListCapabilitiesRequestTypeDef,
128
+ ListCapabilitiesResponseTypeDef,
120
129
  ListClustersRequestTypeDef,
121
130
  ListClustersResponseTypeDef,
122
131
  ListEksAnywhereSubscriptionsRequestTypeDef,
@@ -145,6 +154,8 @@ from .type_defs import (
145
154
  UpdateAccessEntryResponseTypeDef,
146
155
  UpdateAddonRequestTypeDef,
147
156
  UpdateAddonResponseTypeDef,
157
+ UpdateCapabilityRequestTypeDef,
158
+ UpdateCapabilityResponseTypeDef,
148
159
  UpdateClusterConfigRequestTypeDef,
149
160
  UpdateClusterConfigResponseTypeDef,
150
161
  UpdateClusterVersionRequestTypeDef,
@@ -282,6 +293,16 @@ class EKSClient(BaseClient):
282
293
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_addon)
283
294
  """
284
295
 
296
+ def create_capability(
297
+ self, **kwargs: Unpack[CreateCapabilityRequestTypeDef]
298
+ ) -> CreateCapabilityResponseTypeDef:
299
+ """
300
+ Creates a managed capability resource for an Amazon EKS cluster.
301
+
302
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_capability.html)
303
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_capability)
304
+ """
305
+
285
306
  def create_cluster(
286
307
  self, **kwargs: Unpack[CreateClusterRequestTypeDef]
287
308
  ) -> CreateClusterResponseTypeDef:
@@ -353,6 +374,16 @@ class EKSClient(BaseClient):
353
374
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_addon)
354
375
  """
355
376
 
377
+ def delete_capability(
378
+ self, **kwargs: Unpack[DeleteCapabilityRequestTypeDef]
379
+ ) -> DeleteCapabilityResponseTypeDef:
380
+ """
381
+ Deletes a managed capability from your Amazon EKS cluster.
382
+
383
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_capability.html)
384
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_capability)
385
+ """
386
+
356
387
  def delete_cluster(
357
388
  self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
358
389
  ) -> DeleteClusterResponseTypeDef:
@@ -453,6 +484,18 @@ class EKSClient(BaseClient):
453
484
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_addon_versions)
454
485
  """
455
486
 
487
+ def describe_capability(
488
+ self, **kwargs: Unpack[DescribeCapabilityRequestTypeDef]
489
+ ) -> DescribeCapabilityResponseTypeDef:
490
+ """
491
+ Returns detailed information about a specific managed capability in your Amazon
492
+ EKS cluster, including its current status, configuration, health information,
493
+ and any issues that may be affecting its operation.
494
+
495
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_capability.html)
496
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_capability)
497
+ """
498
+
456
499
  def describe_cluster(
457
500
  self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
458
501
  ) -> DescribeClusterResponseTypeDef:
@@ -611,6 +654,16 @@ class EKSClient(BaseClient):
611
654
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_associated_access_policies)
612
655
  """
613
656
 
657
+ def list_capabilities(
658
+ self, **kwargs: Unpack[ListCapabilitiesRequestTypeDef]
659
+ ) -> ListCapabilitiesResponseTypeDef:
660
+ """
661
+ Lists all managed capabilities in your Amazon EKS cluster.
662
+
663
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_capabilities.html)
664
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_capabilities)
665
+ """
666
+
614
667
  def list_clusters(
615
668
  self, **kwargs: Unpack[ListClustersRequestTypeDef]
616
669
  ) -> ListClustersResponseTypeDef:
@@ -763,6 +816,16 @@ class EKSClient(BaseClient):
763
816
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_addon)
764
817
  """
765
818
 
819
+ def update_capability(
820
+ self, **kwargs: Unpack[UpdateCapabilityRequestTypeDef]
821
+ ) -> UpdateCapabilityResponseTypeDef:
822
+ """
823
+ Updates the configuration of a managed capability in your Amazon EKS cluster.
824
+
825
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_capability.html)
826
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_capability)
827
+ """
828
+
766
829
  def update_cluster_config(
767
830
  self, **kwargs: Unpack[UpdateClusterConfigRequestTypeDef]
768
831
  ) -> UpdateClusterConfigResponseTypeDef:
@@ -890,6 +953,17 @@ class EKSClient(BaseClient):
890
953
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
891
954
  """
892
955
 
956
+ @overload # type: ignore[override]
957
+ def get_paginator( # type: ignore[override]
958
+ self, operation_name: Literal["list_capabilities"]
959
+ ) -> ListCapabilitiesPaginator:
960
+ """
961
+ Create a paginator for an operation.
962
+
963
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
964
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
965
+ """
966
+
893
967
  @overload # type: ignore[override]
894
968
  def get_paginator( # type: ignore[override]
895
969
  self, operation_name: Literal["list_clusters"]
mypy_boto3_eks/client.pyi CHANGED
@@ -3,7 +3,7 @@ Type annotations for eks service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -33,6 +33,7 @@ from .paginator import (
33
33
  ListAccessPoliciesPaginator,
34
34
  ListAddonsPaginator,
35
35
  ListAssociatedAccessPoliciesPaginator,
36
+ ListCapabilitiesPaginator,
36
37
  ListClustersPaginator,
37
38
  ListEksAnywhereSubscriptionsPaginator,
38
39
  ListFargateProfilesPaginator,
@@ -53,6 +54,8 @@ from .type_defs import (
53
54
  CreateAccessEntryResponseTypeDef,
54
55
  CreateAddonRequestTypeDef,
55
56
  CreateAddonResponseTypeDef,
57
+ CreateCapabilityRequestTypeDef,
58
+ CreateCapabilityResponseTypeDef,
56
59
  CreateClusterRequestTypeDef,
57
60
  CreateClusterResponseTypeDef,
58
61
  CreateEksAnywhereSubscriptionRequestTypeDef,
@@ -66,6 +69,8 @@ from .type_defs import (
66
69
  DeleteAccessEntryRequestTypeDef,
67
70
  DeleteAddonRequestTypeDef,
68
71
  DeleteAddonResponseTypeDef,
72
+ DeleteCapabilityRequestTypeDef,
73
+ DeleteCapabilityResponseTypeDef,
69
74
  DeleteClusterRequestTypeDef,
70
75
  DeleteClusterResponseTypeDef,
71
76
  DeleteEksAnywhereSubscriptionRequestTypeDef,
@@ -86,6 +91,8 @@ from .type_defs import (
86
91
  DescribeAddonResponseTypeDef,
87
92
  DescribeAddonVersionsRequestTypeDef,
88
93
  DescribeAddonVersionsResponseTypeDef,
94
+ DescribeCapabilityRequestTypeDef,
95
+ DescribeCapabilityResponseTypeDef,
89
96
  DescribeClusterRequestTypeDef,
90
97
  DescribeClusterResponseTypeDef,
91
98
  DescribeClusterVersionsRequestTypeDef,
@@ -117,6 +124,8 @@ from .type_defs import (
117
124
  ListAddonsResponseTypeDef,
118
125
  ListAssociatedAccessPoliciesRequestTypeDef,
119
126
  ListAssociatedAccessPoliciesResponseTypeDef,
127
+ ListCapabilitiesRequestTypeDef,
128
+ ListCapabilitiesResponseTypeDef,
120
129
  ListClustersRequestTypeDef,
121
130
  ListClustersResponseTypeDef,
122
131
  ListEksAnywhereSubscriptionsRequestTypeDef,
@@ -145,6 +154,8 @@ from .type_defs import (
145
154
  UpdateAccessEntryResponseTypeDef,
146
155
  UpdateAddonRequestTypeDef,
147
156
  UpdateAddonResponseTypeDef,
157
+ UpdateCapabilityRequestTypeDef,
158
+ UpdateCapabilityResponseTypeDef,
148
159
  UpdateClusterConfigRequestTypeDef,
149
160
  UpdateClusterConfigResponseTypeDef,
150
161
  UpdateClusterVersionRequestTypeDef,
@@ -279,6 +290,16 @@ class EKSClient(BaseClient):
279
290
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_addon)
280
291
  """
281
292
 
293
+ def create_capability(
294
+ self, **kwargs: Unpack[CreateCapabilityRequestTypeDef]
295
+ ) -> CreateCapabilityResponseTypeDef:
296
+ """
297
+ Creates a managed capability resource for an Amazon EKS cluster.
298
+
299
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_capability.html)
300
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_capability)
301
+ """
302
+
282
303
  def create_cluster(
283
304
  self, **kwargs: Unpack[CreateClusterRequestTypeDef]
284
305
  ) -> CreateClusterResponseTypeDef:
@@ -350,6 +371,16 @@ class EKSClient(BaseClient):
350
371
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_addon)
351
372
  """
352
373
 
374
+ def delete_capability(
375
+ self, **kwargs: Unpack[DeleteCapabilityRequestTypeDef]
376
+ ) -> DeleteCapabilityResponseTypeDef:
377
+ """
378
+ Deletes a managed capability from your Amazon EKS cluster.
379
+
380
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_capability.html)
381
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_capability)
382
+ """
383
+
353
384
  def delete_cluster(
354
385
  self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
355
386
  ) -> DeleteClusterResponseTypeDef:
@@ -450,6 +481,18 @@ class EKSClient(BaseClient):
450
481
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_addon_versions)
451
482
  """
452
483
 
484
+ def describe_capability(
485
+ self, **kwargs: Unpack[DescribeCapabilityRequestTypeDef]
486
+ ) -> DescribeCapabilityResponseTypeDef:
487
+ """
488
+ Returns detailed information about a specific managed capability in your Amazon
489
+ EKS cluster, including its current status, configuration, health information,
490
+ and any issues that may be affecting its operation.
491
+
492
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_capability.html)
493
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_capability)
494
+ """
495
+
453
496
  def describe_cluster(
454
497
  self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
455
498
  ) -> DescribeClusterResponseTypeDef:
@@ -608,6 +651,16 @@ class EKSClient(BaseClient):
608
651
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_associated_access_policies)
609
652
  """
610
653
 
654
+ def list_capabilities(
655
+ self, **kwargs: Unpack[ListCapabilitiesRequestTypeDef]
656
+ ) -> ListCapabilitiesResponseTypeDef:
657
+ """
658
+ Lists all managed capabilities in your Amazon EKS cluster.
659
+
660
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_capabilities.html)
661
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_capabilities)
662
+ """
663
+
611
664
  def list_clusters(
612
665
  self, **kwargs: Unpack[ListClustersRequestTypeDef]
613
666
  ) -> ListClustersResponseTypeDef:
@@ -760,6 +813,16 @@ class EKSClient(BaseClient):
760
813
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_addon)
761
814
  """
762
815
 
816
+ def update_capability(
817
+ self, **kwargs: Unpack[UpdateCapabilityRequestTypeDef]
818
+ ) -> UpdateCapabilityResponseTypeDef:
819
+ """
820
+ Updates the configuration of a managed capability in your Amazon EKS cluster.
821
+
822
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_capability.html)
823
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_capability)
824
+ """
825
+
763
826
  def update_cluster_config(
764
827
  self, **kwargs: Unpack[UpdateClusterConfigRequestTypeDef]
765
828
  ) -> UpdateClusterConfigResponseTypeDef:
@@ -887,6 +950,17 @@ class EKSClient(BaseClient):
887
950
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
888
951
  """
889
952
 
953
+ @overload # type: ignore[override]
954
+ def get_paginator( # type: ignore[override]
955
+ self, operation_name: Literal["list_capabilities"]
956
+ ) -> ListCapabilitiesPaginator:
957
+ """
958
+ Create a paginator for an operation.
959
+
960
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
961
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
962
+ """
963
+
890
964
  @overload # type: ignore[override]
891
965
  def get_paginator( # type: ignore[override]
892
966
  self, operation_name: Literal["list_clusters"]
@@ -3,7 +3,7 @@ Type annotations for eks service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -29,7 +29,12 @@ __all__ = (
29
29
  "AddonDeletedWaiterName",
30
30
  "AddonIssueCodeType",
31
31
  "AddonStatusType",
32
+ "ArgoCdRoleType",
32
33
  "AuthenticationModeType",
34
+ "CapabilityDeletePropagationPolicyType",
35
+ "CapabilityIssueCodeType",
36
+ "CapabilityStatusType",
37
+ "CapabilityTypeType",
33
38
  "CapacityTypesType",
34
39
  "CategoryType",
35
40
  "ClusterActiveWaiterName",
@@ -57,6 +62,7 @@ __all__ = (
57
62
  "ListAccessPoliciesPaginatorName",
58
63
  "ListAddonsPaginatorName",
59
64
  "ListAssociatedAccessPoliciesPaginatorName",
65
+ "ListCapabilitiesPaginatorName",
60
66
  "ListClustersPaginatorName",
61
67
  "ListEksAnywhereSubscriptionsPaginatorName",
62
68
  "ListFargateProfilesPaginatorName",
@@ -78,6 +84,7 @@ __all__ = (
78
84
  "ResolveConflictsType",
79
85
  "ResourceServiceName",
80
86
  "ServiceName",
87
+ "SsoIdentityTypeType",
81
88
  "SupportTypeType",
82
89
  "TaintEffectType",
83
90
  "UpdateParamTypeType",
@@ -100,9 +107,11 @@ AMITypesType = Literal[
100
107
  "BOTTLEROCKET_ARM_64",
101
108
  "BOTTLEROCKET_ARM_64_FIPS",
102
109
  "BOTTLEROCKET_ARM_64_NVIDIA",
110
+ "BOTTLEROCKET_ARM_64_NVIDIA_FIPS",
103
111
  "BOTTLEROCKET_x86_64",
104
112
  "BOTTLEROCKET_x86_64_FIPS",
105
113
  "BOTTLEROCKET_x86_64_NVIDIA",
114
+ "BOTTLEROCKET_x86_64_NVIDIA_FIPS",
106
115
  "CUSTOM",
107
116
  "WINDOWS_CORE_2019_x86_64",
108
117
  "WINDOWS_CORE_2022_x86_64",
@@ -134,7 +143,14 @@ AddonStatusType = Literal[
134
143
  "UPDATE_FAILED",
135
144
  "UPDATING",
136
145
  ]
146
+ ArgoCdRoleType = Literal["ADMIN", "EDITOR", "VIEWER"]
137
147
  AuthenticationModeType = Literal["API", "API_AND_CONFIG_MAP", "CONFIG_MAP"]
148
+ CapabilityDeletePropagationPolicyType = Literal["RETAIN"]
149
+ CapabilityIssueCodeType = Literal["AccessDenied", "ClusterUnreachable"]
150
+ CapabilityStatusType = Literal[
151
+ "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
152
+ ]
153
+ CapabilityTypeType = Literal["ACK", "ARGOCD", "KRO"]
138
154
  CapacityTypesType = Literal["CAPACITY_BLOCK", "ON_DEMAND", "SPOT"]
139
155
  CategoryType = Literal["MISCONFIGURATION", "UPGRADE_READINESS"]
140
156
  ClusterActiveWaiterName = Literal["cluster_active"]
@@ -207,6 +223,7 @@ ListAccessEntriesPaginatorName = Literal["list_access_entries"]
207
223
  ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
208
224
  ListAddonsPaginatorName = Literal["list_addons"]
209
225
  ListAssociatedAccessPoliciesPaginatorName = Literal["list_associated_access_policies"]
226
+ ListCapabilitiesPaginatorName = Literal["list_capabilities"]
210
227
  ListClustersPaginatorName = Literal["list_clusters"]
211
228
  ListEksAnywhereSubscriptionsPaginatorName = Literal["list_eks_anywhere_subscriptions"]
212
229
  ListFargateProfilesPaginatorName = Literal["list_fargate_profiles"]
@@ -263,6 +280,7 @@ NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
263
280
  ProvisionedControlPlaneTierType = Literal["standard", "tier-2xl", "tier-4xl", "tier-xl"]
264
281
  RepairActionType = Literal["NoAction", "Reboot", "Replace"]
265
282
  ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
283
+ SsoIdentityTypeType = Literal["SSO_GROUP", "SSO_USER"]
266
284
  SupportTypeType = Literal["EXTENDED", "STANDARD"]
267
285
  TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
268
286
  UpdateParamTypeType = Literal[
@@ -469,7 +487,6 @@ ServiceName = Literal[
469
487
  "eks-auth",
470
488
  "elasticache",
471
489
  "elasticbeanstalk",
472
- "elastictranscoder",
473
490
  "elb",
474
491
  "elbv2",
475
492
  "emr",
@@ -604,6 +621,7 @@ ServiceName = Literal[
604
621
  "networkmonitor",
605
622
  "notifications",
606
623
  "notificationscontacts",
624
+ "nova-act",
607
625
  "oam",
608
626
  "observabilityadmin",
609
627
  "odb",
@@ -614,6 +632,8 @@ ServiceName = Literal[
614
632
  "osis",
615
633
  "outposts",
616
634
  "panorama",
635
+ "partnercentral-account",
636
+ "partnercentral-benefits",
617
637
  "partnercentral-channel",
618
638
  "partnercentral-selling",
619
639
  "payment-cryptography",
@@ -656,6 +676,7 @@ ServiceName = Literal[
656
676
  "route53-recovery-control-config",
657
677
  "route53-recovery-readiness",
658
678
  "route53domains",
679
+ "route53globalresolver",
659
680
  "route53profiles",
660
681
  "route53resolver",
661
682
  "rtbfabric",
@@ -730,6 +751,7 @@ ServiceName = Literal[
730
751
  "waf-regional",
731
752
  "wafv2",
732
753
  "wellarchitected",
754
+ "wickr",
733
755
  "wisdom",
734
756
  "workdocs",
735
757
  "workmail",
@@ -750,6 +772,7 @@ PaginatorName = Literal[
750
772
  "list_access_policies",
751
773
  "list_addons",
752
774
  "list_associated_access_policies",
775
+ "list_capabilities",
753
776
  "list_clusters",
754
777
  "list_eks_anywhere_subscriptions",
755
778
  "list_fargate_profiles",