types-boto3-eks 1.35.72__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.35.72/LICENSE +21 -0
  2. types_boto3_eks-1.35.72/PKG-INFO +535 -0
  3. types_boto3_eks-1.35.72/README.md +501 -0
  4. types_boto3_eks-1.35.72/setup.cfg +4 -0
  5. types_boto3_eks-1.35.72/setup.py +56 -0
  6. types_boto3_eks-1.35.72/types_boto3_eks/__init__.py +118 -0
  7. types_boto3_eks-1.35.72/types_boto3_eks/__init__.pyi +117 -0
  8. types_boto3_eks-1.35.72/types_boto3_eks/__main__.py +42 -0
  9. types_boto3_eks-1.35.72/types_boto3_eks/client.py +1007 -0
  10. types_boto3_eks-1.35.72/types_boto3_eks/client.pyi +1003 -0
  11. types_boto3_eks-1.35.72/types_boto3_eks/literals.py +774 -0
  12. types_boto3_eks-1.35.72/types_boto3_eks/literals.pyi +772 -0
  13. types_boto3_eks-1.35.72/types_boto3_eks/paginator.py +320 -0
  14. types_boto3_eks-1.35.72/types_boto3_eks/paginator.pyi +291 -0
  15. types_boto3_eks-1.35.72/types_boto3_eks/py.typed +0 -0
  16. types_boto3_eks-1.35.72/types_boto3_eks/type_defs.py +1810 -0
  17. types_boto3_eks-1.35.72/types_boto3_eks/type_defs.pyi +1586 -0
  18. types_boto3_eks-1.35.72/types_boto3_eks/version.py +7 -0
  19. types_boto3_eks-1.35.72/types_boto3_eks/waiter.py +177 -0
  20. types_boto3_eks-1.35.72/types_boto3_eks/waiter.pyi +160 -0
  21. types_boto3_eks-1.35.72/types_boto3_eks.egg-info/PKG-INFO +535 -0
  22. types_boto3_eks-1.35.72/types_boto3_eks.egg-info/SOURCES.txt +24 -0
  23. types_boto3_eks-1.35.72/types_boto3_eks.egg-info/dependency_links.txt +1 -0
  24. types_boto3_eks-1.35.72/types_boto3_eks.egg-info/not-zip-safe +1 -0
  25. types_boto3_eks-1.35.72/types_boto3_eks.egg-info/requires.txt +3 -0
  26. types_boto3_eks-1.35.72/types_boto3_eks.egg-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,535 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-eks
3
+ Version: 1.35.72
4
+ Summary: Type annotations for boto3 EKS 1.35.72 service generated with mypy-boto3-builder 8.5.0
5
+ Home-page: https://github.com/youtype/mypy_boto3_builder
6
+ Author: Vlad Emelianov
7
+ Author-email: vlad.emelianov.nz@gmail.com
8
+ License: MIT License
9
+ Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_eks/
10
+ Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
+ Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
+ Keywords: boto3 eks boto3-stubs type-annotations mypy typeshed autocomplete
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Environment :: Console
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.8
21
+ Classifier: Programming Language :: Python :: 3.9
22
+ Classifier: Programming Language :: Python :: 3.10
23
+ Classifier: Programming Language :: Python :: 3.11
24
+ Classifier: Programming Language :: Python :: 3.12
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
+ Classifier: Programming Language :: Python :: 3 :: Only
28
+ Classifier: Programming Language :: Python :: Implementation :: CPython
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
34
+
35
+ <a id="types-boto3-eks"></a>
36
+
37
+ # types-boto3-eks
38
+
39
+ [![PyPI - types-boto3-eks](https://img.shields.io/pypi/v/types-boto3-eks.svg?color=blue)](https://pypi.org/project/types-boto3-eks/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-eks.svg?color=blue)](https://pypi.org/project/types-boto3-eks/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-eks)](https://pypistats.org/packages/types-boto3-eks)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for [boto3 EKS 1.35.72](https://pypi.org/project/boto3/)
47
+ compatible with [VSCode](https://code.visualstudio.com/),
48
+ [PyCharm](https://www.jetbrains.com/pycharm/),
49
+ [Emacs](https://www.gnu.org/software/emacs/),
50
+ [Sublime Text](https://www.sublimetext.com/),
51
+ [mypy](https://github.com/python/mypy),
52
+ [pyright](https://github.com/microsoft/pyright) and other tools.
53
+
54
+ Generated by
55
+ [mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
59
+ [types-boto3-eks docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/).
60
+
61
+ See how it helps you find and fix potential bugs:
62
+
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-boto3-eks](#types-boto3-eks)
66
+ - [How to install](#how-to-install)
67
+ - [VSCode extension](#vscode-extension)
68
+ - [From PyPI with pip](#from-pypi-with-pip)
69
+ - [How to uninstall](#how-to-uninstall)
70
+ - [Usage](#usage)
71
+ - [VSCode](#vscode)
72
+ - [PyCharm](#pycharm)
73
+ - [Emacs](#emacs)
74
+ - [Sublime Text](#sublime-text)
75
+ - [Other IDEs](#other-ides)
76
+ - [mypy](#mypy)
77
+ - [pyright](#pyright)
78
+ - [Pylint compatibility](#pylint-compatibility)
79
+ - [Explicit type annotations](#explicit-type-annotations)
80
+ - [Client annotations](#client-annotations)
81
+ - [Paginators annotations](#paginators-annotations)
82
+ - [Waiters annotations](#waiters-annotations)
83
+ - [Literals](#literals)
84
+ - [Type definitions](#type-definitions)
85
+ - [How it works](#how-it-works)
86
+ - [What's new](#what's-new)
87
+ - [Implemented features](#implemented-features)
88
+ - [Latest changes](#latest-changes)
89
+ - [Versioning](#versioning)
90
+ - [Thank you](#thank-you)
91
+ - [Documentation](#documentation)
92
+ - [Support and contributing](#support-and-contributing)
93
+
94
+ <a id="how-to-install"></a>
95
+
96
+ ## How to install
97
+
98
+ <a id="vscode-extension"></a>
99
+
100
+ ### VSCode extension
101
+
102
+ Add
103
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
104
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
105
+
106
+ Click `Modify` and select `boto3 common` and `EKS`.
107
+
108
+ <a id="from-pypi-with-pip"></a>
109
+
110
+ ### From PyPI with pip
111
+
112
+ Install `types-boto3` for `EKS` service.
113
+
114
+ ```bash
115
+ # install with boto3 type annotations
116
+ python -m pip install 'types-boto3[eks]'
117
+
118
+
119
+ # Lite version does not provide session.client/resource overloads
120
+ # it is more RAM-friendly, but requires explicit type annotations
121
+ python -m pip install 'types-boto3-lite[eks]'
122
+
123
+
124
+ # standalone installation
125
+ python -m pip install types-boto3-eks
126
+ ```
127
+
128
+ <a id="how-to-uninstall"></a>
129
+
130
+ ## How to uninstall
131
+
132
+ ```bash
133
+ python -m pip uninstall -y types-boto3-eks
134
+ ```
135
+
136
+ <a id="usage"></a>
137
+
138
+ ## Usage
139
+
140
+ <a id="vscode"></a>
141
+
142
+ ### VSCode
143
+
144
+ - Install
145
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
146
+ - Install
147
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
148
+ - Set `Pylance` as your Python Language Server
149
+ - Install `types-boto3[eks]` in your environment:
150
+
151
+ ```bash
152
+ python -m pip install 'types-boto3[eks]'
153
+ ```
154
+
155
+ Both type checking and code completion should now work. No explicit type
156
+ annotations required, write your `boto3` code as usual.
157
+
158
+ <a id="pycharm"></a>
159
+
160
+ ### PyCharm
161
+
162
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
163
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
164
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
165
+ > the issue is resolved.
166
+
167
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
168
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
169
+ > [pyright](https://github.com/microsoft/pyright) instead.
170
+
171
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
172
+ > `types-boto3` with
173
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
174
+
175
+ ```bash
176
+ pip uninstall types-boto3
177
+ pip install types-boto3-lite
178
+ ```
179
+
180
+ Install `types-boto3[eks]` in your environment:
181
+
182
+ ```bash
183
+ python -m pip install 'types-boto3[eks]'
184
+ ```
185
+
186
+ Both type checking and code completion should now work.
187
+
188
+ <a id="emacs"></a>
189
+
190
+ ### Emacs
191
+
192
+ - Install `types-boto3` with services you use in your environment:
193
+
194
+ ```bash
195
+ python -m pip install 'types-boto3[eks]'
196
+ ```
197
+
198
+ - Install [use-package](https://github.com/jwiegley/use-package),
199
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
200
+ [company](https://github.com/company-mode/company-mode) and
201
+ [flycheck](https://github.com/flycheck/flycheck) packages
202
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
203
+
204
+ ```elisp
205
+ (use-package lsp-pyright
206
+ :ensure t
207
+ :hook (python-mode . (lambda ()
208
+ (require 'lsp-pyright)
209
+ (lsp))) ; or lsp-deferred
210
+ :init (when (executable-find "python3")
211
+ (setq lsp-pyright-python-executable-cmd "python3"))
212
+ )
213
+ ```
214
+
215
+ - Make sure emacs uses the environment where you have installed `types-boto3`
216
+
217
+ Type checking should now work. No explicit type annotations required, write
218
+ your `boto3` code as usual.
219
+
220
+ <a id="sublime-text"></a>
221
+
222
+ ### Sublime Text
223
+
224
+ - Install `types-boto3[eks]` with services you use in your environment:
225
+
226
+ ```bash
227
+ python -m pip install 'types-boto3[eks]'
228
+ ```
229
+
230
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
231
+
232
+ Type checking should now work. No explicit type annotations required, write
233
+ your `boto3` code as usual.
234
+
235
+ <a id="other-ides"></a>
236
+
237
+ ### Other IDEs
238
+
239
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
240
+ should work.
241
+
242
+ <a id="mypy"></a>
243
+
244
+ ### mypy
245
+
246
+ - Install `mypy`: `python -m pip install mypy`
247
+ - Install `types-boto3[eks]` in your environment:
248
+
249
+ ```bash
250
+ python -m pip install 'types-boto3[eks]'
251
+ ```
252
+
253
+ Type checking should now work. No explicit type annotations required, write
254
+ your `boto3` code as usual.
255
+
256
+ <a id="pyright"></a>
257
+
258
+ ### pyright
259
+
260
+ - Install `pyright`: `npm i -g pyright`
261
+ - Install `types-boto3[eks]` in your environment:
262
+
263
+ ```bash
264
+ python -m pip install 'types-boto3[eks]'
265
+ ```
266
+
267
+ Optionally, you can install `types-boto3` to `typings` directory.
268
+
269
+ Type checking should now work. No explicit type annotations required, write
270
+ your `boto3` code as usual.
271
+
272
+ <a id="pylint-compatibility"></a>
273
+
274
+ ### Pylint compatibility
275
+
276
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
277
+ `types-boto3-eks` dependency in production. However, there is an issue in
278
+ `pylint` that it complains about undefined variables. To fix it, set all types
279
+ to `object` in non-`TYPE_CHECKING` mode.
280
+
281
+ ```python
282
+ from typing import TYPE_CHECKING
283
+
284
+ if TYPE_CHECKING:
285
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
286
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
287
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
288
+ else:
289
+ EC2Client = object
290
+ EC2ServiceResource = object
291
+ BundleTaskCompleteWaiter = object
292
+ DescribeVolumesPaginator = object
293
+
294
+ ...
295
+ ```
296
+
297
+ <a id="explicit-type-annotations"></a>
298
+
299
+ ## Explicit type annotations
300
+
301
+ <a id="client-annotations"></a>
302
+
303
+ ### Client annotations
304
+
305
+ `EKSClient` provides annotations for `boto3.client("eks")`.
306
+
307
+ ```python
308
+ from boto3.session import Session
309
+
310
+ from types_boto3_eks import EKSClient
311
+
312
+ client: EKSClient = Session().client("eks")
313
+
314
+ # now client usage is checked by mypy and IDE should provide code completion
315
+ ```
316
+
317
+ <a id="paginators-annotations"></a>
318
+
319
+ ### Paginators annotations
320
+
321
+ `types_boto3_eks.paginator` module contains type annotations for all
322
+ paginators.
323
+
324
+ ```python
325
+ from boto3.session import Session
326
+
327
+ from types_boto3_eks import EKSClient
328
+ from types_boto3_eks.paginator import (
329
+ DescribeAddonVersionsPaginator,
330
+ ListAccessEntriesPaginator,
331
+ ListAccessPoliciesPaginator,
332
+ ListAddonsPaginator,
333
+ ListAssociatedAccessPoliciesPaginator,
334
+ ListClustersPaginator,
335
+ ListEksAnywhereSubscriptionsPaginator,
336
+ ListFargateProfilesPaginator,
337
+ ListIdentityProviderConfigsPaginator,
338
+ ListInsightsPaginator,
339
+ ListNodegroupsPaginator,
340
+ ListPodIdentityAssociationsPaginator,
341
+ ListUpdatesPaginator,
342
+ )
343
+
344
+ client: EKSClient = Session().client("eks")
345
+
346
+ # Explicit type annotations are optional here
347
+ # Types should be correctly discovered by mypy and IDEs
348
+ describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator(
349
+ "describe_addon_versions"
350
+ )
351
+ list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator(
352
+ "list_access_entries"
353
+ )
354
+ list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator(
355
+ "list_access_policies"
356
+ )
357
+ list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
358
+ list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = (
359
+ client.get_paginator("list_associated_access_policies")
360
+ )
361
+ list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
362
+ list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = (
363
+ client.get_paginator("list_eks_anywhere_subscriptions")
364
+ )
365
+ list_fargate_profiles_paginator: ListFargateProfilesPaginator = client.get_paginator(
366
+ "list_fargate_profiles"
367
+ )
368
+ list_identity_provider_configs_paginator: ListIdentityProviderConfigsPaginator = (
369
+ client.get_paginator("list_identity_provider_configs")
370
+ )
371
+ list_insights_paginator: ListInsightsPaginator = client.get_paginator("list_insights")
372
+ list_nodegroups_paginator: ListNodegroupsPaginator = client.get_paginator("list_nodegroups")
373
+ list_pod_identity_associations_paginator: ListPodIdentityAssociationsPaginator = (
374
+ client.get_paginator("list_pod_identity_associations")
375
+ )
376
+ list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
377
+ ```
378
+
379
+ <a id="waiters-annotations"></a>
380
+
381
+ ### Waiters annotations
382
+
383
+ `types_boto3_eks.waiter` module contains type annotations for all waiters.
384
+
385
+ ```python
386
+ from boto3.session import Session
387
+
388
+ from types_boto3_eks import EKSClient
389
+ from types_boto3_eks.waiter import (
390
+ AddonActiveWaiter,
391
+ AddonDeletedWaiter,
392
+ ClusterActiveWaiter,
393
+ ClusterDeletedWaiter,
394
+ FargateProfileActiveWaiter,
395
+ FargateProfileDeletedWaiter,
396
+ NodegroupActiveWaiter,
397
+ NodegroupDeletedWaiter,
398
+ )
399
+
400
+ client: EKSClient = Session().client("eks")
401
+
402
+ # Explicit type annotations are optional here
403
+ # Types should be correctly discovered by mypy and IDEs
404
+ addon_active_waiter: AddonActiveWaiter = client.get_waiter("addon_active")
405
+ addon_deleted_waiter: AddonDeletedWaiter = client.get_waiter("addon_deleted")
406
+ cluster_active_waiter: ClusterActiveWaiter = client.get_waiter("cluster_active")
407
+ cluster_deleted_waiter: ClusterDeletedWaiter = client.get_waiter("cluster_deleted")
408
+ fargate_profile_active_waiter: FargateProfileActiveWaiter = client.get_waiter(
409
+ "fargate_profile_active"
410
+ )
411
+ fargate_profile_deleted_waiter: FargateProfileDeletedWaiter = client.get_waiter(
412
+ "fargate_profile_deleted"
413
+ )
414
+ nodegroup_active_waiter: NodegroupActiveWaiter = client.get_waiter("nodegroup_active")
415
+ nodegroup_deleted_waiter: NodegroupDeletedWaiter = client.get_waiter("nodegroup_deleted")
416
+ ```
417
+
418
+ <a id="literals"></a>
419
+
420
+ ### Literals
421
+
422
+ `types_boto3_eks.literals` module contains literals extracted from shapes that
423
+ can be used in user code for type checking.
424
+
425
+ Full list of `EKS` Literals can be found in
426
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/literals/).
427
+
428
+ ```python
429
+ from types_boto3_eks.literals import AMITypesType
430
+
431
+
432
+ def check_value(value: AMITypesType) -> bool: ...
433
+ ```
434
+
435
+ <a id="type-definitions"></a>
436
+
437
+ ### Type definitions
438
+
439
+ `types_boto3_eks.type_defs` module contains structures and shapes assembled to
440
+ typed dictionaries and unions for additional type checking.
441
+
442
+ Full list of `EKS` TypeDefs can be found in
443
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/type_defs/).
444
+
445
+ ```python
446
+ from types_boto3_eks.type_defs import AccessConfigResponseTypeDef
447
+
448
+
449
+ def get_value() -> AccessConfigResponseTypeDef:
450
+ return {...}
451
+ ```
452
+
453
+ <a id="how-it-works"></a>
454
+
455
+ ## How it works
456
+
457
+ Fully automated
458
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
459
+ generates type annotations for each service, patiently waiting for `boto3`
460
+ updates. It delivers drop-in type annotations for you and makes sure that:
461
+
462
+ - All available `boto3` services are covered.
463
+ - Each public class and method of every `boto3` service gets valid type
464
+ annotations extracted from `botocore` schemas.
465
+ - Type annotations include up-to-date documentation.
466
+ - Link to documentation is provided for every method.
467
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
468
+
469
+ <a id="what's-new"></a>
470
+
471
+ ## What's new
472
+
473
+ <a id="implemented-features"></a>
474
+
475
+ ### Implemented features
476
+
477
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
478
+ libraries
479
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
480
+ compatibility
481
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
482
+ annotations for each service
483
+ - Generated `TypeDefs` for each service
484
+ - Generated `Literals` for each service
485
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
486
+ - Auto discovery of types for `session.client` and `session.resource` calls
487
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
488
+ calls
489
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
490
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
491
+
492
+ <a id="latest-changes"></a>
493
+
494
+ ### Latest changes
495
+
496
+ Builder changelog can be found in
497
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
498
+
499
+ <a id="versioning"></a>
500
+
501
+ ## Versioning
502
+
503
+ `types-boto3-eks` version is the same as related `boto3` version and follows
504
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
505
+
506
+ <a id="thank-you"></a>
507
+
508
+ ## Thank you
509
+
510
+ - [Allie Fitter](https://github.com/alliefitter) for
511
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
512
+ this package is based on top of his work
513
+ - [black](https://github.com/psf/black) developers for an awesome formatting
514
+ tool
515
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
516
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
517
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
518
+ for us
519
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
520
+ Python
521
+
522
+ <a id="documentation"></a>
523
+
524
+ ## Documentation
525
+
526
+ All services type annotations can be found in
527
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/)
528
+
529
+ <a id="support-and-contributing"></a>
530
+
531
+ ## Support and contributing
532
+
533
+ This package is auto-generated. Please reports any bugs or request new features
534
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
535
+ repository.