types-boto3-sso-admin 1.40.37__py3-none-any.whl → 1.41.0__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/__main__.py +4 -4
- types_boto3_sso_admin/client.py +34 -39
- types_boto3_sso_admin/client.pyi +34 -39
- types_boto3_sso_admin/literals.py +6 -7
- types_boto3_sso_admin/literals.pyi +6 -7
- types_boto3_sso_admin/type_defs.py +33 -38
- types_boto3_sso_admin/type_defs.pyi +33 -38
- types_boto3_sso_admin/version.py +1 -1
- {types_boto3_sso_admin-1.40.37.dist-info → types_boto3_sso_admin-1.41.0.dist-info}/METADATA +11 -25
- types_boto3_sso_admin-1.41.0.dist-info/RECORD +18 -0
- types_boto3_sso_admin-1.40.37.dist-info/RECORD +0 -18
- {types_boto3_sso_admin-1.40.37.dist-info → types_boto3_sso_admin-1.41.0.dist-info}/WHEEL +0 -0
- {types_boto3_sso_admin-1.40.37.dist-info → types_boto3_sso_admin-1.41.0.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_sso_admin-1.40.37.dist-info → types_boto3_sso_admin-1.41.0.dist-info}/top_level.txt +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-sso-admin
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,sso-admin,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-sso-admin"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 SSOAdmin 1.
|
|
45
|
+
Type annotations for [boto3 SSOAdmin 1.41.0](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
104
|
isolation.
|
|
119
105
|
|
|
120
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
107
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
122
108
|
2. Select `boto3` AWS SDK.
|
|
123
109
|
3. Add `SSOAdmin` service.
|
|
124
110
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_sso_admin/__init__.py,sha256=FF1tQcMoEw3s2Vqmq45UWVDuDOqx95E0_m8nKvLCaow,6250
|
|
2
|
+
types_boto3_sso_admin/__init__.pyi,sha256=kL2O6RU37g4U0_oEQ8KGKIH9DlhCJKw48rUuPBe1J8U,6249
|
|
3
|
+
types_boto3_sso_admin/__main__.py,sha256=lbbzTZDTTJHVAGZ3-51sRQnjf9GYJMR57FMLTsGDEqM,988
|
|
4
|
+
types_boto3_sso_admin/client.py,sha256=y-YjJi8M-16BMPksWOlnUaPX9PPWrZc9rOmRnYztTuM,65739
|
|
5
|
+
types_boto3_sso_admin/client.pyi,sha256=bMszQoVTXs4iVu901trE6lzgHn519Fz8UseLQJLE5_4,65736
|
|
6
|
+
types_boto3_sso_admin/literals.py,sha256=8wJZRa3mRkioKwrOuyohhUKrq1zyEw6HqcfmTO9CBik,15122
|
|
7
|
+
types_boto3_sso_admin/literals.pyi,sha256=AyAbg4rWy4t3b87tASnhPcwAaS134Ahyy7aSTZh6pAY,15120
|
|
8
|
+
types_boto3_sso_admin/paginator.py,sha256=fJxiQNPfGLW_A1vzKcageEQIZYY0yalzwHnmYvVu0nA,33935
|
|
9
|
+
types_boto3_sso_admin/paginator.pyi,sha256=ajjFZmEcr-4NgWTcZct9EhbRge4y9O6HOpexnJewm0o,33874
|
|
10
|
+
types_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_sso_admin/type_defs.py,sha256=B4ed0MrakHuurFdH6IYy8RrvEv8kNu783CXncroMlS8,44191
|
|
12
|
+
types_boto3_sso_admin/type_defs.pyi,sha256=CI6ySAjSCnr25n1o5UEM4zYzB1FnaM2RjrR_McFoi_w,43991
|
|
13
|
+
types_boto3_sso_admin/version.py,sha256=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,92
|
|
14
|
+
types_boto3_sso_admin-1.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_sso_admin-1.41.0.dist-info/METADATA,sha256=ZM4URWukDHqzHmU4e0sxJYC1ndNMuC0rZ6yDep6_Ow0,18476
|
|
16
|
+
types_boto3_sso_admin-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_sso_admin-1.41.0.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
+
types_boto3_sso_admin-1.41.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_sso_admin/__init__.py,sha256=FF1tQcMoEw3s2Vqmq45UWVDuDOqx95E0_m8nKvLCaow,6250
|
|
2
|
-
types_boto3_sso_admin/__init__.pyi,sha256=kL2O6RU37g4U0_oEQ8KGKIH9DlhCJKw48rUuPBe1J8U,6249
|
|
3
|
-
types_boto3_sso_admin/__main__.py,sha256=OSLZK8VIai4q2NkIktpwAm3Wvw0p7ojal1rzrzzSimQ,991
|
|
4
|
-
types_boto3_sso_admin/client.py,sha256=Qf_FHmV3Y4971sX-UimwEuAK_RY4emPjdT-SXvjQnsY,65899
|
|
5
|
-
types_boto3_sso_admin/client.pyi,sha256=N6cyuRgRN7sk2npQLU82nTTdVj8u2f1a1iEIoCXTUBA,65896
|
|
6
|
-
types_boto3_sso_admin/literals.py,sha256=4HGCYysa9iyt_skExBB0ewj0isme_qyQB9XNZrAgedo,15122
|
|
7
|
-
types_boto3_sso_admin/literals.pyi,sha256=YZgRrLv4VIG2smBG4oY5DHc4sUfCOWHCp7d4WtSIDWw,15120
|
|
8
|
-
types_boto3_sso_admin/paginator.py,sha256=fJxiQNPfGLW_A1vzKcageEQIZYY0yalzwHnmYvVu0nA,33935
|
|
9
|
-
types_boto3_sso_admin/paginator.pyi,sha256=ajjFZmEcr-4NgWTcZct9EhbRge4y9O6HOpexnJewm0o,33874
|
|
10
|
-
types_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_sso_admin/type_defs.py,sha256=wpDGgQekBkgmnuv0sgtINCvbLoYVLG_sYQM_8Enzoyw,44361
|
|
12
|
-
types_boto3_sso_admin/type_defs.pyi,sha256=98iJDl-TPqEjtU7RbXdIRMbs15oiSlZmHxlbxHziZKQ,44161
|
|
13
|
-
types_boto3_sso_admin/version.py,sha256=9PXINUeLzVjqMW0QfQ6IGBPY3gazUR7m81RiG5Yo6js,93
|
|
14
|
-
types_boto3_sso_admin-1.40.37.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_sso_admin-1.40.37.dist-info/METADATA,sha256=3B_ET5pJ5DpxWeuAaW-UCbEAcuJwbeXteXlOtdFfOrk,18811
|
|
16
|
-
types_boto3_sso_admin-1.40.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_sso_admin-1.40.37.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
-
types_boto3_sso_admin-1.40.37.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_sso_admin-1.40.37.dist-info → types_boto3_sso_admin-1.41.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.40.37.dist-info → types_boto3_sso_admin-1.41.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|