types-boto3-sso-admin 1.36.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.
@@ -1,6 +1,10 @@
1
1
  """
2
2
  Main interface for sso-admin service.
3
3
 
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/)
5
+
6
+ Copyright 2025 Vlad Emelianov
7
+
4
8
  Usage::
5
9
 
6
10
  ```python
@@ -54,8 +58,6 @@ Usage::
54
58
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
55
59
  list_trusted_token_issuers_paginator: ListTrustedTokenIssuersPaginator = client.get_paginator("list_trusted_token_issuers")
56
60
  ```
57
-
58
- Copyright 2025 Vlad Emelianov
59
61
  """
60
62
 
61
63
  from .client import SSOAdminClient
@@ -1,6 +1,10 @@
1
1
  """
2
2
  Main interface for sso-admin service.
3
3
 
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/)
5
+
6
+ Copyright 2025 Vlad Emelianov
7
+
4
8
  Usage::
5
9
 
6
10
  ```python
@@ -54,8 +58,6 @@ Usage::
54
58
  list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
55
59
  list_trusted_token_issuers_paginator: ListTrustedTokenIssuersPaginator = client.get_paginator("list_trusted_token_issuers")
56
60
  ```
57
-
58
- Copyright 2025 Vlad Emelianov
59
61
  """
60
62
 
61
63
  from .client import SSOAdminClient
@@ -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.36.0\n"
16
- "Version: 1.36.0\n"
17
- "Builder version: 8.8.0\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.36.0\n")
29
+ sys.stdout.write("1.38.0\n")
30
30
 
31
31
 
32
32
  def main() -> None: