types-boto3-resource-explorer-2 1.35.71__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.
- types_boto3_resource_explorer_2/__init__.py +59 -0
- types_boto3_resource_explorer_2/__init__.pyi +58 -0
- types_boto3_resource_explorer_2/__main__.py +42 -0
- types_boto3_resource_explorer_2/client.py +463 -0
- types_boto3_resource_explorer_2/client.pyi +459 -0
- types_boto3_resource_explorer_2/literals.py +505 -0
- types_boto3_resource_explorer_2/literals.pyi +503 -0
- types_boto3_resource_explorer_2/paginator.py +189 -0
- types_boto3_resource_explorer_2/paginator.pyi +172 -0
- types_boto3_resource_explorer_2/py.typed +0 -0
- types_boto3_resource_explorer_2/type_defs.py +489 -0
- types_boto3_resource_explorer_2/type_defs.pyi +426 -0
- types_boto3_resource_explorer_2/version.py +7 -0
- types_boto3_resource_explorer_2-1.35.71.dist-info/LICENSE +21 -0
- types_boto3_resource_explorer_2-1.35.71.dist-info/METADATA +449 -0
- types_boto3_resource_explorer_2-1.35.71.dist-info/RECORD +18 -0
- types_boto3_resource_explorer_2-1.35.71.dist-info/WHEEL +5 -0
- types_boto3_resource_explorer_2-1.35.71.dist-info/top_level.txt +1 -0
@@ -0,0 +1,449 @@
|
|
1
|
+
Metadata-Version: 2.1
|
2
|
+
Name: types-boto3-resource-explorer-2
|
3
|
+
Version: 1.35.71
|
4
|
+
Summary: Type annotations for boto3 ResourceExplorer 1.35.71 service generated with mypy-boto3-builder 8.4.1
|
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_resource_explorer_2/
|
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 resource-explorer-2 type-annotations botocore 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-resource-explorer-2"></a>
|
36
|
+
|
37
|
+
# types-boto3-resource-explorer-2
|
38
|
+
|
39
|
+
[](https://pypi.org/project/types-boto3-resource-explorer-2/)
|
40
|
+
[](https://pypi.org/project/types-boto3-resource-explorer-2/)
|
41
|
+
[](https://youtype.github.io/types_boto3_docs/)
|
42
|
+
[](https://pypistats.org/packages/types-boto3-resource-explorer-2)
|
43
|
+
|
44
|
+

|
45
|
+
|
46
|
+
Type annotations for
|
47
|
+
[boto3 ResourceExplorer 1.35.71](https://pypi.org/project/boto3/) compatible
|
48
|
+
with [VSCode](https://code.visualstudio.com/),
|
49
|
+
[PyCharm](https://www.jetbrains.com/pycharm/),
|
50
|
+
[Emacs](https://www.gnu.org/software/emacs/),
|
51
|
+
[Sublime Text](https://www.sublimetext.com/),
|
52
|
+
[mypy](https://github.com/python/mypy),
|
53
|
+
[pyright](https://github.com/microsoft/pyright) and other tools.
|
54
|
+
|
55
|
+
Generated by
|
56
|
+
[mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
|
57
|
+
|
58
|
+
More information can be found on
|
59
|
+
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
60
|
+
[types-boto3-resource-explorer-2 docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/).
|
61
|
+
|
62
|
+
See how it helps you find and fix potential bugs:
|
63
|
+
|
64
|
+

|
65
|
+
|
66
|
+
- [types-boto3-resource-explorer-2](#types-boto3-resource-explorer-2)
|
67
|
+
- [How to install](#how-to-install)
|
68
|
+
- [VSCode extension](#vscode-extension)
|
69
|
+
- [From PyPI with pip](#from-pypi-with-pip)
|
70
|
+
- [How to uninstall](#how-to-uninstall)
|
71
|
+
- [Usage](#usage)
|
72
|
+
- [VSCode](#vscode)
|
73
|
+
- [PyCharm](#pycharm)
|
74
|
+
- [Emacs](#emacs)
|
75
|
+
- [Sublime Text](#sublime-text)
|
76
|
+
- [Other IDEs](#other-ides)
|
77
|
+
- [mypy](#mypy)
|
78
|
+
- [pyright](#pyright)
|
79
|
+
- [Explicit type annotations](#explicit-type-annotations)
|
80
|
+
- [Client annotations](#client-annotations)
|
81
|
+
- [Paginators annotations](#paginators-annotations)
|
82
|
+
- [Literals](#literals)
|
83
|
+
- [Type definitions](#type-definitions)
|
84
|
+
- [How it works](#how-it-works)
|
85
|
+
- [What's new](#what's-new)
|
86
|
+
- [Implemented features](#implemented-features)
|
87
|
+
- [Latest changes](#latest-changes)
|
88
|
+
- [Versioning](#versioning)
|
89
|
+
- [Thank you](#thank-you)
|
90
|
+
- [Documentation](#documentation)
|
91
|
+
- [Support and contributing](#support-and-contributing)
|
92
|
+
|
93
|
+
<a id="how-to-install"></a>
|
94
|
+
|
95
|
+
## How to install
|
96
|
+
|
97
|
+
<a id="vscode-extension"></a>
|
98
|
+
|
99
|
+
### VSCode extension
|
100
|
+
|
101
|
+
Add
|
102
|
+
[AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
|
103
|
+
extension to your VSCode and run `AWS boto3: Quick Start` command.
|
104
|
+
|
105
|
+
Click `Modify` and select `boto3 common` and `ResourceExplorer`.
|
106
|
+
|
107
|
+
<a id="from-pypi-with-pip"></a>
|
108
|
+
|
109
|
+
### From PyPI with pip
|
110
|
+
|
111
|
+
Install `types-boto3` for `ResourceExplorer` service.
|
112
|
+
|
113
|
+
```bash
|
114
|
+
# install with boto3 type annotations
|
115
|
+
python -m pip install 'types-boto3[resource-explorer-2]'
|
116
|
+
|
117
|
+
|
118
|
+
# Lite version does not provide session.client/resource overloads
|
119
|
+
# it is more RAM-friendly, but requires explicit type annotations
|
120
|
+
python -m pip install 'types-boto3-lite[resource-explorer-2]'
|
121
|
+
|
122
|
+
|
123
|
+
# standalone installation
|
124
|
+
python -m pip install types-boto3-resource-explorer-2
|
125
|
+
```
|
126
|
+
|
127
|
+
<a id="how-to-uninstall"></a>
|
128
|
+
|
129
|
+
## How to uninstall
|
130
|
+
|
131
|
+
```bash
|
132
|
+
python -m pip uninstall -y types-boto3-resource-explorer-2
|
133
|
+
```
|
134
|
+
|
135
|
+
<a id="usage"></a>
|
136
|
+
|
137
|
+
## Usage
|
138
|
+
|
139
|
+
<a id="vscode"></a>
|
140
|
+
|
141
|
+
### VSCode
|
142
|
+
|
143
|
+
- Install
|
144
|
+
[Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
|
145
|
+
- Install
|
146
|
+
[Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
|
147
|
+
- Set `Pylance` as your Python Language Server
|
148
|
+
- Install `types-boto3[resource-explorer-2]` in your environment:
|
149
|
+
|
150
|
+
```bash
|
151
|
+
python -m pip install 'types-boto3[resource-explorer-2]'
|
152
|
+
```
|
153
|
+
|
154
|
+
Both type checking and code completion should now work. No explicit type
|
155
|
+
annotations required, write your `boto3` code as usual.
|
156
|
+
|
157
|
+
<a id="pycharm"></a>
|
158
|
+
|
159
|
+
### PyCharm
|
160
|
+
|
161
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
162
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
163
|
+
> to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
|
164
|
+
> the issue is resolved.
|
165
|
+
|
166
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
167
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
168
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
169
|
+
|
170
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
171
|
+
> `types-boto3` with
|
172
|
+
> [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
|
173
|
+
|
174
|
+
```bash
|
175
|
+
pip uninstall types-boto3
|
176
|
+
pip install types-boto3-lite
|
177
|
+
```
|
178
|
+
|
179
|
+
Install `types-boto3[resource-explorer-2]` in your environment:
|
180
|
+
|
181
|
+
```bash
|
182
|
+
python -m pip install 'types-boto3[resource-explorer-2]'
|
183
|
+
```
|
184
|
+
|
185
|
+
Both type checking and code completion should now work.
|
186
|
+
|
187
|
+
<a id="emacs"></a>
|
188
|
+
|
189
|
+
### Emacs
|
190
|
+
|
191
|
+
- Install `types-boto3` with services you use in your environment:
|
192
|
+
|
193
|
+
```bash
|
194
|
+
python -m pip install 'types-boto3[resource-explorer-2]'
|
195
|
+
```
|
196
|
+
|
197
|
+
- Install [use-package](https://github.com/jwiegley/use-package),
|
198
|
+
[lsp](https://github.com/emacs-lsp/lsp-mode/),
|
199
|
+
[company](https://github.com/company-mode/company-mode) and
|
200
|
+
[flycheck](https://github.com/flycheck/flycheck) packages
|
201
|
+
- Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
|
202
|
+
|
203
|
+
```elisp
|
204
|
+
(use-package lsp-pyright
|
205
|
+
:ensure t
|
206
|
+
:hook (python-mode . (lambda ()
|
207
|
+
(require 'lsp-pyright)
|
208
|
+
(lsp))) ; or lsp-deferred
|
209
|
+
:init (when (executable-find "python3")
|
210
|
+
(setq lsp-pyright-python-executable-cmd "python3"))
|
211
|
+
)
|
212
|
+
```
|
213
|
+
|
214
|
+
- Make sure emacs uses the environment where you have installed `types-boto3`
|
215
|
+
|
216
|
+
Type checking should now work. No explicit type annotations required, write
|
217
|
+
your `boto3` code as usual.
|
218
|
+
|
219
|
+
<a id="sublime-text"></a>
|
220
|
+
|
221
|
+
### Sublime Text
|
222
|
+
|
223
|
+
- Install `types-boto3[resource-explorer-2]` with services you use in your
|
224
|
+
environment:
|
225
|
+
|
226
|
+
```bash
|
227
|
+
python -m pip install 'types-boto3[resource-explorer-2]'
|
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[resource-explorer-2]` in your environment:
|
248
|
+
|
249
|
+
```bash
|
250
|
+
python -m pip install 'types-boto3[resource-explorer-2]'
|
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[resource-explorer-2]` in your environment:
|
262
|
+
|
263
|
+
```bash
|
264
|
+
python -m pip install 'types-boto3[resource-explorer-2]'
|
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="explicit-type-annotations"></a>
|
273
|
+
|
274
|
+
## Explicit type annotations
|
275
|
+
|
276
|
+
<a id="client-annotations"></a>
|
277
|
+
|
278
|
+
### Client annotations
|
279
|
+
|
280
|
+
`ResourceExplorerClient` provides annotations for
|
281
|
+
`boto3.client("resource-explorer-2")`.
|
282
|
+
|
283
|
+
```python
|
284
|
+
from boto3.session import Session
|
285
|
+
|
286
|
+
from types_boto3_resource_explorer_2 import ResourceExplorerClient
|
287
|
+
|
288
|
+
client: ResourceExplorerClient = Session().client("resource-explorer-2")
|
289
|
+
|
290
|
+
# now client usage is checked by mypy and IDE should provide code completion
|
291
|
+
```
|
292
|
+
|
293
|
+
<a id="paginators-annotations"></a>
|
294
|
+
|
295
|
+
### Paginators annotations
|
296
|
+
|
297
|
+
`types_boto3_resource_explorer_2.paginator` module contains type annotations
|
298
|
+
for all paginators.
|
299
|
+
|
300
|
+
```python
|
301
|
+
from boto3.session import Session
|
302
|
+
|
303
|
+
from types_boto3_resource_explorer_2 import ResourceExplorerClient
|
304
|
+
from types_boto3_resource_explorer_2.paginator import (
|
305
|
+
ListIndexesForMembersPaginator,
|
306
|
+
ListIndexesPaginator,
|
307
|
+
ListManagedViewsPaginator,
|
308
|
+
ListResourcesPaginator,
|
309
|
+
ListSupportedResourceTypesPaginator,
|
310
|
+
ListViewsPaginator,
|
311
|
+
SearchPaginator,
|
312
|
+
)
|
313
|
+
|
314
|
+
client: ResourceExplorerClient = Session().client("resource-explorer-2")
|
315
|
+
|
316
|
+
# Explicit type annotations are optional here
|
317
|
+
# Types should be correctly discovered by mypy and IDEs
|
318
|
+
list_indexes_for_members_paginator: ListIndexesForMembersPaginator = client.get_paginator(
|
319
|
+
"list_indexes_for_members"
|
320
|
+
)
|
321
|
+
list_indexes_paginator: ListIndexesPaginator = client.get_paginator("list_indexes")
|
322
|
+
list_managed_views_paginator: ListManagedViewsPaginator = client.get_paginator("list_managed_views")
|
323
|
+
list_resources_paginator: ListResourcesPaginator = client.get_paginator("list_resources")
|
324
|
+
list_supported_resource_types_paginator: ListSupportedResourceTypesPaginator = client.get_paginator(
|
325
|
+
"list_supported_resource_types"
|
326
|
+
)
|
327
|
+
list_views_paginator: ListViewsPaginator = client.get_paginator("list_views")
|
328
|
+
search_paginator: SearchPaginator = client.get_paginator("search")
|
329
|
+
```
|
330
|
+
|
331
|
+
<a id="literals"></a>
|
332
|
+
|
333
|
+
### Literals
|
334
|
+
|
335
|
+
`types_boto3_resource_explorer_2.literals` module contains literals extracted
|
336
|
+
from shapes that can be used in user code for type checking.
|
337
|
+
|
338
|
+
Full list of `ResourceExplorer` Literals can be found in
|
339
|
+
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/literals/).
|
340
|
+
|
341
|
+
```python
|
342
|
+
from types_boto3_resource_explorer_2.literals import AWSServiceAccessStatusType
|
343
|
+
|
344
|
+
|
345
|
+
def check_value(value: AWSServiceAccessStatusType) -> bool: ...
|
346
|
+
```
|
347
|
+
|
348
|
+
<a id="type-definitions"></a>
|
349
|
+
|
350
|
+
### Type definitions
|
351
|
+
|
352
|
+
`types_boto3_resource_explorer_2.type_defs` module contains structures and
|
353
|
+
shapes assembled to typed dictionaries and unions for additional type checking.
|
354
|
+
|
355
|
+
Full list of `ResourceExplorer` TypeDefs can be found in
|
356
|
+
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/type_defs/).
|
357
|
+
|
358
|
+
```python
|
359
|
+
from types_boto3_resource_explorer_2.type_defs import AssociateDefaultViewInputRequestTypeDef
|
360
|
+
|
361
|
+
|
362
|
+
def get_value() -> AssociateDefaultViewInputRequestTypeDef:
|
363
|
+
return {...}
|
364
|
+
```
|
365
|
+
|
366
|
+
<a id="how-it-works"></a>
|
367
|
+
|
368
|
+
## How it works
|
369
|
+
|
370
|
+
Fully automated
|
371
|
+
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
372
|
+
generates type annotations for each service, patiently waiting for `boto3`
|
373
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
374
|
+
|
375
|
+
- All available `boto3` services are covered.
|
376
|
+
- Each public class and method of every `boto3` service gets valid type
|
377
|
+
annotations extracted from `botocore` schemas.
|
378
|
+
- Type annotations include up-to-date documentation.
|
379
|
+
- Link to documentation is provided for every method.
|
380
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
381
|
+
|
382
|
+
<a id="what's-new"></a>
|
383
|
+
|
384
|
+
## What's new
|
385
|
+
|
386
|
+
<a id="implemented-features"></a>
|
387
|
+
|
388
|
+
### Implemented features
|
389
|
+
|
390
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
391
|
+
libraries
|
392
|
+
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
393
|
+
compatibility
|
394
|
+
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
395
|
+
annotations for each service
|
396
|
+
- Generated `TypeDefs` for each service
|
397
|
+
- Generated `Literals` for each service
|
398
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
399
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
400
|
+
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
401
|
+
calls
|
402
|
+
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
403
|
+
- Auto discovery of types for `aiobotocore.Session.create_client` calls
|
404
|
+
|
405
|
+
<a id="latest-changes"></a>
|
406
|
+
|
407
|
+
### Latest changes
|
408
|
+
|
409
|
+
Builder changelog can be found in
|
410
|
+
[Releases](https://github.com/youtype/mypy_boto3_builder/releases).
|
411
|
+
|
412
|
+
<a id="versioning"></a>
|
413
|
+
|
414
|
+
## Versioning
|
415
|
+
|
416
|
+
`types-boto3-resource-explorer-2` version is the same as related `boto3`
|
417
|
+
version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/)
|
418
|
+
format.
|
419
|
+
|
420
|
+
<a id="thank-you"></a>
|
421
|
+
|
422
|
+
## Thank you
|
423
|
+
|
424
|
+
- [Allie Fitter](https://github.com/alliefitter) for
|
425
|
+
[boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
|
426
|
+
this package is based on top of his work
|
427
|
+
- [black](https://github.com/psf/black) developers for an awesome formatting
|
428
|
+
tool
|
429
|
+
- [Timothy Edmund Crosley](https://github.com/timothycrosley) for
|
430
|
+
[isort](https://github.com/PyCQA/isort) and how flexible it is
|
431
|
+
- [mypy](https://github.com/python/mypy) developers for doing all dirty work
|
432
|
+
for us
|
433
|
+
- [pyright](https://github.com/microsoft/pyright) team for the new era of typed
|
434
|
+
Python
|
435
|
+
|
436
|
+
<a id="documentation"></a>
|
437
|
+
|
438
|
+
## Documentation
|
439
|
+
|
440
|
+
All services type annotations can be found in
|
441
|
+
[boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_resource_explorer_2/)
|
442
|
+
|
443
|
+
<a id="support-and-contributing"></a>
|
444
|
+
|
445
|
+
## Support and contributing
|
446
|
+
|
447
|
+
This package is auto-generated. Please reports any bugs or request new features
|
448
|
+
in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
|
449
|
+
repository.
|
@@ -0,0 +1,18 @@
|
|
1
|
+
types_boto3_resource_explorer_2/__init__.py,sha256=rgQzpRbqe-IUcVZsJMi4j0pkSUjc3BcgZpw4Dv4g_hM,1888
|
2
|
+
types_boto3_resource_explorer_2/__init__.pyi,sha256=CCpiFwBLcLZ4vP-8-wM6NWhxFushaQnaTuXTb7OH1Ek,1887
|
3
|
+
types_boto3_resource_explorer_2/__main__.py,sha256=qlXkGavJf0zr58ZRoPwG0-Z1HKxQh4HG2aJcp6jQUms,992
|
4
|
+
types_boto3_resource_explorer_2/client.py,sha256=cUu8DWefgZD6wS8QV3B_xo84WYs21-AQlTORPJ6Birk,22410
|
5
|
+
types_boto3_resource_explorer_2/client.pyi,sha256=samPuPnwkofX8MaB2plCWFKC1rB7c88PtocQ_oREqvI,22406
|
6
|
+
types_boto3_resource_explorer_2/literals.py,sha256=HGgLA5lhA4Tss7NGJPNvAPicTSWMW8lcBFYWVEb8Yio,10427
|
7
|
+
types_boto3_resource_explorer_2/literals.pyi,sha256=RxCAtnE7Mf9YxeWYbt8p7c3X3CPqJIPKAmiI_05opno,10425
|
8
|
+
types_boto3_resource_explorer_2/paginator.py,sha256=m9oBbWs04iiCbPfmpaEQAG05mZnb-1JP7sbt7Tz7nK8,9502
|
9
|
+
types_boto3_resource_explorer_2/paginator.pyi,sha256=RFfsMSjM4mGmq-uIBicR4APa_avE3KxTZpPBAZkh7-g,9485
|
10
|
+
types_boto3_resource_explorer_2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
+
types_boto3_resource_explorer_2/type_defs.py,sha256=UgY53fh3GNncoYZwUnFoYyrnh43RtiKx4DpkGtMotQ0,13005
|
12
|
+
types_boto3_resource_explorer_2/type_defs.pyi,sha256=7I3zJXH8iUUjcXNh6snPOXNT6IV3iLuBA4dOW0XwWjI,12942
|
13
|
+
types_boto3_resource_explorer_2/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
|
14
|
+
types_boto3_resource_explorer_2-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
15
|
+
types_boto3_resource_explorer_2-1.35.71.dist-info/METADATA,sha256=SzFYv_8sQ3Tk9j_2_tKhU7Lt3MfQDMPBM-lCkQZfaZ8,14680
|
16
|
+
types_boto3_resource_explorer_2-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
17
|
+
types_boto3_resource_explorer_2-1.35.71.dist-info/top_level.txt,sha256=6B-yjQKJLTPHUbmkEeQt9VrKg58HqV_RbcfdkaZZ9IY,32
|
18
|
+
types_boto3_resource_explorer_2-1.35.71.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
types_boto3_resource_explorer_2
|