@aws-sdk/client-cloudtrail 3.927.0 → 3.929.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 (80) hide show
  1. package/dist-cjs/index.js +2898 -3312
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CloudTrailClient.js +2 -0
  4. package/dist-es/commands/AddTagsCommand.js +3 -9
  5. package/dist-es/commands/CancelQueryCommand.js +3 -9
  6. package/dist-es/commands/CreateChannelCommand.js +3 -9
  7. package/dist-es/commands/CreateDashboardCommand.js +3 -9
  8. package/dist-es/commands/CreateEventDataStoreCommand.js +3 -9
  9. package/dist-es/commands/CreateTrailCommand.js +3 -9
  10. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  11. package/dist-es/commands/DeleteDashboardCommand.js +3 -9
  12. package/dist-es/commands/DeleteEventDataStoreCommand.js +3 -9
  13. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteTrailCommand.js +3 -9
  15. package/dist-es/commands/DeregisterOrganizationDelegatedAdminCommand.js +3 -9
  16. package/dist-es/commands/DescribeQueryCommand.js +3 -9
  17. package/dist-es/commands/DescribeTrailsCommand.js +3 -9
  18. package/dist-es/commands/DisableFederationCommand.js +3 -9
  19. package/dist-es/commands/EnableFederationCommand.js +3 -9
  20. package/dist-es/commands/GenerateQueryCommand.js +3 -9
  21. package/dist-es/commands/GetChannelCommand.js +3 -9
  22. package/dist-es/commands/GetDashboardCommand.js +3 -9
  23. package/dist-es/commands/GetEventConfigurationCommand.js +3 -9
  24. package/dist-es/commands/GetEventDataStoreCommand.js +3 -9
  25. package/dist-es/commands/GetEventSelectorsCommand.js +3 -9
  26. package/dist-es/commands/GetImportCommand.js +3 -9
  27. package/dist-es/commands/GetInsightSelectorsCommand.js +3 -9
  28. package/dist-es/commands/GetQueryResultsCommand.js +3 -9
  29. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  30. package/dist-es/commands/GetTrailCommand.js +3 -9
  31. package/dist-es/commands/GetTrailStatusCommand.js +3 -9
  32. package/dist-es/commands/ListChannelsCommand.js +3 -9
  33. package/dist-es/commands/ListDashboardsCommand.js +3 -9
  34. package/dist-es/commands/ListEventDataStoresCommand.js +3 -9
  35. package/dist-es/commands/ListImportFailuresCommand.js +3 -9
  36. package/dist-es/commands/ListImportsCommand.js +3 -9
  37. package/dist-es/commands/ListInsightsMetricDataCommand.js +3 -9
  38. package/dist-es/commands/ListPublicKeysCommand.js +3 -9
  39. package/dist-es/commands/ListQueriesCommand.js +3 -9
  40. package/dist-es/commands/ListTagsCommand.js +3 -9
  41. package/dist-es/commands/ListTrailsCommand.js +3 -9
  42. package/dist-es/commands/LookupEventsCommand.js +3 -9
  43. package/dist-es/commands/PutEventConfigurationCommand.js +3 -9
  44. package/dist-es/commands/PutEventSelectorsCommand.js +3 -9
  45. package/dist-es/commands/PutInsightSelectorsCommand.js +3 -9
  46. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  47. package/dist-es/commands/RegisterOrganizationDelegatedAdminCommand.js +3 -9
  48. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  49. package/dist-es/commands/RestoreEventDataStoreCommand.js +3 -9
  50. package/dist-es/commands/SearchSampleQueriesCommand.js +3 -9
  51. package/dist-es/commands/StartDashboardRefreshCommand.js +3 -9
  52. package/dist-es/commands/StartEventDataStoreIngestionCommand.js +3 -9
  53. package/dist-es/commands/StartImportCommand.js +3 -9
  54. package/dist-es/commands/StartLoggingCommand.js +3 -9
  55. package/dist-es/commands/StartQueryCommand.js +3 -9
  56. package/dist-es/commands/StopEventDataStoreIngestionCommand.js +3 -9
  57. package/dist-es/commands/StopImportCommand.js +3 -9
  58. package/dist-es/commands/StopLoggingCommand.js +3 -9
  59. package/dist-es/commands/UpdateChannelCommand.js +3 -9
  60. package/dist-es/commands/UpdateDashboardCommand.js +3 -9
  61. package/dist-es/commands/UpdateEventDataStoreCommand.js +3 -9
  62. package/dist-es/commands/UpdateTrailCommand.js +3 -9
  63. package/dist-es/runtimeConfig.shared.js +7 -0
  64. package/dist-es/schemas/schemas_0.js +2537 -0
  65. package/dist-types/CloudTrailClient.d.ts +10 -1
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +341 -0
  71. package/dist-types/ts3.4/CloudTrailClient.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  76. package/dist-types/ts3.4/schemas/schemas_0.d.ts +346 -0
  77. package/package.json +5 -5
  78. package/dist-es/protocols/Aws_json1_1.js +0 -2645
  79. package/dist-types/protocols/Aws_json1_1.d.ts +0 -533
  80. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -713
@@ -1,713 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddTagsCommandInput,
8
- AddTagsCommandOutput,
9
- } from "../commands/AddTagsCommand";
10
- import {
11
- CancelQueryCommandInput,
12
- CancelQueryCommandOutput,
13
- } from "../commands/CancelQueryCommand";
14
- import {
15
- CreateChannelCommandInput,
16
- CreateChannelCommandOutput,
17
- } from "../commands/CreateChannelCommand";
18
- import {
19
- CreateDashboardCommandInput,
20
- CreateDashboardCommandOutput,
21
- } from "../commands/CreateDashboardCommand";
22
- import {
23
- CreateEventDataStoreCommandInput,
24
- CreateEventDataStoreCommandOutput,
25
- } from "../commands/CreateEventDataStoreCommand";
26
- import {
27
- CreateTrailCommandInput,
28
- CreateTrailCommandOutput,
29
- } from "../commands/CreateTrailCommand";
30
- import {
31
- DeleteChannelCommandInput,
32
- DeleteChannelCommandOutput,
33
- } from "../commands/DeleteChannelCommand";
34
- import {
35
- DeleteDashboardCommandInput,
36
- DeleteDashboardCommandOutput,
37
- } from "../commands/DeleteDashboardCommand";
38
- import {
39
- DeleteEventDataStoreCommandInput,
40
- DeleteEventDataStoreCommandOutput,
41
- } from "../commands/DeleteEventDataStoreCommand";
42
- import {
43
- DeleteResourcePolicyCommandInput,
44
- DeleteResourcePolicyCommandOutput,
45
- } from "../commands/DeleteResourcePolicyCommand";
46
- import {
47
- DeleteTrailCommandInput,
48
- DeleteTrailCommandOutput,
49
- } from "../commands/DeleteTrailCommand";
50
- import {
51
- DeregisterOrganizationDelegatedAdminCommandInput,
52
- DeregisterOrganizationDelegatedAdminCommandOutput,
53
- } from "../commands/DeregisterOrganizationDelegatedAdminCommand";
54
- import {
55
- DescribeQueryCommandInput,
56
- DescribeQueryCommandOutput,
57
- } from "../commands/DescribeQueryCommand";
58
- import {
59
- DescribeTrailsCommandInput,
60
- DescribeTrailsCommandOutput,
61
- } from "../commands/DescribeTrailsCommand";
62
- import {
63
- DisableFederationCommandInput,
64
- DisableFederationCommandOutput,
65
- } from "../commands/DisableFederationCommand";
66
- import {
67
- EnableFederationCommandInput,
68
- EnableFederationCommandOutput,
69
- } from "../commands/EnableFederationCommand";
70
- import {
71
- GenerateQueryCommandInput,
72
- GenerateQueryCommandOutput,
73
- } from "../commands/GenerateQueryCommand";
74
- import {
75
- GetChannelCommandInput,
76
- GetChannelCommandOutput,
77
- } from "../commands/GetChannelCommand";
78
- import {
79
- GetDashboardCommandInput,
80
- GetDashboardCommandOutput,
81
- } from "../commands/GetDashboardCommand";
82
- import {
83
- GetEventConfigurationCommandInput,
84
- GetEventConfigurationCommandOutput,
85
- } from "../commands/GetEventConfigurationCommand";
86
- import {
87
- GetEventDataStoreCommandInput,
88
- GetEventDataStoreCommandOutput,
89
- } from "../commands/GetEventDataStoreCommand";
90
- import {
91
- GetEventSelectorsCommandInput,
92
- GetEventSelectorsCommandOutput,
93
- } from "../commands/GetEventSelectorsCommand";
94
- import {
95
- GetImportCommandInput,
96
- GetImportCommandOutput,
97
- } from "../commands/GetImportCommand";
98
- import {
99
- GetInsightSelectorsCommandInput,
100
- GetInsightSelectorsCommandOutput,
101
- } from "../commands/GetInsightSelectorsCommand";
102
- import {
103
- GetQueryResultsCommandInput,
104
- GetQueryResultsCommandOutput,
105
- } from "../commands/GetQueryResultsCommand";
106
- import {
107
- GetResourcePolicyCommandInput,
108
- GetResourcePolicyCommandOutput,
109
- } from "../commands/GetResourcePolicyCommand";
110
- import {
111
- GetTrailCommandInput,
112
- GetTrailCommandOutput,
113
- } from "../commands/GetTrailCommand";
114
- import {
115
- GetTrailStatusCommandInput,
116
- GetTrailStatusCommandOutput,
117
- } from "../commands/GetTrailStatusCommand";
118
- import {
119
- ListChannelsCommandInput,
120
- ListChannelsCommandOutput,
121
- } from "../commands/ListChannelsCommand";
122
- import {
123
- ListDashboardsCommandInput,
124
- ListDashboardsCommandOutput,
125
- } from "../commands/ListDashboardsCommand";
126
- import {
127
- ListEventDataStoresCommandInput,
128
- ListEventDataStoresCommandOutput,
129
- } from "../commands/ListEventDataStoresCommand";
130
- import {
131
- ListImportFailuresCommandInput,
132
- ListImportFailuresCommandOutput,
133
- } from "../commands/ListImportFailuresCommand";
134
- import {
135
- ListImportsCommandInput,
136
- ListImportsCommandOutput,
137
- } from "../commands/ListImportsCommand";
138
- import {
139
- ListInsightsMetricDataCommandInput,
140
- ListInsightsMetricDataCommandOutput,
141
- } from "../commands/ListInsightsMetricDataCommand";
142
- import {
143
- ListPublicKeysCommandInput,
144
- ListPublicKeysCommandOutput,
145
- } from "../commands/ListPublicKeysCommand";
146
- import {
147
- ListQueriesCommandInput,
148
- ListQueriesCommandOutput,
149
- } from "../commands/ListQueriesCommand";
150
- import {
151
- ListTagsCommandInput,
152
- ListTagsCommandOutput,
153
- } from "../commands/ListTagsCommand";
154
- import {
155
- ListTrailsCommandInput,
156
- ListTrailsCommandOutput,
157
- } from "../commands/ListTrailsCommand";
158
- import {
159
- LookupEventsCommandInput,
160
- LookupEventsCommandOutput,
161
- } from "../commands/LookupEventsCommand";
162
- import {
163
- PutEventConfigurationCommandInput,
164
- PutEventConfigurationCommandOutput,
165
- } from "../commands/PutEventConfigurationCommand";
166
- import {
167
- PutEventSelectorsCommandInput,
168
- PutEventSelectorsCommandOutput,
169
- } from "../commands/PutEventSelectorsCommand";
170
- import {
171
- PutInsightSelectorsCommandInput,
172
- PutInsightSelectorsCommandOutput,
173
- } from "../commands/PutInsightSelectorsCommand";
174
- import {
175
- PutResourcePolicyCommandInput,
176
- PutResourcePolicyCommandOutput,
177
- } from "../commands/PutResourcePolicyCommand";
178
- import {
179
- RegisterOrganizationDelegatedAdminCommandInput,
180
- RegisterOrganizationDelegatedAdminCommandOutput,
181
- } from "../commands/RegisterOrganizationDelegatedAdminCommand";
182
- import {
183
- RemoveTagsCommandInput,
184
- RemoveTagsCommandOutput,
185
- } from "../commands/RemoveTagsCommand";
186
- import {
187
- RestoreEventDataStoreCommandInput,
188
- RestoreEventDataStoreCommandOutput,
189
- } from "../commands/RestoreEventDataStoreCommand";
190
- import {
191
- SearchSampleQueriesCommandInput,
192
- SearchSampleQueriesCommandOutput,
193
- } from "../commands/SearchSampleQueriesCommand";
194
- import {
195
- StartDashboardRefreshCommandInput,
196
- StartDashboardRefreshCommandOutput,
197
- } from "../commands/StartDashboardRefreshCommand";
198
- import {
199
- StartEventDataStoreIngestionCommandInput,
200
- StartEventDataStoreIngestionCommandOutput,
201
- } from "../commands/StartEventDataStoreIngestionCommand";
202
- import {
203
- StartImportCommandInput,
204
- StartImportCommandOutput,
205
- } from "../commands/StartImportCommand";
206
- import {
207
- StartLoggingCommandInput,
208
- StartLoggingCommandOutput,
209
- } from "../commands/StartLoggingCommand";
210
- import {
211
- StartQueryCommandInput,
212
- StartQueryCommandOutput,
213
- } from "../commands/StartQueryCommand";
214
- import {
215
- StopEventDataStoreIngestionCommandInput,
216
- StopEventDataStoreIngestionCommandOutput,
217
- } from "../commands/StopEventDataStoreIngestionCommand";
218
- import {
219
- StopImportCommandInput,
220
- StopImportCommandOutput,
221
- } from "../commands/StopImportCommand";
222
- import {
223
- StopLoggingCommandInput,
224
- StopLoggingCommandOutput,
225
- } from "../commands/StopLoggingCommand";
226
- import {
227
- UpdateChannelCommandInput,
228
- UpdateChannelCommandOutput,
229
- } from "../commands/UpdateChannelCommand";
230
- import {
231
- UpdateDashboardCommandInput,
232
- UpdateDashboardCommandOutput,
233
- } from "../commands/UpdateDashboardCommand";
234
- import {
235
- UpdateEventDataStoreCommandInput,
236
- UpdateEventDataStoreCommandOutput,
237
- } from "../commands/UpdateEventDataStoreCommand";
238
- import {
239
- UpdateTrailCommandInput,
240
- UpdateTrailCommandOutput,
241
- } from "../commands/UpdateTrailCommand";
242
- export declare const se_AddTagsCommand: (
243
- input: AddTagsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CancelQueryCommand: (
247
- input: CancelQueryCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateChannelCommand: (
251
- input: CreateChannelCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateDashboardCommand: (
255
- input: CreateDashboardCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateEventDataStoreCommand: (
259
- input: CreateEventDataStoreCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateTrailCommand: (
263
- input: CreateTrailCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_DeleteChannelCommand: (
267
- input: DeleteChannelCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_DeleteDashboardCommand: (
271
- input: DeleteDashboardCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteEventDataStoreCommand: (
275
- input: DeleteEventDataStoreCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteResourcePolicyCommand: (
279
- input: DeleteResourcePolicyCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteTrailCommand: (
283
- input: DeleteTrailCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeregisterOrganizationDelegatedAdminCommand: (
287
- input: DeregisterOrganizationDelegatedAdminCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DescribeQueryCommand: (
291
- input: DescribeQueryCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DescribeTrailsCommand: (
295
- input: DescribeTrailsCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DisableFederationCommand: (
299
- input: DisableFederationCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_EnableFederationCommand: (
303
- input: EnableFederationCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GenerateQueryCommand: (
307
- input: GenerateQueryCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_GetChannelCommand: (
311
- input: GetChannelCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_GetDashboardCommand: (
315
- input: GetDashboardCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_GetEventConfigurationCommand: (
319
- input: GetEventConfigurationCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_GetEventDataStoreCommand: (
323
- input: GetEventDataStoreCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_GetEventSelectorsCommand: (
327
- input: GetEventSelectorsCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_GetImportCommand: (
331
- input: GetImportCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetInsightSelectorsCommand: (
335
- input: GetInsightSelectorsCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetQueryResultsCommand: (
339
- input: GetQueryResultsCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetResourcePolicyCommand: (
343
- input: GetResourcePolicyCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_GetTrailCommand: (
347
- input: GetTrailCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_GetTrailStatusCommand: (
351
- input: GetTrailStatusCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListChannelsCommand: (
355
- input: ListChannelsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListDashboardsCommand: (
359
- input: ListDashboardsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListEventDataStoresCommand: (
363
- input: ListEventDataStoresCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListImportFailuresCommand: (
367
- input: ListImportFailuresCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListImportsCommand: (
371
- input: ListImportsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListInsightsMetricDataCommand: (
375
- input: ListInsightsMetricDataCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListPublicKeysCommand: (
379
- input: ListPublicKeysCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListQueriesCommand: (
383
- input: ListQueriesCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListTagsCommand: (
387
- input: ListTagsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListTrailsCommand: (
391
- input: ListTrailsCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_LookupEventsCommand: (
395
- input: LookupEventsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_PutEventConfigurationCommand: (
399
- input: PutEventConfigurationCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_PutEventSelectorsCommand: (
403
- input: PutEventSelectorsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_PutInsightSelectorsCommand: (
407
- input: PutInsightSelectorsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_PutResourcePolicyCommand: (
411
- input: PutResourcePolicyCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_RegisterOrganizationDelegatedAdminCommand: (
415
- input: RegisterOrganizationDelegatedAdminCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_RemoveTagsCommand: (
419
- input: RemoveTagsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_RestoreEventDataStoreCommand: (
423
- input: RestoreEventDataStoreCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_SearchSampleQueriesCommand: (
427
- input: SearchSampleQueriesCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_StartDashboardRefreshCommand: (
431
- input: StartDashboardRefreshCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_StartEventDataStoreIngestionCommand: (
435
- input: StartEventDataStoreIngestionCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_StartImportCommand: (
439
- input: StartImportCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_StartLoggingCommand: (
443
- input: StartLoggingCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_StartQueryCommand: (
447
- input: StartQueryCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_StopEventDataStoreIngestionCommand: (
451
- input: StopEventDataStoreIngestionCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_StopImportCommand: (
455
- input: StopImportCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_StopLoggingCommand: (
459
- input: StopLoggingCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UpdateChannelCommand: (
463
- input: UpdateChannelCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateDashboardCommand: (
467
- input: UpdateDashboardCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdateEventDataStoreCommand: (
471
- input: UpdateEventDataStoreCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateTrailCommand: (
475
- input: UpdateTrailCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const de_AddTagsCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<AddTagsCommandOutput>;
482
- export declare const de_CancelQueryCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CancelQueryCommandOutput>;
486
- export declare const de_CreateChannelCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateChannelCommandOutput>;
490
- export declare const de_CreateDashboardCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateDashboardCommandOutput>;
494
- export declare const de_CreateEventDataStoreCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateEventDataStoreCommandOutput>;
498
- export declare const de_CreateTrailCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<CreateTrailCommandOutput>;
502
- export declare const de_DeleteChannelCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteChannelCommandOutput>;
506
- export declare const de_DeleteDashboardCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteDashboardCommandOutput>;
510
- export declare const de_DeleteEventDataStoreCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeleteEventDataStoreCommandOutput>;
514
- export declare const de_DeleteResourcePolicyCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteResourcePolicyCommandOutput>;
518
- export declare const de_DeleteTrailCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteTrailCommandOutput>;
522
- export declare const de_DeregisterOrganizationDelegatedAdminCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeregisterOrganizationDelegatedAdminCommandOutput>;
526
- export declare const de_DescribeQueryCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DescribeQueryCommandOutput>;
530
- export declare const de_DescribeTrailsCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DescribeTrailsCommandOutput>;
534
- export declare const de_DisableFederationCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DisableFederationCommandOutput>;
538
- export declare const de_EnableFederationCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<EnableFederationCommandOutput>;
542
- export declare const de_GenerateQueryCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<GenerateQueryCommandOutput>;
546
- export declare const de_GetChannelCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<GetChannelCommandOutput>;
550
- export declare const de_GetDashboardCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<GetDashboardCommandOutput>;
554
- export declare const de_GetEventConfigurationCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<GetEventConfigurationCommandOutput>;
558
- export declare const de_GetEventDataStoreCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<GetEventDataStoreCommandOutput>;
562
- export declare const de_GetEventSelectorsCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<GetEventSelectorsCommandOutput>;
566
- export declare const de_GetImportCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<GetImportCommandOutput>;
570
- export declare const de_GetInsightSelectorsCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<GetInsightSelectorsCommandOutput>;
574
- export declare const de_GetQueryResultsCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<GetQueryResultsCommandOutput>;
578
- export declare const de_GetResourcePolicyCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<GetResourcePolicyCommandOutput>;
582
- export declare const de_GetTrailCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<GetTrailCommandOutput>;
586
- export declare const de_GetTrailStatusCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<GetTrailStatusCommandOutput>;
590
- export declare const de_ListChannelsCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListChannelsCommandOutput>;
594
- export declare const de_ListDashboardsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListDashboardsCommandOutput>;
598
- export declare const de_ListEventDataStoresCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListEventDataStoresCommandOutput>;
602
- export declare const de_ListImportFailuresCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListImportFailuresCommandOutput>;
606
- export declare const de_ListImportsCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListImportsCommandOutput>;
610
- export declare const de_ListInsightsMetricDataCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListInsightsMetricDataCommandOutput>;
614
- export declare const de_ListPublicKeysCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListPublicKeysCommandOutput>;
618
- export declare const de_ListQueriesCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListQueriesCommandOutput>;
622
- export declare const de_ListTagsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListTagsCommandOutput>;
626
- export declare const de_ListTrailsCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListTrailsCommandOutput>;
630
- export declare const de_LookupEventsCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<LookupEventsCommandOutput>;
634
- export declare const de_PutEventConfigurationCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<PutEventConfigurationCommandOutput>;
638
- export declare const de_PutEventSelectorsCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<PutEventSelectorsCommandOutput>;
642
- export declare const de_PutInsightSelectorsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<PutInsightSelectorsCommandOutput>;
646
- export declare const de_PutResourcePolicyCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<PutResourcePolicyCommandOutput>;
650
- export declare const de_RegisterOrganizationDelegatedAdminCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<RegisterOrganizationDelegatedAdminCommandOutput>;
654
- export declare const de_RemoveTagsCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<RemoveTagsCommandOutput>;
658
- export declare const de_RestoreEventDataStoreCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<RestoreEventDataStoreCommandOutput>;
662
- export declare const de_SearchSampleQueriesCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<SearchSampleQueriesCommandOutput>;
666
- export declare const de_StartDashboardRefreshCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<StartDashboardRefreshCommandOutput>;
670
- export declare const de_StartEventDataStoreIngestionCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<StartEventDataStoreIngestionCommandOutput>;
674
- export declare const de_StartImportCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<StartImportCommandOutput>;
678
- export declare const de_StartLoggingCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<StartLoggingCommandOutput>;
682
- export declare const de_StartQueryCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<StartQueryCommandOutput>;
686
- export declare const de_StopEventDataStoreIngestionCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<StopEventDataStoreIngestionCommandOutput>;
690
- export declare const de_StopImportCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<StopImportCommandOutput>;
694
- export declare const de_StopLoggingCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<StopLoggingCommandOutput>;
698
- export declare const de_UpdateChannelCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<UpdateChannelCommandOutput>;
702
- export declare const de_UpdateDashboardCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<UpdateDashboardCommandOutput>;
706
- export declare const de_UpdateEventDataStoreCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<UpdateEventDataStoreCommandOutput>;
710
- export declare const de_UpdateTrailCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdateTrailCommandOutput>;