@aws-sdk/client-cloudtrail 3.169.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.
Files changed (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudTrail.d.ts +531 -160
  3. package/dist-types/ts3.4/CloudTrailClient.d.ts +290 -104
  4. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +7 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1267 -1555
  41. package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  43. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListEventDataStoresPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/LookupEventsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  51. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +377 -95
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  56. package/package.json +34 -34
@@ -1,160 +1,531 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CloudTrailClient } from "./CloudTrailClient";
3
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
4
- import { CancelQueryCommandInput, CancelQueryCommandOutput } from "./commands/CancelQueryCommand";
5
- import { CreateEventDataStoreCommandInput, CreateEventDataStoreCommandOutput } from "./commands/CreateEventDataStoreCommand";
6
- import { CreateTrailCommandInput, CreateTrailCommandOutput } from "./commands/CreateTrailCommand";
7
- import { DeleteEventDataStoreCommandInput, DeleteEventDataStoreCommandOutput } from "./commands/DeleteEventDataStoreCommand";
8
- import { DeleteTrailCommandInput, DeleteTrailCommandOutput } from "./commands/DeleteTrailCommand";
9
- import { DescribeQueryCommandInput, DescribeQueryCommandOutput } from "./commands/DescribeQueryCommand";
10
- import { DescribeTrailsCommandInput, DescribeTrailsCommandOutput } from "./commands/DescribeTrailsCommand";
11
- import { GetChannelCommandInput, GetChannelCommandOutput } from "./commands/GetChannelCommand";
12
- import { GetEventDataStoreCommandInput, GetEventDataStoreCommandOutput } from "./commands/GetEventDataStoreCommand";
13
- import { GetEventSelectorsCommandInput, GetEventSelectorsCommandOutput } from "./commands/GetEventSelectorsCommand";
14
- import { GetInsightSelectorsCommandInput, GetInsightSelectorsCommandOutput } from "./commands/GetInsightSelectorsCommand";
15
- import { GetQueryResultsCommandInput, GetQueryResultsCommandOutput } from "./commands/GetQueryResultsCommand";
16
- import { GetTrailCommandInput, GetTrailCommandOutput } from "./commands/GetTrailCommand";
17
- import { GetTrailStatusCommandInput, GetTrailStatusCommandOutput } from "./commands/GetTrailStatusCommand";
18
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
19
- import { ListEventDataStoresCommandInput, ListEventDataStoresCommandOutput } from "./commands/ListEventDataStoresCommand";
20
- import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "./commands/ListPublicKeysCommand";
21
- import { ListQueriesCommandInput, ListQueriesCommandOutput } from "./commands/ListQueriesCommand";
22
- import { ListTagsCommandInput, ListTagsCommandOutput } from "./commands/ListTagsCommand";
23
- import { ListTrailsCommandInput, ListTrailsCommandOutput } from "./commands/ListTrailsCommand";
24
- import { LookupEventsCommandInput, LookupEventsCommandOutput } from "./commands/LookupEventsCommand";
25
- import { PutEventSelectorsCommandInput, PutEventSelectorsCommandOutput } from "./commands/PutEventSelectorsCommand";
26
- import { PutInsightSelectorsCommandInput, PutInsightSelectorsCommandOutput } from "./commands/PutInsightSelectorsCommand";
27
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
28
- import { RestoreEventDataStoreCommandInput, RestoreEventDataStoreCommandOutput } from "./commands/RestoreEventDataStoreCommand";
29
- import { StartLoggingCommandInput, StartLoggingCommandOutput } from "./commands/StartLoggingCommand";
30
- import { StartQueryCommandInput, StartQueryCommandOutput } from "./commands/StartQueryCommand";
31
- import { StopLoggingCommandInput, StopLoggingCommandOutput } from "./commands/StopLoggingCommand";
32
- import { UpdateEventDataStoreCommandInput, UpdateEventDataStoreCommandOutput } from "./commands/UpdateEventDataStoreCommand";
33
- import { UpdateTrailCommandInput, UpdateTrailCommandOutput } from "./commands/UpdateTrailCommand";
34
-
35
- export declare class CloudTrail extends CloudTrailClient {
36
-
37
- addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
38
- addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
39
- addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
40
-
41
- cancelQuery(args: CancelQueryCommandInput, options?: __HttpHandlerOptions): Promise<CancelQueryCommandOutput>;
42
- cancelQuery(args: CancelQueryCommandInput, cb: (err: any, data?: CancelQueryCommandOutput) => void): void;
43
- cancelQuery(args: CancelQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelQueryCommandOutput) => void): void;
44
-
45
- createEventDataStore(args: CreateEventDataStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateEventDataStoreCommandOutput>;
46
- createEventDataStore(args: CreateEventDataStoreCommandInput, cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void): void;
47
- createEventDataStore(args: CreateEventDataStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void): void;
48
-
49
- createTrail(args: CreateTrailCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrailCommandOutput>;
50
- createTrail(args: CreateTrailCommandInput, cb: (err: any, data?: CreateTrailCommandOutput) => void): void;
51
- createTrail(args: CreateTrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrailCommandOutput) => void): void;
52
-
53
- deleteEventDataStore(args: DeleteEventDataStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventDataStoreCommandOutput>;
54
- deleteEventDataStore(args: DeleteEventDataStoreCommandInput, cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void): void;
55
- deleteEventDataStore(args: DeleteEventDataStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void): void;
56
-
57
- deleteTrail(args: DeleteTrailCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrailCommandOutput>;
58
- deleteTrail(args: DeleteTrailCommandInput, cb: (err: any, data?: DeleteTrailCommandOutput) => void): void;
59
- deleteTrail(args: DeleteTrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrailCommandOutput) => void): void;
60
-
61
- describeQuery(args: DescribeQueryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQueryCommandOutput>;
62
- describeQuery(args: DescribeQueryCommandInput, cb: (err: any, data?: DescribeQueryCommandOutput) => void): void;
63
- describeQuery(args: DescribeQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQueryCommandOutput) => void): void;
64
-
65
- describeTrails(args: DescribeTrailsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTrailsCommandOutput>;
66
- describeTrails(args: DescribeTrailsCommandInput, cb: (err: any, data?: DescribeTrailsCommandOutput) => void): void;
67
- describeTrails(args: DescribeTrailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrailsCommandOutput) => void): void;
68
-
69
- getChannel(args: GetChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelCommandOutput>;
70
- getChannel(args: GetChannelCommandInput, cb: (err: any, data?: GetChannelCommandOutput) => void): void;
71
- getChannel(args: GetChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelCommandOutput) => void): void;
72
-
73
- getEventDataStore(args: GetEventDataStoreCommandInput, options?: __HttpHandlerOptions): Promise<GetEventDataStoreCommandOutput>;
74
- getEventDataStore(args: GetEventDataStoreCommandInput, cb: (err: any, data?: GetEventDataStoreCommandOutput) => void): void;
75
- getEventDataStore(args: GetEventDataStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventDataStoreCommandOutput) => void): void;
76
-
77
- getEventSelectors(args: GetEventSelectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetEventSelectorsCommandOutput>;
78
- getEventSelectors(args: GetEventSelectorsCommandInput, cb: (err: any, data?: GetEventSelectorsCommandOutput) => void): void;
79
- getEventSelectors(args: GetEventSelectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEventSelectorsCommandOutput) => void): void;
80
-
81
- getInsightSelectors(args: GetInsightSelectorsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightSelectorsCommandOutput>;
82
- getInsightSelectors(args: GetInsightSelectorsCommandInput, cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void): void;
83
- getInsightSelectors(args: GetInsightSelectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void): void;
84
-
85
- getQueryResults(args: GetQueryResultsCommandInput, options?: __HttpHandlerOptions): Promise<GetQueryResultsCommandOutput>;
86
- getQueryResults(args: GetQueryResultsCommandInput, cb: (err: any, data?: GetQueryResultsCommandOutput) => void): void;
87
- getQueryResults(args: GetQueryResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetQueryResultsCommandOutput) => void): void;
88
-
89
- getTrail(args: GetTrailCommandInput, options?: __HttpHandlerOptions): Promise<GetTrailCommandOutput>;
90
- getTrail(args: GetTrailCommandInput, cb: (err: any, data?: GetTrailCommandOutput) => void): void;
91
- getTrail(args: GetTrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrailCommandOutput) => void): void;
92
-
93
- getTrailStatus(args: GetTrailStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetTrailStatusCommandOutput>;
94
- getTrailStatus(args: GetTrailStatusCommandInput, cb: (err: any, data?: GetTrailStatusCommandOutput) => void): void;
95
- getTrailStatus(args: GetTrailStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrailStatusCommandOutput) => void): void;
96
-
97
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
98
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
99
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
100
-
101
- listEventDataStores(args: ListEventDataStoresCommandInput, options?: __HttpHandlerOptions): Promise<ListEventDataStoresCommandOutput>;
102
- listEventDataStores(args: ListEventDataStoresCommandInput, cb: (err: any, data?: ListEventDataStoresCommandOutput) => void): void;
103
- listEventDataStores(args: ListEventDataStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventDataStoresCommandOutput) => void): void;
104
-
105
- listPublicKeys(args: ListPublicKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListPublicKeysCommandOutput>;
106
- listPublicKeys(args: ListPublicKeysCommandInput, cb: (err: any, data?: ListPublicKeysCommandOutput) => void): void;
107
- listPublicKeys(args: ListPublicKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPublicKeysCommandOutput) => void): void;
108
-
109
- listQueries(args: ListQueriesCommandInput, options?: __HttpHandlerOptions): Promise<ListQueriesCommandOutput>;
110
- listQueries(args: ListQueriesCommandInput, cb: (err: any, data?: ListQueriesCommandOutput) => void): void;
111
- listQueries(args: ListQueriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListQueriesCommandOutput) => void): void;
112
-
113
- listTags(args: ListTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsCommandOutput>;
114
- listTags(args: ListTagsCommandInput, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
115
- listTags(args: ListTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsCommandOutput) => void): void;
116
-
117
- listTrails(args: ListTrailsCommandInput, options?: __HttpHandlerOptions): Promise<ListTrailsCommandOutput>;
118
- listTrails(args: ListTrailsCommandInput, cb: (err: any, data?: ListTrailsCommandOutput) => void): void;
119
- listTrails(args: ListTrailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrailsCommandOutput) => void): void;
120
-
121
- lookupEvents(args: LookupEventsCommandInput, options?: __HttpHandlerOptions): Promise<LookupEventsCommandOutput>;
122
- lookupEvents(args: LookupEventsCommandInput, cb: (err: any, data?: LookupEventsCommandOutput) => void): void;
123
- lookupEvents(args: LookupEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: LookupEventsCommandOutput) => void): void;
124
-
125
- putEventSelectors(args: PutEventSelectorsCommandInput, options?: __HttpHandlerOptions): Promise<PutEventSelectorsCommandOutput>;
126
- putEventSelectors(args: PutEventSelectorsCommandInput, cb: (err: any, data?: PutEventSelectorsCommandOutput) => void): void;
127
- putEventSelectors(args: PutEventSelectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEventSelectorsCommandOutput) => void): void;
128
-
129
- putInsightSelectors(args: PutInsightSelectorsCommandInput, options?: __HttpHandlerOptions): Promise<PutInsightSelectorsCommandOutput>;
130
- putInsightSelectors(args: PutInsightSelectorsCommandInput, cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void): void;
131
- putInsightSelectors(args: PutInsightSelectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void): void;
132
-
133
- removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
134
- removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
135
- removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
136
-
137
- restoreEventDataStore(args: RestoreEventDataStoreCommandInput, options?: __HttpHandlerOptions): Promise<RestoreEventDataStoreCommandOutput>;
138
- restoreEventDataStore(args: RestoreEventDataStoreCommandInput, cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void): void;
139
- restoreEventDataStore(args: RestoreEventDataStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void): void;
140
-
141
- startLogging(args: StartLoggingCommandInput, options?: __HttpHandlerOptions): Promise<StartLoggingCommandOutput>;
142
- startLogging(args: StartLoggingCommandInput, cb: (err: any, data?: StartLoggingCommandOutput) => void): void;
143
- startLogging(args: StartLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartLoggingCommandOutput) => void): void;
144
-
145
- startQuery(args: StartQueryCommandInput, options?: __HttpHandlerOptions): Promise<StartQueryCommandOutput>;
146
- startQuery(args: StartQueryCommandInput, cb: (err: any, data?: StartQueryCommandOutput) => void): void;
147
- startQuery(args: StartQueryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartQueryCommandOutput) => void): void;
148
-
149
- stopLogging(args: StopLoggingCommandInput, options?: __HttpHandlerOptions): Promise<StopLoggingCommandOutput>;
150
- stopLogging(args: StopLoggingCommandInput, cb: (err: any, data?: StopLoggingCommandOutput) => void): void;
151
- stopLogging(args: StopLoggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopLoggingCommandOutput) => void): void;
152
-
153
- updateEventDataStore(args: UpdateEventDataStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEventDataStoreCommandOutput>;
154
- updateEventDataStore(args: UpdateEventDataStoreCommandInput, cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void): void;
155
- updateEventDataStore(args: UpdateEventDataStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void): void;
156
-
157
- updateTrail(args: UpdateTrailCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrailCommandOutput>;
158
- updateTrail(args: UpdateTrailCommandInput, cb: (err: any, data?: UpdateTrailCommandOutput) => void): void;
159
- updateTrail(args: UpdateTrailCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrailCommandOutput) => void): void;
160
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CloudTrailClient } from "./CloudTrailClient";
3
+ import {
4
+ AddTagsCommandInput,
5
+ AddTagsCommandOutput,
6
+ } from "./commands/AddTagsCommand";
7
+ import {
8
+ CancelQueryCommandInput,
9
+ CancelQueryCommandOutput,
10
+ } from "./commands/CancelQueryCommand";
11
+ import {
12
+ CreateEventDataStoreCommandInput,
13
+ CreateEventDataStoreCommandOutput,
14
+ } from "./commands/CreateEventDataStoreCommand";
15
+ import {
16
+ CreateTrailCommandInput,
17
+ CreateTrailCommandOutput,
18
+ } from "./commands/CreateTrailCommand";
19
+ import {
20
+ DeleteEventDataStoreCommandInput,
21
+ DeleteEventDataStoreCommandOutput,
22
+ } from "./commands/DeleteEventDataStoreCommand";
23
+ import {
24
+ DeleteTrailCommandInput,
25
+ DeleteTrailCommandOutput,
26
+ } from "./commands/DeleteTrailCommand";
27
+ import {
28
+ DescribeQueryCommandInput,
29
+ DescribeQueryCommandOutput,
30
+ } from "./commands/DescribeQueryCommand";
31
+ import {
32
+ DescribeTrailsCommandInput,
33
+ DescribeTrailsCommandOutput,
34
+ } from "./commands/DescribeTrailsCommand";
35
+ import {
36
+ GetChannelCommandInput,
37
+ GetChannelCommandOutput,
38
+ } from "./commands/GetChannelCommand";
39
+ import {
40
+ GetEventDataStoreCommandInput,
41
+ GetEventDataStoreCommandOutput,
42
+ } from "./commands/GetEventDataStoreCommand";
43
+ import {
44
+ GetEventSelectorsCommandInput,
45
+ GetEventSelectorsCommandOutput,
46
+ } from "./commands/GetEventSelectorsCommand";
47
+ import {
48
+ GetInsightSelectorsCommandInput,
49
+ GetInsightSelectorsCommandOutput,
50
+ } from "./commands/GetInsightSelectorsCommand";
51
+ import {
52
+ GetQueryResultsCommandInput,
53
+ GetQueryResultsCommandOutput,
54
+ } from "./commands/GetQueryResultsCommand";
55
+ import {
56
+ GetTrailCommandInput,
57
+ GetTrailCommandOutput,
58
+ } from "./commands/GetTrailCommand";
59
+ import {
60
+ GetTrailStatusCommandInput,
61
+ GetTrailStatusCommandOutput,
62
+ } from "./commands/GetTrailStatusCommand";
63
+ import {
64
+ ListChannelsCommandInput,
65
+ ListChannelsCommandOutput,
66
+ } from "./commands/ListChannelsCommand";
67
+ import {
68
+ ListEventDataStoresCommandInput,
69
+ ListEventDataStoresCommandOutput,
70
+ } from "./commands/ListEventDataStoresCommand";
71
+ import {
72
+ ListPublicKeysCommandInput,
73
+ ListPublicKeysCommandOutput,
74
+ } from "./commands/ListPublicKeysCommand";
75
+ import {
76
+ ListQueriesCommandInput,
77
+ ListQueriesCommandOutput,
78
+ } from "./commands/ListQueriesCommand";
79
+ import {
80
+ ListTagsCommandInput,
81
+ ListTagsCommandOutput,
82
+ } from "./commands/ListTagsCommand";
83
+ import {
84
+ ListTrailsCommandInput,
85
+ ListTrailsCommandOutput,
86
+ } from "./commands/ListTrailsCommand";
87
+ import {
88
+ LookupEventsCommandInput,
89
+ LookupEventsCommandOutput,
90
+ } from "./commands/LookupEventsCommand";
91
+ import {
92
+ PutEventSelectorsCommandInput,
93
+ PutEventSelectorsCommandOutput,
94
+ } from "./commands/PutEventSelectorsCommand";
95
+ import {
96
+ PutInsightSelectorsCommandInput,
97
+ PutInsightSelectorsCommandOutput,
98
+ } from "./commands/PutInsightSelectorsCommand";
99
+ import {
100
+ RemoveTagsCommandInput,
101
+ RemoveTagsCommandOutput,
102
+ } from "./commands/RemoveTagsCommand";
103
+ import {
104
+ RestoreEventDataStoreCommandInput,
105
+ RestoreEventDataStoreCommandOutput,
106
+ } from "./commands/RestoreEventDataStoreCommand";
107
+ import {
108
+ StartLoggingCommandInput,
109
+ StartLoggingCommandOutput,
110
+ } from "./commands/StartLoggingCommand";
111
+ import {
112
+ StartQueryCommandInput,
113
+ StartQueryCommandOutput,
114
+ } from "./commands/StartQueryCommand";
115
+ import {
116
+ StopLoggingCommandInput,
117
+ StopLoggingCommandOutput,
118
+ } from "./commands/StopLoggingCommand";
119
+ import {
120
+ UpdateEventDataStoreCommandInput,
121
+ UpdateEventDataStoreCommandOutput,
122
+ } from "./commands/UpdateEventDataStoreCommand";
123
+ import {
124
+ UpdateTrailCommandInput,
125
+ UpdateTrailCommandOutput,
126
+ } from "./commands/UpdateTrailCommand";
127
+ export declare class CloudTrail extends CloudTrailClient {
128
+ addTags(
129
+ args: AddTagsCommandInput,
130
+ options?: __HttpHandlerOptions
131
+ ): Promise<AddTagsCommandOutput>;
132
+ addTags(
133
+ args: AddTagsCommandInput,
134
+ cb: (err: any, data?: AddTagsCommandOutput) => void
135
+ ): void;
136
+ addTags(
137
+ args: AddTagsCommandInput,
138
+ options: __HttpHandlerOptions,
139
+ cb: (err: any, data?: AddTagsCommandOutput) => void
140
+ ): void;
141
+ cancelQuery(
142
+ args: CancelQueryCommandInput,
143
+ options?: __HttpHandlerOptions
144
+ ): Promise<CancelQueryCommandOutput>;
145
+ cancelQuery(
146
+ args: CancelQueryCommandInput,
147
+ cb: (err: any, data?: CancelQueryCommandOutput) => void
148
+ ): void;
149
+ cancelQuery(
150
+ args: CancelQueryCommandInput,
151
+ options: __HttpHandlerOptions,
152
+ cb: (err: any, data?: CancelQueryCommandOutput) => void
153
+ ): void;
154
+ createEventDataStore(
155
+ args: CreateEventDataStoreCommandInput,
156
+ options?: __HttpHandlerOptions
157
+ ): Promise<CreateEventDataStoreCommandOutput>;
158
+ createEventDataStore(
159
+ args: CreateEventDataStoreCommandInput,
160
+ cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void
161
+ ): void;
162
+ createEventDataStore(
163
+ args: CreateEventDataStoreCommandInput,
164
+ options: __HttpHandlerOptions,
165
+ cb: (err: any, data?: CreateEventDataStoreCommandOutput) => void
166
+ ): void;
167
+ createTrail(
168
+ args: CreateTrailCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<CreateTrailCommandOutput>;
171
+ createTrail(
172
+ args: CreateTrailCommandInput,
173
+ cb: (err: any, data?: CreateTrailCommandOutput) => void
174
+ ): void;
175
+ createTrail(
176
+ args: CreateTrailCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (err: any, data?: CreateTrailCommandOutput) => void
179
+ ): void;
180
+ deleteEventDataStore(
181
+ args: DeleteEventDataStoreCommandInput,
182
+ options?: __HttpHandlerOptions
183
+ ): Promise<DeleteEventDataStoreCommandOutput>;
184
+ deleteEventDataStore(
185
+ args: DeleteEventDataStoreCommandInput,
186
+ cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void
187
+ ): void;
188
+ deleteEventDataStore(
189
+ args: DeleteEventDataStoreCommandInput,
190
+ options: __HttpHandlerOptions,
191
+ cb: (err: any, data?: DeleteEventDataStoreCommandOutput) => void
192
+ ): void;
193
+ deleteTrail(
194
+ args: DeleteTrailCommandInput,
195
+ options?: __HttpHandlerOptions
196
+ ): Promise<DeleteTrailCommandOutput>;
197
+ deleteTrail(
198
+ args: DeleteTrailCommandInput,
199
+ cb: (err: any, data?: DeleteTrailCommandOutput) => void
200
+ ): void;
201
+ deleteTrail(
202
+ args: DeleteTrailCommandInput,
203
+ options: __HttpHandlerOptions,
204
+ cb: (err: any, data?: DeleteTrailCommandOutput) => void
205
+ ): void;
206
+ describeQuery(
207
+ args: DescribeQueryCommandInput,
208
+ options?: __HttpHandlerOptions
209
+ ): Promise<DescribeQueryCommandOutput>;
210
+ describeQuery(
211
+ args: DescribeQueryCommandInput,
212
+ cb: (err: any, data?: DescribeQueryCommandOutput) => void
213
+ ): void;
214
+ describeQuery(
215
+ args: DescribeQueryCommandInput,
216
+ options: __HttpHandlerOptions,
217
+ cb: (err: any, data?: DescribeQueryCommandOutput) => void
218
+ ): void;
219
+ describeTrails(
220
+ args: DescribeTrailsCommandInput,
221
+ options?: __HttpHandlerOptions
222
+ ): Promise<DescribeTrailsCommandOutput>;
223
+ describeTrails(
224
+ args: DescribeTrailsCommandInput,
225
+ cb: (err: any, data?: DescribeTrailsCommandOutput) => void
226
+ ): void;
227
+ describeTrails(
228
+ args: DescribeTrailsCommandInput,
229
+ options: __HttpHandlerOptions,
230
+ cb: (err: any, data?: DescribeTrailsCommandOutput) => void
231
+ ): void;
232
+ getChannel(
233
+ args: GetChannelCommandInput,
234
+ options?: __HttpHandlerOptions
235
+ ): Promise<GetChannelCommandOutput>;
236
+ getChannel(
237
+ args: GetChannelCommandInput,
238
+ cb: (err: any, data?: GetChannelCommandOutput) => void
239
+ ): void;
240
+ getChannel(
241
+ args: GetChannelCommandInput,
242
+ options: __HttpHandlerOptions,
243
+ cb: (err: any, data?: GetChannelCommandOutput) => void
244
+ ): void;
245
+ getEventDataStore(
246
+ args: GetEventDataStoreCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<GetEventDataStoreCommandOutput>;
249
+ getEventDataStore(
250
+ args: GetEventDataStoreCommandInput,
251
+ cb: (err: any, data?: GetEventDataStoreCommandOutput) => void
252
+ ): void;
253
+ getEventDataStore(
254
+ args: GetEventDataStoreCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: GetEventDataStoreCommandOutput) => void
257
+ ): void;
258
+ getEventSelectors(
259
+ args: GetEventSelectorsCommandInput,
260
+ options?: __HttpHandlerOptions
261
+ ): Promise<GetEventSelectorsCommandOutput>;
262
+ getEventSelectors(
263
+ args: GetEventSelectorsCommandInput,
264
+ cb: (err: any, data?: GetEventSelectorsCommandOutput) => void
265
+ ): void;
266
+ getEventSelectors(
267
+ args: GetEventSelectorsCommandInput,
268
+ options: __HttpHandlerOptions,
269
+ cb: (err: any, data?: GetEventSelectorsCommandOutput) => void
270
+ ): void;
271
+ getInsightSelectors(
272
+ args: GetInsightSelectorsCommandInput,
273
+ options?: __HttpHandlerOptions
274
+ ): Promise<GetInsightSelectorsCommandOutput>;
275
+ getInsightSelectors(
276
+ args: GetInsightSelectorsCommandInput,
277
+ cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void
278
+ ): void;
279
+ getInsightSelectors(
280
+ args: GetInsightSelectorsCommandInput,
281
+ options: __HttpHandlerOptions,
282
+ cb: (err: any, data?: GetInsightSelectorsCommandOutput) => void
283
+ ): void;
284
+ getQueryResults(
285
+ args: GetQueryResultsCommandInput,
286
+ options?: __HttpHandlerOptions
287
+ ): Promise<GetQueryResultsCommandOutput>;
288
+ getQueryResults(
289
+ args: GetQueryResultsCommandInput,
290
+ cb: (err: any, data?: GetQueryResultsCommandOutput) => void
291
+ ): void;
292
+ getQueryResults(
293
+ args: GetQueryResultsCommandInput,
294
+ options: __HttpHandlerOptions,
295
+ cb: (err: any, data?: GetQueryResultsCommandOutput) => void
296
+ ): void;
297
+ getTrail(
298
+ args: GetTrailCommandInput,
299
+ options?: __HttpHandlerOptions
300
+ ): Promise<GetTrailCommandOutput>;
301
+ getTrail(
302
+ args: GetTrailCommandInput,
303
+ cb: (err: any, data?: GetTrailCommandOutput) => void
304
+ ): void;
305
+ getTrail(
306
+ args: GetTrailCommandInput,
307
+ options: __HttpHandlerOptions,
308
+ cb: (err: any, data?: GetTrailCommandOutput) => void
309
+ ): void;
310
+ getTrailStatus(
311
+ args: GetTrailStatusCommandInput,
312
+ options?: __HttpHandlerOptions
313
+ ): Promise<GetTrailStatusCommandOutput>;
314
+ getTrailStatus(
315
+ args: GetTrailStatusCommandInput,
316
+ cb: (err: any, data?: GetTrailStatusCommandOutput) => void
317
+ ): void;
318
+ getTrailStatus(
319
+ args: GetTrailStatusCommandInput,
320
+ options: __HttpHandlerOptions,
321
+ cb: (err: any, data?: GetTrailStatusCommandOutput) => void
322
+ ): void;
323
+ listChannels(
324
+ args: ListChannelsCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<ListChannelsCommandOutput>;
327
+ listChannels(
328
+ args: ListChannelsCommandInput,
329
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
330
+ ): void;
331
+ listChannels(
332
+ args: ListChannelsCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: ListChannelsCommandOutput) => void
335
+ ): void;
336
+ listEventDataStores(
337
+ args: ListEventDataStoresCommandInput,
338
+ options?: __HttpHandlerOptions
339
+ ): Promise<ListEventDataStoresCommandOutput>;
340
+ listEventDataStores(
341
+ args: ListEventDataStoresCommandInput,
342
+ cb: (err: any, data?: ListEventDataStoresCommandOutput) => void
343
+ ): void;
344
+ listEventDataStores(
345
+ args: ListEventDataStoresCommandInput,
346
+ options: __HttpHandlerOptions,
347
+ cb: (err: any, data?: ListEventDataStoresCommandOutput) => void
348
+ ): void;
349
+ listPublicKeys(
350
+ args: ListPublicKeysCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<ListPublicKeysCommandOutput>;
353
+ listPublicKeys(
354
+ args: ListPublicKeysCommandInput,
355
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void
356
+ ): void;
357
+ listPublicKeys(
358
+ args: ListPublicKeysCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: ListPublicKeysCommandOutput) => void
361
+ ): void;
362
+ listQueries(
363
+ args: ListQueriesCommandInput,
364
+ options?: __HttpHandlerOptions
365
+ ): Promise<ListQueriesCommandOutput>;
366
+ listQueries(
367
+ args: ListQueriesCommandInput,
368
+ cb: (err: any, data?: ListQueriesCommandOutput) => void
369
+ ): void;
370
+ listQueries(
371
+ args: ListQueriesCommandInput,
372
+ options: __HttpHandlerOptions,
373
+ cb: (err: any, data?: ListQueriesCommandOutput) => void
374
+ ): void;
375
+ listTags(
376
+ args: ListTagsCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<ListTagsCommandOutput>;
379
+ listTags(
380
+ args: ListTagsCommandInput,
381
+ cb: (err: any, data?: ListTagsCommandOutput) => void
382
+ ): void;
383
+ listTags(
384
+ args: ListTagsCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: ListTagsCommandOutput) => void
387
+ ): void;
388
+ listTrails(
389
+ args: ListTrailsCommandInput,
390
+ options?: __HttpHandlerOptions
391
+ ): Promise<ListTrailsCommandOutput>;
392
+ listTrails(
393
+ args: ListTrailsCommandInput,
394
+ cb: (err: any, data?: ListTrailsCommandOutput) => void
395
+ ): void;
396
+ listTrails(
397
+ args: ListTrailsCommandInput,
398
+ options: __HttpHandlerOptions,
399
+ cb: (err: any, data?: ListTrailsCommandOutput) => void
400
+ ): void;
401
+ lookupEvents(
402
+ args: LookupEventsCommandInput,
403
+ options?: __HttpHandlerOptions
404
+ ): Promise<LookupEventsCommandOutput>;
405
+ lookupEvents(
406
+ args: LookupEventsCommandInput,
407
+ cb: (err: any, data?: LookupEventsCommandOutput) => void
408
+ ): void;
409
+ lookupEvents(
410
+ args: LookupEventsCommandInput,
411
+ options: __HttpHandlerOptions,
412
+ cb: (err: any, data?: LookupEventsCommandOutput) => void
413
+ ): void;
414
+ putEventSelectors(
415
+ args: PutEventSelectorsCommandInput,
416
+ options?: __HttpHandlerOptions
417
+ ): Promise<PutEventSelectorsCommandOutput>;
418
+ putEventSelectors(
419
+ args: PutEventSelectorsCommandInput,
420
+ cb: (err: any, data?: PutEventSelectorsCommandOutput) => void
421
+ ): void;
422
+ putEventSelectors(
423
+ args: PutEventSelectorsCommandInput,
424
+ options: __HttpHandlerOptions,
425
+ cb: (err: any, data?: PutEventSelectorsCommandOutput) => void
426
+ ): void;
427
+ putInsightSelectors(
428
+ args: PutInsightSelectorsCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<PutInsightSelectorsCommandOutput>;
431
+ putInsightSelectors(
432
+ args: PutInsightSelectorsCommandInput,
433
+ cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void
434
+ ): void;
435
+ putInsightSelectors(
436
+ args: PutInsightSelectorsCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: PutInsightSelectorsCommandOutput) => void
439
+ ): void;
440
+ removeTags(
441
+ args: RemoveTagsCommandInput,
442
+ options?: __HttpHandlerOptions
443
+ ): Promise<RemoveTagsCommandOutput>;
444
+ removeTags(
445
+ args: RemoveTagsCommandInput,
446
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void
447
+ ): void;
448
+ removeTags(
449
+ args: RemoveTagsCommandInput,
450
+ options: __HttpHandlerOptions,
451
+ cb: (err: any, data?: RemoveTagsCommandOutput) => void
452
+ ): void;
453
+ restoreEventDataStore(
454
+ args: RestoreEventDataStoreCommandInput,
455
+ options?: __HttpHandlerOptions
456
+ ): Promise<RestoreEventDataStoreCommandOutput>;
457
+ restoreEventDataStore(
458
+ args: RestoreEventDataStoreCommandInput,
459
+ cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void
460
+ ): void;
461
+ restoreEventDataStore(
462
+ args: RestoreEventDataStoreCommandInput,
463
+ options: __HttpHandlerOptions,
464
+ cb: (err: any, data?: RestoreEventDataStoreCommandOutput) => void
465
+ ): void;
466
+ startLogging(
467
+ args: StartLoggingCommandInput,
468
+ options?: __HttpHandlerOptions
469
+ ): Promise<StartLoggingCommandOutput>;
470
+ startLogging(
471
+ args: StartLoggingCommandInput,
472
+ cb: (err: any, data?: StartLoggingCommandOutput) => void
473
+ ): void;
474
+ startLogging(
475
+ args: StartLoggingCommandInput,
476
+ options: __HttpHandlerOptions,
477
+ cb: (err: any, data?: StartLoggingCommandOutput) => void
478
+ ): void;
479
+ startQuery(
480
+ args: StartQueryCommandInput,
481
+ options?: __HttpHandlerOptions
482
+ ): Promise<StartQueryCommandOutput>;
483
+ startQuery(
484
+ args: StartQueryCommandInput,
485
+ cb: (err: any, data?: StartQueryCommandOutput) => void
486
+ ): void;
487
+ startQuery(
488
+ args: StartQueryCommandInput,
489
+ options: __HttpHandlerOptions,
490
+ cb: (err: any, data?: StartQueryCommandOutput) => void
491
+ ): void;
492
+ stopLogging(
493
+ args: StopLoggingCommandInput,
494
+ options?: __HttpHandlerOptions
495
+ ): Promise<StopLoggingCommandOutput>;
496
+ stopLogging(
497
+ args: StopLoggingCommandInput,
498
+ cb: (err: any, data?: StopLoggingCommandOutput) => void
499
+ ): void;
500
+ stopLogging(
501
+ args: StopLoggingCommandInput,
502
+ options: __HttpHandlerOptions,
503
+ cb: (err: any, data?: StopLoggingCommandOutput) => void
504
+ ): void;
505
+ updateEventDataStore(
506
+ args: UpdateEventDataStoreCommandInput,
507
+ options?: __HttpHandlerOptions
508
+ ): Promise<UpdateEventDataStoreCommandOutput>;
509
+ updateEventDataStore(
510
+ args: UpdateEventDataStoreCommandInput,
511
+ cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void
512
+ ): void;
513
+ updateEventDataStore(
514
+ args: UpdateEventDataStoreCommandInput,
515
+ options: __HttpHandlerOptions,
516
+ cb: (err: any, data?: UpdateEventDataStoreCommandOutput) => void
517
+ ): void;
518
+ updateTrail(
519
+ args: UpdateTrailCommandInput,
520
+ options?: __HttpHandlerOptions
521
+ ): Promise<UpdateTrailCommandOutput>;
522
+ updateTrail(
523
+ args: UpdateTrailCommandInput,
524
+ cb: (err: any, data?: UpdateTrailCommandOutput) => void
525
+ ): void;
526
+ updateTrail(
527
+ args: UpdateTrailCommandInput,
528
+ options: __HttpHandlerOptions,
529
+ cb: (err: any, data?: UpdateTrailCommandOutput) => void
530
+ ): void;
531
+ }