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.
- 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 +5 -3
- types_boto3_sso_admin/literals.pyi +5 -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.38.0.dist-info}/METADATA +14 -9
- types_boto3_sso_admin-1.38.0.dist-info/RECORD +18 -0
- {types_boto3_sso_admin-1.36.0.dist-info → types_boto3_sso_admin-1.38.0.dist-info}/WHEEL +1 -1
- 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.38.0.dist-info/licenses}/LICENSE +0 -0
- {types_boto3_sso_admin-1.36.0.dist-info → types_boto3_sso_admin-1.38.0.dist-info}/top_level.txt +0 -0
|
@@ -3,6 +3,8 @@ Type annotations for sso-admin service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ApplicationStatusType = "DISABLED"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -260,7 +260,6 @@ ServiceName = Literal[
|
|
|
260
260
|
"efs",
|
|
261
261
|
"eks",
|
|
262
262
|
"eks-auth",
|
|
263
|
-
"elastic-inference",
|
|
264
263
|
"elasticache",
|
|
265
264
|
"elasticbeanstalk",
|
|
266
265
|
"elastictranscoder",
|
|
@@ -284,6 +283,7 @@ ServiceName = Literal[
|
|
|
284
283
|
"freetier",
|
|
285
284
|
"fsx",
|
|
286
285
|
"gamelift",
|
|
286
|
+
"gameliftstreams",
|
|
287
287
|
"geo-maps",
|
|
288
288
|
"geo-places",
|
|
289
289
|
"geo-routes",
|
|
@@ -309,6 +309,7 @@ ServiceName = Literal[
|
|
|
309
309
|
"iot",
|
|
310
310
|
"iot-data",
|
|
311
311
|
"iot-jobs-data",
|
|
312
|
+
"iot-managed-integrations",
|
|
312
313
|
"iotanalytics",
|
|
313
314
|
"iotdeviceadvisor",
|
|
314
315
|
"iotevents",
|
|
@@ -578,6 +579,7 @@ RegionName = Literal[
|
|
|
578
579
|
"ap-southeast-2",
|
|
579
580
|
"ap-southeast-3",
|
|
580
581
|
"ap-southeast-4",
|
|
582
|
+
"ap-southeast-5",
|
|
581
583
|
"ca-central-1",
|
|
582
584
|
"ca-west-1",
|
|
583
585
|
"eu-central-1",
|
|
@@ -3,6 +3,8 @@ Type annotations for sso-admin service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ApplicationStatusType = "DISABLED"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -258,7 +258,6 @@ ServiceName = Literal[
|
|
|
258
258
|
"efs",
|
|
259
259
|
"eks",
|
|
260
260
|
"eks-auth",
|
|
261
|
-
"elastic-inference",
|
|
262
261
|
"elasticache",
|
|
263
262
|
"elasticbeanstalk",
|
|
264
263
|
"elastictranscoder",
|
|
@@ -282,6 +281,7 @@ ServiceName = Literal[
|
|
|
282
281
|
"freetier",
|
|
283
282
|
"fsx",
|
|
284
283
|
"gamelift",
|
|
284
|
+
"gameliftstreams",
|
|
285
285
|
"geo-maps",
|
|
286
286
|
"geo-places",
|
|
287
287
|
"geo-routes",
|
|
@@ -307,6 +307,7 @@ ServiceName = Literal[
|
|
|
307
307
|
"iot",
|
|
308
308
|
"iot-data",
|
|
309
309
|
"iot-jobs-data",
|
|
310
|
+
"iot-managed-integrations",
|
|
310
311
|
"iotanalytics",
|
|
311
312
|
"iotdeviceadvisor",
|
|
312
313
|
"iotevents",
|
|
@@ -576,6 +577,7 @@ RegionName = Literal[
|
|
|
576
577
|
"ap-southeast-2",
|
|
577
578
|
"ap-southeast-3",
|
|
578
579
|
"ap-southeast-4",
|
|
580
|
+
"ap-southeast-5",
|
|
579
581
|
"ca-central-1",
|
|
580
582
|
"ca-west-1",
|
|
581
583
|
"eu-central-1",
|
|
@@ -3,6 +3,8 @@ Type annotations for sso-admin service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -56,8 +58,6 @@ Usage::
|
|
|
56
58
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
|
|
57
59
|
list_trusted_token_issuers_paginator: ListTrustedTokenIssuersPaginator = client.get_paginator("list_trusted_token_issuers")
|
|
58
60
|
```
|
|
59
|
-
|
|
60
|
-
Copyright 2025 Vlad Emelianov
|
|
61
61
|
"""
|
|
62
62
|
|
|
63
63
|
from __future__ import annotations
|
|
@@ -3,6 +3,8 @@ Type annotations for sso-admin service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -56,8 +58,6 @@ Usage::
|
|
|
56
58
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
|
|
57
59
|
list_trusted_token_issuers_paginator: ListTrustedTokenIssuersPaginator = client.get_paginator("list_trusted_token_issuers")
|
|
58
60
|
```
|
|
59
|
-
|
|
60
|
-
Copyright 2025 Vlad Emelianov
|
|
61
61
|
"""
|
|
62
62
|
|
|
63
63
|
from __future__ import annotations
|