types-boto3-eks 1.42.3__py3-none-any.whl → 1.42.42__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/types_boto3_docs/types_boto3_eks/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Main interface for eks service.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -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.42.3\n"
16
- "Version: 1.42.3\n"
15
+ "Type annotations for boto3 EKS 1.42.42\n"
16
+ "Version: 1.42.42\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.42.3\n")
29
+ sys.stdout.write("1.42.42\n")
30
30
 
31
31
 
32
32
  def main() -> None:
types_boto3_eks/client.py CHANGED
@@ -3,7 +3,7 @@ Type annotations for eks service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for eks service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for eks service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -107,9 +107,11 @@ AMITypesType = Literal[
107
107
  "BOTTLEROCKET_ARM_64",
108
108
  "BOTTLEROCKET_ARM_64_FIPS",
109
109
  "BOTTLEROCKET_ARM_64_NVIDIA",
110
+ "BOTTLEROCKET_ARM_64_NVIDIA_FIPS",
110
111
  "BOTTLEROCKET_x86_64",
111
112
  "BOTTLEROCKET_x86_64_FIPS",
112
113
  "BOTTLEROCKET_x86_64_NVIDIA",
114
+ "BOTTLEROCKET_x86_64_NVIDIA_FIPS",
113
115
  "CUSTOM",
114
116
  "WINDOWS_CORE_2019_x86_64",
115
117
  "WINDOWS_CORE_2022_x86_64",
@@ -485,7 +487,6 @@ ServiceName = Literal[
485
487
  "eks-auth",
486
488
  "elasticache",
487
489
  "elasticbeanstalk",
488
- "elastictranscoder",
489
490
  "elb",
490
491
  "elbv2",
491
492
  "emr",
@@ -750,6 +751,7 @@ ServiceName = Literal[
750
751
  "waf-regional",
751
752
  "wafv2",
752
753
  "wellarchitected",
754
+ "wickr",
753
755
  "wisdom",
754
756
  "workdocs",
755
757
  "workmail",
@@ -3,7 +3,7 @@ Type annotations for eks service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/literals/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -105,9 +105,11 @@ AMITypesType = Literal[
105
105
  "BOTTLEROCKET_ARM_64",
106
106
  "BOTTLEROCKET_ARM_64_FIPS",
107
107
  "BOTTLEROCKET_ARM_64_NVIDIA",
108
+ "BOTTLEROCKET_ARM_64_NVIDIA_FIPS",
108
109
  "BOTTLEROCKET_x86_64",
109
110
  "BOTTLEROCKET_x86_64_FIPS",
110
111
  "BOTTLEROCKET_x86_64_NVIDIA",
112
+ "BOTTLEROCKET_x86_64_NVIDIA_FIPS",
111
113
  "CUSTOM",
112
114
  "WINDOWS_CORE_2019_x86_64",
113
115
  "WINDOWS_CORE_2022_x86_64",
@@ -483,7 +485,6 @@ ServiceName = Literal[
483
485
  "eks-auth",
484
486
  "elasticache",
485
487
  "elasticbeanstalk",
486
- "elastictranscoder",
487
488
  "elb",
488
489
  "elbv2",
489
490
  "emr",
@@ -748,6 +749,7 @@ ServiceName = Literal[
748
749
  "waf-regional",
749
750
  "wafv2",
750
751
  "wellarchitected",
752
+ "wickr",
751
753
  "wisdom",
752
754
  "workdocs",
753
755
  "workmail",
@@ -3,7 +3,7 @@ Type annotations for eks service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for eks service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/paginators/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for eks service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for eks service type definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/type_defs/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  """
2
2
  Source of truth for version.
3
3
 
4
- Copyright 2025 Vlad Emelianov
4
+ Copyright 2026 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.42.3"
7
+ __version__ = "1.42.42"
types_boto3_eks/waiter.py CHANGED
@@ -3,7 +3,7 @@ Type annotations for eks service client waiters.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/waiters/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -3,7 +3,7 @@ Type annotations for eks service client waiters.
3
3
 
4
4
  [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/waiters/)
5
5
 
6
- Copyright 2025 Vlad Emelianov
6
+ Copyright 2026 Vlad Emelianov
7
7
 
8
8
  Usage::
9
9
 
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-eks
3
- Version: 1.42.3
4
- Summary: Type annotations for boto3 EKS 1.42.3 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.42.42
4
+ Summary: Type annotations for boto3 EKS 1.42.42 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.42.3](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 EKS 1.42.42](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.42.3' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.42.42' 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.
@@ -0,0 +1,20 @@
1
+ types_boto3_eks/__init__.py,sha256=yu4O0mVv9cBViJbi6YDJRjarxOMDFr0CXE7nEcQ8-So,5270
2
+ types_boto3_eks/__init__.pyi,sha256=y5Dp0VBE2PdgDurdNSDt0aBT6y1JsSwd0OQ0AqrGteQ,5269
3
+ types_boto3_eks/__main__.py,sha256=AIhHuJRM_g5motzqU79S2i2DBNr0-pudr4k5eWCvvi0,969
4
+ types_boto3_eks/client.py,sha256=ZZEC8loYSXdrmiCxnwj7sVcG74Yx34P1xbZ-aqW8ioA,54282
5
+ types_boto3_eks/client.pyi,sha256=RQMSRgAoua3BfFiw1sidQPRBP1JJnY0eswjVYPas_Z4,54279
6
+ types_boto3_eks/literals.py,sha256=ZWkbM6Xz0EZGX5VdiHka55d9HVWc-ChxDs_u81UHvKE,21126
7
+ types_boto3_eks/literals.pyi,sha256=naJVeuAVRADOaCWDkYU1K56Ta0qlgDqGYAc1Kd950XY,21124
8
+ types_boto3_eks/paginator.py,sha256=y_VAalNQ8XP4RnLuJ9hsrXbmKXy-WzbFM0megZxBBqI,21859
9
+ types_boto3_eks/paginator.pyi,sha256=KeQFMnMBKUqdCfMyFNAzs2CciatkC_OEKJOATbuRRLA,21813
10
+ types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_eks/type_defs.py,sha256=BGqyLesmn41AdoQIsF_btVrrXZ7UyvR7KSGox3_LLUA,66374
12
+ types_boto3_eks/type_defs.pyi,sha256=j-qd3D-tjllS7wgeTC4zd5vazWscsh8u823pl-enXLs,66102
13
+ types_boto3_eks/version.py,sha256=e6HoYfetC3qcC0gAdQCVrDkrRgu8bjbOwNSmZtKJDJE,93
14
+ types_boto3_eks/waiter.py,sha256=v3gttFwTekUdV3pjXO9MW-QejYNKG9dA8JRTFw2yZdg,8683
15
+ types_boto3_eks/waiter.pyi,sha256=_EXpecd_uLEaakcq2qeotD7JdZyFLdaIdOSI8fi_Dv0,8666
16
+ types_boto3_eks-1.42.42.dist-info/licenses/LICENSE,sha256=MdPBcMOA_mXHmAaBn41qTH8zP7qsdQfRAIxNJaCq-wE,1070
17
+ types_boto3_eks-1.42.42.dist-info/METADATA,sha256=C-DqtZHnUU9go8K1p9A_KVZYZrP-tk7Y1Vzh7ujBEGk,17867
18
+ types_boto3_eks-1.42.42.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
+ types_boto3_eks-1.42.42.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
20
+ types_boto3_eks-1.42.42.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Vlad Emelianov
3
+ Copyright (c) 2026 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,20 +0,0 @@
1
- types_boto3_eks/__init__.py,sha256=bmTQuVeRajV5QZYPr5MDZEA8LMQfN0Gb21V2CvU9zpI,5270
2
- types_boto3_eks/__init__.pyi,sha256=wDbtvbAHEC1dPMjietQ1x400zE2zhc4wtj3WfgP0ecc,5269
3
- types_boto3_eks/__main__.py,sha256=5e42RkPsYJaMf2nYOqQur1g4bDlCE5qfxFIrS5nKArw,966
4
- types_boto3_eks/client.py,sha256=nsuNU_5V9-X_TQGAGji0bU7ADLbahImAaKqYhbySzVw,54282
5
- types_boto3_eks/client.pyi,sha256=42b0PxZt3mEFA9Ndz633VznCYN03rwSVRV7tWpJc2s4,54279
6
- types_boto3_eks/literals.py,sha256=t7bLiZ2wgrx80A0MLZA7wMKU-6RN_9vZDYafiBUAIuY,21060
7
- types_boto3_eks/literals.pyi,sha256=7WnlouTKeZRovSxcjicpfSvXivHNV6IzYHi7Ukv1N1I,21058
8
- types_boto3_eks/paginator.py,sha256=lJWjh8z2E_sPONERNXWQj9dgvftY8oyrmmUHhzLzq34,21859
9
- types_boto3_eks/paginator.pyi,sha256=LVdRHTbVM3Z5kbTwAL17Ee0pE_4CgvuzkyAG1gHFMSA,21813
10
- types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_eks/type_defs.py,sha256=ROdI-QxQPBsoMB16EiHH08Al_I6DXkMGLWoz0Zk8wiY,66374
12
- types_boto3_eks/type_defs.pyi,sha256=VJ0sSQzvUlX4sg6u3491N3Qs2Yza-aUGR23Iju7qI44,66102
13
- types_boto3_eks/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
14
- types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
15
- types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
16
- types_boto3_eks-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_eks-1.42.3.dist-info/METADATA,sha256=la3TCrarN0ZRyNgMWOBvJUR_LfUjjVWP22jQSrmJ7zk,17863
18
- types_boto3_eks-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- types_boto3_eks-1.42.3.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
20
- types_boto3_eks-1.42.3.dist-info/RECORD,,