mypy-boto3-sso-admin 1.33.0__tar.gz → 1.35.0__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.33.0 → mypy_boto3_sso_admin-1.35.0}/LICENSE +1 -1
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/PKG-INFO +9 -9
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/README.md +4 -4
- mypy-boto3-sso-admin-1.33.0/mypy_boto3_sso_admin/__init__.py → mypy_boto3_sso_admin-1.35.0/mypy_boto3_sso_admin/__init__.pyi +0 -1
- mypy_boto3_sso_admin-1.35.0/mypy_boto3_sso_admin/__main__.py +40 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/client.py +33 -34
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/client.pyi +33 -33
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/literals.py +29 -7
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/literals.pyi +29 -5
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/paginator.py +12 -13
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/paginator.pyi +12 -12
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/type_defs.py +169 -51
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/type_defs.pyi +169 -50
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/version.py +1 -1
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin.egg-info/PKG-INFO +9 -9
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/setup.py +5 -9
- mypy-boto3-sso-admin-1.33.0/mypy_boto3_sso_admin/__main__.py +0 -39
- /mypy-boto3-sso-admin-1.33.0/mypy_boto3_sso_admin/__init__.pyi → /mypy_boto3_sso_admin-1.35.0/mypy_boto3_sso_admin/__init__.py +0 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin/py.typed +0 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin.egg-info/not-zip-safe +0 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin.egg-info/requires.txt +0 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/mypy_boto3_sso_admin.egg-info/top_level.txt +0 -0
- {mypy-boto3-sso-admin-1.33.0 → mypy_boto3_sso_admin-1.35.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sso-admin
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.SSOAdmin 1.
|
|
3
|
+
Version: 1.35.0
|
|
4
|
+
Summary: Type annotations for boto3.SSOAdmin 1.35.0 service generated with mypy-boto3-builder 7.26.0
|
|
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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-sso-admin"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SSOAdmin 1.
|
|
46
|
+
[boto3.SSOAdmin 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -396,10 +396,10 @@ Full list of `SSOAdmin` TypeDefs can be found in
|
|
|
396
396
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/type_defs/).
|
|
397
397
|
|
|
398
398
|
```python
|
|
399
|
-
from mypy_boto3_sso_admin.type_defs import
|
|
399
|
+
from mypy_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
|
|
400
400
|
|
|
401
401
|
|
|
402
|
-
def get_value() ->
|
|
402
|
+
def get_value() -> AccessControlAttributeValueOutputTypeDef:
|
|
403
403
|
return {...}
|
|
404
404
|
```
|
|
405
405
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SSOAdmin 1.
|
|
13
|
+
[boto3.SSOAdmin 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -363,10 +363,10 @@ Full list of `SSOAdmin` TypeDefs can be found in
|
|
|
363
363
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/type_defs/).
|
|
364
364
|
|
|
365
365
|
```python
|
|
366
|
-
from mypy_boto3_sso_admin.type_defs import
|
|
366
|
+
from mypy_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
|
|
367
367
|
|
|
368
368
|
|
|
369
|
-
def get_value() ->
|
|
369
|
+
def get_value() -> AccessControlAttributeValueOutputTypeDef:
|
|
370
370
|
return {...}
|
|
371
371
|
```
|
|
372
372
|
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def print_info() -> None:
|
|
9
|
+
"""
|
|
10
|
+
Print package info to stdout.
|
|
11
|
+
"""
|
|
12
|
+
print(
|
|
13
|
+
"Type annotations for boto3.SSOAdmin 1.35.0\n"
|
|
14
|
+
"Version: 1.35.0\n"
|
|
15
|
+
"Builder version: 7.26.0\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin\n"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def print_version() -> None:
|
|
24
|
+
"""
|
|
25
|
+
Print package version to stdout.
|
|
26
|
+
"""
|
|
27
|
+
print("1.35.0")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def main() -> None:
|
|
31
|
+
"""
|
|
32
|
+
Main CLI entrypoint.
|
|
33
|
+
"""
|
|
34
|
+
if "--version" in sys.argv:
|
|
35
|
+
return print_version()
|
|
36
|
+
print_info()
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
if __name__ == "__main__":
|
|
40
|
+
main()
|
|
@@ -49,7 +49,7 @@ from .paginator import (
|
|
|
49
49
|
ListTrustedTokenIssuersPaginator,
|
|
50
50
|
)
|
|
51
51
|
from .type_defs import (
|
|
52
|
-
|
|
52
|
+
AuthenticationMethodUnionTypeDef,
|
|
53
53
|
CreateAccountAssignmentResponseTypeDef,
|
|
54
54
|
CreateApplicationResponseTypeDef,
|
|
55
55
|
CreateInstanceResponseTypeDef,
|
|
@@ -74,8 +74,8 @@ from .type_defs import (
|
|
|
74
74
|
GetApplicationGrantResponseTypeDef,
|
|
75
75
|
GetInlinePolicyForPermissionSetResponseTypeDef,
|
|
76
76
|
GetPermissionsBoundaryForPermissionSetResponseTypeDef,
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
GrantUnionTypeDef,
|
|
78
|
+
InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
79
79
|
ListAccountAssignmentCreationStatusResponseTypeDef,
|
|
80
80
|
ListAccountAssignmentDeletionStatusResponseTypeDef,
|
|
81
81
|
ListAccountAssignmentsFilterTypeDef,
|
|
@@ -114,7 +114,6 @@ if sys.version_info >= (3, 12):
|
|
|
114
114
|
else:
|
|
115
115
|
from typing_extensions import Literal
|
|
116
116
|
|
|
117
|
-
|
|
118
117
|
__all__ = ("SSOAdminClient",)
|
|
119
118
|
|
|
120
119
|
|
|
@@ -159,7 +158,7 @@ class SSOAdminClient(BaseClient):
|
|
|
159
158
|
*,
|
|
160
159
|
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef,
|
|
161
160
|
InstanceArn: str,
|
|
162
|
-
PermissionSetArn: str
|
|
161
|
+
PermissionSetArn: str,
|
|
163
162
|
) -> Dict[str, Any]:
|
|
164
163
|
"""
|
|
165
164
|
Attaches the specified customer managed policy to the specified PermissionSet.
|
|
@@ -202,7 +201,7 @@ class SSOAdminClient(BaseClient):
|
|
|
202
201
|
PrincipalId: str,
|
|
203
202
|
PrincipalType: PrincipalTypeType,
|
|
204
203
|
TargetId: str,
|
|
205
|
-
TargetType: Literal["AWS_ACCOUNT"]
|
|
204
|
+
TargetType: Literal["AWS_ACCOUNT"],
|
|
206
205
|
) -> CreateAccountAssignmentResponseTypeDef:
|
|
207
206
|
"""
|
|
208
207
|
Assigns access to a principal for a specified Amazon Web Services account using
|
|
@@ -223,7 +222,7 @@ class SSOAdminClient(BaseClient):
|
|
|
223
222
|
Description: str = ...,
|
|
224
223
|
PortalOptions: PortalOptionsTypeDef = ...,
|
|
225
224
|
Status: ApplicationStatusType = ...,
|
|
226
|
-
Tags: Sequence[TagTypeDef] =
|
|
225
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
227
226
|
) -> CreateApplicationResponseTypeDef:
|
|
228
227
|
"""
|
|
229
228
|
Creates an application in IAM Identity Center for the given application
|
|
@@ -259,8 +258,8 @@ class SSOAdminClient(BaseClient):
|
|
|
259
258
|
def create_instance_access_control_attribute_configuration(
|
|
260
259
|
self,
|
|
261
260
|
*,
|
|
262
|
-
InstanceAccessControlAttributeConfiguration:
|
|
263
|
-
InstanceArn: str
|
|
261
|
+
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
262
|
+
InstanceArn: str,
|
|
264
263
|
) -> Dict[str, Any]:
|
|
265
264
|
"""
|
|
266
265
|
Enables the attributes-based access control (ABAC) feature for the specified
|
|
@@ -279,7 +278,7 @@ class SSOAdminClient(BaseClient):
|
|
|
279
278
|
Description: str = ...,
|
|
280
279
|
RelayState: str = ...,
|
|
281
280
|
SessionDuration: str = ...,
|
|
282
|
-
Tags: Sequence[TagTypeDef] =
|
|
281
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
283
282
|
) -> CreatePermissionSetResponseTypeDef:
|
|
284
283
|
"""
|
|
285
284
|
Creates a permission set within a specified IAM Identity Center instance.
|
|
@@ -296,7 +295,7 @@ class SSOAdminClient(BaseClient):
|
|
|
296
295
|
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef,
|
|
297
296
|
TrustedTokenIssuerType: Literal["OIDC_JWT"],
|
|
298
297
|
ClientToken: str = ...,
|
|
299
|
-
Tags: Sequence[TagTypeDef] =
|
|
298
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
300
299
|
) -> CreateTrustedTokenIssuerResponseTypeDef:
|
|
301
300
|
"""
|
|
302
301
|
Creates a connection to a trusted token issuer in an instance of IAM Identity
|
|
@@ -314,7 +313,7 @@ class SSOAdminClient(BaseClient):
|
|
|
314
313
|
PrincipalId: str,
|
|
315
314
|
PrincipalType: PrincipalTypeType,
|
|
316
315
|
TargetId: str,
|
|
317
|
-
TargetType: Literal["AWS_ACCOUNT"]
|
|
316
|
+
TargetType: Literal["AWS_ACCOUNT"],
|
|
318
317
|
) -> DeleteAccountAssignmentResponseTypeDef:
|
|
319
318
|
"""
|
|
320
319
|
Deletes a principal's access from a specified Amazon Web Services account using
|
|
@@ -543,7 +542,7 @@ class SSOAdminClient(BaseClient):
|
|
|
543
542
|
*,
|
|
544
543
|
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef,
|
|
545
544
|
InstanceArn: str,
|
|
546
|
-
PermissionSetArn: str
|
|
545
|
+
PermissionSetArn: str,
|
|
547
546
|
) -> Dict[str, Any]:
|
|
548
547
|
"""
|
|
549
548
|
Detaches the specified customer managed policy from the specified
|
|
@@ -646,7 +645,7 @@ class SSOAdminClient(BaseClient):
|
|
|
646
645
|
InstanceArn: str,
|
|
647
646
|
Filter: OperationStatusFilterTypeDef = ...,
|
|
648
647
|
MaxResults: int = ...,
|
|
649
|
-
NextToken: str =
|
|
648
|
+
NextToken: str = ...,
|
|
650
649
|
) -> ListAccountAssignmentCreationStatusResponseTypeDef:
|
|
651
650
|
"""
|
|
652
651
|
Lists the status of the Amazon Web Services account assignment creation
|
|
@@ -663,7 +662,7 @@ class SSOAdminClient(BaseClient):
|
|
|
663
662
|
InstanceArn: str,
|
|
664
663
|
Filter: OperationStatusFilterTypeDef = ...,
|
|
665
664
|
MaxResults: int = ...,
|
|
666
|
-
NextToken: str =
|
|
665
|
+
NextToken: str = ...,
|
|
667
666
|
) -> ListAccountAssignmentDeletionStatusResponseTypeDef:
|
|
668
667
|
"""
|
|
669
668
|
Lists the status of the Amazon Web Services account assignment deletion
|
|
@@ -681,7 +680,7 @@ class SSOAdminClient(BaseClient):
|
|
|
681
680
|
InstanceArn: str,
|
|
682
681
|
PermissionSetArn: str,
|
|
683
682
|
MaxResults: int = ...,
|
|
684
|
-
NextToken: str =
|
|
683
|
+
NextToken: str = ...,
|
|
685
684
|
) -> ListAccountAssignmentsResponseTypeDef:
|
|
686
685
|
"""
|
|
687
686
|
Lists the assignee of the specified Amazon Web Services account with the
|
|
@@ -700,7 +699,7 @@ class SSOAdminClient(BaseClient):
|
|
|
700
699
|
PrincipalType: PrincipalTypeType,
|
|
701
700
|
Filter: ListAccountAssignmentsFilterTypeDef = ...,
|
|
702
701
|
MaxResults: int = ...,
|
|
703
|
-
NextToken: str =
|
|
702
|
+
NextToken: str = ...,
|
|
704
703
|
) -> ListAccountAssignmentsForPrincipalResponseTypeDef:
|
|
705
704
|
"""
|
|
706
705
|
Retrieves a list of the IAM Identity Center associated Amazon Web Services
|
|
@@ -718,7 +717,7 @@ class SSOAdminClient(BaseClient):
|
|
|
718
717
|
PermissionSetArn: str,
|
|
719
718
|
MaxResults: int = ...,
|
|
720
719
|
NextToken: str = ...,
|
|
721
|
-
ProvisioningStatus: ProvisioningStatusType =
|
|
720
|
+
ProvisioningStatus: ProvisioningStatusType = ...,
|
|
722
721
|
) -> ListAccountsForProvisionedPermissionSetResponseTypeDef:
|
|
723
722
|
"""
|
|
724
723
|
Lists all the Amazon Web Services accounts where the specified permission set
|
|
@@ -757,7 +756,7 @@ class SSOAdminClient(BaseClient):
|
|
|
757
756
|
PrincipalType: PrincipalTypeType,
|
|
758
757
|
Filter: ListApplicationAssignmentsFilterTypeDef = ...,
|
|
759
758
|
MaxResults: int = ...,
|
|
760
|
-
NextToken: str =
|
|
759
|
+
NextToken: str = ...,
|
|
761
760
|
) -> ListApplicationAssignmentsForPrincipalResponseTypeDef:
|
|
762
761
|
"""
|
|
763
762
|
Lists the applications to which a specified principal is assigned.
|
|
@@ -803,7 +802,7 @@ class SSOAdminClient(BaseClient):
|
|
|
803
802
|
InstanceArn: str,
|
|
804
803
|
Filter: ListApplicationsFilterTypeDef = ...,
|
|
805
804
|
MaxResults: int = ...,
|
|
806
|
-
NextToken: str =
|
|
805
|
+
NextToken: str = ...,
|
|
807
806
|
) -> ListApplicationsResponseTypeDef:
|
|
808
807
|
"""
|
|
809
808
|
Lists all applications associated with the instance of IAM Identity Center.
|
|
@@ -818,7 +817,7 @@ class SSOAdminClient(BaseClient):
|
|
|
818
817
|
InstanceArn: str,
|
|
819
818
|
PermissionSetArn: str,
|
|
820
819
|
MaxResults: int = ...,
|
|
821
|
-
NextToken: str =
|
|
820
|
+
NextToken: str = ...,
|
|
822
821
|
) -> ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef:
|
|
823
822
|
"""
|
|
824
823
|
Lists all customer managed policies attached to a specified PermissionSet.
|
|
@@ -845,7 +844,7 @@ class SSOAdminClient(BaseClient):
|
|
|
845
844
|
InstanceArn: str,
|
|
846
845
|
PermissionSetArn: str,
|
|
847
846
|
MaxResults: int = ...,
|
|
848
|
-
NextToken: str =
|
|
847
|
+
NextToken: str = ...,
|
|
849
848
|
) -> ListManagedPoliciesInPermissionSetResponseTypeDef:
|
|
850
849
|
"""
|
|
851
850
|
Lists the Amazon Web Services managed policy that is attached to a specified
|
|
@@ -862,7 +861,7 @@ class SSOAdminClient(BaseClient):
|
|
|
862
861
|
InstanceArn: str,
|
|
863
862
|
Filter: OperationStatusFilterTypeDef = ...,
|
|
864
863
|
MaxResults: int = ...,
|
|
865
|
-
NextToken: str =
|
|
864
|
+
NextToken: str = ...,
|
|
866
865
|
) -> ListPermissionSetProvisioningStatusResponseTypeDef:
|
|
867
866
|
"""
|
|
868
867
|
Lists the status of the permission set provisioning requests for a specified
|
|
@@ -890,7 +889,7 @@ class SSOAdminClient(BaseClient):
|
|
|
890
889
|
InstanceArn: str,
|
|
891
890
|
MaxResults: int = ...,
|
|
892
891
|
NextToken: str = ...,
|
|
893
|
-
ProvisioningStatus: ProvisioningStatusType =
|
|
892
|
+
ProvisioningStatus: ProvisioningStatusType = ...,
|
|
894
893
|
) -> ListPermissionSetsProvisionedToAccountResponseTypeDef:
|
|
895
894
|
"""
|
|
896
895
|
Lists all the permission sets that are provisioned to a specified Amazon Web
|
|
@@ -928,7 +927,7 @@ class SSOAdminClient(BaseClient):
|
|
|
928
927
|
InstanceArn: str,
|
|
929
928
|
PermissionSetArn: str,
|
|
930
929
|
TargetType: ProvisionTargetTypeType,
|
|
931
|
-
TargetId: str =
|
|
930
|
+
TargetId: str = ...,
|
|
932
931
|
) -> ProvisionPermissionSetResponseTypeDef:
|
|
933
932
|
"""
|
|
934
933
|
The process by which a specified permission set is provisioned to the specified
|
|
@@ -964,8 +963,8 @@ class SSOAdminClient(BaseClient):
|
|
|
964
963
|
self,
|
|
965
964
|
*,
|
|
966
965
|
ApplicationArn: str,
|
|
967
|
-
AuthenticationMethod:
|
|
968
|
-
AuthenticationMethodType: Literal["IAM"]
|
|
966
|
+
AuthenticationMethod: AuthenticationMethodUnionTypeDef,
|
|
967
|
+
AuthenticationMethodType: Literal["IAM"],
|
|
969
968
|
) -> EmptyResponseMetadataTypeDef:
|
|
970
969
|
"""
|
|
971
970
|
Adds or updates an authentication method for an application.
|
|
@@ -975,7 +974,7 @@ class SSOAdminClient(BaseClient):
|
|
|
975
974
|
"""
|
|
976
975
|
|
|
977
976
|
def put_application_grant(
|
|
978
|
-
self, *, ApplicationArn: str, Grant:
|
|
977
|
+
self, *, ApplicationArn: str, Grant: GrantUnionTypeDef, GrantType: GrantTypeType
|
|
979
978
|
) -> EmptyResponseMetadataTypeDef:
|
|
980
979
|
"""
|
|
981
980
|
Adds a grant to an application.
|
|
@@ -999,7 +998,7 @@ class SSOAdminClient(BaseClient):
|
|
|
999
998
|
*,
|
|
1000
999
|
InstanceArn: str,
|
|
1001
1000
|
PermissionSetArn: str,
|
|
1002
|
-
PermissionsBoundary: PermissionsBoundaryTypeDef
|
|
1001
|
+
PermissionsBoundary: PermissionsBoundaryTypeDef,
|
|
1003
1002
|
) -> Dict[str, Any]:
|
|
1004
1003
|
"""
|
|
1005
1004
|
Attaches an Amazon Web Services managed or customer managed policy to the
|
|
@@ -1037,7 +1036,7 @@ class SSOAdminClient(BaseClient):
|
|
|
1037
1036
|
Description: str = ...,
|
|
1038
1037
|
Name: str = ...,
|
|
1039
1038
|
PortalOptions: UpdateApplicationPortalOptionsTypeDef = ...,
|
|
1040
|
-
Status: ApplicationStatusType =
|
|
1039
|
+
Status: ApplicationStatusType = ...,
|
|
1041
1040
|
) -> Dict[str, Any]:
|
|
1042
1041
|
"""
|
|
1043
1042
|
Updates application properties.
|
|
@@ -1059,8 +1058,8 @@ class SSOAdminClient(BaseClient):
|
|
|
1059
1058
|
def update_instance_access_control_attribute_configuration(
|
|
1060
1059
|
self,
|
|
1061
1060
|
*,
|
|
1062
|
-
InstanceAccessControlAttributeConfiguration:
|
|
1063
|
-
InstanceArn: str
|
|
1061
|
+
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
1062
|
+
InstanceArn: str,
|
|
1064
1063
|
) -> Dict[str, Any]:
|
|
1065
1064
|
"""
|
|
1066
1065
|
Updates the IAM Identity Center identity store attributes that you can use with
|
|
@@ -1078,7 +1077,7 @@ class SSOAdminClient(BaseClient):
|
|
|
1078
1077
|
PermissionSetArn: str,
|
|
1079
1078
|
Description: str = ...,
|
|
1080
1079
|
RelayState: str = ...,
|
|
1081
|
-
SessionDuration: str =
|
|
1080
|
+
SessionDuration: str = ...,
|
|
1082
1081
|
) -> Dict[str, Any]:
|
|
1083
1082
|
"""
|
|
1084
1083
|
Updates an existing permission set.
|
|
@@ -1092,7 +1091,7 @@ class SSOAdminClient(BaseClient):
|
|
|
1092
1091
|
*,
|
|
1093
1092
|
TrustedTokenIssuerArn: str,
|
|
1094
1093
|
Name: str = ...,
|
|
1095
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerUpdateConfigurationTypeDef =
|
|
1094
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerUpdateConfigurationTypeDef = ...,
|
|
1096
1095
|
) -> Dict[str, Any]:
|
|
1097
1096
|
"""
|
|
1098
1097
|
Updates the name of the trusted token issuer, or the path of a source attribute
|
|
@@ -49,7 +49,7 @@ from .paginator import (
|
|
|
49
49
|
ListTrustedTokenIssuersPaginator,
|
|
50
50
|
)
|
|
51
51
|
from .type_defs import (
|
|
52
|
-
|
|
52
|
+
AuthenticationMethodUnionTypeDef,
|
|
53
53
|
CreateAccountAssignmentResponseTypeDef,
|
|
54
54
|
CreateApplicationResponseTypeDef,
|
|
55
55
|
CreateInstanceResponseTypeDef,
|
|
@@ -74,8 +74,8 @@ from .type_defs import (
|
|
|
74
74
|
GetApplicationGrantResponseTypeDef,
|
|
75
75
|
GetInlinePolicyForPermissionSetResponseTypeDef,
|
|
76
76
|
GetPermissionsBoundaryForPermissionSetResponseTypeDef,
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
GrantUnionTypeDef,
|
|
78
|
+
InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
79
79
|
ListAccountAssignmentCreationStatusResponseTypeDef,
|
|
80
80
|
ListAccountAssignmentDeletionStatusResponseTypeDef,
|
|
81
81
|
ListAccountAssignmentsFilterTypeDef,
|
|
@@ -155,7 +155,7 @@ class SSOAdminClient(BaseClient):
|
|
|
155
155
|
*,
|
|
156
156
|
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef,
|
|
157
157
|
InstanceArn: str,
|
|
158
|
-
PermissionSetArn: str
|
|
158
|
+
PermissionSetArn: str,
|
|
159
159
|
) -> Dict[str, Any]:
|
|
160
160
|
"""
|
|
161
161
|
Attaches the specified customer managed policy to the specified PermissionSet.
|
|
@@ -198,7 +198,7 @@ class SSOAdminClient(BaseClient):
|
|
|
198
198
|
PrincipalId: str,
|
|
199
199
|
PrincipalType: PrincipalTypeType,
|
|
200
200
|
TargetId: str,
|
|
201
|
-
TargetType: Literal["AWS_ACCOUNT"]
|
|
201
|
+
TargetType: Literal["AWS_ACCOUNT"],
|
|
202
202
|
) -> CreateAccountAssignmentResponseTypeDef:
|
|
203
203
|
"""
|
|
204
204
|
Assigns access to a principal for a specified Amazon Web Services account using
|
|
@@ -219,7 +219,7 @@ class SSOAdminClient(BaseClient):
|
|
|
219
219
|
Description: str = ...,
|
|
220
220
|
PortalOptions: PortalOptionsTypeDef = ...,
|
|
221
221
|
Status: ApplicationStatusType = ...,
|
|
222
|
-
Tags: Sequence[TagTypeDef] =
|
|
222
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
223
223
|
) -> CreateApplicationResponseTypeDef:
|
|
224
224
|
"""
|
|
225
225
|
Creates an application in IAM Identity Center for the given application
|
|
@@ -255,8 +255,8 @@ class SSOAdminClient(BaseClient):
|
|
|
255
255
|
def create_instance_access_control_attribute_configuration(
|
|
256
256
|
self,
|
|
257
257
|
*,
|
|
258
|
-
InstanceAccessControlAttributeConfiguration:
|
|
259
|
-
InstanceArn: str
|
|
258
|
+
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
259
|
+
InstanceArn: str,
|
|
260
260
|
) -> Dict[str, Any]:
|
|
261
261
|
"""
|
|
262
262
|
Enables the attributes-based access control (ABAC) feature for the specified
|
|
@@ -275,7 +275,7 @@ class SSOAdminClient(BaseClient):
|
|
|
275
275
|
Description: str = ...,
|
|
276
276
|
RelayState: str = ...,
|
|
277
277
|
SessionDuration: str = ...,
|
|
278
|
-
Tags: Sequence[TagTypeDef] =
|
|
278
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
279
279
|
) -> CreatePermissionSetResponseTypeDef:
|
|
280
280
|
"""
|
|
281
281
|
Creates a permission set within a specified IAM Identity Center instance.
|
|
@@ -292,7 +292,7 @@ class SSOAdminClient(BaseClient):
|
|
|
292
292
|
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef,
|
|
293
293
|
TrustedTokenIssuerType: Literal["OIDC_JWT"],
|
|
294
294
|
ClientToken: str = ...,
|
|
295
|
-
Tags: Sequence[TagTypeDef] =
|
|
295
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
296
296
|
) -> CreateTrustedTokenIssuerResponseTypeDef:
|
|
297
297
|
"""
|
|
298
298
|
Creates a connection to a trusted token issuer in an instance of IAM Identity
|
|
@@ -310,7 +310,7 @@ class SSOAdminClient(BaseClient):
|
|
|
310
310
|
PrincipalId: str,
|
|
311
311
|
PrincipalType: PrincipalTypeType,
|
|
312
312
|
TargetId: str,
|
|
313
|
-
TargetType: Literal["AWS_ACCOUNT"]
|
|
313
|
+
TargetType: Literal["AWS_ACCOUNT"],
|
|
314
314
|
) -> DeleteAccountAssignmentResponseTypeDef:
|
|
315
315
|
"""
|
|
316
316
|
Deletes a principal's access from a specified Amazon Web Services account using
|
|
@@ -539,7 +539,7 @@ class SSOAdminClient(BaseClient):
|
|
|
539
539
|
*,
|
|
540
540
|
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef,
|
|
541
541
|
InstanceArn: str,
|
|
542
|
-
PermissionSetArn: str
|
|
542
|
+
PermissionSetArn: str,
|
|
543
543
|
) -> Dict[str, Any]:
|
|
544
544
|
"""
|
|
545
545
|
Detaches the specified customer managed policy from the specified
|
|
@@ -642,7 +642,7 @@ class SSOAdminClient(BaseClient):
|
|
|
642
642
|
InstanceArn: str,
|
|
643
643
|
Filter: OperationStatusFilterTypeDef = ...,
|
|
644
644
|
MaxResults: int = ...,
|
|
645
|
-
NextToken: str =
|
|
645
|
+
NextToken: str = ...,
|
|
646
646
|
) -> ListAccountAssignmentCreationStatusResponseTypeDef:
|
|
647
647
|
"""
|
|
648
648
|
Lists the status of the Amazon Web Services account assignment creation
|
|
@@ -659,7 +659,7 @@ class SSOAdminClient(BaseClient):
|
|
|
659
659
|
InstanceArn: str,
|
|
660
660
|
Filter: OperationStatusFilterTypeDef = ...,
|
|
661
661
|
MaxResults: int = ...,
|
|
662
|
-
NextToken: str =
|
|
662
|
+
NextToken: str = ...,
|
|
663
663
|
) -> ListAccountAssignmentDeletionStatusResponseTypeDef:
|
|
664
664
|
"""
|
|
665
665
|
Lists the status of the Amazon Web Services account assignment deletion
|
|
@@ -677,7 +677,7 @@ class SSOAdminClient(BaseClient):
|
|
|
677
677
|
InstanceArn: str,
|
|
678
678
|
PermissionSetArn: str,
|
|
679
679
|
MaxResults: int = ...,
|
|
680
|
-
NextToken: str =
|
|
680
|
+
NextToken: str = ...,
|
|
681
681
|
) -> ListAccountAssignmentsResponseTypeDef:
|
|
682
682
|
"""
|
|
683
683
|
Lists the assignee of the specified Amazon Web Services account with the
|
|
@@ -696,7 +696,7 @@ class SSOAdminClient(BaseClient):
|
|
|
696
696
|
PrincipalType: PrincipalTypeType,
|
|
697
697
|
Filter: ListAccountAssignmentsFilterTypeDef = ...,
|
|
698
698
|
MaxResults: int = ...,
|
|
699
|
-
NextToken: str =
|
|
699
|
+
NextToken: str = ...,
|
|
700
700
|
) -> ListAccountAssignmentsForPrincipalResponseTypeDef:
|
|
701
701
|
"""
|
|
702
702
|
Retrieves a list of the IAM Identity Center associated Amazon Web Services
|
|
@@ -714,7 +714,7 @@ class SSOAdminClient(BaseClient):
|
|
|
714
714
|
PermissionSetArn: str,
|
|
715
715
|
MaxResults: int = ...,
|
|
716
716
|
NextToken: str = ...,
|
|
717
|
-
ProvisioningStatus: ProvisioningStatusType =
|
|
717
|
+
ProvisioningStatus: ProvisioningStatusType = ...,
|
|
718
718
|
) -> ListAccountsForProvisionedPermissionSetResponseTypeDef:
|
|
719
719
|
"""
|
|
720
720
|
Lists all the Amazon Web Services accounts where the specified permission set
|
|
@@ -753,7 +753,7 @@ class SSOAdminClient(BaseClient):
|
|
|
753
753
|
PrincipalType: PrincipalTypeType,
|
|
754
754
|
Filter: ListApplicationAssignmentsFilterTypeDef = ...,
|
|
755
755
|
MaxResults: int = ...,
|
|
756
|
-
NextToken: str =
|
|
756
|
+
NextToken: str = ...,
|
|
757
757
|
) -> ListApplicationAssignmentsForPrincipalResponseTypeDef:
|
|
758
758
|
"""
|
|
759
759
|
Lists the applications to which a specified principal is assigned.
|
|
@@ -799,7 +799,7 @@ class SSOAdminClient(BaseClient):
|
|
|
799
799
|
InstanceArn: str,
|
|
800
800
|
Filter: ListApplicationsFilterTypeDef = ...,
|
|
801
801
|
MaxResults: int = ...,
|
|
802
|
-
NextToken: str =
|
|
802
|
+
NextToken: str = ...,
|
|
803
803
|
) -> ListApplicationsResponseTypeDef:
|
|
804
804
|
"""
|
|
805
805
|
Lists all applications associated with the instance of IAM Identity Center.
|
|
@@ -814,7 +814,7 @@ class SSOAdminClient(BaseClient):
|
|
|
814
814
|
InstanceArn: str,
|
|
815
815
|
PermissionSetArn: str,
|
|
816
816
|
MaxResults: int = ...,
|
|
817
|
-
NextToken: str =
|
|
817
|
+
NextToken: str = ...,
|
|
818
818
|
) -> ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef:
|
|
819
819
|
"""
|
|
820
820
|
Lists all customer managed policies attached to a specified PermissionSet.
|
|
@@ -841,7 +841,7 @@ class SSOAdminClient(BaseClient):
|
|
|
841
841
|
InstanceArn: str,
|
|
842
842
|
PermissionSetArn: str,
|
|
843
843
|
MaxResults: int = ...,
|
|
844
|
-
NextToken: str =
|
|
844
|
+
NextToken: str = ...,
|
|
845
845
|
) -> ListManagedPoliciesInPermissionSetResponseTypeDef:
|
|
846
846
|
"""
|
|
847
847
|
Lists the Amazon Web Services managed policy that is attached to a specified
|
|
@@ -858,7 +858,7 @@ class SSOAdminClient(BaseClient):
|
|
|
858
858
|
InstanceArn: str,
|
|
859
859
|
Filter: OperationStatusFilterTypeDef = ...,
|
|
860
860
|
MaxResults: int = ...,
|
|
861
|
-
NextToken: str =
|
|
861
|
+
NextToken: str = ...,
|
|
862
862
|
) -> ListPermissionSetProvisioningStatusResponseTypeDef:
|
|
863
863
|
"""
|
|
864
864
|
Lists the status of the permission set provisioning requests for a specified
|
|
@@ -886,7 +886,7 @@ class SSOAdminClient(BaseClient):
|
|
|
886
886
|
InstanceArn: str,
|
|
887
887
|
MaxResults: int = ...,
|
|
888
888
|
NextToken: str = ...,
|
|
889
|
-
ProvisioningStatus: ProvisioningStatusType =
|
|
889
|
+
ProvisioningStatus: ProvisioningStatusType = ...,
|
|
890
890
|
) -> ListPermissionSetsProvisionedToAccountResponseTypeDef:
|
|
891
891
|
"""
|
|
892
892
|
Lists all the permission sets that are provisioned to a specified Amazon Web
|
|
@@ -924,7 +924,7 @@ class SSOAdminClient(BaseClient):
|
|
|
924
924
|
InstanceArn: str,
|
|
925
925
|
PermissionSetArn: str,
|
|
926
926
|
TargetType: ProvisionTargetTypeType,
|
|
927
|
-
TargetId: str =
|
|
927
|
+
TargetId: str = ...,
|
|
928
928
|
) -> ProvisionPermissionSetResponseTypeDef:
|
|
929
929
|
"""
|
|
930
930
|
The process by which a specified permission set is provisioned to the specified
|
|
@@ -960,8 +960,8 @@ class SSOAdminClient(BaseClient):
|
|
|
960
960
|
self,
|
|
961
961
|
*,
|
|
962
962
|
ApplicationArn: str,
|
|
963
|
-
AuthenticationMethod:
|
|
964
|
-
AuthenticationMethodType: Literal["IAM"]
|
|
963
|
+
AuthenticationMethod: AuthenticationMethodUnionTypeDef,
|
|
964
|
+
AuthenticationMethodType: Literal["IAM"],
|
|
965
965
|
) -> EmptyResponseMetadataTypeDef:
|
|
966
966
|
"""
|
|
967
967
|
Adds or updates an authentication method for an application.
|
|
@@ -971,7 +971,7 @@ class SSOAdminClient(BaseClient):
|
|
|
971
971
|
"""
|
|
972
972
|
|
|
973
973
|
def put_application_grant(
|
|
974
|
-
self, *, ApplicationArn: str, Grant:
|
|
974
|
+
self, *, ApplicationArn: str, Grant: GrantUnionTypeDef, GrantType: GrantTypeType
|
|
975
975
|
) -> EmptyResponseMetadataTypeDef:
|
|
976
976
|
"""
|
|
977
977
|
Adds a grant to an application.
|
|
@@ -995,7 +995,7 @@ class SSOAdminClient(BaseClient):
|
|
|
995
995
|
*,
|
|
996
996
|
InstanceArn: str,
|
|
997
997
|
PermissionSetArn: str,
|
|
998
|
-
PermissionsBoundary: PermissionsBoundaryTypeDef
|
|
998
|
+
PermissionsBoundary: PermissionsBoundaryTypeDef,
|
|
999
999
|
) -> Dict[str, Any]:
|
|
1000
1000
|
"""
|
|
1001
1001
|
Attaches an Amazon Web Services managed or customer managed policy to the
|
|
@@ -1033,7 +1033,7 @@ class SSOAdminClient(BaseClient):
|
|
|
1033
1033
|
Description: str = ...,
|
|
1034
1034
|
Name: str = ...,
|
|
1035
1035
|
PortalOptions: UpdateApplicationPortalOptionsTypeDef = ...,
|
|
1036
|
-
Status: ApplicationStatusType =
|
|
1036
|
+
Status: ApplicationStatusType = ...,
|
|
1037
1037
|
) -> Dict[str, Any]:
|
|
1038
1038
|
"""
|
|
1039
1039
|
Updates application properties.
|
|
@@ -1055,8 +1055,8 @@ class SSOAdminClient(BaseClient):
|
|
|
1055
1055
|
def update_instance_access_control_attribute_configuration(
|
|
1056
1056
|
self,
|
|
1057
1057
|
*,
|
|
1058
|
-
InstanceAccessControlAttributeConfiguration:
|
|
1059
|
-
InstanceArn: str
|
|
1058
|
+
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
1059
|
+
InstanceArn: str,
|
|
1060
1060
|
) -> Dict[str, Any]:
|
|
1061
1061
|
"""
|
|
1062
1062
|
Updates the IAM Identity Center identity store attributes that you can use with
|
|
@@ -1074,7 +1074,7 @@ class SSOAdminClient(BaseClient):
|
|
|
1074
1074
|
PermissionSetArn: str,
|
|
1075
1075
|
Description: str = ...,
|
|
1076
1076
|
RelayState: str = ...,
|
|
1077
|
-
SessionDuration: str =
|
|
1077
|
+
SessionDuration: str = ...,
|
|
1078
1078
|
) -> Dict[str, Any]:
|
|
1079
1079
|
"""
|
|
1080
1080
|
Updates an existing permission set.
|
|
@@ -1088,7 +1088,7 @@ class SSOAdminClient(BaseClient):
|
|
|
1088
1088
|
*,
|
|
1089
1089
|
TrustedTokenIssuerArn: str,
|
|
1090
1090
|
Name: str = ...,
|
|
1091
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerUpdateConfigurationTypeDef =
|
|
1091
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerUpdateConfigurationTypeDef = ...,
|
|
1092
1092
|
) -> Dict[str, Any]:
|
|
1093
1093
|
"""
|
|
1094
1094
|
Updates the name of the trusted token issuer, or the path of a source attribute
|