@aws-sdk/client-eventbridge 3.934.0 → 3.935.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 +105 -104
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +104 -0
- package/dist-es/models/errors.js +157 -0
- package/dist-es/models/models_0.js +1 -261
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +248 -0
- package/dist-types/models/errors.d.ts +165 -0
- package/dist-types/models/models_0.d.ts +1 -413
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +132 -0
- package/dist-types/ts3.4/models/errors.d.ts +94 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -226
- package/package.json +14 -14
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -190,39 +190,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends EventB
|
|
|
190
190
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
191
191
|
}
|
|
192
192
|
};
|
|
193
|
-
const ApiDestinationState = {
|
|
194
|
-
ACTIVE: "ACTIVE",
|
|
195
|
-
INACTIVE: "INACTIVE",
|
|
196
|
-
};
|
|
197
|
-
const ApiDestinationHttpMethod = {
|
|
198
|
-
DELETE: "DELETE",
|
|
199
|
-
GET: "GET",
|
|
200
|
-
HEAD: "HEAD",
|
|
201
|
-
OPTIONS: "OPTIONS",
|
|
202
|
-
PATCH: "PATCH",
|
|
203
|
-
POST: "POST",
|
|
204
|
-
PUT: "PUT",
|
|
205
|
-
};
|
|
206
|
-
const ArchiveState = {
|
|
207
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
208
|
-
CREATING: "CREATING",
|
|
209
|
-
DISABLED: "DISABLED",
|
|
210
|
-
ENABLED: "ENABLED",
|
|
211
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
212
|
-
UPDATING: "UPDATING",
|
|
213
|
-
};
|
|
214
|
-
const AssignPublicIp = {
|
|
215
|
-
DISABLED: "DISABLED",
|
|
216
|
-
ENABLED: "ENABLED",
|
|
217
|
-
};
|
|
218
|
-
const ReplayState = {
|
|
219
|
-
CANCELLED: "CANCELLED",
|
|
220
|
-
CANCELLING: "CANCELLING",
|
|
221
|
-
COMPLETED: "COMPLETED",
|
|
222
|
-
FAILED: "FAILED",
|
|
223
|
-
RUNNING: "RUNNING",
|
|
224
|
-
STARTING: "STARTING",
|
|
225
|
-
};
|
|
226
193
|
let IllegalStatusException$1 = class IllegalStatusException extends EventBridgeServiceException$1 {
|
|
227
194
|
name = "IllegalStatusException";
|
|
228
195
|
$fault = "client";
|
|
@@ -271,27 +238,6 @@ let InvalidEventPatternException$1 = class InvalidEventPatternException extends
|
|
|
271
238
|
Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
|
|
272
239
|
}
|
|
273
240
|
};
|
|
274
|
-
const ConnectionAuthorizationType = {
|
|
275
|
-
API_KEY: "API_KEY",
|
|
276
|
-
BASIC: "BASIC",
|
|
277
|
-
OAUTH_CLIENT_CREDENTIALS: "OAUTH_CLIENT_CREDENTIALS",
|
|
278
|
-
};
|
|
279
|
-
const ConnectionOAuthHttpMethod = {
|
|
280
|
-
GET: "GET",
|
|
281
|
-
POST: "POST",
|
|
282
|
-
PUT: "PUT",
|
|
283
|
-
};
|
|
284
|
-
const ConnectionState = {
|
|
285
|
-
ACTIVE: "ACTIVE",
|
|
286
|
-
AUTHORIZED: "AUTHORIZED",
|
|
287
|
-
AUTHORIZING: "AUTHORIZING",
|
|
288
|
-
CREATING: "CREATING",
|
|
289
|
-
DEAUTHORIZED: "DEAUTHORIZED",
|
|
290
|
-
DEAUTHORIZING: "DEAUTHORIZING",
|
|
291
|
-
DELETING: "DELETING",
|
|
292
|
-
FAILED_CONNECTIVITY: "FAILED_CONNECTIVITY",
|
|
293
|
-
UPDATING: "UPDATING",
|
|
294
|
-
};
|
|
295
241
|
let ThrottlingException$1 = class ThrottlingException extends EventBridgeServiceException$1 {
|
|
296
242
|
name = "ThrottlingException";
|
|
297
243
|
$fault = "client";
|
|
@@ -304,29 +250,6 @@ let ThrottlingException$1 = class ThrottlingException extends EventBridgeService
|
|
|
304
250
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
305
251
|
}
|
|
306
252
|
};
|
|
307
|
-
const ReplicationState = {
|
|
308
|
-
DISABLED: "DISABLED",
|
|
309
|
-
ENABLED: "ENABLED",
|
|
310
|
-
};
|
|
311
|
-
const EndpointState = {
|
|
312
|
-
ACTIVE: "ACTIVE",
|
|
313
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
314
|
-
CREATING: "CREATING",
|
|
315
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
316
|
-
DELETING: "DELETING",
|
|
317
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
318
|
-
UPDATING: "UPDATING",
|
|
319
|
-
};
|
|
320
|
-
const IncludeDetail = {
|
|
321
|
-
FULL: "FULL",
|
|
322
|
-
NONE: "NONE",
|
|
323
|
-
};
|
|
324
|
-
const Level = {
|
|
325
|
-
ERROR: "ERROR",
|
|
326
|
-
INFO: "INFO",
|
|
327
|
-
OFF: "OFF",
|
|
328
|
-
TRACE: "TRACE",
|
|
329
|
-
};
|
|
330
253
|
let ManagedRuleException$1 = class ManagedRuleException extends EventBridgeServiceException$1 {
|
|
331
254
|
name = "ManagedRuleException";
|
|
332
255
|
$fault = "client";
|
|
@@ -339,33 +262,6 @@ let ManagedRuleException$1 = class ManagedRuleException extends EventBridgeServi
|
|
|
339
262
|
Object.setPrototypeOf(this, ManagedRuleException.prototype);
|
|
340
263
|
}
|
|
341
264
|
};
|
|
342
|
-
const EventSourceState = {
|
|
343
|
-
ACTIVE: "ACTIVE",
|
|
344
|
-
DELETED: "DELETED",
|
|
345
|
-
PENDING: "PENDING",
|
|
346
|
-
};
|
|
347
|
-
const RuleState = {
|
|
348
|
-
DISABLED: "DISABLED",
|
|
349
|
-
ENABLED: "ENABLED",
|
|
350
|
-
ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS: "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS",
|
|
351
|
-
};
|
|
352
|
-
const LaunchType = {
|
|
353
|
-
EC2: "EC2",
|
|
354
|
-
EXTERNAL: "EXTERNAL",
|
|
355
|
-
FARGATE: "FARGATE",
|
|
356
|
-
};
|
|
357
|
-
const PlacementConstraintType = {
|
|
358
|
-
DISTINCT_INSTANCE: "distinctInstance",
|
|
359
|
-
MEMBER_OF: "memberOf",
|
|
360
|
-
};
|
|
361
|
-
const PlacementStrategyType = {
|
|
362
|
-
BINPACK: "binpack",
|
|
363
|
-
RANDOM: "random",
|
|
364
|
-
SPREAD: "spread",
|
|
365
|
-
};
|
|
366
|
-
const PropagateTags = {
|
|
367
|
-
TASK_DEFINITION: "TASK_DEFINITION",
|
|
368
|
-
};
|
|
369
265
|
let PolicyLengthExceededException$1 = class PolicyLengthExceededException extends EventBridgeServiceException$1 {
|
|
370
266
|
name = "PolicyLengthExceededException";
|
|
371
267
|
$fault = "client";
|
|
@@ -2884,6 +2780,111 @@ class EventBridge extends EventBridgeClient {
|
|
|
2884
2780
|
}
|
|
2885
2781
|
smithyClient.createAggregatedClient(commands, EventBridge);
|
|
2886
2782
|
|
|
2783
|
+
const ApiDestinationState = {
|
|
2784
|
+
ACTIVE: "ACTIVE",
|
|
2785
|
+
INACTIVE: "INACTIVE",
|
|
2786
|
+
};
|
|
2787
|
+
const ApiDestinationHttpMethod = {
|
|
2788
|
+
DELETE: "DELETE",
|
|
2789
|
+
GET: "GET",
|
|
2790
|
+
HEAD: "HEAD",
|
|
2791
|
+
OPTIONS: "OPTIONS",
|
|
2792
|
+
PATCH: "PATCH",
|
|
2793
|
+
POST: "POST",
|
|
2794
|
+
PUT: "PUT",
|
|
2795
|
+
};
|
|
2796
|
+
const ArchiveState = {
|
|
2797
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2798
|
+
CREATING: "CREATING",
|
|
2799
|
+
DISABLED: "DISABLED",
|
|
2800
|
+
ENABLED: "ENABLED",
|
|
2801
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2802
|
+
UPDATING: "UPDATING",
|
|
2803
|
+
};
|
|
2804
|
+
const AssignPublicIp = {
|
|
2805
|
+
DISABLED: "DISABLED",
|
|
2806
|
+
ENABLED: "ENABLED",
|
|
2807
|
+
};
|
|
2808
|
+
const ReplayState = {
|
|
2809
|
+
CANCELLED: "CANCELLED",
|
|
2810
|
+
CANCELLING: "CANCELLING",
|
|
2811
|
+
COMPLETED: "COMPLETED",
|
|
2812
|
+
FAILED: "FAILED",
|
|
2813
|
+
RUNNING: "RUNNING",
|
|
2814
|
+
STARTING: "STARTING",
|
|
2815
|
+
};
|
|
2816
|
+
const ConnectionAuthorizationType = {
|
|
2817
|
+
API_KEY: "API_KEY",
|
|
2818
|
+
BASIC: "BASIC",
|
|
2819
|
+
OAUTH_CLIENT_CREDENTIALS: "OAUTH_CLIENT_CREDENTIALS",
|
|
2820
|
+
};
|
|
2821
|
+
const ConnectionOAuthHttpMethod = {
|
|
2822
|
+
GET: "GET",
|
|
2823
|
+
POST: "POST",
|
|
2824
|
+
PUT: "PUT",
|
|
2825
|
+
};
|
|
2826
|
+
const ConnectionState = {
|
|
2827
|
+
ACTIVE: "ACTIVE",
|
|
2828
|
+
AUTHORIZED: "AUTHORIZED",
|
|
2829
|
+
AUTHORIZING: "AUTHORIZING",
|
|
2830
|
+
CREATING: "CREATING",
|
|
2831
|
+
DEAUTHORIZED: "DEAUTHORIZED",
|
|
2832
|
+
DEAUTHORIZING: "DEAUTHORIZING",
|
|
2833
|
+
DELETING: "DELETING",
|
|
2834
|
+
FAILED_CONNECTIVITY: "FAILED_CONNECTIVITY",
|
|
2835
|
+
UPDATING: "UPDATING",
|
|
2836
|
+
};
|
|
2837
|
+
const ReplicationState = {
|
|
2838
|
+
DISABLED: "DISABLED",
|
|
2839
|
+
ENABLED: "ENABLED",
|
|
2840
|
+
};
|
|
2841
|
+
const EndpointState = {
|
|
2842
|
+
ACTIVE: "ACTIVE",
|
|
2843
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
2844
|
+
CREATING: "CREATING",
|
|
2845
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
2846
|
+
DELETING: "DELETING",
|
|
2847
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
2848
|
+
UPDATING: "UPDATING",
|
|
2849
|
+
};
|
|
2850
|
+
const IncludeDetail = {
|
|
2851
|
+
FULL: "FULL",
|
|
2852
|
+
NONE: "NONE",
|
|
2853
|
+
};
|
|
2854
|
+
const Level = {
|
|
2855
|
+
ERROR: "ERROR",
|
|
2856
|
+
INFO: "INFO",
|
|
2857
|
+
OFF: "OFF",
|
|
2858
|
+
TRACE: "TRACE",
|
|
2859
|
+
};
|
|
2860
|
+
const EventSourceState = {
|
|
2861
|
+
ACTIVE: "ACTIVE",
|
|
2862
|
+
DELETED: "DELETED",
|
|
2863
|
+
PENDING: "PENDING",
|
|
2864
|
+
};
|
|
2865
|
+
const RuleState = {
|
|
2866
|
+
DISABLED: "DISABLED",
|
|
2867
|
+
ENABLED: "ENABLED",
|
|
2868
|
+
ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS: "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS",
|
|
2869
|
+
};
|
|
2870
|
+
const LaunchType = {
|
|
2871
|
+
EC2: "EC2",
|
|
2872
|
+
EXTERNAL: "EXTERNAL",
|
|
2873
|
+
FARGATE: "FARGATE",
|
|
2874
|
+
};
|
|
2875
|
+
const PlacementConstraintType = {
|
|
2876
|
+
DISTINCT_INSTANCE: "distinctInstance",
|
|
2877
|
+
MEMBER_OF: "memberOf",
|
|
2878
|
+
};
|
|
2879
|
+
const PlacementStrategyType = {
|
|
2880
|
+
BINPACK: "binpack",
|
|
2881
|
+
RANDOM: "random",
|
|
2882
|
+
SPREAD: "spread",
|
|
2883
|
+
};
|
|
2884
|
+
const PropagateTags = {
|
|
2885
|
+
TASK_DEFINITION: "TASK_DEFINITION",
|
|
2886
|
+
};
|
|
2887
|
+
|
|
2887
2888
|
Object.defineProperty(exports, "$Command", {
|
|
2888
2889
|
enumerable: true,
|
|
2889
2890
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./EventBridgeClient";
|
|
2
2
|
export * from "./EventBridge";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
4
|
+
export * from "./models/enums";
|
|
5
|
+
export * from "./models/errors";
|
|
5
6
|
export { EventBridgeServiceException } from "./models/EventBridgeServiceException";
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
export const ApiDestinationState = {
|
|
2
|
+
ACTIVE: "ACTIVE",
|
|
3
|
+
INACTIVE: "INACTIVE",
|
|
4
|
+
};
|
|
5
|
+
export const ApiDestinationHttpMethod = {
|
|
6
|
+
DELETE: "DELETE",
|
|
7
|
+
GET: "GET",
|
|
8
|
+
HEAD: "HEAD",
|
|
9
|
+
OPTIONS: "OPTIONS",
|
|
10
|
+
PATCH: "PATCH",
|
|
11
|
+
POST: "POST",
|
|
12
|
+
PUT: "PUT",
|
|
13
|
+
};
|
|
14
|
+
export const ArchiveState = {
|
|
15
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
16
|
+
CREATING: "CREATING",
|
|
17
|
+
DISABLED: "DISABLED",
|
|
18
|
+
ENABLED: "ENABLED",
|
|
19
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
20
|
+
UPDATING: "UPDATING",
|
|
21
|
+
};
|
|
22
|
+
export const AssignPublicIp = {
|
|
23
|
+
DISABLED: "DISABLED",
|
|
24
|
+
ENABLED: "ENABLED",
|
|
25
|
+
};
|
|
26
|
+
export const ReplayState = {
|
|
27
|
+
CANCELLED: "CANCELLED",
|
|
28
|
+
CANCELLING: "CANCELLING",
|
|
29
|
+
COMPLETED: "COMPLETED",
|
|
30
|
+
FAILED: "FAILED",
|
|
31
|
+
RUNNING: "RUNNING",
|
|
32
|
+
STARTING: "STARTING",
|
|
33
|
+
};
|
|
34
|
+
export const ConnectionAuthorizationType = {
|
|
35
|
+
API_KEY: "API_KEY",
|
|
36
|
+
BASIC: "BASIC",
|
|
37
|
+
OAUTH_CLIENT_CREDENTIALS: "OAUTH_CLIENT_CREDENTIALS",
|
|
38
|
+
};
|
|
39
|
+
export const ConnectionOAuthHttpMethod = {
|
|
40
|
+
GET: "GET",
|
|
41
|
+
POST: "POST",
|
|
42
|
+
PUT: "PUT",
|
|
43
|
+
};
|
|
44
|
+
export const ConnectionState = {
|
|
45
|
+
ACTIVE: "ACTIVE",
|
|
46
|
+
AUTHORIZED: "AUTHORIZED",
|
|
47
|
+
AUTHORIZING: "AUTHORIZING",
|
|
48
|
+
CREATING: "CREATING",
|
|
49
|
+
DEAUTHORIZED: "DEAUTHORIZED",
|
|
50
|
+
DEAUTHORIZING: "DEAUTHORIZING",
|
|
51
|
+
DELETING: "DELETING",
|
|
52
|
+
FAILED_CONNECTIVITY: "FAILED_CONNECTIVITY",
|
|
53
|
+
UPDATING: "UPDATING",
|
|
54
|
+
};
|
|
55
|
+
export const ReplicationState = {
|
|
56
|
+
DISABLED: "DISABLED",
|
|
57
|
+
ENABLED: "ENABLED",
|
|
58
|
+
};
|
|
59
|
+
export const EndpointState = {
|
|
60
|
+
ACTIVE: "ACTIVE",
|
|
61
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
62
|
+
CREATING: "CREATING",
|
|
63
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
64
|
+
DELETING: "DELETING",
|
|
65
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
66
|
+
UPDATING: "UPDATING",
|
|
67
|
+
};
|
|
68
|
+
export const IncludeDetail = {
|
|
69
|
+
FULL: "FULL",
|
|
70
|
+
NONE: "NONE",
|
|
71
|
+
};
|
|
72
|
+
export const Level = {
|
|
73
|
+
ERROR: "ERROR",
|
|
74
|
+
INFO: "INFO",
|
|
75
|
+
OFF: "OFF",
|
|
76
|
+
TRACE: "TRACE",
|
|
77
|
+
};
|
|
78
|
+
export const EventSourceState = {
|
|
79
|
+
ACTIVE: "ACTIVE",
|
|
80
|
+
DELETED: "DELETED",
|
|
81
|
+
PENDING: "PENDING",
|
|
82
|
+
};
|
|
83
|
+
export const RuleState = {
|
|
84
|
+
DISABLED: "DISABLED",
|
|
85
|
+
ENABLED: "ENABLED",
|
|
86
|
+
ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS: "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS",
|
|
87
|
+
};
|
|
88
|
+
export const LaunchType = {
|
|
89
|
+
EC2: "EC2",
|
|
90
|
+
EXTERNAL: "EXTERNAL",
|
|
91
|
+
FARGATE: "FARGATE",
|
|
92
|
+
};
|
|
93
|
+
export const PlacementConstraintType = {
|
|
94
|
+
DISTINCT_INSTANCE: "distinctInstance",
|
|
95
|
+
MEMBER_OF: "memberOf",
|
|
96
|
+
};
|
|
97
|
+
export const PlacementStrategyType = {
|
|
98
|
+
BINPACK: "binpack",
|
|
99
|
+
RANDOM: "random",
|
|
100
|
+
SPREAD: "spread",
|
|
101
|
+
};
|
|
102
|
+
export const PropagateTags = {
|
|
103
|
+
TASK_DEFINITION: "TASK_DEFINITION",
|
|
104
|
+
};
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { EventBridgeServiceException as __BaseException } from "./EventBridgeServiceException";
|
|
2
|
+
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
constructor(opts) {
|
|
6
|
+
super({
|
|
7
|
+
name: "AccessDeniedException",
|
|
8
|
+
$fault: "client",
|
|
9
|
+
...opts,
|
|
10
|
+
});
|
|
11
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class ConcurrentModificationException extends __BaseException {
|
|
15
|
+
name = "ConcurrentModificationException";
|
|
16
|
+
$fault = "client";
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "ConcurrentModificationException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export class InternalException extends __BaseException {
|
|
27
|
+
name = "InternalException";
|
|
28
|
+
$fault = "server";
|
|
29
|
+
constructor(opts) {
|
|
30
|
+
super({
|
|
31
|
+
name: "InternalException",
|
|
32
|
+
$fault: "server",
|
|
33
|
+
...opts,
|
|
34
|
+
});
|
|
35
|
+
Object.setPrototypeOf(this, InternalException.prototype);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
export class InvalidStateException extends __BaseException {
|
|
39
|
+
name = "InvalidStateException";
|
|
40
|
+
$fault = "client";
|
|
41
|
+
constructor(opts) {
|
|
42
|
+
super({
|
|
43
|
+
name: "InvalidStateException",
|
|
44
|
+
$fault: "client",
|
|
45
|
+
...opts,
|
|
46
|
+
});
|
|
47
|
+
Object.setPrototypeOf(this, InvalidStateException.prototype);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
export class OperationDisabledException extends __BaseException {
|
|
51
|
+
name = "OperationDisabledException";
|
|
52
|
+
$fault = "client";
|
|
53
|
+
constructor(opts) {
|
|
54
|
+
super({
|
|
55
|
+
name: "OperationDisabledException",
|
|
56
|
+
$fault: "client",
|
|
57
|
+
...opts,
|
|
58
|
+
});
|
|
59
|
+
Object.setPrototypeOf(this, OperationDisabledException.prototype);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
63
|
+
name = "ResourceNotFoundException";
|
|
64
|
+
$fault = "client";
|
|
65
|
+
constructor(opts) {
|
|
66
|
+
super({
|
|
67
|
+
name: "ResourceNotFoundException",
|
|
68
|
+
$fault: "client",
|
|
69
|
+
...opts,
|
|
70
|
+
});
|
|
71
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
export class IllegalStatusException extends __BaseException {
|
|
75
|
+
name = "IllegalStatusException";
|
|
76
|
+
$fault = "client";
|
|
77
|
+
constructor(opts) {
|
|
78
|
+
super({
|
|
79
|
+
name: "IllegalStatusException",
|
|
80
|
+
$fault: "client",
|
|
81
|
+
...opts,
|
|
82
|
+
});
|
|
83
|
+
Object.setPrototypeOf(this, IllegalStatusException.prototype);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
export class LimitExceededException extends __BaseException {
|
|
87
|
+
name = "LimitExceededException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
constructor(opts) {
|
|
90
|
+
super({
|
|
91
|
+
name: "LimitExceededException",
|
|
92
|
+
$fault: "client",
|
|
93
|
+
...opts,
|
|
94
|
+
});
|
|
95
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export class ResourceAlreadyExistsException extends __BaseException {
|
|
99
|
+
name = "ResourceAlreadyExistsException";
|
|
100
|
+
$fault = "client";
|
|
101
|
+
constructor(opts) {
|
|
102
|
+
super({
|
|
103
|
+
name: "ResourceAlreadyExistsException",
|
|
104
|
+
$fault: "client",
|
|
105
|
+
...opts,
|
|
106
|
+
});
|
|
107
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export class InvalidEventPatternException extends __BaseException {
|
|
111
|
+
name = "InvalidEventPatternException";
|
|
112
|
+
$fault = "client";
|
|
113
|
+
constructor(opts) {
|
|
114
|
+
super({
|
|
115
|
+
name: "InvalidEventPatternException",
|
|
116
|
+
$fault: "client",
|
|
117
|
+
...opts,
|
|
118
|
+
});
|
|
119
|
+
Object.setPrototypeOf(this, InvalidEventPatternException.prototype);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
export class ThrottlingException extends __BaseException {
|
|
123
|
+
name = "ThrottlingException";
|
|
124
|
+
$fault = "client";
|
|
125
|
+
constructor(opts) {
|
|
126
|
+
super({
|
|
127
|
+
name: "ThrottlingException",
|
|
128
|
+
$fault: "client",
|
|
129
|
+
...opts,
|
|
130
|
+
});
|
|
131
|
+
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
export class ManagedRuleException extends __BaseException {
|
|
135
|
+
name = "ManagedRuleException";
|
|
136
|
+
$fault = "client";
|
|
137
|
+
constructor(opts) {
|
|
138
|
+
super({
|
|
139
|
+
name: "ManagedRuleException",
|
|
140
|
+
$fault: "client",
|
|
141
|
+
...opts,
|
|
142
|
+
});
|
|
143
|
+
Object.setPrototypeOf(this, ManagedRuleException.prototype);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
export class PolicyLengthExceededException extends __BaseException {
|
|
147
|
+
name = "PolicyLengthExceededException";
|
|
148
|
+
$fault = "client";
|
|
149
|
+
constructor(opts) {
|
|
150
|
+
super({
|
|
151
|
+
name: "PolicyLengthExceededException",
|
|
152
|
+
$fault: "client",
|
|
153
|
+
...opts,
|
|
154
|
+
});
|
|
155
|
+
Object.setPrototypeOf(this, PolicyLengthExceededException.prototype);
|
|
156
|
+
}
|
|
157
|
+
}
|