@effect-aws/client-organizations 1.10.7 → 2.0.0-beta.0

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.
Files changed (37) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/dts/OrganizationsClientInstance.d.ts +2 -2
  4. package/dist/dts/OrganizationsClientInstance.d.ts.map +1 -1
  5. package/dist/dts/OrganizationsService.d.ts +65 -67
  6. package/dist/dts/OrganizationsService.d.ts.map +1 -1
  7. package/dist/dts/OrganizationsServiceConfig.d.ts.map +1 -1
  8. package/dist/esm/OrganizationsClientInstance.js +3 -3
  9. package/dist/esm/OrganizationsClientInstance.js.map +1 -1
  10. package/dist/esm/OrganizationsService.js +2 -2
  11. package/dist/esm/OrganizationsService.js.map +1 -1
  12. package/dist/esm/OrganizationsServiceConfig.js +5 -6
  13. package/dist/esm/OrganizationsServiceConfig.js.map +1 -1
  14. package/package.json +8 -14
  15. package/src/OrganizationsClientInstance.ts +4 -4
  16. package/src/OrganizationsService.ts +66 -66
  17. package/src/OrganizationsServiceConfig.ts +6 -7
  18. package/dist/cjs/Errors.d.ts +0 -57
  19. package/dist/cjs/Errors.d.ts.map +0 -1
  20. package/dist/cjs/Errors.js +0 -56
  21. package/dist/cjs/Errors.js.map +0 -1
  22. package/dist/cjs/OrganizationsClientInstance.d.ts +0 -24
  23. package/dist/cjs/OrganizationsClientInstance.d.ts.map +0 -1
  24. package/dist/cjs/OrganizationsClientInstance.js +0 -50
  25. package/dist/cjs/OrganizationsClientInstance.js.map +0 -1
  26. package/dist/cjs/OrganizationsService.d.ts +0 -298
  27. package/dist/cjs/OrganizationsService.d.ts.map +0 -1
  28. package/dist/cjs/OrganizationsService.js +0 -122
  29. package/dist/cjs/OrganizationsService.js.map +0 -1
  30. package/dist/cjs/OrganizationsServiceConfig.d.ts +0 -25
  31. package/dist/cjs/OrganizationsServiceConfig.d.ts.map +0 -1
  32. package/dist/cjs/OrganizationsServiceConfig.js +0 -35
  33. package/dist/cjs/OrganizationsServiceConfig.js.map +0 -1
  34. package/dist/cjs/index.d.ts +0 -44
  35. package/dist/cjs/index.d.ts.map +0 -1
  36. package/dist/cjs/index.js +0 -56
  37. package/dist/cjs/index.js.map +0 -1
@@ -197,7 +197,7 @@ import {
197
197
  import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
198
198
  import { Service } from "@effect-aws/commons";
199
199
  import type { Cause } from "effect";
200
- import { Effect, Layer } from "effect";
200
+ import { Effect, Layer, ServiceMap } from "effect";
201
201
  import type {
202
202
  AccessDeniedError,
203
203
  AccessDeniedForDependencyError,
@@ -332,7 +332,7 @@ interface OrganizationsService$ {
332
332
  options?: HttpHandlerOptions,
333
333
  ): Effect.Effect<
334
334
  AcceptHandshakeCommandOutput,
335
- | Cause.TimeoutException
335
+ | Cause.TimeoutError
336
336
  | SdkError
337
337
  | AccessDeniedError
338
338
  | AccessDeniedForDependencyError
@@ -357,7 +357,7 @@ interface OrganizationsService$ {
357
357
  options?: HttpHandlerOptions,
358
358
  ): Effect.Effect<
359
359
  AttachPolicyCommandOutput,
360
- | Cause.TimeoutException
360
+ | Cause.TimeoutError
361
361
  | SdkError
362
362
  | AccessDeniedError
363
363
  | AWSOrganizationsNotInUseError
@@ -382,7 +382,7 @@ interface OrganizationsService$ {
382
382
  options?: HttpHandlerOptions,
383
383
  ): Effect.Effect<
384
384
  CancelHandshakeCommandOutput,
385
- | Cause.TimeoutException
385
+ | Cause.TimeoutError
386
386
  | SdkError
387
387
  | AccessDeniedError
388
388
  | ConcurrentModificationError
@@ -402,7 +402,7 @@ interface OrganizationsService$ {
402
402
  options?: HttpHandlerOptions,
403
403
  ): Effect.Effect<
404
404
  CloseAccountCommandOutput,
405
- | Cause.TimeoutException
405
+ | Cause.TimeoutError
406
406
  | SdkError
407
407
  | AccessDeniedError
408
408
  | AccountAlreadyClosedError
@@ -425,7 +425,7 @@ interface OrganizationsService$ {
425
425
  options?: HttpHandlerOptions,
426
426
  ): Effect.Effect<
427
427
  CreateAccountCommandOutput,
428
- | Cause.TimeoutException
428
+ | Cause.TimeoutError
429
429
  | SdkError
430
430
  | AccessDeniedError
431
431
  | AWSOrganizationsNotInUseError
@@ -446,7 +446,7 @@ interface OrganizationsService$ {
446
446
  options?: HttpHandlerOptions,
447
447
  ): Effect.Effect<
448
448
  CreateGovCloudAccountCommandOutput,
449
- | Cause.TimeoutException
449
+ | Cause.TimeoutError
450
450
  | SdkError
451
451
  | AccessDeniedError
452
452
  | AWSOrganizationsNotInUseError
@@ -467,7 +467,7 @@ interface OrganizationsService$ {
467
467
  options?: HttpHandlerOptions,
468
468
  ): Effect.Effect<
469
469
  CreateOrganizationCommandOutput,
470
- | Cause.TimeoutException
470
+ | Cause.TimeoutError
471
471
  | SdkError
472
472
  | AccessDeniedError
473
473
  | AccessDeniedForDependencyError
@@ -487,7 +487,7 @@ interface OrganizationsService$ {
487
487
  options?: HttpHandlerOptions,
488
488
  ): Effect.Effect<
489
489
  CreateOrganizationalUnitCommandOutput,
490
- | Cause.TimeoutException
490
+ | Cause.TimeoutError
491
491
  | SdkError
492
492
  | AccessDeniedError
493
493
  | AWSOrganizationsNotInUseError
@@ -508,7 +508,7 @@ interface OrganizationsService$ {
508
508
  options?: HttpHandlerOptions,
509
509
  ): Effect.Effect<
510
510
  CreatePolicyCommandOutput,
511
- | Cause.TimeoutException
511
+ | Cause.TimeoutError
512
512
  | SdkError
513
513
  | AccessDeniedError
514
514
  | AWSOrganizationsNotInUseError
@@ -531,7 +531,7 @@ interface OrganizationsService$ {
531
531
  options?: HttpHandlerOptions,
532
532
  ): Effect.Effect<
533
533
  DeclineHandshakeCommandOutput,
534
- | Cause.TimeoutException
534
+ | Cause.TimeoutError
535
535
  | SdkError
536
536
  | AccessDeniedError
537
537
  | ConcurrentModificationError
@@ -551,7 +551,7 @@ interface OrganizationsService$ {
551
551
  options?: HttpHandlerOptions,
552
552
  ): Effect.Effect<
553
553
  DeleteOrganizationCommandOutput,
554
- | Cause.TimeoutException
554
+ | Cause.TimeoutError
555
555
  | SdkError
556
556
  | AccessDeniedError
557
557
  | AWSOrganizationsNotInUseError
@@ -571,7 +571,7 @@ interface OrganizationsService$ {
571
571
  options?: HttpHandlerOptions,
572
572
  ): Effect.Effect<
573
573
  DeleteOrganizationalUnitCommandOutput,
574
- | Cause.TimeoutException
574
+ | Cause.TimeoutError
575
575
  | SdkError
576
576
  | AccessDeniedError
577
577
  | AWSOrganizationsNotInUseError
@@ -591,7 +591,7 @@ interface OrganizationsService$ {
591
591
  options?: HttpHandlerOptions,
592
592
  ): Effect.Effect<
593
593
  DeletePolicyCommandOutput,
594
- | Cause.TimeoutException
594
+ | Cause.TimeoutError
595
595
  | SdkError
596
596
  | AccessDeniedError
597
597
  | AWSOrganizationsNotInUseError
@@ -612,7 +612,7 @@ interface OrganizationsService$ {
612
612
  options?: HttpHandlerOptions,
613
613
  ): Effect.Effect<
614
614
  DeleteResourcePolicyCommandOutput,
615
- | Cause.TimeoutException
615
+ | Cause.TimeoutError
616
616
  | SdkError
617
617
  | AccessDeniedError
618
618
  | AWSOrganizationsNotInUseError
@@ -632,7 +632,7 @@ interface OrganizationsService$ {
632
632
  options?: HttpHandlerOptions,
633
633
  ): Effect.Effect<
634
634
  DeregisterDelegatedAdministratorCommandOutput,
635
- | Cause.TimeoutException
635
+ | Cause.TimeoutError
636
636
  | SdkError
637
637
  | AccessDeniedError
638
638
  | AccountNotFoundError
@@ -654,7 +654,7 @@ interface OrganizationsService$ {
654
654
  options?: HttpHandlerOptions,
655
655
  ): Effect.Effect<
656
656
  DescribeAccountCommandOutput,
657
- | Cause.TimeoutException
657
+ | Cause.TimeoutError
658
658
  | SdkError
659
659
  | AccessDeniedError
660
660
  | AccountNotFoundError
@@ -672,7 +672,7 @@ interface OrganizationsService$ {
672
672
  options?: HttpHandlerOptions,
673
673
  ): Effect.Effect<
674
674
  DescribeCreateAccountStatusCommandOutput,
675
- | Cause.TimeoutException
675
+ | Cause.TimeoutError
676
676
  | SdkError
677
677
  | AccessDeniedError
678
678
  | AWSOrganizationsNotInUseError
@@ -691,7 +691,7 @@ interface OrganizationsService$ {
691
691
  options?: HttpHandlerOptions,
692
692
  ): Effect.Effect<
693
693
  DescribeEffectivePolicyCommandOutput,
694
- | Cause.TimeoutException
694
+ | Cause.TimeoutError
695
695
  | SdkError
696
696
  | AccessDeniedError
697
697
  | AWSOrganizationsNotInUseError
@@ -712,7 +712,7 @@ interface OrganizationsService$ {
712
712
  options?: HttpHandlerOptions,
713
713
  ): Effect.Effect<
714
714
  DescribeHandshakeCommandOutput,
715
- | Cause.TimeoutException
715
+ | Cause.TimeoutError
716
716
  | SdkError
717
717
  | AccessDeniedError
718
718
  | ConcurrentModificationError
@@ -730,7 +730,7 @@ interface OrganizationsService$ {
730
730
  options?: HttpHandlerOptions,
731
731
  ): Effect.Effect<
732
732
  DescribeOrganizationCommandOutput,
733
- | Cause.TimeoutException
733
+ | Cause.TimeoutError
734
734
  | SdkError
735
735
  | AccessDeniedError
736
736
  | AWSOrganizationsNotInUseError
@@ -747,7 +747,7 @@ interface OrganizationsService$ {
747
747
  options?: HttpHandlerOptions,
748
748
  ): Effect.Effect<
749
749
  DescribeOrganizationalUnitCommandOutput,
750
- | Cause.TimeoutException
750
+ | Cause.TimeoutError
751
751
  | SdkError
752
752
  | AccessDeniedError
753
753
  | AWSOrganizationsNotInUseError
@@ -765,7 +765,7 @@ interface OrganizationsService$ {
765
765
  options?: HttpHandlerOptions,
766
766
  ): Effect.Effect<
767
767
  DescribePolicyCommandOutput,
768
- | Cause.TimeoutException
768
+ | Cause.TimeoutError
769
769
  | SdkError
770
770
  | AccessDeniedError
771
771
  | AWSOrganizationsNotInUseError
@@ -784,7 +784,7 @@ interface OrganizationsService$ {
784
784
  options?: HttpHandlerOptions,
785
785
  ): Effect.Effect<
786
786
  DescribeResourcePolicyCommandOutput,
787
- | Cause.TimeoutException
787
+ | Cause.TimeoutError
788
788
  | SdkError
789
789
  | AccessDeniedError
790
790
  | AWSOrganizationsNotInUseError
@@ -803,7 +803,7 @@ interface OrganizationsService$ {
803
803
  options?: HttpHandlerOptions,
804
804
  ): Effect.Effect<
805
805
  DescribeResponsibilityTransferCommandOutput,
806
- | Cause.TimeoutException
806
+ | Cause.TimeoutError
807
807
  | SdkError
808
808
  | AccessDeniedError
809
809
  | AWSOrganizationsNotInUseError
@@ -822,7 +822,7 @@ interface OrganizationsService$ {
822
822
  options?: HttpHandlerOptions,
823
823
  ): Effect.Effect<
824
824
  DetachPolicyCommandOutput,
825
- | Cause.TimeoutException
825
+ | Cause.TimeoutError
826
826
  | SdkError
827
827
  | AccessDeniedError
828
828
  | AWSOrganizationsNotInUseError
@@ -846,7 +846,7 @@ interface OrganizationsService$ {
846
846
  options?: HttpHandlerOptions,
847
847
  ): Effect.Effect<
848
848
  DisableAWSServiceAccessCommandOutput,
849
- | Cause.TimeoutException
849
+ | Cause.TimeoutError
850
850
  | SdkError
851
851
  | AccessDeniedError
852
852
  | AWSOrganizationsNotInUseError
@@ -866,7 +866,7 @@ interface OrganizationsService$ {
866
866
  options?: HttpHandlerOptions,
867
867
  ): Effect.Effect<
868
868
  DisablePolicyTypeCommandOutput,
869
- | Cause.TimeoutException
869
+ | Cause.TimeoutError
870
870
  | SdkError
871
871
  | AccessDeniedError
872
872
  | AWSOrganizationsNotInUseError
@@ -889,7 +889,7 @@ interface OrganizationsService$ {
889
889
  options?: HttpHandlerOptions,
890
890
  ): Effect.Effect<
891
891
  EnableAWSServiceAccessCommandOutput,
892
- | Cause.TimeoutException
892
+ | Cause.TimeoutError
893
893
  | SdkError
894
894
  | AccessDeniedError
895
895
  | AWSOrganizationsNotInUseError
@@ -909,7 +909,7 @@ interface OrganizationsService$ {
909
909
  options?: HttpHandlerOptions,
910
910
  ): Effect.Effect<
911
911
  EnableAllFeaturesCommandOutput,
912
- | Cause.TimeoutException
912
+ | Cause.TimeoutError
913
913
  | SdkError
914
914
  | AccessDeniedError
915
915
  | AWSOrganizationsNotInUseError
@@ -929,7 +929,7 @@ interface OrganizationsService$ {
929
929
  options?: HttpHandlerOptions,
930
930
  ): Effect.Effect<
931
931
  EnablePolicyTypeCommandOutput,
932
- | Cause.TimeoutException
932
+ | Cause.TimeoutError
933
933
  | SdkError
934
934
  | AccessDeniedError
935
935
  | AWSOrganizationsNotInUseError
@@ -953,7 +953,7 @@ interface OrganizationsService$ {
953
953
  options?: HttpHandlerOptions,
954
954
  ): Effect.Effect<
955
955
  InviteAccountToOrganizationCommandOutput,
956
- | Cause.TimeoutException
956
+ | Cause.TimeoutError
957
957
  | SdkError
958
958
  | AccessDeniedError
959
959
  | AccountOwnerNotVerifiedError
@@ -976,7 +976,7 @@ interface OrganizationsService$ {
976
976
  options?: HttpHandlerOptions,
977
977
  ): Effect.Effect<
978
978
  InviteOrganizationToTransferResponsibilityCommandOutput,
979
- | Cause.TimeoutException
979
+ | Cause.TimeoutError
980
980
  | SdkError
981
981
  | AccessDeniedError
982
982
  | AWSOrganizationsNotInUseError
@@ -998,7 +998,7 @@ interface OrganizationsService$ {
998
998
  options?: HttpHandlerOptions,
999
999
  ): Effect.Effect<
1000
1000
  LeaveOrganizationCommandOutput,
1001
- | Cause.TimeoutException
1001
+ | Cause.TimeoutError
1002
1002
  | SdkError
1003
1003
  | AccessDeniedError
1004
1004
  | AccountNotFoundError
@@ -1019,7 +1019,7 @@ interface OrganizationsService$ {
1019
1019
  options?: HttpHandlerOptions,
1020
1020
  ): Effect.Effect<
1021
1021
  ListAWSServiceAccessForOrganizationCommandOutput,
1022
- | Cause.TimeoutException
1022
+ | Cause.TimeoutError
1023
1023
  | SdkError
1024
1024
  | AccessDeniedError
1025
1025
  | AWSOrganizationsNotInUseError
@@ -1038,7 +1038,7 @@ interface OrganizationsService$ {
1038
1038
  options?: HttpHandlerOptions,
1039
1039
  ): Effect.Effect<
1040
1040
  ListAccountsCommandOutput,
1041
- | Cause.TimeoutException
1041
+ | Cause.TimeoutError
1042
1042
  | SdkError
1043
1043
  | AccessDeniedError
1044
1044
  | AWSOrganizationsNotInUseError
@@ -1055,7 +1055,7 @@ interface OrganizationsService$ {
1055
1055
  options?: HttpHandlerOptions,
1056
1056
  ): Effect.Effect<
1057
1057
  ListAccountsForParentCommandOutput,
1058
- | Cause.TimeoutException
1058
+ | Cause.TimeoutError
1059
1059
  | SdkError
1060
1060
  | AccessDeniedError
1061
1061
  | AWSOrganizationsNotInUseError
@@ -1073,7 +1073,7 @@ interface OrganizationsService$ {
1073
1073
  options?: HttpHandlerOptions,
1074
1074
  ): Effect.Effect<
1075
1075
  ListAccountsWithInvalidEffectivePolicyCommandOutput,
1076
- | Cause.TimeoutException
1076
+ | Cause.TimeoutError
1077
1077
  | SdkError
1078
1078
  | AccessDeniedError
1079
1079
  | AWSOrganizationsNotInUseError
@@ -1093,7 +1093,7 @@ interface OrganizationsService$ {
1093
1093
  options?: HttpHandlerOptions,
1094
1094
  ): Effect.Effect<
1095
1095
  ListChildrenCommandOutput,
1096
- | Cause.TimeoutException
1096
+ | Cause.TimeoutError
1097
1097
  | SdkError
1098
1098
  | AccessDeniedError
1099
1099
  | AWSOrganizationsNotInUseError
@@ -1111,7 +1111,7 @@ interface OrganizationsService$ {
1111
1111
  options?: HttpHandlerOptions,
1112
1112
  ): Effect.Effect<
1113
1113
  ListCreateAccountStatusCommandOutput,
1114
- | Cause.TimeoutException
1114
+ | Cause.TimeoutError
1115
1115
  | SdkError
1116
1116
  | AccessDeniedError
1117
1117
  | AWSOrganizationsNotInUseError
@@ -1129,7 +1129,7 @@ interface OrganizationsService$ {
1129
1129
  options?: HttpHandlerOptions,
1130
1130
  ): Effect.Effect<
1131
1131
  ListDelegatedAdministratorsCommandOutput,
1132
- | Cause.TimeoutException
1132
+ | Cause.TimeoutError
1133
1133
  | SdkError
1134
1134
  | AccessDeniedError
1135
1135
  | AWSOrganizationsNotInUseError
@@ -1148,7 +1148,7 @@ interface OrganizationsService$ {
1148
1148
  options?: HttpHandlerOptions,
1149
1149
  ): Effect.Effect<
1150
1150
  ListDelegatedServicesForAccountCommandOutput,
1151
- | Cause.TimeoutException
1151
+ | Cause.TimeoutError
1152
1152
  | SdkError
1153
1153
  | AccessDeniedError
1154
1154
  | AccountNotFoundError
@@ -1169,7 +1169,7 @@ interface OrganizationsService$ {
1169
1169
  options?: HttpHandlerOptions,
1170
1170
  ): Effect.Effect<
1171
1171
  ListEffectivePolicyValidationErrorsCommandOutput,
1172
- | Cause.TimeoutException
1172
+ | Cause.TimeoutError
1173
1173
  | SdkError
1174
1174
  | AccessDeniedError
1175
1175
  | AccountNotFoundError
@@ -1190,7 +1190,7 @@ interface OrganizationsService$ {
1190
1190
  options?: HttpHandlerOptions,
1191
1191
  ): Effect.Effect<
1192
1192
  ListHandshakesForAccountCommandOutput,
1193
- | Cause.TimeoutException
1193
+ | Cause.TimeoutError
1194
1194
  | SdkError
1195
1195
  | AccessDeniedError
1196
1196
  | ConcurrentModificationError
@@ -1207,7 +1207,7 @@ interface OrganizationsService$ {
1207
1207
  options?: HttpHandlerOptions,
1208
1208
  ): Effect.Effect<
1209
1209
  ListHandshakesForOrganizationCommandOutput,
1210
- | Cause.TimeoutException
1210
+ | Cause.TimeoutError
1211
1211
  | SdkError
1212
1212
  | AccessDeniedError
1213
1213
  | AWSOrganizationsNotInUseError
@@ -1225,7 +1225,7 @@ interface OrganizationsService$ {
1225
1225
  options?: HttpHandlerOptions,
1226
1226
  ): Effect.Effect<
1227
1227
  ListInboundResponsibilityTransfersCommandOutput,
1228
- | Cause.TimeoutException
1228
+ | Cause.TimeoutError
1229
1229
  | SdkError
1230
1230
  | AccessDeniedError
1231
1231
  | AWSOrganizationsNotInUseError
@@ -1245,7 +1245,7 @@ interface OrganizationsService$ {
1245
1245
  options?: HttpHandlerOptions,
1246
1246
  ): Effect.Effect<
1247
1247
  ListOrganizationalUnitsForParentCommandOutput,
1248
- | Cause.TimeoutException
1248
+ | Cause.TimeoutError
1249
1249
  | SdkError
1250
1250
  | AccessDeniedError
1251
1251
  | AWSOrganizationsNotInUseError
@@ -1263,7 +1263,7 @@ interface OrganizationsService$ {
1263
1263
  options?: HttpHandlerOptions,
1264
1264
  ): Effect.Effect<
1265
1265
  ListOutboundResponsibilityTransfersCommandOutput,
1266
- | Cause.TimeoutException
1266
+ | Cause.TimeoutError
1267
1267
  | SdkError
1268
1268
  | AccessDeniedError
1269
1269
  | AWSOrganizationsNotInUseError
@@ -1282,7 +1282,7 @@ interface OrganizationsService$ {
1282
1282
  options?: HttpHandlerOptions,
1283
1283
  ): Effect.Effect<
1284
1284
  ListParentsCommandOutput,
1285
- | Cause.TimeoutException
1285
+ | Cause.TimeoutError
1286
1286
  | SdkError
1287
1287
  | AccessDeniedError
1288
1288
  | AWSOrganizationsNotInUseError
@@ -1300,7 +1300,7 @@ interface OrganizationsService$ {
1300
1300
  options?: HttpHandlerOptions,
1301
1301
  ): Effect.Effect<
1302
1302
  ListPoliciesCommandOutput,
1303
- | Cause.TimeoutException
1303
+ | Cause.TimeoutError
1304
1304
  | SdkError
1305
1305
  | AccessDeniedError
1306
1306
  | AWSOrganizationsNotInUseError
@@ -1318,7 +1318,7 @@ interface OrganizationsService$ {
1318
1318
  options?: HttpHandlerOptions,
1319
1319
  ): Effect.Effect<
1320
1320
  ListPoliciesForTargetCommandOutput,
1321
- | Cause.TimeoutException
1321
+ | Cause.TimeoutError
1322
1322
  | SdkError
1323
1323
  | AccessDeniedError
1324
1324
  | AWSOrganizationsNotInUseError
@@ -1337,7 +1337,7 @@ interface OrganizationsService$ {
1337
1337
  options?: HttpHandlerOptions,
1338
1338
  ): Effect.Effect<
1339
1339
  ListRootsCommandOutput,
1340
- | Cause.TimeoutException
1340
+ | Cause.TimeoutError
1341
1341
  | SdkError
1342
1342
  | AccessDeniedError
1343
1343
  | AWSOrganizationsNotInUseError
@@ -1354,7 +1354,7 @@ interface OrganizationsService$ {
1354
1354
  options?: HttpHandlerOptions,
1355
1355
  ): Effect.Effect<
1356
1356
  ListTagsForResourceCommandOutput,
1357
- | Cause.TimeoutException
1357
+ | Cause.TimeoutError
1358
1358
  | SdkError
1359
1359
  | AccessDeniedError
1360
1360
  | AWSOrganizationsNotInUseError
@@ -1372,7 +1372,7 @@ interface OrganizationsService$ {
1372
1372
  options?: HttpHandlerOptions,
1373
1373
  ): Effect.Effect<
1374
1374
  ListTargetsForPolicyCommandOutput,
1375
- | Cause.TimeoutException
1375
+ | Cause.TimeoutError
1376
1376
  | SdkError
1377
1377
  | AccessDeniedError
1378
1378
  | AWSOrganizationsNotInUseError
@@ -1391,7 +1391,7 @@ interface OrganizationsService$ {
1391
1391
  options?: HttpHandlerOptions,
1392
1392
  ): Effect.Effect<
1393
1393
  MoveAccountCommandOutput,
1394
- | Cause.TimeoutException
1394
+ | Cause.TimeoutError
1395
1395
  | SdkError
1396
1396
  | AccessDeniedError
1397
1397
  | AccountNotFoundError
@@ -1413,7 +1413,7 @@ interface OrganizationsService$ {
1413
1413
  options?: HttpHandlerOptions,
1414
1414
  ): Effect.Effect<
1415
1415
  PutResourcePolicyCommandOutput,
1416
- | Cause.TimeoutException
1416
+ | Cause.TimeoutError
1417
1417
  | SdkError
1418
1418
  | AccessDeniedError
1419
1419
  | AWSOrganizationsNotInUseError
@@ -1433,7 +1433,7 @@ interface OrganizationsService$ {
1433
1433
  options?: HttpHandlerOptions,
1434
1434
  ): Effect.Effect<
1435
1435
  RegisterDelegatedAdministratorCommandOutput,
1436
- | Cause.TimeoutException
1436
+ | Cause.TimeoutError
1437
1437
  | SdkError
1438
1438
  | AccessDeniedError
1439
1439
  | AccountAlreadyRegisteredError
@@ -1455,7 +1455,7 @@ interface OrganizationsService$ {
1455
1455
  options?: HttpHandlerOptions,
1456
1456
  ): Effect.Effect<
1457
1457
  RemoveAccountFromOrganizationCommandOutput,
1458
- | Cause.TimeoutException
1458
+ | Cause.TimeoutError
1459
1459
  | SdkError
1460
1460
  | AccessDeniedError
1461
1461
  | AccountNotFoundError
@@ -1476,7 +1476,7 @@ interface OrganizationsService$ {
1476
1476
  options?: HttpHandlerOptions,
1477
1477
  ): Effect.Effect<
1478
1478
  TagResourceCommandOutput,
1479
- | Cause.TimeoutException
1479
+ | Cause.TimeoutError
1480
1480
  | SdkError
1481
1481
  | AccessDeniedError
1482
1482
  | AWSOrganizationsNotInUseError
@@ -1496,7 +1496,7 @@ interface OrganizationsService$ {
1496
1496
  options?: HttpHandlerOptions,
1497
1497
  ): Effect.Effect<
1498
1498
  TerminateResponsibilityTransferCommandOutput,
1499
- | Cause.TimeoutException
1499
+ | Cause.TimeoutError
1500
1500
  | SdkError
1501
1501
  | AccessDeniedError
1502
1502
  | AWSOrganizationsNotInUseError
@@ -1519,7 +1519,7 @@ interface OrganizationsService$ {
1519
1519
  options?: HttpHandlerOptions,
1520
1520
  ): Effect.Effect<
1521
1521
  UntagResourceCommandOutput,
1522
- | Cause.TimeoutException
1522
+ | Cause.TimeoutError
1523
1523
  | SdkError
1524
1524
  | AccessDeniedError
1525
1525
  | AWSOrganizationsNotInUseError
@@ -1539,7 +1539,7 @@ interface OrganizationsService$ {
1539
1539
  options?: HttpHandlerOptions,
1540
1540
  ): Effect.Effect<
1541
1541
  UpdateOrganizationalUnitCommandOutput,
1542
- | Cause.TimeoutException
1542
+ | Cause.TimeoutError
1543
1543
  | SdkError
1544
1544
  | AccessDeniedError
1545
1545
  | AWSOrganizationsNotInUseError
@@ -1559,7 +1559,7 @@ interface OrganizationsService$ {
1559
1559
  options?: HttpHandlerOptions,
1560
1560
  ): Effect.Effect<
1561
1561
  UpdatePolicyCommandOutput,
1562
- | Cause.TimeoutException
1562
+ | Cause.TimeoutError
1563
1563
  | SdkError
1564
1564
  | AccessDeniedError
1565
1565
  | AWSOrganizationsNotInUseError
@@ -1583,7 +1583,7 @@ interface OrganizationsService$ {
1583
1583
  options?: HttpHandlerOptions,
1584
1584
  ): Effect.Effect<
1585
1585
  UpdateResponsibilityTransferCommandOutput,
1586
- | Cause.TimeoutException
1586
+ | Cause.TimeoutError
1587
1587
  | SdkError
1588
1588
  | AccessDeniedError
1589
1589
  | AWSOrganizationsNotInUseError
@@ -1617,10 +1617,10 @@ export const makeOrganizationsService = Effect.gen(function*() {
1617
1617
  * @since 1.0.0
1618
1618
  * @category models
1619
1619
  */
1620
- export class OrganizationsService extends Effect.Tag("@effect-aws/client-organizations/OrganizationsService")<
1620
+ export class OrganizationsService extends ServiceMap.Service<
1621
1621
  OrganizationsService,
1622
1622
  OrganizationsService$
1623
- >() {
1623
+ >()("@effect-aws/client-organizations/OrganizationsService") {
1624
1624
  static readonly defaultLayer = Layer.effect(this, makeOrganizationsService).pipe(Layer.provide(Instance.layer));
1625
1625
  static readonly layer = (config: OrganizationsService.Config) =>
1626
1626
  Layer.effect(this, makeOrganizationsService).pipe(
@@ -3,18 +3,17 @@
3
3
  */
4
4
  import type { OrganizationsClientConfig } from "@aws-sdk/client-organizations";
5
5
  import { ServiceLogger } from "@effect-aws/commons";
6
- import { Effect, FiberRef, Layer } from "effect";
6
+ import { Effect, Layer, ServiceMap } from "effect";
7
7
  import { dual } from "effect/Function";
8
- import { globalValue } from "effect/GlobalValue";
9
8
  import type { OrganizationsService } from "./OrganizationsService.js";
10
9
 
11
10
  /**
12
11
  * @since 1.0.0
13
12
  * @category organizations service config
14
13
  */
15
- const currentOrganizationsServiceConfig = globalValue(
14
+ const currentOrganizationsServiceConfig = ServiceMap.Reference<OrganizationsService.Config>(
16
15
  "@effect-aws/client-organizations/currentOrganizationsServiceConfig",
17
- () => FiberRef.unsafeMake<OrganizationsService.Config>({}),
16
+ { defaultValue: () => ({}) },
18
17
  );
19
18
 
20
19
  /**
@@ -27,7 +26,7 @@ export const withOrganizationsServiceConfig: {
27
26
  } = dual(
28
27
  2,
29
28
  <A, E, R>(effect: Effect.Effect<A, E, R>, config: OrganizationsService.Config): Effect.Effect<A, E, R> =>
30
- Effect.locally(effect, currentOrganizationsServiceConfig, config),
29
+ Effect.provideService(effect, currentOrganizationsServiceConfig, config),
31
30
  );
32
31
 
33
32
  /**
@@ -35,14 +34,14 @@ export const withOrganizationsServiceConfig: {
35
34
  * @category organizations service config
36
35
  */
37
36
  export const setOrganizationsServiceConfig = (config: OrganizationsService.Config) =>
38
- Layer.locallyScoped(currentOrganizationsServiceConfig, config);
37
+ Layer.succeed(currentOrganizationsServiceConfig, config);
39
38
 
40
39
  /**
41
40
  * @since 1.0.0
42
41
  * @category adapters
43
42
  */
44
43
  export const toOrganizationsClientConfig: Effect.Effect<OrganizationsClientConfig> = Effect.gen(function*() {
45
- const { logger: serviceLogger, ...config } = yield* FiberRef.get(currentOrganizationsServiceConfig);
44
+ const { logger: serviceLogger, ...config } = yield* currentOrganizationsServiceConfig;
46
45
 
47
46
  const logger = serviceLogger === true
48
47
  ? yield* ServiceLogger.toClientLogger(ServiceLogger.defaultServiceLogger)
@@ -1,57 +0,0 @@
1
- import type { AccessDeniedException, AccessDeniedForDependencyException, AccountAlreadyClosedException, AccountAlreadyRegisteredException, AccountNotFoundException, AccountNotRegisteredException, AccountOwnerNotVerifiedException, AlreadyInOrganizationException, AWSOrganizationsNotInUseException, ChildNotFoundException, ConcurrentModificationException, ConflictException, ConstraintViolationException, CreateAccountStatusNotFoundException, DestinationParentNotFoundException, DuplicateAccountException, DuplicateHandshakeException, DuplicateOrganizationalUnitException, DuplicatePolicyAttachmentException, DuplicatePolicyException, EffectivePolicyNotFoundException, FinalizingOrganizationException, HandshakeAlreadyInStateException, HandshakeConstraintViolationException, HandshakeNotFoundException, InvalidHandshakeTransitionException, InvalidInputException, InvalidResponsibilityTransferTransitionException, MalformedPolicyDocumentException, MasterCannotLeaveOrganizationException, OrganizationalUnitNotEmptyException, OrganizationalUnitNotFoundException, OrganizationNotEmptyException, ParentNotFoundException, PolicyChangesInProgressException, PolicyInUseException, PolicyNotAttachedException, PolicyNotFoundException, PolicyTypeAlreadyEnabledException, PolicyTypeNotAvailableForOrganizationException, PolicyTypeNotEnabledException, ResourcePolicyNotFoundException, ResponsibilityTransferAlreadyInStatusException, ResponsibilityTransferNotFoundException, RootNotFoundException, ServiceException, SourceParentNotFoundException, TargetNotFoundException, TooManyRequestsException, UnsupportedAPIEndpointException } from "@aws-sdk/client-organizations";
2
- import type { TaggedException } from "@effect-aws/commons";
3
- export declare const AllServiceErrors: readonly ["AWSOrganizationsNotInUseException", "AccessDeniedException", "AccessDeniedForDependencyException", "AccountAlreadyClosedException", "AccountAlreadyRegisteredException", "AccountNotFoundException", "AccountNotRegisteredException", "AccountOwnerNotVerifiedException", "AlreadyInOrganizationException", "ChildNotFoundException", "ConcurrentModificationException", "ConflictException", "ConstraintViolationException", "CreateAccountStatusNotFoundException", "DestinationParentNotFoundException", "DuplicateAccountException", "DuplicateHandshakeException", "DuplicateOrganizationalUnitException", "DuplicatePolicyAttachmentException", "DuplicatePolicyException", "EffectivePolicyNotFoundException", "FinalizingOrganizationException", "HandshakeAlreadyInStateException", "HandshakeConstraintViolationException", "HandshakeNotFoundException", "InvalidHandshakeTransitionException", "InvalidInputException", "InvalidResponsibilityTransferTransitionException", "MalformedPolicyDocumentException", "MasterCannotLeaveOrganizationException", "OrganizationNotEmptyException", "OrganizationalUnitNotEmptyException", "OrganizationalUnitNotFoundException", "ParentNotFoundException", "PolicyChangesInProgressException", "PolicyInUseException", "PolicyNotAttachedException", "PolicyNotFoundException", "PolicyTypeAlreadyEnabledException", "PolicyTypeNotAvailableForOrganizationException", "PolicyTypeNotEnabledException", "ResourcePolicyNotFoundException", "ResponsibilityTransferAlreadyInStatusException", "ResponsibilityTransferNotFoundException", "RootNotFoundException", "ServiceException", "SourceParentNotFoundException", "TargetNotFoundException", "TooManyRequestsException", "UnsupportedAPIEndpointException"];
4
- export type AWSOrganizationsNotInUseError = TaggedException<AWSOrganizationsNotInUseException>;
5
- export type AccessDeniedError = TaggedException<AccessDeniedException>;
6
- export type AccessDeniedForDependencyError = TaggedException<AccessDeniedForDependencyException>;
7
- export type AccountAlreadyClosedError = TaggedException<AccountAlreadyClosedException>;
8
- export type AccountAlreadyRegisteredError = TaggedException<AccountAlreadyRegisteredException>;
9
- export type AccountNotFoundError = TaggedException<AccountNotFoundException>;
10
- export type AccountNotRegisteredError = TaggedException<AccountNotRegisteredException>;
11
- export type AccountOwnerNotVerifiedError = TaggedException<AccountOwnerNotVerifiedException>;
12
- export type AlreadyInOrganizationError = TaggedException<AlreadyInOrganizationException>;
13
- export type ChildNotFoundError = TaggedException<ChildNotFoundException>;
14
- export type ConcurrentModificationError = TaggedException<ConcurrentModificationException>;
15
- export type ConflictError = TaggedException<ConflictException>;
16
- export type ConstraintViolationError = TaggedException<ConstraintViolationException>;
17
- export type CreateAccountStatusNotFoundError = TaggedException<CreateAccountStatusNotFoundException>;
18
- export type DestinationParentNotFoundError = TaggedException<DestinationParentNotFoundException>;
19
- export type DuplicateAccountError = TaggedException<DuplicateAccountException>;
20
- export type DuplicateHandshakeError = TaggedException<DuplicateHandshakeException>;
21
- export type DuplicateOrganizationalUnitError = TaggedException<DuplicateOrganizationalUnitException>;
22
- export type DuplicatePolicyAttachmentError = TaggedException<DuplicatePolicyAttachmentException>;
23
- export type DuplicatePolicyError = TaggedException<DuplicatePolicyException>;
24
- export type EffectivePolicyNotFoundError = TaggedException<EffectivePolicyNotFoundException>;
25
- export type FinalizingOrganizationError = TaggedException<FinalizingOrganizationException>;
26
- export type HandshakeAlreadyInStateError = TaggedException<HandshakeAlreadyInStateException>;
27
- export type HandshakeConstraintViolationError = TaggedException<HandshakeConstraintViolationException>;
28
- export type HandshakeNotFoundError = TaggedException<HandshakeNotFoundException>;
29
- export type InvalidHandshakeTransitionError = TaggedException<InvalidHandshakeTransitionException>;
30
- export type InvalidInputError = TaggedException<InvalidInputException>;
31
- export type InvalidResponsibilityTransferTransitionError = TaggedException<InvalidResponsibilityTransferTransitionException>;
32
- export type MalformedPolicyDocumentError = TaggedException<MalformedPolicyDocumentException>;
33
- export type MasterCannotLeaveOrganizationError = TaggedException<MasterCannotLeaveOrganizationException>;
34
- export type OrganizationNotEmptyError = TaggedException<OrganizationNotEmptyException>;
35
- export type OrganizationalUnitNotEmptyError = TaggedException<OrganizationalUnitNotEmptyException>;
36
- export type OrganizationalUnitNotFoundError = TaggedException<OrganizationalUnitNotFoundException>;
37
- export type ParentNotFoundError = TaggedException<ParentNotFoundException>;
38
- export type PolicyChangesInProgressError = TaggedException<PolicyChangesInProgressException>;
39
- export type PolicyInUseError = TaggedException<PolicyInUseException>;
40
- export type PolicyNotAttachedError = TaggedException<PolicyNotAttachedException>;
41
- export type PolicyNotFoundError = TaggedException<PolicyNotFoundException>;
42
- export type PolicyTypeAlreadyEnabledError = TaggedException<PolicyTypeAlreadyEnabledException>;
43
- export type PolicyTypeNotAvailableForOrganizationError = TaggedException<PolicyTypeNotAvailableForOrganizationException>;
44
- export type PolicyTypeNotEnabledError = TaggedException<PolicyTypeNotEnabledException>;
45
- export type ResourcePolicyNotFoundError = TaggedException<ResourcePolicyNotFoundException>;
46
- export type ResponsibilityTransferAlreadyInStatusError = TaggedException<ResponsibilityTransferAlreadyInStatusException>;
47
- export type ResponsibilityTransferNotFoundError = TaggedException<ResponsibilityTransferNotFoundException>;
48
- export type RootNotFoundError = TaggedException<RootNotFoundException>;
49
- export type ServiceError = TaggedException<ServiceException>;
50
- export type SourceParentNotFoundError = TaggedException<SourceParentNotFoundException>;
51
- export type TargetNotFoundError = TaggedException<TargetNotFoundException>;
52
- export type TooManyRequestsError = TaggedException<TooManyRequestsException>;
53
- export type UnsupportedAPIEndpointError = TaggedException<UnsupportedAPIEndpointException>;
54
- export type SdkError = TaggedException<Error & {
55
- name: "SdkError";
56
- }>;
57
- //# sourceMappingURL=Errors.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"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"}