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