types-boto3-sso-admin 1.40.37__py3-none-any.whl → 1.41.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.
@@ -157,7 +157,6 @@ ServiceName = Literal[
157
157
  "apprunner",
158
158
  "appstream",
159
159
  "appsync",
160
- "apptest",
161
160
  "arc-region-switch",
162
161
  "arc-zonal-shift",
163
162
  "artifact",
@@ -325,7 +324,6 @@ ServiceName = Literal[
325
324
  "iotdeviceadvisor",
326
325
  "iotevents",
327
326
  "iotevents-data",
328
- "iotfleethub",
329
327
  "iotfleetwise",
330
328
  "iotsecuretunneling",
331
329
  "iotsitewise",
@@ -364,8 +362,6 @@ ServiceName = Literal[
364
362
  "location",
365
363
  "logs",
366
364
  "lookoutequipment",
367
- "lookoutmetrics",
368
- "lookoutvision",
369
365
  "m2",
370
366
  "machinelearning",
371
367
  "macie2",
@@ -400,6 +396,7 @@ ServiceName = Literal[
400
396
  "mq",
401
397
  "mturk",
402
398
  "mwaa",
399
+ "mwaa-serverless",
403
400
  "neptune",
404
401
  "neptune-graph",
405
402
  "neptunedata",
@@ -419,6 +416,7 @@ ServiceName = Literal[
419
416
  "osis",
420
417
  "outposts",
421
418
  "panorama",
419
+ "partnercentral-channel",
422
420
  "partnercentral-selling",
423
421
  "payment-cryptography",
424
422
  "payment-cryptography-data",
@@ -440,8 +438,6 @@ ServiceName = Literal[
440
438
  "qapps",
441
439
  "qbusiness",
442
440
  "qconnect",
443
- "qldb",
444
- "qldb-session",
445
441
  "quicksight",
446
442
  "ram",
447
443
  "rbin",
@@ -456,7 +452,6 @@ ServiceName = Literal[
456
452
  "resource-explorer-2",
457
453
  "resource-groups",
458
454
  "resourcegroupstaggingapi",
459
- "robomaker",
460
455
  "rolesanywhere",
461
456
  "route53",
462
457
  "route53-recovery-cluster",
@@ -465,6 +460,7 @@ ServiceName = Literal[
465
460
  "route53domains",
466
461
  "route53profiles",
467
462
  "route53resolver",
463
+ "rtbfabric",
468
464
  "rum",
469
465
  "s3",
470
466
  "s3control",
@@ -495,6 +491,7 @@ ServiceName = Literal[
495
491
  "sesv2",
496
492
  "shield",
497
493
  "signer",
494
+ "signin",
498
495
  "simspaceweaver",
499
496
  "snow-device-management",
500
497
  "snowball",
@@ -583,6 +580,7 @@ RegionName = Literal[
583
580
  "ap-southeast-3",
584
581
  "ap-southeast-4",
585
582
  "ap-southeast-5",
583
+ "ap-southeast-7",
586
584
  "ca-central-1",
587
585
  "ca-west-1",
588
586
  "eu-central-1",
@@ -596,6 +594,7 @@ RegionName = Literal[
596
594
  "il-central-1",
597
595
  "me-central-1",
598
596
  "me-south-1",
597
+ "mx-central-1",
599
598
  "sa-east-1",
600
599
  "us-east-1",
601
600
  "us-east-2",
@@ -17,6 +17,7 @@ Usage::
17
17
  from __future__ import annotations
18
18
 
19
19
  import sys
20
+ from collections.abc import Mapping, Sequence
20
21
  from datetime import datetime
21
22
  from typing import Any, Union
22
23
 
@@ -37,12 +38,6 @@ from .literals import (
37
38
  UserBackgroundSessionApplicationStatusType,
38
39
  )
39
40
 
40
- if sys.version_info >= (3, 9):
41
- from builtins import dict as Dict
42
- from builtins import list as List
43
- from collections.abc import Mapping, Sequence
44
- else:
45
- from typing import Dict, List, Mapping, Sequence
46
41
  if sys.version_info >= (3, 12):
47
42
  from typing import Literal, NotRequired, TypedDict
48
43
  else:
@@ -253,7 +248,7 @@ __all__ = (
253
248
 
254
249
 
255
250
  class AccessControlAttributeValueOutputTypeDef(TypedDict):
256
- Source: List[str]
251
+ Source: list[str]
257
252
 
258
253
 
259
254
  class AccessControlAttributeValueTypeDef(TypedDict):
@@ -327,7 +322,7 @@ class AttachedManagedPolicyTypeDef(TypedDict):
327
322
 
328
323
 
329
324
  class IamAuthenticationMethodOutputTypeDef(TypedDict):
330
- ActorPolicy: Dict[str, Any]
325
+ ActorPolicy: dict[str, Any]
331
326
 
332
327
 
333
328
  class IamAuthenticationMethodTypeDef(TypedDict):
@@ -335,7 +330,7 @@ class IamAuthenticationMethodTypeDef(TypedDict):
335
330
 
336
331
 
337
332
  class AuthorizationCodeGrantOutputTypeDef(TypedDict):
338
- RedirectUris: NotRequired[List[str]]
333
+ RedirectUris: NotRequired[list[str]]
339
334
 
340
335
 
341
336
  class AuthorizationCodeGrantTypeDef(TypedDict):
@@ -344,7 +339,7 @@ class AuthorizationCodeGrantTypeDef(TypedDict):
344
339
 
345
340
  class AuthorizedTokenIssuerOutputTypeDef(TypedDict):
346
341
  TrustedTokenIssuerArn: NotRequired[str]
347
- AuthorizedAudiences: NotRequired[List[str]]
342
+ AuthorizedAudiences: NotRequired[list[str]]
348
343
 
349
344
 
350
345
  class AuthorizedTokenIssuerTypeDef(TypedDict):
@@ -364,7 +359,7 @@ class CreateAccountAssignmentRequestTypeDef(TypedDict):
364
359
  class ResponseMetadataTypeDef(TypedDict):
365
360
  RequestId: str
366
361
  HTTPStatusCode: int
367
- HTTPHeaders: Dict[str, str]
362
+ HTTPHeaders: dict[str, str]
368
363
  RetryAttempts: int
369
364
  HostId: NotRequired[str]
370
365
 
@@ -604,7 +599,7 @@ class ListApplicationAccessScopesRequestTypeDef(TypedDict):
604
599
 
605
600
  class ScopeDetailsTypeDef(TypedDict):
606
601
  Scope: str
607
- AuthorizedTargets: NotRequired[List[str]]
602
+ AuthorizedTargets: NotRequired[list[str]]
608
603
 
609
604
 
610
605
  class ListApplicationAssignmentsFilterTypeDef(TypedDict):
@@ -796,7 +791,7 @@ class AuthenticationMethodTypeDef(TypedDict):
796
791
 
797
792
 
798
793
  class JwtBearerGrantOutputTypeDef(TypedDict):
799
- AuthorizedTokenIssuers: NotRequired[List[AuthorizedTokenIssuerOutputTypeDef]]
794
+ AuthorizedTokenIssuers: NotRequired[list[AuthorizedTokenIssuerOutputTypeDef]]
800
795
 
801
796
 
802
797
  class JwtBearerGrantTypeDef(TypedDict):
@@ -851,7 +846,7 @@ class EmptyResponseMetadataTypeDef(TypedDict):
851
846
 
852
847
  class GetApplicationAccessScopeResponseTypeDef(TypedDict):
853
848
  Scope: str
854
- AuthorizedTargets: List[str]
849
+ AuthorizedTargets: list[str]
855
850
  ResponseMetadata: ResponseMetadataTypeDef
856
851
 
857
852
 
@@ -871,67 +866,67 @@ class GetInlinePolicyForPermissionSetResponseTypeDef(TypedDict):
871
866
 
872
867
 
873
868
  class ListAccountAssignmentCreationStatusResponseTypeDef(TypedDict):
874
- AccountAssignmentsCreationStatus: List[AccountAssignmentOperationStatusMetadataTypeDef]
869
+ AccountAssignmentsCreationStatus: list[AccountAssignmentOperationStatusMetadataTypeDef]
875
870
  ResponseMetadata: ResponseMetadataTypeDef
876
871
  NextToken: NotRequired[str]
877
872
 
878
873
 
879
874
  class ListAccountAssignmentDeletionStatusResponseTypeDef(TypedDict):
880
- AccountAssignmentsDeletionStatus: List[AccountAssignmentOperationStatusMetadataTypeDef]
875
+ AccountAssignmentsDeletionStatus: list[AccountAssignmentOperationStatusMetadataTypeDef]
881
876
  ResponseMetadata: ResponseMetadataTypeDef
882
877
  NextToken: NotRequired[str]
883
878
 
884
879
 
885
880
  class ListAccountAssignmentsForPrincipalResponseTypeDef(TypedDict):
886
- AccountAssignments: List[AccountAssignmentForPrincipalTypeDef]
881
+ AccountAssignments: list[AccountAssignmentForPrincipalTypeDef]
887
882
  ResponseMetadata: ResponseMetadataTypeDef
888
883
  NextToken: NotRequired[str]
889
884
 
890
885
 
891
886
  class ListAccountAssignmentsResponseTypeDef(TypedDict):
892
- AccountAssignments: List[AccountAssignmentTypeDef]
887
+ AccountAssignments: list[AccountAssignmentTypeDef]
893
888
  ResponseMetadata: ResponseMetadataTypeDef
894
889
  NextToken: NotRequired[str]
895
890
 
896
891
 
897
892
  class ListAccountsForProvisionedPermissionSetResponseTypeDef(TypedDict):
898
- AccountIds: List[str]
893
+ AccountIds: list[str]
899
894
  ResponseMetadata: ResponseMetadataTypeDef
900
895
  NextToken: NotRequired[str]
901
896
 
902
897
 
903
898
  class ListApplicationAssignmentsForPrincipalResponseTypeDef(TypedDict):
904
- ApplicationAssignments: List[ApplicationAssignmentForPrincipalTypeDef]
899
+ ApplicationAssignments: list[ApplicationAssignmentForPrincipalTypeDef]
905
900
  ResponseMetadata: ResponseMetadataTypeDef
906
901
  NextToken: NotRequired[str]
907
902
 
908
903
 
909
904
  class ListApplicationAssignmentsResponseTypeDef(TypedDict):
910
- ApplicationAssignments: List[ApplicationAssignmentTypeDef]
905
+ ApplicationAssignments: list[ApplicationAssignmentTypeDef]
911
906
  ResponseMetadata: ResponseMetadataTypeDef
912
907
  NextToken: NotRequired[str]
913
908
 
914
909
 
915
910
  class ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef(TypedDict):
916
- CustomerManagedPolicyReferences: List[CustomerManagedPolicyReferenceTypeDef]
911
+ CustomerManagedPolicyReferences: list[CustomerManagedPolicyReferenceTypeDef]
917
912
  ResponseMetadata: ResponseMetadataTypeDef
918
913
  NextToken: NotRequired[str]
919
914
 
920
915
 
921
916
  class ListManagedPoliciesInPermissionSetResponseTypeDef(TypedDict):
922
- AttachedManagedPolicies: List[AttachedManagedPolicyTypeDef]
917
+ AttachedManagedPolicies: list[AttachedManagedPolicyTypeDef]
923
918
  ResponseMetadata: ResponseMetadataTypeDef
924
919
  NextToken: NotRequired[str]
925
920
 
926
921
 
927
922
  class ListPermissionSetsProvisionedToAccountResponseTypeDef(TypedDict):
928
- PermissionSets: List[str]
923
+ PermissionSets: list[str]
929
924
  ResponseMetadata: ResponseMetadataTypeDef
930
925
  NextToken: NotRequired[str]
931
926
 
932
927
 
933
928
  class ListPermissionSetsResponseTypeDef(TypedDict):
934
- PermissionSets: List[str]
929
+ PermissionSets: list[str]
935
930
  ResponseMetadata: ResponseMetadataTypeDef
936
931
  NextToken: NotRequired[str]
937
932
 
@@ -952,7 +947,7 @@ class CreatePermissionSetRequestTypeDef(TypedDict):
952
947
 
953
948
 
954
949
  class ListTagsForResourceResponseTypeDef(TypedDict):
955
- Tags: List[TagTypeDef]
950
+ Tags: list[TagTypeDef]
956
951
  ResponseMetadata: ResponseMetadataTypeDef
957
952
  NextToken: NotRequired[str]
958
953
 
@@ -1002,7 +997,7 @@ class UpdateInstanceRequestTypeDef(TypedDict):
1002
997
 
1003
998
 
1004
999
  class ListInstancesResponseTypeDef(TypedDict):
1005
- Instances: List[InstanceMetadataTypeDef]
1000
+ Instances: list[InstanceMetadataTypeDef]
1006
1001
  ResponseMetadata: ResponseMetadataTypeDef
1007
1002
  NextToken: NotRequired[str]
1008
1003
 
@@ -1141,7 +1136,7 @@ class ListAccountAssignmentsForPrincipalRequestTypeDef(TypedDict):
1141
1136
 
1142
1137
 
1143
1138
  class ListApplicationAccessScopesResponseTypeDef(TypedDict):
1144
- Scopes: List[ScopeDetailsTypeDef]
1139
+ Scopes: list[ScopeDetailsTypeDef]
1145
1140
  ResponseMetadata: ResponseMetadataTypeDef
1146
1141
  NextToken: NotRequired[str]
1147
1142
 
@@ -1177,13 +1172,13 @@ class ListApplicationsRequestTypeDef(TypedDict):
1177
1172
 
1178
1173
 
1179
1174
  class ListPermissionSetProvisioningStatusResponseTypeDef(TypedDict):
1180
- PermissionSetsProvisioningStatus: List[PermissionSetProvisioningStatusMetadataTypeDef]
1175
+ PermissionSetsProvisioningStatus: list[PermissionSetProvisioningStatusMetadataTypeDef]
1181
1176
  ResponseMetadata: ResponseMetadataTypeDef
1182
1177
  NextToken: NotRequired[str]
1183
1178
 
1184
1179
 
1185
1180
  class ListTrustedTokenIssuersResponseTypeDef(TypedDict):
1186
- TrustedTokenIssuers: List[TrustedTokenIssuerMetadataTypeDef]
1181
+ TrustedTokenIssuers: list[TrustedTokenIssuerMetadataTypeDef]
1187
1182
  ResponseMetadata: ResponseMetadataTypeDef
1188
1183
  NextToken: NotRequired[str]
1189
1184
 
@@ -1206,11 +1201,11 @@ class UpdateApplicationPortalOptionsTypeDef(TypedDict):
1206
1201
 
1207
1202
 
1208
1203
  class ResourceServerConfigTypeDef(TypedDict):
1209
- Scopes: NotRequired[Dict[str, ResourceServerScopeDetailsTypeDef]]
1204
+ Scopes: NotRequired[dict[str, ResourceServerScopeDetailsTypeDef]]
1210
1205
 
1211
1206
 
1212
1207
  class InstanceAccessControlAttributeConfigurationOutputTypeDef(TypedDict):
1213
- AccessControlAttributes: List[AccessControlAttributeOutputTypeDef]
1208
+ AccessControlAttributes: list[AccessControlAttributeOutputTypeDef]
1214
1209
 
1215
1210
 
1216
1211
  class InstanceAccessControlAttributeConfigurationTypeDef(TypedDict):
@@ -1246,8 +1241,8 @@ AuthenticationMethodUnionTypeDef = Union[
1246
1241
  class GrantOutputTypeDef(TypedDict):
1247
1242
  AuthorizationCode: NotRequired[AuthorizationCodeGrantOutputTypeDef]
1248
1243
  JwtBearer: NotRequired[JwtBearerGrantOutputTypeDef]
1249
- RefreshToken: NotRequired[Dict[str, Any]]
1250
- TokenExchange: NotRequired[Dict[str, Any]]
1244
+ RefreshToken: NotRequired[dict[str, Any]]
1245
+ TokenExchange: NotRequired[dict[str, Any]]
1251
1246
 
1252
1247
 
1253
1248
  class GrantTypeDef(TypedDict):
@@ -1355,7 +1350,7 @@ InstanceAccessControlAttributeConfigurationUnionTypeDef = Union[
1355
1350
 
1356
1351
 
1357
1352
  class ListApplicationAuthenticationMethodsResponseTypeDef(TypedDict):
1358
- AuthenticationMethods: List[AuthenticationMethodItemTypeDef]
1353
+ AuthenticationMethods: list[AuthenticationMethodItemTypeDef]
1359
1354
  ResponseMetadata: ResponseMetadataTypeDef
1360
1355
  NextToken: NotRequired[str]
1361
1356
 
@@ -1380,13 +1375,13 @@ GrantUnionTypeDef = Union[GrantTypeDef, GrantOutputTypeDef]
1380
1375
 
1381
1376
 
1382
1377
  class ListApplicationsResponseTypeDef(TypedDict):
1383
- Applications: List[ApplicationTypeDef]
1378
+ Applications: list[ApplicationTypeDef]
1384
1379
  ResponseMetadata: ResponseMetadataTypeDef
1385
1380
  NextToken: NotRequired[str]
1386
1381
 
1387
1382
 
1388
1383
  class ListApplicationProvidersResponseTypeDef(TypedDict):
1389
- ApplicationProviders: List[ApplicationProviderTypeDef]
1384
+ ApplicationProviders: list[ApplicationProviderTypeDef]
1390
1385
  ResponseMetadata: ResponseMetadataTypeDef
1391
1386
  NextToken: NotRequired[str]
1392
1387
 
@@ -1406,7 +1401,7 @@ class UpdateInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDict)
1406
1401
 
1407
1402
 
1408
1403
  class ListApplicationGrantsResponseTypeDef(TypedDict):
1409
- Grants: List[GrantItemTypeDef]
1404
+ Grants: list[GrantItemTypeDef]
1410
1405
  ResponseMetadata: ResponseMetadataTypeDef
1411
1406
  NextToken: NotRequired[str]
1412
1407
 
@@ -17,6 +17,7 @@ Usage::
17
17
  from __future__ import annotations
18
18
 
19
19
  import sys
20
+ from collections.abc import Mapping, Sequence
20
21
  from datetime import datetime
21
22
  from typing import Any, Union
22
23
 
@@ -37,12 +38,6 @@ from .literals import (
37
38
  UserBackgroundSessionApplicationStatusType,
38
39
  )
39
40
 
40
- if sys.version_info >= (3, 9):
41
- from builtins import dict as Dict
42
- from builtins import list as List
43
- from collections.abc import Mapping, Sequence
44
- else:
45
- from typing import Dict, List, Mapping, Sequence
46
41
  if sys.version_info >= (3, 12):
47
42
  from typing import Literal, NotRequired, TypedDict
48
43
  else:
@@ -251,7 +246,7 @@ __all__ = (
251
246
  )
252
247
 
253
248
  class AccessControlAttributeValueOutputTypeDef(TypedDict):
254
- Source: List[str]
249
+ Source: list[str]
255
250
 
256
251
  class AccessControlAttributeValueTypeDef(TypedDict):
257
252
  Source: Sequence[str]
@@ -313,20 +308,20 @@ class AttachedManagedPolicyTypeDef(TypedDict):
313
308
  Arn: NotRequired[str]
314
309
 
315
310
  class IamAuthenticationMethodOutputTypeDef(TypedDict):
316
- ActorPolicy: Dict[str, Any]
311
+ ActorPolicy: dict[str, Any]
317
312
 
318
313
  class IamAuthenticationMethodTypeDef(TypedDict):
319
314
  ActorPolicy: Mapping[str, Any]
320
315
 
321
316
  class AuthorizationCodeGrantOutputTypeDef(TypedDict):
322
- RedirectUris: NotRequired[List[str]]
317
+ RedirectUris: NotRequired[list[str]]
323
318
 
324
319
  class AuthorizationCodeGrantTypeDef(TypedDict):
325
320
  RedirectUris: NotRequired[Sequence[str]]
326
321
 
327
322
  class AuthorizedTokenIssuerOutputTypeDef(TypedDict):
328
323
  TrustedTokenIssuerArn: NotRequired[str]
329
- AuthorizedAudiences: NotRequired[List[str]]
324
+ AuthorizedAudiences: NotRequired[list[str]]
330
325
 
331
326
  class AuthorizedTokenIssuerTypeDef(TypedDict):
332
327
  TrustedTokenIssuerArn: NotRequired[str]
@@ -343,7 +338,7 @@ class CreateAccountAssignmentRequestTypeDef(TypedDict):
343
338
  class ResponseMetadataTypeDef(TypedDict):
344
339
  RequestId: str
345
340
  HTTPStatusCode: int
346
- HTTPHeaders: Dict[str, str]
341
+ HTTPHeaders: dict[str, str]
347
342
  RetryAttempts: int
348
343
  HostId: NotRequired[str]
349
344
 
@@ -539,7 +534,7 @@ class ListApplicationAccessScopesRequestTypeDef(TypedDict):
539
534
 
540
535
  class ScopeDetailsTypeDef(TypedDict):
541
536
  Scope: str
542
- AuthorizedTargets: NotRequired[List[str]]
537
+ AuthorizedTargets: NotRequired[list[str]]
543
538
 
544
539
  class ListApplicationAssignmentsFilterTypeDef(TypedDict):
545
540
  ApplicationArn: NotRequired[str]
@@ -697,7 +692,7 @@ class AuthenticationMethodTypeDef(TypedDict):
697
692
  Iam: NotRequired[IamAuthenticationMethodTypeDef]
698
693
 
699
694
  class JwtBearerGrantOutputTypeDef(TypedDict):
700
- AuthorizedTokenIssuers: NotRequired[List[AuthorizedTokenIssuerOutputTypeDef]]
695
+ AuthorizedTokenIssuers: NotRequired[list[AuthorizedTokenIssuerOutputTypeDef]]
701
696
 
702
697
  class JwtBearerGrantTypeDef(TypedDict):
703
698
  AuthorizedTokenIssuers: NotRequired[Sequence[AuthorizedTokenIssuerTypeDef]]
@@ -741,7 +736,7 @@ class EmptyResponseMetadataTypeDef(TypedDict):
741
736
 
742
737
  class GetApplicationAccessScopeResponseTypeDef(TypedDict):
743
738
  Scope: str
744
- AuthorizedTargets: List[str]
739
+ AuthorizedTargets: list[str]
745
740
  ResponseMetadata: ResponseMetadataTypeDef
746
741
 
747
742
  class GetApplicationAssignmentConfigurationResponseTypeDef(TypedDict):
@@ -757,57 +752,57 @@ class GetInlinePolicyForPermissionSetResponseTypeDef(TypedDict):
757
752
  ResponseMetadata: ResponseMetadataTypeDef
758
753
 
759
754
  class ListAccountAssignmentCreationStatusResponseTypeDef(TypedDict):
760
- AccountAssignmentsCreationStatus: List[AccountAssignmentOperationStatusMetadataTypeDef]
755
+ AccountAssignmentsCreationStatus: list[AccountAssignmentOperationStatusMetadataTypeDef]
761
756
  ResponseMetadata: ResponseMetadataTypeDef
762
757
  NextToken: NotRequired[str]
763
758
 
764
759
  class ListAccountAssignmentDeletionStatusResponseTypeDef(TypedDict):
765
- AccountAssignmentsDeletionStatus: List[AccountAssignmentOperationStatusMetadataTypeDef]
760
+ AccountAssignmentsDeletionStatus: list[AccountAssignmentOperationStatusMetadataTypeDef]
766
761
  ResponseMetadata: ResponseMetadataTypeDef
767
762
  NextToken: NotRequired[str]
768
763
 
769
764
  class ListAccountAssignmentsForPrincipalResponseTypeDef(TypedDict):
770
- AccountAssignments: List[AccountAssignmentForPrincipalTypeDef]
765
+ AccountAssignments: list[AccountAssignmentForPrincipalTypeDef]
771
766
  ResponseMetadata: ResponseMetadataTypeDef
772
767
  NextToken: NotRequired[str]
773
768
 
774
769
  class ListAccountAssignmentsResponseTypeDef(TypedDict):
775
- AccountAssignments: List[AccountAssignmentTypeDef]
770
+ AccountAssignments: list[AccountAssignmentTypeDef]
776
771
  ResponseMetadata: ResponseMetadataTypeDef
777
772
  NextToken: NotRequired[str]
778
773
 
779
774
  class ListAccountsForProvisionedPermissionSetResponseTypeDef(TypedDict):
780
- AccountIds: List[str]
775
+ AccountIds: list[str]
781
776
  ResponseMetadata: ResponseMetadataTypeDef
782
777
  NextToken: NotRequired[str]
783
778
 
784
779
  class ListApplicationAssignmentsForPrincipalResponseTypeDef(TypedDict):
785
- ApplicationAssignments: List[ApplicationAssignmentForPrincipalTypeDef]
780
+ ApplicationAssignments: list[ApplicationAssignmentForPrincipalTypeDef]
786
781
  ResponseMetadata: ResponseMetadataTypeDef
787
782
  NextToken: NotRequired[str]
788
783
 
789
784
  class ListApplicationAssignmentsResponseTypeDef(TypedDict):
790
- ApplicationAssignments: List[ApplicationAssignmentTypeDef]
785
+ ApplicationAssignments: list[ApplicationAssignmentTypeDef]
791
786
  ResponseMetadata: ResponseMetadataTypeDef
792
787
  NextToken: NotRequired[str]
793
788
 
794
789
  class ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef(TypedDict):
795
- CustomerManagedPolicyReferences: List[CustomerManagedPolicyReferenceTypeDef]
790
+ CustomerManagedPolicyReferences: list[CustomerManagedPolicyReferenceTypeDef]
796
791
  ResponseMetadata: ResponseMetadataTypeDef
797
792
  NextToken: NotRequired[str]
798
793
 
799
794
  class ListManagedPoliciesInPermissionSetResponseTypeDef(TypedDict):
800
- AttachedManagedPolicies: List[AttachedManagedPolicyTypeDef]
795
+ AttachedManagedPolicies: list[AttachedManagedPolicyTypeDef]
801
796
  ResponseMetadata: ResponseMetadataTypeDef
802
797
  NextToken: NotRequired[str]
803
798
 
804
799
  class ListPermissionSetsProvisionedToAccountResponseTypeDef(TypedDict):
805
- PermissionSets: List[str]
800
+ PermissionSets: list[str]
806
801
  ResponseMetadata: ResponseMetadataTypeDef
807
802
  NextToken: NotRequired[str]
808
803
 
809
804
  class ListPermissionSetsResponseTypeDef(TypedDict):
810
- PermissionSets: List[str]
805
+ PermissionSets: list[str]
811
806
  ResponseMetadata: ResponseMetadataTypeDef
812
807
  NextToken: NotRequired[str]
813
808
 
@@ -825,7 +820,7 @@ class CreatePermissionSetRequestTypeDef(TypedDict):
825
820
  Tags: NotRequired[Sequence[TagTypeDef]]
826
821
 
827
822
  class ListTagsForResourceResponseTypeDef(TypedDict):
828
- Tags: List[TagTypeDef]
823
+ Tags: list[TagTypeDef]
829
824
  ResponseMetadata: ResponseMetadataTypeDef
830
825
  NextToken: NotRequired[str]
831
826
 
@@ -867,7 +862,7 @@ class UpdateInstanceRequestTypeDef(TypedDict):
867
862
  EncryptionConfiguration: NotRequired[EncryptionConfigurationTypeDef]
868
863
 
869
864
  class ListInstancesResponseTypeDef(TypedDict):
870
- Instances: List[InstanceMetadataTypeDef]
865
+ Instances: list[InstanceMetadataTypeDef]
871
866
  ResponseMetadata: ResponseMetadataTypeDef
872
867
  NextToken: NotRequired[str]
873
868
 
@@ -983,7 +978,7 @@ class ListAccountAssignmentsForPrincipalRequestTypeDef(TypedDict):
983
978
  MaxResults: NotRequired[int]
984
979
 
985
980
  class ListApplicationAccessScopesResponseTypeDef(TypedDict):
986
- Scopes: List[ScopeDetailsTypeDef]
981
+ Scopes: list[ScopeDetailsTypeDef]
987
982
  ResponseMetadata: ResponseMetadataTypeDef
988
983
  NextToken: NotRequired[str]
989
984
 
@@ -1014,12 +1009,12 @@ class ListApplicationsRequestTypeDef(TypedDict):
1014
1009
  Filter: NotRequired[ListApplicationsFilterTypeDef]
1015
1010
 
1016
1011
  class ListPermissionSetProvisioningStatusResponseTypeDef(TypedDict):
1017
- PermissionSetsProvisioningStatus: List[PermissionSetProvisioningStatusMetadataTypeDef]
1012
+ PermissionSetsProvisioningStatus: list[PermissionSetProvisioningStatusMetadataTypeDef]
1018
1013
  ResponseMetadata: ResponseMetadataTypeDef
1019
1014
  NextToken: NotRequired[str]
1020
1015
 
1021
1016
  class ListTrustedTokenIssuersResponseTypeDef(TypedDict):
1022
- TrustedTokenIssuers: List[TrustedTokenIssuerMetadataTypeDef]
1017
+ TrustedTokenIssuers: list[TrustedTokenIssuerMetadataTypeDef]
1023
1018
  ResponseMetadata: ResponseMetadataTypeDef
1024
1019
  NextToken: NotRequired[str]
1025
1020
 
@@ -1037,10 +1032,10 @@ class UpdateApplicationPortalOptionsTypeDef(TypedDict):
1037
1032
  SignInOptions: NotRequired[SignInOptionsTypeDef]
1038
1033
 
1039
1034
  class ResourceServerConfigTypeDef(TypedDict):
1040
- Scopes: NotRequired[Dict[str, ResourceServerScopeDetailsTypeDef]]
1035
+ Scopes: NotRequired[dict[str, ResourceServerScopeDetailsTypeDef]]
1041
1036
 
1042
1037
  class InstanceAccessControlAttributeConfigurationOutputTypeDef(TypedDict):
1043
- AccessControlAttributes: List[AccessControlAttributeOutputTypeDef]
1038
+ AccessControlAttributes: list[AccessControlAttributeOutputTypeDef]
1044
1039
 
1045
1040
  class InstanceAccessControlAttributeConfigurationTypeDef(TypedDict):
1046
1041
  AccessControlAttributes: Sequence[AccessControlAttributeTypeDef]
@@ -1069,8 +1064,8 @@ AuthenticationMethodUnionTypeDef = Union[
1069
1064
  class GrantOutputTypeDef(TypedDict):
1070
1065
  AuthorizationCode: NotRequired[AuthorizationCodeGrantOutputTypeDef]
1071
1066
  JwtBearer: NotRequired[JwtBearerGrantOutputTypeDef]
1072
- RefreshToken: NotRequired[Dict[str, Any]]
1073
- TokenExchange: NotRequired[Dict[str, Any]]
1067
+ RefreshToken: NotRequired[dict[str, Any]]
1068
+ TokenExchange: NotRequired[dict[str, Any]]
1074
1069
 
1075
1070
  class GrantTypeDef(TypedDict):
1076
1071
  AuthorizationCode: NotRequired[AuthorizationCodeGrantTypeDef]
@@ -1165,7 +1160,7 @@ InstanceAccessControlAttributeConfigurationUnionTypeDef = Union[
1165
1160
  ]
1166
1161
 
1167
1162
  class ListApplicationAuthenticationMethodsResponseTypeDef(TypedDict):
1168
- AuthenticationMethods: List[AuthenticationMethodItemTypeDef]
1163
+ AuthenticationMethods: list[AuthenticationMethodItemTypeDef]
1169
1164
  ResponseMetadata: ResponseMetadataTypeDef
1170
1165
  NextToken: NotRequired[str]
1171
1166
 
@@ -1185,12 +1180,12 @@ class GrantItemTypeDef(TypedDict):
1185
1180
  GrantUnionTypeDef = Union[GrantTypeDef, GrantOutputTypeDef]
1186
1181
 
1187
1182
  class ListApplicationsResponseTypeDef(TypedDict):
1188
- Applications: List[ApplicationTypeDef]
1183
+ Applications: list[ApplicationTypeDef]
1189
1184
  ResponseMetadata: ResponseMetadataTypeDef
1190
1185
  NextToken: NotRequired[str]
1191
1186
 
1192
1187
  class ListApplicationProvidersResponseTypeDef(TypedDict):
1193
- ApplicationProviders: List[ApplicationProviderTypeDef]
1188
+ ApplicationProviders: list[ApplicationProviderTypeDef]
1194
1189
  ResponseMetadata: ResponseMetadataTypeDef
1195
1190
  NextToken: NotRequired[str]
1196
1191
 
@@ -1207,7 +1202,7 @@ class UpdateInstanceAccessControlAttributeConfigurationRequestTypeDef(TypedDict)
1207
1202
  )
1208
1203
 
1209
1204
  class ListApplicationGrantsResponseTypeDef(TypedDict):
1210
- Grants: List[GrantItemTypeDef]
1205
+ Grants: list[GrantItemTypeDef]
1211
1206
  ResponseMetadata: ResponseMetadataTypeDef
1212
1207
  NextToken: NotRequired[str]
1213
1208
 
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.37"
7
+ __version__ = "1.41.0"