types-boto3-sso-admin 1.35.71__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.
- types_boto3_sso_admin/__init__.py +1 -1
- types_boto3_sso_admin/__init__.pyi +1 -1
- types_boto3_sso_admin/__main__.py +9 -8
- types_boto3_sso_admin/client.py +57 -59
- types_boto3_sso_admin/client.pyi +57 -58
- types_boto3_sso_admin/literals.py +10 -2
- types_boto3_sso_admin/literals.pyi +10 -2
- types_boto3_sso_admin/paginator.py +261 -147
- types_boto3_sso_admin/paginator.pyi +242 -146
- types_boto3_sso_admin/type_defs.py +51 -63
- types_boto3_sso_admin/type_defs.pyi +51 -63
- types_boto3_sso_admin/version.py +2 -2
- {types_boto3_sso_admin-1.35.71.dist-info → types_boto3_sso_admin-1.35.93.dist-info}/LICENSE +1 -1
- {types_boto3_sso_admin-1.35.71.dist-info → types_boto3_sso_admin-1.35.93.dist-info}/METADATA +50 -10
- types_boto3_sso_admin-1.35.93.dist-info/RECORD +18 -0
- {types_boto3_sso_admin-1.35.71.dist-info → types_boto3_sso_admin-1.35.93.dist-info}/WHEEL +1 -1
- types_boto3_sso_admin-1.35.71.dist-info/RECORD +0 -18
- {types_boto3_sso_admin-1.35.71.dist-info → types_boto3_sso_admin-1.35.93.dist-info}/top_level.txt +0 -0
{types_boto3_sso_admin-1.35.71.dist-info → types_boto3_sso_admin-1.35.93.dist-info}/METADATA
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-sso-admin
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.35.
|
|
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/types_boto3_docs/types_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
|
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
34
|
|
|
35
35
|
<a id="types-boto3-sso-admin"></a>
|
|
36
36
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 SSOAdmin 1.35.
|
|
46
|
+
Type annotations for [boto3 SSOAdmin 1.35.93](https://pypi.org/project/boto3/)
|
|
47
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/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.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 8.
|
|
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
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -60,10 +60,11 @@ More information can be found on
|
|
|
60
60
|
|
|
61
61
|
See how it helps you find and fix potential bugs:
|
|
62
62
|
|
|
63
|
-

|
|
64
64
|
|
|
65
65
|
- [types-boto3-sso-admin](#types-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 you 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 you 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` 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 `types-boto3` for `SSOAdmin` service.
|
|
|
113
130
|
# install with boto3 type annotations
|
|
114
131
|
python -m pip install 'types-boto3[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 'types-boto3-lite[sso-admin]'
|
|
120
136
|
|
|
121
|
-
|
|
122
137
|
# standalone installation
|
|
123
138
|
python -m pip install types-boto3-sso-admin
|
|
124
139
|
```
|
|
@@ -267,6 +282,31 @@ Optionally, you can install `types-boto3` to `typings` directory.
|
|
|
267
282
|
Type checking should now work. No explicit type annotations required, write
|
|
268
283
|
your `boto3` code as usual.
|
|
269
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
|
+
`types-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 types_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
299
|
+
from types_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
300
|
+
from types_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
301
|
+
else:
|
|
302
|
+
EC2Client = object
|
|
303
|
+
EC2ServiceResource = object
|
|
304
|
+
BundleTaskCompleteWaiter = object
|
|
305
|
+
DescribeVolumesPaginator = object
|
|
306
|
+
|
|
307
|
+
...
|
|
308
|
+
```
|
|
309
|
+
|
|
270
310
|
<a id="explicit-type-annotations"></a>
|
|
271
311
|
|
|
272
312
|
## Explicit type annotations
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_sso_admin/__init__.py,sha256=hI7YMbbgiHtDeyNWJQDrPdcqa_4-pYqw3pmUc7HyQTU,6166
|
|
2
|
+
types_boto3_sso_admin/__init__.pyi,sha256=DVpgbPqq4jlJaMQe3_fYrUrVbzLVaSBThT774Dti90A,6165
|
|
3
|
+
types_boto3_sso_admin/__main__.py,sha256=ZJCqkZbsrKyr5FkPKH6zn4qL2GGbn0_RpEVa7RPV9mE,990
|
|
4
|
+
types_boto3_sso_admin/client.py,sha256=v6b0N2fPTsqYGiwif-nARUtTwy_OyhJy8vHfI5Eq9_k,65619
|
|
5
|
+
types_boto3_sso_admin/client.pyi,sha256=9SS2YDCYcUYAS5L-nG-DWFJ14vSt8qqQcHpxrc78z_4,65616
|
|
6
|
+
types_boto3_sso_admin/literals.py,sha256=RcWU5e37nJSSGaA0RPa3rn3JAOLDRlpK7znBBUeYiwg,14656
|
|
7
|
+
types_boto3_sso_admin/literals.pyi,sha256=ebe1Wknb07Ty-CljnG9t3Vpffq6uXiDr1kdJVLErtxk,14654
|
|
8
|
+
types_boto3_sso_admin/paginator.py,sha256=ZmuPwt9r_YtdKP1jPBqjr-EVe-9bVTq_EOd708UCsWM,33935
|
|
9
|
+
types_boto3_sso_admin/paginator.pyi,sha256=M5aOgE74VfGi0cMM9f6ghmLVLkD6bZ0peVpUiwrVuRM,33874
|
|
10
|
+
types_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_sso_admin/type_defs.py,sha256=EWh-YTsaPkSkf0o1HT9ORBfg0XQMUeXN06AuwCqkDM0,44432
|
|
12
|
+
types_boto3_sso_admin/type_defs.pyi,sha256=krKGGLuUVBbq-1OWH_3U2u36afy2jPFiYol3FNrOHYY,44234
|
|
13
|
+
types_boto3_sso_admin/version.py,sha256=n6wyMBvI3Tp0INYol4fUJ84y0BqM9ti-SkLRGfsif5s,93
|
|
14
|
+
types_boto3_sso_admin-1.35.93.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_sso_admin-1.35.93.dist-info/METADATA,sha256=6nH1z1AvJV1aE3gf2y13Y-GZdAQHy-imM1ut6SdA4nQ,18430
|
|
16
|
+
types_boto3_sso_admin-1.35.93.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
17
|
+
types_boto3_sso_admin-1.35.93.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
+
types_boto3_sso_admin-1.35.93.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
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,,
|
{types_boto3_sso_admin-1.35.71.dist-info → types_boto3_sso_admin-1.35.93.dist-info}/top_level.txt
RENAMED
|
File without changes
|