mypy-boto3-sso-admin 1.33.0__py3-none-any.whl → 1.35.0__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/__init__.py +0 -1
- mypy_boto3_sso_admin/__main__.py +8 -7
- mypy_boto3_sso_admin/client.py +33 -34
- mypy_boto3_sso_admin/client.pyi +33 -33
- mypy_boto3_sso_admin/literals.py +29 -7
- mypy_boto3_sso_admin/literals.pyi +29 -5
- mypy_boto3_sso_admin/paginator.py +12 -13
- mypy_boto3_sso_admin/paginator.pyi +12 -12
- mypy_boto3_sso_admin/type_defs.py +169 -51
- mypy_boto3_sso_admin/type_defs.pyi +169 -50
- mypy_boto3_sso_admin/version.py +1 -1
- {mypy_boto3_sso_admin-1.33.0.dist-info → mypy_boto3_sso_admin-1.35.0.dist-info}/LICENSE +1 -1
- {mypy_boto3_sso_admin-1.33.0.dist-info → mypy_boto3_sso_admin-1.35.0.dist-info}/METADATA +9 -10
- mypy_boto3_sso_admin-1.35.0.dist-info/RECORD +18 -0
- {mypy_boto3_sso_admin-1.33.0.dist-info → mypy_boto3_sso_admin-1.35.0.dist-info}/WHEEL +1 -1
- mypy_boto3_sso_admin-1.33.0.dist-info/RECORD +0 -18
- {mypy_boto3_sso_admin-1.33.0.dist-info → mypy_boto3_sso_admin-1.35.0.dist-info}/top_level.txt +0 -0
|
@@ -6,15 +6,15 @@ Type annotations for sso-admin service type definitions.
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
8
8
|
```python
|
|
9
|
-
from mypy_boto3_sso_admin.type_defs import
|
|
9
|
+
from mypy_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
|
|
10
10
|
|
|
11
|
-
data:
|
|
11
|
+
data: AccessControlAttributeValueOutputTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
15
|
import sys
|
|
16
16
|
from datetime import datetime
|
|
17
|
-
from typing import Any, Dict, List, Sequence
|
|
17
|
+
from typing import Any, Dict, List, Mapping, Sequence, Union
|
|
18
18
|
|
|
19
19
|
from .literals import (
|
|
20
20
|
ApplicationStatusType,
|
|
@@ -44,6 +44,7 @@ else:
|
|
|
44
44
|
from typing_extensions import TypedDict
|
|
45
45
|
|
|
46
46
|
__all__ = (
|
|
47
|
+
"AccessControlAttributeValueOutputTypeDef",
|
|
47
48
|
"AccessControlAttributeValueTypeDef",
|
|
48
49
|
"AccountAssignmentForPrincipalTypeDef",
|
|
49
50
|
"AccountAssignmentOperationStatusMetadataTypeDef",
|
|
@@ -55,8 +56,14 @@ __all__ = (
|
|
|
55
56
|
"CustomerManagedPolicyReferenceTypeDef",
|
|
56
57
|
"AttachManagedPolicyToPermissionSetRequestRequestTypeDef",
|
|
57
58
|
"AttachedManagedPolicyTypeDef",
|
|
59
|
+
"IamAuthenticationMethodExtraOutputTypeDef",
|
|
60
|
+
"IamAuthenticationMethodOutputTypeDef",
|
|
58
61
|
"IamAuthenticationMethodTypeDef",
|
|
62
|
+
"AuthorizationCodeGrantExtraOutputTypeDef",
|
|
63
|
+
"AuthorizationCodeGrantOutputTypeDef",
|
|
59
64
|
"AuthorizationCodeGrantTypeDef",
|
|
65
|
+
"AuthorizedTokenIssuerExtraOutputTypeDef",
|
|
66
|
+
"AuthorizedTokenIssuerOutputTypeDef",
|
|
60
67
|
"AuthorizedTokenIssuerTypeDef",
|
|
61
68
|
"CreateAccountAssignmentRequestRequestTypeDef",
|
|
62
69
|
"ResponseMetadataTypeDef",
|
|
@@ -127,11 +134,16 @@ __all__ = (
|
|
|
127
134
|
"UntagResourceRequestRequestTypeDef",
|
|
128
135
|
"UpdateInstanceRequestRequestTypeDef",
|
|
129
136
|
"UpdatePermissionSetRequestRequestTypeDef",
|
|
137
|
+
"AccessControlAttributeOutputTypeDef",
|
|
130
138
|
"AccessControlAttributeTypeDef",
|
|
131
139
|
"AttachCustomerManagedPolicyReferenceToPermissionSetRequestRequestTypeDef",
|
|
132
140
|
"DetachCustomerManagedPolicyReferenceFromPermissionSetRequestRequestTypeDef",
|
|
133
141
|
"PermissionsBoundaryTypeDef",
|
|
142
|
+
"AuthenticationMethodExtraOutputTypeDef",
|
|
143
|
+
"AuthenticationMethodOutputTypeDef",
|
|
134
144
|
"AuthenticationMethodTypeDef",
|
|
145
|
+
"JwtBearerGrantExtraOutputTypeDef",
|
|
146
|
+
"JwtBearerGrantOutputTypeDef",
|
|
135
147
|
"JwtBearerGrantTypeDef",
|
|
136
148
|
"CreateAccountAssignmentResponseTypeDef",
|
|
137
149
|
"CreateApplicationResponseTypeDef",
|
|
@@ -200,12 +212,16 @@ __all__ = (
|
|
|
200
212
|
"PortalOptionsTypeDef",
|
|
201
213
|
"UpdateApplicationPortalOptionsTypeDef",
|
|
202
214
|
"ResourceServerConfigTypeDef",
|
|
215
|
+
"InstanceAccessControlAttributeConfigurationOutputTypeDef",
|
|
203
216
|
"InstanceAccessControlAttributeConfigurationTypeDef",
|
|
204
217
|
"GetPermissionsBoundaryForPermissionSetResponseTypeDef",
|
|
205
218
|
"PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef",
|
|
206
219
|
"AuthenticationMethodItemTypeDef",
|
|
207
220
|
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
221
|
+
"AuthenticationMethodUnionTypeDef",
|
|
208
222
|
"PutApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
223
|
+
"GrantExtraOutputTypeDef",
|
|
224
|
+
"GrantOutputTypeDef",
|
|
209
225
|
"GrantTypeDef",
|
|
210
226
|
"CreateTrustedTokenIssuerRequestRequestTypeDef",
|
|
211
227
|
"DescribeTrustedTokenIssuerResponseTypeDef",
|
|
@@ -216,18 +232,26 @@ __all__ = (
|
|
|
216
232
|
"UpdateApplicationRequestRequestTypeDef",
|
|
217
233
|
"ApplicationProviderTypeDef",
|
|
218
234
|
"DescribeApplicationProviderResponseTypeDef",
|
|
219
|
-
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
220
235
|
"DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef",
|
|
236
|
+
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
237
|
+
"InstanceAccessControlAttributeConfigurationUnionTypeDef",
|
|
221
238
|
"UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
222
239
|
"ListApplicationAuthenticationMethodsResponseTypeDef",
|
|
223
240
|
"GetApplicationGrantResponseTypeDef",
|
|
224
241
|
"GrantItemTypeDef",
|
|
242
|
+
"GrantUnionTypeDef",
|
|
225
243
|
"PutApplicationGrantRequestRequestTypeDef",
|
|
226
244
|
"ListApplicationsResponseTypeDef",
|
|
227
245
|
"ListApplicationProvidersResponseTypeDef",
|
|
228
246
|
"ListApplicationGrantsResponseTypeDef",
|
|
229
247
|
)
|
|
230
248
|
|
|
249
|
+
AccessControlAttributeValueOutputTypeDef = TypedDict(
|
|
250
|
+
"AccessControlAttributeValueOutputTypeDef",
|
|
251
|
+
{
|
|
252
|
+
"Source": List[str],
|
|
253
|
+
},
|
|
254
|
+
)
|
|
231
255
|
AccessControlAttributeValueTypeDef = TypedDict(
|
|
232
256
|
"AccessControlAttributeValueTypeDef",
|
|
233
257
|
{
|
|
@@ -320,22 +344,60 @@ AttachedManagedPolicyTypeDef = TypedDict(
|
|
|
320
344
|
"Name": NotRequired[str],
|
|
321
345
|
},
|
|
322
346
|
)
|
|
347
|
+
IamAuthenticationMethodExtraOutputTypeDef = TypedDict(
|
|
348
|
+
"IamAuthenticationMethodExtraOutputTypeDef",
|
|
349
|
+
{
|
|
350
|
+
"ActorPolicy": Dict[str, Any],
|
|
351
|
+
},
|
|
352
|
+
)
|
|
353
|
+
IamAuthenticationMethodOutputTypeDef = TypedDict(
|
|
354
|
+
"IamAuthenticationMethodOutputTypeDef",
|
|
355
|
+
{
|
|
356
|
+
"ActorPolicy": Dict[str, Any],
|
|
357
|
+
},
|
|
358
|
+
)
|
|
323
359
|
IamAuthenticationMethodTypeDef = TypedDict(
|
|
324
360
|
"IamAuthenticationMethodTypeDef",
|
|
325
361
|
{
|
|
326
|
-
"ActorPolicy":
|
|
362
|
+
"ActorPolicy": Mapping[str, Any],
|
|
363
|
+
},
|
|
364
|
+
)
|
|
365
|
+
AuthorizationCodeGrantExtraOutputTypeDef = TypedDict(
|
|
366
|
+
"AuthorizationCodeGrantExtraOutputTypeDef",
|
|
367
|
+
{
|
|
368
|
+
"RedirectUris": NotRequired[List[str]],
|
|
369
|
+
},
|
|
370
|
+
)
|
|
371
|
+
AuthorizationCodeGrantOutputTypeDef = TypedDict(
|
|
372
|
+
"AuthorizationCodeGrantOutputTypeDef",
|
|
373
|
+
{
|
|
374
|
+
"RedirectUris": NotRequired[List[str]],
|
|
327
375
|
},
|
|
328
376
|
)
|
|
329
377
|
AuthorizationCodeGrantTypeDef = TypedDict(
|
|
330
378
|
"AuthorizationCodeGrantTypeDef",
|
|
331
379
|
{
|
|
332
|
-
"RedirectUris": NotRequired[
|
|
380
|
+
"RedirectUris": NotRequired[Sequence[str]],
|
|
381
|
+
},
|
|
382
|
+
)
|
|
383
|
+
AuthorizedTokenIssuerExtraOutputTypeDef = TypedDict(
|
|
384
|
+
"AuthorizedTokenIssuerExtraOutputTypeDef",
|
|
385
|
+
{
|
|
386
|
+
"AuthorizedAudiences": NotRequired[List[str]],
|
|
387
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
388
|
+
},
|
|
389
|
+
)
|
|
390
|
+
AuthorizedTokenIssuerOutputTypeDef = TypedDict(
|
|
391
|
+
"AuthorizedTokenIssuerOutputTypeDef",
|
|
392
|
+
{
|
|
393
|
+
"AuthorizedAudiences": NotRequired[List[str]],
|
|
394
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
333
395
|
},
|
|
334
396
|
)
|
|
335
397
|
AuthorizedTokenIssuerTypeDef = TypedDict(
|
|
336
398
|
"AuthorizedTokenIssuerTypeDef",
|
|
337
399
|
{
|
|
338
|
-
"AuthorizedAudiences": NotRequired[
|
|
400
|
+
"AuthorizedAudiences": NotRequired[Sequence[str]],
|
|
339
401
|
"TrustedTokenIssuerArn": NotRequired[str],
|
|
340
402
|
},
|
|
341
403
|
)
|
|
@@ -354,10 +416,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
354
416
|
"ResponseMetadataTypeDef",
|
|
355
417
|
{
|
|
356
418
|
"RequestId": str,
|
|
357
|
-
"HostId": str,
|
|
358
419
|
"HTTPStatusCode": int,
|
|
359
420
|
"HTTPHeaders": Dict[str, str],
|
|
360
421
|
"RetryAttempts": int,
|
|
422
|
+
"HostId": NotRequired[str],
|
|
361
423
|
},
|
|
362
424
|
)
|
|
363
425
|
CreateApplicationAssignmentRequestRequestTypeDef = TypedDict(
|
|
@@ -868,6 +930,13 @@ UpdatePermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
868
930
|
"SessionDuration": NotRequired[str],
|
|
869
931
|
},
|
|
870
932
|
)
|
|
933
|
+
AccessControlAttributeOutputTypeDef = TypedDict(
|
|
934
|
+
"AccessControlAttributeOutputTypeDef",
|
|
935
|
+
{
|
|
936
|
+
"Key": str,
|
|
937
|
+
"Value": AccessControlAttributeValueOutputTypeDef,
|
|
938
|
+
},
|
|
939
|
+
)
|
|
871
940
|
AccessControlAttributeTypeDef = TypedDict(
|
|
872
941
|
"AccessControlAttributeTypeDef",
|
|
873
942
|
{
|
|
@@ -898,16 +967,40 @@ PermissionsBoundaryTypeDef = TypedDict(
|
|
|
898
967
|
"ManagedPolicyArn": NotRequired[str],
|
|
899
968
|
},
|
|
900
969
|
)
|
|
970
|
+
AuthenticationMethodExtraOutputTypeDef = TypedDict(
|
|
971
|
+
"AuthenticationMethodExtraOutputTypeDef",
|
|
972
|
+
{
|
|
973
|
+
"Iam": NotRequired[IamAuthenticationMethodExtraOutputTypeDef],
|
|
974
|
+
},
|
|
975
|
+
)
|
|
976
|
+
AuthenticationMethodOutputTypeDef = TypedDict(
|
|
977
|
+
"AuthenticationMethodOutputTypeDef",
|
|
978
|
+
{
|
|
979
|
+
"Iam": NotRequired[IamAuthenticationMethodOutputTypeDef],
|
|
980
|
+
},
|
|
981
|
+
)
|
|
901
982
|
AuthenticationMethodTypeDef = TypedDict(
|
|
902
983
|
"AuthenticationMethodTypeDef",
|
|
903
984
|
{
|
|
904
985
|
"Iam": NotRequired[IamAuthenticationMethodTypeDef],
|
|
905
986
|
},
|
|
906
987
|
)
|
|
988
|
+
JwtBearerGrantExtraOutputTypeDef = TypedDict(
|
|
989
|
+
"JwtBearerGrantExtraOutputTypeDef",
|
|
990
|
+
{
|
|
991
|
+
"AuthorizedTokenIssuers": NotRequired[List[AuthorizedTokenIssuerExtraOutputTypeDef]],
|
|
992
|
+
},
|
|
993
|
+
)
|
|
994
|
+
JwtBearerGrantOutputTypeDef = TypedDict(
|
|
995
|
+
"JwtBearerGrantOutputTypeDef",
|
|
996
|
+
{
|
|
997
|
+
"AuthorizedTokenIssuers": NotRequired[List[AuthorizedTokenIssuerOutputTypeDef]],
|
|
998
|
+
},
|
|
999
|
+
)
|
|
907
1000
|
JwtBearerGrantTypeDef = TypedDict(
|
|
908
1001
|
"JwtBearerGrantTypeDef",
|
|
909
1002
|
{
|
|
910
|
-
"AuthorizedTokenIssuers": NotRequired[
|
|
1003
|
+
"AuthorizedTokenIssuers": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
|
|
911
1004
|
},
|
|
912
1005
|
)
|
|
913
1006
|
CreateAccountAssignmentResponseTypeDef = TypedDict(
|
|
@@ -1012,88 +1105,88 @@ ListAccountAssignmentCreationStatusResponseTypeDef = TypedDict(
|
|
|
1012
1105
|
"ListAccountAssignmentCreationStatusResponseTypeDef",
|
|
1013
1106
|
{
|
|
1014
1107
|
"AccountAssignmentsCreationStatus": List[AccountAssignmentOperationStatusMetadataTypeDef],
|
|
1015
|
-
"NextToken": str,
|
|
1016
1108
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1109
|
+
"NextToken": NotRequired[str],
|
|
1017
1110
|
},
|
|
1018
1111
|
)
|
|
1019
1112
|
ListAccountAssignmentDeletionStatusResponseTypeDef = TypedDict(
|
|
1020
1113
|
"ListAccountAssignmentDeletionStatusResponseTypeDef",
|
|
1021
1114
|
{
|
|
1022
1115
|
"AccountAssignmentsDeletionStatus": List[AccountAssignmentOperationStatusMetadataTypeDef],
|
|
1023
|
-
"NextToken": str,
|
|
1024
1116
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1117
|
+
"NextToken": NotRequired[str],
|
|
1025
1118
|
},
|
|
1026
1119
|
)
|
|
1027
1120
|
ListAccountAssignmentsForPrincipalResponseTypeDef = TypedDict(
|
|
1028
1121
|
"ListAccountAssignmentsForPrincipalResponseTypeDef",
|
|
1029
1122
|
{
|
|
1030
1123
|
"AccountAssignments": List[AccountAssignmentForPrincipalTypeDef],
|
|
1031
|
-
"NextToken": str,
|
|
1032
1124
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1125
|
+
"NextToken": NotRequired[str],
|
|
1033
1126
|
},
|
|
1034
1127
|
)
|
|
1035
1128
|
ListAccountAssignmentsResponseTypeDef = TypedDict(
|
|
1036
1129
|
"ListAccountAssignmentsResponseTypeDef",
|
|
1037
1130
|
{
|
|
1038
1131
|
"AccountAssignments": List[AccountAssignmentTypeDef],
|
|
1039
|
-
"NextToken": str,
|
|
1040
1132
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1133
|
+
"NextToken": NotRequired[str],
|
|
1041
1134
|
},
|
|
1042
1135
|
)
|
|
1043
1136
|
ListAccountsForProvisionedPermissionSetResponseTypeDef = TypedDict(
|
|
1044
1137
|
"ListAccountsForProvisionedPermissionSetResponseTypeDef",
|
|
1045
1138
|
{
|
|
1046
1139
|
"AccountIds": List[str],
|
|
1047
|
-
"NextToken": str,
|
|
1048
1140
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1141
|
+
"NextToken": NotRequired[str],
|
|
1049
1142
|
},
|
|
1050
1143
|
)
|
|
1051
1144
|
ListApplicationAssignmentsForPrincipalResponseTypeDef = TypedDict(
|
|
1052
1145
|
"ListApplicationAssignmentsForPrincipalResponseTypeDef",
|
|
1053
1146
|
{
|
|
1054
1147
|
"ApplicationAssignments": List[ApplicationAssignmentForPrincipalTypeDef],
|
|
1055
|
-
"NextToken": str,
|
|
1056
1148
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1149
|
+
"NextToken": NotRequired[str],
|
|
1057
1150
|
},
|
|
1058
1151
|
)
|
|
1059
1152
|
ListApplicationAssignmentsResponseTypeDef = TypedDict(
|
|
1060
1153
|
"ListApplicationAssignmentsResponseTypeDef",
|
|
1061
1154
|
{
|
|
1062
1155
|
"ApplicationAssignments": List[ApplicationAssignmentTypeDef],
|
|
1063
|
-
"NextToken": str,
|
|
1064
1156
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1157
|
+
"NextToken": NotRequired[str],
|
|
1065
1158
|
},
|
|
1066
1159
|
)
|
|
1067
1160
|
ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef = TypedDict(
|
|
1068
1161
|
"ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef",
|
|
1069
1162
|
{
|
|
1070
1163
|
"CustomerManagedPolicyReferences": List[CustomerManagedPolicyReferenceTypeDef],
|
|
1071
|
-
"NextToken": str,
|
|
1072
1164
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1165
|
+
"NextToken": NotRequired[str],
|
|
1073
1166
|
},
|
|
1074
1167
|
)
|
|
1075
1168
|
ListManagedPoliciesInPermissionSetResponseTypeDef = TypedDict(
|
|
1076
1169
|
"ListManagedPoliciesInPermissionSetResponseTypeDef",
|
|
1077
1170
|
{
|
|
1078
1171
|
"AttachedManagedPolicies": List[AttachedManagedPolicyTypeDef],
|
|
1079
|
-
"NextToken": str,
|
|
1080
1172
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1173
|
+
"NextToken": NotRequired[str],
|
|
1081
1174
|
},
|
|
1082
1175
|
)
|
|
1083
1176
|
ListPermissionSetsProvisionedToAccountResponseTypeDef = TypedDict(
|
|
1084
1177
|
"ListPermissionSetsProvisionedToAccountResponseTypeDef",
|
|
1085
1178
|
{
|
|
1086
|
-
"NextToken": str,
|
|
1087
1179
|
"PermissionSets": List[str],
|
|
1088
1180
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1181
|
+
"NextToken": NotRequired[str],
|
|
1089
1182
|
},
|
|
1090
1183
|
)
|
|
1091
1184
|
ListPermissionSetsResponseTypeDef = TypedDict(
|
|
1092
1185
|
"ListPermissionSetsResponseTypeDef",
|
|
1093
1186
|
{
|
|
1094
|
-
"NextToken": str,
|
|
1095
1187
|
"PermissionSets": List[str],
|
|
1096
1188
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1189
|
+
"NextToken": NotRequired[str],
|
|
1097
1190
|
},
|
|
1098
1191
|
)
|
|
1099
1192
|
CreateInstanceRequestRequestTypeDef = TypedDict(
|
|
@@ -1118,9 +1211,9 @@ CreatePermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
1118
1211
|
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
1119
1212
|
"ListTagsForResourceResponseTypeDef",
|
|
1120
1213
|
{
|
|
1121
|
-
"NextToken": str,
|
|
1122
1214
|
"Tags": List[TagTypeDef],
|
|
1123
1215
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1216
|
+
"NextToken": NotRequired[str],
|
|
1124
1217
|
},
|
|
1125
1218
|
)
|
|
1126
1219
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
@@ -1163,8 +1256,8 @@ ListInstancesResponseTypeDef = TypedDict(
|
|
|
1163
1256
|
"ListInstancesResponseTypeDef",
|
|
1164
1257
|
{
|
|
1165
1258
|
"Instances": List[InstanceMetadataTypeDef],
|
|
1166
|
-
"NextToken": str,
|
|
1167
1259
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1260
|
+
"NextToken": NotRequired[str],
|
|
1168
1261
|
},
|
|
1169
1262
|
)
|
|
1170
1263
|
ListAccountAssignmentCreationStatusRequestRequestTypeDef = TypedDict(
|
|
@@ -1347,9 +1440,9 @@ ListAccountAssignmentsForPrincipalRequestRequestTypeDef = TypedDict(
|
|
|
1347
1440
|
ListApplicationAccessScopesResponseTypeDef = TypedDict(
|
|
1348
1441
|
"ListApplicationAccessScopesResponseTypeDef",
|
|
1349
1442
|
{
|
|
1350
|
-
"NextToken": str,
|
|
1351
1443
|
"Scopes": List[ScopeDetailsTypeDef],
|
|
1352
1444
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1445
|
+
"NextToken": NotRequired[str],
|
|
1353
1446
|
},
|
|
1354
1447
|
)
|
|
1355
1448
|
ListApplicationAssignmentsForPrincipalRequestListApplicationAssignmentsForPrincipalPaginateTypeDef = TypedDict(
|
|
@@ -1393,17 +1486,17 @@ ListApplicationsRequestRequestTypeDef = TypedDict(
|
|
|
1393
1486
|
ListPermissionSetProvisioningStatusResponseTypeDef = TypedDict(
|
|
1394
1487
|
"ListPermissionSetProvisioningStatusResponseTypeDef",
|
|
1395
1488
|
{
|
|
1396
|
-
"NextToken": str,
|
|
1397
1489
|
"PermissionSetsProvisioningStatus": List[PermissionSetProvisioningStatusMetadataTypeDef],
|
|
1398
1490
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1491
|
+
"NextToken": NotRequired[str],
|
|
1399
1492
|
},
|
|
1400
1493
|
)
|
|
1401
1494
|
ListTrustedTokenIssuersResponseTypeDef = TypedDict(
|
|
1402
1495
|
"ListTrustedTokenIssuersResponseTypeDef",
|
|
1403
1496
|
{
|
|
1404
|
-
"NextToken": str,
|
|
1405
1497
|
"TrustedTokenIssuers": List[TrustedTokenIssuerMetadataTypeDef],
|
|
1406
1498
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1499
|
+
"NextToken": NotRequired[str],
|
|
1407
1500
|
},
|
|
1408
1501
|
)
|
|
1409
1502
|
TrustedTokenIssuerConfigurationTypeDef = TypedDict(
|
|
@@ -1437,6 +1530,12 @@ ResourceServerConfigTypeDef = TypedDict(
|
|
|
1437
1530
|
"Scopes": NotRequired[Dict[str, ResourceServerScopeDetailsTypeDef]],
|
|
1438
1531
|
},
|
|
1439
1532
|
)
|
|
1533
|
+
InstanceAccessControlAttributeConfigurationOutputTypeDef = TypedDict(
|
|
1534
|
+
"InstanceAccessControlAttributeConfigurationOutputTypeDef",
|
|
1535
|
+
{
|
|
1536
|
+
"AccessControlAttributes": List[AccessControlAttributeOutputTypeDef],
|
|
1537
|
+
},
|
|
1538
|
+
)
|
|
1440
1539
|
InstanceAccessControlAttributeConfigurationTypeDef = TypedDict(
|
|
1441
1540
|
"InstanceAccessControlAttributeConfigurationTypeDef",
|
|
1442
1541
|
{
|
|
@@ -1461,17 +1560,20 @@ PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
1461
1560
|
AuthenticationMethodItemTypeDef = TypedDict(
|
|
1462
1561
|
"AuthenticationMethodItemTypeDef",
|
|
1463
1562
|
{
|
|
1464
|
-
"AuthenticationMethod": NotRequired[
|
|
1563
|
+
"AuthenticationMethod": NotRequired[AuthenticationMethodOutputTypeDef],
|
|
1465
1564
|
"AuthenticationMethodType": NotRequired[Literal["IAM"]],
|
|
1466
1565
|
},
|
|
1467
1566
|
)
|
|
1468
1567
|
GetApplicationAuthenticationMethodResponseTypeDef = TypedDict(
|
|
1469
1568
|
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
1470
1569
|
{
|
|
1471
|
-
"AuthenticationMethod":
|
|
1570
|
+
"AuthenticationMethod": AuthenticationMethodOutputTypeDef,
|
|
1472
1571
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1473
1572
|
},
|
|
1474
1573
|
)
|
|
1574
|
+
AuthenticationMethodUnionTypeDef = Union[
|
|
1575
|
+
AuthenticationMethodTypeDef, AuthenticationMethodExtraOutputTypeDef
|
|
1576
|
+
]
|
|
1475
1577
|
PutApplicationAuthenticationMethodRequestRequestTypeDef = TypedDict(
|
|
1476
1578
|
"PutApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
1477
1579
|
{
|
|
@@ -1480,13 +1582,31 @@ PutApplicationAuthenticationMethodRequestRequestTypeDef = TypedDict(
|
|
|
1480
1582
|
"AuthenticationMethodType": Literal["IAM"],
|
|
1481
1583
|
},
|
|
1482
1584
|
)
|
|
1585
|
+
GrantExtraOutputTypeDef = TypedDict(
|
|
1586
|
+
"GrantExtraOutputTypeDef",
|
|
1587
|
+
{
|
|
1588
|
+
"AuthorizationCode": NotRequired[AuthorizationCodeGrantExtraOutputTypeDef],
|
|
1589
|
+
"JwtBearer": NotRequired[JwtBearerGrantExtraOutputTypeDef],
|
|
1590
|
+
"RefreshToken": NotRequired[Dict[str, Any]],
|
|
1591
|
+
"TokenExchange": NotRequired[Dict[str, Any]],
|
|
1592
|
+
},
|
|
1593
|
+
)
|
|
1594
|
+
GrantOutputTypeDef = TypedDict(
|
|
1595
|
+
"GrantOutputTypeDef",
|
|
1596
|
+
{
|
|
1597
|
+
"AuthorizationCode": NotRequired[AuthorizationCodeGrantOutputTypeDef],
|
|
1598
|
+
"JwtBearer": NotRequired[JwtBearerGrantOutputTypeDef],
|
|
1599
|
+
"RefreshToken": NotRequired[Dict[str, Any]],
|
|
1600
|
+
"TokenExchange": NotRequired[Dict[str, Any]],
|
|
1601
|
+
},
|
|
1602
|
+
)
|
|
1483
1603
|
GrantTypeDef = TypedDict(
|
|
1484
1604
|
"GrantTypeDef",
|
|
1485
1605
|
{
|
|
1486
1606
|
"AuthorizationCode": NotRequired[AuthorizationCodeGrantTypeDef],
|
|
1487
1607
|
"JwtBearer": NotRequired[JwtBearerGrantTypeDef],
|
|
1488
|
-
"RefreshToken": NotRequired[
|
|
1489
|
-
"TokenExchange": NotRequired[
|
|
1608
|
+
"RefreshToken": NotRequired[Mapping[str, Any]],
|
|
1609
|
+
"TokenExchange": NotRequired[Mapping[str, Any]],
|
|
1490
1610
|
},
|
|
1491
1611
|
)
|
|
1492
1612
|
CreateTrustedTokenIssuerRequestRequestTypeDef = TypedDict(
|
|
@@ -1591,32 +1711,30 @@ DescribeApplicationProviderResponseTypeDef = TypedDict(
|
|
|
1591
1711
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1592
1712
|
},
|
|
1593
1713
|
)
|
|
1594
|
-
CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
1595
|
-
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
1596
|
-
{
|
|
1597
|
-
"InstanceAccessControlAttributeConfiguration": (
|
|
1598
|
-
InstanceAccessControlAttributeConfigurationTypeDef
|
|
1599
|
-
),
|
|
1600
|
-
"InstanceArn": str,
|
|
1601
|
-
},
|
|
1602
|
-
)
|
|
1603
1714
|
DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef = TypedDict(
|
|
1604
1715
|
"DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef",
|
|
1605
1716
|
{
|
|
1606
|
-
"InstanceAccessControlAttributeConfiguration":
|
|
1607
|
-
InstanceAccessControlAttributeConfigurationTypeDef
|
|
1608
|
-
),
|
|
1717
|
+
"InstanceAccessControlAttributeConfiguration": InstanceAccessControlAttributeConfigurationOutputTypeDef,
|
|
1609
1718
|
"Status": InstanceAccessControlAttributeConfigurationStatusType,
|
|
1610
1719
|
"StatusReason": str,
|
|
1611
1720
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1612
1721
|
},
|
|
1613
1722
|
)
|
|
1723
|
+
CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
1724
|
+
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
1725
|
+
{
|
|
1726
|
+
"InstanceAccessControlAttributeConfiguration": InstanceAccessControlAttributeConfigurationTypeDef,
|
|
1727
|
+
"InstanceArn": str,
|
|
1728
|
+
},
|
|
1729
|
+
)
|
|
1730
|
+
InstanceAccessControlAttributeConfigurationUnionTypeDef = Union[
|
|
1731
|
+
InstanceAccessControlAttributeConfigurationTypeDef,
|
|
1732
|
+
InstanceAccessControlAttributeConfigurationOutputTypeDef,
|
|
1733
|
+
]
|
|
1614
1734
|
UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
1615
1735
|
"UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
1616
1736
|
{
|
|
1617
|
-
"InstanceAccessControlAttributeConfiguration":
|
|
1618
|
-
InstanceAccessControlAttributeConfigurationTypeDef
|
|
1619
|
-
),
|
|
1737
|
+
"InstanceAccessControlAttributeConfiguration": InstanceAccessControlAttributeConfigurationTypeDef,
|
|
1620
1738
|
"InstanceArn": str,
|
|
1621
1739
|
},
|
|
1622
1740
|
)
|
|
@@ -1624,24 +1742,25 @@ ListApplicationAuthenticationMethodsResponseTypeDef = TypedDict(
|
|
|
1624
1742
|
"ListApplicationAuthenticationMethodsResponseTypeDef",
|
|
1625
1743
|
{
|
|
1626
1744
|
"AuthenticationMethods": List[AuthenticationMethodItemTypeDef],
|
|
1627
|
-
"NextToken": str,
|
|
1628
1745
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1746
|
+
"NextToken": NotRequired[str],
|
|
1629
1747
|
},
|
|
1630
1748
|
)
|
|
1631
1749
|
GetApplicationGrantResponseTypeDef = TypedDict(
|
|
1632
1750
|
"GetApplicationGrantResponseTypeDef",
|
|
1633
1751
|
{
|
|
1634
|
-
"Grant":
|
|
1752
|
+
"Grant": GrantOutputTypeDef,
|
|
1635
1753
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1636
1754
|
},
|
|
1637
1755
|
)
|
|
1638
1756
|
GrantItemTypeDef = TypedDict(
|
|
1639
1757
|
"GrantItemTypeDef",
|
|
1640
1758
|
{
|
|
1641
|
-
"Grant":
|
|
1759
|
+
"Grant": GrantOutputTypeDef,
|
|
1642
1760
|
"GrantType": GrantTypeType,
|
|
1643
1761
|
},
|
|
1644
1762
|
)
|
|
1763
|
+
GrantUnionTypeDef = Union[GrantTypeDef, GrantExtraOutputTypeDef]
|
|
1645
1764
|
PutApplicationGrantRequestRequestTypeDef = TypedDict(
|
|
1646
1765
|
"PutApplicationGrantRequestRequestTypeDef",
|
|
1647
1766
|
{
|
|
@@ -1654,23 +1773,23 @@ ListApplicationsResponseTypeDef = TypedDict(
|
|
|
1654
1773
|
"ListApplicationsResponseTypeDef",
|
|
1655
1774
|
{
|
|
1656
1775
|
"Applications": List[ApplicationTypeDef],
|
|
1657
|
-
"NextToken": str,
|
|
1658
1776
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1777
|
+
"NextToken": NotRequired[str],
|
|
1659
1778
|
},
|
|
1660
1779
|
)
|
|
1661
1780
|
ListApplicationProvidersResponseTypeDef = TypedDict(
|
|
1662
1781
|
"ListApplicationProvidersResponseTypeDef",
|
|
1663
1782
|
{
|
|
1664
1783
|
"ApplicationProviders": List[ApplicationProviderTypeDef],
|
|
1665
|
-
"NextToken": str,
|
|
1666
1784
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1785
|
+
"NextToken": NotRequired[str],
|
|
1667
1786
|
},
|
|
1668
1787
|
)
|
|
1669
1788
|
ListApplicationGrantsResponseTypeDef = TypedDict(
|
|
1670
1789
|
"ListApplicationGrantsResponseTypeDef",
|
|
1671
1790
|
{
|
|
1672
1791
|
"Grants": List[GrantItemTypeDef],
|
|
1673
|
-
"NextToken": str,
|
|
1674
1792
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1793
|
+
"NextToken": NotRequired[str],
|
|
1675
1794
|
},
|
|
1676
1795
|
)
|
mypy_boto3_sso_admin/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sso-admin
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.SSOAdmin 1.
|
|
3
|
+
Version: 1.35.0
|
|
4
|
+
Summary: Type annotations for boto3.SSOAdmin 1.35.0 service generated with mypy-boto3-builder 7.26.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,11 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
34
33
|
|
|
35
34
|
<a id="mypy-boto3-sso-admin"></a>
|
|
36
35
|
|
|
@@ -44,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
44
43
|

|
|
45
44
|
|
|
46
45
|
Type annotations for
|
|
47
|
-
[boto3.SSOAdmin 1.
|
|
46
|
+
[boto3.SSOAdmin 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin)
|
|
48
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -53,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
53
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
53
|
|
|
55
54
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
|
|
57
56
|
|
|
58
57
|
More information can be found on
|
|
59
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -397,10 +396,10 @@ Full list of `SSOAdmin` TypeDefs can be found in
|
|
|
397
396
|
[docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/type_defs/).
|
|
398
397
|
|
|
399
398
|
```python
|
|
400
|
-
from mypy_boto3_sso_admin.type_defs import
|
|
399
|
+
from mypy_boto3_sso_admin.type_defs import AccessControlAttributeValueOutputTypeDef
|
|
401
400
|
|
|
402
401
|
|
|
403
|
-
def get_value() ->
|
|
402
|
+
def get_value() -> AccessControlAttributeValueOutputTypeDef:
|
|
404
403
|
return {...}
|
|
405
404
|
```
|
|
406
405
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_sso_admin/__init__.py,sha256=MZ0sfL26M5jaElmiQpQmdelRtireP1HupsZL-f96nJ4,6133
|
|
2
|
+
mypy_boto3_sso_admin/__init__.pyi,sha256=MZ0sfL26M5jaElmiQpQmdelRtireP1HupsZL-f96nJ4,6133
|
|
3
|
+
mypy_boto3_sso_admin/__main__.py,sha256=3uAPCUjoivdK-I9sN8NiMA35_7dIsbWW1dhbOKfRCG8,922
|
|
4
|
+
mypy_boto3_sso_admin/client.py,sha256=2avu7vW0FkmbGs9ForZPy69V0OMfd4TDIqJaxTRr2Yw,63181
|
|
5
|
+
mypy_boto3_sso_admin/client.pyi,sha256=HTmGC00G0bLLz046MbsIuKyQocIzO_sMwd3YCvP1_ng,63178
|
|
6
|
+
mypy_boto3_sso_admin/literals.py,sha256=AvRhAxiqsxoqF2ASR2chip4l7qqGAfOq_t6SgvI6uJc,14185
|
|
7
|
+
mypy_boto3_sso_admin/literals.pyi,sha256=AvRhAxiqsxoqF2ASR2chip4l7qqGAfOq_t6SgvI6uJc,14185
|
|
8
|
+
mypy_boto3_sso_admin/paginator.py,sha256=rMLndNFezQfQP7S4nvuumik_aW7NRZM8cNELUCBAmoE,26662
|
|
9
|
+
mypy_boto3_sso_admin/paginator.pyi,sha256=xg59puKkNXTsQxY1DDA4rjc8xkr7ylDW-uMUU_H3nt8,26641
|
|
10
|
+
mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sso_admin/type_defs.py,sha256=0ap29LMNIWSz_LY8PQDPcNf17EktPJYmugzgmZyEEbs,62200
|
|
12
|
+
mypy_boto3_sso_admin/type_defs.pyi,sha256=0ap29LMNIWSz_LY8PQDPcNf17EktPJYmugzgmZyEEbs,62200
|
|
13
|
+
mypy_boto3_sso_admin/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
|
|
14
|
+
mypy_boto3_sso_admin-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
15
|
+
mypy_boto3_sso_admin-1.35.0.dist-info/METADATA,sha256=r7b4lwfKYv5VKxgcQx7xxxivzAN_jED6SXST3GjEg6Q,16578
|
|
16
|
+
mypy_boto3_sso_admin-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
17
|
+
mypy_boto3_sso_admin-1.35.0.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
|
|
18
|
+
mypy_boto3_sso_admin-1.35.0.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sso_admin/__init__.py,sha256=5wy5aWLnlA4PQvKURaZwr6rD0lA6-wOn_7fWazlOBHY,6134
|
|
2
|
-
mypy_boto3_sso_admin/__init__.pyi,sha256=MZ0sfL26M5jaElmiQpQmdelRtireP1HupsZL-f96nJ4,6133
|
|
3
|
-
mypy_boto3_sso_admin/__main__.py,sha256=KZ47JTabMMeb_EGg8IHEt1OuDVh7iUSWiJXTgS6wqFM,911
|
|
4
|
-
mypy_boto3_sso_admin/client.py,sha256=G-8Lb6XsoUi4ZNptu0awy22RRxvGt28_xTeGOGx-D8o,63121
|
|
5
|
-
mypy_boto3_sso_admin/client.pyi,sha256=V-9AxxBsZxlUIZ7hPkwZoZiQIqjZfGxgjnL3zRFJeL8,63117
|
|
6
|
-
mypy_boto3_sso_admin/literals.py,sha256=V6N_Np2HHyNHckQ3_RjR4aljk_Hv_E9X1fm8WQXqIRE,13683
|
|
7
|
-
mypy_boto3_sso_admin/literals.pyi,sha256=29Nqneea0mpU7B9uNNZV_BG0fJrQxCxg9ZkORkCzf44,13681
|
|
8
|
-
mypy_boto3_sso_admin/paginator.py,sha256=SST9UW5Z-JbkA7gL36eCW-FCm0UFyv6qZLaw4M947WM,26651
|
|
9
|
-
mypy_boto3_sso_admin/paginator.pyi,sha256=ZqM0-7h2HLsdyEiWhw0UOvWzrN82YLC4eQ0AJGC4Rrg,26629
|
|
10
|
-
mypy_boto3_sso_admin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sso_admin/type_defs.py,sha256=xZEScA5EyLJgdaf-AjlItdAP-l5l9HDaBrDAOCOAV9w,57771
|
|
12
|
-
mypy_boto3_sso_admin/type_defs.pyi,sha256=_9sPqgpTEdscgf1FtpJTD9mzi4QD7c8s-_cef9tsdcQ,57770
|
|
13
|
-
mypy_boto3_sso_admin/version.py,sha256=pRH6mk1FqaU5XuRtL3N0KMuAI2_Ng9oXtSxujxS8QKo,61
|
|
14
|
-
mypy_boto3_sso_admin-1.33.0.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
15
|
-
mypy_boto3_sso_admin-1.33.0.dist-info/METADATA,sha256=ItyZcK2iyHt-Q3L2IAFLNfBbPoQy2qE9v1I2QIUAr5c,16613
|
|
16
|
-
mypy_boto3_sso_admin-1.33.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
17
|
-
mypy_boto3_sso_admin-1.33.0.dist-info/top_level.txt,sha256=J3YkolHLCw1VEirBRu25pYMYGQc-RQmLv-k8X_A7IT8,21
|
|
18
|
-
mypy_boto3_sso_admin-1.33.0.dist-info/RECORD,,
|
{mypy_boto3_sso_admin-1.33.0.dist-info → mypy_boto3_sso_admin-1.35.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|