mypy-boto3-sso-admin 1.34.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.
@@ -1,5 +1,7 @@
1
1
  """
2
2
  Source of truth for version.
3
+
4
+ Copyright 2025 Vlad Emelianov
3
5
  """
4
6
 
5
- __version__ = "1.34.0"
7
+ __version__ = "1.35.93"
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-sso-admin
3
- Version: 1.34.0
4
- Summary: Type annotations for boto3.SSOAdmin 1.34.0 service generated with mypy-boto3-builder 7.21.0
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 botocore mypy typeshed autocomplete
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
@@ -17,54 +17,54 @@ Classifier: License :: OSI Approved :: MIT License
17
17
  Classifier: Natural Language :: English
18
18
  Classifier: Operating System :: OS Independent
19
19
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.7
21
20
  Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
27
  Classifier: Programming Language :: Python :: 3 :: Only
28
28
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
- Classifier: Typing :: Typed
30
- Requires-Python: >=3.7
29
+ Classifier: Typing :: Stubs Only
30
+ Requires-Python: >=3.8
31
31
  Description-Content-Type: text/markdown
32
32
  License-File: LICENSE
33
- Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
33
+ Requires-Dist: typing-extensions; python_version < "3.12"
34
34
 
35
35
  <a id="mypy-boto3-sso-admin"></a>
36
36
 
37
37
  # mypy-boto3-sso-admin
38
38
 
39
- [![PyPI - mypy-boto3-sso-admin](https://img.shields.io/pypi/v/mypy-boto3-sso-admin.svg?color=blue)](https://pypi.org/project/mypy-boto3-sso-admin)
40
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-sso-admin.svg?color=blue)](https://pypi.org/project/mypy-boto3-sso-admin)
41
- [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/)
42
- [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-sso-admin)](https://pepy.tech/project/mypy-boto3-sso-admin)
39
+ [![PyPI - mypy-boto3-sso-admin](https://img.shields.io/pypi/v/mypy-boto3-sso-admin.svg?color=blue)](https://pypi.org/project/mypy-boto3-sso-admin/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mypy-boto3-sso-admin.svg?color=blue)](https://pypi.org/project/mypy-boto3-sso-admin/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/boto3_stubs_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/mypy-boto3-sso-admin)](https://pypistats.org/packages/mypy-boto3-sso-admin)
43
43
 
44
44
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for
47
- [boto3.SSOAdmin 1.34.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin)
48
- 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/),
49
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
50
49
  [Emacs](https://www.gnu.org/software/emacs/),
51
50
  [Sublime Text](https://www.sublimetext.com/),
52
51
  [mypy](https://github.com/python/mypy),
53
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
54
53
 
55
- Generated by
56
- [mypy-boto3-builder 7.21.0](https://github.com/youtype/mypy_boto3_builder).
54
+ Generated with
55
+ [mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
57
56
 
58
57
  More information can be found on
59
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
60
59
  [mypy-boto3-sso-admin docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/).
61
60
 
62
- See how it helps to find and fix potential bugs:
61
+ See how it helps you find and fix potential bugs:
63
62
 
64
- ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
63
+ ![types-boto3 demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
65
64
 
66
65
  - [mypy-boto3-sso-admin](#mypy-boto3-sso-admin)
67
66
  - [How to install](#how-to-install)
67
+ - [Generate locally (recommended)](<#generate-locally-(recommended)>)
68
68
  - [VSCode extension](#vscode-extension)
69
69
  - [From PyPI with pip](#from-pypi-with-pip)
70
70
  - [How to uninstall](#how-to-uninstall)
@@ -76,6 +76,7 @@ See how it helps to find and fix potential bugs:
76
76
  - [Other IDEs](#other-ides)
77
77
  - [mypy](#mypy)
78
78
  - [pyright](#pyright)
79
+ - [Pylint compatibility](#pylint-compatibility)
79
80
  - [Explicit type annotations](#explicit-type-annotations)
80
81
  - [Client annotations](#client-annotations)
81
82
  - [Paginators annotations](#paginators-annotations)
@@ -94,6 +95,21 @@ See how it helps to find and fix potential bugs:
94
95
 
95
96
  ## How to install
96
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
+
97
113
  <a id="vscode-extension"></a>
98
114
 
99
115
  ### VSCode extension
@@ -114,12 +130,10 @@ Install `boto3-stubs` for `SSOAdmin` service.
114
130
  # install with boto3 type annotations
115
131
  python -m pip install 'boto3-stubs[sso-admin]'
116
132
 
117
-
118
133
  # Lite version does not provide session.client/resource overloads
119
134
  # it is more RAM-friendly, but requires explicit type annotations
120
135
  python -m pip install 'boto3-stubs-lite[sso-admin]'
121
136
 
122
-
123
137
  # standalone installation
124
138
  python -m pip install mypy-boto3-sso-admin
125
139
  ```
@@ -158,16 +172,31 @@ annotations required, write your `boto3` code as usual.
158
172
 
159
173
  ### PyCharm
160
174
 
161
- Install `boto3-stubs-lite[sso-admin]` in your environment:
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/):
162
187
 
163
188
  ```bash
164
- python -m pip install 'boto3-stubs-lite[sso-admin]'`
189
+ pip uninstall boto3-stubs
190
+ pip install boto3-stubs-lite
165
191
  ```
166
192
 
167
- Both type checking and code completion should now work. Explicit type
168
- annotations **are required**.
193
+ Install `boto3-stubs[sso-admin]` in your environment:
169
194
 
170
- Use `boto3-stubs` package instead for implicit type discovery.
195
+ ```bash
196
+ python -m pip install 'boto3-stubs[sso-admin]'
197
+ ```
198
+
199
+ Both type checking and code completion should now work.
171
200
 
172
201
  <a id="emacs"></a>
173
202
 
@@ -231,7 +260,7 @@ should work.
231
260
  - Install `boto3-stubs[sso-admin]` in your environment:
232
261
 
233
262
  ```bash
234
- python -m pip install 'boto3-stubs[sso-admin]'`
263
+ python -m pip install 'boto3-stubs[sso-admin]'
235
264
  ```
236
265
 
237
266
  Type checking should now work. No explicit type annotations required, write
@@ -248,11 +277,36 @@ your `boto3` code as usual.
248
277
  python -m pip install 'boto3-stubs[sso-admin]'
249
278
  ```
250
279
 
251
- Optionally, you can install `boto3-stubs` to `typings` folder.
280
+ Optionally, you can install `boto3-stubs` to `typings` directory.
252
281
 
253
282
  Type checking should now work. No explicit type annotations required, write
254
283
  your `boto3` code as usual.
255
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
+
256
310
  <a id="explicit-type-annotations"></a>
257
311
 
258
312
  ## Explicit type annotations
@@ -287,12 +341,12 @@ from mypy_boto3_sso_admin import SSOAdminClient
287
341
  from mypy_boto3_sso_admin.paginator import (
288
342
  ListAccountAssignmentCreationStatusPaginator,
289
343
  ListAccountAssignmentDeletionStatusPaginator,
290
- ListAccountAssignmentsPaginator,
291
344
  ListAccountAssignmentsForPrincipalPaginator,
345
+ ListAccountAssignmentsPaginator,
292
346
  ListAccountsForProvisionedPermissionSetPaginator,
293
347
  ListApplicationAccessScopesPaginator,
294
- ListApplicationAssignmentsPaginator,
295
348
  ListApplicationAssignmentsForPrincipalPaginator,
349
+ ListApplicationAssignmentsPaginator,
296
350
  ListApplicationAuthenticationMethodsPaginator,
297
351
  ListApplicationGrantsPaginator,
298
352
  ListApplicationProvidersPaginator,
@@ -317,24 +371,24 @@ list_account_assignment_creation_status_paginator: ListAccountAssignmentCreation
317
371
  list_account_assignment_deletion_status_paginator: ListAccountAssignmentDeletionStatusPaginator = (
318
372
  client.get_paginator("list_account_assignment_deletion_status")
319
373
  )
374
+ list_account_assignments_for_principal_paginator: ListAccountAssignmentsForPrincipalPaginator = (
375
+ client.get_paginator("list_account_assignments_for_principal")
376
+ )
320
377
  list_account_assignments_paginator: ListAccountAssignmentsPaginator = client.get_paginator(
321
378
  "list_account_assignments"
322
379
  )
323
- list_account_assignments_for_principal_paginator: ListAccountAssignmentsForPrincipalPaginator = (
324
- client.get_paginator("list_account_assignments_for_principal")
380
+ list_accounts_for_provisioned_permission_set_paginator: ListAccountsForProvisionedPermissionSetPaginator = client.get_paginator(
381
+ "list_accounts_for_provisioned_permission_set"
325
382
  )
326
- list_accounts_for_provisioned_permission_set_paginator: (
327
- ListAccountsForProvisionedPermissionSetPaginator
328
- ) = client.get_paginator("list_accounts_for_provisioned_permission_set")
329
383
  list_application_access_scopes_paginator: ListApplicationAccessScopesPaginator = (
330
384
  client.get_paginator("list_application_access_scopes")
331
385
  )
386
+ list_application_assignments_for_principal_paginator: ListApplicationAssignmentsForPrincipalPaginator = client.get_paginator(
387
+ "list_application_assignments_for_principal"
388
+ )
332
389
  list_application_assignments_paginator: ListApplicationAssignmentsPaginator = client.get_paginator(
333
390
  "list_application_assignments"
334
391
  )
335
- list_application_assignments_for_principal_paginator: (
336
- ListApplicationAssignmentsForPrincipalPaginator
337
- ) = client.get_paginator("list_application_assignments_for_principal")
338
392
  list_application_authentication_methods_paginator: ListApplicationAuthenticationMethodsPaginator = (
339
393
  client.get_paginator("list_application_authentication_methods")
340
394
  )
@@ -345,9 +399,9 @@ list_application_providers_paginator: ListApplicationProvidersPaginator = client
345
399
  "list_application_providers"
346
400
  )
347
401
  list_applications_paginator: ListApplicationsPaginator = client.get_paginator("list_applications")
348
- list_customer_managed_policy_references_in_permission_set_paginator: (
349
- ListCustomerManagedPolicyReferencesInPermissionSetPaginator
350
- ) = client.get_paginator("list_customer_managed_policy_references_in_permission_set")
402
+ list_customer_managed_policy_references_in_permission_set_paginator: ListCustomerManagedPolicyReferencesInPermissionSetPaginator = client.get_paginator(
403
+ "list_customer_managed_policy_references_in_permission_set"
404
+ )
351
405
  list_instances_paginator: ListInstancesPaginator = client.get_paginator("list_instances")
352
406
  list_managed_policies_in_permission_set_paginator: ListManagedPoliciesInPermissionSetPaginator = (
353
407
  client.get_paginator("list_managed_policies_in_permission_set")
@@ -358,9 +412,9 @@ list_permission_set_provisioning_status_paginator: ListPermissionSetProvisioning
358
412
  list_permission_sets_paginator: ListPermissionSetsPaginator = client.get_paginator(
359
413
  "list_permission_sets"
360
414
  )
361
- list_permission_sets_provisioned_to_account_paginator: (
362
- ListPermissionSetsProvisionedToAccountPaginator
363
- ) = client.get_paginator("list_permission_sets_provisioned_to_account")
415
+ list_permission_sets_provisioned_to_account_paginator: ListPermissionSetsProvisionedToAccountPaginator = client.get_paginator(
416
+ "list_permission_sets_provisioned_to_account"
417
+ )
364
418
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
365
419
  "list_tags_for_resource"
366
420
  )
@@ -397,10 +451,10 @@ Full list of `SSOAdmin` TypeDefs can be found in
397
451
  [docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/type_defs/).
398
452
 
399
453
  ```python
400
- from mypy_boto3_sso_admin.type_defs import AccessControlAttributeValueTypeDef
454
+ from mypy_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
401
455
 
402
456
 
403
- def get_value() -> AccessControlAttributeValueTypeDef:
457
+ def get_value() -> AccessControlAttributeValueOutputTypeDef:
404
458
  return {...}
405
459
  ```
406
460
 
@@ -418,8 +472,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
418
472
  annotations extracted from `botocore` schemas.
419
473
  - Type annotations include up-to-date documentation.
420
474
  - Link to documentation is provided for every method.
421
- - Code is processed by [black](https://github.com/psf/black) and
422
- [isort](https://github.com/PyCQA/isort) for readability.
475
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
423
476
 
424
477
  <a id="what's-new"></a>
425
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (75.7.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,18 +0,0 @@
1
- mypy_boto3_sso_admin/__init__.py,sha256=5wy5aWLnlA4PQvKURaZwr6rD0lA6-wOn_7fWazlOBHY,6134
2
- mypy_boto3_sso_admin/__init__.pyi,sha256=MZ0sfL26M5jaElmiQpQmdelRtireP1HupsZL-f96nJ4,6133
3
- mypy_boto3_sso_admin/__main__.py,sha256=-qZKljuxeIxoG5YG0weWEdkCcgMZPY76og3YaCpv0D4,911
4
- mypy_boto3_sso_admin/client.py,sha256=G-8Lb6XsoUi4ZNptu0awy22RRxvGt28_xTeGOGx-D8o,63121
5
- mypy_boto3_sso_admin/client.pyi,sha256=V-9AxxBsZxlUIZ7hPkwZoZiQIqjZfGxgjnL3zRFJeL8,63117
6
- mypy_boto3_sso_admin/literals.py,sha256=tlC1nXCt7SoA36yE59V23hRareb3D9Uoj-hOZHODUds,13845
7
- mypy_boto3_sso_admin/literals.pyi,sha256=pkkBYi9bORWrC0y0wx6yLIzrJI-WPaIXFG1_rRSIS8g,13843
8
- mypy_boto3_sso_admin/paginator.py,sha256=SST9UW5Z-JbkA7gL36eCW-FCm0UFyv6qZLaw4M947WM,26651
9
- mypy_boto3_sso_admin/paginator.pyi,sha256=ZqM0-7h2HLsdyEiWhw0UOvWzrN82YLC4eQ0AJGC4Rrg,26629
10
- mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_sso_admin/type_defs.py,sha256=xZEScA5EyLJgdaf-AjlItdAP-l5l9HDaBrDAOCOAV9w,57771
12
- mypy_boto3_sso_admin/type_defs.pyi,sha256=_9sPqgpTEdscgf1FtpJTD9mzi4QD7c8s-_cef9tsdcQ,57770
13
- mypy_boto3_sso_admin/version.py,sha256=8Qbu8HOCjrY6O2_gOYfRFBCem64Ka_MtjvbfMGE_iFg,61
14
- mypy_boto3_sso_admin-1.34.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
15
- mypy_boto3_sso_admin-1.34.0.dist-info/METADATA,sha256=URUCNbxrAoDeyC9g8hsbio0YTgy-f66T5YmsI2EureI,16613
16
- mypy_boto3_sso_admin-1.34.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
- mypy_boto3_sso_admin-1.34.0.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
18
- mypy_boto3_sso_admin-1.34.0.dist-info/RECORD,,