mypy-boto3-sso-admin 1.41.0__tar.gz → 1.42.41__tar.gz
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-1.41.0 → mypy_boto3_sso_admin-1.42.41}/LICENSE +1 -1
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/PKG-INFO +6 -4
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/README.md +4 -2
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/__init__.py +5 -1
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/__init__.pyi +5 -1
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/__main__.py +4 -4
- mypy_boto3_sso_admin-1.41.0/mypy_boto3_sso_admin/client.pyi → mypy_boto3_sso_admin-1.42.41/mypy_boto3_sso_admin/client.py +64 -1
- mypy_boto3_sso_admin-1.41.0/mypy_boto3_sso_admin/client.py → mypy_boto3_sso_admin-1.42.41/mypy_boto3_sso_admin/client.pyi +61 -4
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/literals.py +13 -2
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/literals.pyi +13 -2
- mypy_boto3_sso_admin-1.41.0/mypy_boto3_sso_admin/paginator.pyi → mypy_boto3_sso_admin-1.42.41/mypy_boto3_sso_admin/paginator.py +88 -1
- mypy_boto3_sso_admin-1.41.0/mypy_boto3_sso_admin/paginator.py → mypy_boto3_sso_admin-1.42.41/mypy_boto3_sso_admin/paginator.pyi +23 -61
- mypy_boto3_sso_admin-1.41.0/mypy_boto3_sso_admin/type_defs.pyi → mypy_boto3_sso_admin-1.42.41/mypy_boto3_sso_admin/type_defs.py +328 -38
- mypy_boto3_sso_admin-1.41.0/mypy_boto3_sso_admin/type_defs.py → mypy_boto3_sso_admin-1.42.41/mypy_boto3_sso_admin/type_defs.pyi +109 -229
- mypy_boto3_sso_admin-1.42.41/mypy_boto3_sso_admin/version.py +7 -0
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin.egg-info/PKG-INFO +6 -4
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/pyproject.toml +3 -3
- mypy_boto3_sso_admin-1.41.0/mypy_boto3_sso_admin/version.py +0 -7
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/py.typed +0 -0
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin.egg-info/requires.txt +0 -0
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin.egg-info/top_level.txt +0 -0
- {mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sso-admin
|
|
3
|
-
Version: 1.41
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.41
|
|
3
|
+
Version: 1.42.41
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.42.41 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.41
|
|
45
|
+
Type annotations for [boto3 SSOAdmin 1.42.41](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.41
|
|
107
|
+
`uvx --with 'boto3==1.42.41' 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.
|
|
@@ -356,6 +356,7 @@ from mypy_boto3_sso_admin.paginator import (
|
|
|
356
356
|
ListPermissionSetProvisioningStatusPaginator,
|
|
357
357
|
ListPermissionSetsPaginator,
|
|
358
358
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
359
|
+
ListRegionsPaginator,
|
|
359
360
|
ListTagsForResourcePaginator,
|
|
360
361
|
ListTrustedTokenIssuersPaginator,
|
|
361
362
|
)
|
|
@@ -414,6 +415,7 @@ list_permission_sets_paginator: ListPermissionSetsPaginator = client.get_paginat
|
|
|
414
415
|
list_permission_sets_provisioned_to_account_paginator: ListPermissionSetsProvisionedToAccountPaginator = client.get_paginator(
|
|
415
416
|
"list_permission_sets_provisioned_to_account"
|
|
416
417
|
)
|
|
418
|
+
list_regions_paginator: ListRegionsPaginator = client.get_paginator("list_regions")
|
|
417
419
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
|
|
418
420
|
"list_tags_for_resource"
|
|
419
421
|
)
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SSOAdmin 1.41
|
|
12
|
+
Type annotations for [boto3 SSOAdmin 1.42.41](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.41
|
|
74
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `SSOAdmin` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -323,6 +323,7 @@ from mypy_boto3_sso_admin.paginator import (
|
|
|
323
323
|
ListPermissionSetProvisioningStatusPaginator,
|
|
324
324
|
ListPermissionSetsPaginator,
|
|
325
325
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
326
|
+
ListRegionsPaginator,
|
|
326
327
|
ListTagsForResourcePaginator,
|
|
327
328
|
ListTrustedTokenIssuersPaginator,
|
|
328
329
|
)
|
|
@@ -381,6 +382,7 @@ list_permission_sets_paginator: ListPermissionSetsPaginator = client.get_paginat
|
|
|
381
382
|
list_permission_sets_provisioned_to_account_paginator: ListPermissionSetsProvisionedToAccountPaginator = client.get_paginator(
|
|
382
383
|
"list_permission_sets_provisioned_to_account"
|
|
383
384
|
)
|
|
385
|
+
list_regions_paginator: ListRegionsPaginator = client.get_paginator("list_regions")
|
|
384
386
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator(
|
|
385
387
|
"list_tags_for_resource"
|
|
386
388
|
)
|
{mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/__init__.py
RENAMED
|
@@ -3,7 +3,7 @@ Main interface for sso-admin service.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -29,6 +29,7 @@ Usage::
|
|
|
29
29
|
ListPermissionSetProvisioningStatusPaginator,
|
|
30
30
|
ListPermissionSetsPaginator,
|
|
31
31
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
32
|
+
ListRegionsPaginator,
|
|
32
33
|
ListTagsForResourcePaginator,
|
|
33
34
|
ListTrustedTokenIssuersPaginator,
|
|
34
35
|
SSOAdminClient,
|
|
@@ -55,6 +56,7 @@ Usage::
|
|
|
55
56
|
list_permission_set_provisioning_status_paginator: ListPermissionSetProvisioningStatusPaginator = client.get_paginator("list_permission_set_provisioning_status")
|
|
56
57
|
list_permission_sets_paginator: ListPermissionSetsPaginator = client.get_paginator("list_permission_sets")
|
|
57
58
|
list_permission_sets_provisioned_to_account_paginator: ListPermissionSetsProvisionedToAccountPaginator = client.get_paginator("list_permission_sets_provisioned_to_account")
|
|
59
|
+
list_regions_paginator: ListRegionsPaginator = client.get_paginator("list_regions")
|
|
58
60
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
|
|
59
61
|
list_trusted_token_issuers_paginator: ListTrustedTokenIssuersPaginator = client.get_paginator("list_trusted_token_issuers")
|
|
60
62
|
```
|
|
@@ -80,6 +82,7 @@ from .paginator import (
|
|
|
80
82
|
ListPermissionSetProvisioningStatusPaginator,
|
|
81
83
|
ListPermissionSetsPaginator,
|
|
82
84
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
85
|
+
ListRegionsPaginator,
|
|
83
86
|
ListTagsForResourcePaginator,
|
|
84
87
|
ListTrustedTokenIssuersPaginator,
|
|
85
88
|
)
|
|
@@ -107,6 +110,7 @@ __all__ = (
|
|
|
107
110
|
"ListPermissionSetProvisioningStatusPaginator",
|
|
108
111
|
"ListPermissionSetsPaginator",
|
|
109
112
|
"ListPermissionSetsProvisionedToAccountPaginator",
|
|
113
|
+
"ListRegionsPaginator",
|
|
110
114
|
"ListTagsForResourcePaginator",
|
|
111
115
|
"ListTrustedTokenIssuersPaginator",
|
|
112
116
|
"SSOAdminClient",
|
{mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/__init__.pyi
RENAMED
|
@@ -3,7 +3,7 @@ Main interface for sso-admin service.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -29,6 +29,7 @@ Usage::
|
|
|
29
29
|
ListPermissionSetProvisioningStatusPaginator,
|
|
30
30
|
ListPermissionSetsPaginator,
|
|
31
31
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
32
|
+
ListRegionsPaginator,
|
|
32
33
|
ListTagsForResourcePaginator,
|
|
33
34
|
ListTrustedTokenIssuersPaginator,
|
|
34
35
|
SSOAdminClient,
|
|
@@ -55,6 +56,7 @@ Usage::
|
|
|
55
56
|
list_permission_set_provisioning_status_paginator: ListPermissionSetProvisioningStatusPaginator = client.get_paginator("list_permission_set_provisioning_status")
|
|
56
57
|
list_permission_sets_paginator: ListPermissionSetsPaginator = client.get_paginator("list_permission_sets")
|
|
57
58
|
list_permission_sets_provisioned_to_account_paginator: ListPermissionSetsProvisionedToAccountPaginator = client.get_paginator("list_permission_sets_provisioned_to_account")
|
|
59
|
+
list_regions_paginator: ListRegionsPaginator = client.get_paginator("list_regions")
|
|
58
60
|
list_tags_for_resource_paginator: ListTagsForResourcePaginator = client.get_paginator("list_tags_for_resource")
|
|
59
61
|
list_trusted_token_issuers_paginator: ListTrustedTokenIssuersPaginator = client.get_paginator("list_trusted_token_issuers")
|
|
60
62
|
```
|
|
@@ -80,6 +82,7 @@ from .paginator import (
|
|
|
80
82
|
ListPermissionSetProvisioningStatusPaginator,
|
|
81
83
|
ListPermissionSetsPaginator,
|
|
82
84
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
85
|
+
ListRegionsPaginator,
|
|
83
86
|
ListTagsForResourcePaginator,
|
|
84
87
|
ListTrustedTokenIssuersPaginator,
|
|
85
88
|
)
|
|
@@ -106,6 +109,7 @@ __all__ = (
|
|
|
106
109
|
"ListPermissionSetProvisioningStatusPaginator",
|
|
107
110
|
"ListPermissionSetsPaginator",
|
|
108
111
|
"ListPermissionSetsProvisionedToAccountPaginator",
|
|
112
|
+
"ListRegionsPaginator",
|
|
109
113
|
"ListTagsForResourcePaginator",
|
|
110
114
|
"ListTrustedTokenIssuersPaginator",
|
|
111
115
|
"SSOAdminClient",
|
{mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/__main__.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.41
|
|
16
|
-
"Version: 1.41
|
|
15
|
+
"Type annotations for boto3 SSOAdmin 1.42.41\n"
|
|
16
|
+
"Version: 1.42.41\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.41
|
|
29
|
+
sys.stdout.write("1.42.41\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for sso-admin service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -45,10 +45,13 @@ from .paginator import (
|
|
|
45
45
|
ListPermissionSetProvisioningStatusPaginator,
|
|
46
46
|
ListPermissionSetsPaginator,
|
|
47
47
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
48
|
+
ListRegionsPaginator,
|
|
48
49
|
ListTagsForResourcePaginator,
|
|
49
50
|
ListTrustedTokenIssuersPaginator,
|
|
50
51
|
)
|
|
51
52
|
from .type_defs import (
|
|
53
|
+
AddRegionRequestTypeDef,
|
|
54
|
+
AddRegionResponseTypeDef,
|
|
52
55
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequestTypeDef,
|
|
53
56
|
AttachManagedPolicyToPermissionSetRequestTypeDef,
|
|
54
57
|
CreateAccountAssignmentRequestTypeDef,
|
|
@@ -94,6 +97,8 @@ from .type_defs import (
|
|
|
94
97
|
DescribePermissionSetProvisioningStatusResponseTypeDef,
|
|
95
98
|
DescribePermissionSetRequestTypeDef,
|
|
96
99
|
DescribePermissionSetResponseTypeDef,
|
|
100
|
+
DescribeRegionRequestTypeDef,
|
|
101
|
+
DescribeRegionResponseTypeDef,
|
|
97
102
|
DescribeTrustedTokenIssuerRequestTypeDef,
|
|
98
103
|
DescribeTrustedTokenIssuerResponseTypeDef,
|
|
99
104
|
DetachCustomerManagedPolicyReferenceFromPermissionSetRequestTypeDef,
|
|
@@ -149,6 +154,8 @@ from .type_defs import (
|
|
|
149
154
|
ListPermissionSetsProvisionedToAccountResponseTypeDef,
|
|
150
155
|
ListPermissionSetsRequestTypeDef,
|
|
151
156
|
ListPermissionSetsResponseTypeDef,
|
|
157
|
+
ListRegionsRequestTypeDef,
|
|
158
|
+
ListRegionsResponseTypeDef,
|
|
152
159
|
ListTagsForResourceRequestTypeDef,
|
|
153
160
|
ListTagsForResourceResponseTypeDef,
|
|
154
161
|
ListTrustedTokenIssuersRequestTypeDef,
|
|
@@ -162,6 +169,8 @@ from .type_defs import (
|
|
|
162
169
|
PutApplicationSessionConfigurationRequestTypeDef,
|
|
163
170
|
PutInlinePolicyToPermissionSetRequestTypeDef,
|
|
164
171
|
PutPermissionsBoundaryToPermissionSetRequestTypeDef,
|
|
172
|
+
RemoveRegionRequestTypeDef,
|
|
173
|
+
RemoveRegionResponseTypeDef,
|
|
165
174
|
TagResourceRequestTypeDef,
|
|
166
175
|
UntagResourceRequestTypeDef,
|
|
167
176
|
UpdateApplicationRequestTypeDef,
|
|
@@ -176,8 +185,10 @@ if sys.version_info >= (3, 12):
|
|
|
176
185
|
else:
|
|
177
186
|
from typing_extensions import Literal, Unpack
|
|
178
187
|
|
|
188
|
+
|
|
179
189
|
__all__ = ("SSOAdminClient",)
|
|
180
190
|
|
|
191
|
+
|
|
181
192
|
class Exceptions(BaseClientExceptions):
|
|
182
193
|
AccessDeniedException: type[BotocoreClientError]
|
|
183
194
|
ClientError: type[BotocoreClientError]
|
|
@@ -188,6 +199,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
188
199
|
ThrottlingException: type[BotocoreClientError]
|
|
189
200
|
ValidationException: type[BotocoreClientError]
|
|
190
201
|
|
|
202
|
+
|
|
191
203
|
class SSOAdminClient(BaseClient):
|
|
192
204
|
"""
|
|
193
205
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client)
|
|
@@ -223,6 +235,14 @@ class SSOAdminClient(BaseClient):
|
|
|
223
235
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#generate_presigned_url)
|
|
224
236
|
"""
|
|
225
237
|
|
|
238
|
+
def add_region(self, **kwargs: Unpack[AddRegionRequestTypeDef]) -> AddRegionResponseTypeDef:
|
|
239
|
+
"""
|
|
240
|
+
Adds a Region to an IAM Identity Center instance.
|
|
241
|
+
|
|
242
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/add_region.html)
|
|
243
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#add_region)
|
|
244
|
+
"""
|
|
245
|
+
|
|
226
246
|
def attach_customer_managed_policy_reference_to_permission_set(
|
|
227
247
|
self, **kwargs: Unpack[AttachCustomerManagedPolicyReferenceToPermissionSetRequestTypeDef]
|
|
228
248
|
) -> dict[str, Any]:
|
|
@@ -538,6 +558,17 @@ class SSOAdminClient(BaseClient):
|
|
|
538
558
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_permission_set_provisioning_status)
|
|
539
559
|
"""
|
|
540
560
|
|
|
561
|
+
def describe_region(
|
|
562
|
+
self, **kwargs: Unpack[DescribeRegionRequestTypeDef]
|
|
563
|
+
) -> DescribeRegionResponseTypeDef:
|
|
564
|
+
"""
|
|
565
|
+
Retrieves details about a specific Region enabled in an IAM Identity Center
|
|
566
|
+
instance.
|
|
567
|
+
|
|
568
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_region.html)
|
|
569
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_region)
|
|
570
|
+
"""
|
|
571
|
+
|
|
541
572
|
def describe_trusted_token_issuer(
|
|
542
573
|
self, **kwargs: Unpack[DescribeTrustedTokenIssuerRequestTypeDef]
|
|
543
574
|
) -> DescribeTrustedTokenIssuerResponseTypeDef:
|
|
@@ -833,6 +864,17 @@ class SSOAdminClient(BaseClient):
|
|
|
833
864
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_sets_provisioned_to_account)
|
|
834
865
|
"""
|
|
835
866
|
|
|
867
|
+
def list_regions(
|
|
868
|
+
self, **kwargs: Unpack[ListRegionsRequestTypeDef]
|
|
869
|
+
) -> ListRegionsResponseTypeDef:
|
|
870
|
+
"""
|
|
871
|
+
Lists all enabled Regions of an IAM Identity Center instance, including those
|
|
872
|
+
that are being added or removed.
|
|
873
|
+
|
|
874
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_regions.html)
|
|
875
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_regions)
|
|
876
|
+
"""
|
|
877
|
+
|
|
836
878
|
def list_tags_for_resource(
|
|
837
879
|
self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
|
|
838
880
|
) -> ListTagsForResourceResponseTypeDef:
|
|
@@ -937,6 +979,16 @@ class SSOAdminClient(BaseClient):
|
|
|
937
979
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_permissions_boundary_to_permission_set)
|
|
938
980
|
"""
|
|
939
981
|
|
|
982
|
+
def remove_region(
|
|
983
|
+
self, **kwargs: Unpack[RemoveRegionRequestTypeDef]
|
|
984
|
+
) -> RemoveRegionResponseTypeDef:
|
|
985
|
+
"""
|
|
986
|
+
Removes an additional Region from an IAM Identity Center instance.
|
|
987
|
+
|
|
988
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/remove_region.html)
|
|
989
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#remove_region)
|
|
990
|
+
"""
|
|
991
|
+
|
|
940
992
|
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
941
993
|
"""
|
|
942
994
|
Associates a set of tags with a specified resource.
|
|
@@ -1202,6 +1254,17 @@ class SSOAdminClient(BaseClient):
|
|
|
1202
1254
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1203
1255
|
"""
|
|
1204
1256
|
|
|
1257
|
+
@overload # type: ignore[override]
|
|
1258
|
+
def get_paginator( # type: ignore[override]
|
|
1259
|
+
self, operation_name: Literal["list_regions"]
|
|
1260
|
+
) -> ListRegionsPaginator:
|
|
1261
|
+
"""
|
|
1262
|
+
Create a paginator for an operation.
|
|
1263
|
+
|
|
1264
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1265
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1266
|
+
"""
|
|
1267
|
+
|
|
1205
1268
|
@overload # type: ignore[override]
|
|
1206
1269
|
def get_paginator( # type: ignore[override]
|
|
1207
1270
|
self, operation_name: Literal["list_tags_for_resource"]
|
|
@@ -3,7 +3,7 @@ Type annotations for sso-admin service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -45,10 +45,13 @@ from .paginator import (
|
|
|
45
45
|
ListPermissionSetProvisioningStatusPaginator,
|
|
46
46
|
ListPermissionSetsPaginator,
|
|
47
47
|
ListPermissionSetsProvisionedToAccountPaginator,
|
|
48
|
+
ListRegionsPaginator,
|
|
48
49
|
ListTagsForResourcePaginator,
|
|
49
50
|
ListTrustedTokenIssuersPaginator,
|
|
50
51
|
)
|
|
51
52
|
from .type_defs import (
|
|
53
|
+
AddRegionRequestTypeDef,
|
|
54
|
+
AddRegionResponseTypeDef,
|
|
52
55
|
AttachCustomerManagedPolicyReferenceToPermissionSetRequestTypeDef,
|
|
53
56
|
AttachManagedPolicyToPermissionSetRequestTypeDef,
|
|
54
57
|
CreateAccountAssignmentRequestTypeDef,
|
|
@@ -94,6 +97,8 @@ from .type_defs import (
|
|
|
94
97
|
DescribePermissionSetProvisioningStatusResponseTypeDef,
|
|
95
98
|
DescribePermissionSetRequestTypeDef,
|
|
96
99
|
DescribePermissionSetResponseTypeDef,
|
|
100
|
+
DescribeRegionRequestTypeDef,
|
|
101
|
+
DescribeRegionResponseTypeDef,
|
|
97
102
|
DescribeTrustedTokenIssuerRequestTypeDef,
|
|
98
103
|
DescribeTrustedTokenIssuerResponseTypeDef,
|
|
99
104
|
DetachCustomerManagedPolicyReferenceFromPermissionSetRequestTypeDef,
|
|
@@ -149,6 +154,8 @@ from .type_defs import (
|
|
|
149
154
|
ListPermissionSetsProvisionedToAccountResponseTypeDef,
|
|
150
155
|
ListPermissionSetsRequestTypeDef,
|
|
151
156
|
ListPermissionSetsResponseTypeDef,
|
|
157
|
+
ListRegionsRequestTypeDef,
|
|
158
|
+
ListRegionsResponseTypeDef,
|
|
152
159
|
ListTagsForResourceRequestTypeDef,
|
|
153
160
|
ListTagsForResourceResponseTypeDef,
|
|
154
161
|
ListTrustedTokenIssuersRequestTypeDef,
|
|
@@ -162,6 +169,8 @@ from .type_defs import (
|
|
|
162
169
|
PutApplicationSessionConfigurationRequestTypeDef,
|
|
163
170
|
PutInlinePolicyToPermissionSetRequestTypeDef,
|
|
164
171
|
PutPermissionsBoundaryToPermissionSetRequestTypeDef,
|
|
172
|
+
RemoveRegionRequestTypeDef,
|
|
173
|
+
RemoveRegionResponseTypeDef,
|
|
165
174
|
TagResourceRequestTypeDef,
|
|
166
175
|
UntagResourceRequestTypeDef,
|
|
167
176
|
UpdateApplicationRequestTypeDef,
|
|
@@ -176,10 +185,8 @@ if sys.version_info >= (3, 12):
|
|
|
176
185
|
else:
|
|
177
186
|
from typing_extensions import Literal, Unpack
|
|
178
187
|
|
|
179
|
-
|
|
180
188
|
__all__ = ("SSOAdminClient",)
|
|
181
189
|
|
|
182
|
-
|
|
183
190
|
class Exceptions(BaseClientExceptions):
|
|
184
191
|
AccessDeniedException: type[BotocoreClientError]
|
|
185
192
|
ClientError: type[BotocoreClientError]
|
|
@@ -190,7 +197,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
190
197
|
ThrottlingException: type[BotocoreClientError]
|
|
191
198
|
ValidationException: type[BotocoreClientError]
|
|
192
199
|
|
|
193
|
-
|
|
194
200
|
class SSOAdminClient(BaseClient):
|
|
195
201
|
"""
|
|
196
202
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client)
|
|
@@ -226,6 +232,14 @@ class SSOAdminClient(BaseClient):
|
|
|
226
232
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#generate_presigned_url)
|
|
227
233
|
"""
|
|
228
234
|
|
|
235
|
+
def add_region(self, **kwargs: Unpack[AddRegionRequestTypeDef]) -> AddRegionResponseTypeDef:
|
|
236
|
+
"""
|
|
237
|
+
Adds a Region to an IAM Identity Center instance.
|
|
238
|
+
|
|
239
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/add_region.html)
|
|
240
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#add_region)
|
|
241
|
+
"""
|
|
242
|
+
|
|
229
243
|
def attach_customer_managed_policy_reference_to_permission_set(
|
|
230
244
|
self, **kwargs: Unpack[AttachCustomerManagedPolicyReferenceToPermissionSetRequestTypeDef]
|
|
231
245
|
) -> dict[str, Any]:
|
|
@@ -541,6 +555,17 @@ class SSOAdminClient(BaseClient):
|
|
|
541
555
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_permission_set_provisioning_status)
|
|
542
556
|
"""
|
|
543
557
|
|
|
558
|
+
def describe_region(
|
|
559
|
+
self, **kwargs: Unpack[DescribeRegionRequestTypeDef]
|
|
560
|
+
) -> DescribeRegionResponseTypeDef:
|
|
561
|
+
"""
|
|
562
|
+
Retrieves details about a specific Region enabled in an IAM Identity Center
|
|
563
|
+
instance.
|
|
564
|
+
|
|
565
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_region.html)
|
|
566
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_region)
|
|
567
|
+
"""
|
|
568
|
+
|
|
544
569
|
def describe_trusted_token_issuer(
|
|
545
570
|
self, **kwargs: Unpack[DescribeTrustedTokenIssuerRequestTypeDef]
|
|
546
571
|
) -> DescribeTrustedTokenIssuerResponseTypeDef:
|
|
@@ -836,6 +861,17 @@ class SSOAdminClient(BaseClient):
|
|
|
836
861
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_sets_provisioned_to_account)
|
|
837
862
|
"""
|
|
838
863
|
|
|
864
|
+
def list_regions(
|
|
865
|
+
self, **kwargs: Unpack[ListRegionsRequestTypeDef]
|
|
866
|
+
) -> ListRegionsResponseTypeDef:
|
|
867
|
+
"""
|
|
868
|
+
Lists all enabled Regions of an IAM Identity Center instance, including those
|
|
869
|
+
that are being added or removed.
|
|
870
|
+
|
|
871
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_regions.html)
|
|
872
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_regions)
|
|
873
|
+
"""
|
|
874
|
+
|
|
839
875
|
def list_tags_for_resource(
|
|
840
876
|
self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
|
|
841
877
|
) -> ListTagsForResourceResponseTypeDef:
|
|
@@ -940,6 +976,16 @@ class SSOAdminClient(BaseClient):
|
|
|
940
976
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_permissions_boundary_to_permission_set)
|
|
941
977
|
"""
|
|
942
978
|
|
|
979
|
+
def remove_region(
|
|
980
|
+
self, **kwargs: Unpack[RemoveRegionRequestTypeDef]
|
|
981
|
+
) -> RemoveRegionResponseTypeDef:
|
|
982
|
+
"""
|
|
983
|
+
Removes an additional Region from an IAM Identity Center instance.
|
|
984
|
+
|
|
985
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/remove_region.html)
|
|
986
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#remove_region)
|
|
987
|
+
"""
|
|
988
|
+
|
|
943
989
|
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
944
990
|
"""
|
|
945
991
|
Associates a set of tags with a specified resource.
|
|
@@ -1205,6 +1251,17 @@ class SSOAdminClient(BaseClient):
|
|
|
1205
1251
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1206
1252
|
"""
|
|
1207
1253
|
|
|
1254
|
+
@overload # type: ignore[override]
|
|
1255
|
+
def get_paginator( # type: ignore[override]
|
|
1256
|
+
self, operation_name: Literal["list_regions"]
|
|
1257
|
+
) -> ListRegionsPaginator:
|
|
1258
|
+
"""
|
|
1259
|
+
Create a paginator for an operation.
|
|
1260
|
+
|
|
1261
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1262
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1263
|
+
"""
|
|
1264
|
+
|
|
1208
1265
|
@overload # type: ignore[override]
|
|
1209
1266
|
def get_paginator( # type: ignore[override]
|
|
1210
1267
|
self, operation_name: Literal["list_tags_for_resource"]
|
{mypy_boto3_sso_admin-1.41.0 → mypy_boto3_sso_admin-1.42.41}/mypy_boto3_sso_admin/literals.py
RENAMED
|
@@ -3,7 +3,7 @@ Type annotations for sso-admin service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -51,6 +51,7 @@ __all__ = (
|
|
|
51
51
|
"ListPermissionSetProvisioningStatusPaginatorName",
|
|
52
52
|
"ListPermissionSetsPaginatorName",
|
|
53
53
|
"ListPermissionSetsProvisionedToAccountPaginatorName",
|
|
54
|
+
"ListRegionsPaginatorName",
|
|
54
55
|
"ListTagsForResourcePaginatorName",
|
|
55
56
|
"ListTrustedTokenIssuersPaginatorName",
|
|
56
57
|
"PaginatorName",
|
|
@@ -58,6 +59,7 @@ __all__ = (
|
|
|
58
59
|
"ProvisionTargetTypeType",
|
|
59
60
|
"ProvisioningStatusType",
|
|
60
61
|
"RegionName",
|
|
62
|
+
"RegionStatusType",
|
|
61
63
|
"ResourceServiceName",
|
|
62
64
|
"SSOAdminServiceName",
|
|
63
65
|
"ServiceName",
|
|
@@ -120,6 +122,7 @@ ListPermissionSetsPaginatorName = Literal["list_permission_sets"]
|
|
|
120
122
|
ListPermissionSetsProvisionedToAccountPaginatorName = Literal[
|
|
121
123
|
"list_permission_sets_provisioned_to_account"
|
|
122
124
|
]
|
|
125
|
+
ListRegionsPaginatorName = Literal["list_regions"]
|
|
123
126
|
ListTagsForResourcePaginatorName = Literal["list_tags_for_resource"]
|
|
124
127
|
ListTrustedTokenIssuersPaginatorName = Literal["list_trusted_token_issuers"]
|
|
125
128
|
PrincipalTypeType = Literal["GROUP", "USER"]
|
|
@@ -127,6 +130,7 @@ ProvisionTargetTypeType = Literal["ALL_PROVISIONED_ACCOUNTS", "AWS_ACCOUNT"]
|
|
|
127
130
|
ProvisioningStatusType = Literal[
|
|
128
131
|
"LATEST_PERMISSION_SET_NOT_PROVISIONED", "LATEST_PERMISSION_SET_PROVISIONED"
|
|
129
132
|
]
|
|
133
|
+
RegionStatusType = Literal["ACTIVE", "ADDING", "REMOVING"]
|
|
130
134
|
SignInOriginType = Literal["APPLICATION", "IDENTITY_CENTER"]
|
|
131
135
|
StatusValuesType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
|
|
132
136
|
TargetTypeType = Literal["AWS_ACCOUNT"]
|
|
@@ -228,6 +232,7 @@ ServiceName = Literal[
|
|
|
228
232
|
"comprehend",
|
|
229
233
|
"comprehendmedical",
|
|
230
234
|
"compute-optimizer",
|
|
235
|
+
"compute-optimizer-automation",
|
|
231
236
|
"config",
|
|
232
237
|
"connect",
|
|
233
238
|
"connect-contact-lens",
|
|
@@ -273,7 +278,6 @@ ServiceName = Literal[
|
|
|
273
278
|
"eks-auth",
|
|
274
279
|
"elasticache",
|
|
275
280
|
"elasticbeanstalk",
|
|
276
|
-
"elastictranscoder",
|
|
277
281
|
"elb",
|
|
278
282
|
"elbv2",
|
|
279
283
|
"emr",
|
|
@@ -408,6 +412,7 @@ ServiceName = Literal[
|
|
|
408
412
|
"networkmonitor",
|
|
409
413
|
"notifications",
|
|
410
414
|
"notificationscontacts",
|
|
415
|
+
"nova-act",
|
|
411
416
|
"oam",
|
|
412
417
|
"observabilityadmin",
|
|
413
418
|
"odb",
|
|
@@ -418,6 +423,8 @@ ServiceName = Literal[
|
|
|
418
423
|
"osis",
|
|
419
424
|
"outposts",
|
|
420
425
|
"panorama",
|
|
426
|
+
"partnercentral-account",
|
|
427
|
+
"partnercentral-benefits",
|
|
421
428
|
"partnercentral-channel",
|
|
422
429
|
"partnercentral-selling",
|
|
423
430
|
"payment-cryptography",
|
|
@@ -460,6 +467,7 @@ ServiceName = Literal[
|
|
|
460
467
|
"route53-recovery-control-config",
|
|
461
468
|
"route53-recovery-readiness",
|
|
462
469
|
"route53domains",
|
|
470
|
+
"route53globalresolver",
|
|
463
471
|
"route53profiles",
|
|
464
472
|
"route53resolver",
|
|
465
473
|
"rtbfabric",
|
|
@@ -534,6 +542,7 @@ ServiceName = Literal[
|
|
|
534
542
|
"waf-regional",
|
|
535
543
|
"wafv2",
|
|
536
544
|
"wellarchitected",
|
|
545
|
+
"wickr",
|
|
537
546
|
"wisdom",
|
|
538
547
|
"workdocs",
|
|
539
548
|
"workmail",
|
|
@@ -566,12 +575,14 @@ PaginatorName = Literal[
|
|
|
566
575
|
"list_permission_set_provisioning_status",
|
|
567
576
|
"list_permission_sets",
|
|
568
577
|
"list_permission_sets_provisioned_to_account",
|
|
578
|
+
"list_regions",
|
|
569
579
|
"list_tags_for_resource",
|
|
570
580
|
"list_trusted_token_issuers",
|
|
571
581
|
]
|
|
572
582
|
RegionName = Literal[
|
|
573
583
|
"af-south-1",
|
|
574
584
|
"ap-east-1",
|
|
585
|
+
"ap-east-2",
|
|
575
586
|
"ap-northeast-1",
|
|
576
587
|
"ap-northeast-2",
|
|
577
588
|
"ap-northeast-3",
|