@aws-sdk/client-eventbridge 3.987.0 → 3.989.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.
- package/dist-cjs/index.js +76 -2157
- package/dist-cjs/models/EventBridgeServiceException.js +12 -0
- package/dist-cjs/models/errors.js +173 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1701 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +94 -88
- package/dist-types/schemas/schemas_0.d.ts +20 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -13
- package/package.json +15 -15
|
@@ -7,6 +7,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
7
7
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
8
8
|
import { defaultEventBridgeHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
9
9
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
10
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
10
11
|
export const getRuntimeConfig = (config) => {
|
|
11
12
|
return {
|
|
12
13
|
apiVersion: "2015-10-07",
|
|
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
32
33
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
33
34
|
protocolSettings: config?.protocolSettings ?? {
|
|
34
35
|
defaultNamespace: "com.amazonaws.eventbridge",
|
|
36
|
+
errorTypeRegistries,
|
|
35
37
|
xmlNamespace: "http://events.amazonaws.com/doc/2015-10-07",
|
|
36
38
|
version: "2015-10-07",
|
|
37
39
|
serviceTarget: "AWSEvents",
|
|
@@ -196,9 +196,9 @@ const _HVS = "HeaderValueSensitive";
|
|
|
196
196
|
const _I = "Ids";
|
|
197
197
|
const _ICP = "InvocationConnectivityParameters";
|
|
198
198
|
const _ID = "IncludeDetail";
|
|
199
|
-
const _IE = "
|
|
199
|
+
const _IE = "InternalException";
|
|
200
200
|
const _IEPE = "InvalidEventPatternException";
|
|
201
|
-
const _IEn = "
|
|
201
|
+
const _IEn = "InvocationEndpoint";
|
|
202
202
|
const _IHP = "InvocationHttpParameters";
|
|
203
203
|
const _IP = "InputPath";
|
|
204
204
|
const _IPM = "InputPathsMap";
|
|
@@ -440,26 +440,106 @@ const _e = "error";
|
|
|
440
440
|
const _ex = "expression";
|
|
441
441
|
const _f = "field";
|
|
442
442
|
const _m = "message";
|
|
443
|
-
const _s = "
|
|
444
|
-
const
|
|
443
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.eventbridge";
|
|
444
|
+
const _se = "server";
|
|
445
445
|
const _t = "type";
|
|
446
446
|
const _w = "weight";
|
|
447
447
|
const n0 = "com.amazonaws.eventbridge";
|
|
448
448
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
449
449
|
import { AccessDeniedException, ConcurrentModificationException, IllegalStatusException, InternalException, InvalidEventPatternException, InvalidStateException, LimitExceededException, ManagedRuleException, OperationDisabledException, PolicyLengthExceededException, ResourceAlreadyExistsException, ResourceNotFoundException, ThrottlingException, } from "../models/errors";
|
|
450
450
|
import { EventBridgeServiceException } from "../models/EventBridgeServiceException";
|
|
451
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
452
|
+
export var EventBridgeServiceException$ = [-3, _s, "EventBridgeServiceException", 0, [], []];
|
|
453
|
+
_s_registry.registerError(EventBridgeServiceException$, EventBridgeServiceException);
|
|
454
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
455
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
456
|
+
{ [_e]: _c },
|
|
457
|
+
[_m],
|
|
458
|
+
[0]
|
|
459
|
+
];
|
|
460
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
461
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
462
|
+
{ [_e]: _c },
|
|
463
|
+
[_m],
|
|
464
|
+
[0]
|
|
465
|
+
];
|
|
466
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
467
|
+
export var IllegalStatusException$ = [-3, n0, _ISE,
|
|
468
|
+
{ [_e]: _c },
|
|
469
|
+
[_m],
|
|
470
|
+
[0]
|
|
471
|
+
];
|
|
472
|
+
n0_registry.registerError(IllegalStatusException$, IllegalStatusException);
|
|
473
|
+
export var InternalException$ = [-3, n0, _IE,
|
|
474
|
+
{ [_e]: _se },
|
|
475
|
+
[_m],
|
|
476
|
+
[0]
|
|
477
|
+
];
|
|
478
|
+
n0_registry.registerError(InternalException$, InternalException);
|
|
479
|
+
export var InvalidEventPatternException$ = [-3, n0, _IEPE,
|
|
480
|
+
{ [_e]: _c },
|
|
481
|
+
[_m],
|
|
482
|
+
[0]
|
|
483
|
+
];
|
|
484
|
+
n0_registry.registerError(InvalidEventPatternException$, InvalidEventPatternException);
|
|
485
|
+
export var InvalidStateException$ = [-3, n0, _ISEn,
|
|
486
|
+
{ [_e]: _c },
|
|
487
|
+
[_m],
|
|
488
|
+
[0]
|
|
489
|
+
];
|
|
490
|
+
n0_registry.registerError(InvalidStateException$, InvalidStateException);
|
|
491
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
492
|
+
{ [_e]: _c },
|
|
493
|
+
[_m],
|
|
494
|
+
[0]
|
|
495
|
+
];
|
|
496
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
497
|
+
export var ManagedRuleException$ = [-3, n0, _MRE,
|
|
498
|
+
{ [_e]: _c },
|
|
499
|
+
[_m],
|
|
500
|
+
[0]
|
|
501
|
+
];
|
|
502
|
+
n0_registry.registerError(ManagedRuleException$, ManagedRuleException);
|
|
503
|
+
export var OperationDisabledException$ = [-3, n0, _ODE,
|
|
504
|
+
{ [_e]: _c },
|
|
505
|
+
[_m],
|
|
506
|
+
[0]
|
|
507
|
+
];
|
|
508
|
+
n0_registry.registerError(OperationDisabledException$, OperationDisabledException);
|
|
509
|
+
export var PolicyLengthExceededException$ = [-3, n0, _PLEE,
|
|
510
|
+
{ [_e]: _c },
|
|
511
|
+
[_m],
|
|
512
|
+
[0]
|
|
513
|
+
];
|
|
514
|
+
n0_registry.registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
|
|
515
|
+
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
516
|
+
{ [_e]: _c },
|
|
517
|
+
[_m],
|
|
518
|
+
[0]
|
|
519
|
+
];
|
|
520
|
+
n0_registry.registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
521
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
522
|
+
{ [_e]: _c },
|
|
523
|
+
[_m],
|
|
524
|
+
[0]
|
|
525
|
+
];
|
|
526
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
527
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
528
|
+
{ [_e]: _c },
|
|
529
|
+
[_m],
|
|
530
|
+
[0]
|
|
531
|
+
];
|
|
532
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
533
|
+
export const errorTypeRegistries = [
|
|
534
|
+
_s_registry,
|
|
535
|
+
n0_registry,
|
|
536
|
+
];
|
|
451
537
|
var AuthHeaderParametersSensitive = [0, n0, _AHPS, 8, 0];
|
|
452
538
|
var GraphQLOperation = [0, n0, _GQLO, 8, 0];
|
|
453
539
|
var HeaderValueSensitive = [0, n0, _HVS, 8, 0];
|
|
454
540
|
var QueryStringValueSensitive = [0, n0, _QSVS, 8, 0];
|
|
455
541
|
var SensitiveString = [0, n0, _SS, 8, 0];
|
|
456
542
|
var Sql = [0, n0, _S, 8, 0];
|
|
457
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
458
|
-
{ [_e]: _c },
|
|
459
|
-
[_m],
|
|
460
|
-
[0]
|
|
461
|
-
];
|
|
462
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
463
543
|
export var ActivateEventSourceRequest$ = [3, n0, _AESR,
|
|
464
544
|
0,
|
|
465
545
|
[_N],
|
|
@@ -467,7 +547,7 @@ export var ActivateEventSourceRequest$ = [3, n0, _AESR,
|
|
|
467
547
|
];
|
|
468
548
|
export var ApiDestination$ = [3, n0, _AD,
|
|
469
549
|
0,
|
|
470
|
-
[_ADA, _N, _ADS, _CA,
|
|
550
|
+
[_ADA, _N, _ADS, _CA, _IEn, _HM, _IRLPS, _CT, _LMT],
|
|
471
551
|
[0, 0, 0, 0, 0, 0, 1, 4, 4]
|
|
472
552
|
];
|
|
473
553
|
export var AppSyncParameters$ = [3, n0, _ASP,
|
|
@@ -515,12 +595,6 @@ export var CapacityProviderStrategyItem$ = [3, n0, _CPSI,
|
|
|
515
595
|
[_cP, _w, _b],
|
|
516
596
|
[0, 1, 1], 1
|
|
517
597
|
];
|
|
518
|
-
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
519
|
-
{ [_e]: _c },
|
|
520
|
-
[_m],
|
|
521
|
-
[0]
|
|
522
|
-
];
|
|
523
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
524
598
|
export var Condition$ = [3, n0, _C,
|
|
525
599
|
0,
|
|
526
600
|
[_T, _K, _V],
|
|
@@ -588,7 +662,7 @@ export var ConnectivityResourceParameters$ = [3, n0, _CRP,
|
|
|
588
662
|
];
|
|
589
663
|
export var CreateApiDestinationRequest$ = [3, n0, _CADR,
|
|
590
664
|
0,
|
|
591
|
-
[_N, _CA,
|
|
665
|
+
[_N, _CA, _IEn, _HM, _D, _IRLPS],
|
|
592
666
|
[0, 0, 0, 0, 0, 1], 4
|
|
593
667
|
];
|
|
594
668
|
export var CreateApiDestinationResponse$ = [3, n0, _CADRr,
|
|
@@ -753,7 +827,7 @@ export var DescribeApiDestinationRequest$ = [3, n0, _DADRes,
|
|
|
753
827
|
];
|
|
754
828
|
export var DescribeApiDestinationResponse$ = [3, n0, _DADResc,
|
|
755
829
|
0,
|
|
756
|
-
[_ADA, _N, _D, _ADS, _CA,
|
|
830
|
+
[_ADA, _N, _D, _ADS, _CA, _IEn, _HM, _IRLPS, _CT, _LMT],
|
|
757
831
|
[0, 0, 0, 0, 0, 0, 0, 1, 4, 4]
|
|
758
832
|
];
|
|
759
833
|
export var DescribeArchiveRequest$ = [3, n0, _DARes,
|
|
@@ -891,46 +965,16 @@ export var HttpParameters$ = [3, n0, _HPt,
|
|
|
891
965
|
[_PPV, _HP, _QSP],
|
|
892
966
|
[64 | 0, 128 | 0, 128 | 0]
|
|
893
967
|
];
|
|
894
|
-
export var IllegalStatusException$ = [-3, n0, _ISE,
|
|
895
|
-
{ [_e]: _c },
|
|
896
|
-
[_m],
|
|
897
|
-
[0]
|
|
898
|
-
];
|
|
899
|
-
TypeRegistry.for(n0).registerError(IllegalStatusException$, IllegalStatusException);
|
|
900
968
|
export var InputTransformer$ = [3, n0, _IT,
|
|
901
969
|
0,
|
|
902
970
|
[_ITn, _IPM],
|
|
903
971
|
[0, 128 | 0], 1
|
|
904
972
|
];
|
|
905
|
-
export var InternalException$ = [-3, n0, _IEn,
|
|
906
|
-
{ [_e]: _s },
|
|
907
|
-
[_m],
|
|
908
|
-
[0]
|
|
909
|
-
];
|
|
910
|
-
TypeRegistry.for(n0).registerError(InternalException$, InternalException);
|
|
911
|
-
export var InvalidEventPatternException$ = [-3, n0, _IEPE,
|
|
912
|
-
{ [_e]: _c },
|
|
913
|
-
[_m],
|
|
914
|
-
[0]
|
|
915
|
-
];
|
|
916
|
-
TypeRegistry.for(n0).registerError(InvalidEventPatternException$, InvalidEventPatternException);
|
|
917
|
-
export var InvalidStateException$ = [-3, n0, _ISEn,
|
|
918
|
-
{ [_e]: _c },
|
|
919
|
-
[_m],
|
|
920
|
-
[0]
|
|
921
|
-
];
|
|
922
|
-
TypeRegistry.for(n0).registerError(InvalidStateException$, InvalidStateException);
|
|
923
973
|
export var KinesisParameters$ = [3, n0, _KP,
|
|
924
974
|
0,
|
|
925
975
|
[_PKP],
|
|
926
976
|
[0], 1
|
|
927
977
|
];
|
|
928
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
929
|
-
{ [_e]: _c },
|
|
930
|
-
[_m],
|
|
931
|
-
[0]
|
|
932
|
-
];
|
|
933
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
934
978
|
export var ListApiDestinationsRequest$ = [3, n0, _LADR,
|
|
935
979
|
0,
|
|
936
980
|
[_NP, _CA, _NT, _L],
|
|
@@ -1066,23 +1110,11 @@ export var LogConfig$ = [3, n0, _LC,
|
|
|
1066
1110
|
[_ID, _Le],
|
|
1067
1111
|
[0, 0]
|
|
1068
1112
|
];
|
|
1069
|
-
export var ManagedRuleException$ = [-3, n0, _MRE,
|
|
1070
|
-
{ [_e]: _c },
|
|
1071
|
-
[_m],
|
|
1072
|
-
[0]
|
|
1073
|
-
];
|
|
1074
|
-
TypeRegistry.for(n0).registerError(ManagedRuleException$, ManagedRuleException);
|
|
1075
1113
|
export var NetworkConfiguration$ = [3, n0, _NC,
|
|
1076
1114
|
0,
|
|
1077
1115
|
[_aC],
|
|
1078
1116
|
[() => AwsVpcConfiguration$]
|
|
1079
1117
|
];
|
|
1080
|
-
export var OperationDisabledException$ = [-3, n0, _ODE,
|
|
1081
|
-
{ [_e]: _c },
|
|
1082
|
-
[_m],
|
|
1083
|
-
[0]
|
|
1084
|
-
];
|
|
1085
|
-
TypeRegistry.for(n0).registerError(OperationDisabledException$, OperationDisabledException);
|
|
1086
1118
|
export var PartnerEventSource$ = [3, n0, _PESa,
|
|
1087
1119
|
0,
|
|
1088
1120
|
[_Ar, _N],
|
|
@@ -1103,12 +1135,6 @@ export var PlacementStrategy$ = [3, n0, _PS,
|
|
|
1103
1135
|
[_t, _f],
|
|
1104
1136
|
[0, 0]
|
|
1105
1137
|
];
|
|
1106
|
-
export var PolicyLengthExceededException$ = [-3, n0, _PLEE,
|
|
1107
|
-
{ [_e]: _c },
|
|
1108
|
-
[_m],
|
|
1109
|
-
[0]
|
|
1110
|
-
];
|
|
1111
|
-
TypeRegistry.for(n0).registerError(PolicyLengthExceededException$, PolicyLengthExceededException);
|
|
1112
1138
|
export var Primary$ = [3, n0, _Pr,
|
|
1113
1139
|
0,
|
|
1114
1140
|
[_HC],
|
|
@@ -1224,18 +1250,6 @@ export var ReplicationConfig$ = [3, n0, _RCe,
|
|
|
1224
1250
|
[_St],
|
|
1225
1251
|
[0]
|
|
1226
1252
|
];
|
|
1227
|
-
export var ResourceAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
1228
|
-
{ [_e]: _c },
|
|
1229
|
-
[_m],
|
|
1230
|
-
[0]
|
|
1231
|
-
];
|
|
1232
|
-
TypeRegistry.for(n0).registerError(ResourceAlreadyExistsException$, ResourceAlreadyExistsException);
|
|
1233
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1234
|
-
{ [_e]: _c },
|
|
1235
|
-
[_m],
|
|
1236
|
-
[0]
|
|
1237
|
-
];
|
|
1238
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1239
1253
|
export var RetryPolicy$ = [3, n0, _RPe,
|
|
1240
1254
|
0,
|
|
1241
1255
|
[_MRA, _MEAIS],
|
|
@@ -1321,12 +1335,6 @@ export var TestEventPatternResponse$ = [3, n0, _TEPRe,
|
|
|
1321
1335
|
[_Res],
|
|
1322
1336
|
[2]
|
|
1323
1337
|
];
|
|
1324
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1325
|
-
{ [_e]: _c },
|
|
1326
|
-
[_m],
|
|
1327
|
-
[0]
|
|
1328
|
-
];
|
|
1329
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1330
1338
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1331
1339
|
0,
|
|
1332
1340
|
[_RARN, _TK],
|
|
@@ -1339,7 +1347,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
1339
1347
|
];
|
|
1340
1348
|
export var UpdateApiDestinationRequest$ = [3, n0, _UADR,
|
|
1341
1349
|
0,
|
|
1342
|
-
[_N, _D, _CA,
|
|
1350
|
+
[_N, _D, _CA, _IEn, _HM, _IRLPS],
|
|
1343
1351
|
[0, 0, 0, 0, 0, 1], 1
|
|
1344
1352
|
];
|
|
1345
1353
|
export var UpdateApiDestinationResponse$ = [3, n0, _UADRp,
|
|
@@ -1413,8 +1421,6 @@ export var UpdateEventBusResponse$ = [3, n0, _UEBRp,
|
|
|
1413
1421
|
[0, 0, 0, 0, () => DeadLetterConfig$, () => LogConfig$]
|
|
1414
1422
|
];
|
|
1415
1423
|
var __Unit = "unit";
|
|
1416
|
-
export var EventBridgeServiceException$ = [-3, _sm, "EventBridgeServiceException", 0, [], []];
|
|
1417
|
-
TypeRegistry.for(_sm).registerError(EventBridgeServiceException$, EventBridgeServiceException);
|
|
1418
1424
|
var ApiDestinationResponseList = [1, n0, _ADRL,
|
|
1419
1425
|
0, () => ApiDestination$
|
|
1420
1426
|
];
|
|
@@ -1,5 +1,25 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var EventBridgeServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
6
|
+
export declare var IllegalStatusException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
8
|
+
export declare var InvalidEventPatternException$: StaticErrorSchema;
|
|
9
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
10
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
11
|
+
export declare var ManagedRuleException$: StaticErrorSchema;
|
|
12
|
+
export declare var OperationDisabledException$: StaticErrorSchema;
|
|
13
|
+
export declare var PolicyLengthExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
17
|
+
/**
|
|
18
|
+
* TypeRegistry instances containing modeled errors.
|
|
19
|
+
* @internal
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
23
|
export declare var ActivateEventSourceRequest$: StaticStructureSchema;
|
|
4
24
|
export declare var ApiDestination$: StaticStructureSchema;
|
|
5
25
|
export declare var AppSyncParameters$: StaticStructureSchema;
|
|
@@ -11,7 +31,6 @@ export declare var BatchRetryStrategy$: StaticStructureSchema;
|
|
|
11
31
|
export declare var CancelReplayRequest$: StaticStructureSchema;
|
|
12
32
|
export declare var CancelReplayResponse$: StaticStructureSchema;
|
|
13
33
|
export declare var CapacityProviderStrategyItem$: StaticStructureSchema;
|
|
14
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
15
34
|
export declare var Condition$: StaticStructureSchema;
|
|
16
35
|
export declare var Connection$: StaticStructureSchema;
|
|
17
36
|
export declare var ConnectionApiKeyAuthResponseParameters$: StaticStructureSchema;
|
|
@@ -86,13 +105,8 @@ export declare var EventBus$: StaticStructureSchema;
|
|
|
86
105
|
export declare var EventSource$: StaticStructureSchema;
|
|
87
106
|
export declare var FailoverConfig$: StaticStructureSchema;
|
|
88
107
|
export declare var HttpParameters$: StaticStructureSchema;
|
|
89
|
-
export declare var IllegalStatusException$: StaticErrorSchema;
|
|
90
108
|
export declare var InputTransformer$: StaticStructureSchema;
|
|
91
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
92
|
-
export declare var InvalidEventPatternException$: StaticErrorSchema;
|
|
93
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
94
109
|
export declare var KinesisParameters$: StaticStructureSchema;
|
|
95
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
96
110
|
export declare var ListApiDestinationsRequest$: StaticStructureSchema;
|
|
97
111
|
export declare var ListApiDestinationsResponse$: StaticStructureSchema;
|
|
98
112
|
export declare var ListArchivesRequest$: StaticStructureSchema;
|
|
@@ -120,14 +134,11 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
|
120
134
|
export declare var ListTargetsByRuleRequest$: StaticStructureSchema;
|
|
121
135
|
export declare var ListTargetsByRuleResponse$: StaticStructureSchema;
|
|
122
136
|
export declare var LogConfig$: StaticStructureSchema;
|
|
123
|
-
export declare var ManagedRuleException$: StaticErrorSchema;
|
|
124
137
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
125
|
-
export declare var OperationDisabledException$: StaticErrorSchema;
|
|
126
138
|
export declare var PartnerEventSource$: StaticStructureSchema;
|
|
127
139
|
export declare var PartnerEventSourceAccount$: StaticStructureSchema;
|
|
128
140
|
export declare var PlacementConstraint$: StaticStructureSchema;
|
|
129
141
|
export declare var PlacementStrategy$: StaticStructureSchema;
|
|
130
|
-
export declare var PolicyLengthExceededException$: StaticErrorSchema;
|
|
131
142
|
export declare var Primary$: StaticStructureSchema;
|
|
132
143
|
export declare var PutEventsRequest$: StaticStructureSchema;
|
|
133
144
|
export declare var PutEventsRequestEntry$: StaticStructureSchema;
|
|
@@ -151,8 +162,6 @@ export declare var RemoveTargetsResultEntry$: StaticStructureSchema;
|
|
|
151
162
|
export declare var Replay$: StaticStructureSchema;
|
|
152
163
|
export declare var ReplayDestination$: StaticStructureSchema;
|
|
153
164
|
export declare var ReplicationConfig$: StaticStructureSchema;
|
|
154
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
155
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
156
165
|
export declare var RetryPolicy$: StaticStructureSchema;
|
|
157
166
|
export declare var RoutingConfig$: StaticStructureSchema;
|
|
158
167
|
export declare var Rule$: StaticStructureSchema;
|
|
@@ -170,7 +179,6 @@ export declare var TagResourceResponse$: StaticStructureSchema;
|
|
|
170
179
|
export declare var Target$: StaticStructureSchema;
|
|
171
180
|
export declare var TestEventPatternRequest$: StaticStructureSchema;
|
|
172
181
|
export declare var TestEventPatternResponse$: StaticStructureSchema;
|
|
173
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
174
182
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
175
183
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
176
184
|
export declare var UpdateApiDestinationRequest$: StaticStructureSchema;
|
|
@@ -188,7 +196,6 @@ export declare var UpdateEndpointRequest$: StaticStructureSchema;
|
|
|
188
196
|
export declare var UpdateEndpointResponse$: StaticStructureSchema;
|
|
189
197
|
export declare var UpdateEventBusRequest$: StaticStructureSchema;
|
|
190
198
|
export declare var UpdateEventBusResponse$: StaticStructureSchema;
|
|
191
|
-
export declare var EventBridgeServiceException$: StaticErrorSchema;
|
|
192
199
|
export declare var ActivateEventSource$: StaticOperationSchema;
|
|
193
200
|
export declare var CancelReplay$: StaticOperationSchema;
|
|
194
201
|
export declare var CreateApiDestination$: StaticOperationSchema;
|
|
@@ -1,9 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var EventBridgeServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
10
|
+
export declare var IllegalStatusException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidEventPatternException$: StaticErrorSchema;
|
|
13
|
+
export declare var InvalidStateException$: StaticErrorSchema;
|
|
14
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
15
|
+
export declare var ManagedRuleException$: StaticErrorSchema;
|
|
16
|
+
export declare var OperationDisabledException$: StaticErrorSchema;
|
|
17
|
+
export declare var PolicyLengthExceededException$: StaticErrorSchema;
|
|
18
|
+
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
19
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
21
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
22
|
export declare var ActivateEventSourceRequest$: StaticStructureSchema;
|
|
8
23
|
export declare var ApiDestination$: StaticStructureSchema;
|
|
9
24
|
export declare var AppSyncParameters$: StaticStructureSchema;
|
|
@@ -15,7 +30,6 @@ export declare var BatchRetryStrategy$: StaticStructureSchema;
|
|
|
15
30
|
export declare var CancelReplayRequest$: StaticStructureSchema;
|
|
16
31
|
export declare var CancelReplayResponse$: StaticStructureSchema;
|
|
17
32
|
export declare var CapacityProviderStrategyItem$: StaticStructureSchema;
|
|
18
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
19
33
|
export declare var Condition$: StaticStructureSchema;
|
|
20
34
|
export declare var Connection$: StaticStructureSchema;
|
|
21
35
|
export declare var ConnectionApiKeyAuthResponseParameters$: StaticStructureSchema;
|
|
@@ -90,13 +104,8 @@ export declare var EventBus$: StaticStructureSchema;
|
|
|
90
104
|
export declare var EventSource$: StaticStructureSchema;
|
|
91
105
|
export declare var FailoverConfig$: StaticStructureSchema;
|
|
92
106
|
export declare var HttpParameters$: StaticStructureSchema;
|
|
93
|
-
export declare var IllegalStatusException$: StaticErrorSchema;
|
|
94
107
|
export declare var InputTransformer$: StaticStructureSchema;
|
|
95
|
-
export declare var InternalException$: StaticErrorSchema;
|
|
96
|
-
export declare var InvalidEventPatternException$: StaticErrorSchema;
|
|
97
|
-
export declare var InvalidStateException$: StaticErrorSchema;
|
|
98
108
|
export declare var KinesisParameters$: StaticStructureSchema;
|
|
99
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
100
109
|
export declare var ListApiDestinationsRequest$: StaticStructureSchema;
|
|
101
110
|
export declare var ListApiDestinationsResponse$: StaticStructureSchema;
|
|
102
111
|
export declare var ListArchivesRequest$: StaticStructureSchema;
|
|
@@ -124,14 +133,11 @@ export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
|
124
133
|
export declare var ListTargetsByRuleRequest$: StaticStructureSchema;
|
|
125
134
|
export declare var ListTargetsByRuleResponse$: StaticStructureSchema;
|
|
126
135
|
export declare var LogConfig$: StaticStructureSchema;
|
|
127
|
-
export declare var ManagedRuleException$: StaticErrorSchema;
|
|
128
136
|
export declare var NetworkConfiguration$: StaticStructureSchema;
|
|
129
|
-
export declare var OperationDisabledException$: StaticErrorSchema;
|
|
130
137
|
export declare var PartnerEventSource$: StaticStructureSchema;
|
|
131
138
|
export declare var PartnerEventSourceAccount$: StaticStructureSchema;
|
|
132
139
|
export declare var PlacementConstraint$: StaticStructureSchema;
|
|
133
140
|
export declare var PlacementStrategy$: StaticStructureSchema;
|
|
134
|
-
export declare var PolicyLengthExceededException$: StaticErrorSchema;
|
|
135
141
|
export declare var Primary$: StaticStructureSchema;
|
|
136
142
|
export declare var PutEventsRequest$: StaticStructureSchema;
|
|
137
143
|
export declare var PutEventsRequestEntry$: StaticStructureSchema;
|
|
@@ -155,8 +161,6 @@ export declare var RemoveTargetsResultEntry$: StaticStructureSchema;
|
|
|
155
161
|
export declare var Replay$: StaticStructureSchema;
|
|
156
162
|
export declare var ReplayDestination$: StaticStructureSchema;
|
|
157
163
|
export declare var ReplicationConfig$: StaticStructureSchema;
|
|
158
|
-
export declare var ResourceAlreadyExistsException$: StaticErrorSchema;
|
|
159
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
160
164
|
export declare var RetryPolicy$: StaticStructureSchema;
|
|
161
165
|
export declare var RoutingConfig$: StaticStructureSchema;
|
|
162
166
|
export declare var Rule$: StaticStructureSchema;
|
|
@@ -174,7 +178,6 @@ export declare var TagResourceResponse$: StaticStructureSchema;
|
|
|
174
178
|
export declare var Target$: StaticStructureSchema;
|
|
175
179
|
export declare var TestEventPatternRequest$: StaticStructureSchema;
|
|
176
180
|
export declare var TestEventPatternResponse$: StaticStructureSchema;
|
|
177
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
178
181
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
179
182
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
180
183
|
export declare var UpdateApiDestinationRequest$: StaticStructureSchema;
|
|
@@ -192,7 +195,6 @@ export declare var UpdateEndpointRequest$: StaticStructureSchema;
|
|
|
192
195
|
export declare var UpdateEndpointResponse$: StaticStructureSchema;
|
|
193
196
|
export declare var UpdateEventBusRequest$: StaticStructureSchema;
|
|
194
197
|
export declare var UpdateEventBusResponse$: StaticStructureSchema;
|
|
195
|
-
export declare var EventBridgeServiceException$: StaticErrorSchema;
|
|
196
198
|
export declare var ActivateEventSource$: StaticOperationSchema;
|
|
197
199
|
export declare var CancelReplay$: StaticOperationSchema;
|
|
198
200
|
export declare var CreateApiDestination$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-eventbridge",
|
|
3
3
|
"description": "AWS SDK for JavaScript Eventbridge Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-eventbridge",
|
|
@@ -23,39 +23,39 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
33
|
+
"@aws-sdk/signature-v4-multi-region": "3.989.0",
|
|
34
34
|
"@aws-sdk/types": "^3.973.1",
|
|
35
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
37
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
37
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
38
38
|
"@smithy/config-resolver": "^4.4.6",
|
|
39
|
-
"@smithy/core": "^3.
|
|
39
|
+
"@smithy/core": "^3.23.0",
|
|
40
40
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
41
41
|
"@smithy/hash-node": "^4.2.8",
|
|
42
42
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
43
43
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
44
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
45
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
45
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
46
46
|
"@smithy/middleware-serde": "^4.2.9",
|
|
47
47
|
"@smithy/middleware-stack": "^4.2.8",
|
|
48
48
|
"@smithy/node-config-provider": "^4.3.8",
|
|
49
|
-
"@smithy/node-http-handler": "^4.4.
|
|
49
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
50
50
|
"@smithy/protocol-http": "^5.3.8",
|
|
51
|
-
"@smithy/smithy-client": "^4.11.
|
|
51
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
52
52
|
"@smithy/types": "^4.12.0",
|
|
53
53
|
"@smithy/url-parser": "^4.2.8",
|
|
54
54
|
"@smithy/util-base64": "^4.3.0",
|
|
55
55
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
56
56
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
57
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
58
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
58
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
59
59
|
"@smithy/util-endpoints": "^3.2.8",
|
|
60
60
|
"@smithy/util-middleware": "^4.2.8",
|
|
61
61
|
"@smithy/util-retry": "^4.2.8",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
66
|
+
"@aws-sdk/signature-v4-crt": "3.989.0",
|
|
67
67
|
"@tsconfig/node20": "20.1.8",
|
|
68
68
|
"@types/node": "^20.14.8",
|
|
69
69
|
"concurrently": "7.0.0",
|