@aws-sdk/client-cloudtrail 3.169.0 → 3.170.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 +562 -160
- package/dist-types/ts3.4/CloudTrailClient.d.ts +315 -104
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1798 -1555
- package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventDataStoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/LookupEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,104 +1,315 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AddTagsCommandInput,
|
|
47
|
+
AddTagsCommandOutput,
|
|
48
|
+
} from "./commands/AddTagsCommand";
|
|
49
|
+
import {
|
|
50
|
+
CancelQueryCommandInput,
|
|
51
|
+
CancelQueryCommandOutput,
|
|
52
|
+
} from "./commands/CancelQueryCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateEventDataStoreCommandInput,
|
|
55
|
+
CreateEventDataStoreCommandOutput,
|
|
56
|
+
} from "./commands/CreateEventDataStoreCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateTrailCommandInput,
|
|
59
|
+
CreateTrailCommandOutput,
|
|
60
|
+
} from "./commands/CreateTrailCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteEventDataStoreCommandInput,
|
|
63
|
+
DeleteEventDataStoreCommandOutput,
|
|
64
|
+
} from "./commands/DeleteEventDataStoreCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteTrailCommandInput,
|
|
67
|
+
DeleteTrailCommandOutput,
|
|
68
|
+
} from "./commands/DeleteTrailCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeQueryCommandInput,
|
|
71
|
+
DescribeQueryCommandOutput,
|
|
72
|
+
} from "./commands/DescribeQueryCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeTrailsCommandInput,
|
|
75
|
+
DescribeTrailsCommandOutput,
|
|
76
|
+
} from "./commands/DescribeTrailsCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetChannelCommandInput,
|
|
79
|
+
GetChannelCommandOutput,
|
|
80
|
+
} from "./commands/GetChannelCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetEventDataStoreCommandInput,
|
|
83
|
+
GetEventDataStoreCommandOutput,
|
|
84
|
+
} from "./commands/GetEventDataStoreCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetEventSelectorsCommandInput,
|
|
87
|
+
GetEventSelectorsCommandOutput,
|
|
88
|
+
} from "./commands/GetEventSelectorsCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetInsightSelectorsCommandInput,
|
|
91
|
+
GetInsightSelectorsCommandOutput,
|
|
92
|
+
} from "./commands/GetInsightSelectorsCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetQueryResultsCommandInput,
|
|
95
|
+
GetQueryResultsCommandOutput,
|
|
96
|
+
} from "./commands/GetQueryResultsCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetTrailCommandInput,
|
|
99
|
+
GetTrailCommandOutput,
|
|
100
|
+
} from "./commands/GetTrailCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetTrailStatusCommandInput,
|
|
103
|
+
GetTrailStatusCommandOutput,
|
|
104
|
+
} from "./commands/GetTrailStatusCommand";
|
|
105
|
+
import {
|
|
106
|
+
ListChannelsCommandInput,
|
|
107
|
+
ListChannelsCommandOutput,
|
|
108
|
+
} from "./commands/ListChannelsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListEventDataStoresCommandInput,
|
|
111
|
+
ListEventDataStoresCommandOutput,
|
|
112
|
+
} from "./commands/ListEventDataStoresCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListPublicKeysCommandInput,
|
|
115
|
+
ListPublicKeysCommandOutput,
|
|
116
|
+
} from "./commands/ListPublicKeysCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListQueriesCommandInput,
|
|
119
|
+
ListQueriesCommandOutput,
|
|
120
|
+
} from "./commands/ListQueriesCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListTagsCommandInput,
|
|
123
|
+
ListTagsCommandOutput,
|
|
124
|
+
} from "./commands/ListTagsCommand";
|
|
125
|
+
import {
|
|
126
|
+
ListTrailsCommandInput,
|
|
127
|
+
ListTrailsCommandOutput,
|
|
128
|
+
} from "./commands/ListTrailsCommand";
|
|
129
|
+
import {
|
|
130
|
+
LookupEventsCommandInput,
|
|
131
|
+
LookupEventsCommandOutput,
|
|
132
|
+
} from "./commands/LookupEventsCommand";
|
|
133
|
+
import {
|
|
134
|
+
PutEventSelectorsCommandInput,
|
|
135
|
+
PutEventSelectorsCommandOutput,
|
|
136
|
+
} from "./commands/PutEventSelectorsCommand";
|
|
137
|
+
import {
|
|
138
|
+
PutInsightSelectorsCommandInput,
|
|
139
|
+
PutInsightSelectorsCommandOutput,
|
|
140
|
+
} from "./commands/PutInsightSelectorsCommand";
|
|
141
|
+
import {
|
|
142
|
+
RemoveTagsCommandInput,
|
|
143
|
+
RemoveTagsCommandOutput,
|
|
144
|
+
} from "./commands/RemoveTagsCommand";
|
|
145
|
+
import {
|
|
146
|
+
RestoreEventDataStoreCommandInput,
|
|
147
|
+
RestoreEventDataStoreCommandOutput,
|
|
148
|
+
} from "./commands/RestoreEventDataStoreCommand";
|
|
149
|
+
import {
|
|
150
|
+
StartLoggingCommandInput,
|
|
151
|
+
StartLoggingCommandOutput,
|
|
152
|
+
} from "./commands/StartLoggingCommand";
|
|
153
|
+
import {
|
|
154
|
+
StartQueryCommandInput,
|
|
155
|
+
StartQueryCommandOutput,
|
|
156
|
+
} from "./commands/StartQueryCommand";
|
|
157
|
+
import {
|
|
158
|
+
StopLoggingCommandInput,
|
|
159
|
+
StopLoggingCommandOutput,
|
|
160
|
+
} from "./commands/StopLoggingCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateEventDataStoreCommandInput,
|
|
163
|
+
UpdateEventDataStoreCommandOutput,
|
|
164
|
+
} from "./commands/UpdateEventDataStoreCommand";
|
|
165
|
+
import {
|
|
166
|
+
UpdateTrailCommandInput,
|
|
167
|
+
UpdateTrailCommandOutput,
|
|
168
|
+
} from "./commands/UpdateTrailCommand";
|
|
169
|
+
export declare type ServiceInputTypes =
|
|
170
|
+
| AddTagsCommandInput
|
|
171
|
+
| CancelQueryCommandInput
|
|
172
|
+
| CreateEventDataStoreCommandInput
|
|
173
|
+
| CreateTrailCommandInput
|
|
174
|
+
| DeleteEventDataStoreCommandInput
|
|
175
|
+
| DeleteTrailCommandInput
|
|
176
|
+
| DescribeQueryCommandInput
|
|
177
|
+
| DescribeTrailsCommandInput
|
|
178
|
+
| GetChannelCommandInput
|
|
179
|
+
| GetEventDataStoreCommandInput
|
|
180
|
+
| GetEventSelectorsCommandInput
|
|
181
|
+
| GetInsightSelectorsCommandInput
|
|
182
|
+
| GetQueryResultsCommandInput
|
|
183
|
+
| GetTrailCommandInput
|
|
184
|
+
| GetTrailStatusCommandInput
|
|
185
|
+
| ListChannelsCommandInput
|
|
186
|
+
| ListEventDataStoresCommandInput
|
|
187
|
+
| ListPublicKeysCommandInput
|
|
188
|
+
| ListQueriesCommandInput
|
|
189
|
+
| ListTagsCommandInput
|
|
190
|
+
| ListTrailsCommandInput
|
|
191
|
+
| LookupEventsCommandInput
|
|
192
|
+
| PutEventSelectorsCommandInput
|
|
193
|
+
| PutInsightSelectorsCommandInput
|
|
194
|
+
| RemoveTagsCommandInput
|
|
195
|
+
| RestoreEventDataStoreCommandInput
|
|
196
|
+
| StartLoggingCommandInput
|
|
197
|
+
| StartQueryCommandInput
|
|
198
|
+
| StopLoggingCommandInput
|
|
199
|
+
| UpdateEventDataStoreCommandInput
|
|
200
|
+
| UpdateTrailCommandInput;
|
|
201
|
+
export declare type ServiceOutputTypes =
|
|
202
|
+
| AddTagsCommandOutput
|
|
203
|
+
| CancelQueryCommandOutput
|
|
204
|
+
| CreateEventDataStoreCommandOutput
|
|
205
|
+
| CreateTrailCommandOutput
|
|
206
|
+
| DeleteEventDataStoreCommandOutput
|
|
207
|
+
| DeleteTrailCommandOutput
|
|
208
|
+
| DescribeQueryCommandOutput
|
|
209
|
+
| DescribeTrailsCommandOutput
|
|
210
|
+
| GetChannelCommandOutput
|
|
211
|
+
| GetEventDataStoreCommandOutput
|
|
212
|
+
| GetEventSelectorsCommandOutput
|
|
213
|
+
| GetInsightSelectorsCommandOutput
|
|
214
|
+
| GetQueryResultsCommandOutput
|
|
215
|
+
| GetTrailCommandOutput
|
|
216
|
+
| GetTrailStatusCommandOutput
|
|
217
|
+
| ListChannelsCommandOutput
|
|
218
|
+
| ListEventDataStoresCommandOutput
|
|
219
|
+
| ListPublicKeysCommandOutput
|
|
220
|
+
| ListQueriesCommandOutput
|
|
221
|
+
| ListTagsCommandOutput
|
|
222
|
+
| ListTrailsCommandOutput
|
|
223
|
+
| LookupEventsCommandOutput
|
|
224
|
+
| PutEventSelectorsCommandOutput
|
|
225
|
+
| PutInsightSelectorsCommandOutput
|
|
226
|
+
| RemoveTagsCommandOutput
|
|
227
|
+
| RestoreEventDataStoreCommandOutput
|
|
228
|
+
| StartLoggingCommandOutput
|
|
229
|
+
| StartQueryCommandOutput
|
|
230
|
+
| StopLoggingCommandOutput
|
|
231
|
+
| UpdateEventDataStoreCommandOutput
|
|
232
|
+
| UpdateTrailCommandOutput;
|
|
233
|
+
export interface ClientDefaults
|
|
234
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
|
+
requestHandler?: __HttpHandler;
|
|
236
|
+
|
|
237
|
+
sha256?: __HashConstructor;
|
|
238
|
+
|
|
239
|
+
urlParser?: __UrlParser;
|
|
240
|
+
|
|
241
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
242
|
+
|
|
243
|
+
streamCollector?: __StreamCollector;
|
|
244
|
+
|
|
245
|
+
base64Decoder?: __Decoder;
|
|
246
|
+
|
|
247
|
+
base64Encoder?: __Encoder;
|
|
248
|
+
|
|
249
|
+
utf8Decoder?: __Decoder;
|
|
250
|
+
|
|
251
|
+
utf8Encoder?: __Encoder;
|
|
252
|
+
|
|
253
|
+
runtime?: string;
|
|
254
|
+
|
|
255
|
+
disableHostPrefix?: boolean;
|
|
256
|
+
|
|
257
|
+
maxAttempts?: number | __Provider<number>;
|
|
258
|
+
|
|
259
|
+
retryMode?: string | __Provider<string>;
|
|
260
|
+
|
|
261
|
+
logger?: __Logger;
|
|
262
|
+
|
|
263
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
264
|
+
|
|
265
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
266
|
+
|
|
267
|
+
serviceId?: string;
|
|
268
|
+
|
|
269
|
+
region?: string | __Provider<string>;
|
|
270
|
+
|
|
271
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
272
|
+
|
|
273
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
274
|
+
|
|
275
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
276
|
+
|
|
277
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
278
|
+
}
|
|
279
|
+
declare type CloudTrailClientConfigType = Partial<
|
|
280
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
281
|
+
> &
|
|
282
|
+
ClientDefaults &
|
|
283
|
+
RegionInputConfig &
|
|
284
|
+
EndpointsInputConfig &
|
|
285
|
+
RetryInputConfig &
|
|
286
|
+
HostHeaderInputConfig &
|
|
287
|
+
AwsAuthInputConfig &
|
|
288
|
+
UserAgentInputConfig;
|
|
289
|
+
|
|
290
|
+
export interface CloudTrailClientConfig extends CloudTrailClientConfigType {}
|
|
291
|
+
declare type CloudTrailClientResolvedConfigType =
|
|
292
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
293
|
+
Required<ClientDefaults> &
|
|
294
|
+
RegionResolvedConfig &
|
|
295
|
+
EndpointsResolvedConfig &
|
|
296
|
+
RetryResolvedConfig &
|
|
297
|
+
HostHeaderResolvedConfig &
|
|
298
|
+
AwsAuthResolvedConfig &
|
|
299
|
+
UserAgentResolvedConfig;
|
|
300
|
+
|
|
301
|
+
export interface CloudTrailClientResolvedConfig
|
|
302
|
+
extends CloudTrailClientResolvedConfigType {}
|
|
303
|
+
|
|
304
|
+
export declare class CloudTrailClient extends __Client<
|
|
305
|
+
__HttpHandlerOptions,
|
|
306
|
+
ServiceInputTypes,
|
|
307
|
+
ServiceOutputTypes,
|
|
308
|
+
CloudTrailClientResolvedConfig
|
|
309
|
+
> {
|
|
310
|
+
readonly config: CloudTrailClientResolvedConfig;
|
|
311
|
+
constructor(configuration: CloudTrailClientConfig);
|
|
312
|
+
|
|
313
|
+
destroy(): void;
|
|
314
|
+
}
|
|
315
|
+
export {};
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudTrailClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudTrailClient";
|
|
13
|
+
import { AddTagsRequest, AddTagsResponse } from "../models/models_0";
|
|
14
|
+
export interface AddTagsCommandInput extends AddTagsRequest {}
|
|
15
|
+
export interface AddTagsCommandOutput
|
|
16
|
+
extends AddTagsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class AddTagsCommand extends $Command<
|
|
20
|
+
AddTagsCommandInput,
|
|
21
|
+
AddTagsCommandOutput,
|
|
22
|
+
CloudTrailClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: AddTagsCommandInput;
|
|
25
|
+
constructor(input: AddTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudTrailClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudTrailClient";
|
|
13
|
+
import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0";
|
|
14
|
+
export interface CancelQueryCommandInput extends CancelQueryRequest {}
|
|
15
|
+
export interface CancelQueryCommandOutput
|
|
16
|
+
extends CancelQueryResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CancelQueryCommand extends $Command<
|
|
20
|
+
CancelQueryCommandInput,
|
|
21
|
+
CancelQueryCommandOutput,
|
|
22
|
+
CloudTrailClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CancelQueryCommandInput;
|
|
25
|
+
constructor(input: CancelQueryCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CancelQueryCommandInput, CancelQueryCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudTrailClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudTrailClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateEventDataStoreRequest,
|
|
15
|
+
CreateEventDataStoreResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEventDataStoreCommandInput
|
|
18
|
+
extends CreateEventDataStoreRequest {}
|
|
19
|
+
export interface CreateEventDataStoreCommandOutput
|
|
20
|
+
extends CreateEventDataStoreResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEventDataStoreCommand extends $Command<
|
|
24
|
+
CreateEventDataStoreCommandInput,
|
|
25
|
+
CreateEventDataStoreCommandOutput,
|
|
26
|
+
CloudTrailClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEventDataStoreCommandInput;
|
|
29
|
+
constructor(input: CreateEventDataStoreCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateEventDataStoreCommandInput,
|
|
37
|
+
CreateEventDataStoreCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudTrailClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudTrailClient";
|
|
13
|
+
import { CreateTrailRequest, CreateTrailResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateTrailCommandInput extends CreateTrailRequest {}
|
|
15
|
+
export interface CreateTrailCommandOutput
|
|
16
|
+
extends CreateTrailResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateTrailCommand extends $Command<
|
|
20
|
+
CreateTrailCommandInput,
|
|
21
|
+
CreateTrailCommandOutput,
|
|
22
|
+
CloudTrailClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateTrailCommandInput;
|
|
25
|
+
constructor(input: CreateTrailCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudTrailClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateTrailCommandInput, CreateTrailCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|