types-boto3-eks 1.36.0__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.
@@ -0,0 +1,565 @@
1
+ Metadata-Version: 2.2
2
+ Name: types-boto3-eks
3
+ Version: 1.36.0
4
+ Summary: Type annotations for boto3 EKS 1.36.0 service generated with mypy-boto3-builder 8.8.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; python_version < "3.12"
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: project-url
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
46
+
47
+ <a id="types-boto3-eks"></a>
48
+
49
+ # types-boto3-eks
50
+
51
+ [![PyPI - types-boto3-eks](https://img.shields.io/pypi/v/types-boto3-eks.svg?color=blue)](https://pypi.org/project/types-boto3-eks/)
52
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-eks.svg?color=blue)](https://pypi.org/project/types-boto3-eks/)
53
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
54
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-eks)](https://pypistats.org/packages/types-boto3-eks)
55
+
56
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
+
58
+ Type annotations for [boto3 EKS 1.36.0](https://pypi.org/project/boto3/)
59
+ compatible with [VSCode](https://code.visualstudio.com/),
60
+ [PyCharm](https://www.jetbrains.com/pycharm/),
61
+ [Emacs](https://www.gnu.org/software/emacs/),
62
+ [Sublime Text](https://www.sublimetext.com/),
63
+ [mypy](https://github.com/python/mypy),
64
+ [pyright](https://github.com/microsoft/pyright) and other tools.
65
+
66
+ Generated with
67
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
68
+
69
+ More information can be found on
70
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
71
+ [types-boto3-eks docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/).
72
+
73
+ See how it helps you find and fix potential bugs:
74
+
75
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
76
+
77
+ - [types-boto3-eks](#types-boto3-eks)
78
+ - [How to install](#how-to-install)
79
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
80
+ - [VSCode extension](#vscode-extension)
81
+ - [From PyPI with pip](#from-pypi-with-pip)
82
+ - [How to uninstall](#how-to-uninstall)
83
+ - [Usage](#usage)
84
+ - [VSCode](#vscode)
85
+ - [PyCharm](#pycharm)
86
+ - [Emacs](#emacs)
87
+ - [Sublime Text](#sublime-text)
88
+ - [Other IDEs](#other-ides)
89
+ - [mypy](#mypy)
90
+ - [pyright](#pyright)
91
+ - [Pylint compatibility](#pylint-compatibility)
92
+ - [Explicit type annotations](#explicit-type-annotations)
93
+ - [Client annotations](#client-annotations)
94
+ - [Paginators annotations](#paginators-annotations)
95
+ - [Waiters annotations](#waiters-annotations)
96
+ - [Literals](#literals)
97
+ - [Type definitions](#type-definitions)
98
+ - [How it works](#how-it-works)
99
+ - [What's new](#what's-new)
100
+ - [Implemented features](#implemented-features)
101
+ - [Latest changes](#latest-changes)
102
+ - [Versioning](#versioning)
103
+ - [Thank you](#thank-you)
104
+ - [Documentation](#documentation)
105
+ - [Support and contributing](#support-and-contributing)
106
+
107
+ <a id="how-to-install"></a>
108
+
109
+ ## How to install
110
+
111
+ <a id="generate-locally-(recommended)"></a>
112
+
113
+ ### Generate locally (recommended)
114
+
115
+ You can generate type annotations for `boto3` package locally with
116
+ `mypy_boto3_builder`. Use
117
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
118
+ isolation.
119
+
120
+ 1. Run mypy-boto3-builder in your package root directory:
121
+ `uvx --with 'boto3==1.36.0' mypy_boto3_builder`
122
+ 2. Select `boto3` AWS SDK.
123
+ 3. Add `EKS` service.
124
+ 4. Use provided commands to install generated packages.
125
+
126
+ <a id="vscode-extension"></a>
127
+
128
+ ### VSCode extension
129
+
130
+ Add
131
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
132
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
133
+
134
+ Click `Modify` and select `boto3 common` and `EKS`.
135
+
136
+ <a id="from-pypi-with-pip"></a>
137
+
138
+ ### From PyPI with pip
139
+
140
+ Install `types-boto3` for `EKS` service.
141
+
142
+ ```bash
143
+ # install with boto3 type annotations
144
+ python -m pip install 'types-boto3[eks]'
145
+
146
+ # Lite version does not provide session.client/resource overloads
147
+ # it is more RAM-friendly, but requires explicit type annotations
148
+ python -m pip install 'types-boto3-lite[eks]'
149
+
150
+ # standalone installation
151
+ python -m pip install types-boto3-eks
152
+ ```
153
+
154
+ <a id="how-to-uninstall"></a>
155
+
156
+ ## How to uninstall
157
+
158
+ ```bash
159
+ python -m pip uninstall -y types-boto3-eks
160
+ ```
161
+
162
+ <a id="usage"></a>
163
+
164
+ ## Usage
165
+
166
+ <a id="vscode"></a>
167
+
168
+ ### VSCode
169
+
170
+ - Install
171
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
172
+ - Install
173
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
174
+ - Set `Pylance` as your Python Language Server
175
+ - Install `types-boto3[eks]` in your environment:
176
+
177
+ ```bash
178
+ python -m pip install 'types-boto3[eks]'
179
+ ```
180
+
181
+ Both type checking and code completion should now work. No explicit type
182
+ annotations required, write your `boto3` code as usual.
183
+
184
+ <a id="pycharm"></a>
185
+
186
+ ### PyCharm
187
+
188
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
189
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
190
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
191
+ > the issue is resolved.
192
+
193
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
194
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
195
+ > [pyright](https://github.com/microsoft/pyright) instead.
196
+
197
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
198
+ > `types-boto3` with
199
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
200
+
201
+ ```bash
202
+ pip uninstall types-boto3
203
+ pip install types-boto3-lite
204
+ ```
205
+
206
+ Install `types-boto3[eks]` in your environment:
207
+
208
+ ```bash
209
+ python -m pip install 'types-boto3[eks]'
210
+ ```
211
+
212
+ Both type checking and code completion should now work.
213
+
214
+ <a id="emacs"></a>
215
+
216
+ ### Emacs
217
+
218
+ - Install `types-boto3` with services you use in your environment:
219
+
220
+ ```bash
221
+ python -m pip install 'types-boto3[eks]'
222
+ ```
223
+
224
+ - Install [use-package](https://github.com/jwiegley/use-package),
225
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
226
+ [company](https://github.com/company-mode/company-mode) and
227
+ [flycheck](https://github.com/flycheck/flycheck) packages
228
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
229
+
230
+ ```elisp
231
+ (use-package lsp-pyright
232
+ :ensure t
233
+ :hook (python-mode . (lambda ()
234
+ (require 'lsp-pyright)
235
+ (lsp))) ; or lsp-deferred
236
+ :init (when (executable-find "python3")
237
+ (setq lsp-pyright-python-executable-cmd "python3"))
238
+ )
239
+ ```
240
+
241
+ - Make sure emacs uses the environment where you have installed `types-boto3`
242
+
243
+ Type checking should now work. No explicit type annotations required, write
244
+ your `boto3` code as usual.
245
+
246
+ <a id="sublime-text"></a>
247
+
248
+ ### Sublime Text
249
+
250
+ - Install `types-boto3[eks]` with services you use in your environment:
251
+
252
+ ```bash
253
+ python -m pip install 'types-boto3[eks]'
254
+ ```
255
+
256
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
257
+
258
+ Type checking should now work. No explicit type annotations required, write
259
+ your `boto3` code as usual.
260
+
261
+ <a id="other-ides"></a>
262
+
263
+ ### Other IDEs
264
+
265
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
266
+ should work.
267
+
268
+ <a id="mypy"></a>
269
+
270
+ ### mypy
271
+
272
+ - Install `mypy`: `python -m pip install mypy`
273
+ - Install `types-boto3[eks]` in your environment:
274
+
275
+ ```bash
276
+ python -m pip install 'types-boto3[eks]'
277
+ ```
278
+
279
+ Type checking should now work. No explicit type annotations required, write
280
+ your `boto3` code as usual.
281
+
282
+ <a id="pyright"></a>
283
+
284
+ ### pyright
285
+
286
+ - Install `pyright`: `npm i -g pyright`
287
+ - Install `types-boto3[eks]` in your environment:
288
+
289
+ ```bash
290
+ python -m pip install 'types-boto3[eks]'
291
+ ```
292
+
293
+ Optionally, you can install `types-boto3` to `typings` directory.
294
+
295
+ Type checking should now work. No explicit type annotations required, write
296
+ your `boto3` code as usual.
297
+
298
+ <a id="pylint-compatibility"></a>
299
+
300
+ ### Pylint compatibility
301
+
302
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
303
+ `types-boto3-eks` dependency in production. However, there is an issue in
304
+ `pylint` that it complains about undefined variables. To fix it, set all types
305
+ to `object` in non-`TYPE_CHECKING` mode.
306
+
307
+ ```python
308
+ from typing import TYPE_CHECKING
309
+
310
+ if TYPE_CHECKING:
311
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
312
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
313
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
314
+ else:
315
+ EC2Client = object
316
+ EC2ServiceResource = object
317
+ BundleTaskCompleteWaiter = object
318
+ DescribeVolumesPaginator = object
319
+
320
+ ...
321
+ ```
322
+
323
+ <a id="explicit-type-annotations"></a>
324
+
325
+ ## Explicit type annotations
326
+
327
+ <a id="client-annotations"></a>
328
+
329
+ ### Client annotations
330
+
331
+ `EKSClient` provides annotations for `boto3.client("eks")`.
332
+
333
+ ```python
334
+ from boto3.session import Session
335
+
336
+ from types_boto3_eks import EKSClient
337
+
338
+ client: EKSClient = Session().client("eks")
339
+
340
+ # now client usage is checked by mypy and IDE should provide code completion
341
+ ```
342
+
343
+ <a id="paginators-annotations"></a>
344
+
345
+ ### Paginators annotations
346
+
347
+ `types_boto3_eks.paginator` module contains type annotations for all
348
+ paginators.
349
+
350
+ ```python
351
+ from boto3.session import Session
352
+
353
+ from types_boto3_eks import EKSClient
354
+ from types_boto3_eks.paginator import (
355
+ DescribeAddonVersionsPaginator,
356
+ DescribeClusterVersionsPaginator,
357
+ ListAccessEntriesPaginator,
358
+ ListAccessPoliciesPaginator,
359
+ ListAddonsPaginator,
360
+ ListAssociatedAccessPoliciesPaginator,
361
+ ListClustersPaginator,
362
+ ListEksAnywhereSubscriptionsPaginator,
363
+ ListFargateProfilesPaginator,
364
+ ListIdentityProviderConfigsPaginator,
365
+ ListInsightsPaginator,
366
+ ListNodegroupsPaginator,
367
+ ListPodIdentityAssociationsPaginator,
368
+ ListUpdatesPaginator,
369
+ )
370
+
371
+ client: EKSClient = Session().client("eks")
372
+
373
+ # Explicit type annotations are optional here
374
+ # Types should be correctly discovered by mypy and IDEs
375
+ describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator(
376
+ "describe_addon_versions"
377
+ )
378
+ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator(
379
+ "describe_cluster_versions"
380
+ )
381
+ list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator(
382
+ "list_access_entries"
383
+ )
384
+ list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator(
385
+ "list_access_policies"
386
+ )
387
+ list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
388
+ list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = (
389
+ client.get_paginator("list_associated_access_policies")
390
+ )
391
+ list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
392
+ list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = (
393
+ client.get_paginator("list_eks_anywhere_subscriptions")
394
+ )
395
+ list_fargate_profiles_paginator: ListFargateProfilesPaginator = client.get_paginator(
396
+ "list_fargate_profiles"
397
+ )
398
+ list_identity_provider_configs_paginator: ListIdentityProviderConfigsPaginator = (
399
+ client.get_paginator("list_identity_provider_configs")
400
+ )
401
+ list_insights_paginator: ListInsightsPaginator = client.get_paginator("list_insights")
402
+ list_nodegroups_paginator: ListNodegroupsPaginator = client.get_paginator("list_nodegroups")
403
+ list_pod_identity_associations_paginator: ListPodIdentityAssociationsPaginator = (
404
+ client.get_paginator("list_pod_identity_associations")
405
+ )
406
+ list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
407
+ ```
408
+
409
+ <a id="waiters-annotations"></a>
410
+
411
+ ### Waiters annotations
412
+
413
+ `types_boto3_eks.waiter` module contains type annotations for all waiters.
414
+
415
+ ```python
416
+ from boto3.session import Session
417
+
418
+ from types_boto3_eks import EKSClient
419
+ from types_boto3_eks.waiter import (
420
+ AddonActiveWaiter,
421
+ AddonDeletedWaiter,
422
+ ClusterActiveWaiter,
423
+ ClusterDeletedWaiter,
424
+ FargateProfileActiveWaiter,
425
+ FargateProfileDeletedWaiter,
426
+ NodegroupActiveWaiter,
427
+ NodegroupDeletedWaiter,
428
+ )
429
+
430
+ client: EKSClient = Session().client("eks")
431
+
432
+ # Explicit type annotations are optional here
433
+ # Types should be correctly discovered by mypy and IDEs
434
+ addon_active_waiter: AddonActiveWaiter = client.get_waiter("addon_active")
435
+ addon_deleted_waiter: AddonDeletedWaiter = client.get_waiter("addon_deleted")
436
+ cluster_active_waiter: ClusterActiveWaiter = client.get_waiter("cluster_active")
437
+ cluster_deleted_waiter: ClusterDeletedWaiter = client.get_waiter("cluster_deleted")
438
+ fargate_profile_active_waiter: FargateProfileActiveWaiter = client.get_waiter(
439
+ "fargate_profile_active"
440
+ )
441
+ fargate_profile_deleted_waiter: FargateProfileDeletedWaiter = client.get_waiter(
442
+ "fargate_profile_deleted"
443
+ )
444
+ nodegroup_active_waiter: NodegroupActiveWaiter = client.get_waiter("nodegroup_active")
445
+ nodegroup_deleted_waiter: NodegroupDeletedWaiter = client.get_waiter("nodegroup_deleted")
446
+ ```
447
+
448
+ <a id="literals"></a>
449
+
450
+ ### Literals
451
+
452
+ `types_boto3_eks.literals` module contains literals extracted from shapes that
453
+ can be used in user code for type checking.
454
+
455
+ Full list of `EKS` Literals can be found in
456
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/literals/).
457
+
458
+ ```python
459
+ from types_boto3_eks.literals import AMITypesType
460
+
461
+
462
+ def check_value(value: AMITypesType) -> bool: ...
463
+ ```
464
+
465
+ <a id="type-definitions"></a>
466
+
467
+ ### Type definitions
468
+
469
+ `types_boto3_eks.type_defs` module contains structures and shapes assembled to
470
+ typed dictionaries and unions for additional type checking.
471
+
472
+ Full list of `EKS` TypeDefs can be found in
473
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/type_defs/).
474
+
475
+ ```python
476
+ from types_boto3_eks.type_defs import AccessConfigResponseTypeDef
477
+
478
+
479
+ def get_value() -> AccessConfigResponseTypeDef:
480
+ return {...}
481
+ ```
482
+
483
+ <a id="how-it-works"></a>
484
+
485
+ ## How it works
486
+
487
+ Fully automated
488
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
489
+ generates type annotations for each service, patiently waiting for `boto3`
490
+ updates. It delivers drop-in type annotations for you and makes sure that:
491
+
492
+ - All available `boto3` services are covered.
493
+ - Each public class and method of every `boto3` service gets valid type
494
+ annotations extracted from `botocore` schemas.
495
+ - Type annotations include up-to-date documentation.
496
+ - Link to documentation is provided for every method.
497
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
498
+
499
+ <a id="what's-new"></a>
500
+
501
+ ## What's new
502
+
503
+ <a id="implemented-features"></a>
504
+
505
+ ### Implemented features
506
+
507
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
508
+ libraries
509
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
510
+ compatibility
511
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
512
+ annotations for each service
513
+ - Generated `TypeDefs` for each service
514
+ - Generated `Literals` for each service
515
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
516
+ - Auto discovery of types for `session.client` and `session.resource` calls
517
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
518
+ calls
519
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
520
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
521
+
522
+ <a id="latest-changes"></a>
523
+
524
+ ### Latest changes
525
+
526
+ Builder changelog can be found in
527
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
528
+
529
+ <a id="versioning"></a>
530
+
531
+ ## Versioning
532
+
533
+ `types-boto3-eks` version is the same as related `boto3` version and follows
534
+ [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
535
+
536
+ <a id="thank-you"></a>
537
+
538
+ ## Thank you
539
+
540
+ - [Allie Fitter](https://github.com/alliefitter) for
541
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
542
+ this package is based on top of his work
543
+ - [black](https://github.com/psf/black) developers for an awesome formatting
544
+ tool
545
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
546
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
547
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
548
+ for us
549
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
550
+ Python
551
+
552
+ <a id="documentation"></a>
553
+
554
+ ## Documentation
555
+
556
+ All services type annotations can be found in
557
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_eks/)
558
+
559
+ <a id="support-and-contributing"></a>
560
+
561
+ ## Support and contributing
562
+
563
+ This package is auto-generated. Please reports any bugs or request new features
564
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
565
+ repository.
@@ -0,0 +1,20 @@
1
+ types_boto3_eks/__init__.py,sha256=RLafSpnBQiUXJmUQF9rSOQw51GcMCU46GgK28Ncjw9g,4990
2
+ types_boto3_eks/__init__.pyi,sha256=dPrZg83yRE3H0SORPj418cNy0qff_KxR0l8sk6nn8I8,4989
3
+ types_boto3_eks/__main__.py,sha256=kDgcAKtfF8odvWRgGK_T3FHNcPVKBDgcjBhqCgJuLtI,965
4
+ types_boto3_eks/client.py,sha256=YPAGPwYWj9W-B3Th6SPMfIlu7eYWbOoLe9RZQZSPnis,50233
5
+ types_boto3_eks/client.pyi,sha256=g5_IHW-8PPxEWVWclgeGIMjJd4NoDTNFWVJckMhUzjo,50230
6
+ types_boto3_eks/literals.py,sha256=1AiYC7_pfaiNPa9Xs6g49iALNoM6q4yBzu2jnPwuWyg,19151
7
+ types_boto3_eks/literals.pyi,sha256=AoiexmTabSMnkIUwL-ZJVSTcFnBdNSaGXKvd0mgPX10,19149
8
+ types_boto3_eks/paginator.py,sha256=EvGghCRKBR_dsHFRedrbnal1R-XOk3iwFSddWHPayPc,20512
9
+ types_boto3_eks/paginator.pyi,sha256=ZifN6He7887-eL3AFH8GXc13B8stFRtLpV5Tfo9Ipho,20469
10
+ types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_eks/type_defs.py,sha256=4mhgXpX3WMKP1aAC1rChEAJBZaOotoUQu6jipA32PBA,55803
12
+ types_boto3_eks/type_defs.pyi,sha256=cOEy_PmhcMEmuJ9SwiJmkZ1vkZKcZIsbWlfwB53z--8,55577
13
+ types_boto3_eks/version.py,sha256=XqBLww9Ajk9GRr5oc1Ak2757Fsir4zxoRCWswSKh8Ro,92
14
+ types_boto3_eks/waiter.py,sha256=CT1ywKpsBSX3Vo8u-cM43H14ZGrQ1XU220jHsCTegbQ,8480
15
+ types_boto3_eks/waiter.pyi,sha256=yeU81noOFsQvNsjhBLVET5qGlnEJh-Y6VAd01BSTscc,8463
16
+ types_boto3_eks-1.36.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_eks-1.36.0.dist-info/METADATA,sha256=WJ6pDREedUG3ZBI__lzvZ23SWIIE2aL3Oe7kjAc83A0,17903
18
+ types_boto3_eks-1.36.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
+ types_boto3_eks-1.36.0.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
20
+ types_boto3_eks-1.36.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ types_boto3_eks