types-boto3-resource-explorer-2 1.35.93__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 (24) hide show
  1. types_boto3_resource_explorer_2-1.35.93/LICENSE +21 -0
  2. types_boto3_resource_explorer_2-1.35.93/PKG-INFO +489 -0
  3. types_boto3_resource_explorer_2-1.35.93/README.md +455 -0
  4. types_boto3_resource_explorer_2-1.35.93/setup.cfg +4 -0
  5. types_boto3_resource_explorer_2-1.35.93/setup.py +54 -0
  6. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/__init__.py +59 -0
  7. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/__init__.pyi +58 -0
  8. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/__main__.py +43 -0
  9. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/client.py +467 -0
  10. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/client.pyi +464 -0
  11. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/literals.py +513 -0
  12. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/literals.pyi +511 -0
  13. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/paginator.py +222 -0
  14. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/paginator.pyi +200 -0
  15. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/py.typed +0 -0
  16. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/type_defs.py +497 -0
  17. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/type_defs.pyi +434 -0
  18. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2/version.py +7 -0
  19. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2.egg-info/PKG-INFO +489 -0
  20. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2.egg-info/SOURCES.txt +22 -0
  21. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2.egg-info/dependency_links.txt +1 -0
  22. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2.egg-info/not-zip-safe +1 -0
  23. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2.egg-info/requires.txt +3 -0
  24. types_boto3_resource_explorer_2-1.35.93/types_boto3_resource_explorer_2.egg-info/top_level.txt +1 -0
@@ -0,0 +1,455 @@
1
+ <a id="types-boto3-resource-explorer-2"></a>
2
+
3
+ # types-boto3-resource-explorer-2
4
+
5
+ [![PyPI - types-boto3-resource-explorer-2](https://img.shields.io/pypi/v/types-boto3-resource-explorer-2.svg?color=blue)](https://pypi.org/project/types-boto3-resource-explorer-2/)
6
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-resource-explorer-2.svg?color=blue)](https://pypi.org/project/types-boto3-resource-explorer-2/)
7
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
8
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-resource-explorer-2)](https://pypistats.org/packages/types-boto3-resource-explorer-2)
9
+
10
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
+
12
+ Type annotations for
13
+ [boto3 ResourceExplorer 1.35.93](https://pypi.org/project/boto3/) compatible
14
+ with [VSCode](https://code.visualstudio.com/),
15
+ [PyCharm](https://www.jetbrains.com/pycharm/),
16
+ [Emacs](https://www.gnu.org/software/emacs/),
17
+ [Sublime Text](https://www.sublimetext.com/),
18
+ [mypy](https://github.com/python/mypy),
19
+ [pyright](https://github.com/microsoft/pyright) and other tools.
20
+
21
+ Generated with
22
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
23
+
24
+ More information can be found on
25
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
26
+ [types-boto3-resource-explorer-2 docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/).
27
+
28
+ See how it helps you find and fix potential bugs:
29
+
30
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
31
+
32
+ - [types-boto3-resource-explorer-2](#types-boto3-resource-explorer-2)
33
+ - [How to install](#how-to-install)
34
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
35
+ - [VSCode extension](#vscode-extension)
36
+ - [From PyPI with pip](#from-pypi-with-pip)
37
+ - [How to uninstall](#how-to-uninstall)
38
+ - [Usage](#usage)
39
+ - [VSCode](#vscode)
40
+ - [PyCharm](#pycharm)
41
+ - [Emacs](#emacs)
42
+ - [Sublime Text](#sublime-text)
43
+ - [Other IDEs](#other-ides)
44
+ - [mypy](#mypy)
45
+ - [pyright](#pyright)
46
+ - [Pylint compatibility](#pylint-compatibility)
47
+ - [Explicit type annotations](#explicit-type-annotations)
48
+ - [Client annotations](#client-annotations)
49
+ - [Paginators annotations](#paginators-annotations)
50
+ - [Literals](#literals)
51
+ - [Type definitions](#type-definitions)
52
+ - [How it works](#how-it-works)
53
+ - [What's new](#what's-new)
54
+ - [Implemented features](#implemented-features)
55
+ - [Latest changes](#latest-changes)
56
+ - [Versioning](#versioning)
57
+ - [Thank you](#thank-you)
58
+ - [Documentation](#documentation)
59
+ - [Support and contributing](#support-and-contributing)
60
+
61
+ <a id="how-to-install"></a>
62
+
63
+ ## How to install
64
+
65
+ <a id="generate-locally-(recommended)"></a>
66
+
67
+ ### Generate locally (recommended)
68
+
69
+ You can generate type annotations for `boto3` package locally with
70
+ `mypy_boto3_builder`. Use
71
+ [uv](https://docs.astral.sh/uv/getting-started/installation/) for build
72
+ isolation.
73
+
74
+ 1. Run mypy-boto3-builder in your package root directory:
75
+ `uvx --with 'boto3==1.35.93' mypy_boto3_builder`
76
+ 2. Select `boto3` AWS SDK.
77
+ 3. Add `ResourceExplorer` service.
78
+ 4. Use provided commands to install generated packages.
79
+
80
+ <a id="vscode-extension"></a>
81
+
82
+ ### VSCode extension
83
+
84
+ Add
85
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
86
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
87
+
88
+ Click `Modify` and select `boto3 common` and `ResourceExplorer`.
89
+
90
+ <a id="from-pypi-with-pip"></a>
91
+
92
+ ### From PyPI with pip
93
+
94
+ Install `types-boto3` for `ResourceExplorer` service.
95
+
96
+ ```bash
97
+ # install with boto3 type annotations
98
+ python -m pip install 'types-boto3[resource-explorer-2]'
99
+
100
+ # Lite version does not provide session.client/resource overloads
101
+ # it is more RAM-friendly, but requires explicit type annotations
102
+ python -m pip install 'types-boto3-lite[resource-explorer-2]'
103
+
104
+ # standalone installation
105
+ python -m pip install types-boto3-resource-explorer-2
106
+ ```
107
+
108
+ <a id="how-to-uninstall"></a>
109
+
110
+ ## How to uninstall
111
+
112
+ ```bash
113
+ python -m pip uninstall -y types-boto3-resource-explorer-2
114
+ ```
115
+
116
+ <a id="usage"></a>
117
+
118
+ ## Usage
119
+
120
+ <a id="vscode"></a>
121
+
122
+ ### VSCode
123
+
124
+ - Install
125
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
126
+ - Install
127
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
128
+ - Set `Pylance` as your Python Language Server
129
+ - Install `types-boto3[resource-explorer-2]` in your environment:
130
+
131
+ ```bash
132
+ python -m pip install 'types-boto3[resource-explorer-2]'
133
+ ```
134
+
135
+ Both type checking and code completion should now work. No explicit type
136
+ annotations required, write your `boto3` code as usual.
137
+
138
+ <a id="pycharm"></a>
139
+
140
+ ### PyCharm
141
+
142
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
143
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
144
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
145
+ > the issue is resolved.
146
+
147
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
148
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
149
+ > [pyright](https://github.com/microsoft/pyright) instead.
150
+
151
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
152
+ > `types-boto3` with
153
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
154
+
155
+ ```bash
156
+ pip uninstall types-boto3
157
+ pip install types-boto3-lite
158
+ ```
159
+
160
+ Install `types-boto3[resource-explorer-2]` in your environment:
161
+
162
+ ```bash
163
+ python -m pip install 'types-boto3[resource-explorer-2]'
164
+ ```
165
+
166
+ Both type checking and code completion should now work.
167
+
168
+ <a id="emacs"></a>
169
+
170
+ ### Emacs
171
+
172
+ - Install `types-boto3` with services you use in your environment:
173
+
174
+ ```bash
175
+ python -m pip install 'types-boto3[resource-explorer-2]'
176
+ ```
177
+
178
+ - Install [use-package](https://github.com/jwiegley/use-package),
179
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
180
+ [company](https://github.com/company-mode/company-mode) and
181
+ [flycheck](https://github.com/flycheck/flycheck) packages
182
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
183
+
184
+ ```elisp
185
+ (use-package lsp-pyright
186
+ :ensure t
187
+ :hook (python-mode . (lambda ()
188
+ (require 'lsp-pyright)
189
+ (lsp))) ; or lsp-deferred
190
+ :init (when (executable-find "python3")
191
+ (setq lsp-pyright-python-executable-cmd "python3"))
192
+ )
193
+ ```
194
+
195
+ - Make sure emacs uses the environment where you have installed `types-boto3`
196
+
197
+ Type checking should now work. No explicit type annotations required, write
198
+ your `boto3` code as usual.
199
+
200
+ <a id="sublime-text"></a>
201
+
202
+ ### Sublime Text
203
+
204
+ - Install `types-boto3[resource-explorer-2]` with services you use in your
205
+ environment:
206
+
207
+ ```bash
208
+ python -m pip install 'types-boto3[resource-explorer-2]'
209
+ ```
210
+
211
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
212
+
213
+ Type checking should now work. No explicit type annotations required, write
214
+ your `boto3` code as usual.
215
+
216
+ <a id="other-ides"></a>
217
+
218
+ ### Other IDEs
219
+
220
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
221
+ should work.
222
+
223
+ <a id="mypy"></a>
224
+
225
+ ### mypy
226
+
227
+ - Install `mypy`: `python -m pip install mypy`
228
+ - Install `types-boto3[resource-explorer-2]` in your environment:
229
+
230
+ ```bash
231
+ python -m pip install 'types-boto3[resource-explorer-2]'
232
+ ```
233
+
234
+ Type checking should now work. No explicit type annotations required, write
235
+ your `boto3` code as usual.
236
+
237
+ <a id="pyright"></a>
238
+
239
+ ### pyright
240
+
241
+ - Install `pyright`: `npm i -g pyright`
242
+ - Install `types-boto3[resource-explorer-2]` in your environment:
243
+
244
+ ```bash
245
+ python -m pip install 'types-boto3[resource-explorer-2]'
246
+ ```
247
+
248
+ Optionally, you can install `types-boto3` to `typings` directory.
249
+
250
+ Type checking should now work. No explicit type annotations required, write
251
+ your `boto3` code as usual.
252
+
253
+ <a id="pylint-compatibility"></a>
254
+
255
+ ### Pylint compatibility
256
+
257
+ It is totally safe to use `TYPE_CHECKING` flag in order to avoid
258
+ `types-boto3-resource-explorer-2` dependency in production. However, there is
259
+ an issue in `pylint` that it complains about undefined variables. To fix it,
260
+ set all types to `object` in non-`TYPE_CHECKING` mode.
261
+
262
+ ```python
263
+ from typing import TYPE_CHECKING
264
+
265
+ if TYPE_CHECKING:
266
+ from types_boto3_ec2 import EC2Client, EC2ServiceResource
267
+ from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
268
+ from types_boto3_ec2.paginators import DescribeVolumesPaginator
269
+ else:
270
+ EC2Client = object
271
+ EC2ServiceResource = object
272
+ BundleTaskCompleteWaiter = object
273
+ DescribeVolumesPaginator = object
274
+
275
+ ...
276
+ ```
277
+
278
+ <a id="explicit-type-annotations"></a>
279
+
280
+ ## Explicit type annotations
281
+
282
+ <a id="client-annotations"></a>
283
+
284
+ ### Client annotations
285
+
286
+ `ResourceExplorerClient` provides annotations for
287
+ `boto3.client("resource-explorer-2")`.
288
+
289
+ ```python
290
+ from boto3.session import Session
291
+
292
+ from types_boto3_resource_explorer_2 import ResourceExplorerClient
293
+
294
+ client: ResourceExplorerClient = Session().client("resource-explorer-2")
295
+
296
+ # now client usage is checked by mypy and IDE should provide code completion
297
+ ```
298
+
299
+ <a id="paginators-annotations"></a>
300
+
301
+ ### Paginators annotations
302
+
303
+ `types_boto3_resource_explorer_2.paginator` module contains type annotations
304
+ for all paginators.
305
+
306
+ ```python
307
+ from boto3.session import Session
308
+
309
+ from types_boto3_resource_explorer_2 import ResourceExplorerClient
310
+ from types_boto3_resource_explorer_2.paginator import (
311
+ ListIndexesForMembersPaginator,
312
+ ListIndexesPaginator,
313
+ ListManagedViewsPaginator,
314
+ ListResourcesPaginator,
315
+ ListSupportedResourceTypesPaginator,
316
+ ListViewsPaginator,
317
+ SearchPaginator,
318
+ )
319
+
320
+ client: ResourceExplorerClient = Session().client("resource-explorer-2")
321
+
322
+ # Explicit type annotations are optional here
323
+ # Types should be correctly discovered by mypy and IDEs
324
+ list_indexes_for_members_paginator: ListIndexesForMembersPaginator = client.get_paginator(
325
+ "list_indexes_for_members"
326
+ )
327
+ list_indexes_paginator: ListIndexesPaginator = client.get_paginator("list_indexes")
328
+ list_managed_views_paginator: ListManagedViewsPaginator = client.get_paginator("list_managed_views")
329
+ list_resources_paginator: ListResourcesPaginator = client.get_paginator("list_resources")
330
+ list_supported_resource_types_paginator: ListSupportedResourceTypesPaginator = client.get_paginator(
331
+ "list_supported_resource_types"
332
+ )
333
+ list_views_paginator: ListViewsPaginator = client.get_paginator("list_views")
334
+ search_paginator: SearchPaginator = client.get_paginator("search")
335
+ ```
336
+
337
+ <a id="literals"></a>
338
+
339
+ ### Literals
340
+
341
+ `types_boto3_resource_explorer_2.literals` module contains literals extracted
342
+ from shapes that can be used in user code for type checking.
343
+
344
+ Full list of `ResourceExplorer` Literals can be found in
345
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/literals/).
346
+
347
+ ```python
348
+ from types_boto3_resource_explorer_2.literals import AWSServiceAccessStatusType
349
+
350
+
351
+ def check_value(value: AWSServiceAccessStatusType) -> bool: ...
352
+ ```
353
+
354
+ <a id="type-definitions"></a>
355
+
356
+ ### Type definitions
357
+
358
+ `types_boto3_resource_explorer_2.type_defs` module contains structures and
359
+ shapes assembled to typed dictionaries and unions for additional type checking.
360
+
361
+ Full list of `ResourceExplorer` TypeDefs can be found in
362
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/type_defs/).
363
+
364
+ ```python
365
+ from types_boto3_resource_explorer_2.type_defs import AssociateDefaultViewInputRequestTypeDef
366
+
367
+
368
+ def get_value() -> AssociateDefaultViewInputRequestTypeDef:
369
+ return {...}
370
+ ```
371
+
372
+ <a id="how-it-works"></a>
373
+
374
+ ## How it works
375
+
376
+ Fully automated
377
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
378
+ generates type annotations for each service, patiently waiting for `boto3`
379
+ updates. It delivers drop-in type annotations for you and makes sure that:
380
+
381
+ - All available `boto3` services are covered.
382
+ - Each public class and method of every `boto3` service gets valid type
383
+ annotations extracted from `botocore` schemas.
384
+ - Type annotations include up-to-date documentation.
385
+ - Link to documentation is provided for every method.
386
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
387
+
388
+ <a id="what's-new"></a>
389
+
390
+ ## What's new
391
+
392
+ <a id="implemented-features"></a>
393
+
394
+ ### Implemented features
395
+
396
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
397
+ libraries
398
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
399
+ compatibility
400
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
401
+ annotations for each service
402
+ - Generated `TypeDefs` for each service
403
+ - Generated `Literals` for each service
404
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
405
+ - Auto discovery of types for `session.client` and `session.resource` calls
406
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
407
+ calls
408
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
409
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
410
+
411
+ <a id="latest-changes"></a>
412
+
413
+ ### Latest changes
414
+
415
+ Builder changelog can be found in
416
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
417
+
418
+ <a id="versioning"></a>
419
+
420
+ ## Versioning
421
+
422
+ `types-boto3-resource-explorer-2` version is the same as related `boto3`
423
+ version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
424
+ format.
425
+
426
+ <a id="thank-you"></a>
427
+
428
+ ## Thank you
429
+
430
+ - [Allie Fitter](https://github.com/alliefitter) for
431
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
432
+ this package is based on top of his work
433
+ - [black](https://github.com/psf/black) developers for an awesome formatting
434
+ tool
435
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
436
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
437
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
438
+ for us
439
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
440
+ Python
441
+
442
+ <a id="documentation"></a>
443
+
444
+ ## Documentation
445
+
446
+ All services type annotations can be found in
447
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/)
448
+
449
+ <a id="support-and-contributing"></a>
450
+
451
+ ## Support and contributing
452
+
453
+ This package is auto-generated. Please reports any bugs or request new features
454
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
455
+ repository.
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,54 @@
1
+ """
2
+ Setup script for types-boto3-resource-explorer-2.
3
+
4
+ Copyright 2025 Vlad Emelianov
5
+ """
6
+
7
+ from pathlib import Path
8
+
9
+ from setuptools import setup # type: ignore
10
+
11
+ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
12
+
13
+
14
+ setup(
15
+ name="types-boto3-resource-explorer-2",
16
+ version="1.35.93",
17
+ packages=["types_boto3_resource_explorer_2"],
18
+ url="https://github.com/youtype/mypy_boto3_builder",
19
+ license="MIT License",
20
+ author="Vlad Emelianov",
21
+ author_email="vlad.emelianov.nz@gmail.com",
22
+ description="Type annotations for boto3 ResourceExplorer 1.35.93 service generated with mypy-boto3-builder 8.8.0",
23
+ classifiers=[
24
+ "Development Status :: 5 - Production/Stable",
25
+ "Intended Audience :: Developers",
26
+ "Environment :: Console",
27
+ "License :: OSI Approved :: MIT License",
28
+ "Natural Language :: English",
29
+ "Operating System :: OS Independent",
30
+ "Programming Language :: Python :: 3",
31
+ "Programming Language :: Python :: 3.8",
32
+ "Programming Language :: Python :: 3.9",
33
+ "Programming Language :: Python :: 3.10",
34
+ "Programming Language :: Python :: 3.11",
35
+ "Programming Language :: Python :: 3.12",
36
+ "Programming Language :: Python :: 3.13",
37
+ "Programming Language :: Python :: 3.14",
38
+ "Programming Language :: Python :: 3 :: Only",
39
+ "Programming Language :: Python :: Implementation :: CPython",
40
+ "Typing :: Stubs Only",
41
+ ],
42
+ keywords="boto3 resource-explorer-2 boto3-stubs type-annotations mypy typeshed autocomplete",
43
+ long_description=LONG_DESCRIPTION,
44
+ long_description_content_type="text/markdown",
45
+ package_data={"types_boto3_resource_explorer_2": ["py.typed", "*.pyi"]},
46
+ python_requires=">=3.8",
47
+ project_urls={
48
+ "Documentation": "https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/",
49
+ "Source": "https://github.com/youtype/mypy_boto3_builder",
50
+ "Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
51
+ },
52
+ install_requires=['typing-extensions; python_version<"3.12"'],
53
+ zip_safe=False,
54
+ )
@@ -0,0 +1,59 @@
1
+ """
2
+ Main interface for resource-explorer-2 service.
3
+
4
+ Usage::
5
+
6
+ ```python
7
+ from boto3.session import Session
8
+ from types_boto3_resource_explorer_2 import (
9
+ Client,
10
+ ListIndexesForMembersPaginator,
11
+ ListIndexesPaginator,
12
+ ListManagedViewsPaginator,
13
+ ListResourcesPaginator,
14
+ ListSupportedResourceTypesPaginator,
15
+ ListViewsPaginator,
16
+ ResourceExplorerClient,
17
+ SearchPaginator,
18
+ )
19
+
20
+ session = Session()
21
+ client: ResourceExplorerClient = session.client("resource-explorer-2")
22
+
23
+ list_indexes_for_members_paginator: ListIndexesForMembersPaginator = client.get_paginator("list_indexes_for_members")
24
+ list_indexes_paginator: ListIndexesPaginator = client.get_paginator("list_indexes")
25
+ list_managed_views_paginator: ListManagedViewsPaginator = client.get_paginator("list_managed_views")
26
+ list_resources_paginator: ListResourcesPaginator = client.get_paginator("list_resources")
27
+ list_supported_resource_types_paginator: ListSupportedResourceTypesPaginator = client.get_paginator("list_supported_resource_types")
28
+ list_views_paginator: ListViewsPaginator = client.get_paginator("list_views")
29
+ search_paginator: SearchPaginator = client.get_paginator("search")
30
+ ```
31
+
32
+ Copyright 2025 Vlad Emelianov
33
+ """
34
+
35
+ from .client import ResourceExplorerClient
36
+ from .paginator import (
37
+ ListIndexesForMembersPaginator,
38
+ ListIndexesPaginator,
39
+ ListManagedViewsPaginator,
40
+ ListResourcesPaginator,
41
+ ListSupportedResourceTypesPaginator,
42
+ ListViewsPaginator,
43
+ SearchPaginator,
44
+ )
45
+
46
+ Client = ResourceExplorerClient
47
+
48
+
49
+ __all__ = (
50
+ "Client",
51
+ "ListIndexesForMembersPaginator",
52
+ "ListIndexesPaginator",
53
+ "ListManagedViewsPaginator",
54
+ "ListResourcesPaginator",
55
+ "ListSupportedResourceTypesPaginator",
56
+ "ListViewsPaginator",
57
+ "ResourceExplorerClient",
58
+ "SearchPaginator",
59
+ )
@@ -0,0 +1,58 @@
1
+ """
2
+ Main interface for resource-explorer-2 service.
3
+
4
+ Usage::
5
+
6
+ ```python
7
+ from boto3.session import Session
8
+ from types_boto3_resource_explorer_2 import (
9
+ Client,
10
+ ListIndexesForMembersPaginator,
11
+ ListIndexesPaginator,
12
+ ListManagedViewsPaginator,
13
+ ListResourcesPaginator,
14
+ ListSupportedResourceTypesPaginator,
15
+ ListViewsPaginator,
16
+ ResourceExplorerClient,
17
+ SearchPaginator,
18
+ )
19
+
20
+ session = Session()
21
+ client: ResourceExplorerClient = session.client("resource-explorer-2")
22
+
23
+ list_indexes_for_members_paginator: ListIndexesForMembersPaginator = client.get_paginator("list_indexes_for_members")
24
+ list_indexes_paginator: ListIndexesPaginator = client.get_paginator("list_indexes")
25
+ list_managed_views_paginator: ListManagedViewsPaginator = client.get_paginator("list_managed_views")
26
+ list_resources_paginator: ListResourcesPaginator = client.get_paginator("list_resources")
27
+ list_supported_resource_types_paginator: ListSupportedResourceTypesPaginator = client.get_paginator("list_supported_resource_types")
28
+ list_views_paginator: ListViewsPaginator = client.get_paginator("list_views")
29
+ search_paginator: SearchPaginator = client.get_paginator("search")
30
+ ```
31
+
32
+ Copyright 2025 Vlad Emelianov
33
+ """
34
+
35
+ from .client import ResourceExplorerClient
36
+ from .paginator import (
37
+ ListIndexesForMembersPaginator,
38
+ ListIndexesPaginator,
39
+ ListManagedViewsPaginator,
40
+ ListResourcesPaginator,
41
+ ListSupportedResourceTypesPaginator,
42
+ ListViewsPaginator,
43
+ SearchPaginator,
44
+ )
45
+
46
+ Client = ResourceExplorerClient
47
+
48
+ __all__ = (
49
+ "Client",
50
+ "ListIndexesForMembersPaginator",
51
+ "ListIndexesPaginator",
52
+ "ListManagedViewsPaginator",
53
+ "ListResourcesPaginator",
54
+ "ListSupportedResourceTypesPaginator",
55
+ "ListViewsPaginator",
56
+ "ResourceExplorerClient",
57
+ "SearchPaginator",
58
+ )
@@ -0,0 +1,43 @@
1
+ """
2
+ Main CLI entrypoint.
3
+
4
+ Copyright 2025 Vlad Emelianov
5
+ """
6
+
7
+ import sys
8
+
9
+
10
+ def print_info() -> None:
11
+ """
12
+ Print package info to stdout.
13
+ """
14
+ sys.stdout.write(
15
+ "Type annotations for boto3 ResourceExplorer 1.35.93\n"
16
+ "Version: 1.35.93\n"
17
+ "Builder version: 8.8.0\n"
18
+ "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2//\n"
19
+ "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/resource-explorer-2.html#resourceexplorer\n"
20
+ "Other services: https://pypi.org/project/boto3-stubs/\n"
21
+ "Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
22
+ )
23
+
24
+
25
+ def print_version() -> None:
26
+ """
27
+ Print package version to stdout.
28
+ """
29
+ sys.stdout.write("1.35.93\n")
30
+
31
+
32
+ def main() -> None:
33
+ """
34
+ Main CLI entrypoint.
35
+ """
36
+ if "--version" in sys.argv:
37
+ print_version()
38
+ return
39
+ print_info()
40
+
41
+
42
+ if __name__ == "__main__":
43
+ main()