types-boto3-sso-admin 1.35.93__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 -5
- types_boto3_sso_admin/literals.pyi +2 -5
- 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.35.93.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/METADATA +25 -9
- types_boto3_sso_admin-1.37.0.dist-info/RECORD +18 -0
- {types_boto3_sso_admin-1.35.93.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/WHEEL +1 -1
- types_boto3_sso_admin-1.35.93.dist-info/RECORD +0 -18
- {types_boto3_sso_admin-1.35.93.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_sso_admin-1.35.93.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
|
-
Metadata-Version: 2.
|
|
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
|
|
@@ -31,6 +31,18 @@ Requires-Python: >=3.8
|
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
33
|
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
|
+
Dynamic: project-url
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
34
46
|
|
|
35
47
|
<a id="types-boto3-sso-admin"></a>
|
|
36
48
|
|
|
@@ -43,7 +55,7 @@ Requires-Dist: typing-extensions; python_version < "3.12"
|
|
|
43
55
|
|
|
44
56
|

|
|
45
57
|
|
|
46
|
-
Type annotations for [boto3 SSOAdmin 1.
|
|
58
|
+
Type annotations for [boto3 SSOAdmin 1.37.0](https://pypi.org/project/boto3/)
|
|
47
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
65
|
|
|
54
66
|
Generated with
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
67
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
68
|
|
|
57
69
|
More information can be found on
|
|
58
70
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -100,12 +112,12 @@ See how it helps you find and fix potential bugs:
|
|
|
100
112
|
### Generate locally (recommended)
|
|
101
113
|
|
|
102
114
|
You can generate type annotations for `boto3` package locally with
|
|
103
|
-
`
|
|
115
|
+
`mypy-boto3-builder`. Use
|
|
104
116
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
105
117
|
isolation.
|
|
106
118
|
|
|
107
119
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.
|
|
120
|
+
`uvx --with 'boto3==1.37.0' mypy-boto3-builder`
|
|
109
121
|
2. Select `boto3` AWS SDK.
|
|
110
122
|
3. Add `SSOAdmin` service.
|
|
111
123
|
4. Use provided commands to install generated packages.
|
|
@@ -451,11 +463,14 @@ Full list of `SSOAdmin` TypeDefs can be found in
|
|
|
451
463
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/type_defs/).
|
|
452
464
|
|
|
453
465
|
```python
|
|
466
|
+
# TypedDict usage example
|
|
454
467
|
from types_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
|
|
455
468
|
|
|
456
469
|
|
|
457
470
|
def get_value() -> AccessControlAttributeValueOutputTypeDef:
|
|
458
|
-
return {
|
|
471
|
+
return {
|
|
472
|
+
"Source": ...,
|
|
473
|
+
}
|
|
459
474
|
```
|
|
460
475
|
|
|
461
476
|
<a id="how-it-works"></a>
|
|
@@ -509,7 +524,8 @@ Builder changelog can be found in
|
|
|
509
524
|
## Versioning
|
|
510
525
|
|
|
511
526
|
`types-boto3-sso-admin` version is the same as related `boto3` version and
|
|
512
|
-
follows
|
|
527
|
+
follows
|
|
528
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
513
529
|
|
|
514
530
|
<a id="thank-you"></a>
|
|
515
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=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,,
|
|
File without changes
|
{types_boto3_sso_admin-1.35.93.dist-info → types_boto3_sso_admin-1.37.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|