types-boto3-sso-admin 1.40.60__tar.gz → 1.42.3__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.
- {types_boto3_sso_admin-1.40.60/types_boto3_sso_admin.egg-info → types_boto3_sso_admin-1.42.3}/PKG-INFO +11 -25
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/README.md +3 -3
- types_boto3_sso_admin-1.42.3/pyproject.toml +61 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/__main__.py +4 -4
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/client.py +34 -39
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/client.pyi +34 -39
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/literals.py +8 -7
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/literals.pyi +8 -7
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/type_defs.py +33 -38
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/type_defs.pyi +33 -38
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/version.py +1 -1
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3/types_boto3_sso_admin.egg-info}/PKG-INFO +11 -25
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin.egg-info/SOURCES.txt +1 -2
- types_boto3_sso_admin-1.40.60/setup.py +0 -54
- types_boto3_sso_admin-1.40.60/types_boto3_sso_admin.egg-info/not-zip-safe +0 -1
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/LICENSE +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/setup.cfg +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/__init__.py +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/__init__.pyi +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/paginator.py +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/paginator.pyi +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/py.typed +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin.egg-info/dependency_links.txt +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin.egg-info/requires.txt +0 -0
- {types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin.egg-info/top_level.txt +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-sso-admin
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
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
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,sso-admin,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-sso-admin"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 SSOAdmin 1.
|
|
45
|
+
Type annotations for [boto3 SSOAdmin 1.42.3](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
104
|
isolation.
|
|
119
105
|
|
|
120
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
107
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
122
108
|
2. Select `boto3` AWS SDK.
|
|
123
109
|
3. Add `SSOAdmin` service.
|
|
124
110
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SSOAdmin 1.
|
|
12
|
+
Type annotations for [boto3 SSOAdmin 1.42.3](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/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.
|
|
74
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3` AWS SDK.
|
|
76
76
|
3. Add `SSOAdmin` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Setup script for types-boto3-sso-admin.
|
|
2
|
+
|
|
3
|
+
# Copyright 2025 Vlad Emelianov
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "types-boto3-sso-admin"
|
|
7
|
+
version = "1.42.3"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 SSOAdmin 1.42.3 service generated with mypy-boto3-builder 8.12.0"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 5 - Production/Stable",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Environment :: Console",
|
|
16
|
+
"Natural Language :: English",
|
|
17
|
+
"Operating System :: OS Independent",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
27
|
+
"Typing :: Stubs Only",
|
|
28
|
+
]
|
|
29
|
+
keywords = [
|
|
30
|
+
"boto3",
|
|
31
|
+
"sso-admin",
|
|
32
|
+
"boto3-stubs",
|
|
33
|
+
"type-annotations",
|
|
34
|
+
"mypy",
|
|
35
|
+
"typeshed",
|
|
36
|
+
"autocomplete",
|
|
37
|
+
]
|
|
38
|
+
requires-python = ">=3.9"
|
|
39
|
+
|
|
40
|
+
dependencies = [
|
|
41
|
+
"typing-extensions; python_version<'3.12'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[project.urls]
|
|
46
|
+
Homepage = "https://github.com/youtype/mypy_boto3_builder"
|
|
47
|
+
Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/"
|
|
48
|
+
Source = "https://github.com/youtype/mypy_boto3_builder"
|
|
49
|
+
Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["setuptools>=60"]
|
|
53
|
+
build-backend = "setuptools.build_meta"
|
|
54
|
+
|
|
55
|
+
[tool.setuptools]
|
|
56
|
+
platforms = ["any"]
|
|
57
|
+
include-package-data = true
|
|
58
|
+
packages = ["types_boto3_sso_admin"]
|
|
59
|
+
|
|
60
|
+
[tool.setuptools.package-data]
|
|
61
|
+
"*" = ["*.pyi", "py.typed"]
|
{types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/__main__.py
RENAMED
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 SSOAdmin 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\n"
|
|
17
|
+
"Builder version: 8.12.0\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.
|
|
29
|
+
sys.stdout.write("1.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_sso_admin-1.40.60 → types_boto3_sso_admin-1.42.3}/types_boto3_sso_admin/client.py
RENAMED
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -170,12 +171,6 @@ from .type_defs import (
|
|
|
170
171
|
UpdateTrustedTokenIssuerRequestTypeDef,
|
|
171
172
|
)
|
|
172
173
|
|
|
173
|
-
if sys.version_info >= (3, 9):
|
|
174
|
-
from builtins import dict as Dict
|
|
175
|
-
from builtins import type as Type
|
|
176
|
-
from collections.abc import Mapping
|
|
177
|
-
else:
|
|
178
|
-
from typing import Dict, Mapping, Type
|
|
179
174
|
if sys.version_info >= (3, 12):
|
|
180
175
|
from typing import Literal, Unpack
|
|
181
176
|
else:
|
|
@@ -186,14 +181,14 @@ __all__ = ("SSOAdminClient",)
|
|
|
186
181
|
|
|
187
182
|
|
|
188
183
|
class Exceptions(BaseClientExceptions):
|
|
189
|
-
AccessDeniedException:
|
|
190
|
-
ClientError:
|
|
191
|
-
ConflictException:
|
|
192
|
-
InternalServerException:
|
|
193
|
-
ResourceNotFoundException:
|
|
194
|
-
ServiceQuotaExceededException:
|
|
195
|
-
ThrottlingException:
|
|
196
|
-
ValidationException:
|
|
184
|
+
AccessDeniedException: type[BotocoreClientError]
|
|
185
|
+
ClientError: type[BotocoreClientError]
|
|
186
|
+
ConflictException: type[BotocoreClientError]
|
|
187
|
+
InternalServerException: type[BotocoreClientError]
|
|
188
|
+
ResourceNotFoundException: type[BotocoreClientError]
|
|
189
|
+
ServiceQuotaExceededException: type[BotocoreClientError]
|
|
190
|
+
ThrottlingException: type[BotocoreClientError]
|
|
191
|
+
ValidationException: type[BotocoreClientError]
|
|
197
192
|
|
|
198
193
|
|
|
199
194
|
class SSOAdminClient(BaseClient):
|
|
@@ -233,7 +228,7 @@ class SSOAdminClient(BaseClient):
|
|
|
233
228
|
|
|
234
229
|
def attach_customer_managed_policy_reference_to_permission_set(
|
|
235
230
|
self, **kwargs: Unpack[AttachCustomerManagedPolicyReferenceToPermissionSetRequestTypeDef]
|
|
236
|
-
) ->
|
|
231
|
+
) -> dict[str, Any]:
|
|
237
232
|
"""
|
|
238
233
|
Attaches the specified customer managed policy to the specified
|
|
239
234
|
<a>PermissionSet</a>.
|
|
@@ -244,7 +239,7 @@ class SSOAdminClient(BaseClient):
|
|
|
244
239
|
|
|
245
240
|
def attach_managed_policy_to_permission_set(
|
|
246
241
|
self, **kwargs: Unpack[AttachManagedPolicyToPermissionSetRequestTypeDef]
|
|
247
|
-
) ->
|
|
242
|
+
) -> dict[str, Any]:
|
|
248
243
|
"""
|
|
249
244
|
Attaches an Amazon Web Services managed policy ARN to a permission set.
|
|
250
245
|
|
|
@@ -276,7 +271,7 @@ class SSOAdminClient(BaseClient):
|
|
|
276
271
|
|
|
277
272
|
def create_application_assignment(
|
|
278
273
|
self, **kwargs: Unpack[CreateApplicationAssignmentRequestTypeDef]
|
|
279
|
-
) ->
|
|
274
|
+
) -> dict[str, Any]:
|
|
280
275
|
"""
|
|
281
276
|
Grant application access to a user or group.
|
|
282
277
|
|
|
@@ -298,7 +293,7 @@ class SSOAdminClient(BaseClient):
|
|
|
298
293
|
|
|
299
294
|
def create_instance_access_control_attribute_configuration(
|
|
300
295
|
self, **kwargs: Unpack[CreateInstanceAccessControlAttributeConfigurationRequestTypeDef]
|
|
301
|
-
) ->
|
|
296
|
+
) -> dict[str, Any]:
|
|
302
297
|
"""
|
|
303
298
|
Enables the attributes-based access control (ABAC) feature for the specified
|
|
304
299
|
IAM Identity Center instance.
|
|
@@ -341,7 +336,7 @@ class SSOAdminClient(BaseClient):
|
|
|
341
336
|
|
|
342
337
|
def delete_application(
|
|
343
338
|
self, **kwargs: Unpack[DeleteApplicationRequestTypeDef]
|
|
344
|
-
) ->
|
|
339
|
+
) -> dict[str, Any]:
|
|
345
340
|
"""
|
|
346
341
|
Deletes the association with the application.
|
|
347
342
|
|
|
@@ -361,7 +356,7 @@ class SSOAdminClient(BaseClient):
|
|
|
361
356
|
|
|
362
357
|
def delete_application_assignment(
|
|
363
358
|
self, **kwargs: Unpack[DeleteApplicationAssignmentRequestTypeDef]
|
|
364
|
-
) ->
|
|
359
|
+
) -> dict[str, Any]:
|
|
365
360
|
"""
|
|
366
361
|
Revoke application access to an application by deleting application assignments
|
|
367
362
|
for a user or group.
|
|
@@ -392,7 +387,7 @@ class SSOAdminClient(BaseClient):
|
|
|
392
387
|
|
|
393
388
|
def delete_inline_policy_from_permission_set(
|
|
394
389
|
self, **kwargs: Unpack[DeleteInlinePolicyFromPermissionSetRequestTypeDef]
|
|
395
|
-
) ->
|
|
390
|
+
) -> dict[str, Any]:
|
|
396
391
|
"""
|
|
397
392
|
Deletes the inline policy from a specified permission set.
|
|
398
393
|
|
|
@@ -400,7 +395,7 @@ class SSOAdminClient(BaseClient):
|
|
|
400
395
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#delete_inline_policy_from_permission_set)
|
|
401
396
|
"""
|
|
402
397
|
|
|
403
|
-
def delete_instance(self, **kwargs: Unpack[DeleteInstanceRequestTypeDef]) ->
|
|
398
|
+
def delete_instance(self, **kwargs: Unpack[DeleteInstanceRequestTypeDef]) -> dict[str, Any]:
|
|
404
399
|
"""
|
|
405
400
|
Deletes the instance of IAM Identity Center.
|
|
406
401
|
|
|
@@ -410,7 +405,7 @@ class SSOAdminClient(BaseClient):
|
|
|
410
405
|
|
|
411
406
|
def delete_instance_access_control_attribute_configuration(
|
|
412
407
|
self, **kwargs: Unpack[DeleteInstanceAccessControlAttributeConfigurationRequestTypeDef]
|
|
413
|
-
) ->
|
|
408
|
+
) -> dict[str, Any]:
|
|
414
409
|
"""
|
|
415
410
|
Disables the attributes-based access control (ABAC) feature for the specified
|
|
416
411
|
IAM Identity Center instance and deletes all of the attribute mappings that
|
|
@@ -422,7 +417,7 @@ class SSOAdminClient(BaseClient):
|
|
|
422
417
|
|
|
423
418
|
def delete_permission_set(
|
|
424
419
|
self, **kwargs: Unpack[DeletePermissionSetRequestTypeDef]
|
|
425
|
-
) ->
|
|
420
|
+
) -> dict[str, Any]:
|
|
426
421
|
"""
|
|
427
422
|
Deletes the specified permission set.
|
|
428
423
|
|
|
@@ -432,7 +427,7 @@ class SSOAdminClient(BaseClient):
|
|
|
432
427
|
|
|
433
428
|
def delete_permissions_boundary_from_permission_set(
|
|
434
429
|
self, **kwargs: Unpack[DeletePermissionsBoundaryFromPermissionSetRequestTypeDef]
|
|
435
|
-
) ->
|
|
430
|
+
) -> dict[str, Any]:
|
|
436
431
|
"""
|
|
437
432
|
Deletes the permissions boundary from a specified <a>PermissionSet</a>.
|
|
438
433
|
|
|
@@ -442,7 +437,7 @@ class SSOAdminClient(BaseClient):
|
|
|
442
437
|
|
|
443
438
|
def delete_trusted_token_issuer(
|
|
444
439
|
self, **kwargs: Unpack[DeleteTrustedTokenIssuerRequestTypeDef]
|
|
445
|
-
) ->
|
|
440
|
+
) -> dict[str, Any]:
|
|
446
441
|
"""
|
|
447
442
|
Deletes a trusted token issuer configuration from an instance of IAM Identity
|
|
448
443
|
Center.
|
|
@@ -559,7 +554,7 @@ class SSOAdminClient(BaseClient):
|
|
|
559
554
|
|
|
560
555
|
def detach_customer_managed_policy_reference_from_permission_set(
|
|
561
556
|
self, **kwargs: Unpack[DetachCustomerManagedPolicyReferenceFromPermissionSetRequestTypeDef]
|
|
562
|
-
) ->
|
|
557
|
+
) -> dict[str, Any]:
|
|
563
558
|
"""
|
|
564
559
|
Detaches the specified customer managed policy from the specified
|
|
565
560
|
<a>PermissionSet</a>.
|
|
@@ -570,7 +565,7 @@ class SSOAdminClient(BaseClient):
|
|
|
570
565
|
|
|
571
566
|
def detach_managed_policy_from_permission_set(
|
|
572
567
|
self, **kwargs: Unpack[DetachManagedPolicyFromPermissionSetRequestTypeDef]
|
|
573
|
-
) ->
|
|
568
|
+
) -> dict[str, Any]:
|
|
574
569
|
"""
|
|
575
570
|
Detaches the attached Amazon Web Services managed policy ARN from the specified
|
|
576
571
|
permission set.
|
|
@@ -886,7 +881,7 @@ class SSOAdminClient(BaseClient):
|
|
|
886
881
|
|
|
887
882
|
def put_application_assignment_configuration(
|
|
888
883
|
self, **kwargs: Unpack[PutApplicationAssignmentConfigurationRequestTypeDef]
|
|
889
|
-
) ->
|
|
884
|
+
) -> dict[str, Any]:
|
|
890
885
|
"""
|
|
891
886
|
Configure how users gain access to an application.
|
|
892
887
|
|
|
@@ -916,7 +911,7 @@ class SSOAdminClient(BaseClient):
|
|
|
916
911
|
|
|
917
912
|
def put_application_session_configuration(
|
|
918
913
|
self, **kwargs: Unpack[PutApplicationSessionConfigurationRequestTypeDef]
|
|
919
|
-
) ->
|
|
914
|
+
) -> dict[str, Any]:
|
|
920
915
|
"""
|
|
921
916
|
Updates the session configuration for an application in IAM Identity Center.
|
|
922
917
|
|
|
@@ -926,7 +921,7 @@ class SSOAdminClient(BaseClient):
|
|
|
926
921
|
|
|
927
922
|
def put_inline_policy_to_permission_set(
|
|
928
923
|
self, **kwargs: Unpack[PutInlinePolicyToPermissionSetRequestTypeDef]
|
|
929
|
-
) ->
|
|
924
|
+
) -> dict[str, Any]:
|
|
930
925
|
"""
|
|
931
926
|
Attaches an inline policy to a permission set.
|
|
932
927
|
|
|
@@ -936,7 +931,7 @@ class SSOAdminClient(BaseClient):
|
|
|
936
931
|
|
|
937
932
|
def put_permissions_boundary_to_permission_set(
|
|
938
933
|
self, **kwargs: Unpack[PutPermissionsBoundaryToPermissionSetRequestTypeDef]
|
|
939
|
-
) ->
|
|
934
|
+
) -> dict[str, Any]:
|
|
940
935
|
"""
|
|
941
936
|
Attaches an Amazon Web Services managed or customer managed policy to the
|
|
942
937
|
specified <a>PermissionSet</a> as a permissions boundary.
|
|
@@ -945,7 +940,7 @@ class SSOAdminClient(BaseClient):
|
|
|
945
940
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_permissions_boundary_to_permission_set)
|
|
946
941
|
"""
|
|
947
942
|
|
|
948
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) ->
|
|
943
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
949
944
|
"""
|
|
950
945
|
Associates a set of tags with a specified resource.
|
|
951
946
|
|
|
@@ -953,7 +948,7 @@ class SSOAdminClient(BaseClient):
|
|
|
953
948
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#tag_resource)
|
|
954
949
|
"""
|
|
955
950
|
|
|
956
|
-
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) ->
|
|
951
|
+
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
957
952
|
"""
|
|
958
953
|
Disassociates a set of tags from a specified resource.
|
|
959
954
|
|
|
@@ -963,7 +958,7 @@ class SSOAdminClient(BaseClient):
|
|
|
963
958
|
|
|
964
959
|
def update_application(
|
|
965
960
|
self, **kwargs: Unpack[UpdateApplicationRequestTypeDef]
|
|
966
|
-
) ->
|
|
961
|
+
) -> dict[str, Any]:
|
|
967
962
|
"""
|
|
968
963
|
Updates application properties.
|
|
969
964
|
|
|
@@ -971,7 +966,7 @@ class SSOAdminClient(BaseClient):
|
|
|
971
966
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#update_application)
|
|
972
967
|
"""
|
|
973
968
|
|
|
974
|
-
def update_instance(self, **kwargs: Unpack[UpdateInstanceRequestTypeDef]) ->
|
|
969
|
+
def update_instance(self, **kwargs: Unpack[UpdateInstanceRequestTypeDef]) -> dict[str, Any]:
|
|
975
970
|
"""
|
|
976
971
|
Update the details for the instance of IAM Identity Center that is owned by the
|
|
977
972
|
Amazon Web Services account.
|
|
@@ -982,7 +977,7 @@ class SSOAdminClient(BaseClient):
|
|
|
982
977
|
|
|
983
978
|
def update_instance_access_control_attribute_configuration(
|
|
984
979
|
self, **kwargs: Unpack[UpdateInstanceAccessControlAttributeConfigurationRequestTypeDef]
|
|
985
|
-
) ->
|
|
980
|
+
) -> dict[str, Any]:
|
|
986
981
|
"""
|
|
987
982
|
Updates the IAM Identity Center identity store attributes that you can use with
|
|
988
983
|
the IAM Identity Center instance for attributes-based access control (ABAC).
|
|
@@ -993,7 +988,7 @@ class SSOAdminClient(BaseClient):
|
|
|
993
988
|
|
|
994
989
|
def update_permission_set(
|
|
995
990
|
self, **kwargs: Unpack[UpdatePermissionSetRequestTypeDef]
|
|
996
|
-
) ->
|
|
991
|
+
) -> dict[str, Any]:
|
|
997
992
|
"""
|
|
998
993
|
Updates an existing permission set.
|
|
999
994
|
|
|
@@ -1003,7 +998,7 @@ class SSOAdminClient(BaseClient):
|
|
|
1003
998
|
|
|
1004
999
|
def update_trusted_token_issuer(
|
|
1005
1000
|
self, **kwargs: Unpack[UpdateTrustedTokenIssuerRequestTypeDef]
|
|
1006
|
-
) ->
|
|
1001
|
+
) -> dict[str, Any]:
|
|
1007
1002
|
"""
|
|
1008
1003
|
Updates the name of the trusted token issuer, or the path of a source attribute
|
|
1009
1004
|
or destination attribute for a trusted token issuer configuration.
|