types-boto3-sso-admin 1.40.7__py3-none-any.whl → 1.40.60__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 +3 -3
- types_boto3_sso_admin/literals.py +11 -14
- types_boto3_sso_admin/literals.pyi +11 -14
- types_boto3_sso_admin/type_defs.py +35 -15
- types_boto3_sso_admin/type_defs.pyi +31 -13
- types_boto3_sso_admin/version.py +1 -1
- {types_boto3_sso_admin-1.40.7.dist-info → types_boto3_sso_admin-1.40.60.dist-info}/METADATA +4 -4
- types_boto3_sso_admin-1.40.60.dist-info/RECORD +18 -0
- types_boto3_sso_admin-1.40.7.dist-info/RECORD +0 -18
- {types_boto3_sso_admin-1.40.7.dist-info → types_boto3_sso_admin-1.40.60.dist-info}/WHEEL +0 -0
- {types_boto3_sso_admin-1.40.7.dist-info → types_boto3_sso_admin-1.40.60.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_sso_admin-1.40.7.dist-info → types_boto3_sso_admin-1.40.60.dist-info}/top_level.txt +0 -0
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SSOAdmin 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 SSOAdmin 1.40.60\n"
|
|
16
|
+
"Version: 1.40.60\n"
|
|
17
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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.60\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -31,6 +31,8 @@ __all__ = (
|
|
|
31
31
|
"InstanceAccessControlAttributeConfigurationStatusType",
|
|
32
32
|
"InstanceStatusType",
|
|
33
33
|
"JwksRetrievalOptionType",
|
|
34
|
+
"KmsKeyStatusType",
|
|
35
|
+
"KmsKeyTypeType",
|
|
34
36
|
"ListAccountAssignmentCreationStatusPaginatorName",
|
|
35
37
|
"ListAccountAssignmentDeletionStatusPaginatorName",
|
|
36
38
|
"ListAccountAssignmentsForPrincipalPaginatorName",
|
|
@@ -80,8 +82,10 @@ GrantTypeType = Literal[
|
|
|
80
82
|
InstanceAccessControlAttributeConfigurationStatusType = Literal[
|
|
81
83
|
"CREATION_FAILED", "CREATION_IN_PROGRESS", "ENABLED"
|
|
82
84
|
]
|
|
83
|
-
InstanceStatusType = Literal["ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
85
|
+
InstanceStatusType = Literal["ACTIVE", "CREATE_FAILED", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
84
86
|
JwksRetrievalOptionType = Literal["OPEN_ID_DISCOVERY"]
|
|
87
|
+
KmsKeyStatusType = Literal["ENABLED", "UPDATE_FAILED", "UPDATING"]
|
|
88
|
+
KmsKeyTypeType = Literal["AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"]
|
|
85
89
|
ListAccountAssignmentCreationStatusPaginatorName = Literal[
|
|
86
90
|
"list_account_assignment_creation_status"
|
|
87
91
|
]
|
|
@@ -168,8 +172,10 @@ ServiceName = Literal[
|
|
|
168
172
|
"backup-gateway",
|
|
169
173
|
"backupsearch",
|
|
170
174
|
"batch",
|
|
175
|
+
"bcm-dashboards",
|
|
171
176
|
"bcm-data-exports",
|
|
172
177
|
"bcm-pricing-calculator",
|
|
178
|
+
"bcm-recommended-actions",
|
|
173
179
|
"bedrock",
|
|
174
180
|
"bedrock-agent",
|
|
175
181
|
"bedrock-agent-runtime",
|
|
@@ -411,8 +417,6 @@ ServiceName = Literal[
|
|
|
411
417
|
"omics",
|
|
412
418
|
"opensearch",
|
|
413
419
|
"opensearchserverless",
|
|
414
|
-
"opsworks",
|
|
415
|
-
"opsworkscm",
|
|
416
420
|
"organizations",
|
|
417
421
|
"osis",
|
|
418
422
|
"outposts",
|
|
@@ -463,6 +467,7 @@ ServiceName = Literal[
|
|
|
463
467
|
"route53domains",
|
|
464
468
|
"route53profiles",
|
|
465
469
|
"route53resolver",
|
|
470
|
+
"rtbfabric",
|
|
466
471
|
"rum",
|
|
467
472
|
"s3",
|
|
468
473
|
"s3control",
|
|
@@ -494,7 +499,6 @@ ServiceName = Literal[
|
|
|
494
499
|
"shield",
|
|
495
500
|
"signer",
|
|
496
501
|
"simspaceweaver",
|
|
497
|
-
"sms",
|
|
498
502
|
"snow-device-management",
|
|
499
503
|
"snowball",
|
|
500
504
|
"sns",
|
|
@@ -545,16 +549,7 @@ ServiceName = Literal[
|
|
|
545
549
|
"xray",
|
|
546
550
|
]
|
|
547
551
|
ResourceServiceName = Literal[
|
|
548
|
-
"cloudformation",
|
|
549
|
-
"cloudwatch",
|
|
550
|
-
"dynamodb",
|
|
551
|
-
"ec2",
|
|
552
|
-
"glacier",
|
|
553
|
-
"iam",
|
|
554
|
-
"opsworks",
|
|
555
|
-
"s3",
|
|
556
|
-
"sns",
|
|
557
|
-
"sqs",
|
|
552
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
558
553
|
]
|
|
559
554
|
PaginatorName = Literal[
|
|
560
555
|
"list_account_assignment_creation_status",
|
|
@@ -591,6 +586,7 @@ RegionName = Literal[
|
|
|
591
586
|
"ap-southeast-3",
|
|
592
587
|
"ap-southeast-4",
|
|
593
588
|
"ap-southeast-5",
|
|
589
|
+
"ap-southeast-7",
|
|
594
590
|
"ca-central-1",
|
|
595
591
|
"ca-west-1",
|
|
596
592
|
"eu-central-1",
|
|
@@ -604,6 +600,7 @@ RegionName = Literal[
|
|
|
604
600
|
"il-central-1",
|
|
605
601
|
"me-central-1",
|
|
606
602
|
"me-south-1",
|
|
603
|
+
"mx-central-1",
|
|
607
604
|
"sa-east-1",
|
|
608
605
|
"us-east-1",
|
|
609
606
|
"us-east-2",
|
|
@@ -30,6 +30,8 @@ __all__ = (
|
|
|
30
30
|
"InstanceAccessControlAttributeConfigurationStatusType",
|
|
31
31
|
"InstanceStatusType",
|
|
32
32
|
"JwksRetrievalOptionType",
|
|
33
|
+
"KmsKeyStatusType",
|
|
34
|
+
"KmsKeyTypeType",
|
|
33
35
|
"ListAccountAssignmentCreationStatusPaginatorName",
|
|
34
36
|
"ListAccountAssignmentDeletionStatusPaginatorName",
|
|
35
37
|
"ListAccountAssignmentsForPrincipalPaginatorName",
|
|
@@ -78,8 +80,10 @@ GrantTypeType = Literal[
|
|
|
78
80
|
InstanceAccessControlAttributeConfigurationStatusType = Literal[
|
|
79
81
|
"CREATION_FAILED", "CREATION_IN_PROGRESS", "ENABLED"
|
|
80
82
|
]
|
|
81
|
-
InstanceStatusType = Literal["ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
83
|
+
InstanceStatusType = Literal["ACTIVE", "CREATE_FAILED", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
82
84
|
JwksRetrievalOptionType = Literal["OPEN_ID_DISCOVERY"]
|
|
85
|
+
KmsKeyStatusType = Literal["ENABLED", "UPDATE_FAILED", "UPDATING"]
|
|
86
|
+
KmsKeyTypeType = Literal["AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"]
|
|
83
87
|
ListAccountAssignmentCreationStatusPaginatorName = Literal[
|
|
84
88
|
"list_account_assignment_creation_status"
|
|
85
89
|
]
|
|
@@ -166,8 +170,10 @@ ServiceName = Literal[
|
|
|
166
170
|
"backup-gateway",
|
|
167
171
|
"backupsearch",
|
|
168
172
|
"batch",
|
|
173
|
+
"bcm-dashboards",
|
|
169
174
|
"bcm-data-exports",
|
|
170
175
|
"bcm-pricing-calculator",
|
|
176
|
+
"bcm-recommended-actions",
|
|
171
177
|
"bedrock",
|
|
172
178
|
"bedrock-agent",
|
|
173
179
|
"bedrock-agent-runtime",
|
|
@@ -409,8 +415,6 @@ ServiceName = Literal[
|
|
|
409
415
|
"omics",
|
|
410
416
|
"opensearch",
|
|
411
417
|
"opensearchserverless",
|
|
412
|
-
"opsworks",
|
|
413
|
-
"opsworkscm",
|
|
414
418
|
"organizations",
|
|
415
419
|
"osis",
|
|
416
420
|
"outposts",
|
|
@@ -461,6 +465,7 @@ ServiceName = Literal[
|
|
|
461
465
|
"route53domains",
|
|
462
466
|
"route53profiles",
|
|
463
467
|
"route53resolver",
|
|
468
|
+
"rtbfabric",
|
|
464
469
|
"rum",
|
|
465
470
|
"s3",
|
|
466
471
|
"s3control",
|
|
@@ -492,7 +497,6 @@ ServiceName = Literal[
|
|
|
492
497
|
"shield",
|
|
493
498
|
"signer",
|
|
494
499
|
"simspaceweaver",
|
|
495
|
-
"sms",
|
|
496
500
|
"snow-device-management",
|
|
497
501
|
"snowball",
|
|
498
502
|
"sns",
|
|
@@ -543,16 +547,7 @@ ServiceName = Literal[
|
|
|
543
547
|
"xray",
|
|
544
548
|
]
|
|
545
549
|
ResourceServiceName = Literal[
|
|
546
|
-
"cloudformation",
|
|
547
|
-
"cloudwatch",
|
|
548
|
-
"dynamodb",
|
|
549
|
-
"ec2",
|
|
550
|
-
"glacier",
|
|
551
|
-
"iam",
|
|
552
|
-
"opsworks",
|
|
553
|
-
"s3",
|
|
554
|
-
"sns",
|
|
555
|
-
"sqs",
|
|
550
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
556
551
|
]
|
|
557
552
|
PaginatorName = Literal[
|
|
558
553
|
"list_account_assignment_creation_status",
|
|
@@ -589,6 +584,7 @@ RegionName = Literal[
|
|
|
589
584
|
"ap-southeast-3",
|
|
590
585
|
"ap-southeast-4",
|
|
591
586
|
"ap-southeast-5",
|
|
587
|
+
"ap-southeast-7",
|
|
592
588
|
"ca-central-1",
|
|
593
589
|
"ca-west-1",
|
|
594
590
|
"eu-central-1",
|
|
@@ -602,6 +598,7 @@ RegionName = Literal[
|
|
|
602
598
|
"il-central-1",
|
|
603
599
|
"me-central-1",
|
|
604
600
|
"me-south-1",
|
|
601
|
+
"mx-central-1",
|
|
605
602
|
"sa-east-1",
|
|
606
603
|
"us-east-1",
|
|
607
604
|
"us-east-2",
|
|
@@ -27,6 +27,8 @@ from .literals import (
|
|
|
27
27
|
GrantTypeType,
|
|
28
28
|
InstanceAccessControlAttributeConfigurationStatusType,
|
|
29
29
|
InstanceStatusType,
|
|
30
|
+
KmsKeyStatusType,
|
|
31
|
+
KmsKeyTypeType,
|
|
30
32
|
PrincipalTypeType,
|
|
31
33
|
ProvisioningStatusType,
|
|
32
34
|
ProvisionTargetTypeType,
|
|
@@ -121,6 +123,8 @@ __all__ = (
|
|
|
121
123
|
"DetachManagedPolicyFromPermissionSetRequestTypeDef",
|
|
122
124
|
"DisplayDataTypeDef",
|
|
123
125
|
"EmptyResponseMetadataTypeDef",
|
|
126
|
+
"EncryptionConfigurationDetailsTypeDef",
|
|
127
|
+
"EncryptionConfigurationTypeDef",
|
|
124
128
|
"GetApplicationAccessScopeRequestTypeDef",
|
|
125
129
|
"GetApplicationAccessScopeResponseTypeDef",
|
|
126
130
|
"GetApplicationAssignmentConfigurationRequestTypeDef",
|
|
@@ -478,6 +482,13 @@ class DescribeInstanceRequestTypeDef(TypedDict):
|
|
|
478
482
|
InstanceArn: str
|
|
479
483
|
|
|
480
484
|
|
|
485
|
+
class EncryptionConfigurationDetailsTypeDef(TypedDict):
|
|
486
|
+
KeyType: NotRequired[KmsKeyTypeType]
|
|
487
|
+
KmsKeyArn: NotRequired[str]
|
|
488
|
+
EncryptionStatus: NotRequired[KmsKeyStatusType]
|
|
489
|
+
EncryptionStatusReason: NotRequired[str]
|
|
490
|
+
|
|
491
|
+
|
|
481
492
|
class DescribePermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
482
493
|
InstanceArn: str
|
|
483
494
|
ProvisionPermissionSetRequestId: str
|
|
@@ -507,6 +518,11 @@ class DetachManagedPolicyFromPermissionSetRequestTypeDef(TypedDict):
|
|
|
507
518
|
ManagedPolicyArn: str
|
|
508
519
|
|
|
509
520
|
|
|
521
|
+
class EncryptionConfigurationTypeDef(TypedDict):
|
|
522
|
+
KeyType: KmsKeyTypeType
|
|
523
|
+
KmsKeyArn: NotRequired[str]
|
|
524
|
+
|
|
525
|
+
|
|
510
526
|
class GetApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
511
527
|
ApplicationArn: str
|
|
512
528
|
Scope: str
|
|
@@ -547,6 +563,7 @@ class InstanceMetadataTypeDef(TypedDict):
|
|
|
547
563
|
Name: NotRequired[str]
|
|
548
564
|
CreatedDate: NotRequired[datetime]
|
|
549
565
|
Status: NotRequired[InstanceStatusType]
|
|
566
|
+
StatusReason: NotRequired[str]
|
|
550
567
|
|
|
551
568
|
|
|
552
569
|
class OperationStatusFilterTypeDef(TypedDict):
|
|
@@ -735,11 +752,6 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
735
752
|
InstanceArn: NotRequired[str]
|
|
736
753
|
|
|
737
754
|
|
|
738
|
-
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
739
|
-
Name: str
|
|
740
|
-
InstanceArn: str
|
|
741
|
-
|
|
742
|
-
|
|
743
755
|
class UpdatePermissionSetRequestTypeDef(TypedDict):
|
|
744
756
|
InstanceArn: str
|
|
745
757
|
PermissionSetArn: str
|
|
@@ -833,16 +845,6 @@ class DescribeApplicationAssignmentResponseTypeDef(TypedDict):
|
|
|
833
845
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
834
846
|
|
|
835
847
|
|
|
836
|
-
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
837
|
-
InstanceArn: str
|
|
838
|
-
IdentityStoreId: str
|
|
839
|
-
OwnerAccountId: str
|
|
840
|
-
Name: str
|
|
841
|
-
CreatedDate: datetime
|
|
842
|
-
Status: InstanceStatusType
|
|
843
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
844
|
-
|
|
845
|
-
|
|
846
848
|
class EmptyResponseMetadataTypeDef(TypedDict):
|
|
847
849
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
848
850
|
|
|
@@ -971,6 +973,18 @@ class DescribePermissionSetResponseTypeDef(TypedDict):
|
|
|
971
973
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
972
974
|
|
|
973
975
|
|
|
976
|
+
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
977
|
+
InstanceArn: str
|
|
978
|
+
IdentityStoreId: str
|
|
979
|
+
OwnerAccountId: str
|
|
980
|
+
Name: str
|
|
981
|
+
CreatedDate: datetime
|
|
982
|
+
Status: InstanceStatusType
|
|
983
|
+
StatusReason: str
|
|
984
|
+
EncryptionConfigurationDetails: EncryptionConfigurationDetailsTypeDef
|
|
985
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
986
|
+
|
|
987
|
+
|
|
974
988
|
class DescribePermissionSetProvisioningStatusResponseTypeDef(TypedDict):
|
|
975
989
|
PermissionSetProvisioningStatus: PermissionSetProvisioningStatusTypeDef
|
|
976
990
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -981,6 +995,12 @@ class ProvisionPermissionSetResponseTypeDef(TypedDict):
|
|
|
981
995
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
982
996
|
|
|
983
997
|
|
|
998
|
+
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
999
|
+
InstanceArn: str
|
|
1000
|
+
Name: NotRequired[str]
|
|
1001
|
+
EncryptionConfiguration: NotRequired[EncryptionConfigurationTypeDef]
|
|
1002
|
+
|
|
1003
|
+
|
|
984
1004
|
class ListInstancesResponseTypeDef(TypedDict):
|
|
985
1005
|
Instances: List[InstanceMetadataTypeDef]
|
|
986
1006
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -27,6 +27,8 @@ from .literals import (
|
|
|
27
27
|
GrantTypeType,
|
|
28
28
|
InstanceAccessControlAttributeConfigurationStatusType,
|
|
29
29
|
InstanceStatusType,
|
|
30
|
+
KmsKeyStatusType,
|
|
31
|
+
KmsKeyTypeType,
|
|
30
32
|
PrincipalTypeType,
|
|
31
33
|
ProvisioningStatusType,
|
|
32
34
|
ProvisionTargetTypeType,
|
|
@@ -120,6 +122,8 @@ __all__ = (
|
|
|
120
122
|
"DetachManagedPolicyFromPermissionSetRequestTypeDef",
|
|
121
123
|
"DisplayDataTypeDef",
|
|
122
124
|
"EmptyResponseMetadataTypeDef",
|
|
125
|
+
"EncryptionConfigurationDetailsTypeDef",
|
|
126
|
+
"EncryptionConfigurationTypeDef",
|
|
123
127
|
"GetApplicationAccessScopeRequestTypeDef",
|
|
124
128
|
"GetApplicationAccessScopeResponseTypeDef",
|
|
125
129
|
"GetApplicationAssignmentConfigurationRequestTypeDef",
|
|
@@ -434,6 +438,12 @@ class DescribeInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDic
|
|
|
434
438
|
class DescribeInstanceRequestTypeDef(TypedDict):
|
|
435
439
|
InstanceArn: str
|
|
436
440
|
|
|
441
|
+
class EncryptionConfigurationDetailsTypeDef(TypedDict):
|
|
442
|
+
KeyType: NotRequired[KmsKeyTypeType]
|
|
443
|
+
KmsKeyArn: NotRequired[str]
|
|
444
|
+
EncryptionStatus: NotRequired[KmsKeyStatusType]
|
|
445
|
+
EncryptionStatusReason: NotRequired[str]
|
|
446
|
+
|
|
437
447
|
class DescribePermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
438
448
|
InstanceArn: str
|
|
439
449
|
ProvisionPermissionSetRequestId: str
|
|
@@ -458,6 +468,10 @@ class DetachManagedPolicyFromPermissionSetRequestTypeDef(TypedDict):
|
|
|
458
468
|
PermissionSetArn: str
|
|
459
469
|
ManagedPolicyArn: str
|
|
460
470
|
|
|
471
|
+
class EncryptionConfigurationTypeDef(TypedDict):
|
|
472
|
+
KeyType: KmsKeyTypeType
|
|
473
|
+
KmsKeyArn: NotRequired[str]
|
|
474
|
+
|
|
461
475
|
class GetApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
462
476
|
ApplicationArn: str
|
|
463
477
|
Scope: str
|
|
@@ -491,6 +505,7 @@ class InstanceMetadataTypeDef(TypedDict):
|
|
|
491
505
|
Name: NotRequired[str]
|
|
492
506
|
CreatedDate: NotRequired[datetime]
|
|
493
507
|
Status: NotRequired[InstanceStatusType]
|
|
508
|
+
StatusReason: NotRequired[str]
|
|
494
509
|
|
|
495
510
|
class OperationStatusFilterTypeDef(TypedDict):
|
|
496
511
|
Status: NotRequired[StatusValuesType]
|
|
@@ -646,10 +661,6 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
646
661
|
TagKeys: Sequence[str]
|
|
647
662
|
InstanceArn: NotRequired[str]
|
|
648
663
|
|
|
649
|
-
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
650
|
-
Name: str
|
|
651
|
-
InstanceArn: str
|
|
652
|
-
|
|
653
664
|
class UpdatePermissionSetRequestTypeDef(TypedDict):
|
|
654
665
|
InstanceArn: str
|
|
655
666
|
PermissionSetArn: str
|
|
@@ -725,15 +736,6 @@ class DescribeApplicationAssignmentResponseTypeDef(TypedDict):
|
|
|
725
736
|
ApplicationArn: str
|
|
726
737
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
727
738
|
|
|
728
|
-
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
729
|
-
InstanceArn: str
|
|
730
|
-
IdentityStoreId: str
|
|
731
|
-
OwnerAccountId: str
|
|
732
|
-
Name: str
|
|
733
|
-
CreatedDate: datetime
|
|
734
|
-
Status: InstanceStatusType
|
|
735
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
736
|
-
|
|
737
739
|
class EmptyResponseMetadataTypeDef(TypedDict):
|
|
738
740
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
739
741
|
|
|
@@ -840,6 +842,17 @@ class DescribePermissionSetResponseTypeDef(TypedDict):
|
|
|
840
842
|
PermissionSet: PermissionSetTypeDef
|
|
841
843
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
842
844
|
|
|
845
|
+
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
846
|
+
InstanceArn: str
|
|
847
|
+
IdentityStoreId: str
|
|
848
|
+
OwnerAccountId: str
|
|
849
|
+
Name: str
|
|
850
|
+
CreatedDate: datetime
|
|
851
|
+
Status: InstanceStatusType
|
|
852
|
+
StatusReason: str
|
|
853
|
+
EncryptionConfigurationDetails: EncryptionConfigurationDetailsTypeDef
|
|
854
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
855
|
+
|
|
843
856
|
class DescribePermissionSetProvisioningStatusResponseTypeDef(TypedDict):
|
|
844
857
|
PermissionSetProvisioningStatus: PermissionSetProvisioningStatusTypeDef
|
|
845
858
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -848,6 +861,11 @@ class ProvisionPermissionSetResponseTypeDef(TypedDict):
|
|
|
848
861
|
PermissionSetProvisioningStatus: PermissionSetProvisioningStatusTypeDef
|
|
849
862
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
850
863
|
|
|
864
|
+
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
865
|
+
InstanceArn: str
|
|
866
|
+
Name: NotRequired[str]
|
|
867
|
+
EncryptionConfiguration: NotRequired[EncryptionConfigurationTypeDef]
|
|
868
|
+
|
|
851
869
|
class ListInstancesResponseTypeDef(TypedDict):
|
|
852
870
|
Instances: List[InstanceMetadataTypeDef]
|
|
853
871
|
ResponseMetadata: ResponseMetadataTypeDef
|
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.40.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.40.
|
|
3
|
+
Version: 1.40.60
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.40.60 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.40.
|
|
59
|
+
Type annotations for [boto3 SSOAdmin 1.40.60](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/),
|
|
@@ -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.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.60' 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=v04Rr4Ku62TWCTtJeAAB7ZR6wdFXdXV8rzN19eKxnSo,991
|
|
4
|
+
types_boto3_sso_admin/client.py,sha256=Qf_FHmV3Y4971sX-UimwEuAK_RY4emPjdT-SXvjQnsY,65899
|
|
5
|
+
types_boto3_sso_admin/client.pyi,sha256=N6cyuRgRN7sk2npQLU82nTTdVj8u2f1a1iEIoCXTUBA,65896
|
|
6
|
+
types_boto3_sso_admin/literals.py,sha256=rd1E5jLszLsiAfJH8viz-SPe8p9Vzv1Ij3fTSE215PQ,15181
|
|
7
|
+
types_boto3_sso_admin/literals.pyi,sha256=-QCwIUiuJDhYg7_uzOVhE6PHQz-wMaxGEjKqbhCWotM,15179
|
|
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=wpDGgQekBkgmnuv0sgtINCvbLoYVLG_sYQM_8Enzoyw,44361
|
|
12
|
+
types_boto3_sso_admin/type_defs.pyi,sha256=98iJDl-TPqEjtU7RbXdIRMbs15oiSlZmHxlbxHziZKQ,44161
|
|
13
|
+
types_boto3_sso_admin/version.py,sha256=NzXluJrrNARU_IqVC98fZ7B1YuUJkewLTY2LI9mZCDQ,93
|
|
14
|
+
types_boto3_sso_admin-1.40.60.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_sso_admin-1.40.60.dist-info/METADATA,sha256=gravl2LyU1La03tiwkQRBYnmrlzzRqCxSKJKcqIc1uI,18811
|
|
16
|
+
types_boto3_sso_admin-1.40.60.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_sso_admin-1.40.60.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
+
types_boto3_sso_admin-1.40.60.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=Bz4HXi7Uzbboxu8SD90UAaZpWiyim2bE5E_Om0TZSVM,988
|
|
4
|
-
types_boto3_sso_admin/client.py,sha256=Qf_FHmV3Y4971sX-UimwEuAK_RY4emPjdT-SXvjQnsY,65899
|
|
5
|
-
types_boto3_sso_admin/client.pyi,sha256=N6cyuRgRN7sk2npQLU82nTTdVj8u2f1a1iEIoCXTUBA,65896
|
|
6
|
-
types_boto3_sso_admin/literals.py,sha256=KeurvFlFgjBUSgP2E905Ay9HOVvYIJes1T7VGoBrY3o,14963
|
|
7
|
-
types_boto3_sso_admin/literals.pyi,sha256=afvO9htC5seMybqx_APUimmwvrelglPzOxj3BC15t_c,14961
|
|
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=SnEovvIz5ghapr4fZqXNIW4BV4Uq_pXU7bCkFIltkjc,43680
|
|
12
|
-
types_boto3_sso_admin/type_defs.pyi,sha256=q-oBN_QhWXrEja3InQhBu5E1yrzv0bRA-OQjprIIzgs,43482
|
|
13
|
-
types_boto3_sso_admin/version.py,sha256=rmTw8Sq7zP4HwozzydHyftSAvXnZAqV0JbGlJ_09clk,92
|
|
14
|
-
types_boto3_sso_admin-1.40.7.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_sso_admin-1.40.7.dist-info/METADATA,sha256=q8DeprfnbF4KRvic59WkTQP-N0arbTSaIRHr2OtDjXA,18807
|
|
16
|
-
types_boto3_sso_admin-1.40.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_sso_admin-1.40.7.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
-
types_boto3_sso_admin-1.40.7.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_sso_admin-1.40.7.dist-info → types_boto3_sso_admin-1.40.60.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.40.7.dist-info → types_boto3_sso_admin-1.40.60.dist-info}/top_level.txt
RENAMED
|
File without changes
|