@effect-aws/client-bedrock-agentcore-control 1.11.3 → 2.0.0-beta.5

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 (36) hide show
  1. package/README.md +3 -3
  2. package/dist/dts/BedrockAgentCoreControlClientInstance.d.ts +1 -1
  3. package/dist/dts/BedrockAgentCoreControlClientInstance.d.ts.map +1 -1
  4. package/dist/dts/BedrockAgentCoreControlService.d.ts +191 -193
  5. package/dist/dts/BedrockAgentCoreControlService.d.ts.map +1 -1
  6. package/dist/dts/BedrockAgentCoreControlServiceConfig.d.ts.map +1 -1
  7. package/dist/esm/BedrockAgentCoreControlClientInstance.js +2 -2
  8. package/dist/esm/BedrockAgentCoreControlClientInstance.js.map +1 -1
  9. package/dist/esm/BedrockAgentCoreControlService.js +2 -1
  10. package/dist/esm/BedrockAgentCoreControlService.js.map +1 -1
  11. package/dist/esm/BedrockAgentCoreControlServiceConfig.js +5 -6
  12. package/dist/esm/BedrockAgentCoreControlServiceConfig.js.map +1 -1
  13. package/package.json +8 -14
  14. package/src/BedrockAgentCoreControlClientInstance.ts +6 -4
  15. package/src/BedrockAgentCoreControlService.ts +194 -197
  16. package/src/BedrockAgentCoreControlServiceConfig.ts +6 -7
  17. package/dist/cjs/BedrockAgentCoreControlClientInstance.d.ts +0 -26
  18. package/dist/cjs/BedrockAgentCoreControlClientInstance.d.ts.map +0 -1
  19. package/dist/cjs/BedrockAgentCoreControlClientInstance.js +0 -52
  20. package/dist/cjs/BedrockAgentCoreControlClientInstance.js.map +0 -1
  21. package/dist/cjs/BedrockAgentCoreControlService.d.ts +0 -696
  22. package/dist/cjs/BedrockAgentCoreControlService.d.ts.map +0 -1
  23. package/dist/cjs/BedrockAgentCoreControlService.js +0 -250
  24. package/dist/cjs/BedrockAgentCoreControlService.js.map +0 -1
  25. package/dist/cjs/BedrockAgentCoreControlServiceConfig.d.ts +0 -26
  26. package/dist/cjs/BedrockAgentCoreControlServiceConfig.d.ts.map +0 -1
  27. package/dist/cjs/BedrockAgentCoreControlServiceConfig.js +0 -60
  28. package/dist/cjs/BedrockAgentCoreControlServiceConfig.js.map +0 -1
  29. package/dist/cjs/Errors.d.ts +0 -21
  30. package/dist/cjs/Errors.d.ts.map +0 -1
  31. package/dist/cjs/Errors.js +0 -20
  32. package/dist/cjs/Errors.js.map +0 -1
  33. package/dist/cjs/index.d.ts +0 -44
  34. package/dist/cjs/index.d.ts.map +0 -1
  35. package/dist/cjs/index.js +0 -56
  36. package/dist/cjs/index.js.map +0 -1
@@ -503,6 +503,7 @@ import * as Service from "@effect-aws/commons/Service";
503
503
  import type * as ServiceLogger from "@effect-aws/commons/ServiceLogger";
504
504
  import type { HttpHandlerOptions } from "@effect-aws/commons/Types";
505
505
  import type * as Cause from "effect/Cause";
506
+ import * as Context from "effect/Context";
506
507
  import * as Effect from "effect/Effect";
507
508
  import * as Layer from "effect/Layer";
508
509
  import type * as Stream from "effect/Stream";
@@ -721,9 +722,7 @@ const paginators = {
721
722
  paginateListWorkloadIdentities,
722
723
  };
723
724
 
724
- interface BedrockAgentCoreControlService$ {
725
- readonly _: unique symbol;
726
-
725
+ export interface BedrockAgentCoreControlService$ {
727
726
  /**
728
727
  * @see {@link AddDatasetExamplesCommand}
729
728
  */
@@ -732,7 +731,7 @@ interface BedrockAgentCoreControlService$ {
732
731
  options?: HttpHandlerOptions,
733
732
  ): Effect.Effect<
734
733
  AddDatasetExamplesCommandOutput,
735
- | Cause.TimeoutException
734
+ | Cause.TimeoutError
736
735
  | SdkError
737
736
  | AccessDeniedError
738
737
  | ConflictError
@@ -751,7 +750,7 @@ interface BedrockAgentCoreControlService$ {
751
750
  options?: HttpHandlerOptions,
752
751
  ): Effect.Effect<
753
752
  CreateAgentRuntimeCommandOutput,
754
- | Cause.TimeoutException
753
+ | Cause.TimeoutError
755
754
  | SdkError
756
755
  | AccessDeniedError
757
756
  | ConflictError
@@ -769,7 +768,7 @@ interface BedrockAgentCoreControlService$ {
769
768
  options?: HttpHandlerOptions,
770
769
  ): Effect.Effect<
771
770
  CreateAgentRuntimeEndpointCommandOutput,
772
- | Cause.TimeoutException
771
+ | Cause.TimeoutError
773
772
  | SdkError
774
773
  | AccessDeniedError
775
774
  | ConflictError
@@ -788,7 +787,7 @@ interface BedrockAgentCoreControlService$ {
788
787
  options?: HttpHandlerOptions,
789
788
  ): Effect.Effect<
790
789
  CreateApiKeyCredentialProviderCommandOutput,
791
- | Cause.TimeoutException
790
+ | Cause.TimeoutError
792
791
  | SdkError
793
792
  | AccessDeniedError
794
793
  | ConflictError
@@ -811,7 +810,7 @@ interface BedrockAgentCoreControlService$ {
811
810
  options?: HttpHandlerOptions,
812
811
  ): Effect.Effect<
813
812
  CreateBrowserCommandOutput,
814
- | Cause.TimeoutException
813
+ | Cause.TimeoutError
815
814
  | SdkError
816
815
  | AccessDeniedError
817
816
  | ConflictError
@@ -829,7 +828,7 @@ interface BedrockAgentCoreControlService$ {
829
828
  options?: HttpHandlerOptions,
830
829
  ): Effect.Effect<
831
830
  CreateBrowserProfileCommandOutput,
832
- | Cause.TimeoutException
831
+ | Cause.TimeoutError
833
832
  | SdkError
834
833
  | AccessDeniedError
835
834
  | ConflictError
@@ -847,7 +846,7 @@ interface BedrockAgentCoreControlService$ {
847
846
  options?: HttpHandlerOptions,
848
847
  ): Effect.Effect<
849
848
  CreateCodeInterpreterCommandOutput,
850
- | Cause.TimeoutException
849
+ | Cause.TimeoutError
851
850
  | SdkError
852
851
  | AccessDeniedError
853
852
  | ConflictError
@@ -865,7 +864,7 @@ interface BedrockAgentCoreControlService$ {
865
864
  options?: HttpHandlerOptions,
866
865
  ): Effect.Effect<
867
866
  CreateConfigurationBundleCommandOutput,
868
- | Cause.TimeoutException
867
+ | Cause.TimeoutError
869
868
  | SdkError
870
869
  | AccessDeniedError
871
870
  | ConflictError
@@ -883,7 +882,7 @@ interface BedrockAgentCoreControlService$ {
883
882
  options?: HttpHandlerOptions,
884
883
  ): Effect.Effect<
885
884
  CreateDatasetCommandOutput,
886
- | Cause.TimeoutException
885
+ | Cause.TimeoutError
887
886
  | SdkError
888
887
  | AccessDeniedError
889
888
  | ConflictError
@@ -901,7 +900,7 @@ interface BedrockAgentCoreControlService$ {
901
900
  options?: HttpHandlerOptions,
902
901
  ): Effect.Effect<
903
902
  CreateDatasetVersionCommandOutput,
904
- | Cause.TimeoutException
903
+ | Cause.TimeoutError
905
904
  | SdkError
906
905
  | AccessDeniedError
907
906
  | ConflictError
@@ -920,7 +919,7 @@ interface BedrockAgentCoreControlService$ {
920
919
  options?: HttpHandlerOptions,
921
920
  ): Effect.Effect<
922
921
  CreateEvaluatorCommandOutput,
923
- | Cause.TimeoutException
922
+ | Cause.TimeoutError
924
923
  | SdkError
925
924
  | AccessDeniedError
926
925
  | ConflictError
@@ -938,7 +937,7 @@ interface BedrockAgentCoreControlService$ {
938
937
  options?: HttpHandlerOptions,
939
938
  ): Effect.Effect<
940
939
  CreateGatewayCommandOutput,
941
- | Cause.TimeoutException
940
+ | Cause.TimeoutError
942
941
  | SdkError
943
942
  | AccessDeniedError
944
943
  | ConflictError
@@ -956,7 +955,7 @@ interface BedrockAgentCoreControlService$ {
956
955
  options?: HttpHandlerOptions,
957
956
  ): Effect.Effect<
958
957
  CreateGatewayRuleCommandOutput,
959
- | Cause.TimeoutException
958
+ | Cause.TimeoutError
960
959
  | SdkError
961
960
  | AccessDeniedError
962
961
  | ConflictError
@@ -975,7 +974,7 @@ interface BedrockAgentCoreControlService$ {
975
974
  options?: HttpHandlerOptions,
976
975
  ): Effect.Effect<
977
976
  CreateGatewayTargetCommandOutput,
978
- | Cause.TimeoutException
977
+ | Cause.TimeoutError
979
978
  | SdkError
980
979
  | AccessDeniedError
981
980
  | ConflictError
@@ -994,7 +993,7 @@ interface BedrockAgentCoreControlService$ {
994
993
  options?: HttpHandlerOptions,
995
994
  ): Effect.Effect<
996
995
  CreateHarnessCommandOutput,
997
- | Cause.TimeoutException
996
+ | Cause.TimeoutError
998
997
  | SdkError
999
998
  | AccessDeniedError
1000
999
  | ConflictError
@@ -1012,7 +1011,7 @@ interface BedrockAgentCoreControlService$ {
1012
1011
  options?: HttpHandlerOptions,
1013
1012
  ): Effect.Effect<
1014
1013
  CreateHarnessEndpointCommandOutput,
1015
- | Cause.TimeoutException
1014
+ | Cause.TimeoutError
1016
1015
  | SdkError
1017
1016
  | AccessDeniedError
1018
1017
  | ConflictError
@@ -1031,7 +1030,7 @@ interface BedrockAgentCoreControlService$ {
1031
1030
  options?: HttpHandlerOptions,
1032
1031
  ): Effect.Effect<
1033
1032
  CreateMemoryCommandOutput,
1034
- | Cause.TimeoutException
1033
+ | Cause.TimeoutError
1035
1034
  | SdkError
1036
1035
  | AccessDeniedError
1037
1036
  | ConflictError
@@ -1050,7 +1049,7 @@ interface BedrockAgentCoreControlService$ {
1050
1049
  options?: HttpHandlerOptions,
1051
1050
  ): Effect.Effect<
1052
1051
  CreateOauth2CredentialProviderCommandOutput,
1053
- | Cause.TimeoutException
1052
+ | Cause.TimeoutError
1054
1053
  | SdkError
1055
1054
  | AccessDeniedError
1056
1055
  | ConflictError
@@ -1073,7 +1072,7 @@ interface BedrockAgentCoreControlService$ {
1073
1072
  options?: HttpHandlerOptions,
1074
1073
  ): Effect.Effect<
1075
1074
  CreateOnlineEvaluationConfigCommandOutput,
1076
- | Cause.TimeoutException
1075
+ | Cause.TimeoutError
1077
1076
  | SdkError
1078
1077
  | AccessDeniedError
1079
1078
  | ConflictError
@@ -1091,7 +1090,7 @@ interface BedrockAgentCoreControlService$ {
1091
1090
  options?: HttpHandlerOptions,
1092
1091
  ): Effect.Effect<
1093
1092
  CreatePaymentConnectorCommandOutput,
1094
- | Cause.TimeoutException
1093
+ | Cause.TimeoutError
1095
1094
  | SdkError
1096
1095
  | AccessDeniedError
1097
1096
  | ConflictError
@@ -1110,7 +1109,7 @@ interface BedrockAgentCoreControlService$ {
1110
1109
  options?: HttpHandlerOptions,
1111
1110
  ): Effect.Effect<
1112
1111
  CreatePaymentCredentialProviderCommandOutput,
1113
- | Cause.TimeoutException
1112
+ | Cause.TimeoutError
1114
1113
  | SdkError
1115
1114
  | AccessDeniedError
1116
1115
  | ConflictError
@@ -1133,7 +1132,7 @@ interface BedrockAgentCoreControlService$ {
1133
1132
  options?: HttpHandlerOptions,
1134
1133
  ): Effect.Effect<
1135
1134
  CreatePaymentManagerCommandOutput,
1136
- | Cause.TimeoutException
1135
+ | Cause.TimeoutError
1137
1136
  | SdkError
1138
1137
  | AccessDeniedError
1139
1138
  | ConflictError
@@ -1151,7 +1150,7 @@ interface BedrockAgentCoreControlService$ {
1151
1150
  options?: HttpHandlerOptions,
1152
1151
  ): Effect.Effect<
1153
1152
  CreatePolicyCommandOutput,
1154
- | Cause.TimeoutException
1153
+ | Cause.TimeoutError
1155
1154
  | SdkError
1156
1155
  | AccessDeniedError
1157
1156
  | ConflictError
@@ -1170,7 +1169,7 @@ interface BedrockAgentCoreControlService$ {
1170
1169
  options?: HttpHandlerOptions,
1171
1170
  ): Effect.Effect<
1172
1171
  CreatePolicyEngineCommandOutput,
1173
- | Cause.TimeoutException
1172
+ | Cause.TimeoutError
1174
1173
  | SdkError
1175
1174
  | AccessDeniedError
1176
1175
  | ConflictError
@@ -1188,7 +1187,7 @@ interface BedrockAgentCoreControlService$ {
1188
1187
  options?: HttpHandlerOptions,
1189
1188
  ): Effect.Effect<
1190
1189
  CreateRegistryCommandOutput,
1191
- | Cause.TimeoutException
1190
+ | Cause.TimeoutError
1192
1191
  | SdkError
1193
1192
  | AccessDeniedError
1194
1193
  | ConflictError
@@ -1206,7 +1205,7 @@ interface BedrockAgentCoreControlService$ {
1206
1205
  options?: HttpHandlerOptions,
1207
1206
  ): Effect.Effect<
1208
1207
  CreateRegistryRecordCommandOutput,
1209
- | Cause.TimeoutException
1208
+ | Cause.TimeoutError
1210
1209
  | SdkError
1211
1210
  | AccessDeniedError
1212
1211
  | ConflictError
@@ -1225,7 +1224,7 @@ interface BedrockAgentCoreControlService$ {
1225
1224
  options?: HttpHandlerOptions,
1226
1225
  ): Effect.Effect<
1227
1226
  CreateWorkloadIdentityCommandOutput,
1228
- | Cause.TimeoutException
1227
+ | Cause.TimeoutError
1229
1228
  | SdkError
1230
1229
  | AccessDeniedError
1231
1230
  | InternalServerError
@@ -1243,7 +1242,7 @@ interface BedrockAgentCoreControlService$ {
1243
1242
  options?: HttpHandlerOptions,
1244
1243
  ): Effect.Effect<
1245
1244
  DeleteAgentRuntimeCommandOutput,
1246
- | Cause.TimeoutException
1245
+ | Cause.TimeoutError
1247
1246
  | SdkError
1248
1247
  | AccessDeniedError
1249
1248
  | ConflictError
@@ -1260,7 +1259,7 @@ interface BedrockAgentCoreControlService$ {
1260
1259
  options?: HttpHandlerOptions,
1261
1260
  ): Effect.Effect<
1262
1261
  DeleteAgentRuntimeEndpointCommandOutput,
1263
- | Cause.TimeoutException
1262
+ | Cause.TimeoutError
1264
1263
  | SdkError
1265
1264
  | AccessDeniedError
1266
1265
  | ConflictError
@@ -1277,7 +1276,7 @@ interface BedrockAgentCoreControlService$ {
1277
1276
  options?: HttpHandlerOptions,
1278
1277
  ): Effect.Effect<
1279
1278
  DeleteApiKeyCredentialProviderCommandOutput,
1280
- | Cause.TimeoutException
1279
+ | Cause.TimeoutError
1281
1280
  | SdkError
1282
1281
  | AccessDeniedError
1283
1282
  | InternalServerError
@@ -1295,7 +1294,7 @@ interface BedrockAgentCoreControlService$ {
1295
1294
  options?: HttpHandlerOptions,
1296
1295
  ): Effect.Effect<
1297
1296
  DeleteBrowserCommandOutput,
1298
- | Cause.TimeoutException
1297
+ | Cause.TimeoutError
1299
1298
  | SdkError
1300
1299
  | AccessDeniedError
1301
1300
  | ConflictError
@@ -1314,7 +1313,7 @@ interface BedrockAgentCoreControlService$ {
1314
1313
  options?: HttpHandlerOptions,
1315
1314
  ): Effect.Effect<
1316
1315
  DeleteBrowserProfileCommandOutput,
1317
- | Cause.TimeoutException
1316
+ | Cause.TimeoutError
1318
1317
  | SdkError
1319
1318
  | AccessDeniedError
1320
1319
  | ConflictError
@@ -1332,7 +1331,7 @@ interface BedrockAgentCoreControlService$ {
1332
1331
  options?: HttpHandlerOptions,
1333
1332
  ): Effect.Effect<
1334
1333
  DeleteCodeInterpreterCommandOutput,
1335
- | Cause.TimeoutException
1334
+ | Cause.TimeoutError
1336
1335
  | SdkError
1337
1336
  | AccessDeniedError
1338
1337
  | ConflictError
@@ -1351,7 +1350,7 @@ interface BedrockAgentCoreControlService$ {
1351
1350
  options?: HttpHandlerOptions,
1352
1351
  ): Effect.Effect<
1353
1352
  DeleteConfigurationBundleCommandOutput,
1354
- | Cause.TimeoutException
1353
+ | Cause.TimeoutError
1355
1354
  | SdkError
1356
1355
  | AccessDeniedError
1357
1356
  | ConflictError
@@ -1369,7 +1368,7 @@ interface BedrockAgentCoreControlService$ {
1369
1368
  options?: HttpHandlerOptions,
1370
1369
  ): Effect.Effect<
1371
1370
  DeleteDatasetCommandOutput,
1372
- | Cause.TimeoutException
1371
+ | Cause.TimeoutError
1373
1372
  | SdkError
1374
1373
  | AccessDeniedError
1375
1374
  | ConflictError
@@ -1387,7 +1386,7 @@ interface BedrockAgentCoreControlService$ {
1387
1386
  options?: HttpHandlerOptions,
1388
1387
  ): Effect.Effect<
1389
1388
  DeleteDatasetExamplesCommandOutput,
1390
- | Cause.TimeoutException
1389
+ | Cause.TimeoutError
1391
1390
  | SdkError
1392
1391
  | AccessDeniedError
1393
1392
  | ConflictError
@@ -1405,7 +1404,7 @@ interface BedrockAgentCoreControlService$ {
1405
1404
  options?: HttpHandlerOptions,
1406
1405
  ): Effect.Effect<
1407
1406
  DeleteEvaluatorCommandOutput,
1408
- | Cause.TimeoutException
1407
+ | Cause.TimeoutError
1409
1408
  | SdkError
1410
1409
  | AccessDeniedError
1411
1410
  | ConflictError
@@ -1423,7 +1422,7 @@ interface BedrockAgentCoreControlService$ {
1423
1422
  options?: HttpHandlerOptions,
1424
1423
  ): Effect.Effect<
1425
1424
  DeleteGatewayCommandOutput,
1426
- | Cause.TimeoutException
1425
+ | Cause.TimeoutError
1427
1426
  | SdkError
1428
1427
  | AccessDeniedError
1429
1428
  | ConflictError
@@ -1441,7 +1440,7 @@ interface BedrockAgentCoreControlService$ {
1441
1440
  options?: HttpHandlerOptions,
1442
1441
  ): Effect.Effect<
1443
1442
  DeleteGatewayRuleCommandOutput,
1444
- | Cause.TimeoutException
1443
+ | Cause.TimeoutError
1445
1444
  | SdkError
1446
1445
  | AccessDeniedError
1447
1446
  | ConflictError
@@ -1459,7 +1458,7 @@ interface BedrockAgentCoreControlService$ {
1459
1458
  options?: HttpHandlerOptions,
1460
1459
  ): Effect.Effect<
1461
1460
  DeleteGatewayTargetCommandOutput,
1462
- | Cause.TimeoutException
1461
+ | Cause.TimeoutError
1463
1462
  | SdkError
1464
1463
  | AccessDeniedError
1465
1464
  | ConflictError
@@ -1477,7 +1476,7 @@ interface BedrockAgentCoreControlService$ {
1477
1476
  options?: HttpHandlerOptions,
1478
1477
  ): Effect.Effect<
1479
1478
  DeleteHarnessCommandOutput,
1480
- | Cause.TimeoutException
1479
+ | Cause.TimeoutError
1481
1480
  | SdkError
1482
1481
  | AccessDeniedError
1483
1482
  | ConflictError
@@ -1495,7 +1494,7 @@ interface BedrockAgentCoreControlService$ {
1495
1494
  options?: HttpHandlerOptions,
1496
1495
  ): Effect.Effect<
1497
1496
  DeleteHarnessEndpointCommandOutput,
1498
- | Cause.TimeoutException
1497
+ | Cause.TimeoutError
1499
1498
  | SdkError
1500
1499
  | AccessDeniedError
1501
1500
  | ConflictError
@@ -1513,7 +1512,7 @@ interface BedrockAgentCoreControlService$ {
1513
1512
  options?: HttpHandlerOptions,
1514
1513
  ): Effect.Effect<
1515
1514
  DeleteMemoryCommandOutput,
1516
- | Cause.TimeoutException
1515
+ | Cause.TimeoutError
1517
1516
  | SdkError
1518
1517
  | AccessDeniedError
1519
1518
  | ConflictError
@@ -1531,7 +1530,7 @@ interface BedrockAgentCoreControlService$ {
1531
1530
  options?: HttpHandlerOptions,
1532
1531
  ): Effect.Effect<
1533
1532
  DeleteOauth2CredentialProviderCommandOutput,
1534
- | Cause.TimeoutException
1533
+ | Cause.TimeoutError
1535
1534
  | SdkError
1536
1535
  | AccessDeniedError
1537
1536
  | ConflictError
@@ -1550,7 +1549,7 @@ interface BedrockAgentCoreControlService$ {
1550
1549
  options?: HttpHandlerOptions,
1551
1550
  ): Effect.Effect<
1552
1551
  DeleteOnlineEvaluationConfigCommandOutput,
1553
- | Cause.TimeoutException
1552
+ | Cause.TimeoutError
1554
1553
  | SdkError
1555
1554
  | AccessDeniedError
1556
1555
  | ConflictError
@@ -1568,7 +1567,7 @@ interface BedrockAgentCoreControlService$ {
1568
1567
  options?: HttpHandlerOptions,
1569
1568
  ): Effect.Effect<
1570
1569
  DeletePaymentConnectorCommandOutput,
1571
- | Cause.TimeoutException
1570
+ | Cause.TimeoutError
1572
1571
  | SdkError
1573
1572
  | AccessDeniedError
1574
1573
  | ConflictError
@@ -1585,7 +1584,7 @@ interface BedrockAgentCoreControlService$ {
1585
1584
  options?: HttpHandlerOptions,
1586
1585
  ): Effect.Effect<
1587
1586
  DeletePaymentCredentialProviderCommandOutput,
1588
- | Cause.TimeoutException
1587
+ | Cause.TimeoutError
1589
1588
  | SdkError
1590
1589
  | AccessDeniedError
1591
1590
  | InternalServerError
@@ -1603,7 +1602,7 @@ interface BedrockAgentCoreControlService$ {
1603
1602
  options?: HttpHandlerOptions,
1604
1603
  ): Effect.Effect<
1605
1604
  DeletePaymentManagerCommandOutput,
1606
- | Cause.TimeoutException
1605
+ | Cause.TimeoutError
1607
1606
  | SdkError
1608
1607
  | AccessDeniedError
1609
1608
  | ConflictError
@@ -1620,7 +1619,7 @@ interface BedrockAgentCoreControlService$ {
1620
1619
  options?: HttpHandlerOptions,
1621
1620
  ): Effect.Effect<
1622
1621
  DeletePolicyCommandOutput,
1623
- | Cause.TimeoutException
1622
+ | Cause.TimeoutError
1624
1623
  | SdkError
1625
1624
  | AccessDeniedError
1626
1625
  | ConflictError
@@ -1638,7 +1637,7 @@ interface BedrockAgentCoreControlService$ {
1638
1637
  options?: HttpHandlerOptions,
1639
1638
  ): Effect.Effect<
1640
1639
  DeletePolicyEngineCommandOutput,
1641
- | Cause.TimeoutException
1640
+ | Cause.TimeoutError
1642
1641
  | SdkError
1643
1642
  | AccessDeniedError
1644
1643
  | ConflictError
@@ -1656,7 +1655,7 @@ interface BedrockAgentCoreControlService$ {
1656
1655
  options?: HttpHandlerOptions,
1657
1656
  ): Effect.Effect<
1658
1657
  DeleteRegistryCommandOutput,
1659
- | Cause.TimeoutException
1658
+ | Cause.TimeoutError
1660
1659
  | SdkError
1661
1660
  | AccessDeniedError
1662
1661
  | ConflictError
@@ -1674,7 +1673,7 @@ interface BedrockAgentCoreControlService$ {
1674
1673
  options?: HttpHandlerOptions,
1675
1674
  ): Effect.Effect<
1676
1675
  DeleteRegistryRecordCommandOutput,
1677
- | Cause.TimeoutException
1676
+ | Cause.TimeoutError
1678
1677
  | SdkError
1679
1678
  | AccessDeniedError
1680
1679
  | ConflictError
@@ -1692,7 +1691,7 @@ interface BedrockAgentCoreControlService$ {
1692
1691
  options?: HttpHandlerOptions,
1693
1692
  ): Effect.Effect<
1694
1693
  DeleteResourcePolicyCommandOutput,
1695
- | Cause.TimeoutException
1694
+ | Cause.TimeoutError
1696
1695
  | SdkError
1697
1696
  | AccessDeniedError
1698
1697
  | InternalServerError
@@ -1709,7 +1708,7 @@ interface BedrockAgentCoreControlService$ {
1709
1708
  options?: HttpHandlerOptions,
1710
1709
  ): Effect.Effect<
1711
1710
  DeleteWorkloadIdentityCommandOutput,
1712
- | Cause.TimeoutException
1711
+ | Cause.TimeoutError
1713
1712
  | SdkError
1714
1713
  | AccessDeniedError
1715
1714
  | InternalServerError
@@ -1727,7 +1726,7 @@ interface BedrockAgentCoreControlService$ {
1727
1726
  options?: HttpHandlerOptions,
1728
1727
  ): Effect.Effect<
1729
1728
  GetAgentRuntimeCommandOutput,
1730
- | Cause.TimeoutException
1729
+ | Cause.TimeoutError
1731
1730
  | SdkError
1732
1731
  | AccessDeniedError
1733
1732
  | InternalServerError
@@ -1744,7 +1743,7 @@ interface BedrockAgentCoreControlService$ {
1744
1743
  options?: HttpHandlerOptions,
1745
1744
  ): Effect.Effect<
1746
1745
  GetAgentRuntimeEndpointCommandOutput,
1747
- | Cause.TimeoutException
1746
+ | Cause.TimeoutError
1748
1747
  | SdkError
1749
1748
  | AccessDeniedError
1750
1749
  | InternalServerError
@@ -1761,7 +1760,7 @@ interface BedrockAgentCoreControlService$ {
1761
1760
  options?: HttpHandlerOptions,
1762
1761
  ): Effect.Effect<
1763
1762
  GetApiKeyCredentialProviderCommandOutput,
1764
- | Cause.TimeoutException
1763
+ | Cause.TimeoutError
1765
1764
  | SdkError
1766
1765
  | AccessDeniedError
1767
1766
  | DecryptionError
@@ -1780,7 +1779,7 @@ interface BedrockAgentCoreControlService$ {
1780
1779
  options?: HttpHandlerOptions,
1781
1780
  ): Effect.Effect<
1782
1781
  GetBrowserCommandOutput,
1783
- | Cause.TimeoutException
1782
+ | Cause.TimeoutError
1784
1783
  | SdkError
1785
1784
  | AccessDeniedError
1786
1785
  | InternalServerError
@@ -1797,7 +1796,7 @@ interface BedrockAgentCoreControlService$ {
1797
1796
  options?: HttpHandlerOptions,
1798
1797
  ): Effect.Effect<
1799
1798
  GetBrowserProfileCommandOutput,
1800
- | Cause.TimeoutException
1799
+ | Cause.TimeoutError
1801
1800
  | SdkError
1802
1801
  | AccessDeniedError
1803
1802
  | InternalServerError
@@ -1814,7 +1813,7 @@ interface BedrockAgentCoreControlService$ {
1814
1813
  options?: HttpHandlerOptions,
1815
1814
  ): Effect.Effect<
1816
1815
  GetCodeInterpreterCommandOutput,
1817
- | Cause.TimeoutException
1816
+ | Cause.TimeoutError
1818
1817
  | SdkError
1819
1818
  | AccessDeniedError
1820
1819
  | InternalServerError
@@ -1831,7 +1830,7 @@ interface BedrockAgentCoreControlService$ {
1831
1830
  options?: HttpHandlerOptions,
1832
1831
  ): Effect.Effect<
1833
1832
  GetConfigurationBundleCommandOutput,
1834
- | Cause.TimeoutException
1833
+ | Cause.TimeoutError
1835
1834
  | SdkError
1836
1835
  | AccessDeniedError
1837
1836
  | InternalServerError
@@ -1848,7 +1847,7 @@ interface BedrockAgentCoreControlService$ {
1848
1847
  options?: HttpHandlerOptions,
1849
1848
  ): Effect.Effect<
1850
1849
  GetConfigurationBundleVersionCommandOutput,
1851
- | Cause.TimeoutException
1850
+ | Cause.TimeoutError
1852
1851
  | SdkError
1853
1852
  | AccessDeniedError
1854
1853
  | InternalServerError
@@ -1865,7 +1864,7 @@ interface BedrockAgentCoreControlService$ {
1865
1864
  options?: HttpHandlerOptions,
1866
1865
  ): Effect.Effect<
1867
1866
  GetDatasetCommandOutput,
1868
- | Cause.TimeoutException
1867
+ | Cause.TimeoutError
1869
1868
  | SdkError
1870
1869
  | AccessDeniedError
1871
1870
  | ConflictError
@@ -1883,7 +1882,7 @@ interface BedrockAgentCoreControlService$ {
1883
1882
  options?: HttpHandlerOptions,
1884
1883
  ): Effect.Effect<
1885
1884
  GetEvaluatorCommandOutput,
1886
- | Cause.TimeoutException
1885
+ | Cause.TimeoutError
1887
1886
  | SdkError
1888
1887
  | AccessDeniedError
1889
1888
  | InternalServerError
@@ -1900,7 +1899,7 @@ interface BedrockAgentCoreControlService$ {
1900
1899
  options?: HttpHandlerOptions,
1901
1900
  ): Effect.Effect<
1902
1901
  GetGatewayCommandOutput,
1903
- | Cause.TimeoutException
1902
+ | Cause.TimeoutError
1904
1903
  | SdkError
1905
1904
  | AccessDeniedError
1906
1905
  | InternalServerError
@@ -1917,7 +1916,7 @@ interface BedrockAgentCoreControlService$ {
1917
1916
  options?: HttpHandlerOptions,
1918
1917
  ): Effect.Effect<
1919
1918
  GetGatewayRuleCommandOutput,
1920
- | Cause.TimeoutException
1919
+ | Cause.TimeoutError
1921
1920
  | SdkError
1922
1921
  | AccessDeniedError
1923
1922
  | InternalServerError
@@ -1934,7 +1933,7 @@ interface BedrockAgentCoreControlService$ {
1934
1933
  options?: HttpHandlerOptions,
1935
1934
  ): Effect.Effect<
1936
1935
  GetGatewayTargetCommandOutput,
1937
- | Cause.TimeoutException
1936
+ | Cause.TimeoutError
1938
1937
  | SdkError
1939
1938
  | AccessDeniedError
1940
1939
  | InternalServerError
@@ -1951,7 +1950,7 @@ interface BedrockAgentCoreControlService$ {
1951
1950
  options?: HttpHandlerOptions,
1952
1951
  ): Effect.Effect<
1953
1952
  GetHarnessCommandOutput,
1954
- | Cause.TimeoutException
1953
+ | Cause.TimeoutError
1955
1954
  | SdkError
1956
1955
  | AccessDeniedError
1957
1956
  | InternalServerError
@@ -1968,7 +1967,7 @@ interface BedrockAgentCoreControlService$ {
1968
1967
  options?: HttpHandlerOptions,
1969
1968
  ): Effect.Effect<
1970
1969
  GetHarnessEndpointCommandOutput,
1971
- | Cause.TimeoutException
1970
+ | Cause.TimeoutError
1972
1971
  | SdkError
1973
1972
  | AccessDeniedError
1974
1973
  | InternalServerError
@@ -1985,7 +1984,7 @@ interface BedrockAgentCoreControlService$ {
1985
1984
  options?: HttpHandlerOptions,
1986
1985
  ): Effect.Effect<
1987
1986
  GetMemoryCommandOutput,
1988
- | Cause.TimeoutException
1987
+ | Cause.TimeoutError
1989
1988
  | SdkError
1990
1989
  | AccessDeniedError
1991
1990
  | ResourceNotFoundError
@@ -2002,7 +2001,7 @@ interface BedrockAgentCoreControlService$ {
2002
2001
  options?: HttpHandlerOptions,
2003
2002
  ): Effect.Effect<
2004
2003
  GetOauth2CredentialProviderCommandOutput,
2005
- | Cause.TimeoutException
2004
+ | Cause.TimeoutError
2006
2005
  | SdkError
2007
2006
  | AccessDeniedError
2008
2007
  | DecryptionError
@@ -2021,7 +2020,7 @@ interface BedrockAgentCoreControlService$ {
2021
2020
  options?: HttpHandlerOptions,
2022
2021
  ): Effect.Effect<
2023
2022
  GetOnlineEvaluationConfigCommandOutput,
2024
- | Cause.TimeoutException
2023
+ | Cause.TimeoutError
2025
2024
  | SdkError
2026
2025
  | AccessDeniedError
2027
2026
  | InternalServerError
@@ -2038,7 +2037,7 @@ interface BedrockAgentCoreControlService$ {
2038
2037
  options?: HttpHandlerOptions,
2039
2038
  ): Effect.Effect<
2040
2039
  GetPaymentConnectorCommandOutput,
2041
- | Cause.TimeoutException
2040
+ | Cause.TimeoutError
2042
2041
  | SdkError
2043
2042
  | AccessDeniedError
2044
2043
  | InternalServerError
@@ -2055,7 +2054,7 @@ interface BedrockAgentCoreControlService$ {
2055
2054
  options?: HttpHandlerOptions,
2056
2055
  ): Effect.Effect<
2057
2056
  GetPaymentCredentialProviderCommandOutput,
2058
- | Cause.TimeoutException
2057
+ | Cause.TimeoutError
2059
2058
  | SdkError
2060
2059
  | AccessDeniedError
2061
2060
  | DecryptionError
@@ -2074,7 +2073,7 @@ interface BedrockAgentCoreControlService$ {
2074
2073
  options?: HttpHandlerOptions,
2075
2074
  ): Effect.Effect<
2076
2075
  GetPaymentManagerCommandOutput,
2077
- | Cause.TimeoutException
2076
+ | Cause.TimeoutError
2078
2077
  | SdkError
2079
2078
  | AccessDeniedError
2080
2079
  | InternalServerError
@@ -2091,7 +2090,7 @@ interface BedrockAgentCoreControlService$ {
2091
2090
  options?: HttpHandlerOptions,
2092
2091
  ): Effect.Effect<
2093
2092
  GetPolicyCommandOutput,
2094
- | Cause.TimeoutException
2093
+ | Cause.TimeoutError
2095
2094
  | SdkError
2096
2095
  | AccessDeniedError
2097
2096
  | InternalServerError
@@ -2108,7 +2107,7 @@ interface BedrockAgentCoreControlService$ {
2108
2107
  options?: HttpHandlerOptions,
2109
2108
  ): Effect.Effect<
2110
2109
  GetPolicyEngineCommandOutput,
2111
- | Cause.TimeoutException
2110
+ | Cause.TimeoutError
2112
2111
  | SdkError
2113
2112
  | AccessDeniedError
2114
2113
  | InternalServerError
@@ -2125,7 +2124,7 @@ interface BedrockAgentCoreControlService$ {
2125
2124
  options?: HttpHandlerOptions,
2126
2125
  ): Effect.Effect<
2127
2126
  GetPolicyEngineSummaryCommandOutput,
2128
- | Cause.TimeoutException
2127
+ | Cause.TimeoutError
2129
2128
  | SdkError
2130
2129
  | AccessDeniedError
2131
2130
  | InternalServerError
@@ -2142,7 +2141,7 @@ interface BedrockAgentCoreControlService$ {
2142
2141
  options?: HttpHandlerOptions,
2143
2142
  ): Effect.Effect<
2144
2143
  GetPolicyGenerationCommandOutput,
2145
- | Cause.TimeoutException
2144
+ | Cause.TimeoutError
2146
2145
  | SdkError
2147
2146
  | AccessDeniedError
2148
2147
  | InternalServerError
@@ -2159,7 +2158,7 @@ interface BedrockAgentCoreControlService$ {
2159
2158
  options?: HttpHandlerOptions,
2160
2159
  ): Effect.Effect<
2161
2160
  GetPolicyGenerationSummaryCommandOutput,
2162
- | Cause.TimeoutException
2161
+ | Cause.TimeoutError
2163
2162
  | SdkError
2164
2163
  | AccessDeniedError
2165
2164
  | InternalServerError
@@ -2176,7 +2175,7 @@ interface BedrockAgentCoreControlService$ {
2176
2175
  options?: HttpHandlerOptions,
2177
2176
  ): Effect.Effect<
2178
2177
  GetPolicySummaryCommandOutput,
2179
- | Cause.TimeoutException
2178
+ | Cause.TimeoutError
2180
2179
  | SdkError
2181
2180
  | AccessDeniedError
2182
2181
  | InternalServerError
@@ -2193,7 +2192,7 @@ interface BedrockAgentCoreControlService$ {
2193
2192
  options?: HttpHandlerOptions,
2194
2193
  ): Effect.Effect<
2195
2194
  GetRegistryCommandOutput,
2196
- | Cause.TimeoutException
2195
+ | Cause.TimeoutError
2197
2196
  | SdkError
2198
2197
  | AccessDeniedError
2199
2198
  | InternalServerError
@@ -2210,7 +2209,7 @@ interface BedrockAgentCoreControlService$ {
2210
2209
  options?: HttpHandlerOptions,
2211
2210
  ): Effect.Effect<
2212
2211
  GetRegistryRecordCommandOutput,
2213
- | Cause.TimeoutException
2212
+ | Cause.TimeoutError
2214
2213
  | SdkError
2215
2214
  | AccessDeniedError
2216
2215
  | ConflictError
@@ -2228,7 +2227,7 @@ interface BedrockAgentCoreControlService$ {
2228
2227
  options?: HttpHandlerOptions,
2229
2228
  ): Effect.Effect<
2230
2229
  GetResourcePolicyCommandOutput,
2231
- | Cause.TimeoutException
2230
+ | Cause.TimeoutError
2232
2231
  | SdkError
2233
2232
  | AccessDeniedError
2234
2233
  | InternalServerError
@@ -2245,7 +2244,7 @@ interface BedrockAgentCoreControlService$ {
2245
2244
  options?: HttpHandlerOptions,
2246
2245
  ): Effect.Effect<
2247
2246
  GetTokenVaultCommandOutput,
2248
- | Cause.TimeoutException
2247
+ | Cause.TimeoutError
2249
2248
  | SdkError
2250
2249
  | AccessDeniedError
2251
2250
  | InternalServerError
@@ -2263,7 +2262,7 @@ interface BedrockAgentCoreControlService$ {
2263
2262
  options?: HttpHandlerOptions,
2264
2263
  ): Effect.Effect<
2265
2264
  GetWorkloadIdentityCommandOutput,
2266
- | Cause.TimeoutException
2265
+ | Cause.TimeoutError
2267
2266
  | SdkError
2268
2267
  | AccessDeniedError
2269
2268
  | InternalServerError
@@ -2281,7 +2280,7 @@ interface BedrockAgentCoreControlService$ {
2281
2280
  options?: HttpHandlerOptions,
2282
2281
  ): Effect.Effect<
2283
2282
  ListAgentRuntimeEndpointsCommandOutput,
2284
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2283
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2285
2284
  >;
2286
2285
 
2287
2286
  listAgentRuntimeEndpointsStream(
@@ -2289,7 +2288,7 @@ interface BedrockAgentCoreControlService$ {
2289
2288
  options?: HttpHandlerOptions,
2290
2289
  ): Stream.Stream<
2291
2290
  ListAgentRuntimeEndpointsCommandOutput,
2292
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2291
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2293
2292
  >;
2294
2293
 
2295
2294
  /**
@@ -2300,7 +2299,7 @@ interface BedrockAgentCoreControlService$ {
2300
2299
  options?: HttpHandlerOptions,
2301
2300
  ): Effect.Effect<
2302
2301
  ListAgentRuntimeVersionsCommandOutput,
2303
- | Cause.TimeoutException
2302
+ | Cause.TimeoutError
2304
2303
  | SdkError
2305
2304
  | AccessDeniedError
2306
2305
  | InternalServerError
@@ -2314,7 +2313,7 @@ interface BedrockAgentCoreControlService$ {
2314
2313
  options?: HttpHandlerOptions,
2315
2314
  ): Stream.Stream<
2316
2315
  ListAgentRuntimeVersionsCommandOutput,
2317
- | Cause.TimeoutException
2316
+ | Cause.TimeoutError
2318
2317
  | SdkError
2319
2318
  | AccessDeniedError
2320
2319
  | InternalServerError
@@ -2331,7 +2330,7 @@ interface BedrockAgentCoreControlService$ {
2331
2330
  options?: HttpHandlerOptions,
2332
2331
  ): Effect.Effect<
2333
2332
  ListAgentRuntimesCommandOutput,
2334
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2333
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2335
2334
  >;
2336
2335
 
2337
2336
  listAgentRuntimesStream(
@@ -2339,7 +2338,7 @@ interface BedrockAgentCoreControlService$ {
2339
2338
  options?: HttpHandlerOptions,
2340
2339
  ): Stream.Stream<
2341
2340
  ListAgentRuntimesCommandOutput,
2342
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2341
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2343
2342
  >;
2344
2343
 
2345
2344
  /**
@@ -2350,7 +2349,7 @@ interface BedrockAgentCoreControlService$ {
2350
2349
  options?: HttpHandlerOptions,
2351
2350
  ): Effect.Effect<
2352
2351
  ListApiKeyCredentialProvidersCommandOutput,
2353
- | Cause.TimeoutException
2352
+ | Cause.TimeoutError
2354
2353
  | SdkError
2355
2354
  | AccessDeniedError
2356
2355
  | InternalServerError
@@ -2365,7 +2364,7 @@ interface BedrockAgentCoreControlService$ {
2365
2364
  options?: HttpHandlerOptions,
2366
2365
  ): Stream.Stream<
2367
2366
  ListApiKeyCredentialProvidersCommandOutput,
2368
- | Cause.TimeoutException
2367
+ | Cause.TimeoutError
2369
2368
  | SdkError
2370
2369
  | AccessDeniedError
2371
2370
  | InternalServerError
@@ -2383,7 +2382,7 @@ interface BedrockAgentCoreControlService$ {
2383
2382
  options?: HttpHandlerOptions,
2384
2383
  ): Effect.Effect<
2385
2384
  ListBrowserProfilesCommandOutput,
2386
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2385
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2387
2386
  >;
2388
2387
 
2389
2388
  listBrowserProfilesStream(
@@ -2391,7 +2390,7 @@ interface BedrockAgentCoreControlService$ {
2391
2390
  options?: HttpHandlerOptions,
2392
2391
  ): Stream.Stream<
2393
2392
  ListBrowserProfilesCommandOutput,
2394
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2393
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2395
2394
  >;
2396
2395
 
2397
2396
  /**
@@ -2402,7 +2401,7 @@ interface BedrockAgentCoreControlService$ {
2402
2401
  options?: HttpHandlerOptions,
2403
2402
  ): Effect.Effect<
2404
2403
  ListBrowsersCommandOutput,
2405
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2404
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2406
2405
  >;
2407
2406
 
2408
2407
  listBrowsersStream(
@@ -2410,7 +2409,7 @@ interface BedrockAgentCoreControlService$ {
2410
2409
  options?: HttpHandlerOptions,
2411
2410
  ): Stream.Stream<
2412
2411
  ListBrowsersCommandOutput,
2413
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2412
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2414
2413
  >;
2415
2414
 
2416
2415
  /**
@@ -2421,7 +2420,7 @@ interface BedrockAgentCoreControlService$ {
2421
2420
  options?: HttpHandlerOptions,
2422
2421
  ): Effect.Effect<
2423
2422
  ListCodeInterpretersCommandOutput,
2424
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2423
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2425
2424
  >;
2426
2425
 
2427
2426
  listCodeInterpretersStream(
@@ -2429,7 +2428,7 @@ interface BedrockAgentCoreControlService$ {
2429
2428
  options?: HttpHandlerOptions,
2430
2429
  ): Stream.Stream<
2431
2430
  ListCodeInterpretersCommandOutput,
2432
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2431
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2433
2432
  >;
2434
2433
 
2435
2434
  /**
@@ -2440,7 +2439,7 @@ interface BedrockAgentCoreControlService$ {
2440
2439
  options?: HttpHandlerOptions,
2441
2440
  ): Effect.Effect<
2442
2441
  ListConfigurationBundleVersionsCommandOutput,
2443
- | Cause.TimeoutException
2442
+ | Cause.TimeoutError
2444
2443
  | SdkError
2445
2444
  | AccessDeniedError
2446
2445
  | InternalServerError
@@ -2454,7 +2453,7 @@ interface BedrockAgentCoreControlService$ {
2454
2453
  options?: HttpHandlerOptions,
2455
2454
  ): Stream.Stream<
2456
2455
  ListConfigurationBundleVersionsCommandOutput,
2457
- | Cause.TimeoutException
2456
+ | Cause.TimeoutError
2458
2457
  | SdkError
2459
2458
  | AccessDeniedError
2460
2459
  | InternalServerError
@@ -2471,7 +2470,7 @@ interface BedrockAgentCoreControlService$ {
2471
2470
  options?: HttpHandlerOptions,
2472
2471
  ): Effect.Effect<
2473
2472
  ListConfigurationBundlesCommandOutput,
2474
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2473
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2475
2474
  >;
2476
2475
 
2477
2476
  listConfigurationBundlesStream(
@@ -2479,7 +2478,7 @@ interface BedrockAgentCoreControlService$ {
2479
2478
  options?: HttpHandlerOptions,
2480
2479
  ): Stream.Stream<
2481
2480
  ListConfigurationBundlesCommandOutput,
2482
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2481
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2483
2482
  >;
2484
2483
 
2485
2484
  /**
@@ -2490,7 +2489,7 @@ interface BedrockAgentCoreControlService$ {
2490
2489
  options?: HttpHandlerOptions,
2491
2490
  ): Effect.Effect<
2492
2491
  ListDatasetExamplesCommandOutput,
2493
- | Cause.TimeoutException
2492
+ | Cause.TimeoutError
2494
2493
  | SdkError
2495
2494
  | AccessDeniedError
2496
2495
  | ConflictError
@@ -2505,7 +2504,7 @@ interface BedrockAgentCoreControlService$ {
2505
2504
  options?: HttpHandlerOptions,
2506
2505
  ): Stream.Stream<
2507
2506
  ListDatasetExamplesCommandOutput,
2508
- | Cause.TimeoutException
2507
+ | Cause.TimeoutError
2509
2508
  | SdkError
2510
2509
  | AccessDeniedError
2511
2510
  | ConflictError
@@ -2523,7 +2522,7 @@ interface BedrockAgentCoreControlService$ {
2523
2522
  options?: HttpHandlerOptions,
2524
2523
  ): Effect.Effect<
2525
2524
  ListDatasetVersionsCommandOutput,
2526
- | Cause.TimeoutException
2525
+ | Cause.TimeoutError
2527
2526
  | SdkError
2528
2527
  | AccessDeniedError
2529
2528
  | InternalServerError
@@ -2537,7 +2536,7 @@ interface BedrockAgentCoreControlService$ {
2537
2536
  options?: HttpHandlerOptions,
2538
2537
  ): Stream.Stream<
2539
2538
  ListDatasetVersionsCommandOutput,
2540
- | Cause.TimeoutException
2539
+ | Cause.TimeoutError
2541
2540
  | SdkError
2542
2541
  | AccessDeniedError
2543
2542
  | InternalServerError
@@ -2554,7 +2553,7 @@ interface BedrockAgentCoreControlService$ {
2554
2553
  options?: HttpHandlerOptions,
2555
2554
  ): Effect.Effect<
2556
2555
  ListDatasetsCommandOutput,
2557
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2556
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2558
2557
  >;
2559
2558
 
2560
2559
  listDatasetsStream(
@@ -2562,7 +2561,7 @@ interface BedrockAgentCoreControlService$ {
2562
2561
  options?: HttpHandlerOptions,
2563
2562
  ): Stream.Stream<
2564
2563
  ListDatasetsCommandOutput,
2565
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2564
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2566
2565
  >;
2567
2566
 
2568
2567
  /**
@@ -2573,7 +2572,7 @@ interface BedrockAgentCoreControlService$ {
2573
2572
  options?: HttpHandlerOptions,
2574
2573
  ): Effect.Effect<
2575
2574
  ListEvaluatorsCommandOutput,
2576
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2575
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2577
2576
  >;
2578
2577
 
2579
2578
  listEvaluatorsStream(
@@ -2581,7 +2580,7 @@ interface BedrockAgentCoreControlService$ {
2581
2580
  options?: HttpHandlerOptions,
2582
2581
  ): Stream.Stream<
2583
2582
  ListEvaluatorsCommandOutput,
2584
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2583
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2585
2584
  >;
2586
2585
 
2587
2586
  /**
@@ -2592,7 +2591,7 @@ interface BedrockAgentCoreControlService$ {
2592
2591
  options?: HttpHandlerOptions,
2593
2592
  ): Effect.Effect<
2594
2593
  ListGatewayRulesCommandOutput,
2595
- | Cause.TimeoutException
2594
+ | Cause.TimeoutError
2596
2595
  | SdkError
2597
2596
  | AccessDeniedError
2598
2597
  | InternalServerError
@@ -2606,7 +2605,7 @@ interface BedrockAgentCoreControlService$ {
2606
2605
  options?: HttpHandlerOptions,
2607
2606
  ): Stream.Stream<
2608
2607
  ListGatewayRulesCommandOutput,
2609
- | Cause.TimeoutException
2608
+ | Cause.TimeoutError
2610
2609
  | SdkError
2611
2610
  | AccessDeniedError
2612
2611
  | InternalServerError
@@ -2623,7 +2622,7 @@ interface BedrockAgentCoreControlService$ {
2623
2622
  options?: HttpHandlerOptions,
2624
2623
  ): Effect.Effect<
2625
2624
  ListGatewayTargetsCommandOutput,
2626
- | Cause.TimeoutException
2625
+ | Cause.TimeoutError
2627
2626
  | SdkError
2628
2627
  | AccessDeniedError
2629
2628
  | InternalServerError
@@ -2637,7 +2636,7 @@ interface BedrockAgentCoreControlService$ {
2637
2636
  options?: HttpHandlerOptions,
2638
2637
  ): Stream.Stream<
2639
2638
  ListGatewayTargetsCommandOutput,
2640
- | Cause.TimeoutException
2639
+ | Cause.TimeoutError
2641
2640
  | SdkError
2642
2641
  | AccessDeniedError
2643
2642
  | InternalServerError
@@ -2654,7 +2653,7 @@ interface BedrockAgentCoreControlService$ {
2654
2653
  options?: HttpHandlerOptions,
2655
2654
  ): Effect.Effect<
2656
2655
  ListGatewaysCommandOutput,
2657
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2656
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2658
2657
  >;
2659
2658
 
2660
2659
  listGatewaysStream(
@@ -2662,7 +2661,7 @@ interface BedrockAgentCoreControlService$ {
2662
2661
  options?: HttpHandlerOptions,
2663
2662
  ): Stream.Stream<
2664
2663
  ListGatewaysCommandOutput,
2665
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2664
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2666
2665
  >;
2667
2666
 
2668
2667
  /**
@@ -2673,7 +2672,7 @@ interface BedrockAgentCoreControlService$ {
2673
2672
  options?: HttpHandlerOptions,
2674
2673
  ): Effect.Effect<
2675
2674
  ListHarnessEndpointsCommandOutput,
2676
- | Cause.TimeoutException
2675
+ | Cause.TimeoutError
2677
2676
  | SdkError
2678
2677
  | AccessDeniedError
2679
2678
  | InternalServerError
@@ -2687,7 +2686,7 @@ interface BedrockAgentCoreControlService$ {
2687
2686
  options?: HttpHandlerOptions,
2688
2687
  ): Stream.Stream<
2689
2688
  ListHarnessEndpointsCommandOutput,
2690
- | Cause.TimeoutException
2689
+ | Cause.TimeoutError
2691
2690
  | SdkError
2692
2691
  | AccessDeniedError
2693
2692
  | InternalServerError
@@ -2704,7 +2703,7 @@ interface BedrockAgentCoreControlService$ {
2704
2703
  options?: HttpHandlerOptions,
2705
2704
  ): Effect.Effect<
2706
2705
  ListHarnessVersionsCommandOutput,
2707
- | Cause.TimeoutException
2706
+ | Cause.TimeoutError
2708
2707
  | SdkError
2709
2708
  | AccessDeniedError
2710
2709
  | InternalServerError
@@ -2718,7 +2717,7 @@ interface BedrockAgentCoreControlService$ {
2718
2717
  options?: HttpHandlerOptions,
2719
2718
  ): Stream.Stream<
2720
2719
  ListHarnessVersionsCommandOutput,
2721
- | Cause.TimeoutException
2720
+ | Cause.TimeoutError
2722
2721
  | SdkError
2723
2722
  | AccessDeniedError
2724
2723
  | InternalServerError
@@ -2735,7 +2734,7 @@ interface BedrockAgentCoreControlService$ {
2735
2734
  options?: HttpHandlerOptions,
2736
2735
  ): Effect.Effect<
2737
2736
  ListHarnessesCommandOutput,
2738
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2737
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2739
2738
  >;
2740
2739
 
2741
2740
  listHarnessesStream(
@@ -2743,7 +2742,7 @@ interface BedrockAgentCoreControlService$ {
2743
2742
  options?: HttpHandlerOptions,
2744
2743
  ): Stream.Stream<
2745
2744
  ListHarnessesCommandOutput,
2746
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2745
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2747
2746
  >;
2748
2747
 
2749
2748
  /**
@@ -2754,7 +2753,7 @@ interface BedrockAgentCoreControlService$ {
2754
2753
  options?: HttpHandlerOptions,
2755
2754
  ): Effect.Effect<
2756
2755
  ListMemoriesCommandOutput,
2757
- | Cause.TimeoutException
2756
+ | Cause.TimeoutError
2758
2757
  | SdkError
2759
2758
  | AccessDeniedError
2760
2759
  | ResourceNotFoundError
@@ -2768,7 +2767,7 @@ interface BedrockAgentCoreControlService$ {
2768
2767
  options?: HttpHandlerOptions,
2769
2768
  ): Stream.Stream<
2770
2769
  ListMemoriesCommandOutput,
2771
- | Cause.TimeoutException
2770
+ | Cause.TimeoutError
2772
2771
  | SdkError
2773
2772
  | AccessDeniedError
2774
2773
  | ResourceNotFoundError
@@ -2785,7 +2784,7 @@ interface BedrockAgentCoreControlService$ {
2785
2784
  options?: HttpHandlerOptions,
2786
2785
  ): Effect.Effect<
2787
2786
  ListOauth2CredentialProvidersCommandOutput,
2788
- | Cause.TimeoutException
2787
+ | Cause.TimeoutError
2789
2788
  | SdkError
2790
2789
  | AccessDeniedError
2791
2790
  | InternalServerError
@@ -2800,7 +2799,7 @@ interface BedrockAgentCoreControlService$ {
2800
2799
  options?: HttpHandlerOptions,
2801
2800
  ): Stream.Stream<
2802
2801
  ListOauth2CredentialProvidersCommandOutput,
2803
- | Cause.TimeoutException
2802
+ | Cause.TimeoutError
2804
2803
  | SdkError
2805
2804
  | AccessDeniedError
2806
2805
  | InternalServerError
@@ -2818,7 +2817,7 @@ interface BedrockAgentCoreControlService$ {
2818
2817
  options?: HttpHandlerOptions,
2819
2818
  ): Effect.Effect<
2820
2819
  ListOnlineEvaluationConfigsCommandOutput,
2821
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2820
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2822
2821
  >;
2823
2822
 
2824
2823
  listOnlineEvaluationConfigsStream(
@@ -2826,7 +2825,7 @@ interface BedrockAgentCoreControlService$ {
2826
2825
  options?: HttpHandlerOptions,
2827
2826
  ): Stream.Stream<
2828
2827
  ListOnlineEvaluationConfigsCommandOutput,
2829
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2828
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2830
2829
  >;
2831
2830
 
2832
2831
  /**
@@ -2837,7 +2836,7 @@ interface BedrockAgentCoreControlService$ {
2837
2836
  options?: HttpHandlerOptions,
2838
2837
  ): Effect.Effect<
2839
2838
  ListPaymentConnectorsCommandOutput,
2840
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2839
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2841
2840
  >;
2842
2841
 
2843
2842
  listPaymentConnectorsStream(
@@ -2845,7 +2844,7 @@ interface BedrockAgentCoreControlService$ {
2845
2844
  options?: HttpHandlerOptions,
2846
2845
  ): Stream.Stream<
2847
2846
  ListPaymentConnectorsCommandOutput,
2848
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2847
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2849
2848
  >;
2850
2849
 
2851
2850
  /**
@@ -2856,7 +2855,7 @@ interface BedrockAgentCoreControlService$ {
2856
2855
  options?: HttpHandlerOptions,
2857
2856
  ): Effect.Effect<
2858
2857
  ListPaymentCredentialProvidersCommandOutput,
2859
- | Cause.TimeoutException
2858
+ | Cause.TimeoutError
2860
2859
  | SdkError
2861
2860
  | AccessDeniedError
2862
2861
  | InternalServerError
@@ -2871,7 +2870,7 @@ interface BedrockAgentCoreControlService$ {
2871
2870
  options?: HttpHandlerOptions,
2872
2871
  ): Stream.Stream<
2873
2872
  ListPaymentCredentialProvidersCommandOutput,
2874
- | Cause.TimeoutException
2873
+ | Cause.TimeoutError
2875
2874
  | SdkError
2876
2875
  | AccessDeniedError
2877
2876
  | InternalServerError
@@ -2889,7 +2888,7 @@ interface BedrockAgentCoreControlService$ {
2889
2888
  options?: HttpHandlerOptions,
2890
2889
  ): Effect.Effect<
2891
2890
  ListPaymentManagersCommandOutput,
2892
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2891
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2893
2892
  >;
2894
2893
 
2895
2894
  listPaymentManagersStream(
@@ -2897,7 +2896,7 @@ interface BedrockAgentCoreControlService$ {
2897
2896
  options?: HttpHandlerOptions,
2898
2897
  ): Stream.Stream<
2899
2898
  ListPaymentManagersCommandOutput,
2900
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2899
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2901
2900
  >;
2902
2901
 
2903
2902
  /**
@@ -2908,7 +2907,7 @@ interface BedrockAgentCoreControlService$ {
2908
2907
  options?: HttpHandlerOptions,
2909
2908
  ): Effect.Effect<
2910
2909
  ListPoliciesCommandOutput,
2911
- | Cause.TimeoutException
2910
+ | Cause.TimeoutError
2912
2911
  | SdkError
2913
2912
  | AccessDeniedError
2914
2913
  | InternalServerError
@@ -2922,7 +2921,7 @@ interface BedrockAgentCoreControlService$ {
2922
2921
  options?: HttpHandlerOptions,
2923
2922
  ): Stream.Stream<
2924
2923
  ListPoliciesCommandOutput,
2925
- | Cause.TimeoutException
2924
+ | Cause.TimeoutError
2926
2925
  | SdkError
2927
2926
  | AccessDeniedError
2928
2927
  | InternalServerError
@@ -2939,7 +2938,7 @@ interface BedrockAgentCoreControlService$ {
2939
2938
  options?: HttpHandlerOptions,
2940
2939
  ): Effect.Effect<
2941
2940
  ListPolicyEngineSummariesCommandOutput,
2942
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2941
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2943
2942
  >;
2944
2943
 
2945
2944
  listPolicyEngineSummariesStream(
@@ -2947,7 +2946,7 @@ interface BedrockAgentCoreControlService$ {
2947
2946
  options?: HttpHandlerOptions,
2948
2947
  ): Stream.Stream<
2949
2948
  ListPolicyEngineSummariesCommandOutput,
2950
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2949
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2951
2950
  >;
2952
2951
 
2953
2952
  /**
@@ -2958,7 +2957,7 @@ interface BedrockAgentCoreControlService$ {
2958
2957
  options?: HttpHandlerOptions,
2959
2958
  ): Effect.Effect<
2960
2959
  ListPolicyEnginesCommandOutput,
2961
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2960
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2962
2961
  >;
2963
2962
 
2964
2963
  listPolicyEnginesStream(
@@ -2966,7 +2965,7 @@ interface BedrockAgentCoreControlService$ {
2966
2965
  options?: HttpHandlerOptions,
2967
2966
  ): Stream.Stream<
2968
2967
  ListPolicyEnginesCommandOutput,
2969
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2968
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
2970
2969
  >;
2971
2970
 
2972
2971
  /**
@@ -2977,7 +2976,7 @@ interface BedrockAgentCoreControlService$ {
2977
2976
  options?: HttpHandlerOptions,
2978
2977
  ): Effect.Effect<
2979
2978
  ListPolicyGenerationAssetsCommandOutput,
2980
- | Cause.TimeoutException
2979
+ | Cause.TimeoutError
2981
2980
  | SdkError
2982
2981
  | AccessDeniedError
2983
2982
  | InternalServerError
@@ -2991,7 +2990,7 @@ interface BedrockAgentCoreControlService$ {
2991
2990
  options?: HttpHandlerOptions,
2992
2991
  ): Stream.Stream<
2993
2992
  ListPolicyGenerationAssetsCommandOutput,
2994
- | Cause.TimeoutException
2993
+ | Cause.TimeoutError
2995
2994
  | SdkError
2996
2995
  | AccessDeniedError
2997
2996
  | InternalServerError
@@ -3008,7 +3007,7 @@ interface BedrockAgentCoreControlService$ {
3008
3007
  options?: HttpHandlerOptions,
3009
3008
  ): Effect.Effect<
3010
3009
  ListPolicyGenerationSummariesCommandOutput,
3011
- | Cause.TimeoutException
3010
+ | Cause.TimeoutError
3012
3011
  | SdkError
3013
3012
  | AccessDeniedError
3014
3013
  | InternalServerError
@@ -3022,7 +3021,7 @@ interface BedrockAgentCoreControlService$ {
3022
3021
  options?: HttpHandlerOptions,
3023
3022
  ): Stream.Stream<
3024
3023
  ListPolicyGenerationSummariesCommandOutput,
3025
- | Cause.TimeoutException
3024
+ | Cause.TimeoutError
3026
3025
  | SdkError
3027
3026
  | AccessDeniedError
3028
3027
  | InternalServerError
@@ -3039,7 +3038,7 @@ interface BedrockAgentCoreControlService$ {
3039
3038
  options?: HttpHandlerOptions,
3040
3039
  ): Effect.Effect<
3041
3040
  ListPolicyGenerationsCommandOutput,
3042
- | Cause.TimeoutException
3041
+ | Cause.TimeoutError
3043
3042
  | SdkError
3044
3043
  | AccessDeniedError
3045
3044
  | InternalServerError
@@ -3053,7 +3052,7 @@ interface BedrockAgentCoreControlService$ {
3053
3052
  options?: HttpHandlerOptions,
3054
3053
  ): Stream.Stream<
3055
3054
  ListPolicyGenerationsCommandOutput,
3056
- | Cause.TimeoutException
3055
+ | Cause.TimeoutError
3057
3056
  | SdkError
3058
3057
  | AccessDeniedError
3059
3058
  | InternalServerError
@@ -3070,7 +3069,7 @@ interface BedrockAgentCoreControlService$ {
3070
3069
  options?: HttpHandlerOptions,
3071
3070
  ): Effect.Effect<
3072
3071
  ListPolicySummariesCommandOutput,
3073
- | Cause.TimeoutException
3072
+ | Cause.TimeoutError
3074
3073
  | SdkError
3075
3074
  | AccessDeniedError
3076
3075
  | InternalServerError
@@ -3084,7 +3083,7 @@ interface BedrockAgentCoreControlService$ {
3084
3083
  options?: HttpHandlerOptions,
3085
3084
  ): Stream.Stream<
3086
3085
  ListPolicySummariesCommandOutput,
3087
- | Cause.TimeoutException
3086
+ | Cause.TimeoutError
3088
3087
  | SdkError
3089
3088
  | AccessDeniedError
3090
3089
  | InternalServerError
@@ -3101,7 +3100,7 @@ interface BedrockAgentCoreControlService$ {
3101
3100
  options?: HttpHandlerOptions,
3102
3101
  ): Effect.Effect<
3103
3102
  ListRegistriesCommandOutput,
3104
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
3103
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
3105
3104
  >;
3106
3105
 
3107
3106
  listRegistriesStream(
@@ -3109,7 +3108,7 @@ interface BedrockAgentCoreControlService$ {
3109
3108
  options?: HttpHandlerOptions,
3110
3109
  ): Stream.Stream<
3111
3110
  ListRegistriesCommandOutput,
3112
- Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
3111
+ Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
3113
3112
  >;
3114
3113
 
3115
3114
  /**
@@ -3120,7 +3119,7 @@ interface BedrockAgentCoreControlService$ {
3120
3119
  options?: HttpHandlerOptions,
3121
3120
  ): Effect.Effect<
3122
3121
  ListRegistryRecordsCommandOutput,
3123
- | Cause.TimeoutException
3122
+ | Cause.TimeoutError
3124
3123
  | SdkError
3125
3124
  | AccessDeniedError
3126
3125
  | ConflictError
@@ -3135,7 +3134,7 @@ interface BedrockAgentCoreControlService$ {
3135
3134
  options?: HttpHandlerOptions,
3136
3135
  ): Stream.Stream<
3137
3136
  ListRegistryRecordsCommandOutput,
3138
- | Cause.TimeoutException
3137
+ | Cause.TimeoutError
3139
3138
  | SdkError
3140
3139
  | AccessDeniedError
3141
3140
  | ConflictError
@@ -3153,7 +3152,7 @@ interface BedrockAgentCoreControlService$ {
3153
3152
  options?: HttpHandlerOptions,
3154
3153
  ): Effect.Effect<
3155
3154
  ListTagsForResourceCommandOutput,
3156
- | Cause.TimeoutException
3155
+ | Cause.TimeoutError
3157
3156
  | SdkError
3158
3157
  | AccessDeniedError
3159
3158
  | InternalServerError
@@ -3170,7 +3169,7 @@ interface BedrockAgentCoreControlService$ {
3170
3169
  options?: HttpHandlerOptions,
3171
3170
  ): Effect.Effect<
3172
3171
  ListWorkloadIdentitiesCommandOutput,
3173
- | Cause.TimeoutException
3172
+ | Cause.TimeoutError
3174
3173
  | SdkError
3175
3174
  | AccessDeniedError
3176
3175
  | InternalServerError
@@ -3185,7 +3184,7 @@ interface BedrockAgentCoreControlService$ {
3185
3184
  options?: HttpHandlerOptions,
3186
3185
  ): Stream.Stream<
3187
3186
  ListWorkloadIdentitiesCommandOutput,
3188
- | Cause.TimeoutException
3187
+ | Cause.TimeoutError
3189
3188
  | SdkError
3190
3189
  | AccessDeniedError
3191
3190
  | InternalServerError
@@ -3203,7 +3202,7 @@ interface BedrockAgentCoreControlService$ {
3203
3202
  options?: HttpHandlerOptions,
3204
3203
  ): Effect.Effect<
3205
3204
  PutResourcePolicyCommandOutput,
3206
- | Cause.TimeoutException
3205
+ | Cause.TimeoutError
3207
3206
  | SdkError
3208
3207
  | AccessDeniedError
3209
3208
  | InternalServerError
@@ -3220,7 +3219,7 @@ interface BedrockAgentCoreControlService$ {
3220
3219
  options?: HttpHandlerOptions,
3221
3220
  ): Effect.Effect<
3222
3221
  SetTokenVaultCMKCommandOutput,
3223
- | Cause.TimeoutException
3222
+ | Cause.TimeoutError
3224
3223
  | SdkError
3225
3224
  | AccessDeniedError
3226
3225
  | ConcurrentModificationError
@@ -3239,7 +3238,7 @@ interface BedrockAgentCoreControlService$ {
3239
3238
  options?: HttpHandlerOptions,
3240
3239
  ): Effect.Effect<
3241
3240
  StartPolicyGenerationCommandOutput,
3242
- | Cause.TimeoutException
3241
+ | Cause.TimeoutError
3243
3242
  | SdkError
3244
3243
  | AccessDeniedError
3245
3244
  | ConflictError
@@ -3258,7 +3257,7 @@ interface BedrockAgentCoreControlService$ {
3258
3257
  options?: HttpHandlerOptions,
3259
3258
  ): Effect.Effect<
3260
3259
  SubmitRegistryRecordForApprovalCommandOutput,
3261
- | Cause.TimeoutException
3260
+ | Cause.TimeoutError
3262
3261
  | SdkError
3263
3262
  | AccessDeniedError
3264
3263
  | ConflictError
@@ -3276,7 +3275,7 @@ interface BedrockAgentCoreControlService$ {
3276
3275
  options?: HttpHandlerOptions,
3277
3276
  ): Effect.Effect<
3278
3277
  SynchronizeGatewayTargetsCommandOutput,
3279
- | Cause.TimeoutException
3278
+ | Cause.TimeoutError
3280
3279
  | SdkError
3281
3280
  | AccessDeniedError
3282
3281
  | ConflictError
@@ -3295,7 +3294,7 @@ interface BedrockAgentCoreControlService$ {
3295
3294
  options?: HttpHandlerOptions,
3296
3295
  ): Effect.Effect<
3297
3296
  TagResourceCommandOutput,
3298
- | Cause.TimeoutException
3297
+ | Cause.TimeoutError
3299
3298
  | SdkError
3300
3299
  | AccessDeniedError
3301
3300
  | InternalServerError
@@ -3313,7 +3312,7 @@ interface BedrockAgentCoreControlService$ {
3313
3312
  options?: HttpHandlerOptions,
3314
3313
  ): Effect.Effect<
3315
3314
  UntagResourceCommandOutput,
3316
- | Cause.TimeoutException
3315
+ | Cause.TimeoutError
3317
3316
  | SdkError
3318
3317
  | AccessDeniedError
3319
3318
  | InternalServerError
@@ -3330,7 +3329,7 @@ interface BedrockAgentCoreControlService$ {
3330
3329
  options?: HttpHandlerOptions,
3331
3330
  ): Effect.Effect<
3332
3331
  UpdateAgentRuntimeCommandOutput,
3333
- | Cause.TimeoutException
3332
+ | Cause.TimeoutError
3334
3333
  | SdkError
3335
3334
  | AccessDeniedError
3336
3335
  | ConflictError
@@ -3349,7 +3348,7 @@ interface BedrockAgentCoreControlService$ {
3349
3348
  options?: HttpHandlerOptions,
3350
3349
  ): Effect.Effect<
3351
3350
  UpdateAgentRuntimeEndpointCommandOutput,
3352
- | Cause.TimeoutException
3351
+ | Cause.TimeoutError
3353
3352
  | SdkError
3354
3353
  | AccessDeniedError
3355
3354
  | ConflictError
@@ -3368,7 +3367,7 @@ interface BedrockAgentCoreControlService$ {
3368
3367
  options?: HttpHandlerOptions,
3369
3368
  ): Effect.Effect<
3370
3369
  UpdateApiKeyCredentialProviderCommandOutput,
3371
- | Cause.TimeoutException
3370
+ | Cause.TimeoutError
3372
3371
  | SdkError
3373
3372
  | AccessDeniedError
3374
3373
  | ConflictError
@@ -3390,7 +3389,7 @@ interface BedrockAgentCoreControlService$ {
3390
3389
  options?: HttpHandlerOptions,
3391
3390
  ): Effect.Effect<
3392
3391
  UpdateConfigurationBundleCommandOutput,
3393
- | Cause.TimeoutException
3392
+ | Cause.TimeoutError
3394
3393
  | SdkError
3395
3394
  | AccessDeniedError
3396
3395
  | ConflictError
@@ -3408,7 +3407,7 @@ interface BedrockAgentCoreControlService$ {
3408
3407
  options?: HttpHandlerOptions,
3409
3408
  ): Effect.Effect<
3410
3409
  UpdateDatasetCommandOutput,
3411
- | Cause.TimeoutException
3410
+ | Cause.TimeoutError
3412
3411
  | SdkError
3413
3412
  | AccessDeniedError
3414
3413
  | ConflictError
@@ -3426,7 +3425,7 @@ interface BedrockAgentCoreControlService$ {
3426
3425
  options?: HttpHandlerOptions,
3427
3426
  ): Effect.Effect<
3428
3427
  UpdateDatasetExamplesCommandOutput,
3429
- | Cause.TimeoutException
3428
+ | Cause.TimeoutError
3430
3429
  | SdkError
3431
3430
  | AccessDeniedError
3432
3431
  | ConflictError
@@ -3445,7 +3444,7 @@ interface BedrockAgentCoreControlService$ {
3445
3444
  options?: HttpHandlerOptions,
3446
3445
  ): Effect.Effect<
3447
3446
  UpdateEvaluatorCommandOutput,
3448
- | Cause.TimeoutException
3447
+ | Cause.TimeoutError
3449
3448
  | SdkError
3450
3449
  | AccessDeniedError
3451
3450
  | ConflictError
@@ -3464,7 +3463,7 @@ interface BedrockAgentCoreControlService$ {
3464
3463
  options?: HttpHandlerOptions,
3465
3464
  ): Effect.Effect<
3466
3465
  UpdateGatewayCommandOutput,
3467
- | Cause.TimeoutException
3466
+ | Cause.TimeoutError
3468
3467
  | SdkError
3469
3468
  | AccessDeniedError
3470
3469
  | ConflictError
@@ -3483,7 +3482,7 @@ interface BedrockAgentCoreControlService$ {
3483
3482
  options?: HttpHandlerOptions,
3484
3483
  ): Effect.Effect<
3485
3484
  UpdateGatewayRuleCommandOutput,
3486
- | Cause.TimeoutException
3485
+ | Cause.TimeoutError
3487
3486
  | SdkError
3488
3487
  | AccessDeniedError
3489
3488
  | ConflictError
@@ -3501,7 +3500,7 @@ interface BedrockAgentCoreControlService$ {
3501
3500
  options?: HttpHandlerOptions,
3502
3501
  ): Effect.Effect<
3503
3502
  UpdateGatewayTargetCommandOutput,
3504
- | Cause.TimeoutException
3503
+ | Cause.TimeoutError
3505
3504
  | SdkError
3506
3505
  | AccessDeniedError
3507
3506
  | ConflictError
@@ -3520,7 +3519,7 @@ interface BedrockAgentCoreControlService$ {
3520
3519
  options?: HttpHandlerOptions,
3521
3520
  ): Effect.Effect<
3522
3521
  UpdateHarnessCommandOutput,
3523
- | Cause.TimeoutException
3522
+ | Cause.TimeoutError
3524
3523
  | SdkError
3525
3524
  | AccessDeniedError
3526
3525
  | ConflictError
@@ -3538,7 +3537,7 @@ interface BedrockAgentCoreControlService$ {
3538
3537
  options?: HttpHandlerOptions,
3539
3538
  ): Effect.Effect<
3540
3539
  UpdateHarnessEndpointCommandOutput,
3541
- | Cause.TimeoutException
3540
+ | Cause.TimeoutError
3542
3541
  | SdkError
3543
3542
  | AccessDeniedError
3544
3543
  | ConflictError
@@ -3557,7 +3556,7 @@ interface BedrockAgentCoreControlService$ {
3557
3556
  options?: HttpHandlerOptions,
3558
3557
  ): Effect.Effect<
3559
3558
  UpdateMemoryCommandOutput,
3560
- | Cause.TimeoutException
3559
+ | Cause.TimeoutError
3561
3560
  | SdkError
3562
3561
  | AccessDeniedError
3563
3562
  | ConflictError
@@ -3576,7 +3575,7 @@ interface BedrockAgentCoreControlService$ {
3576
3575
  options?: HttpHandlerOptions,
3577
3576
  ): Effect.Effect<
3578
3577
  UpdateOauth2CredentialProviderCommandOutput,
3579
- | Cause.TimeoutException
3578
+ | Cause.TimeoutError
3580
3579
  | SdkError
3581
3580
  | AccessDeniedError
3582
3581
  | ConflictError
@@ -3598,7 +3597,7 @@ interface BedrockAgentCoreControlService$ {
3598
3597
  options?: HttpHandlerOptions,
3599
3598
  ): Effect.Effect<
3600
3599
  UpdateOnlineEvaluationConfigCommandOutput,
3601
- | Cause.TimeoutException
3600
+ | Cause.TimeoutError
3602
3601
  | SdkError
3603
3602
  | AccessDeniedError
3604
3603
  | ConflictError
@@ -3617,7 +3616,7 @@ interface BedrockAgentCoreControlService$ {
3617
3616
  options?: HttpHandlerOptions,
3618
3617
  ): Effect.Effect<
3619
3618
  UpdatePaymentConnectorCommandOutput,
3620
- | Cause.TimeoutException
3619
+ | Cause.TimeoutError
3621
3620
  | SdkError
3622
3621
  | AccessDeniedError
3623
3622
  | ConflictError
@@ -3636,7 +3635,7 @@ interface BedrockAgentCoreControlService$ {
3636
3635
  options?: HttpHandlerOptions,
3637
3636
  ): Effect.Effect<
3638
3637
  UpdatePaymentCredentialProviderCommandOutput,
3639
- | Cause.TimeoutException
3638
+ | Cause.TimeoutError
3640
3639
  | SdkError
3641
3640
  | AccessDeniedError
3642
3641
  | ConflictError
@@ -3658,7 +3657,7 @@ interface BedrockAgentCoreControlService$ {
3658
3657
  options?: HttpHandlerOptions,
3659
3658
  ): Effect.Effect<
3660
3659
  UpdatePaymentManagerCommandOutput,
3661
- | Cause.TimeoutException
3660
+ | Cause.TimeoutError
3662
3661
  | SdkError
3663
3662
  | AccessDeniedError
3664
3663
  | ConflictError
@@ -3677,7 +3676,7 @@ interface BedrockAgentCoreControlService$ {
3677
3676
  options?: HttpHandlerOptions,
3678
3677
  ): Effect.Effect<
3679
3678
  UpdatePolicyCommandOutput,
3680
- | Cause.TimeoutException
3679
+ | Cause.TimeoutError
3681
3680
  | SdkError
3682
3681
  | AccessDeniedError
3683
3682
  | ConflictError
@@ -3696,7 +3695,7 @@ interface BedrockAgentCoreControlService$ {
3696
3695
  options?: HttpHandlerOptions,
3697
3696
  ): Effect.Effect<
3698
3697
  UpdatePolicyEngineCommandOutput,
3699
- | Cause.TimeoutException
3698
+ | Cause.TimeoutError
3700
3699
  | SdkError
3701
3700
  | AccessDeniedError
3702
3701
  | ConflictError
@@ -3714,7 +3713,7 @@ interface BedrockAgentCoreControlService$ {
3714
3713
  options?: HttpHandlerOptions,
3715
3714
  ): Effect.Effect<
3716
3715
  UpdateRegistryCommandOutput,
3717
- | Cause.TimeoutException
3716
+ | Cause.TimeoutError
3718
3717
  | SdkError
3719
3718
  | AccessDeniedError
3720
3719
  | ConflictError
@@ -3733,7 +3732,7 @@ interface BedrockAgentCoreControlService$ {
3733
3732
  options?: HttpHandlerOptions,
3734
3733
  ): Effect.Effect<
3735
3734
  UpdateRegistryRecordCommandOutput,
3736
- | Cause.TimeoutException
3735
+ | Cause.TimeoutError
3737
3736
  | SdkError
3738
3737
  | AccessDeniedError
3739
3738
  | ConflictError
@@ -3751,7 +3750,7 @@ interface BedrockAgentCoreControlService$ {
3751
3750
  options?: HttpHandlerOptions,
3752
3751
  ): Effect.Effect<
3753
3752
  UpdateRegistryRecordStatusCommandOutput,
3754
- | Cause.TimeoutException
3753
+ | Cause.TimeoutError
3755
3754
  | SdkError
3756
3755
  | AccessDeniedError
3757
3756
  | ConflictError
@@ -3769,7 +3768,7 @@ interface BedrockAgentCoreControlService$ {
3769
3768
  options?: HttpHandlerOptions,
3770
3769
  ): Effect.Effect<
3771
3770
  UpdateWorkloadIdentityCommandOutput,
3772
- | Cause.TimeoutException
3771
+ | Cause.TimeoutError
3773
3772
  | SdkError
3774
3773
  | AccessDeniedError
3775
3774
  | InternalServerError
@@ -3802,12 +3801,10 @@ export const makeBedrockAgentCoreControlService = Effect.gen(function*() {
3802
3801
  * @since 1.0.0
3803
3802
  * @category models
3804
3803
  */
3805
- export class BedrockAgentCoreControlService
3806
- extends Effect.Tag("@effect-aws/client-bedrock-agentcore-control/BedrockAgentCoreControlService")<
3807
- BedrockAgentCoreControlService,
3808
- BedrockAgentCoreControlService$
3809
- >()
3810
- {
3804
+ export class BedrockAgentCoreControlService extends Context.Service<
3805
+ BedrockAgentCoreControlService,
3806
+ BedrockAgentCoreControlService$
3807
+ >()("@effect-aws/client-bedrock-agentcore-control/BedrockAgentCoreControlService") {
3811
3808
  static readonly defaultLayer = Layer.effect(this, makeBedrockAgentCoreControlService).pipe(
3812
3809
  Layer.provide(Instance.layer),
3813
3810
  );