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,
|
|
@@ -43,8 +43,8 @@ if sys.version_info >= (3, 12):
|
|
|
43
43
|
else:
|
|
44
44
|
from typing_extensions import TypedDict
|
|
45
45
|
|
|
46
|
-
|
|
47
46
|
__all__ = (
|
|
47
|
+
"AccessControlAttributeValueOutputTypeDef",
|
|
48
48
|
"AccessControlAttributeValueTypeDef",
|
|
49
49
|
"AccountAssignmentForPrincipalTypeDef",
|
|
50
50
|
"AccountAssignmentOperationStatusMetadataTypeDef",
|
|
@@ -56,8 +56,14 @@ __all__ = (
|
|
|
56
56
|
"CustomerManagedPolicyReferenceTypeDef",
|
|
57
57
|
"AttachManagedPolicyToPermissionSetRequestRequestTypeDef",
|
|
58
58
|
"AttachedManagedPolicyTypeDef",
|
|
59
|
+
"IamAuthenticationMethodExtraOutputTypeDef",
|
|
60
|
+
"IamAuthenticationMethodOutputTypeDef",
|
|
59
61
|
"IamAuthenticationMethodTypeDef",
|
|
62
|
+
"AuthorizationCodeGrantExtraOutputTypeDef",
|
|
63
|
+
"AuthorizationCodeGrantOutputTypeDef",
|
|
60
64
|
"AuthorizationCodeGrantTypeDef",
|
|
65
|
+
"AuthorizedTokenIssuerExtraOutputTypeDef",
|
|
66
|
+
"AuthorizedTokenIssuerOutputTypeDef",
|
|
61
67
|
"AuthorizedTokenIssuerTypeDef",
|
|
62
68
|
"CreateAccountAssignmentRequestRequestTypeDef",
|
|
63
69
|
"ResponseMetadataTypeDef",
|
|
@@ -128,11 +134,16 @@ __all__ = (
|
|
|
128
134
|
"UntagResourceRequestRequestTypeDef",
|
|
129
135
|
"UpdateInstanceRequestRequestTypeDef",
|
|
130
136
|
"UpdatePermissionSetRequestRequestTypeDef",
|
|
137
|
+
"AccessControlAttributeOutputTypeDef",
|
|
131
138
|
"AccessControlAttributeTypeDef",
|
|
132
139
|
"AttachCustomerManagedPolicyReferenceToPermissionSetRequestRequestTypeDef",
|
|
133
140
|
"DetachCustomerManagedPolicyReferenceFromPermissionSetRequestRequestTypeDef",
|
|
134
141
|
"PermissionsBoundaryTypeDef",
|
|
142
|
+
"AuthenticationMethodExtraOutputTypeDef",
|
|
143
|
+
"AuthenticationMethodOutputTypeDef",
|
|
135
144
|
"AuthenticationMethodTypeDef",
|
|
145
|
+
"JwtBearerGrantExtraOutputTypeDef",
|
|
146
|
+
"JwtBearerGrantOutputTypeDef",
|
|
136
147
|
"JwtBearerGrantTypeDef",
|
|
137
148
|
"CreateAccountAssignmentResponseTypeDef",
|
|
138
149
|
"CreateApplicationResponseTypeDef",
|
|
@@ -201,12 +212,16 @@ __all__ = (
|
|
|
201
212
|
"PortalOptionsTypeDef",
|
|
202
213
|
"UpdateApplicationPortalOptionsTypeDef",
|
|
203
214
|
"ResourceServerConfigTypeDef",
|
|
215
|
+
"InstanceAccessControlAttributeConfigurationOutputTypeDef",
|
|
204
216
|
"InstanceAccessControlAttributeConfigurationTypeDef",
|
|
205
217
|
"GetPermissionsBoundaryForPermissionSetResponseTypeDef",
|
|
206
218
|
"PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef",
|
|
207
219
|
"AuthenticationMethodItemTypeDef",
|
|
208
220
|
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
221
|
+
"AuthenticationMethodUnionTypeDef",
|
|
209
222
|
"PutApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
223
|
+
"GrantExtraOutputTypeDef",
|
|
224
|
+
"GrantOutputTypeDef",
|
|
210
225
|
"GrantTypeDef",
|
|
211
226
|
"CreateTrustedTokenIssuerRequestRequestTypeDef",
|
|
212
227
|
"DescribeTrustedTokenIssuerResponseTypeDef",
|
|
@@ -217,18 +232,26 @@ __all__ = (
|
|
|
217
232
|
"UpdateApplicationRequestRequestTypeDef",
|
|
218
233
|
"ApplicationProviderTypeDef",
|
|
219
234
|
"DescribeApplicationProviderResponseTypeDef",
|
|
220
|
-
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
221
235
|
"DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef",
|
|
236
|
+
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
237
|
+
"InstanceAccessControlAttributeConfigurationUnionTypeDef",
|
|
222
238
|
"UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
223
239
|
"ListApplicationAuthenticationMethodsResponseTypeDef",
|
|
224
240
|
"GetApplicationGrantResponseTypeDef",
|
|
225
241
|
"GrantItemTypeDef",
|
|
242
|
+
"GrantUnionTypeDef",
|
|
226
243
|
"PutApplicationGrantRequestRequestTypeDef",
|
|
227
244
|
"ListApplicationsResponseTypeDef",
|
|
228
245
|
"ListApplicationProvidersResponseTypeDef",
|
|
229
246
|
"ListApplicationGrantsResponseTypeDef",
|
|
230
247
|
)
|
|
231
248
|
|
|
249
|
+
AccessControlAttributeValueOutputTypeDef = TypedDict(
|
|
250
|
+
"AccessControlAttributeValueOutputTypeDef",
|
|
251
|
+
{
|
|
252
|
+
"Source": List[str],
|
|
253
|
+
},
|
|
254
|
+
)
|
|
232
255
|
AccessControlAttributeValueTypeDef = TypedDict(
|
|
233
256
|
"AccessControlAttributeValueTypeDef",
|
|
234
257
|
{
|
|
@@ -321,22 +344,60 @@ AttachedManagedPolicyTypeDef = TypedDict(
|
|
|
321
344
|
"Name": NotRequired[str],
|
|
322
345
|
},
|
|
323
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
|
+
)
|
|
324
359
|
IamAuthenticationMethodTypeDef = TypedDict(
|
|
325
360
|
"IamAuthenticationMethodTypeDef",
|
|
326
361
|
{
|
|
327
|
-
"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]],
|
|
328
375
|
},
|
|
329
376
|
)
|
|
330
377
|
AuthorizationCodeGrantTypeDef = TypedDict(
|
|
331
378
|
"AuthorizationCodeGrantTypeDef",
|
|
332
379
|
{
|
|
333
|
-
"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],
|
|
334
395
|
},
|
|
335
396
|
)
|
|
336
397
|
AuthorizedTokenIssuerTypeDef = TypedDict(
|
|
337
398
|
"AuthorizedTokenIssuerTypeDef",
|
|
338
399
|
{
|
|
339
|
-
"AuthorizedAudiences": NotRequired[
|
|
400
|
+
"AuthorizedAudiences": NotRequired[Sequence[str]],
|
|
340
401
|
"TrustedTokenIssuerArn": NotRequired[str],
|
|
341
402
|
},
|
|
342
403
|
)
|
|
@@ -355,10 +416,10 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
355
416
|
"ResponseMetadataTypeDef",
|
|
356
417
|
{
|
|
357
418
|
"RequestId": str,
|
|
358
|
-
"HostId": str,
|
|
359
419
|
"HTTPStatusCode": int,
|
|
360
420
|
"HTTPHeaders": Dict[str, str],
|
|
361
421
|
"RetryAttempts": int,
|
|
422
|
+
"HostId": NotRequired[str],
|
|
362
423
|
},
|
|
363
424
|
)
|
|
364
425
|
CreateApplicationAssignmentRequestRequestTypeDef = TypedDict(
|
|
@@ -869,6 +930,13 @@ UpdatePermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
869
930
|
"SessionDuration": NotRequired[str],
|
|
870
931
|
},
|
|
871
932
|
)
|
|
933
|
+
AccessControlAttributeOutputTypeDef = TypedDict(
|
|
934
|
+
"AccessControlAttributeOutputTypeDef",
|
|
935
|
+
{
|
|
936
|
+
"Key": str,
|
|
937
|
+
"Value": AccessControlAttributeValueOutputTypeDef,
|
|
938
|
+
},
|
|
939
|
+
)
|
|
872
940
|
AccessControlAttributeTypeDef = TypedDict(
|
|
873
941
|
"AccessControlAttributeTypeDef",
|
|
874
942
|
{
|
|
@@ -899,16 +967,40 @@ PermissionsBoundaryTypeDef = TypedDict(
|
|
|
899
967
|
"ManagedPolicyArn": NotRequired[str],
|
|
900
968
|
},
|
|
901
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
|
+
)
|
|
902
982
|
AuthenticationMethodTypeDef = TypedDict(
|
|
903
983
|
"AuthenticationMethodTypeDef",
|
|
904
984
|
{
|
|
905
985
|
"Iam": NotRequired[IamAuthenticationMethodTypeDef],
|
|
906
986
|
},
|
|
907
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
|
+
)
|
|
908
1000
|
JwtBearerGrantTypeDef = TypedDict(
|
|
909
1001
|
"JwtBearerGrantTypeDef",
|
|
910
1002
|
{
|
|
911
|
-
"AuthorizedTokenIssuers": NotRequired[
|
|
1003
|
+
"AuthorizedTokenIssuers": NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]],
|
|
912
1004
|
},
|
|
913
1005
|
)
|
|
914
1006
|
CreateAccountAssignmentResponseTypeDef = TypedDict(
|
|
@@ -1013,88 +1105,88 @@ ListAccountAssignmentCreationStatusResponseTypeDef = TypedDict(
|
|
|
1013
1105
|
"ListAccountAssignmentCreationStatusResponseTypeDef",
|
|
1014
1106
|
{
|
|
1015
1107
|
"AccountAssignmentsCreationStatus": List[AccountAssignmentOperationStatusMetadataTypeDef],
|
|
1016
|
-
"NextToken": str,
|
|
1017
1108
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1109
|
+
"NextToken": NotRequired[str],
|
|
1018
1110
|
},
|
|
1019
1111
|
)
|
|
1020
1112
|
ListAccountAssignmentDeletionStatusResponseTypeDef = TypedDict(
|
|
1021
1113
|
"ListAccountAssignmentDeletionStatusResponseTypeDef",
|
|
1022
1114
|
{
|
|
1023
1115
|
"AccountAssignmentsDeletionStatus": List[AccountAssignmentOperationStatusMetadataTypeDef],
|
|
1024
|
-
"NextToken": str,
|
|
1025
1116
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1117
|
+
"NextToken": NotRequired[str],
|
|
1026
1118
|
},
|
|
1027
1119
|
)
|
|
1028
1120
|
ListAccountAssignmentsForPrincipalResponseTypeDef = TypedDict(
|
|
1029
1121
|
"ListAccountAssignmentsForPrincipalResponseTypeDef",
|
|
1030
1122
|
{
|
|
1031
1123
|
"AccountAssignments": List[AccountAssignmentForPrincipalTypeDef],
|
|
1032
|
-
"NextToken": str,
|
|
1033
1124
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1125
|
+
"NextToken": NotRequired[str],
|
|
1034
1126
|
},
|
|
1035
1127
|
)
|
|
1036
1128
|
ListAccountAssignmentsResponseTypeDef = TypedDict(
|
|
1037
1129
|
"ListAccountAssignmentsResponseTypeDef",
|
|
1038
1130
|
{
|
|
1039
1131
|
"AccountAssignments": List[AccountAssignmentTypeDef],
|
|
1040
|
-
"NextToken": str,
|
|
1041
1132
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1133
|
+
"NextToken": NotRequired[str],
|
|
1042
1134
|
},
|
|
1043
1135
|
)
|
|
1044
1136
|
ListAccountsForProvisionedPermissionSetResponseTypeDef = TypedDict(
|
|
1045
1137
|
"ListAccountsForProvisionedPermissionSetResponseTypeDef",
|
|
1046
1138
|
{
|
|
1047
1139
|
"AccountIds": List[str],
|
|
1048
|
-
"NextToken": str,
|
|
1049
1140
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1141
|
+
"NextToken": NotRequired[str],
|
|
1050
1142
|
},
|
|
1051
1143
|
)
|
|
1052
1144
|
ListApplicationAssignmentsForPrincipalResponseTypeDef = TypedDict(
|
|
1053
1145
|
"ListApplicationAssignmentsForPrincipalResponseTypeDef",
|
|
1054
1146
|
{
|
|
1055
1147
|
"ApplicationAssignments": List[ApplicationAssignmentForPrincipalTypeDef],
|
|
1056
|
-
"NextToken": str,
|
|
1057
1148
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1149
|
+
"NextToken": NotRequired[str],
|
|
1058
1150
|
},
|
|
1059
1151
|
)
|
|
1060
1152
|
ListApplicationAssignmentsResponseTypeDef = TypedDict(
|
|
1061
1153
|
"ListApplicationAssignmentsResponseTypeDef",
|
|
1062
1154
|
{
|
|
1063
1155
|
"ApplicationAssignments": List[ApplicationAssignmentTypeDef],
|
|
1064
|
-
"NextToken": str,
|
|
1065
1156
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1157
|
+
"NextToken": NotRequired[str],
|
|
1066
1158
|
},
|
|
1067
1159
|
)
|
|
1068
1160
|
ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef = TypedDict(
|
|
1069
1161
|
"ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef",
|
|
1070
1162
|
{
|
|
1071
1163
|
"CustomerManagedPolicyReferences": List[CustomerManagedPolicyReferenceTypeDef],
|
|
1072
|
-
"NextToken": str,
|
|
1073
1164
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1165
|
+
"NextToken": NotRequired[str],
|
|
1074
1166
|
},
|
|
1075
1167
|
)
|
|
1076
1168
|
ListManagedPoliciesInPermissionSetResponseTypeDef = TypedDict(
|
|
1077
1169
|
"ListManagedPoliciesInPermissionSetResponseTypeDef",
|
|
1078
1170
|
{
|
|
1079
1171
|
"AttachedManagedPolicies": List[AttachedManagedPolicyTypeDef],
|
|
1080
|
-
"NextToken": str,
|
|
1081
1172
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1173
|
+
"NextToken": NotRequired[str],
|
|
1082
1174
|
},
|
|
1083
1175
|
)
|
|
1084
1176
|
ListPermissionSetsProvisionedToAccountResponseTypeDef = TypedDict(
|
|
1085
1177
|
"ListPermissionSetsProvisionedToAccountResponseTypeDef",
|
|
1086
1178
|
{
|
|
1087
|
-
"NextToken": str,
|
|
1088
1179
|
"PermissionSets": List[str],
|
|
1089
1180
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1181
|
+
"NextToken": NotRequired[str],
|
|
1090
1182
|
},
|
|
1091
1183
|
)
|
|
1092
1184
|
ListPermissionSetsResponseTypeDef = TypedDict(
|
|
1093
1185
|
"ListPermissionSetsResponseTypeDef",
|
|
1094
1186
|
{
|
|
1095
|
-
"NextToken": str,
|
|
1096
1187
|
"PermissionSets": List[str],
|
|
1097
1188
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1189
|
+
"NextToken": NotRequired[str],
|
|
1098
1190
|
},
|
|
1099
1191
|
)
|
|
1100
1192
|
CreateInstanceRequestRequestTypeDef = TypedDict(
|
|
@@ -1119,9 +1211,9 @@ CreatePermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
1119
1211
|
ListTagsForResourceResponseTypeDef = TypedDict(
|
|
1120
1212
|
"ListTagsForResourceResponseTypeDef",
|
|
1121
1213
|
{
|
|
1122
|
-
"NextToken": str,
|
|
1123
1214
|
"Tags": List[TagTypeDef],
|
|
1124
1215
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1216
|
+
"NextToken": NotRequired[str],
|
|
1125
1217
|
},
|
|
1126
1218
|
)
|
|
1127
1219
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
@@ -1164,8 +1256,8 @@ ListInstancesResponseTypeDef = TypedDict(
|
|
|
1164
1256
|
"ListInstancesResponseTypeDef",
|
|
1165
1257
|
{
|
|
1166
1258
|
"Instances": List[InstanceMetadataTypeDef],
|
|
1167
|
-
"NextToken": str,
|
|
1168
1259
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1260
|
+
"NextToken": NotRequired[str],
|
|
1169
1261
|
},
|
|
1170
1262
|
)
|
|
1171
1263
|
ListAccountAssignmentCreationStatusRequestRequestTypeDef = TypedDict(
|
|
@@ -1348,9 +1440,9 @@ ListAccountAssignmentsForPrincipalRequestRequestTypeDef = TypedDict(
|
|
|
1348
1440
|
ListApplicationAccessScopesResponseTypeDef = TypedDict(
|
|
1349
1441
|
"ListApplicationAccessScopesResponseTypeDef",
|
|
1350
1442
|
{
|
|
1351
|
-
"NextToken": str,
|
|
1352
1443
|
"Scopes": List[ScopeDetailsTypeDef],
|
|
1353
1444
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1445
|
+
"NextToken": NotRequired[str],
|
|
1354
1446
|
},
|
|
1355
1447
|
)
|
|
1356
1448
|
ListApplicationAssignmentsForPrincipalRequestListApplicationAssignmentsForPrincipalPaginateTypeDef = TypedDict(
|
|
@@ -1394,17 +1486,17 @@ ListApplicationsRequestRequestTypeDef = TypedDict(
|
|
|
1394
1486
|
ListPermissionSetProvisioningStatusResponseTypeDef = TypedDict(
|
|
1395
1487
|
"ListPermissionSetProvisioningStatusResponseTypeDef",
|
|
1396
1488
|
{
|
|
1397
|
-
"NextToken": str,
|
|
1398
1489
|
"PermissionSetsProvisioningStatus": List[PermissionSetProvisioningStatusMetadataTypeDef],
|
|
1399
1490
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1491
|
+
"NextToken": NotRequired[str],
|
|
1400
1492
|
},
|
|
1401
1493
|
)
|
|
1402
1494
|
ListTrustedTokenIssuersResponseTypeDef = TypedDict(
|
|
1403
1495
|
"ListTrustedTokenIssuersResponseTypeDef",
|
|
1404
1496
|
{
|
|
1405
|
-
"NextToken": str,
|
|
1406
1497
|
"TrustedTokenIssuers": List[TrustedTokenIssuerMetadataTypeDef],
|
|
1407
1498
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1499
|
+
"NextToken": NotRequired[str],
|
|
1408
1500
|
},
|
|
1409
1501
|
)
|
|
1410
1502
|
TrustedTokenIssuerConfigurationTypeDef = TypedDict(
|
|
@@ -1438,6 +1530,12 @@ ResourceServerConfigTypeDef = TypedDict(
|
|
|
1438
1530
|
"Scopes": NotRequired[Dict[str, ResourceServerScopeDetailsTypeDef]],
|
|
1439
1531
|
},
|
|
1440
1532
|
)
|
|
1533
|
+
InstanceAccessControlAttributeConfigurationOutputTypeDef = TypedDict(
|
|
1534
|
+
"InstanceAccessControlAttributeConfigurationOutputTypeDef",
|
|
1535
|
+
{
|
|
1536
|
+
"AccessControlAttributes": List[AccessControlAttributeOutputTypeDef],
|
|
1537
|
+
},
|
|
1538
|
+
)
|
|
1441
1539
|
InstanceAccessControlAttributeConfigurationTypeDef = TypedDict(
|
|
1442
1540
|
"InstanceAccessControlAttributeConfigurationTypeDef",
|
|
1443
1541
|
{
|
|
@@ -1462,17 +1560,20 @@ PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
1462
1560
|
AuthenticationMethodItemTypeDef = TypedDict(
|
|
1463
1561
|
"AuthenticationMethodItemTypeDef",
|
|
1464
1562
|
{
|
|
1465
|
-
"AuthenticationMethod": NotRequired[
|
|
1563
|
+
"AuthenticationMethod": NotRequired[AuthenticationMethodOutputTypeDef],
|
|
1466
1564
|
"AuthenticationMethodType": NotRequired[Literal["IAM"]],
|
|
1467
1565
|
},
|
|
1468
1566
|
)
|
|
1469
1567
|
GetApplicationAuthenticationMethodResponseTypeDef = TypedDict(
|
|
1470
1568
|
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
1471
1569
|
{
|
|
1472
|
-
"AuthenticationMethod":
|
|
1570
|
+
"AuthenticationMethod": AuthenticationMethodOutputTypeDef,
|
|
1473
1571
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1474
1572
|
},
|
|
1475
1573
|
)
|
|
1574
|
+
AuthenticationMethodUnionTypeDef = Union[
|
|
1575
|
+
AuthenticationMethodTypeDef, AuthenticationMethodExtraOutputTypeDef
|
|
1576
|
+
]
|
|
1476
1577
|
PutApplicationAuthenticationMethodRequestRequestTypeDef = TypedDict(
|
|
1477
1578
|
"PutApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
1478
1579
|
{
|
|
@@ -1481,13 +1582,31 @@ PutApplicationAuthenticationMethodRequestRequestTypeDef = TypedDict(
|
|
|
1481
1582
|
"AuthenticationMethodType": Literal["IAM"],
|
|
1482
1583
|
},
|
|
1483
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
|
+
)
|
|
1484
1603
|
GrantTypeDef = TypedDict(
|
|
1485
1604
|
"GrantTypeDef",
|
|
1486
1605
|
{
|
|
1487
1606
|
"AuthorizationCode": NotRequired[AuthorizationCodeGrantTypeDef],
|
|
1488
1607
|
"JwtBearer": NotRequired[JwtBearerGrantTypeDef],
|
|
1489
|
-
"RefreshToken": NotRequired[
|
|
1490
|
-
"TokenExchange": NotRequired[
|
|
1608
|
+
"RefreshToken": NotRequired[Mapping[str, Any]],
|
|
1609
|
+
"TokenExchange": NotRequired[Mapping[str, Any]],
|
|
1491
1610
|
},
|
|
1492
1611
|
)
|
|
1493
1612
|
CreateTrustedTokenIssuerRequestRequestTypeDef = TypedDict(
|
|
@@ -1592,32 +1711,30 @@ DescribeApplicationProviderResponseTypeDef = TypedDict(
|
|
|
1592
1711
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1593
1712
|
},
|
|
1594
1713
|
)
|
|
1595
|
-
CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
1596
|
-
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
1597
|
-
{
|
|
1598
|
-
"InstanceAccessControlAttributeConfiguration": (
|
|
1599
|
-
InstanceAccessControlAttributeConfigurationTypeDef
|
|
1600
|
-
),
|
|
1601
|
-
"InstanceArn": str,
|
|
1602
|
-
},
|
|
1603
|
-
)
|
|
1604
1714
|
DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef = TypedDict(
|
|
1605
1715
|
"DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef",
|
|
1606
1716
|
{
|
|
1607
|
-
"InstanceAccessControlAttributeConfiguration":
|
|
1608
|
-
InstanceAccessControlAttributeConfigurationTypeDef
|
|
1609
|
-
),
|
|
1717
|
+
"InstanceAccessControlAttributeConfiguration": InstanceAccessControlAttributeConfigurationOutputTypeDef,
|
|
1610
1718
|
"Status": InstanceAccessControlAttributeConfigurationStatusType,
|
|
1611
1719
|
"StatusReason": str,
|
|
1612
1720
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1613
1721
|
},
|
|
1614
1722
|
)
|
|
1723
|
+
CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
1724
|
+
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
1725
|
+
{
|
|
1726
|
+
"InstanceAccessControlAttributeConfiguration": InstanceAccessControlAttributeConfigurationTypeDef,
|
|
1727
|
+
"InstanceArn": str,
|
|
1728
|
+
},
|
|
1729
|
+
)
|
|
1730
|
+
InstanceAccessControlAttributeConfigurationUnionTypeDef = Union[
|
|
1731
|
+
InstanceAccessControlAttributeConfigurationTypeDef,
|
|
1732
|
+
InstanceAccessControlAttributeConfigurationOutputTypeDef,
|
|
1733
|
+
]
|
|
1615
1734
|
UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
1616
1735
|
"UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
1617
1736
|
{
|
|
1618
|
-
"InstanceAccessControlAttributeConfiguration":
|
|
1619
|
-
InstanceAccessControlAttributeConfigurationTypeDef
|
|
1620
|
-
),
|
|
1737
|
+
"InstanceAccessControlAttributeConfiguration": InstanceAccessControlAttributeConfigurationTypeDef,
|
|
1621
1738
|
"InstanceArn": str,
|
|
1622
1739
|
},
|
|
1623
1740
|
)
|
|
@@ -1625,24 +1742,25 @@ ListApplicationAuthenticationMethodsResponseTypeDef = TypedDict(
|
|
|
1625
1742
|
"ListApplicationAuthenticationMethodsResponseTypeDef",
|
|
1626
1743
|
{
|
|
1627
1744
|
"AuthenticationMethods": List[AuthenticationMethodItemTypeDef],
|
|
1628
|
-
"NextToken": str,
|
|
1629
1745
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1746
|
+
"NextToken": NotRequired[str],
|
|
1630
1747
|
},
|
|
1631
1748
|
)
|
|
1632
1749
|
GetApplicationGrantResponseTypeDef = TypedDict(
|
|
1633
1750
|
"GetApplicationGrantResponseTypeDef",
|
|
1634
1751
|
{
|
|
1635
|
-
"Grant":
|
|
1752
|
+
"Grant": GrantOutputTypeDef,
|
|
1636
1753
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1637
1754
|
},
|
|
1638
1755
|
)
|
|
1639
1756
|
GrantItemTypeDef = TypedDict(
|
|
1640
1757
|
"GrantItemTypeDef",
|
|
1641
1758
|
{
|
|
1642
|
-
"Grant":
|
|
1759
|
+
"Grant": GrantOutputTypeDef,
|
|
1643
1760
|
"GrantType": GrantTypeType,
|
|
1644
1761
|
},
|
|
1645
1762
|
)
|
|
1763
|
+
GrantUnionTypeDef = Union[GrantTypeDef, GrantExtraOutputTypeDef]
|
|
1646
1764
|
PutApplicationGrantRequestRequestTypeDef = TypedDict(
|
|
1647
1765
|
"PutApplicationGrantRequestRequestTypeDef",
|
|
1648
1766
|
{
|
|
@@ -1655,23 +1773,23 @@ ListApplicationsResponseTypeDef = TypedDict(
|
|
|
1655
1773
|
"ListApplicationsResponseTypeDef",
|
|
1656
1774
|
{
|
|
1657
1775
|
"Applications": List[ApplicationTypeDef],
|
|
1658
|
-
"NextToken": str,
|
|
1659
1776
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1777
|
+
"NextToken": NotRequired[str],
|
|
1660
1778
|
},
|
|
1661
1779
|
)
|
|
1662
1780
|
ListApplicationProvidersResponseTypeDef = TypedDict(
|
|
1663
1781
|
"ListApplicationProvidersResponseTypeDef",
|
|
1664
1782
|
{
|
|
1665
1783
|
"ApplicationProviders": List[ApplicationProviderTypeDef],
|
|
1666
|
-
"NextToken": str,
|
|
1667
1784
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1785
|
+
"NextToken": NotRequired[str],
|
|
1668
1786
|
},
|
|
1669
1787
|
)
|
|
1670
1788
|
ListApplicationGrantsResponseTypeDef = TypedDict(
|
|
1671
1789
|
"ListApplicationGrantsResponseTypeDef",
|
|
1672
1790
|
{
|
|
1673
1791
|
"Grants": List[GrantItemTypeDef],
|
|
1674
|
-
"NextToken": str,
|
|
1675
1792
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1793
|
+
"NextToken": NotRequired[str],
|
|
1676
1794
|
},
|
|
1677
1795
|
)
|