mypy-boto3-sso-admin 1.40.7__py3-none-any.whl → 1.40.37__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.
- mypy_boto3_sso_admin/__main__.py +3 -3
- mypy_boto3_sso_admin/literals.py +8 -14
- mypy_boto3_sso_admin/literals.pyi +8 -14
- mypy_boto3_sso_admin/type_defs.py +35 -15
- mypy_boto3_sso_admin/type_defs.pyi +31 -13
- mypy_boto3_sso_admin/version.py +1 -1
- {mypy_boto3_sso_admin-1.40.7.dist-info → mypy_boto3_sso_admin-1.40.37.dist-info}/METADATA +4 -4
- mypy_boto3_sso_admin-1.40.37.dist-info/RECORD +18 -0
- mypy_boto3_sso_admin-1.40.7.dist-info/RECORD +0 -18
- {mypy_boto3_sso_admin-1.40.7.dist-info → mypy_boto3_sso_admin-1.40.37.dist-info}/WHEEL +0 -0
- {mypy_boto3_sso_admin-1.40.7.dist-info → mypy_boto3_sso_admin-1.40.37.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sso_admin-1.40.7.dist-info → mypy_boto3_sso_admin-1.40.37.dist-info}/top_level.txt +0 -0
mypy_boto3_sso_admin/__main__.py
CHANGED
|
@@ -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.37\n"
|
|
16
|
+
"Version: 1.40.37\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#ssoadmin\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.37\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_sso_admin/literals.py
CHANGED
|
@@ -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",
|
|
@@ -494,7 +498,6 @@ ServiceName = Literal[
|
|
|
494
498
|
"shield",
|
|
495
499
|
"signer",
|
|
496
500
|
"simspaceweaver",
|
|
497
|
-
"sms",
|
|
498
501
|
"snow-device-management",
|
|
499
502
|
"snowball",
|
|
500
503
|
"sns",
|
|
@@ -545,16 +548,7 @@ ServiceName = Literal[
|
|
|
545
548
|
"xray",
|
|
546
549
|
]
|
|
547
550
|
ResourceServiceName = Literal[
|
|
548
|
-
"cloudformation",
|
|
549
|
-
"cloudwatch",
|
|
550
|
-
"dynamodb",
|
|
551
|
-
"ec2",
|
|
552
|
-
"glacier",
|
|
553
|
-
"iam",
|
|
554
|
-
"opsworks",
|
|
555
|
-
"s3",
|
|
556
|
-
"sns",
|
|
557
|
-
"sqs",
|
|
551
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
558
552
|
]
|
|
559
553
|
PaginatorName = Literal[
|
|
560
554
|
"list_account_assignment_creation_status",
|
|
@@ -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",
|
|
@@ -492,7 +496,6 @@ ServiceName = Literal[
|
|
|
492
496
|
"shield",
|
|
493
497
|
"signer",
|
|
494
498
|
"simspaceweaver",
|
|
495
|
-
"sms",
|
|
496
499
|
"snow-device-management",
|
|
497
500
|
"snowball",
|
|
498
501
|
"sns",
|
|
@@ -543,16 +546,7 @@ ServiceName = Literal[
|
|
|
543
546
|
"xray",
|
|
544
547
|
]
|
|
545
548
|
ResourceServiceName = Literal[
|
|
546
|
-
"cloudformation",
|
|
547
|
-
"cloudwatch",
|
|
548
|
-
"dynamodb",
|
|
549
|
-
"ec2",
|
|
550
|
-
"glacier",
|
|
551
|
-
"iam",
|
|
552
|
-
"opsworks",
|
|
553
|
-
"s3",
|
|
554
|
-
"sns",
|
|
555
|
-
"sqs",
|
|
549
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
556
550
|
]
|
|
557
551
|
PaginatorName = Literal[
|
|
558
552
|
"list_account_assignment_creation_status",
|
|
@@ -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
|
mypy_boto3_sso_admin/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sso-admin
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 SSOAdmin 1.40.
|
|
3
|
+
Version: 1.40.37
|
|
4
|
+
Summary: Type annotations for boto3 SSOAdmin 1.40.37 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.37](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.37' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3-stubs` AWS SDK.
|
|
123
123
|
3. Add `SSOAdmin` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_sso_admin/__init__.py,sha256=K7ei0XSTTdtdRK463sfNnrXBe78mhLne49ZC5SbnGRI,6248
|
|
2
|
+
mypy_boto3_sso_admin/__init__.pyi,sha256=ZZdfLxuG00N7IH_46b44bzdMh8QrPSD7IEFqqZCDlCg,6247
|
|
3
|
+
mypy_boto3_sso_admin/__main__.py,sha256=mbkvbdA0yxcw7p6pSgpbHL7BxNDBjSSEGsj2WvY64eY,990
|
|
4
|
+
mypy_boto3_sso_admin/client.py,sha256=qBD5Jvsjcr1oWajwyKrTpww6gH1W_lMBA8DklGraw44,65798
|
|
5
|
+
mypy_boto3_sso_admin/client.pyi,sha256=QfQ9AZ0kqhmx_gEY9dAwr1Rv2xR0Hh0wwfu00n5EW0A,65795
|
|
6
|
+
mypy_boto3_sso_admin/literals.py,sha256=PoLVMCQnEiXL1eYtCHoJCR49jby3WtsZvFmJ4Tkrsmc,15120
|
|
7
|
+
mypy_boto3_sso_admin/literals.pyi,sha256=7aWWNT_PIoXg048AdIs764lsUqkgmZZtPZJ0mHQsaBQ,15118
|
|
8
|
+
mypy_boto3_sso_admin/paginator.py,sha256=2LfYXUtC0D6BGO2psp5TFtAquuecOMgj6Bhsyfg8KEQ,33892
|
|
9
|
+
mypy_boto3_sso_admin/paginator.pyi,sha256=ZfdhZZNtLU8wpAw0bZTkxcBoi82Sb9WZtP_s0mF3pQA,33831
|
|
10
|
+
mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sso_admin/type_defs.py,sha256=RzMOoUESlVoeK8zbUG1JKtoVVpW3h9gk2ardCU2K6aw,44359
|
|
12
|
+
mypy_boto3_sso_admin/type_defs.pyi,sha256=axpn88laDVONk039S9Dbu2oNNHDHzGdseAO-3FADPr8,44159
|
|
13
|
+
mypy_boto3_sso_admin/version.py,sha256=9PXINUeLzVjqMW0QfQ6IGBPY3gazUR7m81RiG5Yo6js,93
|
|
14
|
+
mypy_boto3_sso_admin-1.40.37.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
mypy_boto3_sso_admin-1.40.37.dist-info/METADATA,sha256=lwBJDyTtXsrwepKl13J6jKLEUVQCYZ9TXA2emXzSN4I,18784
|
|
16
|
+
mypy_boto3_sso_admin-1.40.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
mypy_boto3_sso_admin-1.40.37.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
|
|
18
|
+
mypy_boto3_sso_admin-1.40.37.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sso_admin/__init__.py,sha256=K7ei0XSTTdtdRK463sfNnrXBe78mhLne49ZC5SbnGRI,6248
|
|
2
|
-
mypy_boto3_sso_admin/__init__.pyi,sha256=ZZdfLxuG00N7IH_46b44bzdMh8QrPSD7IEFqqZCDlCg,6247
|
|
3
|
-
mypy_boto3_sso_admin/__main__.py,sha256=AkUD2s9jCgG57XKo-yAGysY4uew_iVQmLpYBZFbxhrg,987
|
|
4
|
-
mypy_boto3_sso_admin/client.py,sha256=qBD5Jvsjcr1oWajwyKrTpww6gH1W_lMBA8DklGraw44,65798
|
|
5
|
-
mypy_boto3_sso_admin/client.pyi,sha256=QfQ9AZ0kqhmx_gEY9dAwr1Rv2xR0Hh0wwfu00n5EW0A,65795
|
|
6
|
-
mypy_boto3_sso_admin/literals.py,sha256=Giss-rRLntZP5e09pJcnukGJxhVT2nyRJ2KDWXAea90,14961
|
|
7
|
-
mypy_boto3_sso_admin/literals.pyi,sha256=Ji_10MH4odomYinKDdSbY5_b3lhEL6Ey2s60W8ojCXc,14959
|
|
8
|
-
mypy_boto3_sso_admin/paginator.py,sha256=2LfYXUtC0D6BGO2psp5TFtAquuecOMgj6Bhsyfg8KEQ,33892
|
|
9
|
-
mypy_boto3_sso_admin/paginator.pyi,sha256=ZfdhZZNtLU8wpAw0bZTkxcBoi82Sb9WZtP_s0mF3pQA,33831
|
|
10
|
-
mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sso_admin/type_defs.py,sha256=xZT2HbSM8sqvuYp0sD9xGC6veETC29Kt2xgAf_-v6Jk,43678
|
|
12
|
-
mypy_boto3_sso_admin/type_defs.pyi,sha256=ZhSveZi39GEh9qQVzY-yfDVqpOPbV8TQXkBr00TbLxg,43480
|
|
13
|
-
mypy_boto3_sso_admin/version.py,sha256=rmTw8Sq7zP4HwozzydHyftSAvXnZAqV0JbGlJ_09clk,92
|
|
14
|
-
mypy_boto3_sso_admin-1.40.7.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
mypy_boto3_sso_admin-1.40.7.dist-info/METADATA,sha256=-wTiyKkouLlp4Eht8rCGMZy5shwKHxrImULcApicHq0,18780
|
|
16
|
-
mypy_boto3_sso_admin-1.40.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
mypy_boto3_sso_admin-1.40.7.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
|
|
18
|
-
mypy_boto3_sso_admin-1.40.7.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sso_admin-1.40.7.dist-info → mypy_boto3_sso_admin-1.40.37.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_sso_admin-1.40.7.dist-info → mypy_boto3_sso_admin-1.40.37.dist-info}/top_level.txt
RENAMED
|
File without changes
|