@aws-sdk/client-cloudtrail 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +0 -31
- package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -531
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudtrail
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-cloudtrail
|
|
@@ -124,7 +124,6 @@ import {
|
|
|
124
124
|
UpdateTrailCommandInput,
|
|
125
125
|
UpdateTrailCommandOutput,
|
|
126
126
|
} from "./commands/UpdateTrailCommand";
|
|
127
|
-
|
|
128
127
|
export declare class CloudTrail extends CloudTrailClient {
|
|
129
128
|
addTags(
|
|
130
129
|
args: AddTagsCommandInput,
|
|
@@ -139,7 +138,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
139
138
|
options: __HttpHandlerOptions,
|
|
140
139
|
cb: (err: any, data?: AddTagsCommandOutput) => void
|
|
141
140
|
): void;
|
|
142
|
-
|
|
143
141
|
cancelQuery(
|
|
144
142
|
args: CancelQueryCommandInput,
|
|
145
143
|
options?: __HttpHandlerOptions
|
|
@@ -153,7 +151,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
153
151
|
options: __HttpHandlerOptions,
|
|
154
152
|
cb: (err: any, data?: CancelQueryCommandOutput) => void
|
|
155
153
|
): void;
|
|
156
|
-
|
|
157
154
|
createEventDataStore(
|
|
158
155
|
args: CreateEventDataStoreCommandInput,
|
|
159
156
|
options?: __HttpHandlerOptions
|
|
@@ -167,7 +164,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
167
164
|
options: __HttpHandlerOptions,
|
|
168
165
|
cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void
|
|
169
166
|
): void;
|
|
170
|
-
|
|
171
167
|
createTrail(
|
|
172
168
|
args: CreateTrailCommandInput,
|
|
173
169
|
options?: __HttpHandlerOptions
|
|
@@ -181,7 +177,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
181
177
|
options: __HttpHandlerOptions,
|
|
182
178
|
cb: (err: any, data?: CreateTrailCommandOutput) => void
|
|
183
179
|
): void;
|
|
184
|
-
|
|
185
180
|
deleteEventDataStore(
|
|
186
181
|
args: DeleteEventDataStoreCommandInput,
|
|
187
182
|
options?: __HttpHandlerOptions
|
|
@@ -195,7 +190,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
195
190
|
options: __HttpHandlerOptions,
|
|
196
191
|
cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void
|
|
197
192
|
): void;
|
|
198
|
-
|
|
199
193
|
deleteTrail(
|
|
200
194
|
args: DeleteTrailCommandInput,
|
|
201
195
|
options?: __HttpHandlerOptions
|
|
@@ -209,7 +203,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
209
203
|
options: __HttpHandlerOptions,
|
|
210
204
|
cb: (err: any, data?: DeleteTrailCommandOutput) => void
|
|
211
205
|
): void;
|
|
212
|
-
|
|
213
206
|
describeQuery(
|
|
214
207
|
args: DescribeQueryCommandInput,
|
|
215
208
|
options?: __HttpHandlerOptions
|
|
@@ -223,7 +216,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
223
216
|
options: __HttpHandlerOptions,
|
|
224
217
|
cb: (err: any, data?: DescribeQueryCommandOutput) => void
|
|
225
218
|
): void;
|
|
226
|
-
|
|
227
219
|
describeTrails(
|
|
228
220
|
args: DescribeTrailsCommandInput,
|
|
229
221
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +229,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
237
229
|
options: __HttpHandlerOptions,
|
|
238
230
|
cb: (err: any, data?: DescribeTrailsCommandOutput) => void
|
|
239
231
|
): void;
|
|
240
|
-
|
|
241
232
|
getChannel(
|
|
242
233
|
args: GetChannelCommandInput,
|
|
243
234
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +242,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
251
242
|
options: __HttpHandlerOptions,
|
|
252
243
|
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
253
244
|
): void;
|
|
254
|
-
|
|
255
245
|
getEventDataStore(
|
|
256
246
|
args: GetEventDataStoreCommandInput,
|
|
257
247
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +255,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
265
255
|
options: __HttpHandlerOptions,
|
|
266
256
|
cb: (err: any, data?: GetEventDataStoreCommandOutput) => void
|
|
267
257
|
): void;
|
|
268
|
-
|
|
269
258
|
getEventSelectors(
|
|
270
259
|
args: GetEventSelectorsCommandInput,
|
|
271
260
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +268,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
279
268
|
options: __HttpHandlerOptions,
|
|
280
269
|
cb: (err: any, data?: GetEventSelectorsCommandOutput) => void
|
|
281
270
|
): void;
|
|
282
|
-
|
|
283
271
|
getInsightSelectors(
|
|
284
272
|
args: GetInsightSelectorsCommandInput,
|
|
285
273
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +281,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
293
281
|
options: __HttpHandlerOptions,
|
|
294
282
|
cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void
|
|
295
283
|
): void;
|
|
296
|
-
|
|
297
284
|
getQueryResults(
|
|
298
285
|
args: GetQueryResultsCommandInput,
|
|
299
286
|
options?: __HttpHandlerOptions
|
|
@@ -307,7 +294,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
307
294
|
options: __HttpHandlerOptions,
|
|
308
295
|
cb: (err: any, data?: GetQueryResultsCommandOutput) => void
|
|
309
296
|
): void;
|
|
310
|
-
|
|
311
297
|
getTrail(
|
|
312
298
|
args: GetTrailCommandInput,
|
|
313
299
|
options?: __HttpHandlerOptions
|
|
@@ -321,7 +307,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
321
307
|
options: __HttpHandlerOptions,
|
|
322
308
|
cb: (err: any, data?: GetTrailCommandOutput) => void
|
|
323
309
|
): void;
|
|
324
|
-
|
|
325
310
|
getTrailStatus(
|
|
326
311
|
args: GetTrailStatusCommandInput,
|
|
327
312
|
options?: __HttpHandlerOptions
|
|
@@ -335,7 +320,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
335
320
|
options: __HttpHandlerOptions,
|
|
336
321
|
cb: (err: any, data?: GetTrailStatusCommandOutput) => void
|
|
337
322
|
): void;
|
|
338
|
-
|
|
339
323
|
listChannels(
|
|
340
324
|
args: ListChannelsCommandInput,
|
|
341
325
|
options?: __HttpHandlerOptions
|
|
@@ -349,7 +333,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
349
333
|
options: __HttpHandlerOptions,
|
|
350
334
|
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
351
335
|
): void;
|
|
352
|
-
|
|
353
336
|
listEventDataStores(
|
|
354
337
|
args: ListEventDataStoresCommandInput,
|
|
355
338
|
options?: __HttpHandlerOptions
|
|
@@ -363,7 +346,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
363
346
|
options: __HttpHandlerOptions,
|
|
364
347
|
cb: (err: any, data?: ListEventDataStoresCommandOutput) => void
|
|
365
348
|
): void;
|
|
366
|
-
|
|
367
349
|
listPublicKeys(
|
|
368
350
|
args: ListPublicKeysCommandInput,
|
|
369
351
|
options?: __HttpHandlerOptions
|
|
@@ -377,7 +359,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
377
359
|
options: __HttpHandlerOptions,
|
|
378
360
|
cb: (err: any, data?: ListPublicKeysCommandOutput) => void
|
|
379
361
|
): void;
|
|
380
|
-
|
|
381
362
|
listQueries(
|
|
382
363
|
args: ListQueriesCommandInput,
|
|
383
364
|
options?: __HttpHandlerOptions
|
|
@@ -391,7 +372,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
391
372
|
options: __HttpHandlerOptions,
|
|
392
373
|
cb: (err: any, data?: ListQueriesCommandOutput) => void
|
|
393
374
|
): void;
|
|
394
|
-
|
|
395
375
|
listTags(
|
|
396
376
|
args: ListTagsCommandInput,
|
|
397
377
|
options?: __HttpHandlerOptions
|
|
@@ -405,7 +385,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
405
385
|
options: __HttpHandlerOptions,
|
|
406
386
|
cb: (err: any, data?: ListTagsCommandOutput) => void
|
|
407
387
|
): void;
|
|
408
|
-
|
|
409
388
|
listTrails(
|
|
410
389
|
args: ListTrailsCommandInput,
|
|
411
390
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +398,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
419
398
|
options: __HttpHandlerOptions,
|
|
420
399
|
cb: (err: any, data?: ListTrailsCommandOutput) => void
|
|
421
400
|
): void;
|
|
422
|
-
|
|
423
401
|
lookupEvents(
|
|
424
402
|
args: LookupEventsCommandInput,
|
|
425
403
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +411,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
433
411
|
options: __HttpHandlerOptions,
|
|
434
412
|
cb: (err: any, data?: LookupEventsCommandOutput) => void
|
|
435
413
|
): void;
|
|
436
|
-
|
|
437
414
|
putEventSelectors(
|
|
438
415
|
args: PutEventSelectorsCommandInput,
|
|
439
416
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +424,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
447
424
|
options: __HttpHandlerOptions,
|
|
448
425
|
cb: (err: any, data?: PutEventSelectorsCommandOutput) => void
|
|
449
426
|
): void;
|
|
450
|
-
|
|
451
427
|
putInsightSelectors(
|
|
452
428
|
args: PutInsightSelectorsCommandInput,
|
|
453
429
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +437,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
461
437
|
options: __HttpHandlerOptions,
|
|
462
438
|
cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void
|
|
463
439
|
): void;
|
|
464
|
-
|
|
465
440
|
removeTags(
|
|
466
441
|
args: RemoveTagsCommandInput,
|
|
467
442
|
options?: __HttpHandlerOptions
|
|
@@ -475,7 +450,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
475
450
|
options: __HttpHandlerOptions,
|
|
476
451
|
cb: (err: any, data?: RemoveTagsCommandOutput) => void
|
|
477
452
|
): void;
|
|
478
|
-
|
|
479
453
|
restoreEventDataStore(
|
|
480
454
|
args: RestoreEventDataStoreCommandInput,
|
|
481
455
|
options?: __HttpHandlerOptions
|
|
@@ -489,7 +463,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
489
463
|
options: __HttpHandlerOptions,
|
|
490
464
|
cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void
|
|
491
465
|
): void;
|
|
492
|
-
|
|
493
466
|
startLogging(
|
|
494
467
|
args: StartLoggingCommandInput,
|
|
495
468
|
options?: __HttpHandlerOptions
|
|
@@ -503,7 +476,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
503
476
|
options: __HttpHandlerOptions,
|
|
504
477
|
cb: (err: any, data?: StartLoggingCommandOutput) => void
|
|
505
478
|
): void;
|
|
506
|
-
|
|
507
479
|
startQuery(
|
|
508
480
|
args: StartQueryCommandInput,
|
|
509
481
|
options?: __HttpHandlerOptions
|
|
@@ -517,7 +489,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
517
489
|
options: __HttpHandlerOptions,
|
|
518
490
|
cb: (err: any, data?: StartQueryCommandOutput) => void
|
|
519
491
|
): void;
|
|
520
|
-
|
|
521
492
|
stopLogging(
|
|
522
493
|
args: StopLoggingCommandInput,
|
|
523
494
|
options?: __HttpHandlerOptions
|
|
@@ -531,7 +502,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
531
502
|
options: __HttpHandlerOptions,
|
|
532
503
|
cb: (err: any, data?: StopLoggingCommandOutput) => void
|
|
533
504
|
): void;
|
|
534
|
-
|
|
535
505
|
updateEventDataStore(
|
|
536
506
|
args: UpdateEventDataStoreCommandInput,
|
|
537
507
|
options?: __HttpHandlerOptions
|
|
@@ -545,7 +515,6 @@ export declare class CloudTrail extends CloudTrailClient {
|
|
|
545
515
|
options: __HttpHandlerOptions,
|
|
546
516
|
cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void
|
|
547
517
|
): void;
|
|
548
|
-
|
|
549
518
|
updateTrail(
|
|
550
519
|
args: UpdateTrailCommandInput,
|
|
551
520
|
options?: __HttpHandlerOptions
|
|
@@ -233,47 +233,26 @@ export declare type ServiceOutputTypes =
|
|
|
233
233
|
export interface ClientDefaults
|
|
234
234
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
235
|
requestHandler?: __HttpHandler;
|
|
236
|
-
|
|
237
236
|
sha256?: __HashConstructor;
|
|
238
|
-
|
|
239
237
|
urlParser?: __UrlParser;
|
|
240
|
-
|
|
241
238
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
242
|
-
|
|
243
239
|
streamCollector?: __StreamCollector;
|
|
244
|
-
|
|
245
240
|
base64Decoder?: __Decoder;
|
|
246
|
-
|
|
247
241
|
base64Encoder?: __Encoder;
|
|
248
|
-
|
|
249
242
|
utf8Decoder?: __Decoder;
|
|
250
|
-
|
|
251
243
|
utf8Encoder?: __Encoder;
|
|
252
|
-
|
|
253
244
|
runtime?: string;
|
|
254
|
-
|
|
255
245
|
disableHostPrefix?: boolean;
|
|
256
|
-
|
|
257
246
|
maxAttempts?: number | __Provider<number>;
|
|
258
|
-
|
|
259
247
|
retryMode?: string | __Provider<string>;
|
|
260
|
-
|
|
261
248
|
logger?: __Logger;
|
|
262
|
-
|
|
263
249
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
|
-
|
|
265
250
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
266
|
-
|
|
267
251
|
serviceId?: string;
|
|
268
|
-
|
|
269
252
|
region?: string | __Provider<string>;
|
|
270
|
-
|
|
271
253
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
-
|
|
273
254
|
regionInfoProvider?: RegionInfoProvider;
|
|
274
|
-
|
|
275
255
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
276
|
-
|
|
277
256
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
278
257
|
}
|
|
279
258
|
declare type CloudTrailClientConfigType = Partial<
|
|
@@ -286,7 +265,6 @@ declare type CloudTrailClientConfigType = Partial<
|
|
|
286
265
|
HostHeaderInputConfig &
|
|
287
266
|
AwsAuthInputConfig &
|
|
288
267
|
UserAgentInputConfig;
|
|
289
|
-
|
|
290
268
|
export interface CloudTrailClientConfig extends CloudTrailClientConfigType {}
|
|
291
269
|
declare type CloudTrailClientResolvedConfigType =
|
|
292
270
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -297,10 +275,8 @@ declare type CloudTrailClientResolvedConfigType =
|
|
|
297
275
|
HostHeaderResolvedConfig &
|
|
298
276
|
AwsAuthResolvedConfig &
|
|
299
277
|
UserAgentResolvedConfig;
|
|
300
|
-
|
|
301
278
|
export interface CloudTrailClientResolvedConfig
|
|
302
279
|
extends CloudTrailClientResolvedConfigType {}
|
|
303
|
-
|
|
304
280
|
export declare class CloudTrailClient extends __Client<
|
|
305
281
|
__HttpHandlerOptions,
|
|
306
282
|
ServiceInputTypes,
|
|
@@ -309,7 +285,6 @@ export declare class CloudTrailClient extends __Client<
|
|
|
309
285
|
> {
|
|
310
286
|
readonly config: CloudTrailClientResolvedConfig;
|
|
311
287
|
constructor(configuration: CloudTrailClientConfig);
|
|
312
|
-
|
|
313
288
|
destroy(): void;
|
|
314
289
|
}
|
|
315
290
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface AddTagsCommandInput extends AddTagsRequest {}
|
|
|
15
15
|
export interface AddTagsCommandOutput
|
|
16
16
|
extends AddTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class AddTagsCommand extends $Command<
|
|
20
19
|
AddTagsCommandInput,
|
|
21
20
|
AddTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class AddTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: AddTagsCommandInput;
|
|
25
24
|
constructor(input: AddTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CancelQueryCommandInput extends CancelQueryRequest {}
|
|
|
15
15
|
export interface CancelQueryCommandOutput
|
|
16
16
|
extends CancelQueryResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CancelQueryCommand extends $Command<
|
|
20
19
|
CancelQueryCommandInput,
|
|
21
20
|
CancelQueryCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CancelQueryCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CancelQueryCommandInput;
|
|
25
24
|
constructor(input: CancelQueryCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateEventDataStoreCommandInput
|
|
|
19
19
|
export interface CreateEventDataStoreCommandOutput
|
|
20
20
|
extends CreateEventDataStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateEventDataStoreCommand extends $Command<
|
|
24
23
|
CreateEventDataStoreCommandInput,
|
|
25
24
|
CreateEventDataStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateEventDataStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateEventDataStoreCommandInput;
|
|
29
28
|
constructor(input: CreateEventDataStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateTrailCommandInput extends CreateTrailRequest {}
|
|
|
15
15
|
export interface CreateTrailCommandOutput
|
|
16
16
|
extends CreateTrailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateTrailCommand extends $Command<
|
|
20
19
|
CreateTrailCommandInput,
|
|
21
20
|
CreateTrailCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateTrailCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateTrailCommandInput;
|
|
25
24
|
constructor(input: CreateTrailCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteEventDataStoreCommandInput
|
|
|
19
19
|
export interface DeleteEventDataStoreCommandOutput
|
|
20
20
|
extends DeleteEventDataStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteEventDataStoreCommand extends $Command<
|
|
24
23
|
DeleteEventDataStoreCommandInput,
|
|
25
24
|
DeleteEventDataStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteEventDataStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteEventDataStoreCommandInput;
|
|
29
28
|
constructor(input: DeleteEventDataStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteTrailCommandInput extends DeleteTrailRequest {}
|
|
|
15
15
|
export interface DeleteTrailCommandOutput
|
|
16
16
|
extends DeleteTrailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTrailCommand extends $Command<
|
|
20
19
|
DeleteTrailCommandInput,
|
|
21
20
|
DeleteTrailCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTrailCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTrailCommandInput;
|
|
25
24
|
constructor(input: DeleteTrailCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeQueryCommandInput extends DescribeQueryRequest {}
|
|
|
18
18
|
export interface DescribeQueryCommandOutput
|
|
19
19
|
extends DescribeQueryResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeQueryCommand extends $Command<
|
|
23
22
|
DescribeQueryCommandInput,
|
|
24
23
|
DescribeQueryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeQueryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeQueryCommandInput;
|
|
28
27
|
constructor(input: DescribeQueryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeTrailsCommandInput extends DescribeTrailsRequest {}
|
|
|
18
18
|
export interface DescribeTrailsCommandOutput
|
|
19
19
|
extends DescribeTrailsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeTrailsCommand extends $Command<
|
|
23
22
|
DescribeTrailsCommandInput,
|
|
24
23
|
DescribeTrailsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeTrailsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeTrailsCommandInput;
|
|
28
27
|
constructor(input: DescribeTrailsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetChannelCommandInput extends GetChannelRequest {}
|
|
|
15
15
|
export interface GetChannelCommandOutput
|
|
16
16
|
extends GetChannelResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetChannelCommand extends $Command<
|
|
20
19
|
GetChannelCommandInput,
|
|
21
20
|
GetChannelCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetChannelCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetChannelCommandInput;
|
|
25
24
|
constructor(input: GetChannelCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetEventDataStoreCommandInput
|
|
|
19
19
|
export interface GetEventDataStoreCommandOutput
|
|
20
20
|
extends GetEventDataStoreResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetEventDataStoreCommand extends $Command<
|
|
24
23
|
GetEventDataStoreCommandInput,
|
|
25
24
|
GetEventDataStoreCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetEventDataStoreCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetEventDataStoreCommandInput;
|
|
29
28
|
constructor(input: GetEventDataStoreCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetEventSelectorsCommandInput
|
|
|
19
19
|
export interface GetEventSelectorsCommandOutput
|
|
20
20
|
extends GetEventSelectorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetEventSelectorsCommand extends $Command<
|
|
24
23
|
GetEventSelectorsCommandInput,
|
|
25
24
|
GetEventSelectorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetEventSelectorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetEventSelectorsCommandInput;
|
|
29
28
|
constructor(input: GetEventSelectorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetInsightSelectorsCommandInput
|
|
|
19
19
|
export interface GetInsightSelectorsCommandOutput
|
|
20
20
|
extends GetInsightSelectorsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetInsightSelectorsCommand extends $Command<
|
|
24
23
|
GetInsightSelectorsCommandInput,
|
|
25
24
|
GetInsightSelectorsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetInsightSelectorsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetInsightSelectorsCommandInput;
|
|
29
28
|
constructor(input: GetInsightSelectorsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetQueryResultsCommandInput extends GetQueryResultsRequest {}
|
|
|
18
18
|
export interface GetQueryResultsCommandOutput
|
|
19
19
|
extends GetQueryResultsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetQueryResultsCommand extends $Command<
|
|
23
22
|
GetQueryResultsCommandInput,
|
|
24
23
|
GetQueryResultsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetQueryResultsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetQueryResultsCommandInput;
|
|
28
27
|
constructor(input: GetQueryResultsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetTrailCommandInput extends GetTrailRequest {}
|
|
|
15
15
|
export interface GetTrailCommandOutput
|
|
16
16
|
extends GetTrailResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetTrailCommand extends $Command<
|
|
20
19
|
GetTrailCommandInput,
|
|
21
20
|
GetTrailCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetTrailCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetTrailCommandInput;
|
|
25
24
|
constructor(input: GetTrailCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetTrailStatusCommandInput extends GetTrailStatusRequest {}
|
|
|
18
18
|
export interface GetTrailStatusCommandOutput
|
|
19
19
|
extends GetTrailStatusResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetTrailStatusCommand extends $Command<
|
|
23
22
|
GetTrailStatusCommandInput,
|
|
24
23
|
GetTrailStatusCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetTrailStatusCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetTrailStatusCommandInput;
|
|
28
27
|
constructor(input: GetTrailStatusCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
|
15
15
|
export interface ListChannelsCommandOutput
|
|
16
16
|
extends ListChannelsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListChannelsCommand extends $Command<
|
|
20
19
|
ListChannelsCommandInput,
|
|
21
20
|
ListChannelsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListChannelsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListChannelsCommandInput;
|
|
25
24
|
constructor(input: ListChannelsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListEventDataStoresCommandInput
|
|
|
19
19
|
export interface ListEventDataStoresCommandOutput
|
|
20
20
|
extends ListEventDataStoresResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListEventDataStoresCommand extends $Command<
|
|
24
23
|
ListEventDataStoresCommandInput,
|
|
25
24
|
ListEventDataStoresCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListEventDataStoresCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListEventDataStoresCommandInput;
|
|
29
28
|
constructor(input: ListEventDataStoresCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListPublicKeysCommandInput extends ListPublicKeysRequest {}
|
|
|
18
18
|
export interface ListPublicKeysCommandOutput
|
|
19
19
|
extends ListPublicKeysResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListPublicKeysCommand extends $Command<
|
|
23
22
|
ListPublicKeysCommandInput,
|
|
24
23
|
ListPublicKeysCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListPublicKeysCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListPublicKeysCommandInput;
|
|
28
27
|
constructor(input: ListPublicKeysCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListQueriesCommandInput extends ListQueriesRequest {}
|
|
|
15
15
|
export interface ListQueriesCommandOutput
|
|
16
16
|
extends ListQueriesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListQueriesCommand extends $Command<
|
|
20
19
|
ListQueriesCommandInput,
|
|
21
20
|
ListQueriesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListQueriesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListQueriesCommandInput;
|
|
25
24
|
constructor(input: ListQueriesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
|
15
15
|
export interface ListTagsCommandOutput
|
|
16
16
|
extends ListTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTagsCommand extends $Command<
|
|
20
19
|
ListTagsCommandInput,
|
|
21
20
|
ListTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTagsCommandInput;
|
|
25
24
|
constructor(input: ListTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListTrailsCommandInput extends ListTrailsRequest {}
|
|
|
15
15
|
export interface ListTrailsCommandOutput
|
|
16
16
|
extends ListTrailsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListTrailsCommand extends $Command<
|
|
20
19
|
ListTrailsCommandInput,
|
|
21
20
|
ListTrailsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListTrailsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListTrailsCommandInput;
|
|
25
24
|
constructor(input: ListTrailsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudTrailClientResolvedConfig,
|