types-boto3-eks 1.40.14__tar.gz → 1.40.19__tar.gz

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.
Files changed (26) hide show
  1. {types_boto3_eks-1.40.14/types_boto3_eks.egg-info → types_boto3_eks-1.40.19}/PKG-INFO +4 -4
  2. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/README.md +2 -2
  3. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/setup.py +2 -2
  4. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/__main__.py +3 -3
  5. types_boto3_eks-1.40.14/types_boto3_eks/client.pyi → types_boto3_eks-1.40.19/types_boto3_eks/client.py +28 -0
  6. types_boto3_eks-1.40.14/types_boto3_eks/client.py → types_boto3_eks-1.40.19/types_boto3_eks/client.pyi +25 -3
  7. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/literals.py +3 -12
  8. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/literals.pyi +3 -12
  9. types_boto3_eks-1.40.14/types_boto3_eks/type_defs.pyi → types_boto3_eks-1.40.19/types_boto3_eks/type_defs.py +262 -0
  10. types_boto3_eks-1.40.14/types_boto3_eks/type_defs.py → types_boto3_eks-1.40.19/types_boto3_eks/type_defs.pyi +19 -231
  11. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/version.py +1 -1
  12. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19/types_boto3_eks.egg-info}/PKG-INFO +4 -4
  13. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/LICENSE +0 -0
  14. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/setup.cfg +0 -0
  15. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/__init__.py +0 -0
  16. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/__init__.pyi +0 -0
  17. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/paginator.py +0 -0
  18. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/paginator.pyi +0 -0
  19. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/py.typed +0 -0
  20. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/waiter.py +0 -0
  21. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks/waiter.pyi +0 -0
  22. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks.egg-info/SOURCES.txt +0 -0
  23. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks.egg-info/not-zip-safe +0 -0
  25. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks.egg-info/requires.txt +0 -0
  26. {types_boto3_eks-1.40.14 → types_boto3_eks-1.40.19}/types_boto3_eks.egg-info/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-eks
3
- Version: 1.40.14
4
- Summary: Type annotations for boto3 EKS 1.40.14 service generated with mypy-boto3-builder 8.11.0
3
+ Version: 1.40.19
4
+ Summary: Type annotations for boto3 EKS 1.40.19 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.14](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 EKS 1.40.19](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.14' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.40.19' 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.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 EKS 1.40.14](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 EKS 1.40.19](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.40.14' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.19' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `EKS` service.
78
78
  4. Use provided commands to install generated packages.
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
13
13
 
14
14
  setup(
15
15
  name="types-boto3-eks",
16
- version="1.40.14",
16
+ version="1.40.19",
17
17
  packages=["types_boto3_eks"],
18
18
  url="https://github.com/youtype/mypy_boto3_builder",
19
19
  license="MIT License",
20
20
  author="Vlad Emelianov",
21
21
  author_email="vlad.emelianov.nz@gmail.com",
22
- description="Type annotations for boto3 EKS 1.40.14 service generated with mypy-boto3-builder 8.11.0",
22
+ description="Type annotations for boto3 EKS 1.40.19 service generated with mypy-boto3-builder 8.11.0",
23
23
  classifiers=[
24
24
  "Development Status :: 5 - Production/Stable",
25
25
  "Intended Audience :: Developers",
@@ -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.14\n"
16
- "Version: 1.40.14\n"
15
+ "Type annotations for boto3 EKS 1.40.19\n"
16
+ "Version: 1.40.19\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.14\n")
29
+ sys.stdout.write("1.40.19\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -97,6 +97,8 @@ from .type_defs import (
97
97
  DescribeIdentityProviderConfigResponseTypeDef,
98
98
  DescribeInsightRequestTypeDef,
99
99
  DescribeInsightResponseTypeDef,
100
+ DescribeInsightsRefreshRequestTypeDef,
101
+ DescribeInsightsRefreshResponseTypeDef,
100
102
  DescribeNodegroupRequestTypeDef,
101
103
  DescribeNodegroupResponseTypeDef,
102
104
  DescribePodIdentityAssociationRequestTypeDef,
@@ -134,6 +136,8 @@ from .type_defs import (
134
136
  ListUpdatesResponseTypeDef,
135
137
  RegisterClusterRequestTypeDef,
136
138
  RegisterClusterResponseTypeDef,
139
+ StartInsightsRefreshRequestTypeDef,
140
+ StartInsightsRefreshResponseTypeDef,
137
141
  TagResourceRequestTypeDef,
138
142
  UntagResourceRequestTypeDef,
139
143
  UpdateAccessEntryRequestTypeDef,
@@ -175,8 +179,10 @@ if sys.version_info >= (3, 12):
175
179
  else:
176
180
  from typing_extensions import Literal, Unpack
177
181
 
182
+
178
183
  __all__ = ("EKSClient",)
179
184
 
185
+
180
186
  class Exceptions(BaseClientExceptions):
181
187
  AccessDeniedException: Type[BotocoreClientError]
182
188
  BadRequestException: Type[BotocoreClientError]
@@ -195,6 +201,7 @@ class Exceptions(BaseClientExceptions):
195
201
  ThrottlingException: Type[BotocoreClientError]
196
202
  UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
197
203
 
204
+
198
205
  class EKSClient(BaseClient):
199
206
  """
200
207
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
@@ -511,6 +518,16 @@ class EKSClient(BaseClient):
511
518
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insight)
512
519
  """
513
520
 
521
+ def describe_insights_refresh(
522
+ self, **kwargs: Unpack[DescribeInsightsRefreshRequestTypeDef]
523
+ ) -> DescribeInsightsRefreshResponseTypeDef:
524
+ """
525
+ Returns the status of the latest on-demand cluster insights refresh operation.
526
+
527
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_insights_refresh.html)
528
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insights_refresh)
529
+ """
530
+
514
531
  def describe_nodegroup(
515
532
  self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
516
533
  ) -> DescribeNodegroupResponseTypeDef:
@@ -703,6 +720,17 @@ class EKSClient(BaseClient):
703
720
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#register_cluster)
704
721
  """
705
722
 
723
+ def start_insights_refresh(
724
+ self, **kwargs: Unpack[StartInsightsRefreshRequestTypeDef]
725
+ ) -> StartInsightsRefreshResponseTypeDef:
726
+ """
727
+ Initiates an on-demand refresh operation for cluster insights, getting the
728
+ latest analysis outside of the standard refresh schedule.
729
+
730
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/start_insights_refresh.html)
731
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#start_insights_refresh)
732
+ """
733
+
706
734
  def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
707
735
  """
708
736
  Associates the specified tags to an Amazon EKS resource with the specified
@@ -97,6 +97,8 @@ from .type_defs import (
97
97
  DescribeIdentityProviderConfigResponseTypeDef,
98
98
  DescribeInsightRequestTypeDef,
99
99
  DescribeInsightResponseTypeDef,
100
+ DescribeInsightsRefreshRequestTypeDef,
101
+ DescribeInsightsRefreshResponseTypeDef,
100
102
  DescribeNodegroupRequestTypeDef,
101
103
  DescribeNodegroupResponseTypeDef,
102
104
  DescribePodIdentityAssociationRequestTypeDef,
@@ -134,6 +136,8 @@ from .type_defs import (
134
136
  ListUpdatesResponseTypeDef,
135
137
  RegisterClusterRequestTypeDef,
136
138
  RegisterClusterResponseTypeDef,
139
+ StartInsightsRefreshRequestTypeDef,
140
+ StartInsightsRefreshResponseTypeDef,
137
141
  TagResourceRequestTypeDef,
138
142
  UntagResourceRequestTypeDef,
139
143
  UpdateAccessEntryRequestTypeDef,
@@ -175,10 +179,8 @@ if sys.version_info >= (3, 12):
175
179
  else:
176
180
  from typing_extensions import Literal, Unpack
177
181
 
178
-
179
182
  __all__ = ("EKSClient",)
180
183
 
181
-
182
184
  class Exceptions(BaseClientExceptions):
183
185
  AccessDeniedException: Type[BotocoreClientError]
184
186
  BadRequestException: Type[BotocoreClientError]
@@ -197,7 +199,6 @@ class Exceptions(BaseClientExceptions):
197
199
  ThrottlingException: Type[BotocoreClientError]
198
200
  UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
199
201
 
200
-
201
202
  class EKSClient(BaseClient):
202
203
  """
203
204
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
@@ -514,6 +515,16 @@ class EKSClient(BaseClient):
514
515
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insight)
515
516
  """
516
517
 
518
+ def describe_insights_refresh(
519
+ self, **kwargs: Unpack[DescribeInsightsRefreshRequestTypeDef]
520
+ ) -> DescribeInsightsRefreshResponseTypeDef:
521
+ """
522
+ Returns the status of the latest on-demand cluster insights refresh operation.
523
+
524
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_insights_refresh.html)
525
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_insights_refresh)
526
+ """
527
+
517
528
  def describe_nodegroup(
518
529
  self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
519
530
  ) -> DescribeNodegroupResponseTypeDef:
@@ -706,6 +717,17 @@ class EKSClient(BaseClient):
706
717
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#register_cluster)
707
718
  """
708
719
 
720
+ def start_insights_refresh(
721
+ self, **kwargs: Unpack[StartInsightsRefreshRequestTypeDef]
722
+ ) -> StartInsightsRefreshResponseTypeDef:
723
+ """
724
+ Initiates an on-demand refresh operation for cluster insights, getting the
725
+ latest analysis outside of the standard refresh schedule.
726
+
727
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/start_insights_refresh.html)
728
+ [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#start_insights_refresh)
729
+ """
730
+
709
731
  def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
710
732
  """
711
733
  Associates the specified tags to an Amazon EKS resource with the specified
@@ -51,6 +51,7 @@ __all__ = (
51
51
  "FargateProfileIssueCodeType",
52
52
  "FargateProfileStatusType",
53
53
  "InsightStatusValueType",
54
+ "InsightsRefreshStatusType",
54
55
  "IpFamilyType",
55
56
  "ListAccessEntriesPaginatorName",
56
57
  "ListAccessPoliciesPaginatorName",
@@ -198,6 +199,7 @@ FargateProfileStatusType = Literal[
198
199
  "ACTIVE", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
199
200
  ]
200
201
  InsightStatusValueType = Literal["ERROR", "PASSING", "UNKNOWN", "WARNING"]
202
+ InsightsRefreshStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
201
203
  IpFamilyType = Literal["ipv4", "ipv6"]
202
204
  ListAccessEntriesPaginatorName = Literal["list_access_entries"]
203
205
  ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
@@ -602,8 +604,6 @@ ServiceName = Literal[
602
604
  "omics",
603
605
  "opensearch",
604
606
  "opensearchserverless",
605
- "opsworks",
606
- "opsworkscm",
607
607
  "organizations",
608
608
  "osis",
609
609
  "outposts",
@@ -736,16 +736,7 @@ ServiceName = Literal[
736
736
  "xray",
737
737
  ]
738
738
  ResourceServiceName = Literal[
739
- "cloudformation",
740
- "cloudwatch",
741
- "dynamodb",
742
- "ec2",
743
- "glacier",
744
- "iam",
745
- "opsworks",
746
- "s3",
747
- "sns",
748
- "sqs",
739
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
749
740
  ]
750
741
  PaginatorName = Literal[
751
742
  "describe_addon_versions",
@@ -50,6 +50,7 @@ __all__ = (
50
50
  "FargateProfileIssueCodeType",
51
51
  "FargateProfileStatusType",
52
52
  "InsightStatusValueType",
53
+ "InsightsRefreshStatusType",
53
54
  "IpFamilyType",
54
55
  "ListAccessEntriesPaginatorName",
55
56
  "ListAccessPoliciesPaginatorName",
@@ -196,6 +197,7 @@ FargateProfileStatusType = Literal[
196
197
  "ACTIVE", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
197
198
  ]
198
199
  InsightStatusValueType = Literal["ERROR", "PASSING", "UNKNOWN", "WARNING"]
200
+ InsightsRefreshStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS"]
199
201
  IpFamilyType = Literal["ipv4", "ipv6"]
200
202
  ListAccessEntriesPaginatorName = Literal["list_access_entries"]
201
203
  ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
@@ -600,8 +602,6 @@ ServiceName = Literal[
600
602
  "omics",
601
603
  "opensearch",
602
604
  "opensearchserverless",
603
- "opsworks",
604
- "opsworkscm",
605
605
  "organizations",
606
606
  "osis",
607
607
  "outposts",
@@ -734,16 +734,7 @@ ServiceName = Literal[
734
734
  "xray",
735
735
  ]
736
736
  ResourceServiceName = Literal[
737
- "cloudformation",
738
- "cloudwatch",
739
- "dynamodb",
740
- "ec2",
741
- "glacier",
742
- "iam",
743
- "opsworks",
744
- "s3",
745
- "sns",
746
- "sqs",
737
+ "cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
747
738
  ]
748
739
  PaginatorName = Literal[
749
740
  "describe_addon_versions",