@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,533 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
4
- import { CancelQueryCommandInput, CancelQueryCommandOutput } from "../commands/CancelQueryCommand";
5
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
6
- import { CreateDashboardCommandInput, CreateDashboardCommandOutput } from "../commands/CreateDashboardCommand";
7
- import { CreateEventDataStoreCommandInput, CreateEventDataStoreCommandOutput } from "../commands/CreateEventDataStoreCommand";
8
- import { CreateTrailCommandInput, CreateTrailCommandOutput } from "../commands/CreateTrailCommand";
9
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
10
- import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../commands/DeleteDashboardCommand";
11
- import { DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput } from "../commands/DeleteEventDataStoreCommand";
12
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
13
- import { DeleteTrailCommandInput, DeleteTrailCommandOutput } from "../commands/DeleteTrailCommand";
14
- import { DeregisterOrganizationDelegatedAdminCommandInput, DeregisterOrganizationDelegatedAdminCommandOutput } from "../commands/DeregisterOrganizationDelegatedAdminCommand";
15
- import { DescribeQueryCommandInput, DescribeQueryCommandOutput } from "../commands/DescribeQueryCommand";
16
- import { DescribeTrailsCommandInput, DescribeTrailsCommandOutput } from "../commands/DescribeTrailsCommand";
17
- import { DisableFederationCommandInput, DisableFederationCommandOutput } from "../commands/DisableFederationCommand";
18
- import { EnableFederationCommandInput, EnableFederationCommandOutput } from "../commands/EnableFederationCommand";
19
- import { GenerateQueryCommandInput, GenerateQueryCommandOutput } from "../commands/GenerateQueryCommand";
20
- import { GetChannelCommandInput, GetChannelCommandOutput } from "../commands/GetChannelCommand";
21
- import { GetDashboardCommandInput, GetDashboardCommandOutput } from "../commands/GetDashboardCommand";
22
- import { GetEventConfigurationCommandInput, GetEventConfigurationCommandOutput } from "../commands/GetEventConfigurationCommand";
23
- import { GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput } from "../commands/GetEventDataStoreCommand";
24
- import { GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput } from "../commands/GetEventSelectorsCommand";
25
- import { GetImportCommandInput, GetImportCommandOutput } from "../commands/GetImportCommand";
26
- import { GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput } from "../commands/GetInsightSelectorsCommand";
27
- import { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "../commands/GetQueryResultsCommand";
28
- import { GetResourcePolicyCommandInput, GetResourcePolicyCommandOutput } from "../commands/GetResourcePolicyCommand";
29
- import { GetTrailCommandInput, GetTrailCommandOutput } from "../commands/GetTrailCommand";
30
- import { GetTrailStatusCommandInput, GetTrailStatusCommandOutput } from "../commands/GetTrailStatusCommand";
31
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
32
- import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "../commands/ListDashboardsCommand";
33
- import { ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput } from "../commands/ListEventDataStoresCommand";
34
- import { ListImportFailuresCommandInput, ListImportFailuresCommandOutput } from "../commands/ListImportFailuresCommand";
35
- import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
36
- import { ListInsightsMetricDataCommandInput, ListInsightsMetricDataCommandOutput } from "../commands/ListInsightsMetricDataCommand";
37
- import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
38
- import { ListQueriesCommandInput, ListQueriesCommandOutput } from "../commands/ListQueriesCommand";
39
- import { ListTagsCommandInput, ListTagsCommandOutput } from "../commands/ListTagsCommand";
40
- import { ListTrailsCommandInput, ListTrailsCommandOutput } from "../commands/ListTrailsCommand";
41
- import { LookupEventsCommandInput, LookupEventsCommandOutput } from "../commands/LookupEventsCommand";
42
- import { PutEventConfigurationCommandInput, PutEventConfigurationCommandOutput } from "../commands/PutEventConfigurationCommand";
43
- import { PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput } from "../commands/PutEventSelectorsCommand";
44
- import { PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput } from "../commands/PutInsightSelectorsCommand";
45
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
46
- import { RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput } from "../commands/RegisterOrganizationDelegatedAdminCommand";
47
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "../commands/RemoveTagsCommand";
48
- import { RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput } from "../commands/RestoreEventDataStoreCommand";
49
- import { SearchSampleQueriesCommandInput, SearchSampleQueriesCommandOutput } from "../commands/SearchSampleQueriesCommand";
50
- import { StartDashboardRefreshCommandInput, StartDashboardRefreshCommandOutput } from "../commands/StartDashboardRefreshCommand";
51
- import { StartEventDataStoreIngestionCommandInput, StartEventDataStoreIngestionCommandOutput } from "../commands/StartEventDataStoreIngestionCommand";
52
- import { StartImportCommandInput, StartImportCommandOutput } from "../commands/StartImportCommand";
53
- import { StartLoggingCommandInput, StartLoggingCommandOutput } from "../commands/StartLoggingCommand";
54
- import { StartQueryCommandInput, StartQueryCommandOutput } from "../commands/StartQueryCommand";
55
- import { StopEventDataStoreIngestionCommandInput, StopEventDataStoreIngestionCommandOutput } from "../commands/StopEventDataStoreIngestionCommand";
56
- import { StopImportCommandInput, StopImportCommandOutput } from "../commands/StopImportCommand";
57
- import { StopLoggingCommandInput, StopLoggingCommandOutput } from "../commands/StopLoggingCommand";
58
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
59
- import { UpdateDashboardCommandInput, UpdateDashboardCommandOutput } from "../commands/UpdateDashboardCommand";
60
- import { UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput } from "../commands/UpdateEventDataStoreCommand";
61
- import { UpdateTrailCommandInput, UpdateTrailCommandOutput } from "../commands/UpdateTrailCommand";
62
- /**
63
- * serializeAws_json1_1AddTagsCommand
64
- */
65
- export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- /**
67
- * serializeAws_json1_1CancelQueryCommand
68
- */
69
- export declare const se_CancelQueryCommand: (input: CancelQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- /**
71
- * serializeAws_json1_1CreateChannelCommand
72
- */
73
- export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- /**
75
- * serializeAws_json1_1CreateDashboardCommand
76
- */
77
- export declare const se_CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- /**
79
- * serializeAws_json1_1CreateEventDataStoreCommand
80
- */
81
- export declare const se_CreateEventDataStoreCommand: (input: CreateEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_json1_1CreateTrailCommand
84
- */
85
- export declare const se_CreateTrailCommand: (input: CreateTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_json1_1DeleteChannelCommand
88
- */
89
- export declare const se_DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_json1_1DeleteDashboardCommand
92
- */
93
- export declare const se_DeleteDashboardCommand: (input: DeleteDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_json1_1DeleteEventDataStoreCommand
96
- */
97
- export declare const se_DeleteEventDataStoreCommand: (input: DeleteEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_json1_1DeleteResourcePolicyCommand
100
- */
101
- export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_json1_1DeleteTrailCommand
104
- */
105
- export declare const se_DeleteTrailCommand: (input: DeleteTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_json1_1DeregisterOrganizationDelegatedAdminCommand
108
- */
109
- export declare const se_DeregisterOrganizationDelegatedAdminCommand: (input: DeregisterOrganizationDelegatedAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_json1_1DescribeQueryCommand
112
- */
113
- export declare const se_DescribeQueryCommand: (input: DescribeQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_json1_1DescribeTrailsCommand
116
- */
117
- export declare const se_DescribeTrailsCommand: (input: DescribeTrailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_json1_1DisableFederationCommand
120
- */
121
- export declare const se_DisableFederationCommand: (input: DisableFederationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_json1_1EnableFederationCommand
124
- */
125
- export declare const se_EnableFederationCommand: (input: EnableFederationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_json1_1GenerateQueryCommand
128
- */
129
- export declare const se_GenerateQueryCommand: (input: GenerateQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_json1_1GetChannelCommand
132
- */
133
- export declare const se_GetChannelCommand: (input: GetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_json1_1GetDashboardCommand
136
- */
137
- export declare const se_GetDashboardCommand: (input: GetDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_json1_1GetEventConfigurationCommand
140
- */
141
- export declare const se_GetEventConfigurationCommand: (input: GetEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_json1_1GetEventDataStoreCommand
144
- */
145
- export declare const se_GetEventDataStoreCommand: (input: GetEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_json1_1GetEventSelectorsCommand
148
- */
149
- export declare const se_GetEventSelectorsCommand: (input: GetEventSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_json1_1GetImportCommand
152
- */
153
- export declare const se_GetImportCommand: (input: GetImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_json1_1GetInsightSelectorsCommand
156
- */
157
- export declare const se_GetInsightSelectorsCommand: (input: GetInsightSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_json1_1GetQueryResultsCommand
160
- */
161
- export declare const se_GetQueryResultsCommand: (input: GetQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_json1_1GetResourcePolicyCommand
164
- */
165
- export declare const se_GetResourcePolicyCommand: (input: GetResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_json1_1GetTrailCommand
168
- */
169
- export declare const se_GetTrailCommand: (input: GetTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_json1_1GetTrailStatusCommand
172
- */
173
- export declare const se_GetTrailStatusCommand: (input: GetTrailStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_json1_1ListChannelsCommand
176
- */
177
- export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_json1_1ListDashboardsCommand
180
- */
181
- export declare const se_ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_json1_1ListEventDataStoresCommand
184
- */
185
- export declare const se_ListEventDataStoresCommand: (input: ListEventDataStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_json1_1ListImportFailuresCommand
188
- */
189
- export declare const se_ListImportFailuresCommand: (input: ListImportFailuresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_json1_1ListImportsCommand
192
- */
193
- export declare const se_ListImportsCommand: (input: ListImportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_json1_1ListInsightsMetricDataCommand
196
- */
197
- export declare const se_ListInsightsMetricDataCommand: (input: ListInsightsMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_json1_1ListPublicKeysCommand
200
- */
201
- export declare const se_ListPublicKeysCommand: (input: ListPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_json1_1ListQueriesCommand
204
- */
205
- export declare const se_ListQueriesCommand: (input: ListQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_json1_1ListTagsCommand
208
- */
209
- export declare const se_ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_json1_1ListTrailsCommand
212
- */
213
- export declare const se_ListTrailsCommand: (input: ListTrailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_json1_1LookupEventsCommand
216
- */
217
- export declare const se_LookupEventsCommand: (input: LookupEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_json1_1PutEventConfigurationCommand
220
- */
221
- export declare const se_PutEventConfigurationCommand: (input: PutEventConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_json1_1PutEventSelectorsCommand
224
- */
225
- export declare const se_PutEventSelectorsCommand: (input: PutEventSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_json1_1PutInsightSelectorsCommand
228
- */
229
- export declare const se_PutInsightSelectorsCommand: (input: PutInsightSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_json1_1PutResourcePolicyCommand
232
- */
233
- export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_json1_1RegisterOrganizationDelegatedAdminCommand
236
- */
237
- export declare const se_RegisterOrganizationDelegatedAdminCommand: (input: RegisterOrganizationDelegatedAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_json1_1RemoveTagsCommand
240
- */
241
- export declare const se_RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_json1_1RestoreEventDataStoreCommand
244
- */
245
- export declare const se_RestoreEventDataStoreCommand: (input: RestoreEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_json1_1SearchSampleQueriesCommand
248
- */
249
- export declare const se_SearchSampleQueriesCommand: (input: SearchSampleQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_json1_1StartDashboardRefreshCommand
252
- */
253
- export declare const se_StartDashboardRefreshCommand: (input: StartDashboardRefreshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_json1_1StartEventDataStoreIngestionCommand
256
- */
257
- export declare const se_StartEventDataStoreIngestionCommand: (input: StartEventDataStoreIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_json1_1StartImportCommand
260
- */
261
- export declare const se_StartImportCommand: (input: StartImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_json1_1StartLoggingCommand
264
- */
265
- export declare const se_StartLoggingCommand: (input: StartLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_json1_1StartQueryCommand
268
- */
269
- export declare const se_StartQueryCommand: (input: StartQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_json1_1StopEventDataStoreIngestionCommand
272
- */
273
- export declare const se_StopEventDataStoreIngestionCommand: (input: StopEventDataStoreIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_json1_1StopImportCommand
276
- */
277
- export declare const se_StopImportCommand: (input: StopImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_json1_1StopLoggingCommand
280
- */
281
- export declare const se_StopLoggingCommand: (input: StopLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_json1_1UpdateChannelCommand
284
- */
285
- export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_json1_1UpdateDashboardCommand
288
- */
289
- export declare const se_UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_json1_1UpdateEventDataStoreCommand
292
- */
293
- export declare const se_UpdateEventDataStoreCommand: (input: UpdateEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_json1_1UpdateTrailCommand
296
- */
297
- export declare const se_UpdateTrailCommand: (input: UpdateTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * deserializeAws_json1_1AddTagsCommand
300
- */
301
- export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
302
- /**
303
- * deserializeAws_json1_1CancelQueryCommand
304
- */
305
- export declare const de_CancelQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelQueryCommandOutput>;
306
- /**
307
- * deserializeAws_json1_1CreateChannelCommand
308
- */
309
- export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
310
- /**
311
- * deserializeAws_json1_1CreateDashboardCommand
312
- */
313
- export declare const de_CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
314
- /**
315
- * deserializeAws_json1_1CreateEventDataStoreCommand
316
- */
317
- export declare const de_CreateEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventDataStoreCommandOutput>;
318
- /**
319
- * deserializeAws_json1_1CreateTrailCommand
320
- */
321
- export declare const de_CreateTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrailCommandOutput>;
322
- /**
323
- * deserializeAws_json1_1DeleteChannelCommand
324
- */
325
- export declare const de_DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
326
- /**
327
- * deserializeAws_json1_1DeleteDashboardCommand
328
- */
329
- export declare const de_DeleteDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardCommandOutput>;
330
- /**
331
- * deserializeAws_json1_1DeleteEventDataStoreCommand
332
- */
333
- export declare const de_DeleteEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventDataStoreCommandOutput>;
334
- /**
335
- * deserializeAws_json1_1DeleteResourcePolicyCommand
336
- */
337
- export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
338
- /**
339
- * deserializeAws_json1_1DeleteTrailCommand
340
- */
341
- export declare const de_DeleteTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrailCommandOutput>;
342
- /**
343
- * deserializeAws_json1_1DeregisterOrganizationDelegatedAdminCommand
344
- */
345
- export declare const de_DeregisterOrganizationDelegatedAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterOrganizationDelegatedAdminCommandOutput>;
346
- /**
347
- * deserializeAws_json1_1DescribeQueryCommand
348
- */
349
- export declare const de_DescribeQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueryCommandOutput>;
350
- /**
351
- * deserializeAws_json1_1DescribeTrailsCommand
352
- */
353
- export declare const de_DescribeTrailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrailsCommandOutput>;
354
- /**
355
- * deserializeAws_json1_1DisableFederationCommand
356
- */
357
- export declare const de_DisableFederationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFederationCommandOutput>;
358
- /**
359
- * deserializeAws_json1_1EnableFederationCommand
360
- */
361
- export declare const de_EnableFederationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFederationCommandOutput>;
362
- /**
363
- * deserializeAws_json1_1GenerateQueryCommand
364
- */
365
- export declare const de_GenerateQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateQueryCommandOutput>;
366
- /**
367
- * deserializeAws_json1_1GetChannelCommand
368
- */
369
- export declare const de_GetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelCommandOutput>;
370
- /**
371
- * deserializeAws_json1_1GetDashboardCommand
372
- */
373
- export declare const de_GetDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardCommandOutput>;
374
- /**
375
- * deserializeAws_json1_1GetEventConfigurationCommand
376
- */
377
- export declare const de_GetEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventConfigurationCommandOutput>;
378
- /**
379
- * deserializeAws_json1_1GetEventDataStoreCommand
380
- */
381
- export declare const de_GetEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventDataStoreCommandOutput>;
382
- /**
383
- * deserializeAws_json1_1GetEventSelectorsCommand
384
- */
385
- export declare const de_GetEventSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventSelectorsCommandOutput>;
386
- /**
387
- * deserializeAws_json1_1GetImportCommand
388
- */
389
- export declare const de_GetImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImportCommandOutput>;
390
- /**
391
- * deserializeAws_json1_1GetInsightSelectorsCommand
392
- */
393
- export declare const de_GetInsightSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightSelectorsCommandOutput>;
394
- /**
395
- * deserializeAws_json1_1GetQueryResultsCommand
396
- */
397
- export declare const de_GetQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryResultsCommandOutput>;
398
- /**
399
- * deserializeAws_json1_1GetResourcePolicyCommand
400
- */
401
- export declare const de_GetResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcePolicyCommandOutput>;
402
- /**
403
- * deserializeAws_json1_1GetTrailCommand
404
- */
405
- export declare const de_GetTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrailCommandOutput>;
406
- /**
407
- * deserializeAws_json1_1GetTrailStatusCommand
408
- */
409
- export declare const de_GetTrailStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrailStatusCommandOutput>;
410
- /**
411
- * deserializeAws_json1_1ListChannelsCommand
412
- */
413
- export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
414
- /**
415
- * deserializeAws_json1_1ListDashboardsCommand
416
- */
417
- export declare const de_ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
418
- /**
419
- * deserializeAws_json1_1ListEventDataStoresCommand
420
- */
421
- export declare const de_ListEventDataStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventDataStoresCommandOutput>;
422
- /**
423
- * deserializeAws_json1_1ListImportFailuresCommand
424
- */
425
- export declare const de_ListImportFailuresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportFailuresCommandOutput>;
426
- /**
427
- * deserializeAws_json1_1ListImportsCommand
428
- */
429
- export declare const de_ListImportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportsCommandOutput>;
430
- /**
431
- * deserializeAws_json1_1ListInsightsMetricDataCommand
432
- */
433
- export declare const de_ListInsightsMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsMetricDataCommandOutput>;
434
- /**
435
- * deserializeAws_json1_1ListPublicKeysCommand
436
- */
437
- export declare const de_ListPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublicKeysCommandOutput>;
438
- /**
439
- * deserializeAws_json1_1ListQueriesCommand
440
- */
441
- export declare const de_ListQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueriesCommandOutput>;
442
- /**
443
- * deserializeAws_json1_1ListTagsCommand
444
- */
445
- export declare const de_ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
446
- /**
447
- * deserializeAws_json1_1ListTrailsCommand
448
- */
449
- export declare const de_ListTrailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrailsCommandOutput>;
450
- /**
451
- * deserializeAws_json1_1LookupEventsCommand
452
- */
453
- export declare const de_LookupEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LookupEventsCommandOutput>;
454
- /**
455
- * deserializeAws_json1_1PutEventConfigurationCommand
456
- */
457
- export declare const de_PutEventConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEventConfigurationCommandOutput>;
458
- /**
459
- * deserializeAws_json1_1PutEventSelectorsCommand
460
- */
461
- export declare const de_PutEventSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEventSelectorsCommandOutput>;
462
- /**
463
- * deserializeAws_json1_1PutInsightSelectorsCommand
464
- */
465
- export declare const de_PutInsightSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInsightSelectorsCommandOutput>;
466
- /**
467
- * deserializeAws_json1_1PutResourcePolicyCommand
468
- */
469
- export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
470
- /**
471
- * deserializeAws_json1_1RegisterOrganizationDelegatedAdminCommand
472
- */
473
- export declare const de_RegisterOrganizationDelegatedAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterOrganizationDelegatedAdminCommandOutput>;
474
- /**
475
- * deserializeAws_json1_1RemoveTagsCommand
476
- */
477
- export declare const de_RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
478
- /**
479
- * deserializeAws_json1_1RestoreEventDataStoreCommand
480
- */
481
- export declare const de_RestoreEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreEventDataStoreCommandOutput>;
482
- /**
483
- * deserializeAws_json1_1SearchSampleQueriesCommand
484
- */
485
- export declare const de_SearchSampleQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSampleQueriesCommandOutput>;
486
- /**
487
- * deserializeAws_json1_1StartDashboardRefreshCommand
488
- */
489
- export declare const de_StartDashboardRefreshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDashboardRefreshCommandOutput>;
490
- /**
491
- * deserializeAws_json1_1StartEventDataStoreIngestionCommand
492
- */
493
- export declare const de_StartEventDataStoreIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartEventDataStoreIngestionCommandOutput>;
494
- /**
495
- * deserializeAws_json1_1StartImportCommand
496
- */
497
- export declare const de_StartImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportCommandOutput>;
498
- /**
499
- * deserializeAws_json1_1StartLoggingCommand
500
- */
501
- export declare const de_StartLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLoggingCommandOutput>;
502
- /**
503
- * deserializeAws_json1_1StartQueryCommand
504
- */
505
- export declare const de_StartQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryCommandOutput>;
506
- /**
507
- * deserializeAws_json1_1StopEventDataStoreIngestionCommand
508
- */
509
- export declare const de_StopEventDataStoreIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopEventDataStoreIngestionCommandOutput>;
510
- /**
511
- * deserializeAws_json1_1StopImportCommand
512
- */
513
- export declare const de_StopImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopImportCommandOutput>;
514
- /**
515
- * deserializeAws_json1_1StopLoggingCommand
516
- */
517
- export declare const de_StopLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopLoggingCommandOutput>;
518
- /**
519
- * deserializeAws_json1_1UpdateChannelCommand
520
- */
521
- export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
522
- /**
523
- * deserializeAws_json1_1UpdateDashboardCommand
524
- */
525
- export declare const de_UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
526
- /**
527
- * deserializeAws_json1_1UpdateEventDataStoreCommand
528
- */
529
- export declare const de_UpdateEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventDataStoreCommandOutput>;
530
- /**
531
- * deserializeAws_json1_1UpdateTrailCommand
532
- */
533
- export declare const de_UpdateTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrailCommandOutput>;