types-boto3-sso-admin 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.
@@ -0,0 +1,7 @@
1
+ """
2
+ Source of truth for version.
3
+
4
+ Copyright 2024 Vlad Emelianov
5
+ """
6
+
7
+ __version__ = "1.35.71"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Vlad Emelianov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,503 @@
1
+ Metadata-Version: 2.1
2
+ Name: types-boto3-sso-admin
3
+ Version: 1.35.71
4
+ Summary: Type annotations for boto3 SSOAdmin 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_sso_admin/
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 sso-admin 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-sso-admin"></a>
36
+
37
+ # types-boto3-sso-admin
38
+
39
+ [![PyPI - types-boto3-sso-admin](https://img.shields.io/pypi/v/types-boto3-sso-admin.svg?color=blue)](https://pypi.org/project/types-boto3-sso-admin/)
40
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-boto3-sso-admin.svg?color=blue)](https://pypi.org/project/types-boto3-sso-admin/)
41
+ [![Docs](https://img.shields.io/readthedocs/boto3-stubs.svg?color=blue)](https://youtype.github.io/types_boto3_docs/)
42
+ [![PyPI - Downloads](https://static.pepy.tech/badge/types-boto3-sso-admin)](https://pypistats.org/packages/types-boto3-sso-admin)
43
+
44
+ ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
+
46
+ Type annotations for [boto3 SSOAdmin 1.35.71](https://pypi.org/project/boto3/)
47
+ compatible with [VSCode](https://code.visualstudio.com/),
48
+ [PyCharm](https://www.jetbrains.com/pycharm/),
49
+ [Emacs](https://www.gnu.org/software/emacs/),
50
+ [Sublime Text](https://www.sublimetext.com/),
51
+ [mypy](https://github.com/python/mypy),
52
+ [pyright](https://github.com/microsoft/pyright) and other tools.
53
+
54
+ Generated by
55
+ [mypy-boto3-builder 8.4.1](https://github.com/youtype/mypy_boto3_builder).
56
+
57
+ More information can be found on
58
+ [types-boto3](https://pypi.org/project/types-boto3/) page and in
59
+ [types-boto3-sso-admin docs](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/).
60
+
61
+ See how it helps you find and fix potential bugs:
62
+
63
+ ![boto3-stubs demo](https://github.com/youtype/mypy_boto3_builder/raw/main/demo.gif)
64
+
65
+ - [types-boto3-sso-admin](#types-boto3-sso-admin)
66
+ - [How to install](#how-to-install)
67
+ - [VSCode extension](#vscode-extension)
68
+ - [From PyPI with pip](#from-pypi-with-pip)
69
+ - [How to uninstall](#how-to-uninstall)
70
+ - [Usage](#usage)
71
+ - [VSCode](#vscode)
72
+ - [PyCharm](#pycharm)
73
+ - [Emacs](#emacs)
74
+ - [Sublime Text](#sublime-text)
75
+ - [Other IDEs](#other-ides)
76
+ - [mypy](#mypy)
77
+ - [pyright](#pyright)
78
+ - [Explicit type annotations](#explicit-type-annotations)
79
+ - [Client annotations](#client-annotations)
80
+ - [Paginators annotations](#paginators-annotations)
81
+ - [Literals](#literals)
82
+ - [Type definitions](#type-definitions)
83
+ - [How it works](#how-it-works)
84
+ - [What's new](#what's-new)
85
+ - [Implemented features](#implemented-features)
86
+ - [Latest changes](#latest-changes)
87
+ - [Versioning](#versioning)
88
+ - [Thank you](#thank-you)
89
+ - [Documentation](#documentation)
90
+ - [Support and contributing](#support-and-contributing)
91
+
92
+ <a id="how-to-install"></a>
93
+
94
+ ## How to install
95
+
96
+ <a id="vscode-extension"></a>
97
+
98
+ ### VSCode extension
99
+
100
+ Add
101
+ [AWS Boto3](https://marketplace.visualstudio.com/items?itemName=Boto3typed.boto3-ide)
102
+ extension to your VSCode and run `AWS boto3: Quick Start` command.
103
+
104
+ Click `Modify` and select `boto3 common` and `SSOAdmin`.
105
+
106
+ <a id="from-pypi-with-pip"></a>
107
+
108
+ ### From PyPI with pip
109
+
110
+ Install `types-boto3` for `SSOAdmin` service.
111
+
112
+ ```bash
113
+ # install with boto3 type annotations
114
+ python -m pip install 'types-boto3[sso-admin]'
115
+
116
+
117
+ # Lite version does not provide session.client/resource overloads
118
+ # it is more RAM-friendly, but requires explicit type annotations
119
+ python -m pip install 'types-boto3-lite[sso-admin]'
120
+
121
+
122
+ # standalone installation
123
+ python -m pip install types-boto3-sso-admin
124
+ ```
125
+
126
+ <a id="how-to-uninstall"></a>
127
+
128
+ ## How to uninstall
129
+
130
+ ```bash
131
+ python -m pip uninstall -y types-boto3-sso-admin
132
+ ```
133
+
134
+ <a id="usage"></a>
135
+
136
+ ## Usage
137
+
138
+ <a id="vscode"></a>
139
+
140
+ ### VSCode
141
+
142
+ - Install
143
+ [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)
144
+ - Install
145
+ [Pylance extension](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)
146
+ - Set `Pylance` as your Python Language Server
147
+ - Install `types-boto3[sso-admin]` in your environment:
148
+
149
+ ```bash
150
+ python -m pip install 'types-boto3[sso-admin]'
151
+ ```
152
+
153
+ Both type checking and code completion should now work. No explicit type
154
+ annotations required, write your `boto3` code as usual.
155
+
156
+ <a id="pycharm"></a>
157
+
158
+ ### PyCharm
159
+
160
+ > ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
161
+ > [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
162
+ > to use [types-boto3-lite](https://pypi.org/project/types-boto3-lite/) until
163
+ > the issue is resolved.
164
+
165
+ > ⚠️ If you experience slow performance and high CPU usage, try to disable
166
+ > `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
167
+ > [pyright](https://github.com/microsoft/pyright) instead.
168
+
169
+ > ⚠️ To continue using `PyCharm` type checker, you can try to replace
170
+ > `types-boto3` with
171
+ > [types-boto3-lite](https://pypi.org/project/types-boto3-lite/):
172
+
173
+ ```bash
174
+ pip uninstall types-boto3
175
+ pip install types-boto3-lite
176
+ ```
177
+
178
+ Install `types-boto3[sso-admin]` in your environment:
179
+
180
+ ```bash
181
+ python -m pip install 'types-boto3[sso-admin]'
182
+ ```
183
+
184
+ Both type checking and code completion should now work.
185
+
186
+ <a id="emacs"></a>
187
+
188
+ ### Emacs
189
+
190
+ - Install `types-boto3` with services you use in your environment:
191
+
192
+ ```bash
193
+ python -m pip install 'types-boto3[sso-admin]'
194
+ ```
195
+
196
+ - Install [use-package](https://github.com/jwiegley/use-package),
197
+ [lsp](https://github.com/emacs-lsp/lsp-mode/),
198
+ [company](https://github.com/company-mode/company-mode) and
199
+ [flycheck](https://github.com/flycheck/flycheck) packages
200
+ - Install [lsp-pyright](https://github.com/emacs-lsp/lsp-pyright) package
201
+
202
+ ```elisp
203
+ (use-package lsp-pyright
204
+ :ensure t
205
+ :hook (python-mode . (lambda ()
206
+ (require 'lsp-pyright)
207
+ (lsp))) ; or lsp-deferred
208
+ :init (when (executable-find "python3")
209
+ (setq lsp-pyright-python-executable-cmd "python3"))
210
+ )
211
+ ```
212
+
213
+ - Make sure emacs uses the environment where you have installed `types-boto3`
214
+
215
+ Type checking should now work. No explicit type annotations required, write
216
+ your `boto3` code as usual.
217
+
218
+ <a id="sublime-text"></a>
219
+
220
+ ### Sublime Text
221
+
222
+ - Install `types-boto3[sso-admin]` with services you use in your environment:
223
+
224
+ ```bash
225
+ python -m pip install 'types-boto3[sso-admin]'
226
+ ```
227
+
228
+ - Install [LSP-pyright](https://github.com/sublimelsp/LSP-pyright) package
229
+
230
+ Type checking should now work. No explicit type annotations required, write
231
+ your `boto3` code as usual.
232
+
233
+ <a id="other-ides"></a>
234
+
235
+ ### Other IDEs
236
+
237
+ Not tested, but as long as your IDE supports `mypy` or `pyright`, everything
238
+ should work.
239
+
240
+ <a id="mypy"></a>
241
+
242
+ ### mypy
243
+
244
+ - Install `mypy`: `python -m pip install mypy`
245
+ - Install `types-boto3[sso-admin]` in your environment:
246
+
247
+ ```bash
248
+ python -m pip install 'types-boto3[sso-admin]'
249
+ ```
250
+
251
+ Type checking should now work. No explicit type annotations required, write
252
+ your `boto3` code as usual.
253
+
254
+ <a id="pyright"></a>
255
+
256
+ ### pyright
257
+
258
+ - Install `pyright`: `npm i -g pyright`
259
+ - Install `types-boto3[sso-admin]` in your environment:
260
+
261
+ ```bash
262
+ python -m pip install 'types-boto3[sso-admin]'
263
+ ```
264
+
265
+ Optionally, you can install `types-boto3` to `typings` directory.
266
+
267
+ Type checking should now work. No explicit type annotations required, write
268
+ your `boto3` code as usual.
269
+
270
+ <a id="explicit-type-annotations"></a>
271
+
272
+ ## Explicit type annotations
273
+
274
+ <a id="client-annotations"></a>
275
+
276
+ ### Client annotations
277
+
278
+ `SSOAdminClient` provides annotations for `boto3.client("sso-admin")`.
279
+
280
+ ```python
281
+ from boto3.session import Session
282
+
283
+ from types_boto3_sso_admin import SSOAdminClient
284
+
285
+ client: SSOAdminClient = Session().client("sso-admin")
286
+
287
+ # now client usage is checked by mypy and IDE should provide code completion
288
+ ```
289
+
290
+ <a id="paginators-annotations"></a>
291
+
292
+ ### Paginators annotations
293
+
294
+ `types_boto3_sso_admin.paginator` module contains type annotations for all
295
+ paginators.
296
+
297
+ ```python
298
+ from boto3.session import Session
299
+
300
+ from types_boto3_sso_admin import SSOAdminClient
301
+ from types_boto3_sso_admin.paginator import (
302
+ ListAccountAssignmentCreationStatusPaginator,
303
+ ListAccountAssignmentDeletionStatusPaginator,
304
+ ListAccountAssignmentsForPrincipalPaginator,
305
+ ListAccountAssignmentsPaginator,
306
+ ListAccountsForProvisionedPermissionSetPaginator,
307
+ ListApplicationAccessScopesPaginator,
308
+ ListApplicationAssignmentsForPrincipalPaginator,
309
+ ListApplicationAssignmentsPaginator,
310
+ ListApplicationAuthenticationMethodsPaginator,
311
+ ListApplicationGrantsPaginator,
312
+ ListApplicationProvidersPaginator,
313
+ ListApplicationsPaginator,
314
+ ListCustomerManagedPolicyReferencesInPermissionSetPaginator,
315
+ ListInstancesPaginator,
316
+ ListManagedPoliciesInPermissionSetPaginator,
317
+ ListPermissionSetProvisioningStatusPaginator,
318
+ ListPermissionSetsPaginator,
319
+ ListPermissionSetsProvisionedToAccountPaginator,
320
+ ListTagsForResourcePaginator,
321
+ ListTrustedTokenIssuersPaginator,
322
+ )
323
+
324
+ client: SSOAdminClient = Session().client("sso-admin")
325
+
326
+ # Explicit type annotations are optional here
327
+ # Types should be correctly discovered by mypy and IDEs
328
+ list_account_assignment_creation_status_paginator: ListAccountAssignmentCreationStatusPaginator = (
329
+ client.get_paginator("list_account_assignment_creation_status")
330
+ )
331
+ list_account_assignment_deletion_status_paginator: ListAccountAssignmentDeletionStatusPaginator = (
332
+ client.get_paginator("list_account_assignment_deletion_status")
333
+ )
334
+ list_account_assignments_for_principal_paginator: ListAccountAssignmentsForPrincipalPaginator = (
335
+ client.get_paginator("list_account_assignments_for_principal")
336
+ )
337
+ list_account_assignments_paginator: ListAccountAssignmentsPaginator = client.get_paginator(
338
+ "list_account_assignments"
339
+ )
340
+ list_accounts_for_provisioned_permission_set_paginator: ListAccountsForProvisionedPermissionSetPaginator = client.get_paginator(
341
+ "list_accounts_for_provisioned_permission_set"
342
+ )
343
+ list_application_access_scopes_paginator: ListApplicationAccessScopesPaginator = (
344
+ client.get_paginator("list_application_access_scopes")
345
+ )
346
+ list_application_assignments_for_principal_paginator: ListApplicationAssignmentsForPrincipalPaginator = client.get_paginator(
347
+ "list_application_assignments_for_principal"
348
+ )
349
+ list_application_assignments_paginator: ListApplicationAssignmentsPaginator = client.get_paginator(
350
+ "list_application_assignments"
351
+ )
352
+ list_application_authentication_methods_paginator: ListApplicationAuthenticationMethodsPaginator = (
353
+ client.get_paginator("list_application_authentication_methods")
354
+ )
355
+ list_application_grants_paginator: ListApplicationGrantsPaginator = client.get_paginator(
356
+ "list_application_grants"
357
+ )
358
+ list_application_providers_paginator: ListApplicationProvidersPaginator = client.get_paginator(
359
+ "list_application_providers"
360
+ )
361
+ list_applications_paginator: ListApplicationsPaginator = client.get_paginator("list_applications")
362
+ list_customer_managed_policy_references_in_permission_set_paginator: ListCustomerManagedPolicyReferencesInPermissionSetPaginator = client.get_paginator(
363
+ "list_customer_managed_policy_references_in_permission_set"
364
+ )
365
+ list_instances_paginator: ListInstancesPaginator = client.get_paginator("list_instances")
366
+ list_managed_policies_in_permission_set_paginator: ListManagedPoliciesInPermissionSetPaginator = (
367
+ client.get_paginator("list_managed_policies_in_permission_set")
368
+ )
369
+ list_permission_set_provisioning_status_paginator: ListPermissionSetProvisioningStatusPaginator = (
370
+ client.get_paginator("list_permission_set_provisioning_status")
371
+ )
372
+ list_permission_sets_paginator: ListPermissionSetsPaginator = client.get_paginator(
373
+ "list_permission_sets"
374
+ )
375
+ list_permission_sets_provisioned_to_account_paginator: ListPermissionSetsProvisionedToAccountPaginator = client.get_paginator(
376
+ "list_permission_sets_provisioned_to_account"
377
+ )
378
+ list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
379
+ "list_tags_for_resource"
380
+ )
381
+ list_trusted_token_issuers_paginator: ListTrustedTokenIssuersPaginator = client.get_paginator(
382
+ "list_trusted_token_issuers"
383
+ )
384
+ ```
385
+
386
+ <a id="literals"></a>
387
+
388
+ ### Literals
389
+
390
+ `types_boto3_sso_admin.literals` module contains literals extracted from shapes
391
+ that can be used in user code for type checking.
392
+
393
+ Full list of `SSOAdmin` Literals can be found in
394
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/literals/).
395
+
396
+ ```python
397
+ from types_boto3_sso_admin.literals import ApplicationStatusType
398
+
399
+
400
+ def check_value(value: ApplicationStatusType) -> bool: ...
401
+ ```
402
+
403
+ <a id="type-definitions"></a>
404
+
405
+ ### Type definitions
406
+
407
+ `types_boto3_sso_admin.type_defs` module contains structures and shapes
408
+ assembled to typed dictionaries and unions for additional type checking.
409
+
410
+ Full list of `SSOAdmin` TypeDefs can be found in
411
+ [docs](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/type_defs/).
412
+
413
+ ```python
414
+ from types_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
415
+
416
+
417
+ def get_value() -> AccessControlAttributeValueOutputTypeDef:
418
+ return {...}
419
+ ```
420
+
421
+ <a id="how-it-works"></a>
422
+
423
+ ## How it works
424
+
425
+ Fully automated
426
+ [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
427
+ generates type annotations for each service, patiently waiting for `boto3`
428
+ updates. It delivers drop-in type annotations for you and makes sure that:
429
+
430
+ - All available `boto3` services are covered.
431
+ - Each public class and method of every `boto3` service gets valid type
432
+ annotations extracted from `botocore` schemas.
433
+ - Type annotations include up-to-date documentation.
434
+ - Link to documentation is provided for every method.
435
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
436
+
437
+ <a id="what's-new"></a>
438
+
439
+ ## What's new
440
+
441
+ <a id="implemented-features"></a>
442
+
443
+ ### Implemented features
444
+
445
+ - Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
446
+ libraries
447
+ - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
448
+ compatibility
449
+ - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
450
+ annotations for each service
451
+ - Generated `TypeDefs` for each service
452
+ - Generated `Literals` for each service
453
+ - Auto discovery of types for `boto3.client` and `boto3.resource` calls
454
+ - Auto discovery of types for `session.client` and `session.resource` calls
455
+ - Auto discovery of types for `client.get_waiter` and `client.get_paginator`
456
+ calls
457
+ - Auto discovery of types for `ServiceResource` and `Resource` collections
458
+ - Auto discovery of types for `aiobotocore.Session.create_client` calls
459
+
460
+ <a id="latest-changes"></a>
461
+
462
+ ### Latest changes
463
+
464
+ Builder changelog can be found in
465
+ [Releases](https://github.com/youtype/mypy_boto3_builder/releases).
466
+
467
+ <a id="versioning"></a>
468
+
469
+ ## Versioning
470
+
471
+ `types-boto3-sso-admin` version is the same as related `boto3` version and
472
+ follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format.
473
+
474
+ <a id="thank-you"></a>
475
+
476
+ ## Thank you
477
+
478
+ - [Allie Fitter](https://github.com/alliefitter) for
479
+ [boto3-type-annotations](https://pypi.org/project/boto3-type-annotations/),
480
+ this package is based on top of his work
481
+ - [black](https://github.com/psf/black) developers for an awesome formatting
482
+ tool
483
+ - [Timothy Edmund Crosley](https://github.com/timothycrosley) for
484
+ [isort](https://github.com/PyCQA/isort) and how flexible it is
485
+ - [mypy](https://github.com/python/mypy) developers for doing all dirty work
486
+ for us
487
+ - [pyright](https://github.com/microsoft/pyright) team for the new era of typed
488
+ Python
489
+
490
+ <a id="documentation"></a>
491
+
492
+ ## Documentation
493
+
494
+ All services type annotations can be found in
495
+ [boto3 docs](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/)
496
+
497
+ <a id="support-and-contributing"></a>
498
+
499
+ ## Support and contributing
500
+
501
+ This package is auto-generated. Please reports any bugs or request new features
502
+ in [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder/issues/)
503
+ repository.
@@ -0,0 +1,18 @@
1
+ types_boto3_sso_admin/__init__.py,sha256=Z6SqtFAiqN2ixdothB6CEd3-qqJeF9ZCTawAb7Jl_Ao,6166
2
+ types_boto3_sso_admin/__init__.pyi,sha256=W_zQUfHcODIdtF4isha_ibIzd0rlpWCx19KdHYa4V2Q,6165
3
+ types_boto3_sso_admin/__main__.py,sha256=WMS4GkmckPxjN7xL7FDyCwlBGocJuVhpEBvPWUVupg0,956
4
+ types_boto3_sso_admin/client.py,sha256=6cRRxml7cDmweQ_Xe9oZct99SaiDQB6BvEM1H2a3Snc,64751
5
+ types_boto3_sso_admin/client.pyi,sha256=2w0vSS_uVJAdND6GMQJcWUJW4GFik8RRqOI4TG6fV44,64747
6
+ types_boto3_sso_admin/literals.py,sha256=Ql-9XwqmQljZBwy52ENDxq9Z5csVaAbVbzTQ3KlWHAw,14481
7
+ types_boto3_sso_admin/literals.pyi,sha256=7h0-H6WTpys64D51v8B4qhsf6TSxBNGEstslAWsvhZk,14479
8
+ types_boto3_sso_admin/paginator.py,sha256=LMrCzMeeVxutA4ujmzXaXxTcg1Ltz5j8doU3cMbvT8s,29888
9
+ types_boto3_sso_admin/paginator.pyi,sha256=YKojy2y2_-FTi5FCJE75HhCTsxHk9p8fAhjoCxLCWd0,29845
10
+ types_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_sso_admin/type_defs.py,sha256=BdyP-bEcYRCTyaXt2L_TMNNrROOkjw4nJa7wLRFuaGM,45442
12
+ types_boto3_sso_admin/type_defs.pyi,sha256=d88TXhtBv6ip7Dlk6Tg_iXwLYhc6AO2IKqHwwvWN-Tg,45244
13
+ types_boto3_sso_admin/version.py,sha256=eIS36a5iw2-mD_eS7zeepUtx_w_DQOn6RiPaBDeB7EQ,93
14
+ types_boto3_sso_admin-1.35.71.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
15
+ types_boto3_sso_admin-1.35.71.dist-info/METADATA,sha256=bTAldy2_nCbeAlArb8Phm1t0SbyPVhACVKucD8xxI_s,17098
16
+ types_boto3_sso_admin-1.35.71.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
17
+ types_boto3_sso_admin-1.35.71.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
18
+ types_boto3_sso_admin-1.35.71.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ types_boto3_sso_admin