types-boto3-eks 1.41.0__tar.gz → 1.41.2__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 (25) hide show
  1. {types_boto3_eks-1.41.0/types_boto3_eks.egg-info → types_boto3_eks-1.41.2}/PKG-INFO +4 -4
  2. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/README.md +2 -2
  3. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/pyproject.toml +2 -2
  4. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/__main__.py +3 -3
  5. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/literals.py +6 -0
  6. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/literals.pyi +6 -0
  7. types_boto3_eks-1.41.0/types_boto3_eks/type_defs.pyi → types_boto3_eks-1.41.2/types_boto3_eks/type_defs.py +250 -0
  8. types_boto3_eks-1.41.0/types_boto3_eks/type_defs.py → types_boto3_eks-1.41.2/types_boto3_eks/type_defs.pyi +7 -240
  9. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/version.py +1 -1
  10. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2/types_boto3_eks.egg-info}/PKG-INFO +4 -4
  11. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/LICENSE +0 -0
  12. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/setup.cfg +0 -0
  13. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/__init__.py +0 -0
  14. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/__init__.pyi +0 -0
  15. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/client.py +0 -0
  16. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/client.pyi +0 -0
  17. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/paginator.py +0 -0
  18. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/paginator.pyi +0 -0
  19. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/py.typed +0 -0
  20. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/waiter.py +0 -0
  21. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks/waiter.pyi +0 -0
  22. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks.egg-info/SOURCES.txt +0 -0
  23. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks.egg-info/dependency_links.txt +0 -0
  24. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/types_boto3_eks.egg-info/requires.txt +0 -0
  25. {types_boto3_eks-1.41.0 → types_boto3_eks-1.41.2}/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.41.0
4
- Summary: Type annotations for boto3 EKS 1.41.0 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.41.2
4
+ Summary: Type annotations for boto3 EKS 1.41.2 service generated with mypy-boto3-builder 8.12.0
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -42,7 +42,7 @@ Dynamic: license-file
42
42
 
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 EKS 1.41.0](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 EKS 1.41.2](https://pypi.org/project/boto3/)
46
46
  compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
105
105
  isolation.
106
106
 
107
107
  1. Run mypy-boto3-builder in your package root directory:
108
- `uvx --with 'boto3==1.41.0' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.41.2' mypy-boto3-builder`
109
109
  2. Select `boto3` AWS SDK.
110
110
  3. Add `EKS` service.
111
111
  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.41.0](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 EKS 1.41.2](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.41.0' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.41.2' 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.
@@ -4,10 +4,10 @@
4
4
 
5
5
  [project]
6
6
  name = "types-boto3-eks"
7
- version = "1.41.0"
7
+ version = "1.41.2"
8
8
  license = "MIT"
9
9
  authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
- description = "Type annotations for boto3 EKS 1.41.0 service generated with mypy-boto3-builder 8.12.0"
10
+ description = "Type annotations for boto3 EKS 1.41.2 service generated with mypy-boto3-builder 8.12.0"
11
11
  readme = "README.md"
12
12
  classifiers = [
13
13
  "Development Status :: 5 - Production/Stable",
@@ -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.0\n"
16
- "Version: 1.41.0\n"
15
+ "Type annotations for boto3 EKS 1.41.2\n"
16
+ "Version: 1.41.2\n"
17
17
  "Builder version: 8.12.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.41.0\n")
29
+ sys.stdout.write("1.41.2\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -72,6 +72,7 @@ __all__ = (
72
72
  "NodegroupStatusType",
73
73
  "NodegroupUpdateStrategiesType",
74
74
  "PaginatorName",
75
+ "ProvisionedControlPlaneTierType",
75
76
  "RegionName",
76
77
  "RepairActionType",
77
78
  "ResolveConflictsType",
@@ -259,6 +260,7 @@ NodegroupStatusType = Literal[
259
260
  "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
260
261
  ]
261
262
  NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
263
+ ProvisionedControlPlaneTierType = Literal["standard", "tier-2xl", "tier-4xl", "tier-xl"]
262
264
  RepairActionType = Literal["NoAction", "Reboot", "Replace"]
263
265
  ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
264
266
  SupportTypeType = Literal["EXTENDED", "STANDARD"]
@@ -288,6 +290,7 @@ UpdateParamTypeType = Literal[
288
290
  "NodeRepairEnabled",
289
291
  "PlatformVersion",
290
292
  "PodIdentityAssociations",
293
+ "PreviousTier",
291
294
  "PublicAccessCidrs",
292
295
  "ReleaseVersion",
293
296
  "RemoteNetworkConfig",
@@ -299,6 +302,7 @@ UpdateParamTypeType = Literal[
299
302
  "TaintsToAdd",
300
303
  "TaintsToRemove",
301
304
  "UpdateStrategy",
305
+ "UpdatedTier",
302
306
  "UpgradePolicy",
303
307
  "Version",
304
308
  "ZonalShiftConfig",
@@ -311,6 +315,7 @@ UpdateTypeType = Literal[
311
315
  "AssociateIdentityProviderConfig",
312
316
  "AutoModeUpdate",
313
317
  "ConfigUpdate",
318
+ "ControlPlaneScalingConfigUpdate",
314
319
  "DeletionProtectionUpdate",
315
320
  "DisassociateIdentityProviderConfig",
316
321
  "EndpointAccessUpdate",
@@ -418,6 +423,7 @@ ServiceName = Literal[
418
423
  "comprehend",
419
424
  "comprehendmedical",
420
425
  "compute-optimizer",
426
+ "compute-optimizer-automation",
421
427
  "config",
422
428
  "connect",
423
429
  "connect-contact-lens",
@@ -71,6 +71,7 @@ __all__ = (
71
71
  "NodegroupStatusType",
72
72
  "NodegroupUpdateStrategiesType",
73
73
  "PaginatorName",
74
+ "ProvisionedControlPlaneTierType",
74
75
  "RegionName",
75
76
  "RepairActionType",
76
77
  "ResolveConflictsType",
@@ -257,6 +258,7 @@ NodegroupStatusType = Literal[
257
258
  "ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
258
259
  ]
259
260
  NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
261
+ ProvisionedControlPlaneTierType = Literal["standard", "tier-2xl", "tier-4xl", "tier-xl"]
260
262
  RepairActionType = Literal["NoAction", "Reboot", "Replace"]
261
263
  ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
262
264
  SupportTypeType = Literal["EXTENDED", "STANDARD"]
@@ -286,6 +288,7 @@ UpdateParamTypeType = Literal[
286
288
  "NodeRepairEnabled",
287
289
  "PlatformVersion",
288
290
  "PodIdentityAssociations",
291
+ "PreviousTier",
289
292
  "PublicAccessCidrs",
290
293
  "ReleaseVersion",
291
294
  "RemoteNetworkConfig",
@@ -297,6 +300,7 @@ UpdateParamTypeType = Literal[
297
300
  "TaintsToAdd",
298
301
  "TaintsToRemove",
299
302
  "UpdateStrategy",
303
+ "UpdatedTier",
300
304
  "UpgradePolicy",
301
305
  "Version",
302
306
  "ZonalShiftConfig",
@@ -309,6 +313,7 @@ UpdateTypeType = Literal[
309
313
  "AssociateIdentityProviderConfig",
310
314
  "AutoModeUpdate",
311
315
  "ConfigUpdate",
316
+ "ControlPlaneScalingConfigUpdate",
312
317
  "DeletionProtectionUpdate",
313
318
  "DisassociateIdentityProviderConfig",
314
319
  "EndpointAccessUpdate",
@@ -416,6 +421,7 @@ ServiceName = Literal[
416
421
  "comprehend",
417
422
  "comprehendmedical",
418
423
  "compute-optimizer",
424
+ "compute-optimizer-automation",
419
425
  "config",
420
426
  "connect",
421
427
  "connect-contact-lens",