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