types-boto3-sso-admin 1.36.0__py3-none-any.whl → 1.37.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/__init__.py +4 -2
- types_boto3_sso_admin/__init__.pyi +4 -2
- types_boto3_sso_admin/__main__.py +4 -4
- types_boto3_sso_admin/client.py +148 -163
- types_boto3_sso_admin/client.pyi +148 -163
- types_boto3_sso_admin/literals.py +2 -3
- types_boto3_sso_admin/literals.pyi +2 -3
- types_boto3_sso_admin/paginator.py +2 -2
- types_boto3_sso_admin/paginator.pyi +2 -2
- types_boto3_sso_admin/type_defs.py +194 -207
- types_boto3_sso_admin/type_defs.pyi +190 -200
- types_boto3_sso_admin/version.py +1 -1
- {types_boto3_sso_admin-1.36.0.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/METADATA +12 -8
- types_boto3_sso_admin-1.37.0.dist-info/RECORD +18 -0
- types_boto3_sso_admin-1.36.0.dist-info/RECORD +0 -18
- {types_boto3_sso_admin-1.36.0.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_sso_admin-1.36.0.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_sso_admin-1.36.0.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_sso_admin/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: types-boto3-sso-admin
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.
|
|
3
|
+
Version: 1.37.0
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.37.0 service generated with mypy-boto3-builder 8.9.2
|
|
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
|
|
@@ -55,7 +55,7 @@ Dynamic: summary
|
|
|
55
55
|
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
Type annotations for [boto3 SSOAdmin 1.
|
|
58
|
+
Type annotations for [boto3 SSOAdmin 1.37.0](https://pypi.org/project/boto3/)
|
|
59
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
65
|
|
|
66
66
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.
|
|
67
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
68
68
|
|
|
69
69
|
More information can be found on
|
|
70
70
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -112,12 +112,12 @@ See how it helps you find and fix potential bugs:
|
|
|
112
112
|
### Generate locally (recommended)
|
|
113
113
|
|
|
114
114
|
You can generate type annotations for `boto3` package locally with
|
|
115
|
-
`
|
|
115
|
+
`mypy-boto3-builder`. Use
|
|
116
116
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
117
117
|
isolation.
|
|
118
118
|
|
|
119
119
|
1. Run mypy-boto3-builder in your package root directory:
|
|
120
|
-
`uvx --with 'boto3==1.
|
|
120
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
121
121
|
2. Select `boto3` AWS SDK.
|
|
122
122
|
3. Add `SSOAdmin` service.
|
|
123
123
|
4. Use provided commands to install generated packages.
|
|
@@ -463,11 +463,14 @@ Full list of `SSOAdmin` TypeDefs can be found in
|
|
|
463
463
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/type_defs/).
|
|
464
464
|
|
|
465
465
|
```python
|
|
466
|
+
# TypedDict usage example
|
|
466
467
|
from types_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
|
|
467
468
|
|
|
468
469
|
|
|
469
470
|
def get_value() -> AccessControlAttributeValueOutputTypeDef:
|
|
470
|
-
return {
|
|
471
|
+
return {
|
|
472
|
+
"Source": ...,
|
|
473
|
+
}
|
|
471
474
|
```
|
|
472
475
|
|
|
473
476
|
<a id="how-it-works"></a>
|
|
@@ -521,7 +524,8 @@ Builder changelog can be found in
|
|
|
521
524
|
## Versioning
|
|
522
525
|
|
|
523
526
|
`types-boto3-sso-admin` version is the same as related `boto3` version and
|
|
524
|
-
follows
|
|
527
|
+
follows
|
|
528
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
525
529
|
|
|
526
530
|
<a id="thank-you"></a>
|
|
527
531
|
|
|
@@ -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=NDrloyK_VLP8jPW-qmIqhj0ndf6MNtQFLAih8leF7cc,987
|
|
4
|
+
types_boto3_sso_admin/client.py,sha256=aAWG2mC5sDaSnkRojP2_nEjhlN98lyC2Y0U2WeL4e_M,64470
|
|
5
|
+
types_boto3_sso_admin/client.pyi,sha256=ED1Czb3VC37Kzh-OL8-ON2g--hp29WBXbXvTa7StpOM,64467
|
|
6
|
+
types_boto3_sso_admin/literals.py,sha256=qOaW3uCOBjdhvC3uYrhiTucC5A07rCJpNWGZhgdGF6E,14580
|
|
7
|
+
types_boto3_sso_admin/literals.pyi,sha256=-S0SK5CNih939Luo0RVo6s54AmY8PCssW6Y40IJr5yg,14578
|
|
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=MsMtWewwh4ssenZOyjyO1Q7YtgK-xmDp5dlhC0bfQ98,42974
|
|
12
|
+
types_boto3_sso_admin/type_defs.pyi,sha256=5ZXK6hYGmVMZgL8AOhDLAJBCvnG9f1l6ZV-R_Dropag,42779
|
|
13
|
+
types_boto3_sso_admin/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
|
|
14
|
+
types_boto3_sso_admin-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_sso_admin-1.37.0.dist-info/METADATA,sha256=lRQ9CTMv1OQA2QxC-qvkAA4rraWal_tRoKn1J5zq1ZQ,18783
|
|
16
|
+
types_boto3_sso_admin-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
+
types_boto3_sso_admin-1.37.0.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
+
types_boto3_sso_admin-1.37.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
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=rkOPmUeUjSUE0Ugtds_CJrXHOVVMknaL-7jUasFlOX4,987
|
|
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=No3JHM8bd83Vu5GicqNmQDPpwroWjXE-Pa-4rxb3rM4,14605
|
|
7
|
-
types_boto3_sso_admin/literals.pyi,sha256=6oYclZ97oJ8xm6f846m9PNohYb9mq__rFDbK2_iSZow,14603
|
|
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=XqBLww9Ajk9GRr5oc1Ak2757Fsir4zxoRCWswSKh8Ro,92
|
|
14
|
-
types_boto3_sso_admin-1.36.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_sso_admin-1.36.0.dist-info/METADATA,sha256=iJW8CO-Ui5jjk_ot_9Lddu8Gc9mogVfq-jIDk0pke10,18679
|
|
16
|
-
types_boto3_sso_admin-1.36.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
-
types_boto3_sso_admin-1.36.0.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
-
types_boto3_sso_admin-1.36.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{types_boto3_sso_admin-1.36.0.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|