mypy-boto3-sso-admin 1.35.0__py3-none-any.whl → 1.35.93__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.
- mypy_boto3_sso_admin/__init__.py +5 -2
- mypy_boto3_sso_admin/__init__.pyi +4 -2
- mypy_boto3_sso_admin/__main__.py +11 -8
- mypy_boto3_sso_admin/client.py +418 -474
- mypy_boto3_sso_admin/client.pyi +417 -473
- mypy_boto3_sso_admin/literals.py +32 -9
- mypy_boto3_sso_admin/literals.pyi +30 -9
- mypy_boto3_sso_admin/paginator.py +328 -208
- mypy_boto3_sso_admin/paginator.pyi +308 -228
- mypy_boto3_sso_admin/type_defs.py +1277 -1680
- mypy_boto3_sso_admin/type_defs.pyi +1079 -1680
- mypy_boto3_sso_admin/version.py +3 -1
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/LICENSE +1 -1
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/METADATA +96 -42
- mypy_boto3_sso_admin-1.35.93.dist-info/RECORD +18 -0
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/WHEEL +1 -1
- mypy_boto3_sso_admin-1.35.0.dist-info/RECORD +0 -18
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/top_level.txt +0 -0
mypy_boto3_sso_admin/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sso-admin
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3
|
|
3
|
+
Version: 1.35.93
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.35.93 service generated with mypy-boto3-builder 8.8.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 sso-admin type-annotations
|
|
12
|
+
Keywords: boto3 sso-admin boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -23,47 +23,48 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Stubs Only
|
|
29
30
|
Requires-Python: >=3.8
|
|
30
31
|
Description-Content-Type: text/markdown
|
|
31
32
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
33
34
|
|
|
34
35
|
<a id="mypy-boto3-sso-admin"></a>
|
|
35
36
|
|
|
36
37
|
# mypy-boto3-sso-admin
|
|
37
38
|
|
|
38
|
-
[](https://pypi.org/project/mypy-boto3-sso-admin)
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-sso-admin)
|
|
40
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
41
|
-
[](https://
|
|
39
|
+
[](https://pypi.org/project/mypy-boto3-sso-admin/)
|
|
40
|
+
[](https://pypi.org/project/mypy-boto3-sso-admin/)
|
|
41
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
42
|
+
[](https://pypistats.org/packages/mypy-boto3-sso-admin)
|
|
42
43
|
|
|
43
44
|

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

|
|
64
64
|
|
|
65
65
|
- [mypy-boto3-sso-admin](#mypy-boto3-sso-admin)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -75,6 +76,7 @@ See how it helps to find and fix potential bugs:
|
|
|
75
76
|
- [Other IDEs](#other-ides)
|
|
76
77
|
- [mypy](#mypy)
|
|
77
78
|
- [pyright](#pyright)
|
|
79
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
78
80
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
79
81
|
- [Client annotations](#client-annotations)
|
|
80
82
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -93,6 +95,21 @@ See how it helps to find and fix potential bugs:
|
|
|
93
95
|
|
|
94
96
|
## How to install
|
|
95
97
|
|
|
98
|
+
<a id="generate-locally-(recommended)"></a>
|
|
99
|
+
|
|
100
|
+
### Generate locally (recommended)
|
|
101
|
+
|
|
102
|
+
You can generate type annotations for `boto3` package locally with
|
|
103
|
+
`mypy_boto3_builder`. Use
|
|
104
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
105
|
+
isolation.
|
|
106
|
+
|
|
107
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
|
109
|
+
2. Select `boto3-stubs` AWS SDK.
|
|
110
|
+
3. Add `SSOAdmin` service.
|
|
111
|
+
4. Use provided commands to install generated packages.
|
|
112
|
+
|
|
96
113
|
<a id="vscode-extension"></a>
|
|
97
114
|
|
|
98
115
|
### VSCode extension
|
|
@@ -113,12 +130,10 @@ Install `boto3-stubs` for `SSOAdmin` service.
|
|
|
113
130
|
# install with boto3 type annotations
|
|
114
131
|
python -m pip install 'boto3-stubs[sso-admin]'
|
|
115
132
|
|
|
116
|
-
|
|
117
133
|
# Lite version does not provide session.client/resource overloads
|
|
118
134
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
119
135
|
python -m pip install 'boto3-stubs-lite[sso-admin]'
|
|
120
136
|
|
|
121
|
-
|
|
122
137
|
# standalone installation
|
|
123
138
|
python -m pip install mypy-boto3-sso-admin
|
|
124
139
|
```
|
|
@@ -157,16 +172,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
157
172
|
|
|
158
173
|
### PyCharm
|
|
159
174
|
|
|
160
|
-
|
|
175
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
176
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
177
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
178
|
+
> the issue is resolved.
|
|
179
|
+
|
|
180
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
181
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
182
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
183
|
+
|
|
184
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
185
|
+
> `boto3-stubs` with
|
|
186
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
161
187
|
|
|
162
188
|
```bash
|
|
163
|
-
|
|
189
|
+
pip uninstall boto3-stubs
|
|
190
|
+
pip install boto3-stubs-lite
|
|
164
191
|
```
|
|
165
192
|
|
|
166
|
-
|
|
167
|
-
annotations **are required**.
|
|
193
|
+
Install `boto3-stubs[sso-admin]` in your environment:
|
|
168
194
|
|
|
169
|
-
|
|
195
|
+
```bash
|
|
196
|
+
python -m pip install 'boto3-stubs[sso-admin]'
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
Both type checking and code completion should now work.
|
|
170
200
|
|
|
171
201
|
<a id="emacs"></a>
|
|
172
202
|
|
|
@@ -230,7 +260,7 @@ should work.
|
|
|
230
260
|
- Install `boto3-stubs[sso-admin]` in your environment:
|
|
231
261
|
|
|
232
262
|
```bash
|
|
233
|
-
python -m pip install 'boto3-stubs[sso-admin]'
|
|
263
|
+
python -m pip install 'boto3-stubs[sso-admin]'
|
|
234
264
|
```
|
|
235
265
|
|
|
236
266
|
Type checking should now work. No explicit type annotations required, write
|
|
@@ -247,11 +277,36 @@ your `boto3` code as usual.
|
|
|
247
277
|
python -m pip install 'boto3-stubs[sso-admin]'
|
|
248
278
|
```
|
|
249
279
|
|
|
250
|
-
Optionally, you can install `boto3-stubs` to `typings`
|
|
280
|
+
Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
251
281
|
|
|
252
282
|
Type checking should now work. No explicit type annotations required, write
|
|
253
283
|
your `boto3` code as usual.
|
|
254
284
|
|
|
285
|
+
<a id="pylint-compatibility"></a>
|
|
286
|
+
|
|
287
|
+
### Pylint compatibility
|
|
288
|
+
|
|
289
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
290
|
+
`mypy-boto3-sso-admin` dependency in production. However, there is an issue in
|
|
291
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
292
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
293
|
+
|
|
294
|
+
```python
|
|
295
|
+
from typing import TYPE_CHECKING
|
|
296
|
+
|
|
297
|
+
if TYPE_CHECKING:
|
|
298
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
299
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
300
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
301
|
+
else:
|
|
302
|
+
EC2Client = object
|
|
303
|
+
EC2ServiceResource = object
|
|
304
|
+
BundleTaskCompleteWaiter = object
|
|
305
|
+
DescribeVolumesPaginator = object
|
|
306
|
+
|
|
307
|
+
...
|
|
308
|
+
```
|
|
309
|
+
|
|
255
310
|
<a id="explicit-type-annotations"></a>
|
|
256
311
|
|
|
257
312
|
## Explicit type annotations
|
|
@@ -286,12 +341,12 @@ from mypy_boto3_sso_admin import SSOAdminClient
|
|
|
286
341
|
from mypy_boto3_sso_admin.paginator import (
|
|
287
342
|
ListAccountAssignmentCreationStatusPaginator,
|
|
288
343
|
ListAccountAssignmentDeletionStatusPaginator,
|
|
289
|
-
ListAccountAssignmentsPaginator,
|
|
290
344
|
ListAccountAssignmentsForPrincipalPaginator,
|
|
345
|
+
ListAccountAssignmentsPaginator,
|
|
291
346
|
ListAccountsForProvisionedPermissionSetPaginator,
|
|
292
347
|
ListApplicationAccessScopesPaginator,
|
|
293
|
-
ListApplicationAssignmentsPaginator,
|
|
294
348
|
ListApplicationAssignmentsForPrincipalPaginator,
|
|
349
|
+
ListApplicationAssignmentsPaginator,
|
|
295
350
|
ListApplicationAuthenticationMethodsPaginator,
|
|
296
351
|
ListApplicationGrantsPaginator,
|
|
297
352
|
ListApplicationProvidersPaginator,
|
|
@@ -316,24 +371,24 @@ list_account_assignment_creation_status_paginator: ListAccountAssignmentCreation
|
|
|
316
371
|
list_account_assignment_deletion_status_paginator: ListAccountAssignmentDeletionStatusPaginator = (
|
|
317
372
|
client.get_paginator("list_account_assignment_deletion_status")
|
|
318
373
|
)
|
|
374
|
+
list_account_assignments_for_principal_paginator: ListAccountAssignmentsForPrincipalPaginator = (
|
|
375
|
+
client.get_paginator("list_account_assignments_for_principal")
|
|
376
|
+
)
|
|
319
377
|
list_account_assignments_paginator: ListAccountAssignmentsPaginator = client.get_paginator(
|
|
320
378
|
"list_account_assignments"
|
|
321
379
|
)
|
|
322
|
-
|
|
323
|
-
|
|
380
|
+
list_accounts_for_provisioned_permission_set_paginator: ListAccountsForProvisionedPermissionSetPaginator = client.get_paginator(
|
|
381
|
+
"list_accounts_for_provisioned_permission_set"
|
|
324
382
|
)
|
|
325
|
-
list_accounts_for_provisioned_permission_set_paginator: (
|
|
326
|
-
ListAccountsForProvisionedPermissionSetPaginator
|
|
327
|
-
) = client.get_paginator("list_accounts_for_provisioned_permission_set")
|
|
328
383
|
list_application_access_scopes_paginator: ListApplicationAccessScopesPaginator = (
|
|
329
384
|
client.get_paginator("list_application_access_scopes")
|
|
330
385
|
)
|
|
386
|
+
list_application_assignments_for_principal_paginator: ListApplicationAssignmentsForPrincipalPaginator = client.get_paginator(
|
|
387
|
+
"list_application_assignments_for_principal"
|
|
388
|
+
)
|
|
331
389
|
list_application_assignments_paginator: ListApplicationAssignmentsPaginator = client.get_paginator(
|
|
332
390
|
"list_application_assignments"
|
|
333
391
|
)
|
|
334
|
-
list_application_assignments_for_principal_paginator: (
|
|
335
|
-
ListApplicationAssignmentsForPrincipalPaginator
|
|
336
|
-
) = client.get_paginator("list_application_assignments_for_principal")
|
|
337
392
|
list_application_authentication_methods_paginator: ListApplicationAuthenticationMethodsPaginator = (
|
|
338
393
|
client.get_paginator("list_application_authentication_methods")
|
|
339
394
|
)
|
|
@@ -344,9 +399,9 @@ list_application_providers_paginator: ListApplicationProvidersPaginator = client
|
|
|
344
399
|
"list_application_providers"
|
|
345
400
|
)
|
|
346
401
|
list_applications_paginator: ListApplicationsPaginator = client.get_paginator("list_applications")
|
|
347
|
-
list_customer_managed_policy_references_in_permission_set_paginator: (
|
|
348
|
-
|
|
349
|
-
)
|
|
402
|
+
list_customer_managed_policy_references_in_permission_set_paginator: ListCustomerManagedPolicyReferencesInPermissionSetPaginator = client.get_paginator(
|
|
403
|
+
"list_customer_managed_policy_references_in_permission_set"
|
|
404
|
+
)
|
|
350
405
|
list_instances_paginator: ListInstancesPaginator = client.get_paginator("list_instances")
|
|
351
406
|
list_managed_policies_in_permission_set_paginator: ListManagedPoliciesInPermissionSetPaginator = (
|
|
352
407
|
client.get_paginator("list_managed_policies_in_permission_set")
|
|
@@ -357,9 +412,9 @@ list_permission_set_provisioning_status_paginator: ListPermissionSetProvisioning
|
|
|
357
412
|
list_permission_sets_paginator: ListPermissionSetsPaginator = client.get_paginator(
|
|
358
413
|
"list_permission_sets"
|
|
359
414
|
)
|
|
360
|
-
list_permission_sets_provisioned_to_account_paginator: (
|
|
361
|
-
|
|
362
|
-
)
|
|
415
|
+
list_permission_sets_provisioned_to_account_paginator: ListPermissionSetsProvisionedToAccountPaginator = client.get_paginator(
|
|
416
|
+
"list_permission_sets_provisioned_to_account"
|
|
417
|
+
)
|
|
363
418
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
|
|
364
419
|
"list_tags_for_resource"
|
|
365
420
|
)
|
|
@@ -417,8 +472,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
|
|
|
417
472
|
annotations extracted from `botocore` schemas.
|
|
418
473
|
- Type annotations include up-to-date documentation.
|
|
419
474
|
- Link to documentation is provided for every method.
|
|
420
|
-
- Code is processed by [
|
|
421
|
-
[isort](https://github.com/PyCQA/isort) for readability.
|
|
475
|
+
- Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
|
|
422
476
|
|
|
423
477
|
<a id="what's-new"></a>
|
|
424
478
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_sso_admin/__init__.py,sha256=Ij5FarVqdoSr_QS1cqbF5dL8_p07TrTpuDtSYL1oiAA,6165
|
|
2
|
+
mypy_boto3_sso_admin/__init__.pyi,sha256=7viKJ67Dke9N11_xSeQee0T-CwF4a_Ffi5sCnVpnwPk,6164
|
|
3
|
+
mypy_boto3_sso_admin/__main__.py,sha256=ufuy4NlC6bCrhkHg1MVmd-iehlxGyV7fPPrVbrzYjfg,989
|
|
4
|
+
mypy_boto3_sso_admin/client.py,sha256=GyK479DkN7voIYjDcBT_j4HDJSga-0dnhjRwgSeNPvY,65520
|
|
5
|
+
mypy_boto3_sso_admin/client.pyi,sha256=oZS4sqXGX2es4w7DH4WG5O3A4qink_7-BjYkhjpr-z8,65517
|
|
6
|
+
mypy_boto3_sso_admin/literals.py,sha256=YEawlMsVNEWldsKVR-mfztHNpISYdXZoLg7wd03jgws,14654
|
|
7
|
+
mypy_boto3_sso_admin/literals.pyi,sha256=WPpfaB2X9In3anBYKm_4VPbBxPBNiiiBZJsO7tpUI7E,14652
|
|
8
|
+
mypy_boto3_sso_admin/paginator.py,sha256=Uka8gEflT3BKkBst-EVpOSWz7ZTxmBOqIGMfTGAKdpY,33892
|
|
9
|
+
mypy_boto3_sso_admin/paginator.pyi,sha256=tDWigLKb4sAv5dqa0VtTrU_DaKnxQxs53cIG57KvdgU,33831
|
|
10
|
+
mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sso_admin/type_defs.py,sha256=jsufXMZtlx07lH_5u06DQXylCWmmBz64YHaDtDzbN8Y,44430
|
|
12
|
+
mypy_boto3_sso_admin/type_defs.pyi,sha256=VJ9KaZE4emx50HeSa0kLSTPAPwoXDcm_y8taM7jEzJ4,44232
|
|
13
|
+
mypy_boto3_sso_admin/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
|
|
14
|
+
mypy_boto3_sso_admin-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_sso_admin-1.35.93.dist-info/METADATA,sha256=yHzwEbeE_kmf68rtv8p9ZfwD1g69t9PPDLFQ4Kept-c,18403
|
|
16
|
+
mypy_boto3_sso_admin-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
17
|
+
mypy_boto3_sso_admin-1.35.93.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
|
|
18
|
+
mypy_boto3_sso_admin-1.35.93.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sso_admin/__init__.py,sha256=MZ0sfL26M5jaElmiQpQmdelRtireP1HupsZL-f96nJ4,6133
|
|
2
|
-
mypy_boto3_sso_admin/__init__.pyi,sha256=MZ0sfL26M5jaElmiQpQmdelRtireP1HupsZL-f96nJ4,6133
|
|
3
|
-
mypy_boto3_sso_admin/__main__.py,sha256=3uAPCUjoivdK-I9sN8NiMA35_7dIsbWW1dhbOKfRCG8,922
|
|
4
|
-
mypy_boto3_sso_admin/client.py,sha256=2avu7vW0FkmbGs9ForZPy69V0OMfd4TDIqJaxTRr2Yw,63181
|
|
5
|
-
mypy_boto3_sso_admin/client.pyi,sha256=HTmGC00G0bLLz046MbsIuKyQocIzO_sMwd3YCvP1_ng,63178
|
|
6
|
-
mypy_boto3_sso_admin/literals.py,sha256=AvRhAxiqsxoqF2ASR2chip4l7qqGAfOq_t6SgvI6uJc,14185
|
|
7
|
-
mypy_boto3_sso_admin/literals.pyi,sha256=AvRhAxiqsxoqF2ASR2chip4l7qqGAfOq_t6SgvI6uJc,14185
|
|
8
|
-
mypy_boto3_sso_admin/paginator.py,sha256=rMLndNFezQfQP7S4nvuumik_aW7NRZM8cNELUCBAmoE,26662
|
|
9
|
-
mypy_boto3_sso_admin/paginator.pyi,sha256=xg59puKkNXTsQxY1DDA4rjc8xkr7ylDW-uMUU_H3nt8,26641
|
|
10
|
-
mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sso_admin/type_defs.py,sha256=0ap29LMNIWSz_LY8PQDPcNf17EktPJYmugzgmZyEEbs,62200
|
|
12
|
-
mypy_boto3_sso_admin/type_defs.pyi,sha256=0ap29LMNIWSz_LY8PQDPcNf17EktPJYmugzgmZyEEbs,62200
|
|
13
|
-
mypy_boto3_sso_admin/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
|
|
14
|
-
mypy_boto3_sso_admin-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
-
mypy_boto3_sso_admin-1.35.0.dist-info/METADATA,sha256=r7b4lwfKYv5VKxgcQx7xxxivzAN_jED6SXST3GjEg6Q,16578
|
|
16
|
-
mypy_boto3_sso_admin-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
17
|
-
mypy_boto3_sso_admin-1.35.0.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
|
|
18
|
-
mypy_boto3_sso_admin-1.35.0.dist-info/RECORD,,
|
{mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/top_level.txt
RENAMED
|
File without changes
|