types-boto3-sso-admin 1.40.0__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.
- types_boto3_sso_admin/__main__.py +3 -3
- types_boto3_sso_admin/client.py +23 -0
- types_boto3_sso_admin/client.pyi +23 -0
- types_boto3_sso_admin/literals.py +11 -14
- types_boto3_sso_admin/literals.pyi +11 -14
- types_boto3_sso_admin/type_defs.py +53 -15
- types_boto3_sso_admin/type_defs.pyi +46 -13
- types_boto3_sso_admin/version.py +1 -1
- {types_boto3_sso_admin-1.40.0.dist-info → types_boto3_sso_admin-1.40.37.dist-info}/METADATA +4 -4
- types_boto3_sso_admin-1.40.37.dist-info/RECORD +18 -0
- types_boto3_sso_admin-1.40.0.dist-info/RECORD +0 -18
- {types_boto3_sso_admin-1.40.0.dist-info → types_boto3_sso_admin-1.40.37.dist-info}/WHEEL +0 -0
- {types_boto3_sso_admin-1.40.0.dist-info → types_boto3_sso_admin-1.40.37.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_sso_admin-1.40.0.dist-info → types_boto3_sso_admin-1.40.37.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.37\n"
|
|
16
|
+
"Version: 1.40.37\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.37\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_sso_admin/client.py
CHANGED
|
@@ -106,6 +106,8 @@ from .type_defs import (
|
|
|
106
106
|
GetApplicationAuthenticationMethodResponseTypeDef,
|
|
107
107
|
GetApplicationGrantRequestTypeDef,
|
|
108
108
|
GetApplicationGrantResponseTypeDef,
|
|
109
|
+
GetApplicationSessionConfigurationRequestTypeDef,
|
|
110
|
+
GetApplicationSessionConfigurationResponseTypeDef,
|
|
109
111
|
GetInlinePolicyForPermissionSetRequestTypeDef,
|
|
110
112
|
GetInlinePolicyForPermissionSetResponseTypeDef,
|
|
111
113
|
GetPermissionsBoundaryForPermissionSetRequestTypeDef,
|
|
@@ -156,6 +158,7 @@ from .type_defs import (
|
|
|
156
158
|
PutApplicationAssignmentConfigurationRequestTypeDef,
|
|
157
159
|
PutApplicationAuthenticationMethodRequestTypeDef,
|
|
158
160
|
PutApplicationGrantRequestTypeDef,
|
|
161
|
+
PutApplicationSessionConfigurationRequestTypeDef,
|
|
159
162
|
PutInlinePolicyToPermissionSetRequestTypeDef,
|
|
160
163
|
PutPermissionsBoundaryToPermissionSetRequestTypeDef,
|
|
161
164
|
TagResourceRequestTypeDef,
|
|
@@ -617,6 +620,16 @@ class SSOAdminClient(BaseClient):
|
|
|
617
620
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_grant)
|
|
618
621
|
"""
|
|
619
622
|
|
|
623
|
+
def get_application_session_configuration(
|
|
624
|
+
self, **kwargs: Unpack[GetApplicationSessionConfigurationRequestTypeDef]
|
|
625
|
+
) -> GetApplicationSessionConfigurationResponseTypeDef:
|
|
626
|
+
"""
|
|
627
|
+
Retrieves the session configuration for an application in IAM Identity Center.
|
|
628
|
+
|
|
629
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_session_configuration.html)
|
|
630
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_session_configuration)
|
|
631
|
+
"""
|
|
632
|
+
|
|
620
633
|
def get_inline_policy_for_permission_set(
|
|
621
634
|
self, **kwargs: Unpack[GetInlinePolicyForPermissionSetRequestTypeDef]
|
|
622
635
|
) -> GetInlinePolicyForPermissionSetResponseTypeDef:
|
|
@@ -901,6 +914,16 @@ class SSOAdminClient(BaseClient):
|
|
|
901
914
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
|
|
902
915
|
"""
|
|
903
916
|
|
|
917
|
+
def put_application_session_configuration(
|
|
918
|
+
self, **kwargs: Unpack[PutApplicationSessionConfigurationRequestTypeDef]
|
|
919
|
+
) -> Dict[str, Any]:
|
|
920
|
+
"""
|
|
921
|
+
Updates the session configuration for an application in IAM Identity Center.
|
|
922
|
+
|
|
923
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_session_configuration.html)
|
|
924
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_session_configuration)
|
|
925
|
+
"""
|
|
926
|
+
|
|
904
927
|
def put_inline_policy_to_permission_set(
|
|
905
928
|
self, **kwargs: Unpack[PutInlinePolicyToPermissionSetRequestTypeDef]
|
|
906
929
|
) -> Dict[str, Any]:
|
types_boto3_sso_admin/client.pyi
CHANGED
|
@@ -106,6 +106,8 @@ from .type_defs import (
|
|
|
106
106
|
GetApplicationAuthenticationMethodResponseTypeDef,
|
|
107
107
|
GetApplicationGrantRequestTypeDef,
|
|
108
108
|
GetApplicationGrantResponseTypeDef,
|
|
109
|
+
GetApplicationSessionConfigurationRequestTypeDef,
|
|
110
|
+
GetApplicationSessionConfigurationResponseTypeDef,
|
|
109
111
|
GetInlinePolicyForPermissionSetRequestTypeDef,
|
|
110
112
|
GetInlinePolicyForPermissionSetResponseTypeDef,
|
|
111
113
|
GetPermissionsBoundaryForPermissionSetRequestTypeDef,
|
|
@@ -156,6 +158,7 @@ from .type_defs import (
|
|
|
156
158
|
PutApplicationAssignmentConfigurationRequestTypeDef,
|
|
157
159
|
PutApplicationAuthenticationMethodRequestTypeDef,
|
|
158
160
|
PutApplicationGrantRequestTypeDef,
|
|
161
|
+
PutApplicationSessionConfigurationRequestTypeDef,
|
|
159
162
|
PutInlinePolicyToPermissionSetRequestTypeDef,
|
|
160
163
|
PutPermissionsBoundaryToPermissionSetRequestTypeDef,
|
|
161
164
|
TagResourceRequestTypeDef,
|
|
@@ -614,6 +617,16 @@ class SSOAdminClient(BaseClient):
|
|
|
614
617
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_grant)
|
|
615
618
|
"""
|
|
616
619
|
|
|
620
|
+
def get_application_session_configuration(
|
|
621
|
+
self, **kwargs: Unpack[GetApplicationSessionConfigurationRequestTypeDef]
|
|
622
|
+
) -> GetApplicationSessionConfigurationResponseTypeDef:
|
|
623
|
+
"""
|
|
624
|
+
Retrieves the session configuration for an application in IAM Identity Center.
|
|
625
|
+
|
|
626
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_session_configuration.html)
|
|
627
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#get_application_session_configuration)
|
|
628
|
+
"""
|
|
629
|
+
|
|
617
630
|
def get_inline_policy_for_permission_set(
|
|
618
631
|
self, **kwargs: Unpack[GetInlinePolicyForPermissionSetRequestTypeDef]
|
|
619
632
|
) -> GetInlinePolicyForPermissionSetResponseTypeDef:
|
|
@@ -898,6 +911,16 @@ class SSOAdminClient(BaseClient):
|
|
|
898
911
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_grant)
|
|
899
912
|
"""
|
|
900
913
|
|
|
914
|
+
def put_application_session_configuration(
|
|
915
|
+
self, **kwargs: Unpack[PutApplicationSessionConfigurationRequestTypeDef]
|
|
916
|
+
) -> Dict[str, Any]:
|
|
917
|
+
"""
|
|
918
|
+
Updates the session configuration for an application in IAM Identity Center.
|
|
919
|
+
|
|
920
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_session_configuration.html)
|
|
921
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_sso_admin/client/#put_application_session_configuration)
|
|
922
|
+
"""
|
|
923
|
+
|
|
901
924
|
def put_inline_policy_to_permission_set(
|
|
902
925
|
self, **kwargs: Unpack[PutInlinePolicyToPermissionSetRequestTypeDef]
|
|
903
926
|
) -> Dict[str, Any]:
|
|
@@ -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",
|
|
@@ -63,6 +65,7 @@ __all__ = (
|
|
|
63
65
|
"StatusValuesType",
|
|
64
66
|
"TargetTypeType",
|
|
65
67
|
"TrustedTokenIssuerTypeType",
|
|
68
|
+
"UserBackgroundSessionApplicationStatusType",
|
|
66
69
|
)
|
|
67
70
|
|
|
68
71
|
|
|
@@ -79,8 +82,10 @@ GrantTypeType = Literal[
|
|
|
79
82
|
InstanceAccessControlAttributeConfigurationStatusType = Literal[
|
|
80
83
|
"CREATION_FAILED", "CREATION_IN_PROGRESS", "ENABLED"
|
|
81
84
|
]
|
|
82
|
-
InstanceStatusType = Literal["ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
85
|
+
InstanceStatusType = Literal["ACTIVE", "CREATE_FAILED", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
83
86
|
JwksRetrievalOptionType = Literal["OPEN_ID_DISCOVERY"]
|
|
87
|
+
KmsKeyStatusType = Literal["ENABLED", "UPDATE_FAILED", "UPDATING"]
|
|
88
|
+
KmsKeyTypeType = Literal["AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"]
|
|
84
89
|
ListAccountAssignmentCreationStatusPaginatorName = Literal[
|
|
85
90
|
"list_account_assignment_creation_status"
|
|
86
91
|
]
|
|
@@ -126,6 +131,7 @@ SignInOriginType = Literal["APPLICATION", "IDENTITY_CENTER"]
|
|
|
126
131
|
StatusValuesType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
|
|
127
132
|
TargetTypeType = Literal["AWS_ACCOUNT"]
|
|
128
133
|
TrustedTokenIssuerTypeType = Literal["OIDC_JWT"]
|
|
134
|
+
UserBackgroundSessionApplicationStatusType = Literal["DISABLED", "ENABLED"]
|
|
129
135
|
SSOAdminServiceName = Literal["sso-admin"]
|
|
130
136
|
ServiceName = Literal[
|
|
131
137
|
"accessanalyzer",
|
|
@@ -154,6 +160,7 @@ ServiceName = Literal[
|
|
|
154
160
|
"appstream",
|
|
155
161
|
"appsync",
|
|
156
162
|
"apptest",
|
|
163
|
+
"arc-region-switch",
|
|
157
164
|
"arc-zonal-shift",
|
|
158
165
|
"artifact",
|
|
159
166
|
"athena",
|
|
@@ -165,8 +172,10 @@ ServiceName = Literal[
|
|
|
165
172
|
"backup-gateway",
|
|
166
173
|
"backupsearch",
|
|
167
174
|
"batch",
|
|
175
|
+
"bcm-dashboards",
|
|
168
176
|
"bcm-data-exports",
|
|
169
177
|
"bcm-pricing-calculator",
|
|
178
|
+
"bcm-recommended-actions",
|
|
170
179
|
"bedrock",
|
|
171
180
|
"bedrock-agent",
|
|
172
181
|
"bedrock-agent-runtime",
|
|
@@ -408,8 +417,6 @@ ServiceName = Literal[
|
|
|
408
417
|
"omics",
|
|
409
418
|
"opensearch",
|
|
410
419
|
"opensearchserverless",
|
|
411
|
-
"opsworks",
|
|
412
|
-
"opsworkscm",
|
|
413
420
|
"organizations",
|
|
414
421
|
"osis",
|
|
415
422
|
"outposts",
|
|
@@ -491,7 +498,6 @@ ServiceName = Literal[
|
|
|
491
498
|
"shield",
|
|
492
499
|
"signer",
|
|
493
500
|
"simspaceweaver",
|
|
494
|
-
"sms",
|
|
495
501
|
"snow-device-management",
|
|
496
502
|
"snowball",
|
|
497
503
|
"sns",
|
|
@@ -542,16 +548,7 @@ ServiceName = Literal[
|
|
|
542
548
|
"xray",
|
|
543
549
|
]
|
|
544
550
|
ResourceServiceName = Literal[
|
|
545
|
-
"cloudformation",
|
|
546
|
-
"cloudwatch",
|
|
547
|
-
"dynamodb",
|
|
548
|
-
"ec2",
|
|
549
|
-
"glacier",
|
|
550
|
-
"iam",
|
|
551
|
-
"opsworks",
|
|
552
|
-
"s3",
|
|
553
|
-
"sns",
|
|
554
|
-
"sqs",
|
|
551
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
555
552
|
]
|
|
556
553
|
PaginatorName = Literal[
|
|
557
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",
|
|
@@ -62,6 +64,7 @@ __all__ = (
|
|
|
62
64
|
"StatusValuesType",
|
|
63
65
|
"TargetTypeType",
|
|
64
66
|
"TrustedTokenIssuerTypeType",
|
|
67
|
+
"UserBackgroundSessionApplicationStatusType",
|
|
65
68
|
)
|
|
66
69
|
|
|
67
70
|
ApplicationStatusType = Literal["DISABLED", "ENABLED"]
|
|
@@ -77,8 +80,10 @@ GrantTypeType = Literal[
|
|
|
77
80
|
InstanceAccessControlAttributeConfigurationStatusType = Literal[
|
|
78
81
|
"CREATION_FAILED", "CREATION_IN_PROGRESS", "ENABLED"
|
|
79
82
|
]
|
|
80
|
-
InstanceStatusType = Literal["ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
83
|
+
InstanceStatusType = Literal["ACTIVE", "CREATE_FAILED", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS"]
|
|
81
84
|
JwksRetrievalOptionType = Literal["OPEN_ID_DISCOVERY"]
|
|
85
|
+
KmsKeyStatusType = Literal["ENABLED", "UPDATE_FAILED", "UPDATING"]
|
|
86
|
+
KmsKeyTypeType = Literal["AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"]
|
|
82
87
|
ListAccountAssignmentCreationStatusPaginatorName = Literal[
|
|
83
88
|
"list_account_assignment_creation_status"
|
|
84
89
|
]
|
|
@@ -124,6 +129,7 @@ SignInOriginType = Literal["APPLICATION", "IDENTITY_CENTER"]
|
|
|
124
129
|
StatusValuesType = Literal["FAILED", "IN_PROGRESS", "SUCCEEDED"]
|
|
125
130
|
TargetTypeType = Literal["AWS_ACCOUNT"]
|
|
126
131
|
TrustedTokenIssuerTypeType = Literal["OIDC_JWT"]
|
|
132
|
+
UserBackgroundSessionApplicationStatusType = Literal["DISABLED", "ENABLED"]
|
|
127
133
|
SSOAdminServiceName = Literal["sso-admin"]
|
|
128
134
|
ServiceName = Literal[
|
|
129
135
|
"accessanalyzer",
|
|
@@ -152,6 +158,7 @@ ServiceName = Literal[
|
|
|
152
158
|
"appstream",
|
|
153
159
|
"appsync",
|
|
154
160
|
"apptest",
|
|
161
|
+
"arc-region-switch",
|
|
155
162
|
"arc-zonal-shift",
|
|
156
163
|
"artifact",
|
|
157
164
|
"athena",
|
|
@@ -163,8 +170,10 @@ ServiceName = Literal[
|
|
|
163
170
|
"backup-gateway",
|
|
164
171
|
"backupsearch",
|
|
165
172
|
"batch",
|
|
173
|
+
"bcm-dashboards",
|
|
166
174
|
"bcm-data-exports",
|
|
167
175
|
"bcm-pricing-calculator",
|
|
176
|
+
"bcm-recommended-actions",
|
|
168
177
|
"bedrock",
|
|
169
178
|
"bedrock-agent",
|
|
170
179
|
"bedrock-agent-runtime",
|
|
@@ -406,8 +415,6 @@ ServiceName = Literal[
|
|
|
406
415
|
"omics",
|
|
407
416
|
"opensearch",
|
|
408
417
|
"opensearchserverless",
|
|
409
|
-
"opsworks",
|
|
410
|
-
"opsworkscm",
|
|
411
418
|
"organizations",
|
|
412
419
|
"osis",
|
|
413
420
|
"outposts",
|
|
@@ -489,7 +496,6 @@ ServiceName = Literal[
|
|
|
489
496
|
"shield",
|
|
490
497
|
"signer",
|
|
491
498
|
"simspaceweaver",
|
|
492
|
-
"sms",
|
|
493
499
|
"snow-device-management",
|
|
494
500
|
"snowball",
|
|
495
501
|
"sns",
|
|
@@ -540,16 +546,7 @@ ServiceName = Literal[
|
|
|
540
546
|
"xray",
|
|
541
547
|
]
|
|
542
548
|
ResourceServiceName = Literal[
|
|
543
|
-
"cloudformation",
|
|
544
|
-
"cloudwatch",
|
|
545
|
-
"dynamodb",
|
|
546
|
-
"ec2",
|
|
547
|
-
"glacier",
|
|
548
|
-
"iam",
|
|
549
|
-
"opsworks",
|
|
550
|
-
"s3",
|
|
551
|
-
"sns",
|
|
552
|
-
"sqs",
|
|
549
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
553
550
|
]
|
|
554
551
|
PaginatorName = Literal[
|
|
555
552
|
"list_account_assignment_creation_status",
|
|
@@ -27,11 +27,14 @@ 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,
|
|
33
35
|
SignInOriginType,
|
|
34
36
|
StatusValuesType,
|
|
37
|
+
UserBackgroundSessionApplicationStatusType,
|
|
35
38
|
)
|
|
36
39
|
|
|
37
40
|
if sys.version_info >= (3, 9):
|
|
@@ -120,6 +123,8 @@ __all__ = (
|
|
|
120
123
|
"DetachManagedPolicyFromPermissionSetRequestTypeDef",
|
|
121
124
|
"DisplayDataTypeDef",
|
|
122
125
|
"EmptyResponseMetadataTypeDef",
|
|
126
|
+
"EncryptionConfigurationDetailsTypeDef",
|
|
127
|
+
"EncryptionConfigurationTypeDef",
|
|
123
128
|
"GetApplicationAccessScopeRequestTypeDef",
|
|
124
129
|
"GetApplicationAccessScopeResponseTypeDef",
|
|
125
130
|
"GetApplicationAssignmentConfigurationRequestTypeDef",
|
|
@@ -128,6 +133,8 @@ __all__ = (
|
|
|
128
133
|
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
129
134
|
"GetApplicationGrantRequestTypeDef",
|
|
130
135
|
"GetApplicationGrantResponseTypeDef",
|
|
136
|
+
"GetApplicationSessionConfigurationRequestTypeDef",
|
|
137
|
+
"GetApplicationSessionConfigurationResponseTypeDef",
|
|
131
138
|
"GetInlinePolicyForPermissionSetRequestTypeDef",
|
|
132
139
|
"GetInlinePolicyForPermissionSetResponseTypeDef",
|
|
133
140
|
"GetPermissionsBoundaryForPermissionSetRequestTypeDef",
|
|
@@ -222,6 +229,7 @@ __all__ = (
|
|
|
222
229
|
"PutApplicationAssignmentConfigurationRequestTypeDef",
|
|
223
230
|
"PutApplicationAuthenticationMethodRequestTypeDef",
|
|
224
231
|
"PutApplicationGrantRequestTypeDef",
|
|
232
|
+
"PutApplicationSessionConfigurationRequestTypeDef",
|
|
225
233
|
"PutInlinePolicyToPermissionSetRequestTypeDef",
|
|
226
234
|
"PutPermissionsBoundaryToPermissionSetRequestTypeDef",
|
|
227
235
|
"ResourceServerConfigTypeDef",
|
|
@@ -474,6 +482,13 @@ class DescribeInstanceRequestTypeDef(TypedDict):
|
|
|
474
482
|
InstanceArn: str
|
|
475
483
|
|
|
476
484
|
|
|
485
|
+
class EncryptionConfigurationDetailsTypeDef(TypedDict):
|
|
486
|
+
KeyType: NotRequired[KmsKeyTypeType]
|
|
487
|
+
KmsKeyArn: NotRequired[str]
|
|
488
|
+
EncryptionStatus: NotRequired[KmsKeyStatusType]
|
|
489
|
+
EncryptionStatusReason: NotRequired[str]
|
|
490
|
+
|
|
491
|
+
|
|
477
492
|
class DescribePermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
478
493
|
InstanceArn: str
|
|
479
494
|
ProvisionPermissionSetRequestId: str
|
|
@@ -503,6 +518,11 @@ class DetachManagedPolicyFromPermissionSetRequestTypeDef(TypedDict):
|
|
|
503
518
|
ManagedPolicyArn: str
|
|
504
519
|
|
|
505
520
|
|
|
521
|
+
class EncryptionConfigurationTypeDef(TypedDict):
|
|
522
|
+
KeyType: KmsKeyTypeType
|
|
523
|
+
KmsKeyArn: NotRequired[str]
|
|
524
|
+
|
|
525
|
+
|
|
506
526
|
class GetApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
507
527
|
ApplicationArn: str
|
|
508
528
|
Scope: str
|
|
@@ -522,6 +542,10 @@ class GetApplicationGrantRequestTypeDef(TypedDict):
|
|
|
522
542
|
GrantType: GrantTypeType
|
|
523
543
|
|
|
524
544
|
|
|
545
|
+
class GetApplicationSessionConfigurationRequestTypeDef(TypedDict):
|
|
546
|
+
ApplicationArn: str
|
|
547
|
+
|
|
548
|
+
|
|
525
549
|
class GetInlinePolicyForPermissionSetRequestTypeDef(TypedDict):
|
|
526
550
|
InstanceArn: str
|
|
527
551
|
PermissionSetArn: str
|
|
@@ -539,6 +563,7 @@ class InstanceMetadataTypeDef(TypedDict):
|
|
|
539
563
|
Name: NotRequired[str]
|
|
540
564
|
CreatedDate: NotRequired[datetime]
|
|
541
565
|
Status: NotRequired[InstanceStatusType]
|
|
566
|
+
StatusReason: NotRequired[str]
|
|
542
567
|
|
|
543
568
|
|
|
544
569
|
class OperationStatusFilterTypeDef(TypedDict):
|
|
@@ -705,6 +730,11 @@ class PutApplicationAssignmentConfigurationRequestTypeDef(TypedDict):
|
|
|
705
730
|
AssignmentRequired: bool
|
|
706
731
|
|
|
707
732
|
|
|
733
|
+
class PutApplicationSessionConfigurationRequestTypeDef(TypedDict):
|
|
734
|
+
ApplicationArn: str
|
|
735
|
+
UserBackgroundSessionApplicationStatus: NotRequired[UserBackgroundSessionApplicationStatusType]
|
|
736
|
+
|
|
737
|
+
|
|
708
738
|
class PutInlinePolicyToPermissionSetRequestTypeDef(TypedDict):
|
|
709
739
|
InstanceArn: str
|
|
710
740
|
PermissionSetArn: str
|
|
@@ -722,11 +752,6 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
722
752
|
InstanceArn: NotRequired[str]
|
|
723
753
|
|
|
724
754
|
|
|
725
|
-
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
726
|
-
Name: str
|
|
727
|
-
InstanceArn: str
|
|
728
|
-
|
|
729
|
-
|
|
730
755
|
class UpdatePermissionSetRequestTypeDef(TypedDict):
|
|
731
756
|
InstanceArn: str
|
|
732
757
|
PermissionSetArn: str
|
|
@@ -820,16 +845,6 @@ class DescribeApplicationAssignmentResponseTypeDef(TypedDict):
|
|
|
820
845
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
821
846
|
|
|
822
847
|
|
|
823
|
-
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
824
|
-
InstanceArn: str
|
|
825
|
-
IdentityStoreId: str
|
|
826
|
-
OwnerAccountId: str
|
|
827
|
-
Name: str
|
|
828
|
-
CreatedDate: datetime
|
|
829
|
-
Status: InstanceStatusType
|
|
830
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
831
|
-
|
|
832
|
-
|
|
833
848
|
class EmptyResponseMetadataTypeDef(TypedDict):
|
|
834
849
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
835
850
|
|
|
@@ -845,6 +860,11 @@ class GetApplicationAssignmentConfigurationResponseTypeDef(TypedDict):
|
|
|
845
860
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
846
861
|
|
|
847
862
|
|
|
863
|
+
class GetApplicationSessionConfigurationResponseTypeDef(TypedDict):
|
|
864
|
+
UserBackgroundSessionApplicationStatus: UserBackgroundSessionApplicationStatusType
|
|
865
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
866
|
+
|
|
867
|
+
|
|
848
868
|
class GetInlinePolicyForPermissionSetResponseTypeDef(TypedDict):
|
|
849
869
|
InlinePolicy: str
|
|
850
870
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -953,6 +973,18 @@ class DescribePermissionSetResponseTypeDef(TypedDict):
|
|
|
953
973
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
954
974
|
|
|
955
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
|
+
|
|
956
988
|
class DescribePermissionSetProvisioningStatusResponseTypeDef(TypedDict):
|
|
957
989
|
PermissionSetProvisioningStatus: PermissionSetProvisioningStatusTypeDef
|
|
958
990
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -963,6 +995,12 @@ class ProvisionPermissionSetResponseTypeDef(TypedDict):
|
|
|
963
995
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
964
996
|
|
|
965
997
|
|
|
998
|
+
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
999
|
+
InstanceArn: str
|
|
1000
|
+
Name: NotRequired[str]
|
|
1001
|
+
EncryptionConfiguration: NotRequired[EncryptionConfigurationTypeDef]
|
|
1002
|
+
|
|
1003
|
+
|
|
966
1004
|
class ListInstancesResponseTypeDef(TypedDict):
|
|
967
1005
|
Instances: List[InstanceMetadataTypeDef]
|
|
968
1006
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -27,11 +27,14 @@ 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,
|
|
33
35
|
SignInOriginType,
|
|
34
36
|
StatusValuesType,
|
|
37
|
+
UserBackgroundSessionApplicationStatusType,
|
|
35
38
|
)
|
|
36
39
|
|
|
37
40
|
if sys.version_info >= (3, 9):
|
|
@@ -119,6 +122,8 @@ __all__ = (
|
|
|
119
122
|
"DetachManagedPolicyFromPermissionSetRequestTypeDef",
|
|
120
123
|
"DisplayDataTypeDef",
|
|
121
124
|
"EmptyResponseMetadataTypeDef",
|
|
125
|
+
"EncryptionConfigurationDetailsTypeDef",
|
|
126
|
+
"EncryptionConfigurationTypeDef",
|
|
122
127
|
"GetApplicationAccessScopeRequestTypeDef",
|
|
123
128
|
"GetApplicationAccessScopeResponseTypeDef",
|
|
124
129
|
"GetApplicationAssignmentConfigurationRequestTypeDef",
|
|
@@ -127,6 +132,8 @@ __all__ = (
|
|
|
127
132
|
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
128
133
|
"GetApplicationGrantRequestTypeDef",
|
|
129
134
|
"GetApplicationGrantResponseTypeDef",
|
|
135
|
+
"GetApplicationSessionConfigurationRequestTypeDef",
|
|
136
|
+
"GetApplicationSessionConfigurationResponseTypeDef",
|
|
130
137
|
"GetInlinePolicyForPermissionSetRequestTypeDef",
|
|
131
138
|
"GetInlinePolicyForPermissionSetResponseTypeDef",
|
|
132
139
|
"GetPermissionsBoundaryForPermissionSetRequestTypeDef",
|
|
@@ -221,6 +228,7 @@ __all__ = (
|
|
|
221
228
|
"PutApplicationAssignmentConfigurationRequestTypeDef",
|
|
222
229
|
"PutApplicationAuthenticationMethodRequestTypeDef",
|
|
223
230
|
"PutApplicationGrantRequestTypeDef",
|
|
231
|
+
"PutApplicationSessionConfigurationRequestTypeDef",
|
|
224
232
|
"PutInlinePolicyToPermissionSetRequestTypeDef",
|
|
225
233
|
"PutPermissionsBoundaryToPermissionSetRequestTypeDef",
|
|
226
234
|
"ResourceServerConfigTypeDef",
|
|
@@ -430,6 +438,12 @@ class DescribeInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDic
|
|
|
430
438
|
class DescribeInstanceRequestTypeDef(TypedDict):
|
|
431
439
|
InstanceArn: str
|
|
432
440
|
|
|
441
|
+
class EncryptionConfigurationDetailsTypeDef(TypedDict):
|
|
442
|
+
KeyType: NotRequired[KmsKeyTypeType]
|
|
443
|
+
KmsKeyArn: NotRequired[str]
|
|
444
|
+
EncryptionStatus: NotRequired[KmsKeyStatusType]
|
|
445
|
+
EncryptionStatusReason: NotRequired[str]
|
|
446
|
+
|
|
433
447
|
class DescribePermissionSetProvisioningStatusRequestTypeDef(TypedDict):
|
|
434
448
|
InstanceArn: str
|
|
435
449
|
ProvisionPermissionSetRequestId: str
|
|
@@ -454,6 +468,10 @@ class DetachManagedPolicyFromPermissionSetRequestTypeDef(TypedDict):
|
|
|
454
468
|
PermissionSetArn: str
|
|
455
469
|
ManagedPolicyArn: str
|
|
456
470
|
|
|
471
|
+
class EncryptionConfigurationTypeDef(TypedDict):
|
|
472
|
+
KeyType: KmsKeyTypeType
|
|
473
|
+
KmsKeyArn: NotRequired[str]
|
|
474
|
+
|
|
457
475
|
class GetApplicationAccessScopeRequestTypeDef(TypedDict):
|
|
458
476
|
ApplicationArn: str
|
|
459
477
|
Scope: str
|
|
@@ -469,6 +487,9 @@ class GetApplicationGrantRequestTypeDef(TypedDict):
|
|
|
469
487
|
ApplicationArn: str
|
|
470
488
|
GrantType: GrantTypeType
|
|
471
489
|
|
|
490
|
+
class GetApplicationSessionConfigurationRequestTypeDef(TypedDict):
|
|
491
|
+
ApplicationArn: str
|
|
492
|
+
|
|
472
493
|
class GetInlinePolicyForPermissionSetRequestTypeDef(TypedDict):
|
|
473
494
|
InstanceArn: str
|
|
474
495
|
PermissionSetArn: str
|
|
@@ -484,6 +505,7 @@ class InstanceMetadataTypeDef(TypedDict):
|
|
|
484
505
|
Name: NotRequired[str]
|
|
485
506
|
CreatedDate: NotRequired[datetime]
|
|
486
507
|
Status: NotRequired[InstanceStatusType]
|
|
508
|
+
StatusReason: NotRequired[str]
|
|
487
509
|
|
|
488
510
|
class OperationStatusFilterTypeDef(TypedDict):
|
|
489
511
|
Status: NotRequired[StatusValuesType]
|
|
@@ -621,6 +643,10 @@ class PutApplicationAssignmentConfigurationRequestTypeDef(TypedDict):
|
|
|
621
643
|
ApplicationArn: str
|
|
622
644
|
AssignmentRequired: bool
|
|
623
645
|
|
|
646
|
+
class PutApplicationSessionConfigurationRequestTypeDef(TypedDict):
|
|
647
|
+
ApplicationArn: str
|
|
648
|
+
UserBackgroundSessionApplicationStatus: NotRequired[UserBackgroundSessionApplicationStatusType]
|
|
649
|
+
|
|
624
650
|
class PutInlinePolicyToPermissionSetRequestTypeDef(TypedDict):
|
|
625
651
|
InstanceArn: str
|
|
626
652
|
PermissionSetArn: str
|
|
@@ -635,10 +661,6 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
635
661
|
TagKeys: Sequence[str]
|
|
636
662
|
InstanceArn: NotRequired[str]
|
|
637
663
|
|
|
638
|
-
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
639
|
-
Name: str
|
|
640
|
-
InstanceArn: str
|
|
641
|
-
|
|
642
664
|
class UpdatePermissionSetRequestTypeDef(TypedDict):
|
|
643
665
|
InstanceArn: str
|
|
644
666
|
PermissionSetArn: str
|
|
@@ -714,15 +736,6 @@ class DescribeApplicationAssignmentResponseTypeDef(TypedDict):
|
|
|
714
736
|
ApplicationArn: str
|
|
715
737
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
716
738
|
|
|
717
|
-
class DescribeInstanceResponseTypeDef(TypedDict):
|
|
718
|
-
InstanceArn: str
|
|
719
|
-
IdentityStoreId: str
|
|
720
|
-
OwnerAccountId: str
|
|
721
|
-
Name: str
|
|
722
|
-
CreatedDate: datetime
|
|
723
|
-
Status: InstanceStatusType
|
|
724
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
725
|
-
|
|
726
739
|
class EmptyResponseMetadataTypeDef(TypedDict):
|
|
727
740
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
728
741
|
|
|
@@ -735,6 +748,10 @@ class GetApplicationAssignmentConfigurationResponseTypeDef(TypedDict):
|
|
|
735
748
|
AssignmentRequired: bool
|
|
736
749
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
737
750
|
|
|
751
|
+
class GetApplicationSessionConfigurationResponseTypeDef(TypedDict):
|
|
752
|
+
UserBackgroundSessionApplicationStatus: UserBackgroundSessionApplicationStatusType
|
|
753
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
754
|
+
|
|
738
755
|
class GetInlinePolicyForPermissionSetResponseTypeDef(TypedDict):
|
|
739
756
|
InlinePolicy: str
|
|
740
757
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -825,6 +842,17 @@ class DescribePermissionSetResponseTypeDef(TypedDict):
|
|
|
825
842
|
PermissionSet: PermissionSetTypeDef
|
|
826
843
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
827
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
|
+
|
|
828
856
|
class DescribePermissionSetProvisioningStatusResponseTypeDef(TypedDict):
|
|
829
857
|
PermissionSetProvisioningStatus: PermissionSetProvisioningStatusTypeDef
|
|
830
858
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -833,6 +861,11 @@ class ProvisionPermissionSetResponseTypeDef(TypedDict):
|
|
|
833
861
|
PermissionSetProvisioningStatus: PermissionSetProvisioningStatusTypeDef
|
|
834
862
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
835
863
|
|
|
864
|
+
class UpdateInstanceRequestTypeDef(TypedDict):
|
|
865
|
+
InstanceArn: str
|
|
866
|
+
Name: NotRequired[str]
|
|
867
|
+
EncryptionConfiguration: NotRequired[EncryptionConfigurationTypeDef]
|
|
868
|
+
|
|
836
869
|
class ListInstancesResponseTypeDef(TypedDict):
|
|
837
870
|
Instances: List[InstanceMetadataTypeDef]
|
|
838
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.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` 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=OSLZK8VIai4q2NkIktpwAm3Wvw0p7ojal1rzrzzSimQ,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=4HGCYysa9iyt_skExBB0ewj0isme_qyQB9XNZrAgedo,15122
|
|
7
|
+
types_boto3_sso_admin/literals.pyi,sha256=YZgRrLv4VIG2smBG4oY5DHc4sUfCOWHCp7d4WtSIDWw,15120
|
|
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=9PXINUeLzVjqMW0QfQ6IGBPY3gazUR7m81RiG5Yo6js,93
|
|
14
|
+
types_boto3_sso_admin-1.40.37.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_sso_admin-1.40.37.dist-info/METADATA,sha256=3B_ET5pJ5DpxWeuAaW-UCbEAcuJwbeXteXlOtdFfOrk,18811
|
|
16
|
+
types_boto3_sso_admin-1.40.37.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_sso_admin-1.40.37.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
+
types_boto3_sso_admin-1.40.37.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=aIALh7PmcTwE8vf345nG3TUBD2iN09n9SRctdEnf24Q,988
|
|
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=vpKcmp4ZTUuxRl5S6BeJLgzqOGQMg9u2-9wQlyiYfsw,14812
|
|
7
|
-
types_boto3_sso_admin/literals.pyi,sha256=PjpYenCc5Lh-4ConhLUzG9CAYETQ8020dpOxf2zm1VU,14810
|
|
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=52Sk0XpA8tC09WfcAI6nm69vLa0ysg1C33ACO_NFSwc,92
|
|
14
|
-
types_boto3_sso_admin-1.40.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_sso_admin-1.40.0.dist-info/METADATA,sha256=r8HUKskgtiiN9WKdCCMgQwiOnCpcn28PsElYpLLwAbw,18807
|
|
16
|
-
types_boto3_sso_admin-1.40.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_sso_admin-1.40.0.dist-info/top_level.txt,sha256=RqmQH94KKA4hhtHV8FezPN7IYJgYB14TnrpnsFXWBFM,22
|
|
18
|
-
types_boto3_sso_admin-1.40.0.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_sso_admin-1.40.0.dist-info → types_boto3_sso_admin-1.40.37.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_sso_admin-1.40.0.dist-info → types_boto3_sso_admin-1.40.37.dist-info}/top_level.txt
RENAMED
|
File without changes
|