mypy-boto3-sso-admin 1.41.0__py3-none-any.whl → 1.42.3__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.
- mypy_boto3_sso_admin/__main__.py +3 -3
- mypy_boto3_sso_admin/literals.py +5 -0
- mypy_boto3_sso_admin/literals.pyi +5 -0
- mypy_boto3_sso_admin/version.py +1 -1
- {mypy_boto3_sso_admin-1.41.0.dist-info → mypy_boto3_sso_admin-1.42.3.dist-info}/METADATA +4 -4
- {mypy_boto3_sso_admin-1.41.0.dist-info → mypy_boto3_sso_admin-1.42.3.dist-info}/RECORD +9 -9
- {mypy_boto3_sso_admin-1.41.0.dist-info → mypy_boto3_sso_admin-1.42.3.dist-info}/WHEEL +0 -0
- {mypy_boto3_sso_admin-1.41.0.dist-info → mypy_boto3_sso_admin-1.42.3.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sso_admin-1.41.0.dist-info → mypy_boto3_sso_admin-1.42.3.dist-info}/top_level.txt +0 -0
mypy_boto3_sso_admin/__main__.py
CHANGED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SSOAdmin 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 SSOAdmin 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#ssoadmin\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_sso_admin/literals.py
CHANGED
|
@@ -228,6 +228,7 @@ ServiceName = Literal[
|
|
|
228
228
|
"comprehend",
|
|
229
229
|
"comprehendmedical",
|
|
230
230
|
"compute-optimizer",
|
|
231
|
+
"compute-optimizer-automation",
|
|
231
232
|
"config",
|
|
232
233
|
"connect",
|
|
233
234
|
"connect-contact-lens",
|
|
@@ -408,6 +409,7 @@ ServiceName = Literal[
|
|
|
408
409
|
"networkmonitor",
|
|
409
410
|
"notifications",
|
|
410
411
|
"notificationscontacts",
|
|
412
|
+
"nova-act",
|
|
411
413
|
"oam",
|
|
412
414
|
"observabilityadmin",
|
|
413
415
|
"odb",
|
|
@@ -418,6 +420,8 @@ ServiceName = Literal[
|
|
|
418
420
|
"osis",
|
|
419
421
|
"outposts",
|
|
420
422
|
"panorama",
|
|
423
|
+
"partnercentral-account",
|
|
424
|
+
"partnercentral-benefits",
|
|
421
425
|
"partnercentral-channel",
|
|
422
426
|
"partnercentral-selling",
|
|
423
427
|
"payment-cryptography",
|
|
@@ -460,6 +464,7 @@ ServiceName = Literal[
|
|
|
460
464
|
"route53-recovery-control-config",
|
|
461
465
|
"route53-recovery-readiness",
|
|
462
466
|
"route53domains",
|
|
467
|
+
"route53globalresolver",
|
|
463
468
|
"route53profiles",
|
|
464
469
|
"route53resolver",
|
|
465
470
|
"rtbfabric",
|
|
@@ -226,6 +226,7 @@ ServiceName = Literal[
|
|
|
226
226
|
"comprehend",
|
|
227
227
|
"comprehendmedical",
|
|
228
228
|
"compute-optimizer",
|
|
229
|
+
"compute-optimizer-automation",
|
|
229
230
|
"config",
|
|
230
231
|
"connect",
|
|
231
232
|
"connect-contact-lens",
|
|
@@ -406,6 +407,7 @@ ServiceName = Literal[
|
|
|
406
407
|
"networkmonitor",
|
|
407
408
|
"notifications",
|
|
408
409
|
"notificationscontacts",
|
|
410
|
+
"nova-act",
|
|
409
411
|
"oam",
|
|
410
412
|
"observabilityadmin",
|
|
411
413
|
"odb",
|
|
@@ -416,6 +418,8 @@ ServiceName = Literal[
|
|
|
416
418
|
"osis",
|
|
417
419
|
"outposts",
|
|
418
420
|
"panorama",
|
|
421
|
+
"partnercentral-account",
|
|
422
|
+
"partnercentral-benefits",
|
|
419
423
|
"partnercentral-channel",
|
|
420
424
|
"partnercentral-selling",
|
|
421
425
|
"payment-cryptography",
|
|
@@ -458,6 +462,7 @@ ServiceName = Literal[
|
|
|
458
462
|
"route53-recovery-control-config",
|
|
459
463
|
"route53-recovery-readiness",
|
|
460
464
|
"route53domains",
|
|
465
|
+
"route53globalresolver",
|
|
461
466
|
"route53profiles",
|
|
462
467
|
"route53resolver",
|
|
463
468
|
"rtbfabric",
|
mypy_boto3_sso_admin/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sso-admin
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.42.3 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 SSOAdmin 1.
|
|
45
|
+
Type annotations for [boto3 SSOAdmin 1.42.3](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
104
104
|
isolation.
|
|
105
105
|
|
|
106
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
107
|
-
`uvx --with 'boto3==1.
|
|
107
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3-stubs` AWS SDK.
|
|
109
109
|
3. Add `SSOAdmin` service.
|
|
110
110
|
4. Use provided commands to install generated packages.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
mypy_boto3_sso_admin/__init__.py,sha256=K7ei0XSTTdtdRK463sfNnrXBe78mhLne49ZC5SbnGRI,6248
|
|
2
2
|
mypy_boto3_sso_admin/__init__.pyi,sha256=ZZdfLxuG00N7IH_46b44bzdMh8QrPSD7IEFqqZCDlCg,6247
|
|
3
|
-
mypy_boto3_sso_admin/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_sso_admin/__main__.py,sha256=Yc2SZW-IUf4P_cnugJDvIrCaOQcqVzy7aBf4-MqrJlY,987
|
|
4
4
|
mypy_boto3_sso_admin/client.py,sha256=Sg8y9_9a4P3Ua-YBvh-v9oyE_8ROkvh9Mm9wM1XkJvE,65638
|
|
5
5
|
mypy_boto3_sso_admin/client.pyi,sha256=zuQ8_F7WBDxkW0UJ4iw1n5EL09IYI3_t1C_FHXB2KPw,65635
|
|
6
|
-
mypy_boto3_sso_admin/literals.py,sha256=
|
|
7
|
-
mypy_boto3_sso_admin/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_sso_admin/literals.py,sha256=1YJg7pxEHnXM6MmQpaUGUfxzkGnugrwHLl6z3_wRXYw,15262
|
|
7
|
+
mypy_boto3_sso_admin/literals.pyi,sha256=CAatnx2bV_fu10Ygft7WAmVMr-J2ZeD-UhCoIpX5w4E,15260
|
|
8
8
|
mypy_boto3_sso_admin/paginator.py,sha256=2LfYXUtC0D6BGO2psp5TFtAquuecOMgj6Bhsyfg8KEQ,33892
|
|
9
9
|
mypy_boto3_sso_admin/paginator.pyi,sha256=ZfdhZZNtLU8wpAw0bZTkxcBoi82Sb9WZtP_s0mF3pQA,33831
|
|
10
10
|
mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mypy_boto3_sso_admin/type_defs.py,sha256=HNXsml5QhdELTOce2fgccGjlEBpzVTukj7LFKtz8EEk,44189
|
|
12
12
|
mypy_boto3_sso_admin/type_defs.pyi,sha256=MqPwHj6wGjpmLBp9-Xato_Zk8CFVmwIYlKhS7m0uU6g,43989
|
|
13
|
-
mypy_boto3_sso_admin/version.py,sha256=
|
|
14
|
-
mypy_boto3_sso_admin-1.
|
|
15
|
-
mypy_boto3_sso_admin-1.
|
|
16
|
-
mypy_boto3_sso_admin-1.
|
|
17
|
-
mypy_boto3_sso_admin-1.
|
|
18
|
-
mypy_boto3_sso_admin-1.
|
|
13
|
+
mypy_boto3_sso_admin/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
+
mypy_boto3_sso_admin-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_sso_admin-1.42.3.dist-info/METADATA,sha256=UwydOCzBka5qVwtkp2xxUc4fczy5r1y51Vq2LPGVQyQ,18449
|
|
16
|
+
mypy_boto3_sso_admin-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_sso_admin-1.42.3.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
|
|
18
|
+
mypy_boto3_sso_admin-1.42.3.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sso_admin-1.41.0.dist-info → mypy_boto3_sso_admin-1.42.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_sso_admin-1.41.0.dist-info → mypy_boto3_sso_admin-1.42.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|