@aws-sdk/client-cloudtrail 3.1086.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 +39 -39
@@ -4,14 +4,8 @@ import {
4
4
  Paginator,
5
5
  } from "@smithy/types";
6
6
  import { CloudTrailClient } from "./CloudTrailClient";
7
- import {
8
- AddTagsCommandInput,
9
- AddTagsCommandOutput,
10
- } from "./commands/AddTagsCommand";
11
- import {
12
- CancelQueryCommandInput,
13
- CancelQueryCommandOutput,
14
- } from "./commands/CancelQueryCommand";
7
+ import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
8
+ import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
15
9
  import {
16
10
  CreateChannelCommandInput,
17
11
  CreateChannelCommandOutput,
@@ -24,10 +18,7 @@ import {
24
18
  CreateEventDataStoreCommandInput,
25
19
  CreateEventDataStoreCommandOutput,
26
20
  } from "./commands/CreateEventDataStoreCommand";
27
- import {
28
- CreateTrailCommandInput,
29
- CreateTrailCommandOutput,
30
- } from "./commands/CreateTrailCommand";
21
+ import { CreateTrailCommandInput, CreateTrailCommandOutput } from "./commands/CreateTrailCommand";
31
22
  import {
32
23
  DeleteChannelCommandInput,
33
24
  DeleteChannelCommandOutput,
@@ -44,10 +35,7 @@ import {
44
35
  DeleteResourcePolicyCommandInput,
45
36
  DeleteResourcePolicyCommandOutput,
46
37
  } from "./commands/DeleteResourcePolicyCommand";
47
- import {
48
- DeleteTrailCommandInput,
49
- DeleteTrailCommandOutput,
50
- } from "./commands/DeleteTrailCommand";
38
+ import { DeleteTrailCommandInput, DeleteTrailCommandOutput } from "./commands/DeleteTrailCommand";
51
39
  import {
52
40
  DeregisterOrganizationDelegatedAdminCommandInput,
53
41
  DeregisterOrganizationDelegatedAdminCommandOutput,
@@ -72,10 +60,7 @@ import {
72
60
  GenerateQueryCommandInput,
73
61
  GenerateQueryCommandOutput,
74
62
  } from "./commands/GenerateQueryCommand";
75
- import {
76
- GetChannelCommandInput,
77
- GetChannelCommandOutput,
78
- } from "./commands/GetChannelCommand";
63
+ import { GetChannelCommandInput, GetChannelCommandOutput } from "./commands/GetChannelCommand";
79
64
  import {
80
65
  GetDashboardCommandInput,
81
66
  GetDashboardCommandOutput,
@@ -92,10 +77,7 @@ import {
92
77
  GetEventSelectorsCommandInput,
93
78
  GetEventSelectorsCommandOutput,
94
79
  } from "./commands/GetEventSelectorsCommand";
95
- import {
96
- GetImportCommandInput,
97
- GetImportCommandOutput,
98
- } from "./commands/GetImportCommand";
80
+ import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
99
81
  import {
100
82
  GetInsightSelectorsCommandInput,
101
83
  GetInsightSelectorsCommandOutput,
@@ -108,10 +90,7 @@ import {
108
90
  GetResourcePolicyCommandInput,
109
91
  GetResourcePolicyCommandOutput,
110
92
  } from "./commands/GetResourcePolicyCommand";
111
- import {
112
- GetTrailCommandInput,
113
- GetTrailCommandOutput,
114
- } from "./commands/GetTrailCommand";
93
+ import { GetTrailCommandInput, GetTrailCommandOutput } from "./commands/GetTrailCommand";
115
94
  import {
116
95
  GetTrailStatusCommandInput,
117
96
  GetTrailStatusCommandOutput,
@@ -132,10 +111,7 @@ import {
132
111
  ListImportFailuresCommandInput,
133
112
  ListImportFailuresCommandOutput,
134
113
  } from "./commands/ListImportFailuresCommand";
135
- import {
136
- ListImportsCommandInput,
137
- ListImportsCommandOutput,
138
- } from "./commands/ListImportsCommand";
114
+ import { ListImportsCommandInput, ListImportsCommandOutput } from "./commands/ListImportsCommand";
139
115
  import {
140
116
  ListInsightsDataCommandInput,
141
117
  ListInsightsDataCommandOutput,
@@ -148,18 +124,9 @@ import {
148
124
  ListPublicKeysCommandInput,
149
125
  ListPublicKeysCommandOutput,
150
126
  } from "./commands/ListPublicKeysCommand";
151
- import {
152
- ListQueriesCommandInput,
153
- ListQueriesCommandOutput,
154
- } from "./commands/ListQueriesCommand";
155
- import {
156
- ListTagsCommandInput,
157
- ListTagsCommandOutput,
158
- } from "./commands/ListTagsCommand";
159
- import {
160
- ListTrailsCommandInput,
161
- ListTrailsCommandOutput,
162
- } from "./commands/ListTrailsCommand";
127
+ import { ListQueriesCommandInput, ListQueriesCommandOutput } from "./commands/ListQueriesCommand";
128
+ import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
129
+ import { ListTrailsCommandInput, ListTrailsCommandOutput } from "./commands/ListTrailsCommand";
163
130
  import {
164
131
  LookupEventsCommandInput,
165
132
  LookupEventsCommandOutput,
@@ -184,10 +151,7 @@ import {
184
151
  RegisterOrganizationDelegatedAdminCommandInput,
185
152
  RegisterOrganizationDelegatedAdminCommandOutput,
186
153
  } from "./commands/RegisterOrganizationDelegatedAdminCommand";
187
- import {
188
- RemoveTagsCommandInput,
189
- RemoveTagsCommandOutput,
190
- } from "./commands/RemoveTagsCommand";
154
+ import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
191
155
  import {
192
156
  RestoreEventDataStoreCommandInput,
193
157
  RestoreEventDataStoreCommandOutput,
@@ -204,30 +168,18 @@ import {
204
168
  StartEventDataStoreIngestionCommandInput,
205
169
  StartEventDataStoreIngestionCommandOutput,
206
170
  } from "./commands/StartEventDataStoreIngestionCommand";
207
- import {
208
- StartImportCommandInput,
209
- StartImportCommandOutput,
210
- } from "./commands/StartImportCommand";
171
+ import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
211
172
  import {
212
173
  StartLoggingCommandInput,
213
174
  StartLoggingCommandOutput,
214
175
  } from "./commands/StartLoggingCommand";
215
- import {
216
- StartQueryCommandInput,
217
- StartQueryCommandOutput,
218
- } from "./commands/StartQueryCommand";
176
+ import { StartQueryCommandInput, StartQueryCommandOutput } from "./commands/StartQueryCommand";
219
177
  import {
220
178
  StopEventDataStoreIngestionCommandInput,
221
179
  StopEventDataStoreIngestionCommandOutput,
222
180
  } from "./commands/StopEventDataStoreIngestionCommand";
223
- import {
224
- StopImportCommandInput,
225
- StopImportCommandOutput,
226
- } from "./commands/StopImportCommand";
227
- import {
228
- StopLoggingCommandInput,
229
- StopLoggingCommandOutput,
230
- } from "./commands/StopLoggingCommand";
181
+ import { StopImportCommandInput, StopImportCommandOutput } from "./commands/StopImportCommand";
182
+ import { StopLoggingCommandInput, StopLoggingCommandOutput } from "./commands/StopLoggingCommand";
231
183
  import {
232
184
  UpdateChannelCommandInput,
233
185
  UpdateChannelCommandOutput,
@@ -240,902 +192,873 @@ import {
240
192
  UpdateEventDataStoreCommandInput,
241
193
  UpdateEventDataStoreCommandOutput,
242
194
  } from "./commands/UpdateEventDataStoreCommand";
243
- import {
244
- UpdateTrailCommandInput,
245
- UpdateTrailCommandOutput,
246
- } from "./commands/UpdateTrailCommand";
195
+ import { UpdateTrailCommandInput, UpdateTrailCommandOutput } from "./commands/UpdateTrailCommand";
247
196
  export interface CloudTrail {
248
- addTags(
249
- args: AddTagsCommandInput,
250
- options?: __HttpHandlerOptions
251
- ): Promise<AddTagsCommandOutput>;
252
- addTags(
253
- args: AddTagsCommandInput,
254
- cb: (err: any, data?: AddTagsCommandOutput) => void
255
- ): void;
197
+ addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
198
+ addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
256
199
  addTags(
257
200
  args: AddTagsCommandInput,
258
201
  options: __HttpHandlerOptions,
259
- cb: (err: any, data?: AddTagsCommandOutput) => void
202
+ cb: (err: any, data?: AddTagsCommandOutput) => void,
260
203
  ): void;
261
204
  cancelQuery(
262
205
  args: CancelQueryCommandInput,
263
- options?: __HttpHandlerOptions
206
+ options?: __HttpHandlerOptions,
264
207
  ): Promise<CancelQueryCommandOutput>;
265
208
  cancelQuery(
266
209
  args: CancelQueryCommandInput,
267
- cb: (err: any, data?: CancelQueryCommandOutput) => void
210
+ cb: (err: any, data?: CancelQueryCommandOutput) => void,
268
211
  ): void;
269
212
  cancelQuery(
270
213
  args: CancelQueryCommandInput,
271
214
  options: __HttpHandlerOptions,
272
- cb: (err: any, data?: CancelQueryCommandOutput) => void
215
+ cb: (err: any, data?: CancelQueryCommandOutput) => void,
273
216
  ): void;
274
217
  createChannel(
275
218
  args: CreateChannelCommandInput,
276
- options?: __HttpHandlerOptions
219
+ options?: __HttpHandlerOptions,
277
220
  ): Promise<CreateChannelCommandOutput>;
278
221
  createChannel(
279
222
  args: CreateChannelCommandInput,
280
- cb: (err: any, data?: CreateChannelCommandOutput) => void
223
+ cb: (err: any, data?: CreateChannelCommandOutput) => void,
281
224
  ): void;
282
225
  createChannel(
283
226
  args: CreateChannelCommandInput,
284
227
  options: __HttpHandlerOptions,
285
- cb: (err: any, data?: CreateChannelCommandOutput) => void
228
+ cb: (err: any, data?: CreateChannelCommandOutput) => void,
286
229
  ): void;
287
230
  createDashboard(
288
231
  args: CreateDashboardCommandInput,
289
- options?: __HttpHandlerOptions
232
+ options?: __HttpHandlerOptions,
290
233
  ): Promise<CreateDashboardCommandOutput>;
291
234
  createDashboard(
292
235
  args: CreateDashboardCommandInput,
293
- cb: (err: any, data?: CreateDashboardCommandOutput) => void
236
+ cb: (err: any, data?: CreateDashboardCommandOutput) => void,
294
237
  ): void;
295
238
  createDashboard(
296
239
  args: CreateDashboardCommandInput,
297
240
  options: __HttpHandlerOptions,
298
- cb: (err: any, data?: CreateDashboardCommandOutput) => void
241
+ cb: (err: any, data?: CreateDashboardCommandOutput) => void,
299
242
  ): void;
300
243
  createEventDataStore(
301
244
  args: CreateEventDataStoreCommandInput,
302
- options?: __HttpHandlerOptions
245
+ options?: __HttpHandlerOptions,
303
246
  ): Promise<CreateEventDataStoreCommandOutput>;
304
247
  createEventDataStore(
305
248
  args: CreateEventDataStoreCommandInput,
306
- cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void
249
+ cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void,
307
250
  ): void;
308
251
  createEventDataStore(
309
252
  args: CreateEventDataStoreCommandInput,
310
253
  options: __HttpHandlerOptions,
311
- cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void
254
+ cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void,
312
255
  ): void;
313
256
  createTrail(
314
257
  args: CreateTrailCommandInput,
315
- options?: __HttpHandlerOptions
258
+ options?: __HttpHandlerOptions,
316
259
  ): Promise<CreateTrailCommandOutput>;
317
260
  createTrail(
318
261
  args: CreateTrailCommandInput,
319
- cb: (err: any, data?: CreateTrailCommandOutput) => void
262
+ cb: (err: any, data?: CreateTrailCommandOutput) => void,
320
263
  ): void;
321
264
  createTrail(
322
265
  args: CreateTrailCommandInput,
323
266
  options: __HttpHandlerOptions,
324
- cb: (err: any, data?: CreateTrailCommandOutput) => void
267
+ cb: (err: any, data?: CreateTrailCommandOutput) => void,
325
268
  ): void;
326
269
  deleteChannel(
327
270
  args: DeleteChannelCommandInput,
328
- options?: __HttpHandlerOptions
271
+ options?: __HttpHandlerOptions,
329
272
  ): Promise<DeleteChannelCommandOutput>;
330
273
  deleteChannel(
331
274
  args: DeleteChannelCommandInput,
332
- cb: (err: any, data?: DeleteChannelCommandOutput) => void
275
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void,
333
276
  ): void;
334
277
  deleteChannel(
335
278
  args: DeleteChannelCommandInput,
336
279
  options: __HttpHandlerOptions,
337
- cb: (err: any, data?: DeleteChannelCommandOutput) => void
280
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void,
338
281
  ): void;
339
282
  deleteDashboard(
340
283
  args: DeleteDashboardCommandInput,
341
- options?: __HttpHandlerOptions
284
+ options?: __HttpHandlerOptions,
342
285
  ): Promise<DeleteDashboardCommandOutput>;
343
286
  deleteDashboard(
344
287
  args: DeleteDashboardCommandInput,
345
- cb: (err: any, data?: DeleteDashboardCommandOutput) => void
288
+ cb: (err: any, data?: DeleteDashboardCommandOutput) => void,
346
289
  ): void;
347
290
  deleteDashboard(
348
291
  args: DeleteDashboardCommandInput,
349
292
  options: __HttpHandlerOptions,
350
- cb: (err: any, data?: DeleteDashboardCommandOutput) => void
293
+ cb: (err: any, data?: DeleteDashboardCommandOutput) => void,
351
294
  ): void;
352
295
  deleteEventDataStore(
353
296
  args: DeleteEventDataStoreCommandInput,
354
- options?: __HttpHandlerOptions
297
+ options?: __HttpHandlerOptions,
355
298
  ): Promise<DeleteEventDataStoreCommandOutput>;
356
299
  deleteEventDataStore(
357
300
  args: DeleteEventDataStoreCommandInput,
358
- cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void
301
+ cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void,
359
302
  ): void;
360
303
  deleteEventDataStore(
361
304
  args: DeleteEventDataStoreCommandInput,
362
305
  options: __HttpHandlerOptions,
363
- cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void
306
+ cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void,
364
307
  ): void;
365
308
  deleteResourcePolicy(
366
309
  args: DeleteResourcePolicyCommandInput,
367
- options?: __HttpHandlerOptions
310
+ options?: __HttpHandlerOptions,
368
311
  ): Promise<DeleteResourcePolicyCommandOutput>;
369
312
  deleteResourcePolicy(
370
313
  args: DeleteResourcePolicyCommandInput,
371
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
314
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
372
315
  ): void;
373
316
  deleteResourcePolicy(
374
317
  args: DeleteResourcePolicyCommandInput,
375
318
  options: __HttpHandlerOptions,
376
- cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
319
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
377
320
  ): void;
378
321
  deleteTrail(
379
322
  args: DeleteTrailCommandInput,
380
- options?: __HttpHandlerOptions
323
+ options?: __HttpHandlerOptions,
381
324
  ): Promise<DeleteTrailCommandOutput>;
382
325
  deleteTrail(
383
326
  args: DeleteTrailCommandInput,
384
- cb: (err: any, data?: DeleteTrailCommandOutput) => void
327
+ cb: (err: any, data?: DeleteTrailCommandOutput) => void,
385
328
  ): void;
386
329
  deleteTrail(
387
330
  args: DeleteTrailCommandInput,
388
331
  options: __HttpHandlerOptions,
389
- cb: (err: any, data?: DeleteTrailCommandOutput) => void
332
+ cb: (err: any, data?: DeleteTrailCommandOutput) => void,
390
333
  ): void;
391
334
  deregisterOrganizationDelegatedAdmin(
392
335
  args: DeregisterOrganizationDelegatedAdminCommandInput,
393
- options?: __HttpHandlerOptions
336
+ options?: __HttpHandlerOptions,
394
337
  ): Promise<DeregisterOrganizationDelegatedAdminCommandOutput>;
395
338
  deregisterOrganizationDelegatedAdmin(
396
339
  args: DeregisterOrganizationDelegatedAdminCommandInput,
397
- cb: (
398
- err: any,
399
- data?: DeregisterOrganizationDelegatedAdminCommandOutput
400
- ) => void
340
+ cb: (err: any, data?: DeregisterOrganizationDelegatedAdminCommandOutput) => void,
401
341
  ): void;
402
342
  deregisterOrganizationDelegatedAdmin(
403
343
  args: DeregisterOrganizationDelegatedAdminCommandInput,
404
344
  options: __HttpHandlerOptions,
405
- cb: (
406
- err: any,
407
- data?: DeregisterOrganizationDelegatedAdminCommandOutput
408
- ) => void
345
+ cb: (err: any, data?: DeregisterOrganizationDelegatedAdminCommandOutput) => void,
409
346
  ): void;
410
347
  describeQuery(): Promise<DescribeQueryCommandOutput>;
411
348
  describeQuery(
412
349
  args: DescribeQueryCommandInput,
413
- options?: __HttpHandlerOptions
350
+ options?: __HttpHandlerOptions,
414
351
  ): Promise<DescribeQueryCommandOutput>;
415
352
  describeQuery(
416
353
  args: DescribeQueryCommandInput,
417
- cb: (err: any, data?: DescribeQueryCommandOutput) => void
354
+ cb: (err: any, data?: DescribeQueryCommandOutput) => void,
418
355
  ): void;
419
356
  describeQuery(
420
357
  args: DescribeQueryCommandInput,
421
358
  options: __HttpHandlerOptions,
422
- cb: (err: any, data?: DescribeQueryCommandOutput) => void
359
+ cb: (err: any, data?: DescribeQueryCommandOutput) => void,
423
360
  ): void;
424
361
  describeTrails(): Promise<DescribeTrailsCommandOutput>;
425
362
  describeTrails(
426
363
  args: DescribeTrailsCommandInput,
427
- options?: __HttpHandlerOptions
364
+ options?: __HttpHandlerOptions,
428
365
  ): Promise<DescribeTrailsCommandOutput>;
429
366
  describeTrails(
430
367
  args: DescribeTrailsCommandInput,
431
- cb: (err: any, data?: DescribeTrailsCommandOutput) => void
368
+ cb: (err: any, data?: DescribeTrailsCommandOutput) => void,
432
369
  ): void;
433
370
  describeTrails(
434
371
  args: DescribeTrailsCommandInput,
435
372
  options: __HttpHandlerOptions,
436
- cb: (err: any, data?: DescribeTrailsCommandOutput) => void
373
+ cb: (err: any, data?: DescribeTrailsCommandOutput) => void,
437
374
  ): void;
438
375
  disableFederation(
439
376
  args: DisableFederationCommandInput,
440
- options?: __HttpHandlerOptions
377
+ options?: __HttpHandlerOptions,
441
378
  ): Promise<DisableFederationCommandOutput>;
442
379
  disableFederation(
443
380
  args: DisableFederationCommandInput,
444
- cb: (err: any, data?: DisableFederationCommandOutput) => void
381
+ cb: (err: any, data?: DisableFederationCommandOutput) => void,
445
382
  ): void;
446
383
  disableFederation(
447
384
  args: DisableFederationCommandInput,
448
385
  options: __HttpHandlerOptions,
449
- cb: (err: any, data?: DisableFederationCommandOutput) => void
386
+ cb: (err: any, data?: DisableFederationCommandOutput) => void,
450
387
  ): void;
451
388
  enableFederation(
452
389
  args: EnableFederationCommandInput,
453
- options?: __HttpHandlerOptions
390
+ options?: __HttpHandlerOptions,
454
391
  ): Promise<EnableFederationCommandOutput>;
455
392
  enableFederation(
456
393
  args: EnableFederationCommandInput,
457
- cb: (err: any, data?: EnableFederationCommandOutput) => void
394
+ cb: (err: any, data?: EnableFederationCommandOutput) => void,
458
395
  ): void;
459
396
  enableFederation(
460
397
  args: EnableFederationCommandInput,
461
398
  options: __HttpHandlerOptions,
462
- cb: (err: any, data?: EnableFederationCommandOutput) => void
399
+ cb: (err: any, data?: EnableFederationCommandOutput) => void,
463
400
  ): void;
464
401
  generateQuery(
465
402
  args: GenerateQueryCommandInput,
466
- options?: __HttpHandlerOptions
403
+ options?: __HttpHandlerOptions,
467
404
  ): Promise<GenerateQueryCommandOutput>;
468
405
  generateQuery(
469
406
  args: GenerateQueryCommandInput,
470
- cb: (err: any, data?: GenerateQueryCommandOutput) => void
407
+ cb: (err: any, data?: GenerateQueryCommandOutput) => void,
471
408
  ): void;
472
409
  generateQuery(
473
410
  args: GenerateQueryCommandInput,
474
411
  options: __HttpHandlerOptions,
475
- cb: (err: any, data?: GenerateQueryCommandOutput) => void
412
+ cb: (err: any, data?: GenerateQueryCommandOutput) => void,
476
413
  ): void;
477
414
  getChannel(
478
415
  args: GetChannelCommandInput,
479
- options?: __HttpHandlerOptions
416
+ options?: __HttpHandlerOptions,
480
417
  ): Promise<GetChannelCommandOutput>;
481
418
  getChannel(
482
419
  args: GetChannelCommandInput,
483
- cb: (err: any, data?: GetChannelCommandOutput) => void
420
+ cb: (err: any, data?: GetChannelCommandOutput) => void,
484
421
  ): void;
485
422
  getChannel(
486
423
  args: GetChannelCommandInput,
487
424
  options: __HttpHandlerOptions,
488
- cb: (err: any, data?: GetChannelCommandOutput) => void
425
+ cb: (err: any, data?: GetChannelCommandOutput) => void,
489
426
  ): void;
490
427
  getDashboard(
491
428
  args: GetDashboardCommandInput,
492
- options?: __HttpHandlerOptions
429
+ options?: __HttpHandlerOptions,
493
430
  ): Promise<GetDashboardCommandOutput>;
494
431
  getDashboard(
495
432
  args: GetDashboardCommandInput,
496
- cb: (err: any, data?: GetDashboardCommandOutput) => void
433
+ cb: (err: any, data?: GetDashboardCommandOutput) => void,
497
434
  ): void;
498
435
  getDashboard(
499
436
  args: GetDashboardCommandInput,
500
437
  options: __HttpHandlerOptions,
501
- cb: (err: any, data?: GetDashboardCommandOutput) => void
438
+ cb: (err: any, data?: GetDashboardCommandOutput) => void,
502
439
  ): void;
503
440
  getEventConfiguration(): Promise<GetEventConfigurationCommandOutput>;
504
441
  getEventConfiguration(
505
442
  args: GetEventConfigurationCommandInput,
506
- options?: __HttpHandlerOptions
443
+ options?: __HttpHandlerOptions,
507
444
  ): Promise<GetEventConfigurationCommandOutput>;
508
445
  getEventConfiguration(
509
446
  args: GetEventConfigurationCommandInput,
510
- cb: (err: any, data?: GetEventConfigurationCommandOutput) => void
447
+ cb: (err: any, data?: GetEventConfigurationCommandOutput) => void,
511
448
  ): void;
512
449
  getEventConfiguration(
513
450
  args: GetEventConfigurationCommandInput,
514
451
  options: __HttpHandlerOptions,
515
- cb: (err: any, data?: GetEventConfigurationCommandOutput) => void
452
+ cb: (err: any, data?: GetEventConfigurationCommandOutput) => void,
516
453
  ): void;
517
454
  getEventDataStore(
518
455
  args: GetEventDataStoreCommandInput,
519
- options?: __HttpHandlerOptions
456
+ options?: __HttpHandlerOptions,
520
457
  ): Promise<GetEventDataStoreCommandOutput>;
521
458
  getEventDataStore(
522
459
  args: GetEventDataStoreCommandInput,
523
- cb: (err: any, data?: GetEventDataStoreCommandOutput) => void
460
+ cb: (err: any, data?: GetEventDataStoreCommandOutput) => void,
524
461
  ): void;
525
462
  getEventDataStore(
526
463
  args: GetEventDataStoreCommandInput,
527
464
  options: __HttpHandlerOptions,
528
- cb: (err: any, data?: GetEventDataStoreCommandOutput) => void
465
+ cb: (err: any, data?: GetEventDataStoreCommandOutput) => void,
529
466
  ): void;
530
467
  getEventSelectors(
531
468
  args: GetEventSelectorsCommandInput,
532
- options?: __HttpHandlerOptions
469
+ options?: __HttpHandlerOptions,
533
470
  ): Promise<GetEventSelectorsCommandOutput>;
534
471
  getEventSelectors(
535
472
  args: GetEventSelectorsCommandInput,
536
- cb: (err: any, data?: GetEventSelectorsCommandOutput) => void
473
+ cb: (err: any, data?: GetEventSelectorsCommandOutput) => void,
537
474
  ): void;
538
475
  getEventSelectors(
539
476
  args: GetEventSelectorsCommandInput,
540
477
  options: __HttpHandlerOptions,
541
- cb: (err: any, data?: GetEventSelectorsCommandOutput) => void
478
+ cb: (err: any, data?: GetEventSelectorsCommandOutput) => void,
542
479
  ): void;
543
480
  getImport(
544
481
  args: GetImportCommandInput,
545
- options?: __HttpHandlerOptions
482
+ options?: __HttpHandlerOptions,
546
483
  ): Promise<GetImportCommandOutput>;
547
484
  getImport(
548
485
  args: GetImportCommandInput,
549
- cb: (err: any, data?: GetImportCommandOutput) => void
486
+ cb: (err: any, data?: GetImportCommandOutput) => void,
550
487
  ): void;
551
488
  getImport(
552
489
  args: GetImportCommandInput,
553
490
  options: __HttpHandlerOptions,
554
- cb: (err: any, data?: GetImportCommandOutput) => void
491
+ cb: (err: any, data?: GetImportCommandOutput) => void,
555
492
  ): void;
556
493
  getInsightSelectors(): Promise<GetInsightSelectorsCommandOutput>;
557
494
  getInsightSelectors(
558
495
  args: GetInsightSelectorsCommandInput,
559
- options?: __HttpHandlerOptions
496
+ options?: __HttpHandlerOptions,
560
497
  ): Promise<GetInsightSelectorsCommandOutput>;
561
498
  getInsightSelectors(
562
499
  args: GetInsightSelectorsCommandInput,
563
- cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void
500
+ cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void,
564
501
  ): void;
565
502
  getInsightSelectors(
566
503
  args: GetInsightSelectorsCommandInput,
567
504
  options: __HttpHandlerOptions,
568
- cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void
505
+ cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void,
569
506
  ): void;
570
507
  getQueryResults(
571
508
  args: GetQueryResultsCommandInput,
572
- options?: __HttpHandlerOptions
509
+ options?: __HttpHandlerOptions,
573
510
  ): Promise<GetQueryResultsCommandOutput>;
574
511
  getQueryResults(
575
512
  args: GetQueryResultsCommandInput,
576
- cb: (err: any, data?: GetQueryResultsCommandOutput) => void
513
+ cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
577
514
  ): void;
578
515
  getQueryResults(
579
516
  args: GetQueryResultsCommandInput,
580
517
  options: __HttpHandlerOptions,
581
- cb: (err: any, data?: GetQueryResultsCommandOutput) => void
518
+ cb: (err: any, data?: GetQueryResultsCommandOutput) => void,
582
519
  ): void;
583
520
  getResourcePolicy(
584
521
  args: GetResourcePolicyCommandInput,
585
- options?: __HttpHandlerOptions
522
+ options?: __HttpHandlerOptions,
586
523
  ): Promise<GetResourcePolicyCommandOutput>;
587
524
  getResourcePolicy(
588
525
  args: GetResourcePolicyCommandInput,
589
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
526
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
590
527
  ): void;
591
528
  getResourcePolicy(
592
529
  args: GetResourcePolicyCommandInput,
593
530
  options: __HttpHandlerOptions,
594
- cb: (err: any, data?: GetResourcePolicyCommandOutput) => void
531
+ cb: (err: any, data?: GetResourcePolicyCommandOutput) => void,
595
532
  ): void;
596
533
  getTrail(
597
534
  args: GetTrailCommandInput,
598
- options?: __HttpHandlerOptions
535
+ options?: __HttpHandlerOptions,
599
536
  ): Promise<GetTrailCommandOutput>;
600
- getTrail(
601
- args: GetTrailCommandInput,
602
- cb: (err: any, data?: GetTrailCommandOutput) => void
603
- ): void;
537
+ getTrail(args: GetTrailCommandInput, cb: (err: any, data?: GetTrailCommandOutput) => void): void;
604
538
  getTrail(
605
539
  args: GetTrailCommandInput,
606
540
  options: __HttpHandlerOptions,
607
- cb: (err: any, data?: GetTrailCommandOutput) => void
541
+ cb: (err: any, data?: GetTrailCommandOutput) => void,
608
542
  ): void;
609
543
  getTrailStatus(
610
544
  args: GetTrailStatusCommandInput,
611
- options?: __HttpHandlerOptions
545
+ options?: __HttpHandlerOptions,
612
546
  ): Promise<GetTrailStatusCommandOutput>;
613
547
  getTrailStatus(
614
548
  args: GetTrailStatusCommandInput,
615
- cb: (err: any, data?: GetTrailStatusCommandOutput) => void
549
+ cb: (err: any, data?: GetTrailStatusCommandOutput) => void,
616
550
  ): void;
617
551
  getTrailStatus(
618
552
  args: GetTrailStatusCommandInput,
619
553
  options: __HttpHandlerOptions,
620
- cb: (err: any, data?: GetTrailStatusCommandOutput) => void
554
+ cb: (err: any, data?: GetTrailStatusCommandOutput) => void,
621
555
  ): void;
622
556
  listChannels(): Promise<ListChannelsCommandOutput>;
623
557
  listChannels(
624
558
  args: ListChannelsCommandInput,
625
- options?: __HttpHandlerOptions
559
+ options?: __HttpHandlerOptions,
626
560
  ): Promise<ListChannelsCommandOutput>;
627
561
  listChannels(
628
562
  args: ListChannelsCommandInput,
629
- cb: (err: any, data?: ListChannelsCommandOutput) => void
563
+ cb: (err: any, data?: ListChannelsCommandOutput) => void,
630
564
  ): void;
631
565
  listChannels(
632
566
  args: ListChannelsCommandInput,
633
567
  options: __HttpHandlerOptions,
634
- cb: (err: any, data?: ListChannelsCommandOutput) => void
568
+ cb: (err: any, data?: ListChannelsCommandOutput) => void,
635
569
  ): void;
636
570
  listDashboards(): Promise<ListDashboardsCommandOutput>;
637
571
  listDashboards(
638
572
  args: ListDashboardsCommandInput,
639
- options?: __HttpHandlerOptions
573
+ options?: __HttpHandlerOptions,
640
574
  ): Promise<ListDashboardsCommandOutput>;
641
575
  listDashboards(
642
576
  args: ListDashboardsCommandInput,
643
- cb: (err: any, data?: ListDashboardsCommandOutput) => void
577
+ cb: (err: any, data?: ListDashboardsCommandOutput) => void,
644
578
  ): void;
645
579
  listDashboards(
646
580
  args: ListDashboardsCommandInput,
647
581
  options: __HttpHandlerOptions,
648
- cb: (err: any, data?: ListDashboardsCommandOutput) => void
582
+ cb: (err: any, data?: ListDashboardsCommandOutput) => void,
649
583
  ): void;
650
584
  listEventDataStores(): Promise<ListEventDataStoresCommandOutput>;
651
585
  listEventDataStores(
652
586
  args: ListEventDataStoresCommandInput,
653
- options?: __HttpHandlerOptions
587
+ options?: __HttpHandlerOptions,
654
588
  ): Promise<ListEventDataStoresCommandOutput>;
655
589
  listEventDataStores(
656
590
  args: ListEventDataStoresCommandInput,
657
- cb: (err: any, data?: ListEventDataStoresCommandOutput) => void
591
+ cb: (err: any, data?: ListEventDataStoresCommandOutput) => void,
658
592
  ): void;
659
593
  listEventDataStores(
660
594
  args: ListEventDataStoresCommandInput,
661
595
  options: __HttpHandlerOptions,
662
- cb: (err: any, data?: ListEventDataStoresCommandOutput) => void
596
+ cb: (err: any, data?: ListEventDataStoresCommandOutput) => void,
663
597
  ): void;
664
598
  listImportFailures(
665
599
  args: ListImportFailuresCommandInput,
666
- options?: __HttpHandlerOptions
600
+ options?: __HttpHandlerOptions,
667
601
  ): Promise<ListImportFailuresCommandOutput>;
668
602
  listImportFailures(
669
603
  args: ListImportFailuresCommandInput,
670
- cb: (err: any, data?: ListImportFailuresCommandOutput) => void
604
+ cb: (err: any, data?: ListImportFailuresCommandOutput) => void,
671
605
  ): void;
672
606
  listImportFailures(
673
607
  args: ListImportFailuresCommandInput,
674
608
  options: __HttpHandlerOptions,
675
- cb: (err: any, data?: ListImportFailuresCommandOutput) => void
609
+ cb: (err: any, data?: ListImportFailuresCommandOutput) => void,
676
610
  ): void;
677
611
  listImports(): Promise<ListImportsCommandOutput>;
678
612
  listImports(
679
613
  args: ListImportsCommandInput,
680
- options?: __HttpHandlerOptions
614
+ options?: __HttpHandlerOptions,
681
615
  ): Promise<ListImportsCommandOutput>;
682
616
  listImports(
683
617
  args: ListImportsCommandInput,
684
- cb: (err: any, data?: ListImportsCommandOutput) => void
618
+ cb: (err: any, data?: ListImportsCommandOutput) => void,
685
619
  ): void;
686
620
  listImports(
687
621
  args: ListImportsCommandInput,
688
622
  options: __HttpHandlerOptions,
689
- cb: (err: any, data?: ListImportsCommandOutput) => void
623
+ cb: (err: any, data?: ListImportsCommandOutput) => void,
690
624
  ): void;
691
625
  listInsightsData(
692
626
  args: ListInsightsDataCommandInput,
693
- options?: __HttpHandlerOptions
627
+ options?: __HttpHandlerOptions,
694
628
  ): Promise<ListInsightsDataCommandOutput>;
695
629
  listInsightsData(
696
630
  args: ListInsightsDataCommandInput,
697
- cb: (err: any, data?: ListInsightsDataCommandOutput) => void
631
+ cb: (err: any, data?: ListInsightsDataCommandOutput) => void,
698
632
  ): void;
699
633
  listInsightsData(
700
634
  args: ListInsightsDataCommandInput,
701
635
  options: __HttpHandlerOptions,
702
- cb: (err: any, data?: ListInsightsDataCommandOutput) => void
636
+ cb: (err: any, data?: ListInsightsDataCommandOutput) => void,
703
637
  ): void;
704
638
  listInsightsMetricData(
705
639
  args: ListInsightsMetricDataCommandInput,
706
- options?: __HttpHandlerOptions
640
+ options?: __HttpHandlerOptions,
707
641
  ): Promise<ListInsightsMetricDataCommandOutput>;
708
642
  listInsightsMetricData(
709
643
  args: ListInsightsMetricDataCommandInput,
710
- cb: (err: any, data?: ListInsightsMetricDataCommandOutput) => void
644
+ cb: (err: any, data?: ListInsightsMetricDataCommandOutput) => void,
711
645
  ): void;
712
646
  listInsightsMetricData(
713
647
  args: ListInsightsMetricDataCommandInput,
714
648
  options: __HttpHandlerOptions,
715
- cb: (err: any, data?: ListInsightsMetricDataCommandOutput) => void
649
+ cb: (err: any, data?: ListInsightsMetricDataCommandOutput) => void,
716
650
  ): void;
717
651
  listPublicKeys(): Promise<ListPublicKeysCommandOutput>;
718
652
  listPublicKeys(
719
653
  args: ListPublicKeysCommandInput,
720
- options?: __HttpHandlerOptions
654
+ options?: __HttpHandlerOptions,
721
655
  ): Promise<ListPublicKeysCommandOutput>;
722
656
  listPublicKeys(
723
657
  args: ListPublicKeysCommandInput,
724
- cb: (err: any, data?: ListPublicKeysCommandOutput) => void
658
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void,
725
659
  ): void;
726
660
  listPublicKeys(
727
661
  args: ListPublicKeysCommandInput,
728
662
  options: __HttpHandlerOptions,
729
- cb: (err: any, data?: ListPublicKeysCommandOutput) => void
663
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void,
730
664
  ): void;
731
665
  listQueries(
732
666
  args: ListQueriesCommandInput,
733
- options?: __HttpHandlerOptions
667
+ options?: __HttpHandlerOptions,
734
668
  ): Promise<ListQueriesCommandOutput>;
735
669
  listQueries(
736
670
  args: ListQueriesCommandInput,
737
- cb: (err: any, data?: ListQueriesCommandOutput) => void
671
+ cb: (err: any, data?: ListQueriesCommandOutput) => void,
738
672
  ): void;
739
673
  listQueries(
740
674
  args: ListQueriesCommandInput,
741
675
  options: __HttpHandlerOptions,
742
- cb: (err: any, data?: ListQueriesCommandOutput) => void
676
+ cb: (err: any, data?: ListQueriesCommandOutput) => void,
743
677
  ): void;
744
678
  listTags(
745
679
  args: ListTagsCommandInput,
746
- options?: __HttpHandlerOptions
680
+ options?: __HttpHandlerOptions,
747
681
  ): Promise<ListTagsCommandOutput>;
748
- listTags(
749
- args: ListTagsCommandInput,
750
- cb: (err: any, data?: ListTagsCommandOutput) => void
751
- ): void;
682
+ listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
752
683
  listTags(
753
684
  args: ListTagsCommandInput,
754
685
  options: __HttpHandlerOptions,
755
- cb: (err: any, data?: ListTagsCommandOutput) => void
686
+ cb: (err: any, data?: ListTagsCommandOutput) => void,
756
687
  ): void;
757
688
  listTrails(): Promise<ListTrailsCommandOutput>;
758
689
  listTrails(
759
690
  args: ListTrailsCommandInput,
760
- options?: __HttpHandlerOptions
691
+ options?: __HttpHandlerOptions,
761
692
  ): Promise<ListTrailsCommandOutput>;
762
693
  listTrails(
763
694
  args: ListTrailsCommandInput,
764
- cb: (err: any, data?: ListTrailsCommandOutput) => void
695
+ cb: (err: any, data?: ListTrailsCommandOutput) => void,
765
696
  ): void;
766
697
  listTrails(
767
698
  args: ListTrailsCommandInput,
768
699
  options: __HttpHandlerOptions,
769
- cb: (err: any, data?: ListTrailsCommandOutput) => void
700
+ cb: (err: any, data?: ListTrailsCommandOutput) => void,
770
701
  ): void;
771
702
  lookupEvents(): Promise<LookupEventsCommandOutput>;
772
703
  lookupEvents(
773
704
  args: LookupEventsCommandInput,
774
- options?: __HttpHandlerOptions
705
+ options?: __HttpHandlerOptions,
775
706
  ): Promise<LookupEventsCommandOutput>;
776
707
  lookupEvents(
777
708
  args: LookupEventsCommandInput,
778
- cb: (err: any, data?: LookupEventsCommandOutput) => void
709
+ cb: (err: any, data?: LookupEventsCommandOutput) => void,
779
710
  ): void;
780
711
  lookupEvents(
781
712
  args: LookupEventsCommandInput,
782
713
  options: __HttpHandlerOptions,
783
- cb: (err: any, data?: LookupEventsCommandOutput) => void
714
+ cb: (err: any, data?: LookupEventsCommandOutput) => void,
784
715
  ): void;
785
716
  putEventConfiguration(): Promise<PutEventConfigurationCommandOutput>;
786
717
  putEventConfiguration(
787
718
  args: PutEventConfigurationCommandInput,
788
- options?: __HttpHandlerOptions
719
+ options?: __HttpHandlerOptions,
789
720
  ): Promise<PutEventConfigurationCommandOutput>;
790
721
  putEventConfiguration(
791
722
  args: PutEventConfigurationCommandInput,
792
- cb: (err: any, data?: PutEventConfigurationCommandOutput) => void
723
+ cb: (err: any, data?: PutEventConfigurationCommandOutput) => void,
793
724
  ): void;
794
725
  putEventConfiguration(
795
726
  args: PutEventConfigurationCommandInput,
796
727
  options: __HttpHandlerOptions,
797
- cb: (err: any, data?: PutEventConfigurationCommandOutput) => void
728
+ cb: (err: any, data?: PutEventConfigurationCommandOutput) => void,
798
729
  ): void;
799
730
  putEventSelectors(
800
731
  args: PutEventSelectorsCommandInput,
801
- options?: __HttpHandlerOptions
732
+ options?: __HttpHandlerOptions,
802
733
  ): Promise<PutEventSelectorsCommandOutput>;
803
734
  putEventSelectors(
804
735
  args: PutEventSelectorsCommandInput,
805
- cb: (err: any, data?: PutEventSelectorsCommandOutput) => void
736
+ cb: (err: any, data?: PutEventSelectorsCommandOutput) => void,
806
737
  ): void;
807
738
  putEventSelectors(
808
739
  args: PutEventSelectorsCommandInput,
809
740
  options: __HttpHandlerOptions,
810
- cb: (err: any, data?: PutEventSelectorsCommandOutput) => void
741
+ cb: (err: any, data?: PutEventSelectorsCommandOutput) => void,
811
742
  ): void;
812
743
  putInsightSelectors(
813
744
  args: PutInsightSelectorsCommandInput,
814
- options?: __HttpHandlerOptions
745
+ options?: __HttpHandlerOptions,
815
746
  ): Promise<PutInsightSelectorsCommandOutput>;
816
747
  putInsightSelectors(
817
748
  args: PutInsightSelectorsCommandInput,
818
- cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void
749
+ cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void,
819
750
  ): void;
820
751
  putInsightSelectors(
821
752
  args: PutInsightSelectorsCommandInput,
822
753
  options: __HttpHandlerOptions,
823
- cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void
754
+ cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void,
824
755
  ): void;
825
756
  putResourcePolicy(
826
757
  args: PutResourcePolicyCommandInput,
827
- options?: __HttpHandlerOptions
758
+ options?: __HttpHandlerOptions,
828
759
  ): Promise<PutResourcePolicyCommandOutput>;
829
760
  putResourcePolicy(
830
761
  args: PutResourcePolicyCommandInput,
831
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
762
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
832
763
  ): void;
833
764
  putResourcePolicy(
834
765
  args: PutResourcePolicyCommandInput,
835
766
  options: __HttpHandlerOptions,
836
- cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
767
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
837
768
  ): void;
838
769
  registerOrganizationDelegatedAdmin(
839
770
  args: RegisterOrganizationDelegatedAdminCommandInput,
840
- options?: __HttpHandlerOptions
771
+ options?: __HttpHandlerOptions,
841
772
  ): Promise<RegisterOrganizationDelegatedAdminCommandOutput>;
842
773
  registerOrganizationDelegatedAdmin(
843
774
  args: RegisterOrganizationDelegatedAdminCommandInput,
844
- cb: (
845
- err: any,
846
- data?: RegisterOrganizationDelegatedAdminCommandOutput
847
- ) => void
775
+ cb: (err: any, data?: RegisterOrganizationDelegatedAdminCommandOutput) => void,
848
776
  ): void;
849
777
  registerOrganizationDelegatedAdmin(
850
778
  args: RegisterOrganizationDelegatedAdminCommandInput,
851
779
  options: __HttpHandlerOptions,
852
- cb: (
853
- err: any,
854
- data?: RegisterOrganizationDelegatedAdminCommandOutput
855
- ) => void
780
+ cb: (err: any, data?: RegisterOrganizationDelegatedAdminCommandOutput) => void,
856
781
  ): void;
857
782
  removeTags(
858
783
  args: RemoveTagsCommandInput,
859
- options?: __HttpHandlerOptions
784
+ options?: __HttpHandlerOptions,
860
785
  ): Promise<RemoveTagsCommandOutput>;
861
786
  removeTags(
862
787
  args: RemoveTagsCommandInput,
863
- cb: (err: any, data?: RemoveTagsCommandOutput) => void
788
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void,
864
789
  ): void;
865
790
  removeTags(
866
791
  args: RemoveTagsCommandInput,
867
792
  options: __HttpHandlerOptions,
868
- cb: (err: any, data?: RemoveTagsCommandOutput) => void
793
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void,
869
794
  ): void;
870
795
  restoreEventDataStore(
871
796
  args: RestoreEventDataStoreCommandInput,
872
- options?: __HttpHandlerOptions
797
+ options?: __HttpHandlerOptions,
873
798
  ): Promise<RestoreEventDataStoreCommandOutput>;
874
799
  restoreEventDataStore(
875
800
  args: RestoreEventDataStoreCommandInput,
876
- cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void
801
+ cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void,
877
802
  ): void;
878
803
  restoreEventDataStore(
879
804
  args: RestoreEventDataStoreCommandInput,
880
805
  options: __HttpHandlerOptions,
881
- cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void
806
+ cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void,
882
807
  ): void;
883
808
  searchSampleQueries(
884
809
  args: SearchSampleQueriesCommandInput,
885
- options?: __HttpHandlerOptions
810
+ options?: __HttpHandlerOptions,
886
811
  ): Promise<SearchSampleQueriesCommandOutput>;
887
812
  searchSampleQueries(
888
813
  args: SearchSampleQueriesCommandInput,
889
- cb: (err: any, data?: SearchSampleQueriesCommandOutput) => void
814
+ cb: (err: any, data?: SearchSampleQueriesCommandOutput) => void,
890
815
  ): void;
891
816
  searchSampleQueries(
892
817
  args: SearchSampleQueriesCommandInput,
893
818
  options: __HttpHandlerOptions,
894
- cb: (err: any, data?: SearchSampleQueriesCommandOutput) => void
819
+ cb: (err: any, data?: SearchSampleQueriesCommandOutput) => void,
895
820
  ): void;
896
821
  startDashboardRefresh(
897
822
  args: StartDashboardRefreshCommandInput,
898
- options?: __HttpHandlerOptions
823
+ options?: __HttpHandlerOptions,
899
824
  ): Promise<StartDashboardRefreshCommandOutput>;
900
825
  startDashboardRefresh(
901
826
  args: StartDashboardRefreshCommandInput,
902
- cb: (err: any, data?: StartDashboardRefreshCommandOutput) => void
827
+ cb: (err: any, data?: StartDashboardRefreshCommandOutput) => void,
903
828
  ): void;
904
829
  startDashboardRefresh(
905
830
  args: StartDashboardRefreshCommandInput,
906
831
  options: __HttpHandlerOptions,
907
- cb: (err: any, data?: StartDashboardRefreshCommandOutput) => void
832
+ cb: (err: any, data?: StartDashboardRefreshCommandOutput) => void,
908
833
  ): void;
909
834
  startEventDataStoreIngestion(
910
835
  args: StartEventDataStoreIngestionCommandInput,
911
- options?: __HttpHandlerOptions
836
+ options?: __HttpHandlerOptions,
912
837
  ): Promise<StartEventDataStoreIngestionCommandOutput>;
913
838
  startEventDataStoreIngestion(
914
839
  args: StartEventDataStoreIngestionCommandInput,
915
- cb: (err: any, data?: StartEventDataStoreIngestionCommandOutput) => void
840
+ cb: (err: any, data?: StartEventDataStoreIngestionCommandOutput) => void,
916
841
  ): void;
917
842
  startEventDataStoreIngestion(
918
843
  args: StartEventDataStoreIngestionCommandInput,
919
844
  options: __HttpHandlerOptions,
920
- cb: (err: any, data?: StartEventDataStoreIngestionCommandOutput) => void
845
+ cb: (err: any, data?: StartEventDataStoreIngestionCommandOutput) => void,
921
846
  ): void;
922
847
  startImport(): Promise<StartImportCommandOutput>;
923
848
  startImport(
924
849
  args: StartImportCommandInput,
925
- options?: __HttpHandlerOptions
850
+ options?: __HttpHandlerOptions,
926
851
  ): Promise<StartImportCommandOutput>;
927
852
  startImport(
928
853
  args: StartImportCommandInput,
929
- cb: (err: any, data?: StartImportCommandOutput) => void
854
+ cb: (err: any, data?: StartImportCommandOutput) => void,
930
855
  ): void;
931
856
  startImport(
932
857
  args: StartImportCommandInput,
933
858
  options: __HttpHandlerOptions,
934
- cb: (err: any, data?: StartImportCommandOutput) => void
859
+ cb: (err: any, data?: StartImportCommandOutput) => void,
935
860
  ): void;
936
861
  startLogging(
937
862
  args: StartLoggingCommandInput,
938
- options?: __HttpHandlerOptions
863
+ options?: __HttpHandlerOptions,
939
864
  ): Promise<StartLoggingCommandOutput>;
940
865
  startLogging(
941
866
  args: StartLoggingCommandInput,
942
- cb: (err: any, data?: StartLoggingCommandOutput) => void
867
+ cb: (err: any, data?: StartLoggingCommandOutput) => void,
943
868
  ): void;
944
869
  startLogging(
945
870
  args: StartLoggingCommandInput,
946
871
  options: __HttpHandlerOptions,
947
- cb: (err: any, data?: StartLoggingCommandOutput) => void
872
+ cb: (err: any, data?: StartLoggingCommandOutput) => void,
948
873
  ): void;
949
874
  startQuery(): Promise<StartQueryCommandOutput>;
950
875
  startQuery(
951
876
  args: StartQueryCommandInput,
952
- options?: __HttpHandlerOptions
877
+ options?: __HttpHandlerOptions,
953
878
  ): Promise<StartQueryCommandOutput>;
954
879
  startQuery(
955
880
  args: StartQueryCommandInput,
956
- cb: (err: any, data?: StartQueryCommandOutput) => void
881
+ cb: (err: any, data?: StartQueryCommandOutput) => void,
957
882
  ): void;
958
883
  startQuery(
959
884
  args: StartQueryCommandInput,
960
885
  options: __HttpHandlerOptions,
961
- cb: (err: any, data?: StartQueryCommandOutput) => void
886
+ cb: (err: any, data?: StartQueryCommandOutput) => void,
962
887
  ): void;
963
888
  stopEventDataStoreIngestion(
964
889
  args: StopEventDataStoreIngestionCommandInput,
965
- options?: __HttpHandlerOptions
890
+ options?: __HttpHandlerOptions,
966
891
  ): Promise<StopEventDataStoreIngestionCommandOutput>;
967
892
  stopEventDataStoreIngestion(
968
893
  args: StopEventDataStoreIngestionCommandInput,
969
- cb: (err: any, data?: StopEventDataStoreIngestionCommandOutput) => void
894
+ cb: (err: any, data?: StopEventDataStoreIngestionCommandOutput) => void,
970
895
  ): void;
971
896
  stopEventDataStoreIngestion(
972
897
  args: StopEventDataStoreIngestionCommandInput,
973
898
  options: __HttpHandlerOptions,
974
- cb: (err: any, data?: StopEventDataStoreIngestionCommandOutput) => void
899
+ cb: (err: any, data?: StopEventDataStoreIngestionCommandOutput) => void,
975
900
  ): void;
976
901
  stopImport(
977
902
  args: StopImportCommandInput,
978
- options?: __HttpHandlerOptions
903
+ options?: __HttpHandlerOptions,
979
904
  ): Promise<StopImportCommandOutput>;
980
905
  stopImport(
981
906
  args: StopImportCommandInput,
982
- cb: (err: any, data?: StopImportCommandOutput) => void
907
+ cb: (err: any, data?: StopImportCommandOutput) => void,
983
908
  ): void;
984
909
  stopImport(
985
910
  args: StopImportCommandInput,
986
911
  options: __HttpHandlerOptions,
987
- cb: (err: any, data?: StopImportCommandOutput) => void
912
+ cb: (err: any, data?: StopImportCommandOutput) => void,
988
913
  ): void;
989
914
  stopLogging(
990
915
  args: StopLoggingCommandInput,
991
- options?: __HttpHandlerOptions
916
+ options?: __HttpHandlerOptions,
992
917
  ): Promise<StopLoggingCommandOutput>;
993
918
  stopLogging(
994
919
  args: StopLoggingCommandInput,
995
- cb: (err: any, data?: StopLoggingCommandOutput) => void
920
+ cb: (err: any, data?: StopLoggingCommandOutput) => void,
996
921
  ): void;
997
922
  stopLogging(
998
923
  args: StopLoggingCommandInput,
999
924
  options: __HttpHandlerOptions,
1000
- cb: (err: any, data?: StopLoggingCommandOutput) => void
925
+ cb: (err: any, data?: StopLoggingCommandOutput) => void,
1001
926
  ): void;
1002
927
  updateChannel(
1003
928
  args: UpdateChannelCommandInput,
1004
- options?: __HttpHandlerOptions
929
+ options?: __HttpHandlerOptions,
1005
930
  ): Promise<UpdateChannelCommandOutput>;
1006
931
  updateChannel(
1007
932
  args: UpdateChannelCommandInput,
1008
- cb: (err: any, data?: UpdateChannelCommandOutput) => void
933
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void,
1009
934
  ): void;
1010
935
  updateChannel(
1011
936
  args: UpdateChannelCommandInput,
1012
937
  options: __HttpHandlerOptions,
1013
- cb: (err: any, data?: UpdateChannelCommandOutput) => void
938
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void,
1014
939
  ): void;
1015
940
  updateDashboard(
1016
941
  args: UpdateDashboardCommandInput,
1017
- options?: __HttpHandlerOptions
942
+ options?: __HttpHandlerOptions,
1018
943
  ): Promise<UpdateDashboardCommandOutput>;
1019
944
  updateDashboard(
1020
945
  args: UpdateDashboardCommandInput,
1021
- cb: (err: any, data?: UpdateDashboardCommandOutput) => void
946
+ cb: (err: any, data?: UpdateDashboardCommandOutput) => void,
1022
947
  ): void;
1023
948
  updateDashboard(
1024
949
  args: UpdateDashboardCommandInput,
1025
950
  options: __HttpHandlerOptions,
1026
- cb: (err: any, data?: UpdateDashboardCommandOutput) => void
951
+ cb: (err: any, data?: UpdateDashboardCommandOutput) => void,
1027
952
  ): void;
1028
953
  updateEventDataStore(
1029
954
  args: UpdateEventDataStoreCommandInput,
1030
- options?: __HttpHandlerOptions
955
+ options?: __HttpHandlerOptions,
1031
956
  ): Promise<UpdateEventDataStoreCommandOutput>;
1032
957
  updateEventDataStore(
1033
958
  args: UpdateEventDataStoreCommandInput,
1034
- cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void
959
+ cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void,
1035
960
  ): void;
1036
961
  updateEventDataStore(
1037
962
  args: UpdateEventDataStoreCommandInput,
1038
963
  options: __HttpHandlerOptions,
1039
- cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void
964
+ cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void,
1040
965
  ): void;
1041
966
  updateTrail(
1042
967
  args: UpdateTrailCommandInput,
1043
- options?: __HttpHandlerOptions
968
+ options?: __HttpHandlerOptions,
1044
969
  ): Promise<UpdateTrailCommandOutput>;
1045
970
  updateTrail(
1046
971
  args: UpdateTrailCommandInput,
1047
- cb: (err: any, data?: UpdateTrailCommandOutput) => void
972
+ cb: (err: any, data?: UpdateTrailCommandOutput) => void,
1048
973
  ): void;
1049
974
  updateTrail(
1050
975
  args: UpdateTrailCommandInput,
1051
976
  options: __HttpHandlerOptions,
1052
- cb: (err: any, data?: UpdateTrailCommandOutput) => void
977
+ cb: (err: any, data?: UpdateTrailCommandOutput) => void,
1053
978
  ): void;
1054
979
  paginateGetQueryResults(
1055
980
  args: GetQueryResultsCommandInput,
1056
981
  paginationConfig?: Pick<
1057
982
  PaginationConfiguration,
1058
983
  Exclude<keyof PaginationConfiguration, "client">
1059
- >
984
+ >,
1060
985
  ): Paginator<GetQueryResultsCommandOutput>;
1061
986
  paginateListChannels(
1062
987
  args?: ListChannelsCommandInput,
1063
988
  paginationConfig?: Pick<
1064
989
  PaginationConfiguration,
1065
990
  Exclude<keyof PaginationConfiguration, "client">
1066
- >
991
+ >,
1067
992
  ): Paginator<ListChannelsCommandOutput>;
1068
993
  paginateListEventDataStores(
1069
994
  args?: ListEventDataStoresCommandInput,
1070
995
  paginationConfig?: Pick<
1071
996
  PaginationConfiguration,
1072
997
  Exclude<keyof PaginationConfiguration, "client">
1073
- >
998
+ >,
1074
999
  ): Paginator<ListEventDataStoresCommandOutput>;
1075
1000
  paginateListImportFailures(
1076
1001
  args: ListImportFailuresCommandInput,
1077
1002
  paginationConfig?: Pick<
1078
1003
  PaginationConfiguration,
1079
1004
  Exclude<keyof PaginationConfiguration, "client">
1080
- >
1005
+ >,
1081
1006
  ): Paginator<ListImportFailuresCommandOutput>;
1082
1007
  paginateListImports(
1083
1008
  args?: ListImportsCommandInput,
1084
1009
  paginationConfig?: Pick<
1085
1010
  PaginationConfiguration,
1086
1011
  Exclude<keyof PaginationConfiguration, "client">
1087
- >
1012
+ >,
1088
1013
  ): Paginator<ListImportsCommandOutput>;
1089
1014
  paginateListInsightsData(
1090
1015
  args: ListInsightsDataCommandInput,
1091
1016
  paginationConfig?: Pick<
1092
1017
  PaginationConfiguration,
1093
1018
  Exclude<keyof PaginationConfiguration, "client">
1094
- >
1019
+ >,
1095
1020
  ): Paginator<ListInsightsDataCommandOutput>;
1096
1021
  paginateListInsightsMetricData(
1097
1022
  args: ListInsightsMetricDataCommandInput,
1098
1023
  paginationConfig?: Pick<
1099
1024
  PaginationConfiguration,
1100
1025
  Exclude<keyof PaginationConfiguration, "client">
1101
- >
1026
+ >,
1102
1027
  ): Paginator<ListInsightsMetricDataCommandOutput>;
1103
1028
  paginateListPublicKeys(
1104
1029
  args?: ListPublicKeysCommandInput,
1105
1030
  paginationConfig?: Pick<
1106
1031
  PaginationConfiguration,
1107
1032
  Exclude<keyof PaginationConfiguration, "client">
1108
- >
1033
+ >,
1109
1034
  ): Paginator<ListPublicKeysCommandOutput>;
1110
1035
  paginateListQueries(
1111
1036
  args: ListQueriesCommandInput,
1112
1037
  paginationConfig?: Pick<
1113
1038
  PaginationConfiguration,
1114
1039
  Exclude<keyof PaginationConfiguration, "client">
1115
- >
1040
+ >,
1116
1041
  ): Paginator<ListQueriesCommandOutput>;
1117
1042
  paginateListTags(
1118
1043
  args: ListTagsCommandInput,
1119
1044
  paginationConfig?: Pick<
1120
1045
  PaginationConfiguration,
1121
1046
  Exclude<keyof PaginationConfiguration, "client">
1122
- >
1047
+ >,
1123
1048
  ): Paginator<ListTagsCommandOutput>;
1124
1049
  paginateListTrails(
1125
1050
  args?: ListTrailsCommandInput,
1126
1051
  paginationConfig?: Pick<
1127
1052
  PaginationConfiguration,
1128
1053
  Exclude<keyof PaginationConfiguration, "client">
1129
- >
1054
+ >,
1130
1055
  ): Paginator<ListTrailsCommandOutput>;
1131
1056
  paginateLookupEvents(
1132
1057
  args?: LookupEventsCommandInput,
1133
1058
  paginationConfig?: Pick<
1134
1059
  PaginationConfiguration,
1135
1060
  Exclude<keyof PaginationConfiguration, "client">
1136
- >
1061
+ >,
1137
1062
  ): Paginator<LookupEventsCommandOutput>;
1138
1063
  }
1139
- export declare class CloudTrail
1140
- extends CloudTrailClient
1141
- implements CloudTrail {}
1064
+ export declare class CloudTrail extends CloudTrailClient implements CloudTrail {}