@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,95 +1,377 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
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
- export declare const serializeAws_json1_1AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_json1_1CancelQueryCommand: (input: CancelQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_json1_1CreateEventDataStoreCommand: (input: CreateEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_json1_1CreateTrailCommand: (input: CreateTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_json1_1DeleteEventDataStoreCommand: (input: DeleteEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_json1_1DeleteTrailCommand: (input: DeleteTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1DescribeQueryCommand: (input: DescribeQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1DescribeTrailsCommand: (input: DescribeTrailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1GetChannelCommand: (input: GetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1GetEventDataStoreCommand: (input: GetEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1GetEventSelectorsCommand: (input: GetEventSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1GetInsightSelectorsCommand: (input: GetInsightSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1GetQueryResultsCommand: (input: GetQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1GetTrailCommand: (input: GetTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1GetTrailStatusCommand: (input: GetTrailStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1ListEventDataStoresCommand: (input: ListEventDataStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1ListPublicKeysCommand: (input: ListPublicKeysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1ListQueriesCommand: (input: ListQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1ListTagsCommand: (input: ListTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1ListTrailsCommand: (input: ListTrailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1LookupEventsCommand: (input: LookupEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1PutEventSelectorsCommand: (input: PutEventSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1PutInsightSelectorsCommand: (input: PutInsightSelectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1RemoveTagsCommand: (input: RemoveTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1RestoreEventDataStoreCommand: (input: RestoreEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1StartLoggingCommand: (input: StartLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1StartQueryCommand: (input: StartQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1StopLoggingCommand: (input: StopLoggingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1UpdateEventDataStoreCommand: (input: UpdateEventDataStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1UpdateTrailCommand: (input: UpdateTrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const deserializeAws_json1_1AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
66
- export declare const deserializeAws_json1_1CancelQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelQueryCommandOutput>;
67
- export declare const deserializeAws_json1_1CreateEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventDataStoreCommandOutput>;
68
- export declare const deserializeAws_json1_1CreateTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTrailCommandOutput>;
69
- export declare const deserializeAws_json1_1DeleteEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventDataStoreCommandOutput>;
70
- export declare const deserializeAws_json1_1DeleteTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTrailCommandOutput>;
71
- export declare const deserializeAws_json1_1DescribeQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeQueryCommandOutput>;
72
- export declare const deserializeAws_json1_1DescribeTrailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTrailsCommandOutput>;
73
- export declare const deserializeAws_json1_1GetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelCommandOutput>;
74
- export declare const deserializeAws_json1_1GetEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventDataStoreCommandOutput>;
75
- export declare const deserializeAws_json1_1GetEventSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventSelectorsCommandOutput>;
76
- export declare const deserializeAws_json1_1GetInsightSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightSelectorsCommandOutput>;
77
- export declare const deserializeAws_json1_1GetQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryResultsCommandOutput>;
78
- export declare const deserializeAws_json1_1GetTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrailCommandOutput>;
79
- export declare const deserializeAws_json1_1GetTrailStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTrailStatusCommandOutput>;
80
- export declare const deserializeAws_json1_1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
81
- export declare const deserializeAws_json1_1ListEventDataStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventDataStoresCommandOutput>;
82
- export declare const deserializeAws_json1_1ListPublicKeysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPublicKeysCommandOutput>;
83
- export declare const deserializeAws_json1_1ListQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueriesCommandOutput>;
84
- export declare const deserializeAws_json1_1ListTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsCommandOutput>;
85
- export declare const deserializeAws_json1_1ListTrailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTrailsCommandOutput>;
86
- export declare const deserializeAws_json1_1LookupEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LookupEventsCommandOutput>;
87
- export declare const deserializeAws_json1_1PutEventSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEventSelectorsCommandOutput>;
88
- export declare const deserializeAws_json1_1PutInsightSelectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutInsightSelectorsCommandOutput>;
89
- export declare const deserializeAws_json1_1RemoveTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveTagsCommandOutput>;
90
- export declare const deserializeAws_json1_1RestoreEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreEventDataStoreCommandOutput>;
91
- export declare const deserializeAws_json1_1StartLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartLoggingCommandOutput>;
92
- export declare const deserializeAws_json1_1StartQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryCommandOutput>;
93
- export declare const deserializeAws_json1_1StopLoggingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopLoggingCommandOutput>;
94
- export declare const deserializeAws_json1_1UpdateEventDataStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventDataStoreCommandOutput>;
95
- export declare const deserializeAws_json1_1UpdateTrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTrailCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddTagsCommandInput,
8
+ AddTagsCommandOutput,
9
+ } from "../commands/AddTagsCommand";
10
+ import {
11
+ CancelQueryCommandInput,
12
+ CancelQueryCommandOutput,
13
+ } from "../commands/CancelQueryCommand";
14
+ import {
15
+ CreateEventDataStoreCommandInput,
16
+ CreateEventDataStoreCommandOutput,
17
+ } from "../commands/CreateEventDataStoreCommand";
18
+ import {
19
+ CreateTrailCommandInput,
20
+ CreateTrailCommandOutput,
21
+ } from "../commands/CreateTrailCommand";
22
+ import {
23
+ DeleteEventDataStoreCommandInput,
24
+ DeleteEventDataStoreCommandOutput,
25
+ } from "../commands/DeleteEventDataStoreCommand";
26
+ import {
27
+ DeleteTrailCommandInput,
28
+ DeleteTrailCommandOutput,
29
+ } from "../commands/DeleteTrailCommand";
30
+ import {
31
+ DescribeQueryCommandInput,
32
+ DescribeQueryCommandOutput,
33
+ } from "../commands/DescribeQueryCommand";
34
+ import {
35
+ DescribeTrailsCommandInput,
36
+ DescribeTrailsCommandOutput,
37
+ } from "../commands/DescribeTrailsCommand";
38
+ import {
39
+ GetChannelCommandInput,
40
+ GetChannelCommandOutput,
41
+ } from "../commands/GetChannelCommand";
42
+ import {
43
+ GetEventDataStoreCommandInput,
44
+ GetEventDataStoreCommandOutput,
45
+ } from "../commands/GetEventDataStoreCommand";
46
+ import {
47
+ GetEventSelectorsCommandInput,
48
+ GetEventSelectorsCommandOutput,
49
+ } from "../commands/GetEventSelectorsCommand";
50
+ import {
51
+ GetInsightSelectorsCommandInput,
52
+ GetInsightSelectorsCommandOutput,
53
+ } from "../commands/GetInsightSelectorsCommand";
54
+ import {
55
+ GetQueryResultsCommandInput,
56
+ GetQueryResultsCommandOutput,
57
+ } from "../commands/GetQueryResultsCommand";
58
+ import {
59
+ GetTrailCommandInput,
60
+ GetTrailCommandOutput,
61
+ } from "../commands/GetTrailCommand";
62
+ import {
63
+ GetTrailStatusCommandInput,
64
+ GetTrailStatusCommandOutput,
65
+ } from "../commands/GetTrailStatusCommand";
66
+ import {
67
+ ListChannelsCommandInput,
68
+ ListChannelsCommandOutput,
69
+ } from "../commands/ListChannelsCommand";
70
+ import {
71
+ ListEventDataStoresCommandInput,
72
+ ListEventDataStoresCommandOutput,
73
+ } from "../commands/ListEventDataStoresCommand";
74
+ import {
75
+ ListPublicKeysCommandInput,
76
+ ListPublicKeysCommandOutput,
77
+ } from "../commands/ListPublicKeysCommand";
78
+ import {
79
+ ListQueriesCommandInput,
80
+ ListQueriesCommandOutput,
81
+ } from "../commands/ListQueriesCommand";
82
+ import {
83
+ ListTagsCommandInput,
84
+ ListTagsCommandOutput,
85
+ } from "../commands/ListTagsCommand";
86
+ import {
87
+ ListTrailsCommandInput,
88
+ ListTrailsCommandOutput,
89
+ } from "../commands/ListTrailsCommand";
90
+ import {
91
+ LookupEventsCommandInput,
92
+ LookupEventsCommandOutput,
93
+ } from "../commands/LookupEventsCommand";
94
+ import {
95
+ PutEventSelectorsCommandInput,
96
+ PutEventSelectorsCommandOutput,
97
+ } from "../commands/PutEventSelectorsCommand";
98
+ import {
99
+ PutInsightSelectorsCommandInput,
100
+ PutInsightSelectorsCommandOutput,
101
+ } from "../commands/PutInsightSelectorsCommand";
102
+ import {
103
+ RemoveTagsCommandInput,
104
+ RemoveTagsCommandOutput,
105
+ } from "../commands/RemoveTagsCommand";
106
+ import {
107
+ RestoreEventDataStoreCommandInput,
108
+ RestoreEventDataStoreCommandOutput,
109
+ } from "../commands/RestoreEventDataStoreCommand";
110
+ import {
111
+ StartLoggingCommandInput,
112
+ StartLoggingCommandOutput,
113
+ } from "../commands/StartLoggingCommand";
114
+ import {
115
+ StartQueryCommandInput,
116
+ StartQueryCommandOutput,
117
+ } from "../commands/StartQueryCommand";
118
+ import {
119
+ StopLoggingCommandInput,
120
+ StopLoggingCommandOutput,
121
+ } from "../commands/StopLoggingCommand";
122
+ import {
123
+ UpdateEventDataStoreCommandInput,
124
+ UpdateEventDataStoreCommandOutput,
125
+ } from "../commands/UpdateEventDataStoreCommand";
126
+ import {
127
+ UpdateTrailCommandInput,
128
+ UpdateTrailCommandOutput,
129
+ } from "../commands/UpdateTrailCommand";
130
+ export declare const serializeAws_json1_1AddTagsCommand: (
131
+ input: AddTagsCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_json1_1CancelQueryCommand: (
135
+ input: CancelQueryCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_json1_1CreateEventDataStoreCommand: (
139
+ input: CreateEventDataStoreCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_json1_1CreateTrailCommand: (
143
+ input: CreateTrailCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_json1_1DeleteEventDataStoreCommand: (
147
+ input: DeleteEventDataStoreCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_json1_1DeleteTrailCommand: (
151
+ input: DeleteTrailCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_1DescribeQueryCommand: (
155
+ input: DescribeQueryCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1DescribeTrailsCommand: (
159
+ input: DescribeTrailsCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1GetChannelCommand: (
163
+ input: GetChannelCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1GetEventDataStoreCommand: (
167
+ input: GetEventDataStoreCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1GetEventSelectorsCommand: (
171
+ input: GetEventSelectorsCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1GetInsightSelectorsCommand: (
175
+ input: GetInsightSelectorsCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1GetQueryResultsCommand: (
179
+ input: GetQueryResultsCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1GetTrailCommand: (
183
+ input: GetTrailCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1GetTrailStatusCommand: (
187
+ input: GetTrailStatusCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1ListChannelsCommand: (
191
+ input: ListChannelsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1ListEventDataStoresCommand: (
195
+ input: ListEventDataStoresCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1ListPublicKeysCommand: (
199
+ input: ListPublicKeysCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1ListQueriesCommand: (
203
+ input: ListQueriesCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1ListTagsCommand: (
207
+ input: ListTagsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1ListTrailsCommand: (
211
+ input: ListTrailsCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1LookupEventsCommand: (
215
+ input: LookupEventsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1PutEventSelectorsCommand: (
219
+ input: PutEventSelectorsCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1PutInsightSelectorsCommand: (
223
+ input: PutInsightSelectorsCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1RemoveTagsCommand: (
227
+ input: RemoveTagsCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1RestoreEventDataStoreCommand: (
231
+ input: RestoreEventDataStoreCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1StartLoggingCommand: (
235
+ input: StartLoggingCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1StartQueryCommand: (
239
+ input: StartQueryCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1StopLoggingCommand: (
243
+ input: StopLoggingCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1UpdateEventDataStoreCommand: (
247
+ input: UpdateEventDataStoreCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1UpdateTrailCommand: (
251
+ input: UpdateTrailCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const deserializeAws_json1_1AddTagsCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<AddTagsCommandOutput>;
258
+ export declare const deserializeAws_json1_1CancelQueryCommand: (
259
+ output: __HttpResponse,
260
+ context: __SerdeContext
261
+ ) => Promise<CancelQueryCommandOutput>;
262
+ export declare const deserializeAws_json1_1CreateEventDataStoreCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<CreateEventDataStoreCommandOutput>;
266
+ export declare const deserializeAws_json1_1CreateTrailCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<CreateTrailCommandOutput>;
270
+ export declare const deserializeAws_json1_1DeleteEventDataStoreCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<DeleteEventDataStoreCommandOutput>;
274
+ export declare const deserializeAws_json1_1DeleteTrailCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<DeleteTrailCommandOutput>;
278
+ export declare const deserializeAws_json1_1DescribeQueryCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<DescribeQueryCommandOutput>;
282
+ export declare const deserializeAws_json1_1DescribeTrailsCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<DescribeTrailsCommandOutput>;
286
+ export declare const deserializeAws_json1_1GetChannelCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<GetChannelCommandOutput>;
290
+ export declare const deserializeAws_json1_1GetEventDataStoreCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<GetEventDataStoreCommandOutput>;
294
+ export declare const deserializeAws_json1_1GetEventSelectorsCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<GetEventSelectorsCommandOutput>;
298
+ export declare const deserializeAws_json1_1GetInsightSelectorsCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<GetInsightSelectorsCommandOutput>;
302
+ export declare const deserializeAws_json1_1GetQueryResultsCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<GetQueryResultsCommandOutput>;
306
+ export declare const deserializeAws_json1_1GetTrailCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<GetTrailCommandOutput>;
310
+ export declare const deserializeAws_json1_1GetTrailStatusCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<GetTrailStatusCommandOutput>;
314
+ export declare const deserializeAws_json1_1ListChannelsCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<ListChannelsCommandOutput>;
318
+ export declare const deserializeAws_json1_1ListEventDataStoresCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<ListEventDataStoresCommandOutput>;
322
+ export declare const deserializeAws_json1_1ListPublicKeysCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<ListPublicKeysCommandOutput>;
326
+ export declare const deserializeAws_json1_1ListQueriesCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<ListQueriesCommandOutput>;
330
+ export declare const deserializeAws_json1_1ListTagsCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<ListTagsCommandOutput>;
334
+ export declare const deserializeAws_json1_1ListTrailsCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListTrailsCommandOutput>;
338
+ export declare const deserializeAws_json1_1LookupEventsCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<LookupEventsCommandOutput>;
342
+ export declare const deserializeAws_json1_1PutEventSelectorsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<PutEventSelectorsCommandOutput>;
346
+ export declare const deserializeAws_json1_1PutInsightSelectorsCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<PutInsightSelectorsCommandOutput>;
350
+ export declare const deserializeAws_json1_1RemoveTagsCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<RemoveTagsCommandOutput>;
354
+ export declare const deserializeAws_json1_1RestoreEventDataStoreCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<RestoreEventDataStoreCommandOutput>;
358
+ export declare const deserializeAws_json1_1StartLoggingCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<StartLoggingCommandOutput>;
362
+ export declare const deserializeAws_json1_1StartQueryCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<StartQueryCommandOutput>;
366
+ export declare const deserializeAws_json1_1StopLoggingCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<StopLoggingCommandOutput>;
370
+ export declare const deserializeAws_json1_1UpdateEventDataStoreCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<UpdateEventDataStoreCommandOutput>;
374
+ export declare const deserializeAws_json1_1UpdateTrailCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<UpdateTrailCommandOutput>;
@@ -1,38 +1,65 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { CloudTrailClientConfig } from "./CloudTrailClient";
3
-
4
- export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { CloudTrailClientConfig } from "./CloudTrailClient";
3
+ export declare const getRuntimeConfig: (config: CloudTrailClientConfig) => {
4
+ runtime: string;
5
+ defaultsMode: import("@aws-sdk/types").Provider<
6
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
+ >;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: (
12
+ input: any
13
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
14
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
15
+ import("@aws-sdk/types").UserAgent
16
+ >;
17
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
18
+ region: string | import("@aws-sdk/types").Provider<any>;
19
+ requestHandler:
20
+ | (import("@aws-sdk/types").RequestHandler<
21
+ any,
22
+ any,
23
+ import("@aws-sdk/types").HttpHandlerOptions
24
+ > &
25
+ import("@aws-sdk/protocol-http").HttpHandler)
26
+ | RequestHandler;
27
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
28
+ sha256: import("@aws-sdk/types").HashConstructor;
29
+ streamCollector: import("@aws-sdk/types").StreamCollector;
30
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
31
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ utf8Decoder: import("@aws-sdk/types").Decoder;
33
+ utf8Encoder: import("@aws-sdk/types").Encoder;
34
+ apiVersion: string;
35
+ urlParser: import("@aws-sdk/types").UrlParser;
36
+ disableHostPrefix: boolean;
37
+ logger: import("@aws-sdk/types").Logger;
38
+ serviceId: string;
39
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
+ endpoint?:
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | undefined;
45
+ tls?: boolean | undefined;
46
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
+ credentials?:
48
+ | import("@aws-sdk/types").Credentials
49
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
50
+ | undefined;
51
+ signer?:
52
+ | import("@aws-sdk/types").RequestSigner
53
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
54
+ | undefined;
55
+ signingEscapePath?: boolean | undefined;
56
+ systemClockOffset?: number | undefined;
57
+ signingRegion?: string | undefined;
58
+ signerConstructor?:
59
+ | (new (
60
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
61
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
62
+ ) => import("@aws-sdk/types").RequestSigner)
63
+ | undefined;
64
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
65
+ };