@aws-sdk/client-cloudtrail 3.721.0 → 3.726.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 +1176 -603
- package/dist-es/CloudTrailClient.js +1 -0
- package/dist-es/models/models_0.js +255 -170
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
|
@@ -1,273 +1,294 @@
|
|
|
1
1
|
import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException";
|
|
2
2
|
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
name = "AccessDeniedException";
|
|
4
|
+
$fault = "client";
|
|
5
|
+
Message;
|
|
3
6
|
constructor(opts) {
|
|
4
7
|
super({
|
|
5
8
|
name: "AccessDeniedException",
|
|
6
9
|
$fault: "client",
|
|
7
10
|
...opts,
|
|
8
11
|
});
|
|
9
|
-
this.name = "AccessDeniedException";
|
|
10
|
-
this.$fault = "client";
|
|
11
12
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
12
13
|
this.Message = opts.Message;
|
|
13
14
|
}
|
|
14
15
|
}
|
|
15
16
|
export class AccountHasOngoingImportException extends __BaseException {
|
|
17
|
+
name = "AccountHasOngoingImportException";
|
|
18
|
+
$fault = "client";
|
|
19
|
+
Message;
|
|
16
20
|
constructor(opts) {
|
|
17
21
|
super({
|
|
18
22
|
name: "AccountHasOngoingImportException",
|
|
19
23
|
$fault: "client",
|
|
20
24
|
...opts,
|
|
21
25
|
});
|
|
22
|
-
this.name = "AccountHasOngoingImportException";
|
|
23
|
-
this.$fault = "client";
|
|
24
26
|
Object.setPrototypeOf(this, AccountHasOngoingImportException.prototype);
|
|
25
27
|
this.Message = opts.Message;
|
|
26
28
|
}
|
|
27
29
|
}
|
|
28
30
|
export class AccountNotFoundException extends __BaseException {
|
|
31
|
+
name = "AccountNotFoundException";
|
|
32
|
+
$fault = "client";
|
|
33
|
+
Message;
|
|
29
34
|
constructor(opts) {
|
|
30
35
|
super({
|
|
31
36
|
name: "AccountNotFoundException",
|
|
32
37
|
$fault: "client",
|
|
33
38
|
...opts,
|
|
34
39
|
});
|
|
35
|
-
this.name = "AccountNotFoundException";
|
|
36
|
-
this.$fault = "client";
|
|
37
40
|
Object.setPrototypeOf(this, AccountNotFoundException.prototype);
|
|
38
41
|
this.Message = opts.Message;
|
|
39
42
|
}
|
|
40
43
|
}
|
|
41
44
|
export class AccountNotRegisteredException extends __BaseException {
|
|
45
|
+
name = "AccountNotRegisteredException";
|
|
46
|
+
$fault = "client";
|
|
47
|
+
Message;
|
|
42
48
|
constructor(opts) {
|
|
43
49
|
super({
|
|
44
50
|
name: "AccountNotRegisteredException",
|
|
45
51
|
$fault: "client",
|
|
46
52
|
...opts,
|
|
47
53
|
});
|
|
48
|
-
this.name = "AccountNotRegisteredException";
|
|
49
|
-
this.$fault = "client";
|
|
50
54
|
Object.setPrototypeOf(this, AccountNotRegisteredException.prototype);
|
|
51
55
|
this.Message = opts.Message;
|
|
52
56
|
}
|
|
53
57
|
}
|
|
54
58
|
export class AccountRegisteredException extends __BaseException {
|
|
59
|
+
name = "AccountRegisteredException";
|
|
60
|
+
$fault = "client";
|
|
61
|
+
Message;
|
|
55
62
|
constructor(opts) {
|
|
56
63
|
super({
|
|
57
64
|
name: "AccountRegisteredException",
|
|
58
65
|
$fault: "client",
|
|
59
66
|
...opts,
|
|
60
67
|
});
|
|
61
|
-
this.name = "AccountRegisteredException";
|
|
62
|
-
this.$fault = "client";
|
|
63
68
|
Object.setPrototypeOf(this, AccountRegisteredException.prototype);
|
|
64
69
|
this.Message = opts.Message;
|
|
65
70
|
}
|
|
66
71
|
}
|
|
67
72
|
export class ChannelARNInvalidException extends __BaseException {
|
|
73
|
+
name = "ChannelARNInvalidException";
|
|
74
|
+
$fault = "client";
|
|
75
|
+
Message;
|
|
68
76
|
constructor(opts) {
|
|
69
77
|
super({
|
|
70
78
|
name: "ChannelARNInvalidException",
|
|
71
79
|
$fault: "client",
|
|
72
80
|
...opts,
|
|
73
81
|
});
|
|
74
|
-
this.name = "ChannelARNInvalidException";
|
|
75
|
-
this.$fault = "client";
|
|
76
82
|
Object.setPrototypeOf(this, ChannelARNInvalidException.prototype);
|
|
77
83
|
this.Message = opts.Message;
|
|
78
84
|
}
|
|
79
85
|
}
|
|
80
86
|
export class ChannelNotFoundException extends __BaseException {
|
|
87
|
+
name = "ChannelNotFoundException";
|
|
88
|
+
$fault = "client";
|
|
89
|
+
Message;
|
|
81
90
|
constructor(opts) {
|
|
82
91
|
super({
|
|
83
92
|
name: "ChannelNotFoundException",
|
|
84
93
|
$fault: "client",
|
|
85
94
|
...opts,
|
|
86
95
|
});
|
|
87
|
-
this.name = "ChannelNotFoundException";
|
|
88
|
-
this.$fault = "client";
|
|
89
96
|
Object.setPrototypeOf(this, ChannelNotFoundException.prototype);
|
|
90
97
|
this.Message = opts.Message;
|
|
91
98
|
}
|
|
92
99
|
}
|
|
93
100
|
export class CloudTrailARNInvalidException extends __BaseException {
|
|
101
|
+
name = "CloudTrailARNInvalidException";
|
|
102
|
+
$fault = "client";
|
|
103
|
+
Message;
|
|
94
104
|
constructor(opts) {
|
|
95
105
|
super({
|
|
96
106
|
name: "CloudTrailARNInvalidException",
|
|
97
107
|
$fault: "client",
|
|
98
108
|
...opts,
|
|
99
109
|
});
|
|
100
|
-
this.name = "CloudTrailARNInvalidException";
|
|
101
|
-
this.$fault = "client";
|
|
102
110
|
Object.setPrototypeOf(this, CloudTrailARNInvalidException.prototype);
|
|
103
111
|
this.Message = opts.Message;
|
|
104
112
|
}
|
|
105
113
|
}
|
|
106
114
|
export class ConflictException extends __BaseException {
|
|
115
|
+
name = "ConflictException";
|
|
116
|
+
$fault = "client";
|
|
117
|
+
Message;
|
|
107
118
|
constructor(opts) {
|
|
108
119
|
super({
|
|
109
120
|
name: "ConflictException",
|
|
110
121
|
$fault: "client",
|
|
111
122
|
...opts,
|
|
112
123
|
});
|
|
113
|
-
this.name = "ConflictException";
|
|
114
|
-
this.$fault = "client";
|
|
115
124
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
116
125
|
this.Message = opts.Message;
|
|
117
126
|
}
|
|
118
127
|
}
|
|
119
128
|
export class EventDataStoreARNInvalidException extends __BaseException {
|
|
129
|
+
name = "EventDataStoreARNInvalidException";
|
|
130
|
+
$fault = "client";
|
|
131
|
+
Message;
|
|
120
132
|
constructor(opts) {
|
|
121
133
|
super({
|
|
122
134
|
name: "EventDataStoreARNInvalidException",
|
|
123
135
|
$fault: "client",
|
|
124
136
|
...opts,
|
|
125
137
|
});
|
|
126
|
-
this.name = "EventDataStoreARNInvalidException";
|
|
127
|
-
this.$fault = "client";
|
|
128
138
|
Object.setPrototypeOf(this, EventDataStoreARNInvalidException.prototype);
|
|
129
139
|
this.Message = opts.Message;
|
|
130
140
|
}
|
|
131
141
|
}
|
|
132
142
|
export class EventDataStoreNotFoundException extends __BaseException {
|
|
143
|
+
name = "EventDataStoreNotFoundException";
|
|
144
|
+
$fault = "client";
|
|
145
|
+
Message;
|
|
133
146
|
constructor(opts) {
|
|
134
147
|
super({
|
|
135
148
|
name: "EventDataStoreNotFoundException",
|
|
136
149
|
$fault: "client",
|
|
137
150
|
...opts,
|
|
138
151
|
});
|
|
139
|
-
this.name = "EventDataStoreNotFoundException";
|
|
140
|
-
this.$fault = "client";
|
|
141
152
|
Object.setPrototypeOf(this, EventDataStoreNotFoundException.prototype);
|
|
142
153
|
this.Message = opts.Message;
|
|
143
154
|
}
|
|
144
155
|
}
|
|
145
156
|
export class InactiveEventDataStoreException extends __BaseException {
|
|
157
|
+
name = "InactiveEventDataStoreException";
|
|
158
|
+
$fault = "client";
|
|
159
|
+
Message;
|
|
146
160
|
constructor(opts) {
|
|
147
161
|
super({
|
|
148
162
|
name: "InactiveEventDataStoreException",
|
|
149
163
|
$fault: "client",
|
|
150
164
|
...opts,
|
|
151
165
|
});
|
|
152
|
-
this.name = "InactiveEventDataStoreException";
|
|
153
|
-
this.$fault = "client";
|
|
154
166
|
Object.setPrototypeOf(this, InactiveEventDataStoreException.prototype);
|
|
155
167
|
this.Message = opts.Message;
|
|
156
168
|
}
|
|
157
169
|
}
|
|
158
170
|
export class InvalidTagParameterException extends __BaseException {
|
|
171
|
+
name = "InvalidTagParameterException";
|
|
172
|
+
$fault = "client";
|
|
173
|
+
Message;
|
|
159
174
|
constructor(opts) {
|
|
160
175
|
super({
|
|
161
176
|
name: "InvalidTagParameterException",
|
|
162
177
|
$fault: "client",
|
|
163
178
|
...opts,
|
|
164
179
|
});
|
|
165
|
-
this.name = "InvalidTagParameterException";
|
|
166
|
-
this.$fault = "client";
|
|
167
180
|
Object.setPrototypeOf(this, InvalidTagParameterException.prototype);
|
|
168
181
|
this.Message = opts.Message;
|
|
169
182
|
}
|
|
170
183
|
}
|
|
171
184
|
export class InvalidTrailNameException extends __BaseException {
|
|
185
|
+
name = "InvalidTrailNameException";
|
|
186
|
+
$fault = "client";
|
|
187
|
+
Message;
|
|
172
188
|
constructor(opts) {
|
|
173
189
|
super({
|
|
174
190
|
name: "InvalidTrailNameException",
|
|
175
191
|
$fault: "client",
|
|
176
192
|
...opts,
|
|
177
193
|
});
|
|
178
|
-
this.name = "InvalidTrailNameException";
|
|
179
|
-
this.$fault = "client";
|
|
180
194
|
Object.setPrototypeOf(this, InvalidTrailNameException.prototype);
|
|
181
195
|
this.Message = opts.Message;
|
|
182
196
|
}
|
|
183
197
|
}
|
|
184
198
|
export class NoManagementAccountSLRExistsException extends __BaseException {
|
|
199
|
+
name = "NoManagementAccountSLRExistsException";
|
|
200
|
+
$fault = "client";
|
|
201
|
+
Message;
|
|
185
202
|
constructor(opts) {
|
|
186
203
|
super({
|
|
187
204
|
name: "NoManagementAccountSLRExistsException",
|
|
188
205
|
$fault: "client",
|
|
189
206
|
...opts,
|
|
190
207
|
});
|
|
191
|
-
this.name = "NoManagementAccountSLRExistsException";
|
|
192
|
-
this.$fault = "client";
|
|
193
208
|
Object.setPrototypeOf(this, NoManagementAccountSLRExistsException.prototype);
|
|
194
209
|
this.Message = opts.Message;
|
|
195
210
|
}
|
|
196
211
|
}
|
|
197
212
|
export class NotOrganizationMasterAccountException extends __BaseException {
|
|
213
|
+
name = "NotOrganizationMasterAccountException";
|
|
214
|
+
$fault = "client";
|
|
215
|
+
Message;
|
|
198
216
|
constructor(opts) {
|
|
199
217
|
super({
|
|
200
218
|
name: "NotOrganizationMasterAccountException",
|
|
201
219
|
$fault: "client",
|
|
202
220
|
...opts,
|
|
203
221
|
});
|
|
204
|
-
this.name = "NotOrganizationMasterAccountException";
|
|
205
|
-
this.$fault = "client";
|
|
206
222
|
Object.setPrototypeOf(this, NotOrganizationMasterAccountException.prototype);
|
|
207
223
|
this.Message = opts.Message;
|
|
208
224
|
}
|
|
209
225
|
}
|
|
210
226
|
export class OperationNotPermittedException extends __BaseException {
|
|
227
|
+
name = "OperationNotPermittedException";
|
|
228
|
+
$fault = "client";
|
|
229
|
+
Message;
|
|
211
230
|
constructor(opts) {
|
|
212
231
|
super({
|
|
213
232
|
name: "OperationNotPermittedException",
|
|
214
233
|
$fault: "client",
|
|
215
234
|
...opts,
|
|
216
235
|
});
|
|
217
|
-
this.name = "OperationNotPermittedException";
|
|
218
|
-
this.$fault = "client";
|
|
219
236
|
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
220
237
|
this.Message = opts.Message;
|
|
221
238
|
}
|
|
222
239
|
}
|
|
223
240
|
export class ResourceNotFoundException extends __BaseException {
|
|
241
|
+
name = "ResourceNotFoundException";
|
|
242
|
+
$fault = "client";
|
|
243
|
+
Message;
|
|
224
244
|
constructor(opts) {
|
|
225
245
|
super({
|
|
226
246
|
name: "ResourceNotFoundException",
|
|
227
247
|
$fault: "client",
|
|
228
248
|
...opts,
|
|
229
249
|
});
|
|
230
|
-
this.name = "ResourceNotFoundException";
|
|
231
|
-
this.$fault = "client";
|
|
232
250
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
233
251
|
this.Message = opts.Message;
|
|
234
252
|
}
|
|
235
253
|
}
|
|
236
254
|
export class ResourceTypeNotSupportedException extends __BaseException {
|
|
255
|
+
name = "ResourceTypeNotSupportedException";
|
|
256
|
+
$fault = "client";
|
|
257
|
+
Message;
|
|
237
258
|
constructor(opts) {
|
|
238
259
|
super({
|
|
239
260
|
name: "ResourceTypeNotSupportedException",
|
|
240
261
|
$fault: "client",
|
|
241
262
|
...opts,
|
|
242
263
|
});
|
|
243
|
-
this.name = "ResourceTypeNotSupportedException";
|
|
244
|
-
this.$fault = "client";
|
|
245
264
|
Object.setPrototypeOf(this, ResourceTypeNotSupportedException.prototype);
|
|
246
265
|
this.Message = opts.Message;
|
|
247
266
|
}
|
|
248
267
|
}
|
|
249
268
|
export class TagsLimitExceededException extends __BaseException {
|
|
269
|
+
name = "TagsLimitExceededException";
|
|
270
|
+
$fault = "client";
|
|
271
|
+
Message;
|
|
250
272
|
constructor(opts) {
|
|
251
273
|
super({
|
|
252
274
|
name: "TagsLimitExceededException",
|
|
253
275
|
$fault: "client",
|
|
254
276
|
...opts,
|
|
255
277
|
});
|
|
256
|
-
this.name = "TagsLimitExceededException";
|
|
257
|
-
this.$fault = "client";
|
|
258
278
|
Object.setPrototypeOf(this, TagsLimitExceededException.prototype);
|
|
259
279
|
this.Message = opts.Message;
|
|
260
280
|
}
|
|
261
281
|
}
|
|
262
282
|
export class UnsupportedOperationException extends __BaseException {
|
|
283
|
+
name = "UnsupportedOperationException";
|
|
284
|
+
$fault = "client";
|
|
285
|
+
Message;
|
|
263
286
|
constructor(opts) {
|
|
264
287
|
super({
|
|
265
288
|
name: "UnsupportedOperationException",
|
|
266
289
|
$fault: "client",
|
|
267
290
|
...opts,
|
|
268
291
|
});
|
|
269
|
-
this.name = "UnsupportedOperationException";
|
|
270
|
-
this.$fault = "client";
|
|
271
292
|
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
272
293
|
this.Message = opts.Message;
|
|
273
294
|
}
|
|
@@ -285,92 +306,99 @@ export const QueryStatus = {
|
|
|
285
306
|
TIMED_OUT: "TIMED_OUT",
|
|
286
307
|
};
|
|
287
308
|
export class InactiveQueryException extends __BaseException {
|
|
309
|
+
name = "InactiveQueryException";
|
|
310
|
+
$fault = "client";
|
|
311
|
+
Message;
|
|
288
312
|
constructor(opts) {
|
|
289
313
|
super({
|
|
290
314
|
name: "InactiveQueryException",
|
|
291
315
|
$fault: "client",
|
|
292
316
|
...opts,
|
|
293
317
|
});
|
|
294
|
-
this.name = "InactiveQueryException";
|
|
295
|
-
this.$fault = "client";
|
|
296
318
|
Object.setPrototypeOf(this, InactiveQueryException.prototype);
|
|
297
319
|
this.Message = opts.Message;
|
|
298
320
|
}
|
|
299
321
|
}
|
|
300
322
|
export class InvalidParameterException extends __BaseException {
|
|
323
|
+
name = "InvalidParameterException";
|
|
324
|
+
$fault = "client";
|
|
325
|
+
Message;
|
|
301
326
|
constructor(opts) {
|
|
302
327
|
super({
|
|
303
328
|
name: "InvalidParameterException",
|
|
304
329
|
$fault: "client",
|
|
305
330
|
...opts,
|
|
306
331
|
});
|
|
307
|
-
this.name = "InvalidParameterException";
|
|
308
|
-
this.$fault = "client";
|
|
309
332
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
310
333
|
this.Message = opts.Message;
|
|
311
334
|
}
|
|
312
335
|
}
|
|
313
336
|
export class QueryIdNotFoundException extends __BaseException {
|
|
337
|
+
name = "QueryIdNotFoundException";
|
|
338
|
+
$fault = "client";
|
|
339
|
+
Message;
|
|
314
340
|
constructor(opts) {
|
|
315
341
|
super({
|
|
316
342
|
name: "QueryIdNotFoundException",
|
|
317
343
|
$fault: "client",
|
|
318
344
|
...opts,
|
|
319
345
|
});
|
|
320
|
-
this.name = "QueryIdNotFoundException";
|
|
321
|
-
this.$fault = "client";
|
|
322
346
|
Object.setPrototypeOf(this, QueryIdNotFoundException.prototype);
|
|
323
347
|
this.Message = opts.Message;
|
|
324
348
|
}
|
|
325
349
|
}
|
|
326
350
|
export class CannotDelegateManagementAccountException extends __BaseException {
|
|
351
|
+
name = "CannotDelegateManagementAccountException";
|
|
352
|
+
$fault = "client";
|
|
353
|
+
Message;
|
|
327
354
|
constructor(opts) {
|
|
328
355
|
super({
|
|
329
356
|
name: "CannotDelegateManagementAccountException",
|
|
330
357
|
$fault: "client",
|
|
331
358
|
...opts,
|
|
332
359
|
});
|
|
333
|
-
this.name = "CannotDelegateManagementAccountException";
|
|
334
|
-
this.$fault = "client";
|
|
335
360
|
Object.setPrototypeOf(this, CannotDelegateManagementAccountException.prototype);
|
|
336
361
|
this.Message = opts.Message;
|
|
337
362
|
}
|
|
338
363
|
}
|
|
339
364
|
export class ChannelAlreadyExistsException extends __BaseException {
|
|
365
|
+
name = "ChannelAlreadyExistsException";
|
|
366
|
+
$fault = "client";
|
|
367
|
+
Message;
|
|
340
368
|
constructor(opts) {
|
|
341
369
|
super({
|
|
342
370
|
name: "ChannelAlreadyExistsException",
|
|
343
371
|
$fault: "client",
|
|
344
372
|
...opts,
|
|
345
373
|
});
|
|
346
|
-
this.name = "ChannelAlreadyExistsException";
|
|
347
|
-
this.$fault = "client";
|
|
348
374
|
Object.setPrototypeOf(this, ChannelAlreadyExistsException.prototype);
|
|
349
375
|
this.Message = opts.Message;
|
|
350
376
|
}
|
|
351
377
|
}
|
|
352
378
|
export class ChannelExistsForEDSException extends __BaseException {
|
|
379
|
+
name = "ChannelExistsForEDSException";
|
|
380
|
+
$fault = "client";
|
|
381
|
+
Message;
|
|
353
382
|
constructor(opts) {
|
|
354
383
|
super({
|
|
355
384
|
name: "ChannelExistsForEDSException",
|
|
356
385
|
$fault: "client",
|
|
357
386
|
...opts,
|
|
358
387
|
});
|
|
359
|
-
this.name = "ChannelExistsForEDSException";
|
|
360
|
-
this.$fault = "client";
|
|
361
388
|
Object.setPrototypeOf(this, ChannelExistsForEDSException.prototype);
|
|
362
389
|
this.Message = opts.Message;
|
|
363
390
|
}
|
|
364
391
|
}
|
|
365
392
|
export class ChannelMaxLimitExceededException extends __BaseException {
|
|
393
|
+
name = "ChannelMaxLimitExceededException";
|
|
394
|
+
$fault = "client";
|
|
395
|
+
Message;
|
|
366
396
|
constructor(opts) {
|
|
367
397
|
super({
|
|
368
398
|
name: "ChannelMaxLimitExceededException",
|
|
369
399
|
$fault: "client",
|
|
370
400
|
...opts,
|
|
371
401
|
});
|
|
372
|
-
this.name = "ChannelMaxLimitExceededException";
|
|
373
|
-
this.$fault = "client";
|
|
374
402
|
Object.setPrototypeOf(this, ChannelMaxLimitExceededException.prototype);
|
|
375
403
|
this.Message = opts.Message;
|
|
376
404
|
}
|
|
@@ -380,27 +408,29 @@ export const DestinationType = {
|
|
|
380
408
|
EVENT_DATA_STORE: "EVENT_DATA_STORE",
|
|
381
409
|
};
|
|
382
410
|
export class InvalidEventDataStoreCategoryException extends __BaseException {
|
|
411
|
+
name = "InvalidEventDataStoreCategoryException";
|
|
412
|
+
$fault = "client";
|
|
413
|
+
Message;
|
|
383
414
|
constructor(opts) {
|
|
384
415
|
super({
|
|
385
416
|
name: "InvalidEventDataStoreCategoryException",
|
|
386
417
|
$fault: "client",
|
|
387
418
|
...opts,
|
|
388
419
|
});
|
|
389
|
-
this.name = "InvalidEventDataStoreCategoryException";
|
|
390
|
-
this.$fault = "client";
|
|
391
420
|
Object.setPrototypeOf(this, InvalidEventDataStoreCategoryException.prototype);
|
|
392
421
|
this.Message = opts.Message;
|
|
393
422
|
}
|
|
394
423
|
}
|
|
395
424
|
export class InvalidSourceException extends __BaseException {
|
|
425
|
+
name = "InvalidSourceException";
|
|
426
|
+
$fault = "client";
|
|
427
|
+
Message;
|
|
396
428
|
constructor(opts) {
|
|
397
429
|
super({
|
|
398
430
|
name: "InvalidSourceException",
|
|
399
431
|
$fault: "client",
|
|
400
432
|
...opts,
|
|
401
433
|
});
|
|
402
|
-
this.name = "InvalidSourceException";
|
|
403
|
-
this.$fault = "client";
|
|
404
434
|
Object.setPrototypeOf(this, InvalidSourceException.prototype);
|
|
405
435
|
this.Message = opts.Message;
|
|
406
436
|
}
|
|
@@ -418,53 +448,57 @@ export const DashboardType = {
|
|
|
418
448
|
MANAGED: "MANAGED",
|
|
419
449
|
};
|
|
420
450
|
export class InsufficientEncryptionPolicyException extends __BaseException {
|
|
451
|
+
name = "InsufficientEncryptionPolicyException";
|
|
452
|
+
$fault = "client";
|
|
453
|
+
Message;
|
|
421
454
|
constructor(opts) {
|
|
422
455
|
super({
|
|
423
456
|
name: "InsufficientEncryptionPolicyException",
|
|
424
457
|
$fault: "client",
|
|
425
458
|
...opts,
|
|
426
459
|
});
|
|
427
|
-
this.name = "InsufficientEncryptionPolicyException";
|
|
428
|
-
this.$fault = "client";
|
|
429
460
|
Object.setPrototypeOf(this, InsufficientEncryptionPolicyException.prototype);
|
|
430
461
|
this.Message = opts.Message;
|
|
431
462
|
}
|
|
432
463
|
}
|
|
433
464
|
export class InvalidQueryStatementException extends __BaseException {
|
|
465
|
+
name = "InvalidQueryStatementException";
|
|
466
|
+
$fault = "client";
|
|
467
|
+
Message;
|
|
434
468
|
constructor(opts) {
|
|
435
469
|
super({
|
|
436
470
|
name: "InvalidQueryStatementException",
|
|
437
471
|
$fault: "client",
|
|
438
472
|
...opts,
|
|
439
473
|
});
|
|
440
|
-
this.name = "InvalidQueryStatementException";
|
|
441
|
-
this.$fault = "client";
|
|
442
474
|
Object.setPrototypeOf(this, InvalidQueryStatementException.prototype);
|
|
443
475
|
this.Message = opts.Message;
|
|
444
476
|
}
|
|
445
477
|
}
|
|
446
478
|
export class ServiceQuotaExceededException extends __BaseException {
|
|
479
|
+
name = "ServiceQuotaExceededException";
|
|
480
|
+
$fault = "client";
|
|
481
|
+
Message;
|
|
447
482
|
constructor(opts) {
|
|
448
483
|
super({
|
|
449
484
|
name: "ServiceQuotaExceededException",
|
|
450
485
|
$fault: "client",
|
|
451
486
|
...opts,
|
|
452
487
|
});
|
|
453
|
-
this.name = "ServiceQuotaExceededException";
|
|
454
|
-
this.$fault = "client";
|
|
455
488
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
456
489
|
this.Message = opts.Message;
|
|
457
490
|
}
|
|
458
491
|
}
|
|
459
492
|
export class CloudTrailAccessNotEnabledException extends __BaseException {
|
|
493
|
+
name = "CloudTrailAccessNotEnabledException";
|
|
494
|
+
$fault = "client";
|
|
495
|
+
Message;
|
|
460
496
|
constructor(opts) {
|
|
461
497
|
super({
|
|
462
498
|
name: "CloudTrailAccessNotEnabledException",
|
|
463
499
|
$fault: "client",
|
|
464
500
|
...opts,
|
|
465
501
|
});
|
|
466
|
-
this.name = "CloudTrailAccessNotEnabledException";
|
|
467
|
-
this.$fault = "client";
|
|
468
502
|
Object.setPrototypeOf(this, CloudTrailAccessNotEnabledException.prototype);
|
|
469
503
|
this.Message = opts.Message;
|
|
470
504
|
}
|
|
@@ -478,430 +512,463 @@ export const EventDataStoreStatus = {
|
|
|
478
512
|
STOPPING_INGESTION: "STOPPING_INGESTION",
|
|
479
513
|
};
|
|
480
514
|
export class EventDataStoreAlreadyExistsException extends __BaseException {
|
|
515
|
+
name = "EventDataStoreAlreadyExistsException";
|
|
516
|
+
$fault = "client";
|
|
517
|
+
Message;
|
|
481
518
|
constructor(opts) {
|
|
482
519
|
super({
|
|
483
520
|
name: "EventDataStoreAlreadyExistsException",
|
|
484
521
|
$fault: "client",
|
|
485
522
|
...opts,
|
|
486
523
|
});
|
|
487
|
-
this.name = "EventDataStoreAlreadyExistsException";
|
|
488
|
-
this.$fault = "client";
|
|
489
524
|
Object.setPrototypeOf(this, EventDataStoreAlreadyExistsException.prototype);
|
|
490
525
|
this.Message = opts.Message;
|
|
491
526
|
}
|
|
492
527
|
}
|
|
493
528
|
export class EventDataStoreMaxLimitExceededException extends __BaseException {
|
|
529
|
+
name = "EventDataStoreMaxLimitExceededException";
|
|
530
|
+
$fault = "client";
|
|
531
|
+
Message;
|
|
494
532
|
constructor(opts) {
|
|
495
533
|
super({
|
|
496
534
|
name: "EventDataStoreMaxLimitExceededException",
|
|
497
535
|
$fault: "client",
|
|
498
536
|
...opts,
|
|
499
537
|
});
|
|
500
|
-
this.name = "EventDataStoreMaxLimitExceededException";
|
|
501
|
-
this.$fault = "client";
|
|
502
538
|
Object.setPrototypeOf(this, EventDataStoreMaxLimitExceededException.prototype);
|
|
503
539
|
this.Message = opts.Message;
|
|
504
540
|
}
|
|
505
541
|
}
|
|
506
542
|
export class InsufficientDependencyServiceAccessPermissionException extends __BaseException {
|
|
543
|
+
name = "InsufficientDependencyServiceAccessPermissionException";
|
|
544
|
+
$fault = "client";
|
|
545
|
+
Message;
|
|
507
546
|
constructor(opts) {
|
|
508
547
|
super({
|
|
509
548
|
name: "InsufficientDependencyServiceAccessPermissionException",
|
|
510
549
|
$fault: "client",
|
|
511
550
|
...opts,
|
|
512
551
|
});
|
|
513
|
-
this.name = "InsufficientDependencyServiceAccessPermissionException";
|
|
514
|
-
this.$fault = "client";
|
|
515
552
|
Object.setPrototypeOf(this, InsufficientDependencyServiceAccessPermissionException.prototype);
|
|
516
553
|
this.Message = opts.Message;
|
|
517
554
|
}
|
|
518
555
|
}
|
|
519
556
|
export class InvalidEventSelectorsException extends __BaseException {
|
|
557
|
+
name = "InvalidEventSelectorsException";
|
|
558
|
+
$fault = "client";
|
|
559
|
+
Message;
|
|
520
560
|
constructor(opts) {
|
|
521
561
|
super({
|
|
522
562
|
name: "InvalidEventSelectorsException",
|
|
523
563
|
$fault: "client",
|
|
524
564
|
...opts,
|
|
525
565
|
});
|
|
526
|
-
this.name = "InvalidEventSelectorsException";
|
|
527
|
-
this.$fault = "client";
|
|
528
566
|
Object.setPrototypeOf(this, InvalidEventSelectorsException.prototype);
|
|
529
567
|
this.Message = opts.Message;
|
|
530
568
|
}
|
|
531
569
|
}
|
|
532
570
|
export class InvalidKmsKeyIdException extends __BaseException {
|
|
571
|
+
name = "InvalidKmsKeyIdException";
|
|
572
|
+
$fault = "client";
|
|
573
|
+
Message;
|
|
533
574
|
constructor(opts) {
|
|
534
575
|
super({
|
|
535
576
|
name: "InvalidKmsKeyIdException",
|
|
536
577
|
$fault: "client",
|
|
537
578
|
...opts,
|
|
538
579
|
});
|
|
539
|
-
this.name = "InvalidKmsKeyIdException";
|
|
540
|
-
this.$fault = "client";
|
|
541
580
|
Object.setPrototypeOf(this, InvalidKmsKeyIdException.prototype);
|
|
542
581
|
this.Message = opts.Message;
|
|
543
582
|
}
|
|
544
583
|
}
|
|
545
584
|
export class KmsException extends __BaseException {
|
|
585
|
+
name = "KmsException";
|
|
586
|
+
$fault = "client";
|
|
587
|
+
Message;
|
|
546
588
|
constructor(opts) {
|
|
547
589
|
super({
|
|
548
590
|
name: "KmsException",
|
|
549
591
|
$fault: "client",
|
|
550
592
|
...opts,
|
|
551
593
|
});
|
|
552
|
-
this.name = "KmsException";
|
|
553
|
-
this.$fault = "client";
|
|
554
594
|
Object.setPrototypeOf(this, KmsException.prototype);
|
|
555
595
|
this.Message = opts.Message;
|
|
556
596
|
}
|
|
557
597
|
}
|
|
558
598
|
export class KmsKeyNotFoundException extends __BaseException {
|
|
599
|
+
name = "KmsKeyNotFoundException";
|
|
600
|
+
$fault = "client";
|
|
601
|
+
Message;
|
|
559
602
|
constructor(opts) {
|
|
560
603
|
super({
|
|
561
604
|
name: "KmsKeyNotFoundException",
|
|
562
605
|
$fault: "client",
|
|
563
606
|
...opts,
|
|
564
607
|
});
|
|
565
|
-
this.name = "KmsKeyNotFoundException";
|
|
566
|
-
this.$fault = "client";
|
|
567
608
|
Object.setPrototypeOf(this, KmsKeyNotFoundException.prototype);
|
|
568
609
|
this.Message = opts.Message;
|
|
569
610
|
}
|
|
570
611
|
}
|
|
571
612
|
export class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
613
|
+
name = "OrganizationNotInAllFeaturesModeException";
|
|
614
|
+
$fault = "client";
|
|
615
|
+
Message;
|
|
572
616
|
constructor(opts) {
|
|
573
617
|
super({
|
|
574
618
|
name: "OrganizationNotInAllFeaturesModeException",
|
|
575
619
|
$fault: "client",
|
|
576
620
|
...opts,
|
|
577
621
|
});
|
|
578
|
-
this.name = "OrganizationNotInAllFeaturesModeException";
|
|
579
|
-
this.$fault = "client";
|
|
580
622
|
Object.setPrototypeOf(this, OrganizationNotInAllFeaturesModeException.prototype);
|
|
581
623
|
this.Message = opts.Message;
|
|
582
624
|
}
|
|
583
625
|
}
|
|
584
626
|
export class OrganizationsNotInUseException extends __BaseException {
|
|
627
|
+
name = "OrganizationsNotInUseException";
|
|
628
|
+
$fault = "client";
|
|
629
|
+
Message;
|
|
585
630
|
constructor(opts) {
|
|
586
631
|
super({
|
|
587
632
|
name: "OrganizationsNotInUseException",
|
|
588
633
|
$fault: "client",
|
|
589
634
|
...opts,
|
|
590
635
|
});
|
|
591
|
-
this.name = "OrganizationsNotInUseException";
|
|
592
|
-
this.$fault = "client";
|
|
593
636
|
Object.setPrototypeOf(this, OrganizationsNotInUseException.prototype);
|
|
594
637
|
this.Message = opts.Message;
|
|
595
638
|
}
|
|
596
639
|
}
|
|
597
640
|
export class CloudTrailInvalidClientTokenIdException extends __BaseException {
|
|
641
|
+
name = "CloudTrailInvalidClientTokenIdException";
|
|
642
|
+
$fault = "client";
|
|
643
|
+
Message;
|
|
598
644
|
constructor(opts) {
|
|
599
645
|
super({
|
|
600
646
|
name: "CloudTrailInvalidClientTokenIdException",
|
|
601
647
|
$fault: "client",
|
|
602
648
|
...opts,
|
|
603
649
|
});
|
|
604
|
-
this.name = "CloudTrailInvalidClientTokenIdException";
|
|
605
|
-
this.$fault = "client";
|
|
606
650
|
Object.setPrototypeOf(this, CloudTrailInvalidClientTokenIdException.prototype);
|
|
607
651
|
this.Message = opts.Message;
|
|
608
652
|
}
|
|
609
653
|
}
|
|
610
654
|
export class CloudWatchLogsDeliveryUnavailableException extends __BaseException {
|
|
655
|
+
name = "CloudWatchLogsDeliveryUnavailableException";
|
|
656
|
+
$fault = "client";
|
|
657
|
+
Message;
|
|
611
658
|
constructor(opts) {
|
|
612
659
|
super({
|
|
613
660
|
name: "CloudWatchLogsDeliveryUnavailableException",
|
|
614
661
|
$fault: "client",
|
|
615
662
|
...opts,
|
|
616
663
|
});
|
|
617
|
-
this.name = "CloudWatchLogsDeliveryUnavailableException";
|
|
618
|
-
this.$fault = "client";
|
|
619
664
|
Object.setPrototypeOf(this, CloudWatchLogsDeliveryUnavailableException.prototype);
|
|
620
665
|
this.Message = opts.Message;
|
|
621
666
|
}
|
|
622
667
|
}
|
|
623
668
|
export class InsufficientS3BucketPolicyException extends __BaseException {
|
|
669
|
+
name = "InsufficientS3BucketPolicyException";
|
|
670
|
+
$fault = "client";
|
|
671
|
+
Message;
|
|
624
672
|
constructor(opts) {
|
|
625
673
|
super({
|
|
626
674
|
name: "InsufficientS3BucketPolicyException",
|
|
627
675
|
$fault: "client",
|
|
628
676
|
...opts,
|
|
629
677
|
});
|
|
630
|
-
this.name = "InsufficientS3BucketPolicyException";
|
|
631
|
-
this.$fault = "client";
|
|
632
678
|
Object.setPrototypeOf(this, InsufficientS3BucketPolicyException.prototype);
|
|
633
679
|
this.Message = opts.Message;
|
|
634
680
|
}
|
|
635
681
|
}
|
|
636
682
|
export class InsufficientSnsTopicPolicyException extends __BaseException {
|
|
683
|
+
name = "InsufficientSnsTopicPolicyException";
|
|
684
|
+
$fault = "client";
|
|
685
|
+
Message;
|
|
637
686
|
constructor(opts) {
|
|
638
687
|
super({
|
|
639
688
|
name: "InsufficientSnsTopicPolicyException",
|
|
640
689
|
$fault: "client",
|
|
641
690
|
...opts,
|
|
642
691
|
});
|
|
643
|
-
this.name = "InsufficientSnsTopicPolicyException";
|
|
644
|
-
this.$fault = "client";
|
|
645
692
|
Object.setPrototypeOf(this, InsufficientSnsTopicPolicyException.prototype);
|
|
646
693
|
this.Message = opts.Message;
|
|
647
694
|
}
|
|
648
695
|
}
|
|
649
696
|
export class InvalidCloudWatchLogsLogGroupArnException extends __BaseException {
|
|
697
|
+
name = "InvalidCloudWatchLogsLogGroupArnException";
|
|
698
|
+
$fault = "client";
|
|
699
|
+
Message;
|
|
650
700
|
constructor(opts) {
|
|
651
701
|
super({
|
|
652
702
|
name: "InvalidCloudWatchLogsLogGroupArnException",
|
|
653
703
|
$fault: "client",
|
|
654
704
|
...opts,
|
|
655
705
|
});
|
|
656
|
-
this.name = "InvalidCloudWatchLogsLogGroupArnException";
|
|
657
|
-
this.$fault = "client";
|
|
658
706
|
Object.setPrototypeOf(this, InvalidCloudWatchLogsLogGroupArnException.prototype);
|
|
659
707
|
this.Message = opts.Message;
|
|
660
708
|
}
|
|
661
709
|
}
|
|
662
710
|
export class InvalidCloudWatchLogsRoleArnException extends __BaseException {
|
|
711
|
+
name = "InvalidCloudWatchLogsRoleArnException";
|
|
712
|
+
$fault = "client";
|
|
713
|
+
Message;
|
|
663
714
|
constructor(opts) {
|
|
664
715
|
super({
|
|
665
716
|
name: "InvalidCloudWatchLogsRoleArnException",
|
|
666
717
|
$fault: "client",
|
|
667
718
|
...opts,
|
|
668
719
|
});
|
|
669
|
-
this.name = "InvalidCloudWatchLogsRoleArnException";
|
|
670
|
-
this.$fault = "client";
|
|
671
720
|
Object.setPrototypeOf(this, InvalidCloudWatchLogsRoleArnException.prototype);
|
|
672
721
|
this.Message = opts.Message;
|
|
673
722
|
}
|
|
674
723
|
}
|
|
675
724
|
export class InvalidParameterCombinationException extends __BaseException {
|
|
725
|
+
name = "InvalidParameterCombinationException";
|
|
726
|
+
$fault = "client";
|
|
727
|
+
Message;
|
|
676
728
|
constructor(opts) {
|
|
677
729
|
super({
|
|
678
730
|
name: "InvalidParameterCombinationException",
|
|
679
731
|
$fault: "client",
|
|
680
732
|
...opts,
|
|
681
733
|
});
|
|
682
|
-
this.name = "InvalidParameterCombinationException";
|
|
683
|
-
this.$fault = "client";
|
|
684
734
|
Object.setPrototypeOf(this, InvalidParameterCombinationException.prototype);
|
|
685
735
|
this.Message = opts.Message;
|
|
686
736
|
}
|
|
687
737
|
}
|
|
688
738
|
export class InvalidS3BucketNameException extends __BaseException {
|
|
739
|
+
name = "InvalidS3BucketNameException";
|
|
740
|
+
$fault = "client";
|
|
741
|
+
Message;
|
|
689
742
|
constructor(opts) {
|
|
690
743
|
super({
|
|
691
744
|
name: "InvalidS3BucketNameException",
|
|
692
745
|
$fault: "client",
|
|
693
746
|
...opts,
|
|
694
747
|
});
|
|
695
|
-
this.name = "InvalidS3BucketNameException";
|
|
696
|
-
this.$fault = "client";
|
|
697
748
|
Object.setPrototypeOf(this, InvalidS3BucketNameException.prototype);
|
|
698
749
|
this.Message = opts.Message;
|
|
699
750
|
}
|
|
700
751
|
}
|
|
701
752
|
export class InvalidS3PrefixException extends __BaseException {
|
|
753
|
+
name = "InvalidS3PrefixException";
|
|
754
|
+
$fault = "client";
|
|
755
|
+
Message;
|
|
702
756
|
constructor(opts) {
|
|
703
757
|
super({
|
|
704
758
|
name: "InvalidS3PrefixException",
|
|
705
759
|
$fault: "client",
|
|
706
760
|
...opts,
|
|
707
761
|
});
|
|
708
|
-
this.name = "InvalidS3PrefixException";
|
|
709
|
-
this.$fault = "client";
|
|
710
762
|
Object.setPrototypeOf(this, InvalidS3PrefixException.prototype);
|
|
711
763
|
this.Message = opts.Message;
|
|
712
764
|
}
|
|
713
765
|
}
|
|
714
766
|
export class InvalidSnsTopicNameException extends __BaseException {
|
|
767
|
+
name = "InvalidSnsTopicNameException";
|
|
768
|
+
$fault = "client";
|
|
769
|
+
Message;
|
|
715
770
|
constructor(opts) {
|
|
716
771
|
super({
|
|
717
772
|
name: "InvalidSnsTopicNameException",
|
|
718
773
|
$fault: "client",
|
|
719
774
|
...opts,
|
|
720
775
|
});
|
|
721
|
-
this.name = "InvalidSnsTopicNameException";
|
|
722
|
-
this.$fault = "client";
|
|
723
776
|
Object.setPrototypeOf(this, InvalidSnsTopicNameException.prototype);
|
|
724
777
|
this.Message = opts.Message;
|
|
725
778
|
}
|
|
726
779
|
}
|
|
727
780
|
export class KmsKeyDisabledException extends __BaseException {
|
|
781
|
+
name = "KmsKeyDisabledException";
|
|
782
|
+
$fault = "client";
|
|
783
|
+
Message;
|
|
728
784
|
constructor(opts) {
|
|
729
785
|
super({
|
|
730
786
|
name: "KmsKeyDisabledException",
|
|
731
787
|
$fault: "client",
|
|
732
788
|
...opts,
|
|
733
789
|
});
|
|
734
|
-
this.name = "KmsKeyDisabledException";
|
|
735
|
-
this.$fault = "client";
|
|
736
790
|
Object.setPrototypeOf(this, KmsKeyDisabledException.prototype);
|
|
737
791
|
this.Message = opts.Message;
|
|
738
792
|
}
|
|
739
793
|
}
|
|
740
794
|
export class MaximumNumberOfTrailsExceededException extends __BaseException {
|
|
795
|
+
name = "MaximumNumberOfTrailsExceededException";
|
|
796
|
+
$fault = "client";
|
|
797
|
+
Message;
|
|
741
798
|
constructor(opts) {
|
|
742
799
|
super({
|
|
743
800
|
name: "MaximumNumberOfTrailsExceededException",
|
|
744
801
|
$fault: "client",
|
|
745
802
|
...opts,
|
|
746
803
|
});
|
|
747
|
-
this.name = "MaximumNumberOfTrailsExceededException";
|
|
748
|
-
this.$fault = "client";
|
|
749
804
|
Object.setPrototypeOf(this, MaximumNumberOfTrailsExceededException.prototype);
|
|
750
805
|
this.Message = opts.Message;
|
|
751
806
|
}
|
|
752
807
|
}
|
|
753
808
|
export class S3BucketDoesNotExistException extends __BaseException {
|
|
809
|
+
name = "S3BucketDoesNotExistException";
|
|
810
|
+
$fault = "client";
|
|
811
|
+
Message;
|
|
754
812
|
constructor(opts) {
|
|
755
813
|
super({
|
|
756
814
|
name: "S3BucketDoesNotExistException",
|
|
757
815
|
$fault: "client",
|
|
758
816
|
...opts,
|
|
759
817
|
});
|
|
760
|
-
this.name = "S3BucketDoesNotExistException";
|
|
761
|
-
this.$fault = "client";
|
|
762
818
|
Object.setPrototypeOf(this, S3BucketDoesNotExistException.prototype);
|
|
763
819
|
this.Message = opts.Message;
|
|
764
820
|
}
|
|
765
821
|
}
|
|
766
822
|
export class ThrottlingException extends __BaseException {
|
|
823
|
+
name = "ThrottlingException";
|
|
824
|
+
$fault = "client";
|
|
825
|
+
Message;
|
|
767
826
|
constructor(opts) {
|
|
768
827
|
super({
|
|
769
828
|
name: "ThrottlingException",
|
|
770
829
|
$fault: "client",
|
|
771
830
|
...opts,
|
|
772
831
|
});
|
|
773
|
-
this.name = "ThrottlingException";
|
|
774
|
-
this.$fault = "client";
|
|
775
832
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
776
833
|
this.Message = opts.Message;
|
|
777
834
|
}
|
|
778
835
|
}
|
|
779
836
|
export class TrailAlreadyExistsException extends __BaseException {
|
|
837
|
+
name = "TrailAlreadyExistsException";
|
|
838
|
+
$fault = "client";
|
|
839
|
+
Message;
|
|
780
840
|
constructor(opts) {
|
|
781
841
|
super({
|
|
782
842
|
name: "TrailAlreadyExistsException",
|
|
783
843
|
$fault: "client",
|
|
784
844
|
...opts,
|
|
785
845
|
});
|
|
786
|
-
this.name = "TrailAlreadyExistsException";
|
|
787
|
-
this.$fault = "client";
|
|
788
846
|
Object.setPrototypeOf(this, TrailAlreadyExistsException.prototype);
|
|
789
847
|
this.Message = opts.Message;
|
|
790
848
|
}
|
|
791
849
|
}
|
|
792
850
|
export class TrailNotProvidedException extends __BaseException {
|
|
851
|
+
name = "TrailNotProvidedException";
|
|
852
|
+
$fault = "client";
|
|
853
|
+
Message;
|
|
793
854
|
constructor(opts) {
|
|
794
855
|
super({
|
|
795
856
|
name: "TrailNotProvidedException",
|
|
796
857
|
$fault: "client",
|
|
797
858
|
...opts,
|
|
798
859
|
});
|
|
799
|
-
this.name = "TrailNotProvidedException";
|
|
800
|
-
this.$fault = "client";
|
|
801
860
|
Object.setPrototypeOf(this, TrailNotProvidedException.prototype);
|
|
802
861
|
this.Message = opts.Message;
|
|
803
862
|
}
|
|
804
863
|
}
|
|
805
864
|
export class EventDataStoreFederationEnabledException extends __BaseException {
|
|
865
|
+
name = "EventDataStoreFederationEnabledException";
|
|
866
|
+
$fault = "client";
|
|
867
|
+
Message;
|
|
806
868
|
constructor(opts) {
|
|
807
869
|
super({
|
|
808
870
|
name: "EventDataStoreFederationEnabledException",
|
|
809
871
|
$fault: "client",
|
|
810
872
|
...opts,
|
|
811
873
|
});
|
|
812
|
-
this.name = "EventDataStoreFederationEnabledException";
|
|
813
|
-
this.$fault = "client";
|
|
814
874
|
Object.setPrototypeOf(this, EventDataStoreFederationEnabledException.prototype);
|
|
815
875
|
this.Message = opts.Message;
|
|
816
876
|
}
|
|
817
877
|
}
|
|
818
878
|
export class EventDataStoreHasOngoingImportException extends __BaseException {
|
|
879
|
+
name = "EventDataStoreHasOngoingImportException";
|
|
880
|
+
$fault = "client";
|
|
881
|
+
Message;
|
|
819
882
|
constructor(opts) {
|
|
820
883
|
super({
|
|
821
884
|
name: "EventDataStoreHasOngoingImportException",
|
|
822
885
|
$fault: "client",
|
|
823
886
|
...opts,
|
|
824
887
|
});
|
|
825
|
-
this.name = "EventDataStoreHasOngoingImportException";
|
|
826
|
-
this.$fault = "client";
|
|
827
888
|
Object.setPrototypeOf(this, EventDataStoreHasOngoingImportException.prototype);
|
|
828
889
|
this.Message = opts.Message;
|
|
829
890
|
}
|
|
830
891
|
}
|
|
831
892
|
export class EventDataStoreTerminationProtectedException extends __BaseException {
|
|
893
|
+
name = "EventDataStoreTerminationProtectedException";
|
|
894
|
+
$fault = "client";
|
|
895
|
+
Message;
|
|
832
896
|
constructor(opts) {
|
|
833
897
|
super({
|
|
834
898
|
name: "EventDataStoreTerminationProtectedException",
|
|
835
899
|
$fault: "client",
|
|
836
900
|
...opts,
|
|
837
901
|
});
|
|
838
|
-
this.name = "EventDataStoreTerminationProtectedException";
|
|
839
|
-
this.$fault = "client";
|
|
840
902
|
Object.setPrototypeOf(this, EventDataStoreTerminationProtectedException.prototype);
|
|
841
903
|
this.Message = opts.Message;
|
|
842
904
|
}
|
|
843
905
|
}
|
|
844
906
|
export class ResourceARNNotValidException extends __BaseException {
|
|
907
|
+
name = "ResourceARNNotValidException";
|
|
908
|
+
$fault = "client";
|
|
909
|
+
Message;
|
|
845
910
|
constructor(opts) {
|
|
846
911
|
super({
|
|
847
912
|
name: "ResourceARNNotValidException",
|
|
848
913
|
$fault: "client",
|
|
849
914
|
...opts,
|
|
850
915
|
});
|
|
851
|
-
this.name = "ResourceARNNotValidException";
|
|
852
|
-
this.$fault = "client";
|
|
853
916
|
Object.setPrototypeOf(this, ResourceARNNotValidException.prototype);
|
|
854
917
|
this.Message = opts.Message;
|
|
855
918
|
}
|
|
856
919
|
}
|
|
857
920
|
export class ResourcePolicyNotFoundException extends __BaseException {
|
|
921
|
+
name = "ResourcePolicyNotFoundException";
|
|
922
|
+
$fault = "client";
|
|
923
|
+
Message;
|
|
858
924
|
constructor(opts) {
|
|
859
925
|
super({
|
|
860
926
|
name: "ResourcePolicyNotFoundException",
|
|
861
927
|
$fault: "client",
|
|
862
928
|
...opts,
|
|
863
929
|
});
|
|
864
|
-
this.name = "ResourcePolicyNotFoundException";
|
|
865
|
-
this.$fault = "client";
|
|
866
930
|
Object.setPrototypeOf(this, ResourcePolicyNotFoundException.prototype);
|
|
867
931
|
this.Message = opts.Message;
|
|
868
932
|
}
|
|
869
933
|
}
|
|
870
934
|
export class InvalidHomeRegionException extends __BaseException {
|
|
935
|
+
name = "InvalidHomeRegionException";
|
|
936
|
+
$fault = "client";
|
|
937
|
+
Message;
|
|
871
938
|
constructor(opts) {
|
|
872
939
|
super({
|
|
873
940
|
name: "InvalidHomeRegionException",
|
|
874
941
|
$fault: "client",
|
|
875
942
|
...opts,
|
|
876
943
|
});
|
|
877
|
-
this.name = "InvalidHomeRegionException";
|
|
878
|
-
this.$fault = "client";
|
|
879
944
|
Object.setPrototypeOf(this, InvalidHomeRegionException.prototype);
|
|
880
945
|
this.Message = opts.Message;
|
|
881
946
|
}
|
|
882
947
|
}
|
|
883
948
|
export class TrailNotFoundException extends __BaseException {
|
|
949
|
+
name = "TrailNotFoundException";
|
|
950
|
+
$fault = "client";
|
|
951
|
+
Message;
|
|
884
952
|
constructor(opts) {
|
|
885
953
|
super({
|
|
886
954
|
name: "TrailNotFoundException",
|
|
887
955
|
$fault: "client",
|
|
888
956
|
...opts,
|
|
889
957
|
});
|
|
890
|
-
this.name = "TrailNotFoundException";
|
|
891
|
-
this.$fault = "client";
|
|
892
958
|
Object.setPrototypeOf(this, TrailNotFoundException.prototype);
|
|
893
959
|
this.Message = opts.Message;
|
|
894
960
|
}
|
|
895
961
|
}
|
|
896
962
|
export class NotOrganizationManagementAccountException extends __BaseException {
|
|
963
|
+
name = "NotOrganizationManagementAccountException";
|
|
964
|
+
$fault = "client";
|
|
965
|
+
Message;
|
|
897
966
|
constructor(opts) {
|
|
898
967
|
super({
|
|
899
968
|
name: "NotOrganizationManagementAccountException",
|
|
900
969
|
$fault: "client",
|
|
901
970
|
...opts,
|
|
902
971
|
});
|
|
903
|
-
this.name = "NotOrganizationManagementAccountException";
|
|
904
|
-
this.$fault = "client";
|
|
905
972
|
Object.setPrototypeOf(this, NotOrganizationManagementAccountException.prototype);
|
|
906
973
|
this.Message = opts.Message;
|
|
907
974
|
}
|
|
@@ -918,14 +985,15 @@ export const DeliveryStatus = {
|
|
|
918
985
|
UNKNOWN: "UNKNOWN",
|
|
919
986
|
};
|
|
920
987
|
export class ConcurrentModificationException extends __BaseException {
|
|
988
|
+
name = "ConcurrentModificationException";
|
|
989
|
+
$fault = "client";
|
|
990
|
+
Message;
|
|
921
991
|
constructor(opts) {
|
|
922
992
|
super({
|
|
923
993
|
name: "ConcurrentModificationException",
|
|
924
994
|
$fault: "client",
|
|
925
995
|
...opts,
|
|
926
996
|
});
|
|
927
|
-
this.name = "ConcurrentModificationException";
|
|
928
|
-
this.$fault = "client";
|
|
929
997
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
930
998
|
this.Message = opts.Message;
|
|
931
999
|
}
|
|
@@ -937,14 +1005,15 @@ export const FederationStatus = {
|
|
|
937
1005
|
ENABLING: "ENABLING",
|
|
938
1006
|
};
|
|
939
1007
|
export class GenerateResponseException extends __BaseException {
|
|
1008
|
+
name = "GenerateResponseException";
|
|
1009
|
+
$fault = "client";
|
|
1010
|
+
Message;
|
|
940
1011
|
constructor(opts) {
|
|
941
1012
|
super({
|
|
942
1013
|
name: "GenerateResponseException",
|
|
943
1014
|
$fault: "client",
|
|
944
1015
|
...opts,
|
|
945
1016
|
});
|
|
946
|
-
this.name = "GenerateResponseException";
|
|
947
|
-
this.$fault = "client";
|
|
948
1017
|
Object.setPrototypeOf(this, GenerateResponseException.prototype);
|
|
949
1018
|
this.Message = opts.Message;
|
|
950
1019
|
}
|
|
@@ -969,14 +1038,15 @@ export const ImportStatus = {
|
|
|
969
1038
|
STOPPED: "STOPPED",
|
|
970
1039
|
};
|
|
971
1040
|
export class ImportNotFoundException extends __BaseException {
|
|
1041
|
+
name = "ImportNotFoundException";
|
|
1042
|
+
$fault = "client";
|
|
1043
|
+
Message;
|
|
972
1044
|
constructor(opts) {
|
|
973
1045
|
super({
|
|
974
1046
|
name: "ImportNotFoundException",
|
|
975
1047
|
$fault: "client",
|
|
976
1048
|
...opts,
|
|
977
1049
|
});
|
|
978
|
-
this.name = "ImportNotFoundException";
|
|
979
|
-
this.$fault = "client";
|
|
980
1050
|
Object.setPrototypeOf(this, ImportNotFoundException.prototype);
|
|
981
1051
|
this.Message = opts.Message;
|
|
982
1052
|
}
|
|
@@ -986,40 +1056,43 @@ export const InsightType = {
|
|
|
986
1056
|
ApiErrorRateInsight: "ApiErrorRateInsight",
|
|
987
1057
|
};
|
|
988
1058
|
export class InsightNotEnabledException extends __BaseException {
|
|
1059
|
+
name = "InsightNotEnabledException";
|
|
1060
|
+
$fault = "client";
|
|
1061
|
+
Message;
|
|
989
1062
|
constructor(opts) {
|
|
990
1063
|
super({
|
|
991
1064
|
name: "InsightNotEnabledException",
|
|
992
1065
|
$fault: "client",
|
|
993
1066
|
...opts,
|
|
994
1067
|
});
|
|
995
|
-
this.name = "InsightNotEnabledException";
|
|
996
|
-
this.$fault = "client";
|
|
997
1068
|
Object.setPrototypeOf(this, InsightNotEnabledException.prototype);
|
|
998
1069
|
this.Message = opts.Message;
|
|
999
1070
|
}
|
|
1000
1071
|
}
|
|
1001
1072
|
export class InvalidMaxResultsException extends __BaseException {
|
|
1073
|
+
name = "InvalidMaxResultsException";
|
|
1074
|
+
$fault = "client";
|
|
1075
|
+
Message;
|
|
1002
1076
|
constructor(opts) {
|
|
1003
1077
|
super({
|
|
1004
1078
|
name: "InvalidMaxResultsException",
|
|
1005
1079
|
$fault: "client",
|
|
1006
1080
|
...opts,
|
|
1007
1081
|
});
|
|
1008
|
-
this.name = "InvalidMaxResultsException";
|
|
1009
|
-
this.$fault = "client";
|
|
1010
1082
|
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
1011
1083
|
this.Message = opts.Message;
|
|
1012
1084
|
}
|
|
1013
1085
|
}
|
|
1014
1086
|
export class InvalidNextTokenException extends __BaseException {
|
|
1087
|
+
name = "InvalidNextTokenException";
|
|
1088
|
+
$fault = "client";
|
|
1089
|
+
Message;
|
|
1015
1090
|
constructor(opts) {
|
|
1016
1091
|
super({
|
|
1017
1092
|
name: "InvalidNextTokenException",
|
|
1018
1093
|
$fault: "client",
|
|
1019
1094
|
...opts,
|
|
1020
1095
|
});
|
|
1021
|
-
this.name = "InvalidNextTokenException";
|
|
1022
|
-
this.$fault = "client";
|
|
1023
1096
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
1024
1097
|
this.Message = opts.Message;
|
|
1025
1098
|
}
|
|
@@ -1034,79 +1107,85 @@ export const InsightsMetricDataType = {
|
|
|
1034
1107
|
NON_ZERO_DATA: "NonZeroData",
|
|
1035
1108
|
};
|
|
1036
1109
|
export class InvalidTimeRangeException extends __BaseException {
|
|
1110
|
+
name = "InvalidTimeRangeException";
|
|
1111
|
+
$fault = "client";
|
|
1112
|
+
Message;
|
|
1037
1113
|
constructor(opts) {
|
|
1038
1114
|
super({
|
|
1039
1115
|
name: "InvalidTimeRangeException",
|
|
1040
1116
|
$fault: "client",
|
|
1041
1117
|
...opts,
|
|
1042
1118
|
});
|
|
1043
|
-
this.name = "InvalidTimeRangeException";
|
|
1044
|
-
this.$fault = "client";
|
|
1045
1119
|
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
1046
1120
|
this.Message = opts.Message;
|
|
1047
1121
|
}
|
|
1048
1122
|
}
|
|
1049
1123
|
export class InvalidTokenException extends __BaseException {
|
|
1124
|
+
name = "InvalidTokenException";
|
|
1125
|
+
$fault = "client";
|
|
1126
|
+
Message;
|
|
1050
1127
|
constructor(opts) {
|
|
1051
1128
|
super({
|
|
1052
1129
|
name: "InvalidTokenException",
|
|
1053
1130
|
$fault: "client",
|
|
1054
1131
|
...opts,
|
|
1055
1132
|
});
|
|
1056
|
-
this.name = "InvalidTokenException";
|
|
1057
|
-
this.$fault = "client";
|
|
1058
1133
|
Object.setPrototypeOf(this, InvalidTokenException.prototype);
|
|
1059
1134
|
this.Message = opts.Message;
|
|
1060
1135
|
}
|
|
1061
1136
|
}
|
|
1062
1137
|
export class InvalidDateRangeException extends __BaseException {
|
|
1138
|
+
name = "InvalidDateRangeException";
|
|
1139
|
+
$fault = "client";
|
|
1140
|
+
Message;
|
|
1063
1141
|
constructor(opts) {
|
|
1064
1142
|
super({
|
|
1065
1143
|
name: "InvalidDateRangeException",
|
|
1066
1144
|
$fault: "client",
|
|
1067
1145
|
...opts,
|
|
1068
1146
|
});
|
|
1069
|
-
this.name = "InvalidDateRangeException";
|
|
1070
|
-
this.$fault = "client";
|
|
1071
1147
|
Object.setPrototypeOf(this, InvalidDateRangeException.prototype);
|
|
1072
1148
|
this.Message = opts.Message;
|
|
1073
1149
|
}
|
|
1074
1150
|
}
|
|
1075
1151
|
export class InvalidQueryStatusException extends __BaseException {
|
|
1152
|
+
name = "InvalidQueryStatusException";
|
|
1153
|
+
$fault = "client";
|
|
1154
|
+
Message;
|
|
1076
1155
|
constructor(opts) {
|
|
1077
1156
|
super({
|
|
1078
1157
|
name: "InvalidQueryStatusException",
|
|
1079
1158
|
$fault: "client",
|
|
1080
1159
|
...opts,
|
|
1081
1160
|
});
|
|
1082
|
-
this.name = "InvalidQueryStatusException";
|
|
1083
|
-
this.$fault = "client";
|
|
1084
1161
|
Object.setPrototypeOf(this, InvalidQueryStatusException.prototype);
|
|
1085
1162
|
this.Message = opts.Message;
|
|
1086
1163
|
}
|
|
1087
1164
|
}
|
|
1088
1165
|
export class InvalidEventCategoryException extends __BaseException {
|
|
1166
|
+
name = "InvalidEventCategoryException";
|
|
1167
|
+
$fault = "client";
|
|
1168
|
+
Message;
|
|
1089
1169
|
constructor(opts) {
|
|
1090
1170
|
super({
|
|
1091
1171
|
name: "InvalidEventCategoryException",
|
|
1092
1172
|
$fault: "client",
|
|
1093
1173
|
...opts,
|
|
1094
1174
|
});
|
|
1095
|
-
this.name = "InvalidEventCategoryException";
|
|
1096
|
-
this.$fault = "client";
|
|
1097
1175
|
Object.setPrototypeOf(this, InvalidEventCategoryException.prototype);
|
|
1098
1176
|
this.Message = opts.Message;
|
|
1099
1177
|
}
|
|
1100
1178
|
}
|
|
1101
1179
|
export class InvalidLookupAttributesException extends __BaseException {
|
|
1180
|
+
name = "InvalidLookupAttributesException";
|
|
1181
|
+
$fault = "client";
|
|
1182
|
+
Message;
|
|
1102
1183
|
constructor(opts) {
|
|
1103
1184
|
super({
|
|
1104
1185
|
name: "InvalidLookupAttributesException",
|
|
1105
1186
|
$fault: "client",
|
|
1106
1187
|
...opts,
|
|
1107
1188
|
});
|
|
1108
|
-
this.name = "InvalidLookupAttributesException";
|
|
1109
|
-
this.$fault = "client";
|
|
1110
1189
|
Object.setPrototypeOf(this, InvalidLookupAttributesException.prototype);
|
|
1111
1190
|
this.Message = opts.Message;
|
|
1112
1191
|
}
|
|
@@ -1125,79 +1204,85 @@ export const LookupAttributeKey = {
|
|
|
1125
1204
|
USERNAME: "Username",
|
|
1126
1205
|
};
|
|
1127
1206
|
export class InvalidInsightSelectorsException extends __BaseException {
|
|
1207
|
+
name = "InvalidInsightSelectorsException";
|
|
1208
|
+
$fault = "client";
|
|
1209
|
+
Message;
|
|
1128
1210
|
constructor(opts) {
|
|
1129
1211
|
super({
|
|
1130
1212
|
name: "InvalidInsightSelectorsException",
|
|
1131
1213
|
$fault: "client",
|
|
1132
1214
|
...opts,
|
|
1133
1215
|
});
|
|
1134
|
-
this.name = "InvalidInsightSelectorsException";
|
|
1135
|
-
this.$fault = "client";
|
|
1136
1216
|
Object.setPrototypeOf(this, InvalidInsightSelectorsException.prototype);
|
|
1137
1217
|
this.Message = opts.Message;
|
|
1138
1218
|
}
|
|
1139
1219
|
}
|
|
1140
1220
|
export class ResourcePolicyNotValidException extends __BaseException {
|
|
1221
|
+
name = "ResourcePolicyNotValidException";
|
|
1222
|
+
$fault = "client";
|
|
1223
|
+
Message;
|
|
1141
1224
|
constructor(opts) {
|
|
1142
1225
|
super({
|
|
1143
1226
|
name: "ResourcePolicyNotValidException",
|
|
1144
1227
|
$fault: "client",
|
|
1145
1228
|
...opts,
|
|
1146
1229
|
});
|
|
1147
|
-
this.name = "ResourcePolicyNotValidException";
|
|
1148
|
-
this.$fault = "client";
|
|
1149
1230
|
Object.setPrototypeOf(this, ResourcePolicyNotValidException.prototype);
|
|
1150
1231
|
this.Message = opts.Message;
|
|
1151
1232
|
}
|
|
1152
1233
|
}
|
|
1153
1234
|
export class DelegatedAdminAccountLimitExceededException extends __BaseException {
|
|
1235
|
+
name = "DelegatedAdminAccountLimitExceededException";
|
|
1236
|
+
$fault = "client";
|
|
1237
|
+
Message;
|
|
1154
1238
|
constructor(opts) {
|
|
1155
1239
|
super({
|
|
1156
1240
|
name: "DelegatedAdminAccountLimitExceededException",
|
|
1157
1241
|
$fault: "client",
|
|
1158
1242
|
...opts,
|
|
1159
1243
|
});
|
|
1160
|
-
this.name = "DelegatedAdminAccountLimitExceededException";
|
|
1161
|
-
this.$fault = "client";
|
|
1162
1244
|
Object.setPrototypeOf(this, DelegatedAdminAccountLimitExceededException.prototype);
|
|
1163
1245
|
this.Message = opts.Message;
|
|
1164
1246
|
}
|
|
1165
1247
|
}
|
|
1166
1248
|
export class InvalidEventDataStoreStatusException extends __BaseException {
|
|
1249
|
+
name = "InvalidEventDataStoreStatusException";
|
|
1250
|
+
$fault = "client";
|
|
1251
|
+
Message;
|
|
1167
1252
|
constructor(opts) {
|
|
1168
1253
|
super({
|
|
1169
1254
|
name: "InvalidEventDataStoreStatusException",
|
|
1170
1255
|
$fault: "client",
|
|
1171
1256
|
...opts,
|
|
1172
1257
|
});
|
|
1173
|
-
this.name = "InvalidEventDataStoreStatusException";
|
|
1174
|
-
this.$fault = "client";
|
|
1175
1258
|
Object.setPrototypeOf(this, InvalidEventDataStoreStatusException.prototype);
|
|
1176
1259
|
this.Message = opts.Message;
|
|
1177
1260
|
}
|
|
1178
1261
|
}
|
|
1179
1262
|
export class InvalidImportSourceException extends __BaseException {
|
|
1263
|
+
name = "InvalidImportSourceException";
|
|
1264
|
+
$fault = "client";
|
|
1265
|
+
Message;
|
|
1180
1266
|
constructor(opts) {
|
|
1181
1267
|
super({
|
|
1182
1268
|
name: "InvalidImportSourceException",
|
|
1183
1269
|
$fault: "client",
|
|
1184
1270
|
...opts,
|
|
1185
1271
|
});
|
|
1186
|
-
this.name = "InvalidImportSourceException";
|
|
1187
|
-
this.$fault = "client";
|
|
1188
1272
|
Object.setPrototypeOf(this, InvalidImportSourceException.prototype);
|
|
1189
1273
|
this.Message = opts.Message;
|
|
1190
1274
|
}
|
|
1191
1275
|
}
|
|
1192
1276
|
export class MaxConcurrentQueriesException extends __BaseException {
|
|
1277
|
+
name = "MaxConcurrentQueriesException";
|
|
1278
|
+
$fault = "client";
|
|
1279
|
+
Message;
|
|
1193
1280
|
constructor(opts) {
|
|
1194
1281
|
super({
|
|
1195
1282
|
name: "MaxConcurrentQueriesException",
|
|
1196
1283
|
$fault: "client",
|
|
1197
1284
|
...opts,
|
|
1198
1285
|
});
|
|
1199
|
-
this.name = "MaxConcurrentQueriesException";
|
|
1200
|
-
this.$fault = "client";
|
|
1201
1286
|
Object.setPrototypeOf(this, MaxConcurrentQueriesException.prototype);
|
|
1202
1287
|
this.Message = opts.Message;
|
|
1203
1288
|
}
|