@aws-sdk/client-cloudtrail 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/index.js +183 -127
- package/dist-es/CloudTrail.js +2 -0
- package/dist-es/commands/ListInsightsDataCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +118 -0
- package/dist-es/models/errors.js +1205 -0
- package/dist-es/models/models_0.js +1 -1311
- package/dist-es/pagination/ListInsightsDataPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +33 -8
- package/dist-types/CloudTrail.d.ts +7 -0
- package/dist-types/CloudTrailClient.d.ts +3 -2
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +5 -0
- package/dist-types/commands/DeleteTrailCommand.d.ts +12 -0
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +5 -2
- package/dist-types/commands/ListInsightsDataCommand.d.ts +126 -0
- package/dist-types/commands/ListInsightsMetricDataCommand.d.ts +35 -1
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +26 -2
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +11 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +294 -0
- package/dist-types/models/errors.d.ts +1615 -0
- package/dist-types/models/models_0.d.ts +239 -2023
- package/dist-types/pagination/ListInsightsDataPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +17 -0
- package/dist-types/ts3.4/CloudTrailClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/ListInsightsDataCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +153 -0
- package/dist-types/ts3.4/models/errors.d.ts +794 -0
- package/dist-types/ts3.4/models/models_0.d.ts +57 -944
- package/dist-types/ts3.4/pagination/ListInsightsDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -0,0 +1,794 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message?: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export declare class AccountHasOngoingImportException extends __BaseException {
|
|
12
|
+
readonly name: "AccountHasOngoingImportException";
|
|
13
|
+
readonly $fault: "client";
|
|
14
|
+
Message?: string | undefined;
|
|
15
|
+
constructor(
|
|
16
|
+
opts: __ExceptionOptionType<
|
|
17
|
+
AccountHasOngoingImportException,
|
|
18
|
+
__BaseException
|
|
19
|
+
>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export declare class AccountNotFoundException extends __BaseException {
|
|
23
|
+
readonly name: "AccountNotFoundException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
Message?: string | undefined;
|
|
26
|
+
constructor(
|
|
27
|
+
opts: __ExceptionOptionType<AccountNotFoundException, __BaseException>
|
|
28
|
+
);
|
|
29
|
+
}
|
|
30
|
+
export declare class AccountNotRegisteredException extends __BaseException {
|
|
31
|
+
readonly name: "AccountNotRegisteredException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
Message?: string | undefined;
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<AccountNotRegisteredException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
export declare class AccountRegisteredException extends __BaseException {
|
|
39
|
+
readonly name: "AccountRegisteredException";
|
|
40
|
+
readonly $fault: "client";
|
|
41
|
+
Message?: string | undefined;
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<AccountRegisteredException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export declare class ChannelARNInvalidException extends __BaseException {
|
|
47
|
+
readonly name: "ChannelARNInvalidException";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
Message?: string | undefined;
|
|
50
|
+
constructor(
|
|
51
|
+
opts: __ExceptionOptionType<ChannelARNInvalidException, __BaseException>
|
|
52
|
+
);
|
|
53
|
+
}
|
|
54
|
+
export declare class ChannelNotFoundException extends __BaseException {
|
|
55
|
+
readonly name: "ChannelNotFoundException";
|
|
56
|
+
readonly $fault: "client";
|
|
57
|
+
Message?: string | undefined;
|
|
58
|
+
constructor(
|
|
59
|
+
opts: __ExceptionOptionType<ChannelNotFoundException, __BaseException>
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
export declare class CloudTrailARNInvalidException extends __BaseException {
|
|
63
|
+
readonly name: "CloudTrailARNInvalidException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
Message?: string | undefined;
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<CloudTrailARNInvalidException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
export declare class ConflictException extends __BaseException {
|
|
71
|
+
readonly name: "ConflictException";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
Message?: string | undefined;
|
|
74
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
75
|
+
}
|
|
76
|
+
export declare class EventDataStoreARNInvalidException extends __BaseException {
|
|
77
|
+
readonly name: "EventDataStoreARNInvalidException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
Message?: string | undefined;
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<
|
|
82
|
+
EventDataStoreARNInvalidException,
|
|
83
|
+
__BaseException
|
|
84
|
+
>
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
export declare class EventDataStoreNotFoundException extends __BaseException {
|
|
88
|
+
readonly name: "EventDataStoreNotFoundException";
|
|
89
|
+
readonly $fault: "client";
|
|
90
|
+
Message?: string | undefined;
|
|
91
|
+
constructor(
|
|
92
|
+
opts: __ExceptionOptionType<
|
|
93
|
+
EventDataStoreNotFoundException,
|
|
94
|
+
__BaseException
|
|
95
|
+
>
|
|
96
|
+
);
|
|
97
|
+
}
|
|
98
|
+
export declare class InactiveEventDataStoreException extends __BaseException {
|
|
99
|
+
readonly name: "InactiveEventDataStoreException";
|
|
100
|
+
readonly $fault: "client";
|
|
101
|
+
Message?: string | undefined;
|
|
102
|
+
constructor(
|
|
103
|
+
opts: __ExceptionOptionType<
|
|
104
|
+
InactiveEventDataStoreException,
|
|
105
|
+
__BaseException
|
|
106
|
+
>
|
|
107
|
+
);
|
|
108
|
+
}
|
|
109
|
+
export declare class InvalidTagParameterException extends __BaseException {
|
|
110
|
+
readonly name: "InvalidTagParameterException";
|
|
111
|
+
readonly $fault: "client";
|
|
112
|
+
Message?: string | undefined;
|
|
113
|
+
constructor(
|
|
114
|
+
opts: __ExceptionOptionType<InvalidTagParameterException, __BaseException>
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
export declare class InvalidTrailNameException extends __BaseException {
|
|
118
|
+
readonly name: "InvalidTrailNameException";
|
|
119
|
+
readonly $fault: "client";
|
|
120
|
+
Message?: string | undefined;
|
|
121
|
+
constructor(
|
|
122
|
+
opts: __ExceptionOptionType<InvalidTrailNameException, __BaseException>
|
|
123
|
+
);
|
|
124
|
+
}
|
|
125
|
+
export declare class NoManagementAccountSLRExistsException extends __BaseException {
|
|
126
|
+
readonly name: "NoManagementAccountSLRExistsException";
|
|
127
|
+
readonly $fault: "client";
|
|
128
|
+
Message?: string | undefined;
|
|
129
|
+
constructor(
|
|
130
|
+
opts: __ExceptionOptionType<
|
|
131
|
+
NoManagementAccountSLRExistsException,
|
|
132
|
+
__BaseException
|
|
133
|
+
>
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
export declare class NotOrganizationMasterAccountException extends __BaseException {
|
|
137
|
+
readonly name: "NotOrganizationMasterAccountException";
|
|
138
|
+
readonly $fault: "client";
|
|
139
|
+
Message?: string | undefined;
|
|
140
|
+
constructor(
|
|
141
|
+
opts: __ExceptionOptionType<
|
|
142
|
+
NotOrganizationMasterAccountException,
|
|
143
|
+
__BaseException
|
|
144
|
+
>
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
export declare class OperationNotPermittedException extends __BaseException {
|
|
148
|
+
readonly name: "OperationNotPermittedException";
|
|
149
|
+
readonly $fault: "client";
|
|
150
|
+
Message?: string | undefined;
|
|
151
|
+
constructor(
|
|
152
|
+
opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
156
|
+
readonly name: "ResourceNotFoundException";
|
|
157
|
+
readonly $fault: "client";
|
|
158
|
+
Message?: string | undefined;
|
|
159
|
+
constructor(
|
|
160
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
161
|
+
);
|
|
162
|
+
}
|
|
163
|
+
export declare class ResourceTypeNotSupportedException extends __BaseException {
|
|
164
|
+
readonly name: "ResourceTypeNotSupportedException";
|
|
165
|
+
readonly $fault: "client";
|
|
166
|
+
Message?: string | undefined;
|
|
167
|
+
constructor(
|
|
168
|
+
opts: __ExceptionOptionType<
|
|
169
|
+
ResourceTypeNotSupportedException,
|
|
170
|
+
__BaseException
|
|
171
|
+
>
|
|
172
|
+
);
|
|
173
|
+
}
|
|
174
|
+
export declare class TagsLimitExceededException extends __BaseException {
|
|
175
|
+
readonly name: "TagsLimitExceededException";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
Message?: string | undefined;
|
|
178
|
+
constructor(
|
|
179
|
+
opts: __ExceptionOptionType<TagsLimitExceededException, __BaseException>
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
export declare class UnsupportedOperationException extends __BaseException {
|
|
183
|
+
readonly name: "UnsupportedOperationException";
|
|
184
|
+
readonly $fault: "client";
|
|
185
|
+
Message?: string | undefined;
|
|
186
|
+
constructor(
|
|
187
|
+
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
188
|
+
);
|
|
189
|
+
}
|
|
190
|
+
export declare class InactiveQueryException extends __BaseException {
|
|
191
|
+
readonly name: "InactiveQueryException";
|
|
192
|
+
readonly $fault: "client";
|
|
193
|
+
Message?: string | undefined;
|
|
194
|
+
constructor(
|
|
195
|
+
opts: __ExceptionOptionType<InactiveQueryException, __BaseException>
|
|
196
|
+
);
|
|
197
|
+
}
|
|
198
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
199
|
+
readonly name: "InvalidParameterException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
Message?: string | undefined;
|
|
202
|
+
constructor(
|
|
203
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
204
|
+
);
|
|
205
|
+
}
|
|
206
|
+
export declare class QueryIdNotFoundException extends __BaseException {
|
|
207
|
+
readonly name: "QueryIdNotFoundException";
|
|
208
|
+
readonly $fault: "client";
|
|
209
|
+
Message?: string | undefined;
|
|
210
|
+
constructor(
|
|
211
|
+
opts: __ExceptionOptionType<QueryIdNotFoundException, __BaseException>
|
|
212
|
+
);
|
|
213
|
+
}
|
|
214
|
+
export declare class CannotDelegateManagementAccountException extends __BaseException {
|
|
215
|
+
readonly name: "CannotDelegateManagementAccountException";
|
|
216
|
+
readonly $fault: "client";
|
|
217
|
+
Message?: string | undefined;
|
|
218
|
+
constructor(
|
|
219
|
+
opts: __ExceptionOptionType<
|
|
220
|
+
CannotDelegateManagementAccountException,
|
|
221
|
+
__BaseException
|
|
222
|
+
>
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
export declare class ChannelAlreadyExistsException extends __BaseException {
|
|
226
|
+
readonly name: "ChannelAlreadyExistsException";
|
|
227
|
+
readonly $fault: "client";
|
|
228
|
+
Message?: string | undefined;
|
|
229
|
+
constructor(
|
|
230
|
+
opts: __ExceptionOptionType<ChannelAlreadyExistsException, __BaseException>
|
|
231
|
+
);
|
|
232
|
+
}
|
|
233
|
+
export declare class ChannelExistsForEDSException extends __BaseException {
|
|
234
|
+
readonly name: "ChannelExistsForEDSException";
|
|
235
|
+
readonly $fault: "client";
|
|
236
|
+
Message?: string | undefined;
|
|
237
|
+
constructor(
|
|
238
|
+
opts: __ExceptionOptionType<ChannelExistsForEDSException, __BaseException>
|
|
239
|
+
);
|
|
240
|
+
}
|
|
241
|
+
export declare class ChannelMaxLimitExceededException extends __BaseException {
|
|
242
|
+
readonly name: "ChannelMaxLimitExceededException";
|
|
243
|
+
readonly $fault: "client";
|
|
244
|
+
Message?: string | undefined;
|
|
245
|
+
constructor(
|
|
246
|
+
opts: __ExceptionOptionType<
|
|
247
|
+
ChannelMaxLimitExceededException,
|
|
248
|
+
__BaseException
|
|
249
|
+
>
|
|
250
|
+
);
|
|
251
|
+
}
|
|
252
|
+
export declare class InvalidEventDataStoreCategoryException extends __BaseException {
|
|
253
|
+
readonly name: "InvalidEventDataStoreCategoryException";
|
|
254
|
+
readonly $fault: "client";
|
|
255
|
+
Message?: string | undefined;
|
|
256
|
+
constructor(
|
|
257
|
+
opts: __ExceptionOptionType<
|
|
258
|
+
InvalidEventDataStoreCategoryException,
|
|
259
|
+
__BaseException
|
|
260
|
+
>
|
|
261
|
+
);
|
|
262
|
+
}
|
|
263
|
+
export declare class InvalidSourceException extends __BaseException {
|
|
264
|
+
readonly name: "InvalidSourceException";
|
|
265
|
+
readonly $fault: "client";
|
|
266
|
+
Message?: string | undefined;
|
|
267
|
+
constructor(
|
|
268
|
+
opts: __ExceptionOptionType<InvalidSourceException, __BaseException>
|
|
269
|
+
);
|
|
270
|
+
}
|
|
271
|
+
export declare class InsufficientEncryptionPolicyException extends __BaseException {
|
|
272
|
+
readonly name: "InsufficientEncryptionPolicyException";
|
|
273
|
+
readonly $fault: "client";
|
|
274
|
+
Message?: string | undefined;
|
|
275
|
+
constructor(
|
|
276
|
+
opts: __ExceptionOptionType<
|
|
277
|
+
InsufficientEncryptionPolicyException,
|
|
278
|
+
__BaseException
|
|
279
|
+
>
|
|
280
|
+
);
|
|
281
|
+
}
|
|
282
|
+
export declare class InvalidQueryStatementException extends __BaseException {
|
|
283
|
+
readonly name: "InvalidQueryStatementException";
|
|
284
|
+
readonly $fault: "client";
|
|
285
|
+
Message?: string | undefined;
|
|
286
|
+
constructor(
|
|
287
|
+
opts: __ExceptionOptionType<InvalidQueryStatementException, __BaseException>
|
|
288
|
+
);
|
|
289
|
+
}
|
|
290
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
291
|
+
readonly name: "ServiceQuotaExceededException";
|
|
292
|
+
readonly $fault: "client";
|
|
293
|
+
Message?: string | undefined;
|
|
294
|
+
constructor(
|
|
295
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
296
|
+
);
|
|
297
|
+
}
|
|
298
|
+
export declare class CloudTrailAccessNotEnabledException extends __BaseException {
|
|
299
|
+
readonly name: "CloudTrailAccessNotEnabledException";
|
|
300
|
+
readonly $fault: "client";
|
|
301
|
+
Message?: string | undefined;
|
|
302
|
+
constructor(
|
|
303
|
+
opts: __ExceptionOptionType<
|
|
304
|
+
CloudTrailAccessNotEnabledException,
|
|
305
|
+
__BaseException
|
|
306
|
+
>
|
|
307
|
+
);
|
|
308
|
+
}
|
|
309
|
+
export declare class EventDataStoreAlreadyExistsException extends __BaseException {
|
|
310
|
+
readonly name: "EventDataStoreAlreadyExistsException";
|
|
311
|
+
readonly $fault: "client";
|
|
312
|
+
Message?: string | undefined;
|
|
313
|
+
constructor(
|
|
314
|
+
opts: __ExceptionOptionType<
|
|
315
|
+
EventDataStoreAlreadyExistsException,
|
|
316
|
+
__BaseException
|
|
317
|
+
>
|
|
318
|
+
);
|
|
319
|
+
}
|
|
320
|
+
export declare class EventDataStoreMaxLimitExceededException extends __BaseException {
|
|
321
|
+
readonly name: "EventDataStoreMaxLimitExceededException";
|
|
322
|
+
readonly $fault: "client";
|
|
323
|
+
Message?: string | undefined;
|
|
324
|
+
constructor(
|
|
325
|
+
opts: __ExceptionOptionType<
|
|
326
|
+
EventDataStoreMaxLimitExceededException,
|
|
327
|
+
__BaseException
|
|
328
|
+
>
|
|
329
|
+
);
|
|
330
|
+
}
|
|
331
|
+
export declare class InsufficientDependencyServiceAccessPermissionException extends __BaseException {
|
|
332
|
+
readonly name: "InsufficientDependencyServiceAccessPermissionException";
|
|
333
|
+
readonly $fault: "client";
|
|
334
|
+
Message?: string | undefined;
|
|
335
|
+
constructor(
|
|
336
|
+
opts: __ExceptionOptionType<
|
|
337
|
+
InsufficientDependencyServiceAccessPermissionException,
|
|
338
|
+
__BaseException
|
|
339
|
+
>
|
|
340
|
+
);
|
|
341
|
+
}
|
|
342
|
+
export declare class InvalidEventSelectorsException extends __BaseException {
|
|
343
|
+
readonly name: "InvalidEventSelectorsException";
|
|
344
|
+
readonly $fault: "client";
|
|
345
|
+
Message?: string | undefined;
|
|
346
|
+
constructor(
|
|
347
|
+
opts: __ExceptionOptionType<InvalidEventSelectorsException, __BaseException>
|
|
348
|
+
);
|
|
349
|
+
}
|
|
350
|
+
export declare class InvalidKmsKeyIdException extends __BaseException {
|
|
351
|
+
readonly name: "InvalidKmsKeyIdException";
|
|
352
|
+
readonly $fault: "client";
|
|
353
|
+
Message?: string | undefined;
|
|
354
|
+
constructor(
|
|
355
|
+
opts: __ExceptionOptionType<InvalidKmsKeyIdException, __BaseException>
|
|
356
|
+
);
|
|
357
|
+
}
|
|
358
|
+
export declare class KmsException extends __BaseException {
|
|
359
|
+
readonly name: "KmsException";
|
|
360
|
+
readonly $fault: "client";
|
|
361
|
+
Message?: string | undefined;
|
|
362
|
+
constructor(opts: __ExceptionOptionType<KmsException, __BaseException>);
|
|
363
|
+
}
|
|
364
|
+
export declare class KmsKeyNotFoundException extends __BaseException {
|
|
365
|
+
readonly name: "KmsKeyNotFoundException";
|
|
366
|
+
readonly $fault: "client";
|
|
367
|
+
Message?: string | undefined;
|
|
368
|
+
constructor(
|
|
369
|
+
opts: __ExceptionOptionType<KmsKeyNotFoundException, __BaseException>
|
|
370
|
+
);
|
|
371
|
+
}
|
|
372
|
+
export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
|
|
373
|
+
readonly name: "OrganizationNotInAllFeaturesModeException";
|
|
374
|
+
readonly $fault: "client";
|
|
375
|
+
Message?: string | undefined;
|
|
376
|
+
constructor(
|
|
377
|
+
opts: __ExceptionOptionType<
|
|
378
|
+
OrganizationNotInAllFeaturesModeException,
|
|
379
|
+
__BaseException
|
|
380
|
+
>
|
|
381
|
+
);
|
|
382
|
+
}
|
|
383
|
+
export declare class OrganizationsNotInUseException extends __BaseException {
|
|
384
|
+
readonly name: "OrganizationsNotInUseException";
|
|
385
|
+
readonly $fault: "client";
|
|
386
|
+
Message?: string | undefined;
|
|
387
|
+
constructor(
|
|
388
|
+
opts: __ExceptionOptionType<OrganizationsNotInUseException, __BaseException>
|
|
389
|
+
);
|
|
390
|
+
}
|
|
391
|
+
export declare class ThrottlingException extends __BaseException {
|
|
392
|
+
readonly name: "ThrottlingException";
|
|
393
|
+
readonly $fault: "client";
|
|
394
|
+
Message?: string | undefined;
|
|
395
|
+
constructor(
|
|
396
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
397
|
+
);
|
|
398
|
+
}
|
|
399
|
+
export declare class CloudTrailInvalidClientTokenIdException extends __BaseException {
|
|
400
|
+
readonly name: "CloudTrailInvalidClientTokenIdException";
|
|
401
|
+
readonly $fault: "client";
|
|
402
|
+
Message?: string | undefined;
|
|
403
|
+
constructor(
|
|
404
|
+
opts: __ExceptionOptionType<
|
|
405
|
+
CloudTrailInvalidClientTokenIdException,
|
|
406
|
+
__BaseException
|
|
407
|
+
>
|
|
408
|
+
);
|
|
409
|
+
}
|
|
410
|
+
export declare class CloudWatchLogsDeliveryUnavailableException extends __BaseException {
|
|
411
|
+
readonly name: "CloudWatchLogsDeliveryUnavailableException";
|
|
412
|
+
readonly $fault: "client";
|
|
413
|
+
Message?: string | undefined;
|
|
414
|
+
constructor(
|
|
415
|
+
opts: __ExceptionOptionType<
|
|
416
|
+
CloudWatchLogsDeliveryUnavailableException,
|
|
417
|
+
__BaseException
|
|
418
|
+
>
|
|
419
|
+
);
|
|
420
|
+
}
|
|
421
|
+
export declare class InsufficientS3BucketPolicyException extends __BaseException {
|
|
422
|
+
readonly name: "InsufficientS3BucketPolicyException";
|
|
423
|
+
readonly $fault: "client";
|
|
424
|
+
Message?: string | undefined;
|
|
425
|
+
constructor(
|
|
426
|
+
opts: __ExceptionOptionType<
|
|
427
|
+
InsufficientS3BucketPolicyException,
|
|
428
|
+
__BaseException
|
|
429
|
+
>
|
|
430
|
+
);
|
|
431
|
+
}
|
|
432
|
+
export declare class InsufficientSnsTopicPolicyException extends __BaseException {
|
|
433
|
+
readonly name: "InsufficientSnsTopicPolicyException";
|
|
434
|
+
readonly $fault: "client";
|
|
435
|
+
Message?: string | undefined;
|
|
436
|
+
constructor(
|
|
437
|
+
opts: __ExceptionOptionType<
|
|
438
|
+
InsufficientSnsTopicPolicyException,
|
|
439
|
+
__BaseException
|
|
440
|
+
>
|
|
441
|
+
);
|
|
442
|
+
}
|
|
443
|
+
export declare class InvalidCloudWatchLogsLogGroupArnException extends __BaseException {
|
|
444
|
+
readonly name: "InvalidCloudWatchLogsLogGroupArnException";
|
|
445
|
+
readonly $fault: "client";
|
|
446
|
+
Message?: string | undefined;
|
|
447
|
+
constructor(
|
|
448
|
+
opts: __ExceptionOptionType<
|
|
449
|
+
InvalidCloudWatchLogsLogGroupArnException,
|
|
450
|
+
__BaseException
|
|
451
|
+
>
|
|
452
|
+
);
|
|
453
|
+
}
|
|
454
|
+
export declare class InvalidCloudWatchLogsRoleArnException extends __BaseException {
|
|
455
|
+
readonly name: "InvalidCloudWatchLogsRoleArnException";
|
|
456
|
+
readonly $fault: "client";
|
|
457
|
+
Message?: string | undefined;
|
|
458
|
+
constructor(
|
|
459
|
+
opts: __ExceptionOptionType<
|
|
460
|
+
InvalidCloudWatchLogsRoleArnException,
|
|
461
|
+
__BaseException
|
|
462
|
+
>
|
|
463
|
+
);
|
|
464
|
+
}
|
|
465
|
+
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
466
|
+
readonly name: "InvalidParameterCombinationException";
|
|
467
|
+
readonly $fault: "client";
|
|
468
|
+
Message?: string | undefined;
|
|
469
|
+
constructor(
|
|
470
|
+
opts: __ExceptionOptionType<
|
|
471
|
+
InvalidParameterCombinationException,
|
|
472
|
+
__BaseException
|
|
473
|
+
>
|
|
474
|
+
);
|
|
475
|
+
}
|
|
476
|
+
export declare class InvalidS3BucketNameException extends __BaseException {
|
|
477
|
+
readonly name: "InvalidS3BucketNameException";
|
|
478
|
+
readonly $fault: "client";
|
|
479
|
+
Message?: string | undefined;
|
|
480
|
+
constructor(
|
|
481
|
+
opts: __ExceptionOptionType<InvalidS3BucketNameException, __BaseException>
|
|
482
|
+
);
|
|
483
|
+
}
|
|
484
|
+
export declare class InvalidS3PrefixException extends __BaseException {
|
|
485
|
+
readonly name: "InvalidS3PrefixException";
|
|
486
|
+
readonly $fault: "client";
|
|
487
|
+
Message?: string | undefined;
|
|
488
|
+
constructor(
|
|
489
|
+
opts: __ExceptionOptionType<InvalidS3PrefixException, __BaseException>
|
|
490
|
+
);
|
|
491
|
+
}
|
|
492
|
+
export declare class InvalidSnsTopicNameException extends __BaseException {
|
|
493
|
+
readonly name: "InvalidSnsTopicNameException";
|
|
494
|
+
readonly $fault: "client";
|
|
495
|
+
Message?: string | undefined;
|
|
496
|
+
constructor(
|
|
497
|
+
opts: __ExceptionOptionType<InvalidSnsTopicNameException, __BaseException>
|
|
498
|
+
);
|
|
499
|
+
}
|
|
500
|
+
export declare class KmsKeyDisabledException extends __BaseException {
|
|
501
|
+
readonly name: "KmsKeyDisabledException";
|
|
502
|
+
readonly $fault: "client";
|
|
503
|
+
Message?: string | undefined;
|
|
504
|
+
constructor(
|
|
505
|
+
opts: __ExceptionOptionType<KmsKeyDisabledException, __BaseException>
|
|
506
|
+
);
|
|
507
|
+
}
|
|
508
|
+
export declare class MaximumNumberOfTrailsExceededException extends __BaseException {
|
|
509
|
+
readonly name: "MaximumNumberOfTrailsExceededException";
|
|
510
|
+
readonly $fault: "client";
|
|
511
|
+
Message?: string | undefined;
|
|
512
|
+
constructor(
|
|
513
|
+
opts: __ExceptionOptionType<
|
|
514
|
+
MaximumNumberOfTrailsExceededException,
|
|
515
|
+
__BaseException
|
|
516
|
+
>
|
|
517
|
+
);
|
|
518
|
+
}
|
|
519
|
+
export declare class S3BucketDoesNotExistException extends __BaseException {
|
|
520
|
+
readonly name: "S3BucketDoesNotExistException";
|
|
521
|
+
readonly $fault: "client";
|
|
522
|
+
Message?: string | undefined;
|
|
523
|
+
constructor(
|
|
524
|
+
opts: __ExceptionOptionType<S3BucketDoesNotExistException, __BaseException>
|
|
525
|
+
);
|
|
526
|
+
}
|
|
527
|
+
export declare class TrailAlreadyExistsException extends __BaseException {
|
|
528
|
+
readonly name: "TrailAlreadyExistsException";
|
|
529
|
+
readonly $fault: "client";
|
|
530
|
+
Message?: string | undefined;
|
|
531
|
+
constructor(
|
|
532
|
+
opts: __ExceptionOptionType<TrailAlreadyExistsException, __BaseException>
|
|
533
|
+
);
|
|
534
|
+
}
|
|
535
|
+
export declare class TrailNotProvidedException extends __BaseException {
|
|
536
|
+
readonly name: "TrailNotProvidedException";
|
|
537
|
+
readonly $fault: "client";
|
|
538
|
+
Message?: string | undefined;
|
|
539
|
+
constructor(
|
|
540
|
+
opts: __ExceptionOptionType<TrailNotProvidedException, __BaseException>
|
|
541
|
+
);
|
|
542
|
+
}
|
|
543
|
+
export declare class EventDataStoreFederationEnabledException extends __BaseException {
|
|
544
|
+
readonly name: "EventDataStoreFederationEnabledException";
|
|
545
|
+
readonly $fault: "client";
|
|
546
|
+
Message?: string | undefined;
|
|
547
|
+
constructor(
|
|
548
|
+
opts: __ExceptionOptionType<
|
|
549
|
+
EventDataStoreFederationEnabledException,
|
|
550
|
+
__BaseException
|
|
551
|
+
>
|
|
552
|
+
);
|
|
553
|
+
}
|
|
554
|
+
export declare class EventDataStoreHasOngoingImportException extends __BaseException {
|
|
555
|
+
readonly name: "EventDataStoreHasOngoingImportException";
|
|
556
|
+
readonly $fault: "client";
|
|
557
|
+
Message?: string | undefined;
|
|
558
|
+
constructor(
|
|
559
|
+
opts: __ExceptionOptionType<
|
|
560
|
+
EventDataStoreHasOngoingImportException,
|
|
561
|
+
__BaseException
|
|
562
|
+
>
|
|
563
|
+
);
|
|
564
|
+
}
|
|
565
|
+
export declare class EventDataStoreTerminationProtectedException extends __BaseException {
|
|
566
|
+
readonly name: "EventDataStoreTerminationProtectedException";
|
|
567
|
+
readonly $fault: "client";
|
|
568
|
+
Message?: string | undefined;
|
|
569
|
+
constructor(
|
|
570
|
+
opts: __ExceptionOptionType<
|
|
571
|
+
EventDataStoreTerminationProtectedException,
|
|
572
|
+
__BaseException
|
|
573
|
+
>
|
|
574
|
+
);
|
|
575
|
+
}
|
|
576
|
+
export declare class ResourceARNNotValidException extends __BaseException {
|
|
577
|
+
readonly name: "ResourceARNNotValidException";
|
|
578
|
+
readonly $fault: "client";
|
|
579
|
+
Message?: string | undefined;
|
|
580
|
+
constructor(
|
|
581
|
+
opts: __ExceptionOptionType<ResourceARNNotValidException, __BaseException>
|
|
582
|
+
);
|
|
583
|
+
}
|
|
584
|
+
export declare class ResourcePolicyNotFoundException extends __BaseException {
|
|
585
|
+
readonly name: "ResourcePolicyNotFoundException";
|
|
586
|
+
readonly $fault: "client";
|
|
587
|
+
Message?: string | undefined;
|
|
588
|
+
constructor(
|
|
589
|
+
opts: __ExceptionOptionType<
|
|
590
|
+
ResourcePolicyNotFoundException,
|
|
591
|
+
__BaseException
|
|
592
|
+
>
|
|
593
|
+
);
|
|
594
|
+
}
|
|
595
|
+
export declare class InvalidHomeRegionException extends __BaseException {
|
|
596
|
+
readonly name: "InvalidHomeRegionException";
|
|
597
|
+
readonly $fault: "client";
|
|
598
|
+
Message?: string | undefined;
|
|
599
|
+
constructor(
|
|
600
|
+
opts: __ExceptionOptionType<InvalidHomeRegionException, __BaseException>
|
|
601
|
+
);
|
|
602
|
+
}
|
|
603
|
+
export declare class TrailNotFoundException extends __BaseException {
|
|
604
|
+
readonly name: "TrailNotFoundException";
|
|
605
|
+
readonly $fault: "client";
|
|
606
|
+
Message?: string | undefined;
|
|
607
|
+
constructor(
|
|
608
|
+
opts: __ExceptionOptionType<TrailNotFoundException, __BaseException>
|
|
609
|
+
);
|
|
610
|
+
}
|
|
611
|
+
export declare class NotOrganizationManagementAccountException extends __BaseException {
|
|
612
|
+
readonly name: "NotOrganizationManagementAccountException";
|
|
613
|
+
readonly $fault: "client";
|
|
614
|
+
Message?: string | undefined;
|
|
615
|
+
constructor(
|
|
616
|
+
opts: __ExceptionOptionType<
|
|
617
|
+
NotOrganizationManagementAccountException,
|
|
618
|
+
__BaseException
|
|
619
|
+
>
|
|
620
|
+
);
|
|
621
|
+
}
|
|
622
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
623
|
+
readonly name: "ConcurrentModificationException";
|
|
624
|
+
readonly $fault: "client";
|
|
625
|
+
Message?: string | undefined;
|
|
626
|
+
constructor(
|
|
627
|
+
opts: __ExceptionOptionType<
|
|
628
|
+
ConcurrentModificationException,
|
|
629
|
+
__BaseException
|
|
630
|
+
>
|
|
631
|
+
);
|
|
632
|
+
}
|
|
633
|
+
export declare class GenerateResponseException extends __BaseException {
|
|
634
|
+
readonly name: "GenerateResponseException";
|
|
635
|
+
readonly $fault: "client";
|
|
636
|
+
Message?: string | undefined;
|
|
637
|
+
constructor(
|
|
638
|
+
opts: __ExceptionOptionType<GenerateResponseException, __BaseException>
|
|
639
|
+
);
|
|
640
|
+
}
|
|
641
|
+
export declare class InvalidEventDataStoreStatusException extends __BaseException {
|
|
642
|
+
readonly name: "InvalidEventDataStoreStatusException";
|
|
643
|
+
readonly $fault: "client";
|
|
644
|
+
Message?: string | undefined;
|
|
645
|
+
constructor(
|
|
646
|
+
opts: __ExceptionOptionType<
|
|
647
|
+
InvalidEventDataStoreStatusException,
|
|
648
|
+
__BaseException
|
|
649
|
+
>
|
|
650
|
+
);
|
|
651
|
+
}
|
|
652
|
+
export declare class ImportNotFoundException extends __BaseException {
|
|
653
|
+
readonly name: "ImportNotFoundException";
|
|
654
|
+
readonly $fault: "client";
|
|
655
|
+
Message?: string | undefined;
|
|
656
|
+
constructor(
|
|
657
|
+
opts: __ExceptionOptionType<ImportNotFoundException, __BaseException>
|
|
658
|
+
);
|
|
659
|
+
}
|
|
660
|
+
export declare class InsightNotEnabledException extends __BaseException {
|
|
661
|
+
readonly name: "InsightNotEnabledException";
|
|
662
|
+
readonly $fault: "client";
|
|
663
|
+
Message?: string | undefined;
|
|
664
|
+
constructor(
|
|
665
|
+
opts: __ExceptionOptionType<InsightNotEnabledException, __BaseException>
|
|
666
|
+
);
|
|
667
|
+
}
|
|
668
|
+
export declare class InvalidMaxResultsException extends __BaseException {
|
|
669
|
+
readonly name: "InvalidMaxResultsException";
|
|
670
|
+
readonly $fault: "client";
|
|
671
|
+
Message?: string | undefined;
|
|
672
|
+
constructor(
|
|
673
|
+
opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>
|
|
674
|
+
);
|
|
675
|
+
}
|
|
676
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
677
|
+
readonly name: "InvalidNextTokenException";
|
|
678
|
+
readonly $fault: "client";
|
|
679
|
+
Message?: string | undefined;
|
|
680
|
+
constructor(
|
|
681
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
682
|
+
);
|
|
683
|
+
}
|
|
684
|
+
export declare class InvalidTimeRangeException extends __BaseException {
|
|
685
|
+
readonly name: "InvalidTimeRangeException";
|
|
686
|
+
readonly $fault: "client";
|
|
687
|
+
Message?: string | undefined;
|
|
688
|
+
constructor(
|
|
689
|
+
opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>
|
|
690
|
+
);
|
|
691
|
+
}
|
|
692
|
+
export declare class InvalidTokenException extends __BaseException {
|
|
693
|
+
readonly name: "InvalidTokenException";
|
|
694
|
+
readonly $fault: "client";
|
|
695
|
+
Message?: string | undefined;
|
|
696
|
+
constructor(
|
|
697
|
+
opts: __ExceptionOptionType<InvalidTokenException, __BaseException>
|
|
698
|
+
);
|
|
699
|
+
}
|
|
700
|
+
export declare class InvalidDateRangeException extends __BaseException {
|
|
701
|
+
readonly name: "InvalidDateRangeException";
|
|
702
|
+
readonly $fault: "client";
|
|
703
|
+
Message?: string | undefined;
|
|
704
|
+
constructor(
|
|
705
|
+
opts: __ExceptionOptionType<InvalidDateRangeException, __BaseException>
|
|
706
|
+
);
|
|
707
|
+
}
|
|
708
|
+
export declare class InvalidQueryStatusException extends __BaseException {
|
|
709
|
+
readonly name: "InvalidQueryStatusException";
|
|
710
|
+
readonly $fault: "client";
|
|
711
|
+
Message?: string | undefined;
|
|
712
|
+
constructor(
|
|
713
|
+
opts: __ExceptionOptionType<InvalidQueryStatusException, __BaseException>
|
|
714
|
+
);
|
|
715
|
+
}
|
|
716
|
+
export declare class InvalidEventCategoryException extends __BaseException {
|
|
717
|
+
readonly name: "InvalidEventCategoryException";
|
|
718
|
+
readonly $fault: "client";
|
|
719
|
+
Message?: string | undefined;
|
|
720
|
+
constructor(
|
|
721
|
+
opts: __ExceptionOptionType<InvalidEventCategoryException, __BaseException>
|
|
722
|
+
);
|
|
723
|
+
}
|
|
724
|
+
export declare class InvalidLookupAttributesException extends __BaseException {
|
|
725
|
+
readonly name: "InvalidLookupAttributesException";
|
|
726
|
+
readonly $fault: "client";
|
|
727
|
+
Message?: string | undefined;
|
|
728
|
+
constructor(
|
|
729
|
+
opts: __ExceptionOptionType<
|
|
730
|
+
InvalidLookupAttributesException,
|
|
731
|
+
__BaseException
|
|
732
|
+
>
|
|
733
|
+
);
|
|
734
|
+
}
|
|
735
|
+
export declare class InsufficientIAMAccessPermissionException extends __BaseException {
|
|
736
|
+
readonly name: "InsufficientIAMAccessPermissionException";
|
|
737
|
+
readonly $fault: "client";
|
|
738
|
+
Message?: string | undefined;
|
|
739
|
+
constructor(
|
|
740
|
+
opts: __ExceptionOptionType<
|
|
741
|
+
InsufficientIAMAccessPermissionException,
|
|
742
|
+
__BaseException
|
|
743
|
+
>
|
|
744
|
+
);
|
|
745
|
+
}
|
|
746
|
+
export declare class InvalidInsightSelectorsException extends __BaseException {
|
|
747
|
+
readonly name: "InvalidInsightSelectorsException";
|
|
748
|
+
readonly $fault: "client";
|
|
749
|
+
Message?: string | undefined;
|
|
750
|
+
constructor(
|
|
751
|
+
opts: __ExceptionOptionType<
|
|
752
|
+
InvalidInsightSelectorsException,
|
|
753
|
+
__BaseException
|
|
754
|
+
>
|
|
755
|
+
);
|
|
756
|
+
}
|
|
757
|
+
export declare class ResourcePolicyNotValidException extends __BaseException {
|
|
758
|
+
readonly name: "ResourcePolicyNotValidException";
|
|
759
|
+
readonly $fault: "client";
|
|
760
|
+
Message?: string | undefined;
|
|
761
|
+
constructor(
|
|
762
|
+
opts: __ExceptionOptionType<
|
|
763
|
+
ResourcePolicyNotValidException,
|
|
764
|
+
__BaseException
|
|
765
|
+
>
|
|
766
|
+
);
|
|
767
|
+
}
|
|
768
|
+
export declare class DelegatedAdminAccountLimitExceededException extends __BaseException {
|
|
769
|
+
readonly name: "DelegatedAdminAccountLimitExceededException";
|
|
770
|
+
readonly $fault: "client";
|
|
771
|
+
Message?: string | undefined;
|
|
772
|
+
constructor(
|
|
773
|
+
opts: __ExceptionOptionType<
|
|
774
|
+
DelegatedAdminAccountLimitExceededException,
|
|
775
|
+
__BaseException
|
|
776
|
+
>
|
|
777
|
+
);
|
|
778
|
+
}
|
|
779
|
+
export declare class InvalidImportSourceException extends __BaseException {
|
|
780
|
+
readonly name: "InvalidImportSourceException";
|
|
781
|
+
readonly $fault: "client";
|
|
782
|
+
Message?: string | undefined;
|
|
783
|
+
constructor(
|
|
784
|
+
opts: __ExceptionOptionType<InvalidImportSourceException, __BaseException>
|
|
785
|
+
);
|
|
786
|
+
}
|
|
787
|
+
export declare class MaxConcurrentQueriesException extends __BaseException {
|
|
788
|
+
readonly name: "MaxConcurrentQueriesException";
|
|
789
|
+
readonly $fault: "client";
|
|
790
|
+
Message?: string | undefined;
|
|
791
|
+
constructor(
|
|
792
|
+
opts: __ExceptionOptionType<MaxConcurrentQueriesException, __BaseException>
|
|
793
|
+
);
|
|
794
|
+
}
|