mypy-boto3-sso-admin 1.29.0__py3-none-any.whl → 1.29.3__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 +36 -0
- mypy_boto3_sso_admin/__init__.pyi +36 -0
- mypy_boto3_sso_admin/__main__.py +2 -2
- mypy_boto3_sso_admin/client.py +556 -5
- mypy_boto3_sso_admin/client.pyi +556 -5
- mypy_boto3_sso_admin/literals.py +57 -3
- mypy_boto3_sso_admin/literals.pyi +57 -3
- mypy_boto3_sso_admin/paginator.py +196 -2
- mypy_boto3_sso_admin/paginator.pyi +187 -2
- mypy_boto3_sso_admin/type_defs.py +849 -5
- mypy_boto3_sso_admin/type_defs.pyi +849 -5
- mypy_boto3_sso_admin/version.py +1 -1
- {mypy_boto3_sso_admin-1.29.0.dist-info → mypy_boto3_sso_admin-1.29.3.dist-info}/METADATA +39 -5
- mypy_boto3_sso_admin-1.29.3.dist-info/RECORD +18 -0
- mypy_boto3_sso_admin-1.29.0.dist-info/RECORD +0 -18
- {mypy_boto3_sso_admin-1.29.0.dist-info → mypy_boto3_sso_admin-1.29.3.dist-info}/LICENSE +0 -0
- {mypy_boto3_sso_admin-1.29.0.dist-info → mypy_boto3_sso_admin-1.29.3.dist-info}/WHEEL +0 -0
- {mypy_boto3_sso_admin-1.29.0.dist-info → mypy_boto3_sso_admin-1.29.3.dist-info}/top_level.txt +0 -0
|
@@ -14,13 +14,19 @@ Usage::
|
|
|
14
14
|
|
|
15
15
|
import sys
|
|
16
16
|
from datetime import datetime
|
|
17
|
-
from typing import Dict, List, Sequence
|
|
17
|
+
from typing import Any, Dict, List, Sequence
|
|
18
18
|
|
|
19
19
|
from .literals import (
|
|
20
|
+
ApplicationStatusType,
|
|
21
|
+
ApplicationVisibilityType,
|
|
22
|
+
FederationProtocolType,
|
|
23
|
+
GrantTypeType,
|
|
20
24
|
InstanceAccessControlAttributeConfigurationStatusType,
|
|
25
|
+
InstanceStatusType,
|
|
21
26
|
PrincipalTypeType,
|
|
22
27
|
ProvisioningStatusType,
|
|
23
28
|
ProvisionTargetTypeType,
|
|
29
|
+
SignInOriginType,
|
|
24
30
|
StatusValuesType,
|
|
25
31
|
)
|
|
26
32
|
|
|
@@ -39,35 +45,68 @@ else:
|
|
|
39
45
|
|
|
40
46
|
__all__ = (
|
|
41
47
|
"AccessControlAttributeValueTypeDef",
|
|
48
|
+
"AccountAssignmentForPrincipalTypeDef",
|
|
42
49
|
"AccountAssignmentOperationStatusMetadataTypeDef",
|
|
43
50
|
"AccountAssignmentOperationStatusTypeDef",
|
|
44
51
|
"AccountAssignmentTypeDef",
|
|
52
|
+
"ApplicationAssignmentForPrincipalTypeDef",
|
|
53
|
+
"ApplicationAssignmentTypeDef",
|
|
54
|
+
"DisplayDataTypeDef",
|
|
45
55
|
"CustomerManagedPolicyReferenceTypeDef",
|
|
46
56
|
"AttachManagedPolicyToPermissionSetRequestRequestTypeDef",
|
|
47
57
|
"AttachedManagedPolicyTypeDef",
|
|
58
|
+
"IamAuthenticationMethodTypeDef",
|
|
59
|
+
"AuthorizationCodeGrantTypeDef",
|
|
60
|
+
"AuthorizedTokenIssuerTypeDef",
|
|
48
61
|
"CreateAccountAssignmentRequestRequestTypeDef",
|
|
49
62
|
"ResponseMetadataTypeDef",
|
|
63
|
+
"CreateApplicationAssignmentRequestRequestTypeDef",
|
|
50
64
|
"TagTypeDef",
|
|
51
65
|
"PermissionSetTypeDef",
|
|
52
66
|
"DeleteAccountAssignmentRequestRequestTypeDef",
|
|
67
|
+
"DeleteApplicationAccessScopeRequestRequestTypeDef",
|
|
68
|
+
"DeleteApplicationAssignmentRequestRequestTypeDef",
|
|
69
|
+
"DeleteApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
70
|
+
"DeleteApplicationGrantRequestRequestTypeDef",
|
|
71
|
+
"DeleteApplicationRequestRequestTypeDef",
|
|
53
72
|
"DeleteInlinePolicyFromPermissionSetRequestRequestTypeDef",
|
|
54
73
|
"DeleteInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
74
|
+
"DeleteInstanceRequestRequestTypeDef",
|
|
55
75
|
"DeletePermissionSetRequestRequestTypeDef",
|
|
56
76
|
"DeletePermissionsBoundaryFromPermissionSetRequestRequestTypeDef",
|
|
77
|
+
"DeleteTrustedTokenIssuerRequestRequestTypeDef",
|
|
57
78
|
"DescribeAccountAssignmentCreationStatusRequestRequestTypeDef",
|
|
58
79
|
"DescribeAccountAssignmentDeletionStatusRequestRequestTypeDef",
|
|
80
|
+
"DescribeApplicationAssignmentRequestRequestTypeDef",
|
|
81
|
+
"DescribeApplicationProviderRequestRequestTypeDef",
|
|
82
|
+
"DescribeApplicationRequestRequestTypeDef",
|
|
59
83
|
"DescribeInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
84
|
+
"DescribeInstanceRequestRequestTypeDef",
|
|
60
85
|
"DescribePermissionSetProvisioningStatusRequestRequestTypeDef",
|
|
61
86
|
"PermissionSetProvisioningStatusTypeDef",
|
|
62
87
|
"DescribePermissionSetRequestRequestTypeDef",
|
|
88
|
+
"DescribeTrustedTokenIssuerRequestRequestTypeDef",
|
|
63
89
|
"DetachManagedPolicyFromPermissionSetRequestRequestTypeDef",
|
|
90
|
+
"GetApplicationAccessScopeRequestRequestTypeDef",
|
|
91
|
+
"GetApplicationAssignmentConfigurationRequestRequestTypeDef",
|
|
92
|
+
"GetApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
93
|
+
"GetApplicationGrantRequestRequestTypeDef",
|
|
64
94
|
"GetInlinePolicyForPermissionSetRequestRequestTypeDef",
|
|
65
95
|
"GetPermissionsBoundaryForPermissionSetRequestRequestTypeDef",
|
|
66
96
|
"InstanceMetadataTypeDef",
|
|
67
97
|
"OperationStatusFilterTypeDef",
|
|
68
98
|
"PaginatorConfigTypeDef",
|
|
99
|
+
"ListAccountAssignmentsFilterTypeDef",
|
|
69
100
|
"ListAccountAssignmentsRequestRequestTypeDef",
|
|
70
101
|
"ListAccountsForProvisionedPermissionSetRequestRequestTypeDef",
|
|
102
|
+
"ListApplicationAccessScopesRequestRequestTypeDef",
|
|
103
|
+
"ScopeDetailsTypeDef",
|
|
104
|
+
"ListApplicationAssignmentsFilterTypeDef",
|
|
105
|
+
"ListApplicationAssignmentsRequestRequestTypeDef",
|
|
106
|
+
"ListApplicationAuthenticationMethodsRequestRequestTypeDef",
|
|
107
|
+
"ListApplicationGrantsRequestRequestTypeDef",
|
|
108
|
+
"ListApplicationProvidersRequestRequestTypeDef",
|
|
109
|
+
"ListApplicationsFilterTypeDef",
|
|
71
110
|
"ListCustomerManagedPolicyReferencesInPermissionSetRequestRequestTypeDef",
|
|
72
111
|
"ListInstancesRequestRequestTypeDef",
|
|
73
112
|
"ListManagedPoliciesInPermissionSetRequestRequestTypeDef",
|
|
@@ -75,27 +114,50 @@ __all__ = (
|
|
|
75
114
|
"ListPermissionSetsProvisionedToAccountRequestRequestTypeDef",
|
|
76
115
|
"ListPermissionSetsRequestRequestTypeDef",
|
|
77
116
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
117
|
+
"ListTrustedTokenIssuersRequestRequestTypeDef",
|
|
118
|
+
"TrustedTokenIssuerMetadataTypeDef",
|
|
119
|
+
"OidcJwtConfigurationTypeDef",
|
|
120
|
+
"OidcJwtUpdateConfigurationTypeDef",
|
|
121
|
+
"SignInOptionsTypeDef",
|
|
78
122
|
"ProvisionPermissionSetRequestRequestTypeDef",
|
|
123
|
+
"PutApplicationAccessScopeRequestRequestTypeDef",
|
|
124
|
+
"PutApplicationAssignmentConfigurationRequestRequestTypeDef",
|
|
79
125
|
"PutInlinePolicyToPermissionSetRequestRequestTypeDef",
|
|
126
|
+
"ResourceServerScopeDetailsTypeDef",
|
|
80
127
|
"UntagResourceRequestRequestTypeDef",
|
|
128
|
+
"UpdateInstanceRequestRequestTypeDef",
|
|
81
129
|
"UpdatePermissionSetRequestRequestTypeDef",
|
|
82
130
|
"AccessControlAttributeTypeDef",
|
|
83
131
|
"AttachCustomerManagedPolicyReferenceToPermissionSetRequestRequestTypeDef",
|
|
84
132
|
"DetachCustomerManagedPolicyReferenceFromPermissionSetRequestRequestTypeDef",
|
|
85
133
|
"PermissionsBoundaryTypeDef",
|
|
134
|
+
"AuthenticationMethodTypeDef",
|
|
135
|
+
"JwtBearerGrantTypeDef",
|
|
86
136
|
"CreateAccountAssignmentResponseTypeDef",
|
|
137
|
+
"CreateApplicationResponseTypeDef",
|
|
138
|
+
"CreateInstanceResponseTypeDef",
|
|
139
|
+
"CreateTrustedTokenIssuerResponseTypeDef",
|
|
87
140
|
"DeleteAccountAssignmentResponseTypeDef",
|
|
88
141
|
"DescribeAccountAssignmentCreationStatusResponseTypeDef",
|
|
89
142
|
"DescribeAccountAssignmentDeletionStatusResponseTypeDef",
|
|
143
|
+
"DescribeApplicationAssignmentResponseTypeDef",
|
|
144
|
+
"DescribeInstanceResponseTypeDef",
|
|
145
|
+
"EmptyResponseMetadataTypeDef",
|
|
146
|
+
"GetApplicationAccessScopeResponseTypeDef",
|
|
147
|
+
"GetApplicationAssignmentConfigurationResponseTypeDef",
|
|
90
148
|
"GetInlinePolicyForPermissionSetResponseTypeDef",
|
|
91
149
|
"ListAccountAssignmentCreationStatusResponseTypeDef",
|
|
92
150
|
"ListAccountAssignmentDeletionStatusResponseTypeDef",
|
|
151
|
+
"ListAccountAssignmentsForPrincipalResponseTypeDef",
|
|
93
152
|
"ListAccountAssignmentsResponseTypeDef",
|
|
94
153
|
"ListAccountsForProvisionedPermissionSetResponseTypeDef",
|
|
154
|
+
"ListApplicationAssignmentsForPrincipalResponseTypeDef",
|
|
155
|
+
"ListApplicationAssignmentsResponseTypeDef",
|
|
95
156
|
"ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef",
|
|
96
157
|
"ListManagedPoliciesInPermissionSetResponseTypeDef",
|
|
97
158
|
"ListPermissionSetsProvisionedToAccountResponseTypeDef",
|
|
98
159
|
"ListPermissionSetsResponseTypeDef",
|
|
160
|
+
"CreateInstanceRequestRequestTypeDef",
|
|
99
161
|
"CreatePermissionSetRequestRequestTypeDef",
|
|
100
162
|
"ListTagsForResourceResponseTypeDef",
|
|
101
163
|
"TagResourceRequestRequestTypeDef",
|
|
@@ -111,6 +173,11 @@ __all__ = (
|
|
|
111
173
|
"ListAccountAssignmentDeletionStatusRequestListAccountAssignmentDeletionStatusPaginateTypeDef",
|
|
112
174
|
"ListAccountAssignmentsRequestListAccountAssignmentsPaginateTypeDef",
|
|
113
175
|
"ListAccountsForProvisionedPermissionSetRequestListAccountsForProvisionedPermissionSetPaginateTypeDef",
|
|
176
|
+
"ListApplicationAccessScopesRequestListApplicationAccessScopesPaginateTypeDef",
|
|
177
|
+
"ListApplicationAssignmentsRequestListApplicationAssignmentsPaginateTypeDef",
|
|
178
|
+
"ListApplicationAuthenticationMethodsRequestListApplicationAuthenticationMethodsPaginateTypeDef",
|
|
179
|
+
"ListApplicationGrantsRequestListApplicationGrantsPaginateTypeDef",
|
|
180
|
+
"ListApplicationProvidersRequestListApplicationProvidersPaginateTypeDef",
|
|
114
181
|
"ListCustomerManagedPolicyReferencesInPermissionSetRequestListCustomerManagedPolicyReferencesInPermissionSetPaginateTypeDef",
|
|
115
182
|
"ListInstancesRequestListInstancesPaginateTypeDef",
|
|
116
183
|
"ListManagedPoliciesInPermissionSetRequestListManagedPoliciesInPermissionSetPaginateTypeDef",
|
|
@@ -118,13 +185,47 @@ __all__ = (
|
|
|
118
185
|
"ListPermissionSetsProvisionedToAccountRequestListPermissionSetsProvisionedToAccountPaginateTypeDef",
|
|
119
186
|
"ListPermissionSetsRequestListPermissionSetsPaginateTypeDef",
|
|
120
187
|
"ListTagsForResourceRequestListTagsForResourcePaginateTypeDef",
|
|
188
|
+
"ListTrustedTokenIssuersRequestListTrustedTokenIssuersPaginateTypeDef",
|
|
189
|
+
"ListAccountAssignmentsForPrincipalRequestListAccountAssignmentsForPrincipalPaginateTypeDef",
|
|
190
|
+
"ListAccountAssignmentsForPrincipalRequestRequestTypeDef",
|
|
191
|
+
"ListApplicationAccessScopesResponseTypeDef",
|
|
192
|
+
"ListApplicationAssignmentsForPrincipalRequestListApplicationAssignmentsForPrincipalPaginateTypeDef",
|
|
193
|
+
"ListApplicationAssignmentsForPrincipalRequestRequestTypeDef",
|
|
194
|
+
"ListApplicationsRequestListApplicationsPaginateTypeDef",
|
|
195
|
+
"ListApplicationsRequestRequestTypeDef",
|
|
121
196
|
"ListPermissionSetProvisioningStatusResponseTypeDef",
|
|
197
|
+
"ListTrustedTokenIssuersResponseTypeDef",
|
|
198
|
+
"TrustedTokenIssuerConfigurationTypeDef",
|
|
199
|
+
"TrustedTokenIssuerUpdateConfigurationTypeDef",
|
|
200
|
+
"PortalOptionsTypeDef",
|
|
201
|
+
"UpdateApplicationPortalOptionsTypeDef",
|
|
202
|
+
"ResourceServerConfigTypeDef",
|
|
122
203
|
"InstanceAccessControlAttributeConfigurationTypeDef",
|
|
123
204
|
"GetPermissionsBoundaryForPermissionSetResponseTypeDef",
|
|
124
205
|
"PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef",
|
|
206
|
+
"AuthenticationMethodItemTypeDef",
|
|
207
|
+
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
208
|
+
"PutApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
209
|
+
"GrantTypeDef",
|
|
210
|
+
"CreateTrustedTokenIssuerRequestRequestTypeDef",
|
|
211
|
+
"DescribeTrustedTokenIssuerResponseTypeDef",
|
|
212
|
+
"UpdateTrustedTokenIssuerRequestRequestTypeDef",
|
|
213
|
+
"ApplicationTypeDef",
|
|
214
|
+
"CreateApplicationRequestRequestTypeDef",
|
|
215
|
+
"DescribeApplicationResponseTypeDef",
|
|
216
|
+
"UpdateApplicationRequestRequestTypeDef",
|
|
217
|
+
"ApplicationProviderTypeDef",
|
|
218
|
+
"DescribeApplicationProviderResponseTypeDef",
|
|
125
219
|
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
126
220
|
"DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef",
|
|
127
221
|
"UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
222
|
+
"ListApplicationAuthenticationMethodsResponseTypeDef",
|
|
223
|
+
"GetApplicationGrantResponseTypeDef",
|
|
224
|
+
"GrantItemTypeDef",
|
|
225
|
+
"PutApplicationGrantRequestRequestTypeDef",
|
|
226
|
+
"ListApplicationsResponseTypeDef",
|
|
227
|
+
"ListApplicationProvidersResponseTypeDef",
|
|
228
|
+
"ListApplicationGrantsResponseTypeDef",
|
|
128
229
|
)
|
|
129
230
|
|
|
130
231
|
AccessControlAttributeValueTypeDef = TypedDict(
|
|
@@ -133,6 +234,15 @@ AccessControlAttributeValueTypeDef = TypedDict(
|
|
|
133
234
|
"Source": Sequence[str],
|
|
134
235
|
},
|
|
135
236
|
)
|
|
237
|
+
AccountAssignmentForPrincipalTypeDef = TypedDict(
|
|
238
|
+
"AccountAssignmentForPrincipalTypeDef",
|
|
239
|
+
{
|
|
240
|
+
"AccountId": NotRequired[str],
|
|
241
|
+
"PermissionSetArn": NotRequired[str],
|
|
242
|
+
"PrincipalId": NotRequired[str],
|
|
243
|
+
"PrincipalType": NotRequired[PrincipalTypeType],
|
|
244
|
+
},
|
|
245
|
+
)
|
|
136
246
|
AccountAssignmentOperationStatusMetadataTypeDef = TypedDict(
|
|
137
247
|
"AccountAssignmentOperationStatusMetadataTypeDef",
|
|
138
248
|
{
|
|
@@ -164,6 +274,30 @@ AccountAssignmentTypeDef = TypedDict(
|
|
|
164
274
|
"PrincipalType": NotRequired[PrincipalTypeType],
|
|
165
275
|
},
|
|
166
276
|
)
|
|
277
|
+
ApplicationAssignmentForPrincipalTypeDef = TypedDict(
|
|
278
|
+
"ApplicationAssignmentForPrincipalTypeDef",
|
|
279
|
+
{
|
|
280
|
+
"ApplicationArn": NotRequired[str],
|
|
281
|
+
"PrincipalId": NotRequired[str],
|
|
282
|
+
"PrincipalType": NotRequired[PrincipalTypeType],
|
|
283
|
+
},
|
|
284
|
+
)
|
|
285
|
+
ApplicationAssignmentTypeDef = TypedDict(
|
|
286
|
+
"ApplicationAssignmentTypeDef",
|
|
287
|
+
{
|
|
288
|
+
"ApplicationArn": str,
|
|
289
|
+
"PrincipalId": str,
|
|
290
|
+
"PrincipalType": PrincipalTypeType,
|
|
291
|
+
},
|
|
292
|
+
)
|
|
293
|
+
DisplayDataTypeDef = TypedDict(
|
|
294
|
+
"DisplayDataTypeDef",
|
|
295
|
+
{
|
|
296
|
+
"Description": NotRequired[str],
|
|
297
|
+
"DisplayName": NotRequired[str],
|
|
298
|
+
"IconUrl": NotRequired[str],
|
|
299
|
+
},
|
|
300
|
+
)
|
|
167
301
|
CustomerManagedPolicyReferenceTypeDef = TypedDict(
|
|
168
302
|
"CustomerManagedPolicyReferenceTypeDef",
|
|
169
303
|
{
|
|
@@ -186,6 +320,25 @@ AttachedManagedPolicyTypeDef = TypedDict(
|
|
|
186
320
|
"Name": NotRequired[str],
|
|
187
321
|
},
|
|
188
322
|
)
|
|
323
|
+
IamAuthenticationMethodTypeDef = TypedDict(
|
|
324
|
+
"IamAuthenticationMethodTypeDef",
|
|
325
|
+
{
|
|
326
|
+
"ActorPolicy": Dict[str, Any],
|
|
327
|
+
},
|
|
328
|
+
)
|
|
329
|
+
AuthorizationCodeGrantTypeDef = TypedDict(
|
|
330
|
+
"AuthorizationCodeGrantTypeDef",
|
|
331
|
+
{
|
|
332
|
+
"RedirectUris": NotRequired[List[str]],
|
|
333
|
+
},
|
|
334
|
+
)
|
|
335
|
+
AuthorizedTokenIssuerTypeDef = TypedDict(
|
|
336
|
+
"AuthorizedTokenIssuerTypeDef",
|
|
337
|
+
{
|
|
338
|
+
"AuthorizedAudiences": NotRequired[List[str]],
|
|
339
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
340
|
+
},
|
|
341
|
+
)
|
|
189
342
|
CreateAccountAssignmentRequestRequestTypeDef = TypedDict(
|
|
190
343
|
"CreateAccountAssignmentRequestRequestTypeDef",
|
|
191
344
|
{
|
|
@@ -207,6 +360,14 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
207
360
|
"RetryAttempts": int,
|
|
208
361
|
},
|
|
209
362
|
)
|
|
363
|
+
CreateApplicationAssignmentRequestRequestTypeDef = TypedDict(
|
|
364
|
+
"CreateApplicationAssignmentRequestRequestTypeDef",
|
|
365
|
+
{
|
|
366
|
+
"ApplicationArn": str,
|
|
367
|
+
"PrincipalId": str,
|
|
368
|
+
"PrincipalType": PrincipalTypeType,
|
|
369
|
+
},
|
|
370
|
+
)
|
|
210
371
|
TagTypeDef = TypedDict(
|
|
211
372
|
"TagTypeDef",
|
|
212
373
|
{
|
|
@@ -236,6 +397,41 @@ DeleteAccountAssignmentRequestRequestTypeDef = TypedDict(
|
|
|
236
397
|
"TargetType": Literal["AWS_ACCOUNT"],
|
|
237
398
|
},
|
|
238
399
|
)
|
|
400
|
+
DeleteApplicationAccessScopeRequestRequestTypeDef = TypedDict(
|
|
401
|
+
"DeleteApplicationAccessScopeRequestRequestTypeDef",
|
|
402
|
+
{
|
|
403
|
+
"ApplicationArn": str,
|
|
404
|
+
"Scope": str,
|
|
405
|
+
},
|
|
406
|
+
)
|
|
407
|
+
DeleteApplicationAssignmentRequestRequestTypeDef = TypedDict(
|
|
408
|
+
"DeleteApplicationAssignmentRequestRequestTypeDef",
|
|
409
|
+
{
|
|
410
|
+
"ApplicationArn": str,
|
|
411
|
+
"PrincipalId": str,
|
|
412
|
+
"PrincipalType": PrincipalTypeType,
|
|
413
|
+
},
|
|
414
|
+
)
|
|
415
|
+
DeleteApplicationAuthenticationMethodRequestRequestTypeDef = TypedDict(
|
|
416
|
+
"DeleteApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
417
|
+
{
|
|
418
|
+
"ApplicationArn": str,
|
|
419
|
+
"AuthenticationMethodType": Literal["IAM"],
|
|
420
|
+
},
|
|
421
|
+
)
|
|
422
|
+
DeleteApplicationGrantRequestRequestTypeDef = TypedDict(
|
|
423
|
+
"DeleteApplicationGrantRequestRequestTypeDef",
|
|
424
|
+
{
|
|
425
|
+
"ApplicationArn": str,
|
|
426
|
+
"GrantType": GrantTypeType,
|
|
427
|
+
},
|
|
428
|
+
)
|
|
429
|
+
DeleteApplicationRequestRequestTypeDef = TypedDict(
|
|
430
|
+
"DeleteApplicationRequestRequestTypeDef",
|
|
431
|
+
{
|
|
432
|
+
"ApplicationArn": str,
|
|
433
|
+
},
|
|
434
|
+
)
|
|
239
435
|
DeleteInlinePolicyFromPermissionSetRequestRequestTypeDef = TypedDict(
|
|
240
436
|
"DeleteInlinePolicyFromPermissionSetRequestRequestTypeDef",
|
|
241
437
|
{
|
|
@@ -249,6 +445,12 @@ DeleteInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDi
|
|
|
249
445
|
"InstanceArn": str,
|
|
250
446
|
},
|
|
251
447
|
)
|
|
448
|
+
DeleteInstanceRequestRequestTypeDef = TypedDict(
|
|
449
|
+
"DeleteInstanceRequestRequestTypeDef",
|
|
450
|
+
{
|
|
451
|
+
"InstanceArn": str,
|
|
452
|
+
},
|
|
453
|
+
)
|
|
252
454
|
DeletePermissionSetRequestRequestTypeDef = TypedDict(
|
|
253
455
|
"DeletePermissionSetRequestRequestTypeDef",
|
|
254
456
|
{
|
|
@@ -263,6 +465,12 @@ DeletePermissionsBoundaryFromPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
263
465
|
"PermissionSetArn": str,
|
|
264
466
|
},
|
|
265
467
|
)
|
|
468
|
+
DeleteTrustedTokenIssuerRequestRequestTypeDef = TypedDict(
|
|
469
|
+
"DeleteTrustedTokenIssuerRequestRequestTypeDef",
|
|
470
|
+
{
|
|
471
|
+
"TrustedTokenIssuerArn": str,
|
|
472
|
+
},
|
|
473
|
+
)
|
|
266
474
|
DescribeAccountAssignmentCreationStatusRequestRequestTypeDef = TypedDict(
|
|
267
475
|
"DescribeAccountAssignmentCreationStatusRequestRequestTypeDef",
|
|
268
476
|
{
|
|
@@ -277,12 +485,38 @@ DescribeAccountAssignmentDeletionStatusRequestRequestTypeDef = TypedDict(
|
|
|
277
485
|
"InstanceArn": str,
|
|
278
486
|
},
|
|
279
487
|
)
|
|
488
|
+
DescribeApplicationAssignmentRequestRequestTypeDef = TypedDict(
|
|
489
|
+
"DescribeApplicationAssignmentRequestRequestTypeDef",
|
|
490
|
+
{
|
|
491
|
+
"ApplicationArn": str,
|
|
492
|
+
"PrincipalId": str,
|
|
493
|
+
"PrincipalType": PrincipalTypeType,
|
|
494
|
+
},
|
|
495
|
+
)
|
|
496
|
+
DescribeApplicationProviderRequestRequestTypeDef = TypedDict(
|
|
497
|
+
"DescribeApplicationProviderRequestRequestTypeDef",
|
|
498
|
+
{
|
|
499
|
+
"ApplicationProviderArn": str,
|
|
500
|
+
},
|
|
501
|
+
)
|
|
502
|
+
DescribeApplicationRequestRequestTypeDef = TypedDict(
|
|
503
|
+
"DescribeApplicationRequestRequestTypeDef",
|
|
504
|
+
{
|
|
505
|
+
"ApplicationArn": str,
|
|
506
|
+
},
|
|
507
|
+
)
|
|
280
508
|
DescribeInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
281
509
|
"DescribeInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
282
510
|
{
|
|
283
511
|
"InstanceArn": str,
|
|
284
512
|
},
|
|
285
513
|
)
|
|
514
|
+
DescribeInstanceRequestRequestTypeDef = TypedDict(
|
|
515
|
+
"DescribeInstanceRequestRequestTypeDef",
|
|
516
|
+
{
|
|
517
|
+
"InstanceArn": str,
|
|
518
|
+
},
|
|
519
|
+
)
|
|
286
520
|
DescribePermissionSetProvisioningStatusRequestRequestTypeDef = TypedDict(
|
|
287
521
|
"DescribePermissionSetProvisioningStatusRequestRequestTypeDef",
|
|
288
522
|
{
|
|
@@ -308,6 +542,12 @@ DescribePermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
308
542
|
"PermissionSetArn": str,
|
|
309
543
|
},
|
|
310
544
|
)
|
|
545
|
+
DescribeTrustedTokenIssuerRequestRequestTypeDef = TypedDict(
|
|
546
|
+
"DescribeTrustedTokenIssuerRequestRequestTypeDef",
|
|
547
|
+
{
|
|
548
|
+
"TrustedTokenIssuerArn": str,
|
|
549
|
+
},
|
|
550
|
+
)
|
|
311
551
|
DetachManagedPolicyFromPermissionSetRequestRequestTypeDef = TypedDict(
|
|
312
552
|
"DetachManagedPolicyFromPermissionSetRequestRequestTypeDef",
|
|
313
553
|
{
|
|
@@ -316,6 +556,33 @@ DetachManagedPolicyFromPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
316
556
|
"PermissionSetArn": str,
|
|
317
557
|
},
|
|
318
558
|
)
|
|
559
|
+
GetApplicationAccessScopeRequestRequestTypeDef = TypedDict(
|
|
560
|
+
"GetApplicationAccessScopeRequestRequestTypeDef",
|
|
561
|
+
{
|
|
562
|
+
"ApplicationArn": str,
|
|
563
|
+
"Scope": str,
|
|
564
|
+
},
|
|
565
|
+
)
|
|
566
|
+
GetApplicationAssignmentConfigurationRequestRequestTypeDef = TypedDict(
|
|
567
|
+
"GetApplicationAssignmentConfigurationRequestRequestTypeDef",
|
|
568
|
+
{
|
|
569
|
+
"ApplicationArn": str,
|
|
570
|
+
},
|
|
571
|
+
)
|
|
572
|
+
GetApplicationAuthenticationMethodRequestRequestTypeDef = TypedDict(
|
|
573
|
+
"GetApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
574
|
+
{
|
|
575
|
+
"ApplicationArn": str,
|
|
576
|
+
"AuthenticationMethodType": Literal["IAM"],
|
|
577
|
+
},
|
|
578
|
+
)
|
|
579
|
+
GetApplicationGrantRequestRequestTypeDef = TypedDict(
|
|
580
|
+
"GetApplicationGrantRequestRequestTypeDef",
|
|
581
|
+
{
|
|
582
|
+
"ApplicationArn": str,
|
|
583
|
+
"GrantType": GrantTypeType,
|
|
584
|
+
},
|
|
585
|
+
)
|
|
319
586
|
GetInlinePolicyForPermissionSetRequestRequestTypeDef = TypedDict(
|
|
320
587
|
"GetInlinePolicyForPermissionSetRequestRequestTypeDef",
|
|
321
588
|
{
|
|
@@ -333,8 +600,12 @@ GetPermissionsBoundaryForPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
333
600
|
InstanceMetadataTypeDef = TypedDict(
|
|
334
601
|
"InstanceMetadataTypeDef",
|
|
335
602
|
{
|
|
603
|
+
"CreatedDate": NotRequired[datetime],
|
|
336
604
|
"IdentityStoreId": NotRequired[str],
|
|
337
605
|
"InstanceArn": NotRequired[str],
|
|
606
|
+
"Name": NotRequired[str],
|
|
607
|
+
"OwnerAccountId": NotRequired[str],
|
|
608
|
+
"Status": NotRequired[InstanceStatusType],
|
|
338
609
|
},
|
|
339
610
|
)
|
|
340
611
|
OperationStatusFilterTypeDef = TypedDict(
|
|
@@ -351,6 +622,12 @@ PaginatorConfigTypeDef = TypedDict(
|
|
|
351
622
|
"StartingToken": NotRequired[str],
|
|
352
623
|
},
|
|
353
624
|
)
|
|
625
|
+
ListAccountAssignmentsFilterTypeDef = TypedDict(
|
|
626
|
+
"ListAccountAssignmentsFilterTypeDef",
|
|
627
|
+
{
|
|
628
|
+
"AccountId": NotRequired[str],
|
|
629
|
+
},
|
|
630
|
+
)
|
|
354
631
|
ListAccountAssignmentsRequestRequestTypeDef = TypedDict(
|
|
355
632
|
"ListAccountAssignmentsRequestRequestTypeDef",
|
|
356
633
|
{
|
|
@@ -371,6 +648,63 @@ ListAccountsForProvisionedPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
371
648
|
"ProvisioningStatus": NotRequired[ProvisioningStatusType],
|
|
372
649
|
},
|
|
373
650
|
)
|
|
651
|
+
ListApplicationAccessScopesRequestRequestTypeDef = TypedDict(
|
|
652
|
+
"ListApplicationAccessScopesRequestRequestTypeDef",
|
|
653
|
+
{
|
|
654
|
+
"ApplicationArn": str,
|
|
655
|
+
"MaxResults": NotRequired[int],
|
|
656
|
+
"NextToken": NotRequired[str],
|
|
657
|
+
},
|
|
658
|
+
)
|
|
659
|
+
ScopeDetailsTypeDef = TypedDict(
|
|
660
|
+
"ScopeDetailsTypeDef",
|
|
661
|
+
{
|
|
662
|
+
"Scope": str,
|
|
663
|
+
"AuthorizedTargets": NotRequired[List[str]],
|
|
664
|
+
},
|
|
665
|
+
)
|
|
666
|
+
ListApplicationAssignmentsFilterTypeDef = TypedDict(
|
|
667
|
+
"ListApplicationAssignmentsFilterTypeDef",
|
|
668
|
+
{
|
|
669
|
+
"ApplicationArn": NotRequired[str],
|
|
670
|
+
},
|
|
671
|
+
)
|
|
672
|
+
ListApplicationAssignmentsRequestRequestTypeDef = TypedDict(
|
|
673
|
+
"ListApplicationAssignmentsRequestRequestTypeDef",
|
|
674
|
+
{
|
|
675
|
+
"ApplicationArn": str,
|
|
676
|
+
"MaxResults": NotRequired[int],
|
|
677
|
+
"NextToken": NotRequired[str],
|
|
678
|
+
},
|
|
679
|
+
)
|
|
680
|
+
ListApplicationAuthenticationMethodsRequestRequestTypeDef = TypedDict(
|
|
681
|
+
"ListApplicationAuthenticationMethodsRequestRequestTypeDef",
|
|
682
|
+
{
|
|
683
|
+
"ApplicationArn": str,
|
|
684
|
+
"NextToken": NotRequired[str],
|
|
685
|
+
},
|
|
686
|
+
)
|
|
687
|
+
ListApplicationGrantsRequestRequestTypeDef = TypedDict(
|
|
688
|
+
"ListApplicationGrantsRequestRequestTypeDef",
|
|
689
|
+
{
|
|
690
|
+
"ApplicationArn": str,
|
|
691
|
+
"NextToken": NotRequired[str],
|
|
692
|
+
},
|
|
693
|
+
)
|
|
694
|
+
ListApplicationProvidersRequestRequestTypeDef = TypedDict(
|
|
695
|
+
"ListApplicationProvidersRequestRequestTypeDef",
|
|
696
|
+
{
|
|
697
|
+
"MaxResults": NotRequired[int],
|
|
698
|
+
"NextToken": NotRequired[str],
|
|
699
|
+
},
|
|
700
|
+
)
|
|
701
|
+
ListApplicationsFilterTypeDef = TypedDict(
|
|
702
|
+
"ListApplicationsFilterTypeDef",
|
|
703
|
+
{
|
|
704
|
+
"ApplicationAccount": NotRequired[str],
|
|
705
|
+
"ApplicationProvider": NotRequired[str],
|
|
706
|
+
},
|
|
707
|
+
)
|
|
374
708
|
ListCustomerManagedPolicyReferencesInPermissionSetRequestRequestTypeDef = TypedDict(
|
|
375
709
|
"ListCustomerManagedPolicyReferencesInPermissionSetRequestRequestTypeDef",
|
|
376
710
|
{
|
|
@@ -425,11 +759,51 @@ ListPermissionSetsRequestRequestTypeDef = TypedDict(
|
|
|
425
759
|
ListTagsForResourceRequestRequestTypeDef = TypedDict(
|
|
426
760
|
"ListTagsForResourceRequestRequestTypeDef",
|
|
427
761
|
{
|
|
428
|
-
"InstanceArn": str,
|
|
429
762
|
"ResourceArn": str,
|
|
763
|
+
"InstanceArn": NotRequired[str],
|
|
430
764
|
"NextToken": NotRequired[str],
|
|
431
765
|
},
|
|
432
766
|
)
|
|
767
|
+
ListTrustedTokenIssuersRequestRequestTypeDef = TypedDict(
|
|
768
|
+
"ListTrustedTokenIssuersRequestRequestTypeDef",
|
|
769
|
+
{
|
|
770
|
+
"InstanceArn": str,
|
|
771
|
+
"MaxResults": NotRequired[int],
|
|
772
|
+
"NextToken": NotRequired[str],
|
|
773
|
+
},
|
|
774
|
+
)
|
|
775
|
+
TrustedTokenIssuerMetadataTypeDef = TypedDict(
|
|
776
|
+
"TrustedTokenIssuerMetadataTypeDef",
|
|
777
|
+
{
|
|
778
|
+
"Name": NotRequired[str],
|
|
779
|
+
"TrustedTokenIssuerArn": NotRequired[str],
|
|
780
|
+
"TrustedTokenIssuerType": NotRequired[Literal["OIDC_JWT"]],
|
|
781
|
+
},
|
|
782
|
+
)
|
|
783
|
+
OidcJwtConfigurationTypeDef = TypedDict(
|
|
784
|
+
"OidcJwtConfigurationTypeDef",
|
|
785
|
+
{
|
|
786
|
+
"ClaimAttributePath": str,
|
|
787
|
+
"IdentityStoreAttributePath": str,
|
|
788
|
+
"IssuerUrl": str,
|
|
789
|
+
"JwksRetrievalOption": Literal["OPEN_ID_DISCOVERY"],
|
|
790
|
+
},
|
|
791
|
+
)
|
|
792
|
+
OidcJwtUpdateConfigurationTypeDef = TypedDict(
|
|
793
|
+
"OidcJwtUpdateConfigurationTypeDef",
|
|
794
|
+
{
|
|
795
|
+
"ClaimAttributePath": NotRequired[str],
|
|
796
|
+
"IdentityStoreAttributePath": NotRequired[str],
|
|
797
|
+
"JwksRetrievalOption": NotRequired[Literal["OPEN_ID_DISCOVERY"]],
|
|
798
|
+
},
|
|
799
|
+
)
|
|
800
|
+
SignInOptionsTypeDef = TypedDict(
|
|
801
|
+
"SignInOptionsTypeDef",
|
|
802
|
+
{
|
|
803
|
+
"Origin": SignInOriginType,
|
|
804
|
+
"ApplicationUrl": NotRequired[str],
|
|
805
|
+
},
|
|
806
|
+
)
|
|
433
807
|
ProvisionPermissionSetRequestRequestTypeDef = TypedDict(
|
|
434
808
|
"ProvisionPermissionSetRequestRequestTypeDef",
|
|
435
809
|
{
|
|
@@ -439,6 +813,21 @@ ProvisionPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
439
813
|
"TargetId": NotRequired[str],
|
|
440
814
|
},
|
|
441
815
|
)
|
|
816
|
+
PutApplicationAccessScopeRequestRequestTypeDef = TypedDict(
|
|
817
|
+
"PutApplicationAccessScopeRequestRequestTypeDef",
|
|
818
|
+
{
|
|
819
|
+
"ApplicationArn": str,
|
|
820
|
+
"Scope": str,
|
|
821
|
+
"AuthorizedTargets": NotRequired[Sequence[str]],
|
|
822
|
+
},
|
|
823
|
+
)
|
|
824
|
+
PutApplicationAssignmentConfigurationRequestRequestTypeDef = TypedDict(
|
|
825
|
+
"PutApplicationAssignmentConfigurationRequestRequestTypeDef",
|
|
826
|
+
{
|
|
827
|
+
"ApplicationArn": str,
|
|
828
|
+
"AssignmentRequired": bool,
|
|
829
|
+
},
|
|
830
|
+
)
|
|
442
831
|
PutInlinePolicyToPermissionSetRequestRequestTypeDef = TypedDict(
|
|
443
832
|
"PutInlinePolicyToPermissionSetRequestRequestTypeDef",
|
|
444
833
|
{
|
|
@@ -447,12 +836,26 @@ PutInlinePolicyToPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
447
836
|
"PermissionSetArn": str,
|
|
448
837
|
},
|
|
449
838
|
)
|
|
839
|
+
ResourceServerScopeDetailsTypeDef = TypedDict(
|
|
840
|
+
"ResourceServerScopeDetailsTypeDef",
|
|
841
|
+
{
|
|
842
|
+
"DetailedTitle": NotRequired[str],
|
|
843
|
+
"LongDescription": NotRequired[str],
|
|
844
|
+
},
|
|
845
|
+
)
|
|
450
846
|
UntagResourceRequestRequestTypeDef = TypedDict(
|
|
451
847
|
"UntagResourceRequestRequestTypeDef",
|
|
452
848
|
{
|
|
453
|
-
"InstanceArn": str,
|
|
454
849
|
"ResourceArn": str,
|
|
455
850
|
"TagKeys": Sequence[str],
|
|
851
|
+
"InstanceArn": NotRequired[str],
|
|
852
|
+
},
|
|
853
|
+
)
|
|
854
|
+
UpdateInstanceRequestRequestTypeDef = TypedDict(
|
|
855
|
+
"UpdateInstanceRequestRequestTypeDef",
|
|
856
|
+
{
|
|
857
|
+
"InstanceArn": str,
|
|
858
|
+
"Name": str,
|
|
456
859
|
},
|
|
457
860
|
)
|
|
458
861
|
UpdatePermissionSetRequestRequestTypeDef = TypedDict(
|
|
@@ -495,6 +898,18 @@ PermissionsBoundaryTypeDef = TypedDict(
|
|
|
495
898
|
"ManagedPolicyArn": NotRequired[str],
|
|
496
899
|
},
|
|
497
900
|
)
|
|
901
|
+
AuthenticationMethodTypeDef = TypedDict(
|
|
902
|
+
"AuthenticationMethodTypeDef",
|
|
903
|
+
{
|
|
904
|
+
"Iam": NotRequired[IamAuthenticationMethodTypeDef],
|
|
905
|
+
},
|
|
906
|
+
)
|
|
907
|
+
JwtBearerGrantTypeDef = TypedDict(
|
|
908
|
+
"JwtBearerGrantTypeDef",
|
|
909
|
+
{
|
|
910
|
+
"AuthorizedTokenIssuers": NotRequired[List[AuthorizedTokenIssuerTypeDef]],
|
|
911
|
+
},
|
|
912
|
+
)
|
|
498
913
|
CreateAccountAssignmentResponseTypeDef = TypedDict(
|
|
499
914
|
"CreateAccountAssignmentResponseTypeDef",
|
|
500
915
|
{
|
|
@@ -502,6 +917,27 @@ CreateAccountAssignmentResponseTypeDef = TypedDict(
|
|
|
502
917
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
503
918
|
},
|
|
504
919
|
)
|
|
920
|
+
CreateApplicationResponseTypeDef = TypedDict(
|
|
921
|
+
"CreateApplicationResponseTypeDef",
|
|
922
|
+
{
|
|
923
|
+
"ApplicationArn": str,
|
|
924
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
925
|
+
},
|
|
926
|
+
)
|
|
927
|
+
CreateInstanceResponseTypeDef = TypedDict(
|
|
928
|
+
"CreateInstanceResponseTypeDef",
|
|
929
|
+
{
|
|
930
|
+
"InstanceArn": str,
|
|
931
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
932
|
+
},
|
|
933
|
+
)
|
|
934
|
+
CreateTrustedTokenIssuerResponseTypeDef = TypedDict(
|
|
935
|
+
"CreateTrustedTokenIssuerResponseTypeDef",
|
|
936
|
+
{
|
|
937
|
+
"TrustedTokenIssuerArn": str,
|
|
938
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
939
|
+
},
|
|
940
|
+
)
|
|
505
941
|
DeleteAccountAssignmentResponseTypeDef = TypedDict(
|
|
506
942
|
"DeleteAccountAssignmentResponseTypeDef",
|
|
507
943
|
{
|
|
@@ -523,6 +959,48 @@ DescribeAccountAssignmentDeletionStatusResponseTypeDef = TypedDict(
|
|
|
523
959
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
524
960
|
},
|
|
525
961
|
)
|
|
962
|
+
DescribeApplicationAssignmentResponseTypeDef = TypedDict(
|
|
963
|
+
"DescribeApplicationAssignmentResponseTypeDef",
|
|
964
|
+
{
|
|
965
|
+
"ApplicationArn": str,
|
|
966
|
+
"PrincipalId": str,
|
|
967
|
+
"PrincipalType": PrincipalTypeType,
|
|
968
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
969
|
+
},
|
|
970
|
+
)
|
|
971
|
+
DescribeInstanceResponseTypeDef = TypedDict(
|
|
972
|
+
"DescribeInstanceResponseTypeDef",
|
|
973
|
+
{
|
|
974
|
+
"CreatedDate": datetime,
|
|
975
|
+
"IdentityStoreId": str,
|
|
976
|
+
"InstanceArn": str,
|
|
977
|
+
"Name": str,
|
|
978
|
+
"OwnerAccountId": str,
|
|
979
|
+
"Status": InstanceStatusType,
|
|
980
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
981
|
+
},
|
|
982
|
+
)
|
|
983
|
+
EmptyResponseMetadataTypeDef = TypedDict(
|
|
984
|
+
"EmptyResponseMetadataTypeDef",
|
|
985
|
+
{
|
|
986
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
987
|
+
},
|
|
988
|
+
)
|
|
989
|
+
GetApplicationAccessScopeResponseTypeDef = TypedDict(
|
|
990
|
+
"GetApplicationAccessScopeResponseTypeDef",
|
|
991
|
+
{
|
|
992
|
+
"AuthorizedTargets": List[str],
|
|
993
|
+
"Scope": str,
|
|
994
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
995
|
+
},
|
|
996
|
+
)
|
|
997
|
+
GetApplicationAssignmentConfigurationResponseTypeDef = TypedDict(
|
|
998
|
+
"GetApplicationAssignmentConfigurationResponseTypeDef",
|
|
999
|
+
{
|
|
1000
|
+
"AssignmentRequired": bool,
|
|
1001
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1002
|
+
},
|
|
1003
|
+
)
|
|
526
1004
|
GetInlinePolicyForPermissionSetResponseTypeDef = TypedDict(
|
|
527
1005
|
"GetInlinePolicyForPermissionSetResponseTypeDef",
|
|
528
1006
|
{
|
|
@@ -546,6 +1024,14 @@ ListAccountAssignmentDeletionStatusResponseTypeDef = TypedDict(
|
|
|
546
1024
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
547
1025
|
},
|
|
548
1026
|
)
|
|
1027
|
+
ListAccountAssignmentsForPrincipalResponseTypeDef = TypedDict(
|
|
1028
|
+
"ListAccountAssignmentsForPrincipalResponseTypeDef",
|
|
1029
|
+
{
|
|
1030
|
+
"AccountAssignments": List[AccountAssignmentForPrincipalTypeDef],
|
|
1031
|
+
"NextToken": str,
|
|
1032
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1033
|
+
},
|
|
1034
|
+
)
|
|
549
1035
|
ListAccountAssignmentsResponseTypeDef = TypedDict(
|
|
550
1036
|
"ListAccountAssignmentsResponseTypeDef",
|
|
551
1037
|
{
|
|
@@ -562,6 +1048,22 @@ ListAccountsForProvisionedPermissionSetResponseTypeDef = TypedDict(
|
|
|
562
1048
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
563
1049
|
},
|
|
564
1050
|
)
|
|
1051
|
+
ListApplicationAssignmentsForPrincipalResponseTypeDef = TypedDict(
|
|
1052
|
+
"ListApplicationAssignmentsForPrincipalResponseTypeDef",
|
|
1053
|
+
{
|
|
1054
|
+
"ApplicationAssignments": List[ApplicationAssignmentForPrincipalTypeDef],
|
|
1055
|
+
"NextToken": str,
|
|
1056
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1057
|
+
},
|
|
1058
|
+
)
|
|
1059
|
+
ListApplicationAssignmentsResponseTypeDef = TypedDict(
|
|
1060
|
+
"ListApplicationAssignmentsResponseTypeDef",
|
|
1061
|
+
{
|
|
1062
|
+
"ApplicationAssignments": List[ApplicationAssignmentTypeDef],
|
|
1063
|
+
"NextToken": str,
|
|
1064
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1065
|
+
},
|
|
1066
|
+
)
|
|
565
1067
|
ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef = TypedDict(
|
|
566
1068
|
"ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef",
|
|
567
1069
|
{
|
|
@@ -594,6 +1096,14 @@ ListPermissionSetsResponseTypeDef = TypedDict(
|
|
|
594
1096
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
595
1097
|
},
|
|
596
1098
|
)
|
|
1099
|
+
CreateInstanceRequestRequestTypeDef = TypedDict(
|
|
1100
|
+
"CreateInstanceRequestRequestTypeDef",
|
|
1101
|
+
{
|
|
1102
|
+
"ClientToken": NotRequired[str],
|
|
1103
|
+
"Name": NotRequired[str],
|
|
1104
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
1105
|
+
},
|
|
1106
|
+
)
|
|
597
1107
|
CreatePermissionSetRequestRequestTypeDef = TypedDict(
|
|
598
1108
|
"CreatePermissionSetRequestRequestTypeDef",
|
|
599
1109
|
{
|
|
@@ -616,9 +1126,9 @@ ListTagsForResourceResponseTypeDef = TypedDict(
|
|
|
616
1126
|
TagResourceRequestRequestTypeDef = TypedDict(
|
|
617
1127
|
"TagResourceRequestRequestTypeDef",
|
|
618
1128
|
{
|
|
619
|
-
"InstanceArn": str,
|
|
620
1129
|
"ResourceArn": str,
|
|
621
1130
|
"Tags": Sequence[TagTypeDef],
|
|
1131
|
+
"InstanceArn": NotRequired[str],
|
|
622
1132
|
},
|
|
623
1133
|
)
|
|
624
1134
|
CreatePermissionSetResponseTypeDef = TypedDict(
|
|
@@ -718,6 +1228,40 @@ ListAccountsForProvisionedPermissionSetRequestListAccountsForProvisionedPermissi
|
|
|
718
1228
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
719
1229
|
},
|
|
720
1230
|
)
|
|
1231
|
+
ListApplicationAccessScopesRequestListApplicationAccessScopesPaginateTypeDef = TypedDict(
|
|
1232
|
+
"ListApplicationAccessScopesRequestListApplicationAccessScopesPaginateTypeDef",
|
|
1233
|
+
{
|
|
1234
|
+
"ApplicationArn": str,
|
|
1235
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1236
|
+
},
|
|
1237
|
+
)
|
|
1238
|
+
ListApplicationAssignmentsRequestListApplicationAssignmentsPaginateTypeDef = TypedDict(
|
|
1239
|
+
"ListApplicationAssignmentsRequestListApplicationAssignmentsPaginateTypeDef",
|
|
1240
|
+
{
|
|
1241
|
+
"ApplicationArn": str,
|
|
1242
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1243
|
+
},
|
|
1244
|
+
)
|
|
1245
|
+
ListApplicationAuthenticationMethodsRequestListApplicationAuthenticationMethodsPaginateTypeDef = TypedDict(
|
|
1246
|
+
"ListApplicationAuthenticationMethodsRequestListApplicationAuthenticationMethodsPaginateTypeDef",
|
|
1247
|
+
{
|
|
1248
|
+
"ApplicationArn": str,
|
|
1249
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1250
|
+
},
|
|
1251
|
+
)
|
|
1252
|
+
ListApplicationGrantsRequestListApplicationGrantsPaginateTypeDef = TypedDict(
|
|
1253
|
+
"ListApplicationGrantsRequestListApplicationGrantsPaginateTypeDef",
|
|
1254
|
+
{
|
|
1255
|
+
"ApplicationArn": str,
|
|
1256
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1257
|
+
},
|
|
1258
|
+
)
|
|
1259
|
+
ListApplicationProvidersRequestListApplicationProvidersPaginateTypeDef = TypedDict(
|
|
1260
|
+
"ListApplicationProvidersRequestListApplicationProvidersPaginateTypeDef",
|
|
1261
|
+
{
|
|
1262
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1263
|
+
},
|
|
1264
|
+
)
|
|
721
1265
|
ListCustomerManagedPolicyReferencesInPermissionSetRequestListCustomerManagedPolicyReferencesInPermissionSetPaginateTypeDef = TypedDict(
|
|
722
1266
|
"ListCustomerManagedPolicyReferencesInPermissionSetRequestListCustomerManagedPolicyReferencesInPermissionSetPaginateTypeDef",
|
|
723
1267
|
{
|
|
@@ -767,11 +1311,85 @@ ListPermissionSetsRequestListPermissionSetsPaginateTypeDef = TypedDict(
|
|
|
767
1311
|
ListTagsForResourceRequestListTagsForResourcePaginateTypeDef = TypedDict(
|
|
768
1312
|
"ListTagsForResourceRequestListTagsForResourcePaginateTypeDef",
|
|
769
1313
|
{
|
|
770
|
-
"InstanceArn": str,
|
|
771
1314
|
"ResourceArn": str,
|
|
1315
|
+
"InstanceArn": NotRequired[str],
|
|
772
1316
|
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
773
1317
|
},
|
|
774
1318
|
)
|
|
1319
|
+
ListTrustedTokenIssuersRequestListTrustedTokenIssuersPaginateTypeDef = TypedDict(
|
|
1320
|
+
"ListTrustedTokenIssuersRequestListTrustedTokenIssuersPaginateTypeDef",
|
|
1321
|
+
{
|
|
1322
|
+
"InstanceArn": str,
|
|
1323
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1324
|
+
},
|
|
1325
|
+
)
|
|
1326
|
+
ListAccountAssignmentsForPrincipalRequestListAccountAssignmentsForPrincipalPaginateTypeDef = TypedDict(
|
|
1327
|
+
"ListAccountAssignmentsForPrincipalRequestListAccountAssignmentsForPrincipalPaginateTypeDef",
|
|
1328
|
+
{
|
|
1329
|
+
"InstanceArn": str,
|
|
1330
|
+
"PrincipalId": str,
|
|
1331
|
+
"PrincipalType": PrincipalTypeType,
|
|
1332
|
+
"Filter": NotRequired[ListAccountAssignmentsFilterTypeDef],
|
|
1333
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1334
|
+
},
|
|
1335
|
+
)
|
|
1336
|
+
ListAccountAssignmentsForPrincipalRequestRequestTypeDef = TypedDict(
|
|
1337
|
+
"ListAccountAssignmentsForPrincipalRequestRequestTypeDef",
|
|
1338
|
+
{
|
|
1339
|
+
"InstanceArn": str,
|
|
1340
|
+
"PrincipalId": str,
|
|
1341
|
+
"PrincipalType": PrincipalTypeType,
|
|
1342
|
+
"Filter": NotRequired[ListAccountAssignmentsFilterTypeDef],
|
|
1343
|
+
"MaxResults": NotRequired[int],
|
|
1344
|
+
"NextToken": NotRequired[str],
|
|
1345
|
+
},
|
|
1346
|
+
)
|
|
1347
|
+
ListApplicationAccessScopesResponseTypeDef = TypedDict(
|
|
1348
|
+
"ListApplicationAccessScopesResponseTypeDef",
|
|
1349
|
+
{
|
|
1350
|
+
"NextToken": str,
|
|
1351
|
+
"Scopes": List[ScopeDetailsTypeDef],
|
|
1352
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1353
|
+
},
|
|
1354
|
+
)
|
|
1355
|
+
ListApplicationAssignmentsForPrincipalRequestListApplicationAssignmentsForPrincipalPaginateTypeDef = TypedDict(
|
|
1356
|
+
"ListApplicationAssignmentsForPrincipalRequestListApplicationAssignmentsForPrincipalPaginateTypeDef",
|
|
1357
|
+
{
|
|
1358
|
+
"InstanceArn": str,
|
|
1359
|
+
"PrincipalId": str,
|
|
1360
|
+
"PrincipalType": PrincipalTypeType,
|
|
1361
|
+
"Filter": NotRequired[ListApplicationAssignmentsFilterTypeDef],
|
|
1362
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1363
|
+
},
|
|
1364
|
+
)
|
|
1365
|
+
ListApplicationAssignmentsForPrincipalRequestRequestTypeDef = TypedDict(
|
|
1366
|
+
"ListApplicationAssignmentsForPrincipalRequestRequestTypeDef",
|
|
1367
|
+
{
|
|
1368
|
+
"InstanceArn": str,
|
|
1369
|
+
"PrincipalId": str,
|
|
1370
|
+
"PrincipalType": PrincipalTypeType,
|
|
1371
|
+
"Filter": NotRequired[ListApplicationAssignmentsFilterTypeDef],
|
|
1372
|
+
"MaxResults": NotRequired[int],
|
|
1373
|
+
"NextToken": NotRequired[str],
|
|
1374
|
+
},
|
|
1375
|
+
)
|
|
1376
|
+
ListApplicationsRequestListApplicationsPaginateTypeDef = TypedDict(
|
|
1377
|
+
"ListApplicationsRequestListApplicationsPaginateTypeDef",
|
|
1378
|
+
{
|
|
1379
|
+
"InstanceArn": str,
|
|
1380
|
+
"Filter": NotRequired[ListApplicationsFilterTypeDef],
|
|
1381
|
+
"PaginationConfig": NotRequired[PaginatorConfigTypeDef],
|
|
1382
|
+
},
|
|
1383
|
+
)
|
|
1384
|
+
ListApplicationsRequestRequestTypeDef = TypedDict(
|
|
1385
|
+
"ListApplicationsRequestRequestTypeDef",
|
|
1386
|
+
{
|
|
1387
|
+
"InstanceArn": str,
|
|
1388
|
+
"Filter": NotRequired[ListApplicationsFilterTypeDef],
|
|
1389
|
+
"MaxResults": NotRequired[int],
|
|
1390
|
+
"NextToken": NotRequired[str],
|
|
1391
|
+
},
|
|
1392
|
+
)
|
|
775
1393
|
ListPermissionSetProvisioningStatusResponseTypeDef = TypedDict(
|
|
776
1394
|
"ListPermissionSetProvisioningStatusResponseTypeDef",
|
|
777
1395
|
{
|
|
@@ -780,6 +1398,45 @@ ListPermissionSetProvisioningStatusResponseTypeDef = TypedDict(
|
|
|
780
1398
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
781
1399
|
},
|
|
782
1400
|
)
|
|
1401
|
+
ListTrustedTokenIssuersResponseTypeDef = TypedDict(
|
|
1402
|
+
"ListTrustedTokenIssuersResponseTypeDef",
|
|
1403
|
+
{
|
|
1404
|
+
"NextToken": str,
|
|
1405
|
+
"TrustedTokenIssuers": List[TrustedTokenIssuerMetadataTypeDef],
|
|
1406
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1407
|
+
},
|
|
1408
|
+
)
|
|
1409
|
+
TrustedTokenIssuerConfigurationTypeDef = TypedDict(
|
|
1410
|
+
"TrustedTokenIssuerConfigurationTypeDef",
|
|
1411
|
+
{
|
|
1412
|
+
"OidcJwtConfiguration": NotRequired[OidcJwtConfigurationTypeDef],
|
|
1413
|
+
},
|
|
1414
|
+
)
|
|
1415
|
+
TrustedTokenIssuerUpdateConfigurationTypeDef = TypedDict(
|
|
1416
|
+
"TrustedTokenIssuerUpdateConfigurationTypeDef",
|
|
1417
|
+
{
|
|
1418
|
+
"OidcJwtConfiguration": NotRequired[OidcJwtUpdateConfigurationTypeDef],
|
|
1419
|
+
},
|
|
1420
|
+
)
|
|
1421
|
+
PortalOptionsTypeDef = TypedDict(
|
|
1422
|
+
"PortalOptionsTypeDef",
|
|
1423
|
+
{
|
|
1424
|
+
"SignInOptions": NotRequired[SignInOptionsTypeDef],
|
|
1425
|
+
"Visibility": NotRequired[ApplicationVisibilityType],
|
|
1426
|
+
},
|
|
1427
|
+
)
|
|
1428
|
+
UpdateApplicationPortalOptionsTypeDef = TypedDict(
|
|
1429
|
+
"UpdateApplicationPortalOptionsTypeDef",
|
|
1430
|
+
{
|
|
1431
|
+
"SignInOptions": NotRequired[SignInOptionsTypeDef],
|
|
1432
|
+
},
|
|
1433
|
+
)
|
|
1434
|
+
ResourceServerConfigTypeDef = TypedDict(
|
|
1435
|
+
"ResourceServerConfigTypeDef",
|
|
1436
|
+
{
|
|
1437
|
+
"Scopes": NotRequired[Dict[str, ResourceServerScopeDetailsTypeDef]],
|
|
1438
|
+
},
|
|
1439
|
+
)
|
|
783
1440
|
InstanceAccessControlAttributeConfigurationTypeDef = TypedDict(
|
|
784
1441
|
"InstanceAccessControlAttributeConfigurationTypeDef",
|
|
785
1442
|
{
|
|
@@ -801,6 +1458,139 @@ PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef = TypedDict(
|
|
|
801
1458
|
"PermissionsBoundary": PermissionsBoundaryTypeDef,
|
|
802
1459
|
},
|
|
803
1460
|
)
|
|
1461
|
+
AuthenticationMethodItemTypeDef = TypedDict(
|
|
1462
|
+
"AuthenticationMethodItemTypeDef",
|
|
1463
|
+
{
|
|
1464
|
+
"AuthenticationMethod": NotRequired[AuthenticationMethodTypeDef],
|
|
1465
|
+
"AuthenticationMethodType": NotRequired[Literal["IAM"]],
|
|
1466
|
+
},
|
|
1467
|
+
)
|
|
1468
|
+
GetApplicationAuthenticationMethodResponseTypeDef = TypedDict(
|
|
1469
|
+
"GetApplicationAuthenticationMethodResponseTypeDef",
|
|
1470
|
+
{
|
|
1471
|
+
"AuthenticationMethod": AuthenticationMethodTypeDef,
|
|
1472
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1473
|
+
},
|
|
1474
|
+
)
|
|
1475
|
+
PutApplicationAuthenticationMethodRequestRequestTypeDef = TypedDict(
|
|
1476
|
+
"PutApplicationAuthenticationMethodRequestRequestTypeDef",
|
|
1477
|
+
{
|
|
1478
|
+
"ApplicationArn": str,
|
|
1479
|
+
"AuthenticationMethod": AuthenticationMethodTypeDef,
|
|
1480
|
+
"AuthenticationMethodType": Literal["IAM"],
|
|
1481
|
+
},
|
|
1482
|
+
)
|
|
1483
|
+
GrantTypeDef = TypedDict(
|
|
1484
|
+
"GrantTypeDef",
|
|
1485
|
+
{
|
|
1486
|
+
"AuthorizationCode": NotRequired[AuthorizationCodeGrantTypeDef],
|
|
1487
|
+
"JwtBearer": NotRequired[JwtBearerGrantTypeDef],
|
|
1488
|
+
"RefreshToken": NotRequired[Dict[str, Any]],
|
|
1489
|
+
"TokenExchange": NotRequired[Dict[str, Any]],
|
|
1490
|
+
},
|
|
1491
|
+
)
|
|
1492
|
+
CreateTrustedTokenIssuerRequestRequestTypeDef = TypedDict(
|
|
1493
|
+
"CreateTrustedTokenIssuerRequestRequestTypeDef",
|
|
1494
|
+
{
|
|
1495
|
+
"InstanceArn": str,
|
|
1496
|
+
"Name": str,
|
|
1497
|
+
"TrustedTokenIssuerConfiguration": TrustedTokenIssuerConfigurationTypeDef,
|
|
1498
|
+
"TrustedTokenIssuerType": Literal["OIDC_JWT"],
|
|
1499
|
+
"ClientToken": NotRequired[str],
|
|
1500
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
1501
|
+
},
|
|
1502
|
+
)
|
|
1503
|
+
DescribeTrustedTokenIssuerResponseTypeDef = TypedDict(
|
|
1504
|
+
"DescribeTrustedTokenIssuerResponseTypeDef",
|
|
1505
|
+
{
|
|
1506
|
+
"Name": str,
|
|
1507
|
+
"TrustedTokenIssuerArn": str,
|
|
1508
|
+
"TrustedTokenIssuerConfiguration": TrustedTokenIssuerConfigurationTypeDef,
|
|
1509
|
+
"TrustedTokenIssuerType": Literal["OIDC_JWT"],
|
|
1510
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1511
|
+
},
|
|
1512
|
+
)
|
|
1513
|
+
UpdateTrustedTokenIssuerRequestRequestTypeDef = TypedDict(
|
|
1514
|
+
"UpdateTrustedTokenIssuerRequestRequestTypeDef",
|
|
1515
|
+
{
|
|
1516
|
+
"TrustedTokenIssuerArn": str,
|
|
1517
|
+
"Name": NotRequired[str],
|
|
1518
|
+
"TrustedTokenIssuerConfiguration": NotRequired[
|
|
1519
|
+
TrustedTokenIssuerUpdateConfigurationTypeDef
|
|
1520
|
+
],
|
|
1521
|
+
},
|
|
1522
|
+
)
|
|
1523
|
+
ApplicationTypeDef = TypedDict(
|
|
1524
|
+
"ApplicationTypeDef",
|
|
1525
|
+
{
|
|
1526
|
+
"ApplicationAccount": NotRequired[str],
|
|
1527
|
+
"ApplicationArn": NotRequired[str],
|
|
1528
|
+
"ApplicationProviderArn": NotRequired[str],
|
|
1529
|
+
"CreatedDate": NotRequired[datetime],
|
|
1530
|
+
"Description": NotRequired[str],
|
|
1531
|
+
"InstanceArn": NotRequired[str],
|
|
1532
|
+
"Name": NotRequired[str],
|
|
1533
|
+
"PortalOptions": NotRequired[PortalOptionsTypeDef],
|
|
1534
|
+
"Status": NotRequired[ApplicationStatusType],
|
|
1535
|
+
},
|
|
1536
|
+
)
|
|
1537
|
+
CreateApplicationRequestRequestTypeDef = TypedDict(
|
|
1538
|
+
"CreateApplicationRequestRequestTypeDef",
|
|
1539
|
+
{
|
|
1540
|
+
"ApplicationProviderArn": str,
|
|
1541
|
+
"InstanceArn": str,
|
|
1542
|
+
"Name": str,
|
|
1543
|
+
"ClientToken": NotRequired[str],
|
|
1544
|
+
"Description": NotRequired[str],
|
|
1545
|
+
"PortalOptions": NotRequired[PortalOptionsTypeDef],
|
|
1546
|
+
"Status": NotRequired[ApplicationStatusType],
|
|
1547
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
1548
|
+
},
|
|
1549
|
+
)
|
|
1550
|
+
DescribeApplicationResponseTypeDef = TypedDict(
|
|
1551
|
+
"DescribeApplicationResponseTypeDef",
|
|
1552
|
+
{
|
|
1553
|
+
"ApplicationAccount": str,
|
|
1554
|
+
"ApplicationArn": str,
|
|
1555
|
+
"ApplicationProviderArn": str,
|
|
1556
|
+
"CreatedDate": datetime,
|
|
1557
|
+
"Description": str,
|
|
1558
|
+
"InstanceArn": str,
|
|
1559
|
+
"Name": str,
|
|
1560
|
+
"PortalOptions": PortalOptionsTypeDef,
|
|
1561
|
+
"Status": ApplicationStatusType,
|
|
1562
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1563
|
+
},
|
|
1564
|
+
)
|
|
1565
|
+
UpdateApplicationRequestRequestTypeDef = TypedDict(
|
|
1566
|
+
"UpdateApplicationRequestRequestTypeDef",
|
|
1567
|
+
{
|
|
1568
|
+
"ApplicationArn": str,
|
|
1569
|
+
"Description": NotRequired[str],
|
|
1570
|
+
"Name": NotRequired[str],
|
|
1571
|
+
"PortalOptions": NotRequired[UpdateApplicationPortalOptionsTypeDef],
|
|
1572
|
+
"Status": NotRequired[ApplicationStatusType],
|
|
1573
|
+
},
|
|
1574
|
+
)
|
|
1575
|
+
ApplicationProviderTypeDef = TypedDict(
|
|
1576
|
+
"ApplicationProviderTypeDef",
|
|
1577
|
+
{
|
|
1578
|
+
"ApplicationProviderArn": str,
|
|
1579
|
+
"DisplayData": NotRequired[DisplayDataTypeDef],
|
|
1580
|
+
"FederationProtocol": NotRequired[FederationProtocolType],
|
|
1581
|
+
"ResourceServerConfig": NotRequired[ResourceServerConfigTypeDef],
|
|
1582
|
+
},
|
|
1583
|
+
)
|
|
1584
|
+
DescribeApplicationProviderResponseTypeDef = TypedDict(
|
|
1585
|
+
"DescribeApplicationProviderResponseTypeDef",
|
|
1586
|
+
{
|
|
1587
|
+
"ApplicationProviderArn": str,
|
|
1588
|
+
"DisplayData": DisplayDataTypeDef,
|
|
1589
|
+
"FederationProtocol": FederationProtocolType,
|
|
1590
|
+
"ResourceServerConfig": ResourceServerConfigTypeDef,
|
|
1591
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1592
|
+
},
|
|
1593
|
+
)
|
|
804
1594
|
CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDict(
|
|
805
1595
|
"CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef",
|
|
806
1596
|
{
|
|
@@ -830,3 +1620,57 @@ UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef = TypedDi
|
|
|
830
1620
|
"InstanceArn": str,
|
|
831
1621
|
},
|
|
832
1622
|
)
|
|
1623
|
+
ListApplicationAuthenticationMethodsResponseTypeDef = TypedDict(
|
|
1624
|
+
"ListApplicationAuthenticationMethodsResponseTypeDef",
|
|
1625
|
+
{
|
|
1626
|
+
"AuthenticationMethods": List[AuthenticationMethodItemTypeDef],
|
|
1627
|
+
"NextToken": str,
|
|
1628
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1629
|
+
},
|
|
1630
|
+
)
|
|
1631
|
+
GetApplicationGrantResponseTypeDef = TypedDict(
|
|
1632
|
+
"GetApplicationGrantResponseTypeDef",
|
|
1633
|
+
{
|
|
1634
|
+
"Grant": GrantTypeDef,
|
|
1635
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1636
|
+
},
|
|
1637
|
+
)
|
|
1638
|
+
GrantItemTypeDef = TypedDict(
|
|
1639
|
+
"GrantItemTypeDef",
|
|
1640
|
+
{
|
|
1641
|
+
"Grant": GrantTypeDef,
|
|
1642
|
+
"GrantType": GrantTypeType,
|
|
1643
|
+
},
|
|
1644
|
+
)
|
|
1645
|
+
PutApplicationGrantRequestRequestTypeDef = TypedDict(
|
|
1646
|
+
"PutApplicationGrantRequestRequestTypeDef",
|
|
1647
|
+
{
|
|
1648
|
+
"ApplicationArn": str,
|
|
1649
|
+
"Grant": GrantTypeDef,
|
|
1650
|
+
"GrantType": GrantTypeType,
|
|
1651
|
+
},
|
|
1652
|
+
)
|
|
1653
|
+
ListApplicationsResponseTypeDef = TypedDict(
|
|
1654
|
+
"ListApplicationsResponseTypeDef",
|
|
1655
|
+
{
|
|
1656
|
+
"Applications": List[ApplicationTypeDef],
|
|
1657
|
+
"NextToken": str,
|
|
1658
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1659
|
+
},
|
|
1660
|
+
)
|
|
1661
|
+
ListApplicationProvidersResponseTypeDef = TypedDict(
|
|
1662
|
+
"ListApplicationProvidersResponseTypeDef",
|
|
1663
|
+
{
|
|
1664
|
+
"ApplicationProviders": List[ApplicationProviderTypeDef],
|
|
1665
|
+
"NextToken": str,
|
|
1666
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1667
|
+
},
|
|
1668
|
+
)
|
|
1669
|
+
ListApplicationGrantsResponseTypeDef = TypedDict(
|
|
1670
|
+
"ListApplicationGrantsResponseTypeDef",
|
|
1671
|
+
{
|
|
1672
|
+
"Grants": List[GrantItemTypeDef],
|
|
1673
|
+
"NextToken": str,
|
|
1674
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1675
|
+
},
|
|
1676
|
+
)
|