types-boto3-sso-admin 1.38.0__py3-none-any.whl → 1.38.12__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/__main__.py +4 -4
- types_boto3_sso_admin/client.py +3 -3
- types_boto3_sso_admin/client.pyi +3 -3
- types_boto3_sso_admin/literals.py +1 -1
- types_boto3_sso_admin/literals.pyi +1 -1
- types_boto3_sso_admin/type_defs.py +94 -94
- types_boto3_sso_admin/type_defs.pyi +94 -94
- types_boto3_sso_admin/version.py +1 -1
- {types_boto3_sso_admin-1.38.0.dist-info → types_boto3_sso_admin-1.38.12.dist-info}/METADATA +5 -5
- types_boto3_sso_admin-1.38.12.dist-info/RECORD +18 -0
- {types_boto3_sso_admin-1.38.0.dist-info → types_boto3_sso_admin-1.38.12.dist-info}/WHEEL +1 -1
- types_boto3_sso_admin-1.38.0.dist-info/RECORD +0 -18
- {types_boto3_sso_admin-1.38.0.dist-info → types_boto3_sso_admin-1.38.12.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_sso_admin-1.38.0.dist-info → types_boto3_sso_admin-1.38.12.dist-info}/top_level.txt +0 -0
|
@@ -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.38.
|
|
16
|
-
"Version: 1.38.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 SSOAdmin 1.38.12\n"
|
|
16
|
+
"Version: 1.38.12\n"
|
|
17
|
+
"Builder version: 8.11.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.38.
|
|
29
|
+
sys.stdout.write("1.38.12\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_sso_admin/client.py
CHANGED
|
@@ -264,8 +264,8 @@ class SSOAdminClient(BaseClient):
|
|
|
264
264
|
self, **kwargs: Unpack[CreateApplicationRequestTypeDef]
|
|
265
265
|
) -> CreateApplicationResponseTypeDef:
|
|
266
266
|
"""
|
|
267
|
-
Creates an application in IAM Identity Center for
|
|
268
|
-
provider.
|
|
267
|
+
Creates an OAuth 2.0 customer managed application in IAM Identity Center for
|
|
268
|
+
the given application provider.
|
|
269
269
|
|
|
270
270
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application.html)
|
|
271
271
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#create_application)
|
|
@@ -895,7 +895,7 @@ class SSOAdminClient(BaseClient):
|
|
|
895
895
|
self, **kwargs: Unpack[PutApplicationGrantRequestTypeDef]
|
|
896
896
|
) -> EmptyResponseMetadataTypeDef:
|
|
897
897
|
"""
|
|
898
|
-
|
|
898
|
+
Creates a configuration for an application to use grants.
|
|
899
899
|
|
|
900
900
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_grant.html)
|
|
901
901
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
|
types_boto3_sso_admin/client.pyi
CHANGED
|
@@ -261,8 +261,8 @@ class SSOAdminClient(BaseClient):
|
|
|
261
261
|
self, **kwargs: Unpack[CreateApplicationRequestTypeDef]
|
|
262
262
|
) -> CreateApplicationResponseTypeDef:
|
|
263
263
|
"""
|
|
264
|
-
Creates an application in IAM Identity Center for
|
|
265
|
-
provider.
|
|
264
|
+
Creates an OAuth 2.0 customer managed application in IAM Identity Center for
|
|
265
|
+
the given application provider.
|
|
266
266
|
|
|
267
267
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application.html)
|
|
268
268
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#create_application)
|
|
@@ -892,7 +892,7 @@ class SSOAdminClient(BaseClient):
|
|
|
892
892
|
self, **kwargs: Unpack[PutApplicationGrantRequestTypeDef]
|
|
893
893
|
) -> EmptyResponseMetadataTypeDef:
|
|
894
894
|
"""
|
|
895
|
-
|
|
895
|
+
Creates a configuration for an application to use grants.
|
|
896
896
|
|
|
897
897
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_grant.html)
|
|
898
898
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
|
|
@@ -485,7 +485,6 @@ ServiceName = Literal[
|
|
|
485
485
|
"signer",
|
|
486
486
|
"simspaceweaver",
|
|
487
487
|
"sms",
|
|
488
|
-
"sms-voice",
|
|
489
488
|
"snow-device-management",
|
|
490
489
|
"snowball",
|
|
491
490
|
"sns",
|
|
@@ -493,6 +492,7 @@ ServiceName = Literal[
|
|
|
493
492
|
"sqs",
|
|
494
493
|
"ssm",
|
|
495
494
|
"ssm-contacts",
|
|
495
|
+
"ssm-guiconnect",
|
|
496
496
|
"ssm-incidents",
|
|
497
497
|
"ssm-quicksetup",
|
|
498
498
|
"ssm-sap",
|
|
@@ -483,7 +483,6 @@ ServiceName = Literal[
|
|
|
483
483
|
"signer",
|
|
484
484
|
"simspaceweaver",
|
|
485
485
|
"sms",
|
|
486
|
-
"sms-voice",
|
|
487
486
|
"snow-device-management",
|
|
488
487
|
"snowball",
|
|
489
488
|
"sns",
|
|
@@ -491,6 +490,7 @@ ServiceName = Literal[
|
|
|
491
490
|
"sqs",
|
|
492
491
|
"ssm",
|
|
493
492
|
"ssm-contacts",
|
|
493
|
+
"ssm-guiconnect",
|
|
494
494
|
"ssm-incidents",
|
|
495
495
|
"ssm-quicksetup",
|
|
496
496
|
"ssm-sap",
|
|
@@ -260,28 +260,28 @@ class AccountAssignmentForPrincipalTypeDef(TypedDict):
|
|
|
260
260
|
|
|
261
261
|
|
|
262
262
|
class AccountAssignmentOperationStatusMetadataTypeDef(TypedDict):
|
|
263
|
-
CreatedDate: NotRequired[datetime]
|
|
264
|
-
RequestId: NotRequired[str]
|
|
265
263
|
Status: NotRequired[StatusValuesType]
|
|
264
|
+
RequestId: NotRequired[str]
|
|
265
|
+
CreatedDate: NotRequired[datetime]
|
|
266
266
|
|
|
267
267
|
|
|
268
268
|
class AccountAssignmentOperationStatusTypeDef(TypedDict):
|
|
269
|
-
CreatedDate: NotRequired[datetime]
|
|
270
|
-
FailureReason: NotRequired[str]
|
|
271
|
-
PermissionSetArn: NotRequired[str]
|
|
272
|
-
PrincipalId: NotRequired[str]
|
|
273
|
-
PrincipalType: NotRequired[PrincipalTypeType]
|
|
274
|
-
RequestId: NotRequired[str]
|
|
275
269
|
Status: NotRequired[StatusValuesType]
|
|
270
|
+
RequestId: NotRequired[str]
|
|
271
|
+
FailureReason: NotRequired[str]
|
|
276
272
|
TargetId: NotRequired[str]
|
|
277
273
|
TargetType: NotRequired[Literal["AWS_ACCOUNT"]]
|
|
274
|
+
PermissionSetArn: NotRequired[str]
|
|
275
|
+
PrincipalType: NotRequired[PrincipalTypeType]
|
|
276
|
+
PrincipalId: NotRequired[str]
|
|
277
|
+
CreatedDate: NotRequired[datetime]
|
|
278
278
|
|
|
279
279
|
|
|
280
280
|
class AccountAssignmentTypeDef(TypedDict):
|
|
281
281
|
AccountId: NotRequired[str]
|
|
282
282
|
PermissionSetArn: NotRequired[str]
|
|
283
|
-
PrincipalId: NotRequired[str]
|
|
284
283
|
PrincipalType: NotRequired[PrincipalTypeType]
|
|
284
|
+
PrincipalId: NotRequired[str]
|
|
285
285
|
|
|
286
286
|
|
|
287
287
|
class ApplicationAssignmentForPrincipalTypeDef(TypedDict):
|
|
@@ -297,9 +297,9 @@ class ApplicationAssignmentTypeDef(TypedDict):
|
|
|
297
297
|
|
|
298
298
|
|
|
299
299
|
class DisplayDataTypeDef(TypedDict):
|
|
300
|
-
Description: NotRequired[str]
|
|
301
300
|
DisplayName: NotRequired[str]
|
|
302
301
|
IconUrl: NotRequired[str]
|
|
302
|
+
Description: NotRequired[str]
|
|
303
303
|
|
|
304
304
|
|
|
305
305
|
class CustomerManagedPolicyReferenceTypeDef(TypedDict):
|
|
@@ -309,13 +309,13 @@ class CustomerManagedPolicyReferenceTypeDef(TypedDict):
|
|
|
309
309
|
|
|
310
310
|
class AttachManagedPolicyToPermissionSetRequestTypeDef(TypedDict):
|
|
311
311
|
InstanceArn: str
|
|
312
|
-
ManagedPolicyArn: str
|
|
313
312
|
PermissionSetArn: str
|
|
313
|
+
ManagedPolicyArn: str
|
|
314
314
|
|
|
315
315
|
|
|
316
316
|
class AttachedManagedPolicyTypeDef(TypedDict):
|
|
317
|
-
Arn: NotRequired[str]
|
|
318
317
|
Name: NotRequired[str]
|
|
318
|
+
Arn: NotRequired[str]
|
|
319
319
|
|
|
320
320
|
|
|
321
321
|
class IamAuthenticationMethodOutputTypeDef(TypedDict):
|
|
@@ -335,22 +335,22 @@ class AuthorizationCodeGrantTypeDef(TypedDict):
|
|
|
335
335
|
|
|
336
336
|
|
|
337
337
|
class AuthorizedTokenIssuerOutputTypeDef(TypedDict):
|
|
338
|
-
AuthorizedAudiences: NotRequired[List[str]]
|
|
339
338
|
TrustedTokenIssuerArn: NotRequired[str]
|
|
339
|
+
AuthorizedAudiences: NotRequired[List[str]]
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
class AuthorizedTokenIssuerTypeDef(TypedDict):
|
|
343
|
-
AuthorizedAudiences: NotRequired[Sequence[str]]
|
|
344
343
|
TrustedTokenIssuerArn: NotRequired[str]
|
|
344
|
+
AuthorizedAudiences: NotRequired[Sequence[str]]
|
|
345
345
|
|
|
346
346
|
|
|
347
347
|
class CreateAccountAssignmentRequestTypeDef(TypedDict):
|
|
348
348
|
InstanceArn: str
|
|
349
|
-
PermissionSetArn: str
|
|
350
|
-
PrincipalId: str
|
|
351
|
-
PrincipalType: PrincipalTypeType
|
|
352
349
|
TargetId: str
|
|
353
350
|
TargetType: Literal["AWS_ACCOUNT"]
|
|
351
|
+
PermissionSetArn: str
|
|
352
|
+
PrincipalType: PrincipalTypeType
|
|
353
|
+
PrincipalId: str
|
|
354
354
|
|
|
355
355
|
|
|
356
356
|
class ResponseMetadataTypeDef(TypedDict):
|
|
@@ -373,21 +373,21 @@ class TagTypeDef(TypedDict):
|
|
|
373
373
|
|
|
374
374
|
|
|
375
375
|
class PermissionSetTypeDef(TypedDict):
|
|
376
|
-
CreatedDate: NotRequired[datetime]
|
|
377
|
-
Description: NotRequired[str]
|
|
378
376
|
Name: NotRequired[str]
|
|
379
377
|
PermissionSetArn: NotRequired[str]
|
|
380
|
-
|
|
378
|
+
Description: NotRequired[str]
|
|
379
|
+
CreatedDate: NotRequired[datetime]
|
|
381
380
|
SessionDuration: NotRequired[str]
|
|
381
|
+
RelayState: NotRequired[str]
|
|
382
382
|
|
|
383
383
|
|
|
384
384
|
class DeleteAccountAssignmentRequestTypeDef(TypedDict):
|
|
385
385
|
InstanceArn: str
|
|
386
|
-
PermissionSetArn: str
|
|
387
|
-
PrincipalId: str
|
|
388
|
-
PrincipalType: PrincipalTypeType
|
|
389
386
|
TargetId: str
|
|
390
387
|
TargetType: Literal["AWS_ACCOUNT"]
|
|
388
|
+
PermissionSetArn: str
|
|
389
|
+
PrincipalType: PrincipalTypeType
|
|
390
|
+
PrincipalId: str
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
class DeleteApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
@@ -443,13 +443,13 @@ class DeleteTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
|
443
443
|
|
|
444
444
|
|
|
445
445
|
class DescribeAccountAssignmentCreationStatusRequestTypeDef(TypedDict):
|
|
446
|
-
AccountAssignmentCreationRequestId: str
|
|
447
446
|
InstanceArn: str
|
|
447
|
+
AccountAssignmentCreationRequestId: str
|
|
448
448
|
|
|
449
449
|
|
|
450
450
|
class DescribeAccountAssignmentDeletionStatusRequestTypeDef(TypedDict):
|
|
451
|
-
AccountAssignmentDeletionRequestId: str
|
|
452
451
|
InstanceArn: str
|
|
452
|
+
AccountAssignmentDeletionRequestId: str
|
|
453
453
|
|
|
454
454
|
|
|
455
455
|
class DescribeApplicationAssignmentRequestTypeDef(TypedDict):
|
|
@@ -480,12 +480,12 @@ class DescribePermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
|
480
480
|
|
|
481
481
|
|
|
482
482
|
class PermissionSetProvisioningStatusTypeDef(TypedDict):
|
|
483
|
+
Status: NotRequired[StatusValuesType]
|
|
484
|
+
RequestId: NotRequired[str]
|
|
483
485
|
AccountId: NotRequired[str]
|
|
484
|
-
CreatedDate: NotRequired[datetime]
|
|
485
|
-
FailureReason: NotRequired[str]
|
|
486
486
|
PermissionSetArn: NotRequired[str]
|
|
487
|
-
|
|
488
|
-
|
|
487
|
+
FailureReason: NotRequired[str]
|
|
488
|
+
CreatedDate: NotRequired[datetime]
|
|
489
489
|
|
|
490
490
|
|
|
491
491
|
class DescribePermissionSetRequestTypeDef(TypedDict):
|
|
@@ -499,8 +499,8 @@ class DescribeTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
|
499
499
|
|
|
500
500
|
class DetachManagedPolicyFromPermissionSetRequestTypeDef(TypedDict):
|
|
501
501
|
InstanceArn: str
|
|
502
|
-
ManagedPolicyArn: str
|
|
503
502
|
PermissionSetArn: str
|
|
503
|
+
ManagedPolicyArn: str
|
|
504
504
|
|
|
505
505
|
|
|
506
506
|
class GetApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
@@ -533,11 +533,11 @@ class GetPermissionsBoundaryForPermissionSetRequestTypeDef(TypedDict):
|
|
|
533
533
|
|
|
534
534
|
|
|
535
535
|
class InstanceMetadataTypeDef(TypedDict):
|
|
536
|
-
CreatedDate: NotRequired[datetime]
|
|
537
|
-
IdentityStoreId: NotRequired[str]
|
|
538
536
|
InstanceArn: NotRequired[str]
|
|
539
|
-
|
|
537
|
+
IdentityStoreId: NotRequired[str]
|
|
540
538
|
OwnerAccountId: NotRequired[str]
|
|
539
|
+
Name: NotRequired[str]
|
|
540
|
+
CreatedDate: NotRequired[datetime]
|
|
541
541
|
Status: NotRequired[InstanceStatusType]
|
|
542
542
|
|
|
543
543
|
|
|
@@ -556,8 +556,8 @@ class ListAccountAssignmentsFilterTypeDef(TypedDict):
|
|
|
556
556
|
|
|
557
557
|
|
|
558
558
|
class ListAccountAssignmentsRequestTypeDef(TypedDict):
|
|
559
|
-
AccountId: str
|
|
560
559
|
InstanceArn: str
|
|
560
|
+
AccountId: str
|
|
561
561
|
PermissionSetArn: str
|
|
562
562
|
MaxResults: NotRequired[int]
|
|
563
563
|
NextToken: NotRequired[str]
|
|
@@ -566,9 +566,9 @@ class ListAccountAssignmentsRequestTypeDef(TypedDict):
|
|
|
566
566
|
class ListAccountsForProvisionedPermissionSetRequestTypeDef(TypedDict):
|
|
567
567
|
InstanceArn: str
|
|
568
568
|
PermissionSetArn: str
|
|
569
|
+
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
569
570
|
MaxResults: NotRequired[int]
|
|
570
571
|
NextToken: NotRequired[str]
|
|
571
|
-
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
572
572
|
|
|
573
573
|
|
|
574
574
|
class ListApplicationAccessScopesRequestTypeDef(TypedDict):
|
|
@@ -632,23 +632,23 @@ class ListManagedPoliciesInPermissionSetRequestTypeDef(TypedDict):
|
|
|
632
632
|
|
|
633
633
|
|
|
634
634
|
class PermissionSetProvisioningStatusMetadataTypeDef(TypedDict):
|
|
635
|
-
CreatedDate: NotRequired[datetime]
|
|
636
|
-
RequestId: NotRequired[str]
|
|
637
635
|
Status: NotRequired[StatusValuesType]
|
|
636
|
+
RequestId: NotRequired[str]
|
|
637
|
+
CreatedDate: NotRequired[datetime]
|
|
638
638
|
|
|
639
639
|
|
|
640
640
|
class ListPermissionSetsProvisionedToAccountRequestTypeDef(TypedDict):
|
|
641
|
-
AccountId: str
|
|
642
641
|
InstanceArn: str
|
|
642
|
+
AccountId: str
|
|
643
|
+
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
643
644
|
MaxResults: NotRequired[int]
|
|
644
645
|
NextToken: NotRequired[str]
|
|
645
|
-
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
646
646
|
|
|
647
647
|
|
|
648
648
|
class ListPermissionSetsRequestTypeDef(TypedDict):
|
|
649
649
|
InstanceArn: str
|
|
650
|
-
MaxResults: NotRequired[int]
|
|
651
650
|
NextToken: NotRequired[str]
|
|
651
|
+
MaxResults: NotRequired[int]
|
|
652
652
|
|
|
653
653
|
|
|
654
654
|
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
@@ -664,15 +664,15 @@ class ListTrustedTokenIssuersRequestTypeDef(TypedDict):
|
|
|
664
664
|
|
|
665
665
|
|
|
666
666
|
class TrustedTokenIssuerMetadataTypeDef(TypedDict):
|
|
667
|
-
Name: NotRequired[str]
|
|
668
667
|
TrustedTokenIssuerArn: NotRequired[str]
|
|
668
|
+
Name: NotRequired[str]
|
|
669
669
|
TrustedTokenIssuerType: NotRequired[Literal["OIDC_JWT"]]
|
|
670
670
|
|
|
671
671
|
|
|
672
672
|
class OidcJwtConfigurationTypeDef(TypedDict):
|
|
673
|
+
IssuerUrl: str
|
|
673
674
|
ClaimAttributePath: str
|
|
674
675
|
IdentityStoreAttributePath: str
|
|
675
|
-
IssuerUrl: str
|
|
676
676
|
JwksRetrievalOption: Literal["OPEN_ID_DISCOVERY"]
|
|
677
677
|
|
|
678
678
|
|
|
@@ -695,8 +695,8 @@ class ProvisionPermissionSetRequestTypeDef(TypedDict):
|
|
|
695
695
|
|
|
696
696
|
|
|
697
697
|
class PutApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
698
|
-
ApplicationArn: str
|
|
699
698
|
Scope: str
|
|
699
|
+
ApplicationArn: str
|
|
700
700
|
AuthorizedTargets: NotRequired[Sequence[str]]
|
|
701
701
|
|
|
702
702
|
|
|
@@ -706,14 +706,14 @@ class PutApplicationAssignmentConfigurationRequestTypeDef(TypedDict):
|
|
|
706
706
|
|
|
707
707
|
|
|
708
708
|
class PutInlinePolicyToPermissionSetRequestTypeDef(TypedDict):
|
|
709
|
-
InlinePolicy: str
|
|
710
709
|
InstanceArn: str
|
|
711
710
|
PermissionSetArn: str
|
|
711
|
+
InlinePolicy: str
|
|
712
712
|
|
|
713
713
|
|
|
714
714
|
class ResourceServerScopeDetailsTypeDef(TypedDict):
|
|
715
|
-
DetailedTitle: NotRequired[str]
|
|
716
715
|
LongDescription: NotRequired[str]
|
|
716
|
+
DetailedTitle: NotRequired[str]
|
|
717
717
|
|
|
718
718
|
|
|
719
719
|
class UntagResourceRequestTypeDef(TypedDict):
|
|
@@ -723,16 +723,16 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
723
723
|
|
|
724
724
|
|
|
725
725
|
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
726
|
-
InstanceArn: str
|
|
727
726
|
Name: str
|
|
727
|
+
InstanceArn: str
|
|
728
728
|
|
|
729
729
|
|
|
730
730
|
class UpdatePermissionSetRequestTypeDef(TypedDict):
|
|
731
731
|
InstanceArn: str
|
|
732
732
|
PermissionSetArn: str
|
|
733
733
|
Description: NotRequired[str]
|
|
734
|
-
RelayState: NotRequired[str]
|
|
735
734
|
SessionDuration: NotRequired[str]
|
|
735
|
+
RelayState: NotRequired[str]
|
|
736
736
|
|
|
737
737
|
|
|
738
738
|
class AccessControlAttributeOutputTypeDef(TypedDict):
|
|
@@ -746,15 +746,15 @@ class AccessControlAttributeTypeDef(TypedDict):
|
|
|
746
746
|
|
|
747
747
|
|
|
748
748
|
class AttachCustomerManagedPolicyReferenceToPermissionSetRequestTypeDef(TypedDict):
|
|
749
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
750
749
|
InstanceArn: str
|
|
751
750
|
PermissionSetArn: str
|
|
751
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
752
752
|
|
|
753
753
|
|
|
754
754
|
class DetachCustomerManagedPolicyReferenceFromPermissionSetRequestTypeDef(TypedDict):
|
|
755
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
756
755
|
InstanceArn: str
|
|
757
756
|
PermissionSetArn: str
|
|
757
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
758
758
|
|
|
759
759
|
|
|
760
760
|
class PermissionsBoundaryTypeDef(TypedDict):
|
|
@@ -814,18 +814,18 @@ class DescribeAccountAssignmentDeletionStatusResponseTypeDef(TypedDict):
|
|
|
814
814
|
|
|
815
815
|
|
|
816
816
|
class DescribeApplicationAssignmentResponseTypeDef(TypedDict):
|
|
817
|
-
ApplicationArn: str
|
|
818
|
-
PrincipalId: str
|
|
819
817
|
PrincipalType: PrincipalTypeType
|
|
818
|
+
PrincipalId: str
|
|
819
|
+
ApplicationArn: str
|
|
820
820
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
821
821
|
|
|
822
822
|
|
|
823
823
|
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
824
|
-
CreatedDate: datetime
|
|
825
|
-
IdentityStoreId: str
|
|
826
824
|
InstanceArn: str
|
|
827
|
-
|
|
825
|
+
IdentityStoreId: str
|
|
828
826
|
OwnerAccountId: str
|
|
827
|
+
Name: str
|
|
828
|
+
CreatedDate: datetime
|
|
829
829
|
Status: InstanceStatusType
|
|
830
830
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
831
831
|
|
|
@@ -835,8 +835,8 @@ class EmptyResponseMetadataTypeDef(TypedDict):
|
|
|
835
835
|
|
|
836
836
|
|
|
837
837
|
class GetApplicationAccessScopeResponseTypeDef(TypedDict):
|
|
838
|
-
AuthorizedTargets: List[str]
|
|
839
838
|
Scope: str
|
|
839
|
+
AuthorizedTargets: List[str]
|
|
840
840
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
841
841
|
|
|
842
842
|
|
|
@@ -917,17 +917,17 @@ class ListPermissionSetsResponseTypeDef(TypedDict):
|
|
|
917
917
|
|
|
918
918
|
|
|
919
919
|
class CreateInstanceRequestTypeDef(TypedDict):
|
|
920
|
-
ClientToken: NotRequired[str]
|
|
921
920
|
Name: NotRequired[str]
|
|
921
|
+
ClientToken: NotRequired[str]
|
|
922
922
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
923
923
|
|
|
924
924
|
|
|
925
925
|
class CreatePermissionSetRequestTypeDef(TypedDict):
|
|
926
|
-
InstanceArn: str
|
|
927
926
|
Name: str
|
|
927
|
+
InstanceArn: str
|
|
928
928
|
Description: NotRequired[str]
|
|
929
|
-
RelayState: NotRequired[str]
|
|
930
929
|
SessionDuration: NotRequired[str]
|
|
930
|
+
RelayState: NotRequired[str]
|
|
931
931
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
932
932
|
|
|
933
933
|
|
|
@@ -971,23 +971,23 @@ class ListInstancesResponseTypeDef(TypedDict):
|
|
|
971
971
|
|
|
972
972
|
class ListAccountAssignmentCreationStatusRequestTypeDef(TypedDict):
|
|
973
973
|
InstanceArn: str
|
|
974
|
-
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
975
974
|
MaxResults: NotRequired[int]
|
|
976
975
|
NextToken: NotRequired[str]
|
|
976
|
+
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
977
977
|
|
|
978
978
|
|
|
979
979
|
class ListAccountAssignmentDeletionStatusRequestTypeDef(TypedDict):
|
|
980
980
|
InstanceArn: str
|
|
981
|
-
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
982
981
|
MaxResults: NotRequired[int]
|
|
983
982
|
NextToken: NotRequired[str]
|
|
983
|
+
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
984
984
|
|
|
985
985
|
|
|
986
986
|
class ListPermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
987
987
|
InstanceArn: str
|
|
988
|
-
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
989
988
|
MaxResults: NotRequired[int]
|
|
990
989
|
NextToken: NotRequired[str]
|
|
990
|
+
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
991
991
|
|
|
992
992
|
|
|
993
993
|
class ListAccountAssignmentCreationStatusRequestPaginateTypeDef(TypedDict):
|
|
@@ -1003,8 +1003,8 @@ class ListAccountAssignmentDeletionStatusRequestPaginateTypeDef(TypedDict):
|
|
|
1003
1003
|
|
|
1004
1004
|
|
|
1005
1005
|
class ListAccountAssignmentsRequestPaginateTypeDef(TypedDict):
|
|
1006
|
-
AccountId: str
|
|
1007
1006
|
InstanceArn: str
|
|
1007
|
+
AccountId: str
|
|
1008
1008
|
PermissionSetArn: str
|
|
1009
1009
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1010
1010
|
|
|
@@ -1063,8 +1063,8 @@ class ListPermissionSetProvisioningStatusRequestPaginateTypeDef(TypedDict):
|
|
|
1063
1063
|
|
|
1064
1064
|
|
|
1065
1065
|
class ListPermissionSetsProvisionedToAccountRequestPaginateTypeDef(TypedDict):
|
|
1066
|
-
AccountId: str
|
|
1067
1066
|
InstanceArn: str
|
|
1067
|
+
AccountId: str
|
|
1068
1068
|
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
1069
1069
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
1070
1070
|
|
|
@@ -1098,8 +1098,8 @@ class ListAccountAssignmentsForPrincipalRequestTypeDef(TypedDict):
|
|
|
1098
1098
|
PrincipalId: str
|
|
1099
1099
|
PrincipalType: PrincipalTypeType
|
|
1100
1100
|
Filter: NotRequired[ListAccountAssignmentsFilterTypeDef]
|
|
1101
|
-
MaxResults: NotRequired[int]
|
|
1102
1101
|
NextToken: NotRequired[str]
|
|
1102
|
+
MaxResults: NotRequired[int]
|
|
1103
1103
|
|
|
1104
1104
|
|
|
1105
1105
|
class ListApplicationAccessScopesResponseTypeDef(TypedDict):
|
|
@@ -1121,8 +1121,8 @@ class ListApplicationAssignmentsForPrincipalRequestTypeDef(TypedDict):
|
|
|
1121
1121
|
PrincipalId: str
|
|
1122
1122
|
PrincipalType: PrincipalTypeType
|
|
1123
1123
|
Filter: NotRequired[ListApplicationAssignmentsFilterTypeDef]
|
|
1124
|
-
MaxResults: NotRequired[int]
|
|
1125
1124
|
NextToken: NotRequired[str]
|
|
1125
|
+
MaxResults: NotRequired[int]
|
|
1126
1126
|
|
|
1127
1127
|
|
|
1128
1128
|
class ListApplicationsRequestPaginateTypeDef(TypedDict):
|
|
@@ -1133,9 +1133,9 @@ class ListApplicationsRequestPaginateTypeDef(TypedDict):
|
|
|
1133
1133
|
|
|
1134
1134
|
class ListApplicationsRequestTypeDef(TypedDict):
|
|
1135
1135
|
InstanceArn: str
|
|
1136
|
-
Filter: NotRequired[ListApplicationsFilterTypeDef]
|
|
1137
1136
|
MaxResults: NotRequired[int]
|
|
1138
1137
|
NextToken: NotRequired[str]
|
|
1138
|
+
Filter: NotRequired[ListApplicationsFilterTypeDef]
|
|
1139
1139
|
|
|
1140
1140
|
|
|
1141
1141
|
class ListPermissionSetProvisioningStatusResponseTypeDef(TypedDict):
|
|
@@ -1191,8 +1191,8 @@ class PutPermissionsBoundaryToPermissionSetRequestTypeDef(TypedDict):
|
|
|
1191
1191
|
|
|
1192
1192
|
|
|
1193
1193
|
class AuthenticationMethodItemTypeDef(TypedDict):
|
|
1194
|
-
AuthenticationMethod: NotRequired[AuthenticationMethodOutputTypeDef]
|
|
1195
1194
|
AuthenticationMethodType: NotRequired[Literal["IAM"]]
|
|
1195
|
+
AuthenticationMethod: NotRequired[AuthenticationMethodOutputTypeDef]
|
|
1196
1196
|
|
|
1197
1197
|
|
|
1198
1198
|
class GetApplicationAuthenticationMethodResponseTypeDef(TypedDict):
|
|
@@ -1222,17 +1222,17 @@ class GrantTypeDef(TypedDict):
|
|
|
1222
1222
|
class CreateTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
1223
1223
|
InstanceArn: str
|
|
1224
1224
|
Name: str
|
|
1225
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef
|
|
1226
1225
|
TrustedTokenIssuerType: Literal["OIDC_JWT"]
|
|
1226
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef
|
|
1227
1227
|
ClientToken: NotRequired[str]
|
|
1228
1228
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1229
1229
|
|
|
1230
1230
|
|
|
1231
1231
|
class DescribeTrustedTokenIssuerResponseTypeDef(TypedDict):
|
|
1232
|
-
Name: str
|
|
1233
1232
|
TrustedTokenIssuerArn: str
|
|
1234
|
-
|
|
1233
|
+
Name: str
|
|
1235
1234
|
TrustedTokenIssuerType: Literal["OIDC_JWT"]
|
|
1235
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef
|
|
1236
1236
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1237
1237
|
|
|
1238
1238
|
|
|
@@ -1243,70 +1243,70 @@ class UpdateTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
|
1243
1243
|
|
|
1244
1244
|
|
|
1245
1245
|
class ApplicationTypeDef(TypedDict):
|
|
1246
|
-
ApplicationAccount: NotRequired[str]
|
|
1247
1246
|
ApplicationArn: NotRequired[str]
|
|
1248
1247
|
ApplicationProviderArn: NotRequired[str]
|
|
1249
|
-
CreatedDate: NotRequired[datetime]
|
|
1250
|
-
Description: NotRequired[str]
|
|
1251
|
-
InstanceArn: NotRequired[str]
|
|
1252
1248
|
Name: NotRequired[str]
|
|
1253
|
-
|
|
1249
|
+
ApplicationAccount: NotRequired[str]
|
|
1250
|
+
InstanceArn: NotRequired[str]
|
|
1254
1251
|
Status: NotRequired[ApplicationStatusType]
|
|
1252
|
+
PortalOptions: NotRequired[PortalOptionsTypeDef]
|
|
1253
|
+
Description: NotRequired[str]
|
|
1254
|
+
CreatedDate: NotRequired[datetime]
|
|
1255
1255
|
|
|
1256
1256
|
|
|
1257
1257
|
class CreateApplicationRequestTypeDef(TypedDict):
|
|
1258
|
-
ApplicationProviderArn: str
|
|
1259
1258
|
InstanceArn: str
|
|
1259
|
+
ApplicationProviderArn: str
|
|
1260
1260
|
Name: str
|
|
1261
|
-
ClientToken: NotRequired[str]
|
|
1262
1261
|
Description: NotRequired[str]
|
|
1263
1262
|
PortalOptions: NotRequired[PortalOptionsTypeDef]
|
|
1264
|
-
Status: NotRequired[ApplicationStatusType]
|
|
1265
1263
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1264
|
+
Status: NotRequired[ApplicationStatusType]
|
|
1265
|
+
ClientToken: NotRequired[str]
|
|
1266
1266
|
|
|
1267
1267
|
|
|
1268
1268
|
class DescribeApplicationResponseTypeDef(TypedDict):
|
|
1269
|
-
ApplicationAccount: str
|
|
1270
1269
|
ApplicationArn: str
|
|
1271
1270
|
ApplicationProviderArn: str
|
|
1272
|
-
CreatedDate: datetime
|
|
1273
|
-
Description: str
|
|
1274
|
-
InstanceArn: str
|
|
1275
1271
|
Name: str
|
|
1276
|
-
|
|
1272
|
+
ApplicationAccount: str
|
|
1273
|
+
InstanceArn: str
|
|
1277
1274
|
Status: ApplicationStatusType
|
|
1275
|
+
PortalOptions: PortalOptionsTypeDef
|
|
1276
|
+
Description: str
|
|
1277
|
+
CreatedDate: datetime
|
|
1278
1278
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1279
1279
|
|
|
1280
1280
|
|
|
1281
1281
|
class UpdateApplicationRequestTypeDef(TypedDict):
|
|
1282
1282
|
ApplicationArn: str
|
|
1283
|
-
Description: NotRequired[str]
|
|
1284
1283
|
Name: NotRequired[str]
|
|
1285
|
-
|
|
1284
|
+
Description: NotRequired[str]
|
|
1286
1285
|
Status: NotRequired[ApplicationStatusType]
|
|
1286
|
+
PortalOptions: NotRequired[UpdateApplicationPortalOptionsTypeDef]
|
|
1287
1287
|
|
|
1288
1288
|
|
|
1289
1289
|
class ApplicationProviderTypeDef(TypedDict):
|
|
1290
1290
|
ApplicationProviderArn: str
|
|
1291
|
-
DisplayData: NotRequired[DisplayDataTypeDef]
|
|
1292
1291
|
FederationProtocol: NotRequired[FederationProtocolType]
|
|
1292
|
+
DisplayData: NotRequired[DisplayDataTypeDef]
|
|
1293
1293
|
ResourceServerConfig: NotRequired[ResourceServerConfigTypeDef]
|
|
1294
1294
|
|
|
1295
1295
|
|
|
1296
1296
|
class DescribeApplicationProviderResponseTypeDef(TypedDict):
|
|
1297
1297
|
ApplicationProviderArn: str
|
|
1298
|
-
DisplayData: DisplayDataTypeDef
|
|
1299
1298
|
FederationProtocol: FederationProtocolType
|
|
1299
|
+
DisplayData: DisplayDataTypeDef
|
|
1300
1300
|
ResourceServerConfig: ResourceServerConfigTypeDef
|
|
1301
1301
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1302
1302
|
|
|
1303
1303
|
|
|
1304
1304
|
class DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef(TypedDict):
|
|
1305
|
+
Status: InstanceAccessControlAttributeConfigurationStatusType
|
|
1306
|
+
StatusReason: str
|
|
1305
1307
|
InstanceAccessControlAttributeConfiguration: (
|
|
1306
1308
|
InstanceAccessControlAttributeConfigurationOutputTypeDef
|
|
1307
1309
|
)
|
|
1308
|
-
Status: InstanceAccessControlAttributeConfigurationStatusType
|
|
1309
|
-
StatusReason: str
|
|
1310
1310
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1311
1311
|
|
|
1312
1312
|
|
|
@@ -1324,8 +1324,8 @@ class ListApplicationAuthenticationMethodsResponseTypeDef(TypedDict):
|
|
|
1324
1324
|
|
|
1325
1325
|
class PutApplicationAuthenticationMethodRequestTypeDef(TypedDict):
|
|
1326
1326
|
ApplicationArn: str
|
|
1327
|
-
AuthenticationMethod: AuthenticationMethodUnionTypeDef
|
|
1328
1327
|
AuthenticationMethodType: Literal["IAM"]
|
|
1328
|
+
AuthenticationMethod: AuthenticationMethodUnionTypeDef
|
|
1329
1329
|
|
|
1330
1330
|
|
|
1331
1331
|
class GetApplicationGrantResponseTypeDef(TypedDict):
|
|
@@ -1334,8 +1334,8 @@ class GetApplicationGrantResponseTypeDef(TypedDict):
|
|
|
1334
1334
|
|
|
1335
1335
|
|
|
1336
1336
|
class GrantItemTypeDef(TypedDict):
|
|
1337
|
-
Grant: GrantOutputTypeDef
|
|
1338
1337
|
GrantType: GrantTypeType
|
|
1338
|
+
Grant: GrantOutputTypeDef
|
|
1339
1339
|
|
|
1340
1340
|
|
|
1341
1341
|
GrantUnionTypeDef = Union[GrantTypeDef, GrantOutputTypeDef]
|
|
@@ -1354,17 +1354,17 @@ class ListApplicationProvidersResponseTypeDef(TypedDict):
|
|
|
1354
1354
|
|
|
1355
1355
|
|
|
1356
1356
|
class CreateInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDict):
|
|
1357
|
+
InstanceArn: str
|
|
1357
1358
|
InstanceAccessControlAttributeConfiguration: (
|
|
1358
1359
|
InstanceAccessControlAttributeConfigurationUnionTypeDef
|
|
1359
1360
|
)
|
|
1360
|
-
InstanceArn: str
|
|
1361
1361
|
|
|
1362
1362
|
|
|
1363
1363
|
class UpdateInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDict):
|
|
1364
|
+
InstanceArn: str
|
|
1364
1365
|
InstanceAccessControlAttributeConfiguration: (
|
|
1365
1366
|
InstanceAccessControlAttributeConfigurationUnionTypeDef
|
|
1366
1367
|
)
|
|
1367
|
-
InstanceArn: str
|
|
1368
1368
|
|
|
1369
1369
|
|
|
1370
1370
|
class ListApplicationGrantsResponseTypeDef(TypedDict):
|
|
@@ -1375,5 +1375,5 @@ class ListApplicationGrantsResponseTypeDef(TypedDict):
|
|
|
1375
1375
|
|
|
1376
1376
|
class PutApplicationGrantRequestTypeDef(TypedDict):
|
|
1377
1377
|
ApplicationArn: str
|
|
1378
|
-
Grant: GrantUnionTypeDef
|
|
1379
1378
|
GrantType: GrantTypeType
|
|
1379
|
+
Grant: GrantUnionTypeDef
|
|
@@ -255,26 +255,26 @@ class AccountAssignmentForPrincipalTypeDef(TypedDict):
|
|
|
255
255
|
PrincipalType: NotRequired[PrincipalTypeType]
|
|
256
256
|
|
|
257
257
|
class AccountAssignmentOperationStatusMetadataTypeDef(TypedDict):
|
|
258
|
-
CreatedDate: NotRequired[datetime]
|
|
259
|
-
RequestId: NotRequired[str]
|
|
260
258
|
Status: NotRequired[StatusValuesType]
|
|
259
|
+
RequestId: NotRequired[str]
|
|
260
|
+
CreatedDate: NotRequired[datetime]
|
|
261
261
|
|
|
262
262
|
class AccountAssignmentOperationStatusTypeDef(TypedDict):
|
|
263
|
-
CreatedDate: NotRequired[datetime]
|
|
264
|
-
FailureReason: NotRequired[str]
|
|
265
|
-
PermissionSetArn: NotRequired[str]
|
|
266
|
-
PrincipalId: NotRequired[str]
|
|
267
|
-
PrincipalType: NotRequired[PrincipalTypeType]
|
|
268
|
-
RequestId: NotRequired[str]
|
|
269
263
|
Status: NotRequired[StatusValuesType]
|
|
264
|
+
RequestId: NotRequired[str]
|
|
265
|
+
FailureReason: NotRequired[str]
|
|
270
266
|
TargetId: NotRequired[str]
|
|
271
267
|
TargetType: NotRequired[Literal["AWS_ACCOUNT"]]
|
|
268
|
+
PermissionSetArn: NotRequired[str]
|
|
269
|
+
PrincipalType: NotRequired[PrincipalTypeType]
|
|
270
|
+
PrincipalId: NotRequired[str]
|
|
271
|
+
CreatedDate: NotRequired[datetime]
|
|
272
272
|
|
|
273
273
|
class AccountAssignmentTypeDef(TypedDict):
|
|
274
274
|
AccountId: NotRequired[str]
|
|
275
275
|
PermissionSetArn: NotRequired[str]
|
|
276
|
-
PrincipalId: NotRequired[str]
|
|
277
276
|
PrincipalType: NotRequired[PrincipalTypeType]
|
|
277
|
+
PrincipalId: NotRequired[str]
|
|
278
278
|
|
|
279
279
|
class ApplicationAssignmentForPrincipalTypeDef(TypedDict):
|
|
280
280
|
ApplicationArn: NotRequired[str]
|
|
@@ -287,9 +287,9 @@ class ApplicationAssignmentTypeDef(TypedDict):
|
|
|
287
287
|
PrincipalType: PrincipalTypeType
|
|
288
288
|
|
|
289
289
|
class DisplayDataTypeDef(TypedDict):
|
|
290
|
-
Description: NotRequired[str]
|
|
291
290
|
DisplayName: NotRequired[str]
|
|
292
291
|
IconUrl: NotRequired[str]
|
|
292
|
+
Description: NotRequired[str]
|
|
293
293
|
|
|
294
294
|
class CustomerManagedPolicyReferenceTypeDef(TypedDict):
|
|
295
295
|
Name: str
|
|
@@ -297,12 +297,12 @@ class CustomerManagedPolicyReferenceTypeDef(TypedDict):
|
|
|
297
297
|
|
|
298
298
|
class AttachManagedPolicyToPermissionSetRequestTypeDef(TypedDict):
|
|
299
299
|
InstanceArn: str
|
|
300
|
-
ManagedPolicyArn: str
|
|
301
300
|
PermissionSetArn: str
|
|
301
|
+
ManagedPolicyArn: str
|
|
302
302
|
|
|
303
303
|
class AttachedManagedPolicyTypeDef(TypedDict):
|
|
304
|
-
Arn: NotRequired[str]
|
|
305
304
|
Name: NotRequired[str]
|
|
305
|
+
Arn: NotRequired[str]
|
|
306
306
|
|
|
307
307
|
class IamAuthenticationMethodOutputTypeDef(TypedDict):
|
|
308
308
|
ActorPolicy: Dict[str, Any]
|
|
@@ -317,20 +317,20 @@ class AuthorizationCodeGrantTypeDef(TypedDict):
|
|
|
317
317
|
RedirectUris: NotRequired[Sequence[str]]
|
|
318
318
|
|
|
319
319
|
class AuthorizedTokenIssuerOutputTypeDef(TypedDict):
|
|
320
|
-
AuthorizedAudiences: NotRequired[List[str]]
|
|
321
320
|
TrustedTokenIssuerArn: NotRequired[str]
|
|
321
|
+
AuthorizedAudiences: NotRequired[List[str]]
|
|
322
322
|
|
|
323
323
|
class AuthorizedTokenIssuerTypeDef(TypedDict):
|
|
324
|
-
AuthorizedAudiences: NotRequired[Sequence[str]]
|
|
325
324
|
TrustedTokenIssuerArn: NotRequired[str]
|
|
325
|
+
AuthorizedAudiences: NotRequired[Sequence[str]]
|
|
326
326
|
|
|
327
327
|
class CreateAccountAssignmentRequestTypeDef(TypedDict):
|
|
328
328
|
InstanceArn: str
|
|
329
|
-
PermissionSetArn: str
|
|
330
|
-
PrincipalId: str
|
|
331
|
-
PrincipalType: PrincipalTypeType
|
|
332
329
|
TargetId: str
|
|
333
330
|
TargetType: Literal["AWS_ACCOUNT"]
|
|
331
|
+
PermissionSetArn: str
|
|
332
|
+
PrincipalType: PrincipalTypeType
|
|
333
|
+
PrincipalId: str
|
|
334
334
|
|
|
335
335
|
class ResponseMetadataTypeDef(TypedDict):
|
|
336
336
|
RequestId: str
|
|
@@ -349,20 +349,20 @@ class TagTypeDef(TypedDict):
|
|
|
349
349
|
Value: str
|
|
350
350
|
|
|
351
351
|
class PermissionSetTypeDef(TypedDict):
|
|
352
|
-
CreatedDate: NotRequired[datetime]
|
|
353
|
-
Description: NotRequired[str]
|
|
354
352
|
Name: NotRequired[str]
|
|
355
353
|
PermissionSetArn: NotRequired[str]
|
|
356
|
-
|
|
354
|
+
Description: NotRequired[str]
|
|
355
|
+
CreatedDate: NotRequired[datetime]
|
|
357
356
|
SessionDuration: NotRequired[str]
|
|
357
|
+
RelayState: NotRequired[str]
|
|
358
358
|
|
|
359
359
|
class DeleteAccountAssignmentRequestTypeDef(TypedDict):
|
|
360
360
|
InstanceArn: str
|
|
361
|
-
PermissionSetArn: str
|
|
362
|
-
PrincipalId: str
|
|
363
|
-
PrincipalType: PrincipalTypeType
|
|
364
361
|
TargetId: str
|
|
365
362
|
TargetType: Literal["AWS_ACCOUNT"]
|
|
363
|
+
PermissionSetArn: str
|
|
364
|
+
PrincipalType: PrincipalTypeType
|
|
365
|
+
PrincipalId: str
|
|
366
366
|
|
|
367
367
|
class DeleteApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
368
368
|
ApplicationArn: str
|
|
@@ -406,12 +406,12 @@ class DeleteTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
|
406
406
|
TrustedTokenIssuerArn: str
|
|
407
407
|
|
|
408
408
|
class DescribeAccountAssignmentCreationStatusRequestTypeDef(TypedDict):
|
|
409
|
-
AccountAssignmentCreationRequestId: str
|
|
410
409
|
InstanceArn: str
|
|
410
|
+
AccountAssignmentCreationRequestId: str
|
|
411
411
|
|
|
412
412
|
class DescribeAccountAssignmentDeletionStatusRequestTypeDef(TypedDict):
|
|
413
|
-
AccountAssignmentDeletionRequestId: str
|
|
414
413
|
InstanceArn: str
|
|
414
|
+
AccountAssignmentDeletionRequestId: str
|
|
415
415
|
|
|
416
416
|
class DescribeApplicationAssignmentRequestTypeDef(TypedDict):
|
|
417
417
|
ApplicationArn: str
|
|
@@ -435,12 +435,12 @@ class DescribePermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
|
435
435
|
ProvisionPermissionSetRequestId: str
|
|
436
436
|
|
|
437
437
|
class PermissionSetProvisioningStatusTypeDef(TypedDict):
|
|
438
|
+
Status: NotRequired[StatusValuesType]
|
|
439
|
+
RequestId: NotRequired[str]
|
|
438
440
|
AccountId: NotRequired[str]
|
|
439
|
-
CreatedDate: NotRequired[datetime]
|
|
440
|
-
FailureReason: NotRequired[str]
|
|
441
441
|
PermissionSetArn: NotRequired[str]
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
FailureReason: NotRequired[str]
|
|
443
|
+
CreatedDate: NotRequired[datetime]
|
|
444
444
|
|
|
445
445
|
class DescribePermissionSetRequestTypeDef(TypedDict):
|
|
446
446
|
InstanceArn: str
|
|
@@ -451,8 +451,8 @@ class DescribeTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
|
451
451
|
|
|
452
452
|
class DetachManagedPolicyFromPermissionSetRequestTypeDef(TypedDict):
|
|
453
453
|
InstanceArn: str
|
|
454
|
-
ManagedPolicyArn: str
|
|
455
454
|
PermissionSetArn: str
|
|
455
|
+
ManagedPolicyArn: str
|
|
456
456
|
|
|
457
457
|
class GetApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
458
458
|
ApplicationArn: str
|
|
@@ -478,11 +478,11 @@ class GetPermissionsBoundaryForPermissionSetRequestTypeDef(TypedDict):
|
|
|
478
478
|
PermissionSetArn: str
|
|
479
479
|
|
|
480
480
|
class InstanceMetadataTypeDef(TypedDict):
|
|
481
|
-
CreatedDate: NotRequired[datetime]
|
|
482
|
-
IdentityStoreId: NotRequired[str]
|
|
483
481
|
InstanceArn: NotRequired[str]
|
|
484
|
-
|
|
482
|
+
IdentityStoreId: NotRequired[str]
|
|
485
483
|
OwnerAccountId: NotRequired[str]
|
|
484
|
+
Name: NotRequired[str]
|
|
485
|
+
CreatedDate: NotRequired[datetime]
|
|
486
486
|
Status: NotRequired[InstanceStatusType]
|
|
487
487
|
|
|
488
488
|
class OperationStatusFilterTypeDef(TypedDict):
|
|
@@ -497,8 +497,8 @@ class ListAccountAssignmentsFilterTypeDef(TypedDict):
|
|
|
497
497
|
AccountId: NotRequired[str]
|
|
498
498
|
|
|
499
499
|
class ListAccountAssignmentsRequestTypeDef(TypedDict):
|
|
500
|
-
AccountId: str
|
|
501
500
|
InstanceArn: str
|
|
501
|
+
AccountId: str
|
|
502
502
|
PermissionSetArn: str
|
|
503
503
|
MaxResults: NotRequired[int]
|
|
504
504
|
NextToken: NotRequired[str]
|
|
@@ -506,9 +506,9 @@ class ListAccountAssignmentsRequestTypeDef(TypedDict):
|
|
|
506
506
|
class ListAccountsForProvisionedPermissionSetRequestTypeDef(TypedDict):
|
|
507
507
|
InstanceArn: str
|
|
508
508
|
PermissionSetArn: str
|
|
509
|
+
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
509
510
|
MaxResults: NotRequired[int]
|
|
510
511
|
NextToken: NotRequired[str]
|
|
511
|
-
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
512
512
|
|
|
513
513
|
class ListApplicationAccessScopesRequestTypeDef(TypedDict):
|
|
514
514
|
ApplicationArn: str
|
|
@@ -560,21 +560,21 @@ class ListManagedPoliciesInPermissionSetRequestTypeDef(TypedDict):
|
|
|
560
560
|
NextToken: NotRequired[str]
|
|
561
561
|
|
|
562
562
|
class PermissionSetProvisioningStatusMetadataTypeDef(TypedDict):
|
|
563
|
-
CreatedDate: NotRequired[datetime]
|
|
564
|
-
RequestId: NotRequired[str]
|
|
565
563
|
Status: NotRequired[StatusValuesType]
|
|
564
|
+
RequestId: NotRequired[str]
|
|
565
|
+
CreatedDate: NotRequired[datetime]
|
|
566
566
|
|
|
567
567
|
class ListPermissionSetsProvisionedToAccountRequestTypeDef(TypedDict):
|
|
568
|
-
AccountId: str
|
|
569
568
|
InstanceArn: str
|
|
569
|
+
AccountId: str
|
|
570
|
+
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
570
571
|
MaxResults: NotRequired[int]
|
|
571
572
|
NextToken: NotRequired[str]
|
|
572
|
-
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
573
573
|
|
|
574
574
|
class ListPermissionSetsRequestTypeDef(TypedDict):
|
|
575
575
|
InstanceArn: str
|
|
576
|
-
MaxResults: NotRequired[int]
|
|
577
576
|
NextToken: NotRequired[str]
|
|
577
|
+
MaxResults: NotRequired[int]
|
|
578
578
|
|
|
579
579
|
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
580
580
|
ResourceArn: str
|
|
@@ -587,14 +587,14 @@ class ListTrustedTokenIssuersRequestTypeDef(TypedDict):
|
|
|
587
587
|
NextToken: NotRequired[str]
|
|
588
588
|
|
|
589
589
|
class TrustedTokenIssuerMetadataTypeDef(TypedDict):
|
|
590
|
-
Name: NotRequired[str]
|
|
591
590
|
TrustedTokenIssuerArn: NotRequired[str]
|
|
591
|
+
Name: NotRequired[str]
|
|
592
592
|
TrustedTokenIssuerType: NotRequired[Literal["OIDC_JWT"]]
|
|
593
593
|
|
|
594
594
|
class OidcJwtConfigurationTypeDef(TypedDict):
|
|
595
|
+
IssuerUrl: str
|
|
595
596
|
ClaimAttributePath: str
|
|
596
597
|
IdentityStoreAttributePath: str
|
|
597
|
-
IssuerUrl: str
|
|
598
598
|
JwksRetrievalOption: Literal["OPEN_ID_DISCOVERY"]
|
|
599
599
|
|
|
600
600
|
class OidcJwtUpdateConfigurationTypeDef(TypedDict):
|
|
@@ -613,8 +613,8 @@ class ProvisionPermissionSetRequestTypeDef(TypedDict):
|
|
|
613
613
|
TargetId: NotRequired[str]
|
|
614
614
|
|
|
615
615
|
class PutApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
616
|
-
ApplicationArn: str
|
|
617
616
|
Scope: str
|
|
617
|
+
ApplicationArn: str
|
|
618
618
|
AuthorizedTargets: NotRequired[Sequence[str]]
|
|
619
619
|
|
|
620
620
|
class PutApplicationAssignmentConfigurationRequestTypeDef(TypedDict):
|
|
@@ -622,13 +622,13 @@ class PutApplicationAssignmentConfigurationRequestTypeDef(TypedDict):
|
|
|
622
622
|
AssignmentRequired: bool
|
|
623
623
|
|
|
624
624
|
class PutInlinePolicyToPermissionSetRequestTypeDef(TypedDict):
|
|
625
|
-
InlinePolicy: str
|
|
626
625
|
InstanceArn: str
|
|
627
626
|
PermissionSetArn: str
|
|
627
|
+
InlinePolicy: str
|
|
628
628
|
|
|
629
629
|
class ResourceServerScopeDetailsTypeDef(TypedDict):
|
|
630
|
-
DetailedTitle: NotRequired[str]
|
|
631
630
|
LongDescription: NotRequired[str]
|
|
631
|
+
DetailedTitle: NotRequired[str]
|
|
632
632
|
|
|
633
633
|
class UntagResourceRequestTypeDef(TypedDict):
|
|
634
634
|
ResourceArn: str
|
|
@@ -636,15 +636,15 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
636
636
|
InstanceArn: NotRequired[str]
|
|
637
637
|
|
|
638
638
|
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
639
|
-
InstanceArn: str
|
|
640
639
|
Name: str
|
|
640
|
+
InstanceArn: str
|
|
641
641
|
|
|
642
642
|
class UpdatePermissionSetRequestTypeDef(TypedDict):
|
|
643
643
|
InstanceArn: str
|
|
644
644
|
PermissionSetArn: str
|
|
645
645
|
Description: NotRequired[str]
|
|
646
|
-
RelayState: NotRequired[str]
|
|
647
646
|
SessionDuration: NotRequired[str]
|
|
647
|
+
RelayState: NotRequired[str]
|
|
648
648
|
|
|
649
649
|
class AccessControlAttributeOutputTypeDef(TypedDict):
|
|
650
650
|
Key: str
|
|
@@ -655,14 +655,14 @@ class AccessControlAttributeTypeDef(TypedDict):
|
|
|
655
655
|
Value: AccessControlAttributeValueTypeDef
|
|
656
656
|
|
|
657
657
|
class AttachCustomerManagedPolicyReferenceToPermissionSetRequestTypeDef(TypedDict):
|
|
658
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
659
658
|
InstanceArn: str
|
|
660
659
|
PermissionSetArn: str
|
|
660
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
661
661
|
|
|
662
662
|
class DetachCustomerManagedPolicyReferenceFromPermissionSetRequestTypeDef(TypedDict):
|
|
663
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
664
663
|
InstanceArn: str
|
|
665
664
|
PermissionSetArn: str
|
|
665
|
+
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef
|
|
666
666
|
|
|
667
667
|
class PermissionsBoundaryTypeDef(TypedDict):
|
|
668
668
|
CustomerManagedPolicyReference: NotRequired[CustomerManagedPolicyReferenceTypeDef]
|
|
@@ -709,17 +709,17 @@ class DescribeAccountAssignmentDeletionStatusResponseTypeDef(TypedDict):
|
|
|
709
709
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
710
710
|
|
|
711
711
|
class DescribeApplicationAssignmentResponseTypeDef(TypedDict):
|
|
712
|
-
ApplicationArn: str
|
|
713
|
-
PrincipalId: str
|
|
714
712
|
PrincipalType: PrincipalTypeType
|
|
713
|
+
PrincipalId: str
|
|
714
|
+
ApplicationArn: str
|
|
715
715
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
716
716
|
|
|
717
717
|
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
718
|
-
CreatedDate: datetime
|
|
719
|
-
IdentityStoreId: str
|
|
720
718
|
InstanceArn: str
|
|
721
|
-
|
|
719
|
+
IdentityStoreId: str
|
|
722
720
|
OwnerAccountId: str
|
|
721
|
+
Name: str
|
|
722
|
+
CreatedDate: datetime
|
|
723
723
|
Status: InstanceStatusType
|
|
724
724
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
725
725
|
|
|
@@ -727,8 +727,8 @@ class EmptyResponseMetadataTypeDef(TypedDict):
|
|
|
727
727
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
728
728
|
|
|
729
729
|
class GetApplicationAccessScopeResponseTypeDef(TypedDict):
|
|
730
|
-
AuthorizedTargets: List[str]
|
|
731
730
|
Scope: str
|
|
731
|
+
AuthorizedTargets: List[str]
|
|
732
732
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
733
733
|
|
|
734
734
|
class GetApplicationAssignmentConfigurationResponseTypeDef(TypedDict):
|
|
@@ -795,16 +795,16 @@ class ListPermissionSetsResponseTypeDef(TypedDict):
|
|
|
795
795
|
NextToken: NotRequired[str]
|
|
796
796
|
|
|
797
797
|
class CreateInstanceRequestTypeDef(TypedDict):
|
|
798
|
-
ClientToken: NotRequired[str]
|
|
799
798
|
Name: NotRequired[str]
|
|
799
|
+
ClientToken: NotRequired[str]
|
|
800
800
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
801
801
|
|
|
802
802
|
class CreatePermissionSetRequestTypeDef(TypedDict):
|
|
803
|
-
InstanceArn: str
|
|
804
803
|
Name: str
|
|
804
|
+
InstanceArn: str
|
|
805
805
|
Description: NotRequired[str]
|
|
806
|
-
RelayState: NotRequired[str]
|
|
807
806
|
SessionDuration: NotRequired[str]
|
|
807
|
+
RelayState: NotRequired[str]
|
|
808
808
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
809
809
|
|
|
810
810
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
@@ -840,21 +840,21 @@ class ListInstancesResponseTypeDef(TypedDict):
|
|
|
840
840
|
|
|
841
841
|
class ListAccountAssignmentCreationStatusRequestTypeDef(TypedDict):
|
|
842
842
|
InstanceArn: str
|
|
843
|
-
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
844
843
|
MaxResults: NotRequired[int]
|
|
845
844
|
NextToken: NotRequired[str]
|
|
845
|
+
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
846
846
|
|
|
847
847
|
class ListAccountAssignmentDeletionStatusRequestTypeDef(TypedDict):
|
|
848
848
|
InstanceArn: str
|
|
849
|
-
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
850
849
|
MaxResults: NotRequired[int]
|
|
851
850
|
NextToken: NotRequired[str]
|
|
851
|
+
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
852
852
|
|
|
853
853
|
class ListPermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
854
854
|
InstanceArn: str
|
|
855
|
-
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
856
855
|
MaxResults: NotRequired[int]
|
|
857
856
|
NextToken: NotRequired[str]
|
|
857
|
+
Filter: NotRequired[OperationStatusFilterTypeDef]
|
|
858
858
|
|
|
859
859
|
class ListAccountAssignmentCreationStatusRequestPaginateTypeDef(TypedDict):
|
|
860
860
|
InstanceArn: str
|
|
@@ -867,8 +867,8 @@ class ListAccountAssignmentDeletionStatusRequestPaginateTypeDef(TypedDict):
|
|
|
867
867
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
868
868
|
|
|
869
869
|
class ListAccountAssignmentsRequestPaginateTypeDef(TypedDict):
|
|
870
|
-
AccountId: str
|
|
871
870
|
InstanceArn: str
|
|
871
|
+
AccountId: str
|
|
872
872
|
PermissionSetArn: str
|
|
873
873
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
874
874
|
|
|
@@ -916,8 +916,8 @@ class ListPermissionSetProvisioningStatusRequestPaginateTypeDef(TypedDict):
|
|
|
916
916
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
917
917
|
|
|
918
918
|
class ListPermissionSetsProvisionedToAccountRequestPaginateTypeDef(TypedDict):
|
|
919
|
-
AccountId: str
|
|
920
919
|
InstanceArn: str
|
|
920
|
+
AccountId: str
|
|
921
921
|
ProvisioningStatus: NotRequired[ProvisioningStatusType]
|
|
922
922
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
923
923
|
|
|
@@ -946,8 +946,8 @@ class ListAccountAssignmentsForPrincipalRequestTypeDef(TypedDict):
|
|
|
946
946
|
PrincipalId: str
|
|
947
947
|
PrincipalType: PrincipalTypeType
|
|
948
948
|
Filter: NotRequired[ListAccountAssignmentsFilterTypeDef]
|
|
949
|
-
MaxResults: NotRequired[int]
|
|
950
949
|
NextToken: NotRequired[str]
|
|
950
|
+
MaxResults: NotRequired[int]
|
|
951
951
|
|
|
952
952
|
class ListApplicationAccessScopesResponseTypeDef(TypedDict):
|
|
953
953
|
Scopes: List[ScopeDetailsTypeDef]
|
|
@@ -966,8 +966,8 @@ class ListApplicationAssignmentsForPrincipalRequestTypeDef(TypedDict):
|
|
|
966
966
|
PrincipalId: str
|
|
967
967
|
PrincipalType: PrincipalTypeType
|
|
968
968
|
Filter: NotRequired[ListApplicationAssignmentsFilterTypeDef]
|
|
969
|
-
MaxResults: NotRequired[int]
|
|
970
969
|
NextToken: NotRequired[str]
|
|
970
|
+
MaxResults: NotRequired[int]
|
|
971
971
|
|
|
972
972
|
class ListApplicationsRequestPaginateTypeDef(TypedDict):
|
|
973
973
|
InstanceArn: str
|
|
@@ -976,9 +976,9 @@ class ListApplicationsRequestPaginateTypeDef(TypedDict):
|
|
|
976
976
|
|
|
977
977
|
class ListApplicationsRequestTypeDef(TypedDict):
|
|
978
978
|
InstanceArn: str
|
|
979
|
-
Filter: NotRequired[ListApplicationsFilterTypeDef]
|
|
980
979
|
MaxResults: NotRequired[int]
|
|
981
980
|
NextToken: NotRequired[str]
|
|
981
|
+
Filter: NotRequired[ListApplicationsFilterTypeDef]
|
|
982
982
|
|
|
983
983
|
class ListPermissionSetProvisioningStatusResponseTypeDef(TypedDict):
|
|
984
984
|
PermissionSetsProvisioningStatus: List[PermissionSetProvisioningStatusMetadataTypeDef]
|
|
@@ -1022,8 +1022,8 @@ class PutPermissionsBoundaryToPermissionSetRequestTypeDef(TypedDict):
|
|
|
1022
1022
|
PermissionsBoundary: PermissionsBoundaryTypeDef
|
|
1023
1023
|
|
|
1024
1024
|
class AuthenticationMethodItemTypeDef(TypedDict):
|
|
1025
|
-
AuthenticationMethod: NotRequired[AuthenticationMethodOutputTypeDef]
|
|
1026
1025
|
AuthenticationMethodType: NotRequired[Literal["IAM"]]
|
|
1026
|
+
AuthenticationMethod: NotRequired[AuthenticationMethodOutputTypeDef]
|
|
1027
1027
|
|
|
1028
1028
|
class GetApplicationAuthenticationMethodResponseTypeDef(TypedDict):
|
|
1029
1029
|
AuthenticationMethod: AuthenticationMethodOutputTypeDef
|
|
@@ -1048,16 +1048,16 @@ class GrantTypeDef(TypedDict):
|
|
|
1048
1048
|
class CreateTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
1049
1049
|
InstanceArn: str
|
|
1050
1050
|
Name: str
|
|
1051
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef
|
|
1052
1051
|
TrustedTokenIssuerType: Literal["OIDC_JWT"]
|
|
1052
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef
|
|
1053
1053
|
ClientToken: NotRequired[str]
|
|
1054
1054
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1055
1055
|
|
|
1056
1056
|
class DescribeTrustedTokenIssuerResponseTypeDef(TypedDict):
|
|
1057
|
-
Name: str
|
|
1058
1057
|
TrustedTokenIssuerArn: str
|
|
1059
|
-
|
|
1058
|
+
Name: str
|
|
1060
1059
|
TrustedTokenIssuerType: Literal["OIDC_JWT"]
|
|
1060
|
+
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef
|
|
1061
1061
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1062
1062
|
|
|
1063
1063
|
class UpdateTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
@@ -1066,64 +1066,64 @@ class UpdateTrustedTokenIssuerRequestTypeDef(TypedDict):
|
|
|
1066
1066
|
TrustedTokenIssuerConfiguration: NotRequired[TrustedTokenIssuerUpdateConfigurationTypeDef]
|
|
1067
1067
|
|
|
1068
1068
|
class ApplicationTypeDef(TypedDict):
|
|
1069
|
-
ApplicationAccount: NotRequired[str]
|
|
1070
1069
|
ApplicationArn: NotRequired[str]
|
|
1071
1070
|
ApplicationProviderArn: NotRequired[str]
|
|
1072
|
-
CreatedDate: NotRequired[datetime]
|
|
1073
|
-
Description: NotRequired[str]
|
|
1074
|
-
InstanceArn: NotRequired[str]
|
|
1075
1071
|
Name: NotRequired[str]
|
|
1076
|
-
|
|
1072
|
+
ApplicationAccount: NotRequired[str]
|
|
1073
|
+
InstanceArn: NotRequired[str]
|
|
1077
1074
|
Status: NotRequired[ApplicationStatusType]
|
|
1075
|
+
PortalOptions: NotRequired[PortalOptionsTypeDef]
|
|
1076
|
+
Description: NotRequired[str]
|
|
1077
|
+
CreatedDate: NotRequired[datetime]
|
|
1078
1078
|
|
|
1079
1079
|
class CreateApplicationRequestTypeDef(TypedDict):
|
|
1080
|
-
ApplicationProviderArn: str
|
|
1081
1080
|
InstanceArn: str
|
|
1081
|
+
ApplicationProviderArn: str
|
|
1082
1082
|
Name: str
|
|
1083
|
-
ClientToken: NotRequired[str]
|
|
1084
1083
|
Description: NotRequired[str]
|
|
1085
1084
|
PortalOptions: NotRequired[PortalOptionsTypeDef]
|
|
1086
|
-
Status: NotRequired[ApplicationStatusType]
|
|
1087
1085
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
1086
|
+
Status: NotRequired[ApplicationStatusType]
|
|
1087
|
+
ClientToken: NotRequired[str]
|
|
1088
1088
|
|
|
1089
1089
|
class DescribeApplicationResponseTypeDef(TypedDict):
|
|
1090
|
-
ApplicationAccount: str
|
|
1091
1090
|
ApplicationArn: str
|
|
1092
1091
|
ApplicationProviderArn: str
|
|
1093
|
-
CreatedDate: datetime
|
|
1094
|
-
Description: str
|
|
1095
|
-
InstanceArn: str
|
|
1096
1092
|
Name: str
|
|
1097
|
-
|
|
1093
|
+
ApplicationAccount: str
|
|
1094
|
+
InstanceArn: str
|
|
1098
1095
|
Status: ApplicationStatusType
|
|
1096
|
+
PortalOptions: PortalOptionsTypeDef
|
|
1097
|
+
Description: str
|
|
1098
|
+
CreatedDate: datetime
|
|
1099
1099
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1100
1100
|
|
|
1101
1101
|
class UpdateApplicationRequestTypeDef(TypedDict):
|
|
1102
1102
|
ApplicationArn: str
|
|
1103
|
-
Description: NotRequired[str]
|
|
1104
1103
|
Name: NotRequired[str]
|
|
1105
|
-
|
|
1104
|
+
Description: NotRequired[str]
|
|
1106
1105
|
Status: NotRequired[ApplicationStatusType]
|
|
1106
|
+
PortalOptions: NotRequired[UpdateApplicationPortalOptionsTypeDef]
|
|
1107
1107
|
|
|
1108
1108
|
class ApplicationProviderTypeDef(TypedDict):
|
|
1109
1109
|
ApplicationProviderArn: str
|
|
1110
|
-
DisplayData: NotRequired[DisplayDataTypeDef]
|
|
1111
1110
|
FederationProtocol: NotRequired[FederationProtocolType]
|
|
1111
|
+
DisplayData: NotRequired[DisplayDataTypeDef]
|
|
1112
1112
|
ResourceServerConfig: NotRequired[ResourceServerConfigTypeDef]
|
|
1113
1113
|
|
|
1114
1114
|
class DescribeApplicationProviderResponseTypeDef(TypedDict):
|
|
1115
1115
|
ApplicationProviderArn: str
|
|
1116
|
-
DisplayData: DisplayDataTypeDef
|
|
1117
1116
|
FederationProtocol: FederationProtocolType
|
|
1117
|
+
DisplayData: DisplayDataTypeDef
|
|
1118
1118
|
ResourceServerConfig: ResourceServerConfigTypeDef
|
|
1119
1119
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1120
1120
|
|
|
1121
1121
|
class DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef(TypedDict):
|
|
1122
|
+
Status: InstanceAccessControlAttributeConfigurationStatusType
|
|
1123
|
+
StatusReason: str
|
|
1122
1124
|
InstanceAccessControlAttributeConfiguration: (
|
|
1123
1125
|
InstanceAccessControlAttributeConfigurationOutputTypeDef
|
|
1124
1126
|
)
|
|
1125
|
-
Status: InstanceAccessControlAttributeConfigurationStatusType
|
|
1126
|
-
StatusReason: str
|
|
1127
1127
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1128
1128
|
|
|
1129
1129
|
InstanceAccessControlAttributeConfigurationUnionTypeDef = Union[
|
|
@@ -1138,16 +1138,16 @@ class ListApplicationAuthenticationMethodsResponseTypeDef(TypedDict):
|
|
|
1138
1138
|
|
|
1139
1139
|
class PutApplicationAuthenticationMethodRequestTypeDef(TypedDict):
|
|
1140
1140
|
ApplicationArn: str
|
|
1141
|
-
AuthenticationMethod: AuthenticationMethodUnionTypeDef
|
|
1142
1141
|
AuthenticationMethodType: Literal["IAM"]
|
|
1142
|
+
AuthenticationMethod: AuthenticationMethodUnionTypeDef
|
|
1143
1143
|
|
|
1144
1144
|
class GetApplicationGrantResponseTypeDef(TypedDict):
|
|
1145
1145
|
Grant: GrantOutputTypeDef
|
|
1146
1146
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1147
1147
|
|
|
1148
1148
|
class GrantItemTypeDef(TypedDict):
|
|
1149
|
-
Grant: GrantOutputTypeDef
|
|
1150
1149
|
GrantType: GrantTypeType
|
|
1150
|
+
Grant: GrantOutputTypeDef
|
|
1151
1151
|
|
|
1152
1152
|
GrantUnionTypeDef = Union[GrantTypeDef, GrantOutputTypeDef]
|
|
1153
1153
|
|
|
@@ -1162,16 +1162,16 @@ class ListApplicationProvidersResponseTypeDef(TypedDict):
|
|
|
1162
1162
|
NextToken: NotRequired[str]
|
|
1163
1163
|
|
|
1164
1164
|
class CreateInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDict):
|
|
1165
|
+
InstanceArn: str
|
|
1165
1166
|
InstanceAccessControlAttributeConfiguration: (
|
|
1166
1167
|
InstanceAccessControlAttributeConfigurationUnionTypeDef
|
|
1167
1168
|
)
|
|
1168
|
-
InstanceArn: str
|
|
1169
1169
|
|
|
1170
1170
|
class UpdateInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDict):
|
|
1171
|
+
InstanceArn: str
|
|
1171
1172
|
InstanceAccessControlAttributeConfiguration: (
|
|
1172
1173
|
InstanceAccessControlAttributeConfigurationUnionTypeDef
|
|
1173
1174
|
)
|
|
1174
|
-
InstanceArn: str
|
|
1175
1175
|
|
|
1176
1176
|
class ListApplicationGrantsResponseTypeDef(TypedDict):
|
|
1177
1177
|
Grants: List[GrantItemTypeDef]
|
|
@@ -1180,5 +1180,5 @@ class ListApplicationGrantsResponseTypeDef(TypedDict):
|
|
|
1180
1180
|
|
|
1181
1181
|
class PutApplicationGrantRequestTypeDef(TypedDict):
|
|
1182
1182
|
ApplicationArn: str
|
|
1183
|
-
Grant: GrantUnionTypeDef
|
|
1184
1183
|
GrantType: GrantTypeType
|
|
1184
|
+
Grant: GrantUnionTypeDef
|
types_boto3_sso_admin/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-sso-admin
|
|
3
|
-
Version: 1.38.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.38.
|
|
3
|
+
Version: 1.38.12
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.38.12 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SSOAdmin 1.38.
|
|
59
|
+
Type annotations for [boto3 SSOAdmin 1.38.12](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.38.
|
|
121
|
+
`uvx --with 'boto3==1.38.12' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `SSOAdmin` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_sso_admin/__init__.py,sha256=FF1tQcMoEw3s2Vqmq45UWVDuDOqx95E0_m8nKvLCaow,6250
|
|
2
|
+
types_boto3_sso_admin/__init__.pyi,sha256=kL2O6RU37g4U0_oEQ8KGKIH9DlhCJKw48rUuPBe1J8U,6249
|
|
3
|
+
types_boto3_sso_admin/__main__.py,sha256=gpFIlJgecSfP5UKcU-qYwrkrZk8ze4E1xGRvOgretxs,991
|
|
4
|
+
types_boto3_sso_admin/client.py,sha256=ko3Czo9dPrVwjCPaJmPGLLYLGuE52TgCz2erqTM-ads,64523
|
|
5
|
+
types_boto3_sso_admin/client.pyi,sha256=Ln4ILcxxyGS-eHqO9gz1kDefwVJQlsdXCiak2u4xzbI,64520
|
|
6
|
+
types_boto3_sso_admin/literals.py,sha256=nEh41BpgotahhlMH7gvGHRDR8k5B0DmYBzrJJE2Z7MQ,14662
|
|
7
|
+
types_boto3_sso_admin/literals.pyi,sha256=pWzKVNWe631PVoXWHoDuDjWoZLRHEx8VcIuElpFyBaQ,14660
|
|
8
|
+
types_boto3_sso_admin/paginator.py,sha256=fJxiQNPfGLW_A1vzKcageEQIZYY0yalzwHnmYvVu0nA,33935
|
|
9
|
+
types_boto3_sso_admin/paginator.pyi,sha256=ajjFZmEcr-4NgWTcZct9EhbRge4y9O6HOpexnJewm0o,33874
|
|
10
|
+
types_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_sso_admin/type_defs.py,sha256=_W9DrWR3naCeIn_MWBNYF0Sx0m7BTDkz4Dki4jbdVN8,42974
|
|
12
|
+
types_boto3_sso_admin/type_defs.pyi,sha256=olZl_hBYdCWiOLMd5YpD4XKFk2zfBwNtxv0nQ7SDUJ0,42779
|
|
13
|
+
types_boto3_sso_admin/version.py,sha256=c-UUM_mUvVubakc5gTb86u9Ov_yJG1V1VwGriKVXSX4,93
|
|
14
|
+
types_boto3_sso_admin-1.38.12.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_sso_admin-1.38.12.dist-info/METADATA,sha256=zSNgJY05E5E1DH8p578BYRNMtzW67O5IbCJNWZ9KsrY,18811
|
|
16
|
+
types_boto3_sso_admin-1.38.12.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
17
|
+
types_boto3_sso_admin-1.38.12.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
+
types_boto3_sso_admin-1.38.12.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_sso_admin/__init__.py,sha256=FF1tQcMoEw3s2Vqmq45UWVDuDOqx95E0_m8nKvLCaow,6250
|
|
2
|
-
types_boto3_sso_admin/__init__.pyi,sha256=kL2O6RU37g4U0_oEQ8KGKIH9DlhCJKw48rUuPBe1J8U,6249
|
|
3
|
-
types_boto3_sso_admin/__main__.py,sha256=Cr_x1_0khTbaQajrwemkt5jh4lFwVwWDb76n6fQOOC4,988
|
|
4
|
-
types_boto3_sso_admin/client.py,sha256=aAWG2mC5sDaSnkRojP2_nEjhlN98lyC2Y0U2WeL4e_M,64470
|
|
5
|
-
types_boto3_sso_admin/client.pyi,sha256=ED1Czb3VC37Kzh-OL8-ON2g--hp29WBXbXvTa7StpOM,64467
|
|
6
|
-
types_boto3_sso_admin/literals.py,sha256=9fj48CHRSWBzjeUwZZcj2jaWG3_Pzs1cr9owgNJfL4g,14657
|
|
7
|
-
types_boto3_sso_admin/literals.pyi,sha256=DPP3uaONIubiPNMB703nb7lb-Djpm2d-JdbhwIez_PM,14655
|
|
8
|
-
types_boto3_sso_admin/paginator.py,sha256=fJxiQNPfGLW_A1vzKcageEQIZYY0yalzwHnmYvVu0nA,33935
|
|
9
|
-
types_boto3_sso_admin/paginator.pyi,sha256=ajjFZmEcr-4NgWTcZct9EhbRge4y9O6HOpexnJewm0o,33874
|
|
10
|
-
types_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_sso_admin/type_defs.py,sha256=MsMtWewwh4ssenZOyjyO1Q7YtgK-xmDp5dlhC0bfQ98,42974
|
|
12
|
-
types_boto3_sso_admin/type_defs.pyi,sha256=5ZXK6hYGmVMZgL8AOhDLAJBCvnG9f1l6ZV-R_Dropag,42779
|
|
13
|
-
types_boto3_sso_admin/version.py,sha256=chIm161Dw81Gs3vO6CH1PT2nlb-lCUhY_igz_jcxAO8,92
|
|
14
|
-
types_boto3_sso_admin-1.38.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_sso_admin-1.38.0.dist-info/METADATA,sha256=xLlXLVmG_j4c6eOqrI4u1QSAIPDkasls5i5VJ_lN9tQ,18807
|
|
16
|
-
types_boto3_sso_admin-1.38.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
17
|
-
types_boto3_sso_admin-1.38.0.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
-
types_boto3_sso_admin-1.38.0.dist-info/RECORD,,
|
{types_boto3_sso_admin-1.38.0.dist-info → types_boto3_sso_admin-1.38.12.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.38.0.dist-info → types_boto3_sso_admin-1.38.12.dist-info}/top_level.txt
RENAMED
|
File without changes
|