types-boto3-sso-admin 1.37.0__py3-none-any.whl → 1.38.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.
@@ -12,9 +12,9 @@ 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.37.0\n"
16
- "Version: 1.37.0\n"
17
- "Builder version: 8.9.2\n"
15
+ "Type annotations for boto3 SSOAdmin 1.38.0\n"
16
+ "Version: 1.38.0\n"
17
+ "Builder version: 8.10.1\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#ssoadmin\n"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\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.37.0\n")
29
+ sys.stdout.write("1.38.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -283,6 +283,7 @@ ServiceName = Literal[
283
283
  "freetier",
284
284
  "fsx",
285
285
  "gamelift",
286
+ "gameliftstreams",
286
287
  "geo-maps",
287
288
  "geo-places",
288
289
  "geo-routes",
@@ -308,6 +309,7 @@ ServiceName = Literal[
308
309
  "iot",
309
310
  "iot-data",
310
311
  "iot-jobs-data",
312
+ "iot-managed-integrations",
311
313
  "iotanalytics",
312
314
  "iotdeviceadvisor",
313
315
  "iotevents",
@@ -577,6 +579,7 @@ RegionName = Literal[
577
579
  "ap-southeast-2",
578
580
  "ap-southeast-3",
579
581
  "ap-southeast-4",
582
+ "ap-southeast-5",
580
583
  "ca-central-1",
581
584
  "ca-west-1",
582
585
  "eu-central-1",
@@ -281,6 +281,7 @@ ServiceName = Literal[
281
281
  "freetier",
282
282
  "fsx",
283
283
  "gamelift",
284
+ "gameliftstreams",
284
285
  "geo-maps",
285
286
  "geo-places",
286
287
  "geo-routes",
@@ -306,6 +307,7 @@ ServiceName = Literal[
306
307
  "iot",
307
308
  "iot-data",
308
309
  "iot-jobs-data",
310
+ "iot-managed-integrations",
309
311
  "iotanalytics",
310
312
  "iotdeviceadvisor",
311
313
  "iotevents",
@@ -575,6 +577,7 @@ RegionName = Literal[
575
577
  "ap-southeast-2",
576
578
  "ap-southeast-3",
577
579
  "ap-southeast-4",
580
+ "ap-southeast-5",
578
581
  "ca-central-1",
579
582
  "ca-west-1",
580
583
  "eu-central-1",
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.0"
7
+ __version__ = "1.38.0"
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: types-boto3-sso-admin
3
- Version: 1.37.0
4
- Summary: Type annotations for boto3 SSOAdmin 1.37.0 service generated with mypy-boto3-builder 8.9.2
3
+ Version: 1.38.0
4
+ Summary: Type annotations for boto3 SSOAdmin 1.38.0 service generated with mypy-boto3-builder 8.10.1
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
@@ -39,6 +39,7 @@ Dynamic: description-content-type
39
39
  Dynamic: home-page
40
40
  Dynamic: keywords
41
41
  Dynamic: license
42
+ Dynamic: license-file
42
43
  Dynamic: project-url
43
44
  Dynamic: requires-dist
44
45
  Dynamic: requires-python
@@ -55,7 +56,7 @@ Dynamic: summary
55
56
 
56
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
57
58
 
58
- Type annotations for [boto3 SSOAdmin 1.37.0](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 SSOAdmin 1.38.0](https://pypi.org/project/boto3/)
59
60
  compatible with [VSCode](https://code.visualstudio.com/),
60
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
61
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -64,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
64
65
  [pyright](https://github.com/microsoft/pyright) and other tools.
65
66
 
66
67
  Generated with
67
- [mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
68
+ [mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
68
69
 
69
70
  More information can be found on
70
71
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -117,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
117
118
  isolation.
118
119
 
119
120
  1. Run mypy-boto3-builder in your package root directory:
120
- `uvx --with 'boto3==1.37.0' mypy-boto3-builder`
121
+ `uvx --with 'boto3==1.38.0' mypy-boto3-builder`
121
122
  2. Select `boto3` AWS SDK.
122
123
  3. Add `SSOAdmin` service.
123
124
  4. Use provided commands to install generated packages.
@@ -1,18 +1,18 @@
1
1
  types_boto3_sso_admin/__init__.py,sha256=FF1tQcMoEw3s2Vqmq45UWVDuDOqx95E0_m8nKvLCaow,6250
2
2
  types_boto3_sso_admin/__init__.pyi,sha256=kL2O6RU37g4U0_oEQ8KGKIH9DlhCJKw48rUuPBe1J8U,6249
3
- types_boto3_sso_admin/__main__.py,sha256=NDrloyK_VLP8jPW-qmIqhj0ndf6MNtQFLAih8leF7cc,987
3
+ types_boto3_sso_admin/__main__.py,sha256=Cr_x1_0khTbaQajrwemkt5jh4lFwVwWDb76n6fQOOC4,988
4
4
  types_boto3_sso_admin/client.py,sha256=aAWG2mC5sDaSnkRojP2_nEjhlN98lyC2Y0U2WeL4e_M,64470
5
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
6
+ types_boto3_sso_admin/literals.py,sha256=9fj48CHRSWBzjeUwZZcj2jaWG3_Pzs1cr9owgNJfL4g,14657
7
+ types_boto3_sso_admin/literals.pyi,sha256=DPP3uaONIubiPNMB703nb7lb-Djpm2d-JdbhwIez_PM,14655
8
8
  types_boto3_sso_admin/paginator.py,sha256=fJxiQNPfGLW_A1vzKcageEQIZYY0yalzwHnmYvVu0nA,33935
9
9
  types_boto3_sso_admin/paginator.pyi,sha256=ajjFZmEcr-4NgWTcZct9EhbRge4y9O6HOpexnJewm0o,33874
10
10
  types_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  types_boto3_sso_admin/type_defs.py,sha256=MsMtWewwh4ssenZOyjyO1Q7YtgK-xmDp5dlhC0bfQ98,42974
12
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,,
13
+ types_boto3_sso_admin/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
14
+ types_boto3_sso_admin-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
15
+ types_boto3_sso_admin-1.38.0.dist-info/METADATA,sha256=xLlXLVmG_j4c6eOqrI4u1QSAIPDkasls5i5VJ_lN9tQ,18807
16
+ types_boto3_sso_admin-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
17
+ types_boto3_sso_admin-1.38.0.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
18
+ types_boto3_sso_admin-1.38.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (79.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5