@aws-sdk/client-cloudtrail 3.344.0 → 3.347.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/README.md +293 -0
- package/dist-cjs/CloudTrail.js +4 -0
- package/dist-cjs/commands/StartEventDataStoreIngestionCommand.js +46 -0
- package/dist-cjs/commands/StopEventDataStoreIngestionCommand.js +46 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +3 -0
- package/dist-cjs/protocols/Aws_json1_1.js +136 -2
- package/dist-es/CloudTrail.js +4 -0
- package/dist-es/commands/StartEventDataStoreIngestionCommand.js +42 -0
- package/dist-es/commands/StopEventDataStoreIngestionCommand.js +42 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +3 -0
- package/dist-es/protocols/Aws_json1_1.js +130 -0
- package/dist-types/CloudTrail.d.ts +292 -1
- package/dist-types/CloudTrailClient.d.ts +282 -3
- package/dist-types/commands/AddTagsCommand.d.ts +2 -2
- package/dist-types/commands/CreateEventDataStoreCommand.d.ts +4 -3
- package/dist-types/commands/CreateTrailCommand.d.ts +3 -3
- package/dist-types/commands/DeleteTrailCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrailsCommand.d.ts +1 -1
- package/dist-types/commands/GetEventDataStoreCommand.d.ts +1 -1
- package/dist-types/commands/GetEventSelectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetInsightSelectorsCommand.d.ts +1 -1
- package/dist-types/commands/GetTrailCommand.d.ts +1 -1
- package/dist-types/commands/GetTrailStatusCommand.d.ts +3 -3
- package/dist-types/commands/ListEventDataStoresCommand.d.ts +2 -2
- package/dist-types/commands/ListPublicKeysCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsCommand.d.ts +2 -2
- package/dist-types/commands/LookupEventsCommand.d.ts +2 -2
- package/dist-types/commands/PutEventSelectorsCommand.d.ts +4 -4
- package/dist-types/commands/PutInsightSelectorsCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/RestoreEventDataStoreCommand.d.ts +1 -1
- package/dist-types/commands/StartEventDataStoreIngestionCommand.d.ts +109 -0
- package/dist-types/commands/StartLoggingCommand.d.ts +5 -5
- package/dist-types/commands/StopEventDataStoreIngestionCommand.d.ts +109 -0
- package/dist-types/commands/StopLoggingCommand.d.ts +6 -6
- package/dist-types/commands/UpdateEventDataStoreCommand.d.ts +3 -3
- package/dist-types/commands/UpdateTrailCommand.d.ts +7 -7
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +278 -1
- package/dist-types/models/models_0.d.ts +98 -57
- package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +34 -0
- package/dist-types/ts3.4/CloudTrailClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/StartEventDataStoreIngestionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopEventDataStoreIngestionCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -23,6 +23,283 @@ Amazon Web Services SDKs, including how to download and install them, see <a hre
|
|
|
23
23
|
</note>
|
|
24
24
|
<p>See the <a href="https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-user-guide.html">CloudTrail
|
|
25
25
|
User Guide</a> for information about the data that is included with each Amazon Web Services API call listed in the log files.</p>
|
|
26
|
+
<p>
|
|
27
|
+
<b>Actions available for CloudTrail trails</b>
|
|
28
|
+
</p>
|
|
29
|
+
<p>The following actions are available for CloudTrail trails.</p>
|
|
30
|
+
<ul>
|
|
31
|
+
<li>
|
|
32
|
+
<p>
|
|
33
|
+
<a>AddTags</a>
|
|
34
|
+
</p>
|
|
35
|
+
</li>
|
|
36
|
+
<li>
|
|
37
|
+
<p>
|
|
38
|
+
<a>CreateTrail</a>
|
|
39
|
+
</p>
|
|
40
|
+
</li>
|
|
41
|
+
<li>
|
|
42
|
+
<p>
|
|
43
|
+
<a>DeleteTrail</a>
|
|
44
|
+
</p>
|
|
45
|
+
</li>
|
|
46
|
+
<li>
|
|
47
|
+
<p>
|
|
48
|
+
<a>DescribeTrails</a>
|
|
49
|
+
</p>
|
|
50
|
+
</li>
|
|
51
|
+
<li>
|
|
52
|
+
<p>
|
|
53
|
+
<a>GetEventSelectors</a>
|
|
54
|
+
</p>
|
|
55
|
+
</li>
|
|
56
|
+
<li>
|
|
57
|
+
<p>
|
|
58
|
+
<a>GetInsightSelectors</a>
|
|
59
|
+
</p>
|
|
60
|
+
</li>
|
|
61
|
+
<li>
|
|
62
|
+
<p>
|
|
63
|
+
<a>GetTrail</a>
|
|
64
|
+
</p>
|
|
65
|
+
</li>
|
|
66
|
+
<li>
|
|
67
|
+
<p>
|
|
68
|
+
<a>GetTrailStatus</a>
|
|
69
|
+
</p>
|
|
70
|
+
</li>
|
|
71
|
+
<li>
|
|
72
|
+
<p>
|
|
73
|
+
<a>ListTags</a>
|
|
74
|
+
</p>
|
|
75
|
+
</li>
|
|
76
|
+
<li>
|
|
77
|
+
<p>
|
|
78
|
+
<a>ListTrails</a>
|
|
79
|
+
</p>
|
|
80
|
+
</li>
|
|
81
|
+
<li>
|
|
82
|
+
<p>
|
|
83
|
+
<a>PutEventSelectors</a>
|
|
84
|
+
</p>
|
|
85
|
+
</li>
|
|
86
|
+
<li>
|
|
87
|
+
<p>
|
|
88
|
+
<a>PutInsightSelectors</a>
|
|
89
|
+
</p>
|
|
90
|
+
</li>
|
|
91
|
+
<li>
|
|
92
|
+
<p>
|
|
93
|
+
<a>RemoveTags</a>
|
|
94
|
+
</p>
|
|
95
|
+
</li>
|
|
96
|
+
<li>
|
|
97
|
+
<p>
|
|
98
|
+
<a>StartLogging</a>
|
|
99
|
+
</p>
|
|
100
|
+
</li>
|
|
101
|
+
<li>
|
|
102
|
+
<p>
|
|
103
|
+
<a>StopLogging</a>
|
|
104
|
+
</p>
|
|
105
|
+
</li>
|
|
106
|
+
<li>
|
|
107
|
+
<p>
|
|
108
|
+
<a>UpdateTrail</a>
|
|
109
|
+
</p>
|
|
110
|
+
</li>
|
|
111
|
+
</ul>
|
|
112
|
+
<p>
|
|
113
|
+
<b>Actions available for CloudTrail event data stores</b>
|
|
114
|
+
</p>
|
|
115
|
+
<p>The following actions are available for CloudTrail event data stores.</p>
|
|
116
|
+
<ul>
|
|
117
|
+
<li>
|
|
118
|
+
<p>
|
|
119
|
+
<a>AddTags</a>
|
|
120
|
+
</p>
|
|
121
|
+
</li>
|
|
122
|
+
<li>
|
|
123
|
+
<p>
|
|
124
|
+
<a>CancelQuery</a>
|
|
125
|
+
</p>
|
|
126
|
+
</li>
|
|
127
|
+
<li>
|
|
128
|
+
<p>
|
|
129
|
+
<a>CreateEventDataStore</a>
|
|
130
|
+
</p>
|
|
131
|
+
</li>
|
|
132
|
+
<li>
|
|
133
|
+
<p>
|
|
134
|
+
<a>DeleteEventDataStore</a>
|
|
135
|
+
</p>
|
|
136
|
+
</li>
|
|
137
|
+
<li>
|
|
138
|
+
<p>
|
|
139
|
+
<a>DescribeQuery</a>
|
|
140
|
+
</p>
|
|
141
|
+
</li>
|
|
142
|
+
<li>
|
|
143
|
+
<p>
|
|
144
|
+
<a>GetEventDataStore</a>
|
|
145
|
+
</p>
|
|
146
|
+
</li>
|
|
147
|
+
<li>
|
|
148
|
+
<p>
|
|
149
|
+
<a>GetQueryResults</a>
|
|
150
|
+
</p>
|
|
151
|
+
</li>
|
|
152
|
+
<li>
|
|
153
|
+
<p>
|
|
154
|
+
<a>ListEventDataStores</a>
|
|
155
|
+
</p>
|
|
156
|
+
</li>
|
|
157
|
+
<li>
|
|
158
|
+
<p>
|
|
159
|
+
<a>ListTags</a>
|
|
160
|
+
</p>
|
|
161
|
+
</li>
|
|
162
|
+
<li>
|
|
163
|
+
<p>
|
|
164
|
+
<a>ListQueries</a>
|
|
165
|
+
</p>
|
|
166
|
+
</li>
|
|
167
|
+
<li>
|
|
168
|
+
<p>
|
|
169
|
+
<a>RemoveTags</a>
|
|
170
|
+
</p>
|
|
171
|
+
</li>
|
|
172
|
+
<li>
|
|
173
|
+
<p>
|
|
174
|
+
<a>RestoreEventDataStore</a>
|
|
175
|
+
</p>
|
|
176
|
+
</li>
|
|
177
|
+
<li>
|
|
178
|
+
<p>
|
|
179
|
+
<a>StartEventDataStoreIngestion</a>
|
|
180
|
+
</p>
|
|
181
|
+
</li>
|
|
182
|
+
<li>
|
|
183
|
+
<p>
|
|
184
|
+
<a>StartImport</a>
|
|
185
|
+
</p>
|
|
186
|
+
<p>The following additional actions are available for imports.</p>
|
|
187
|
+
<ul>
|
|
188
|
+
<li>
|
|
189
|
+
<p>
|
|
190
|
+
<a>GetImport</a>
|
|
191
|
+
</p>
|
|
192
|
+
</li>
|
|
193
|
+
<li>
|
|
194
|
+
<p>
|
|
195
|
+
<a>ListImportFailures</a>
|
|
196
|
+
</p>
|
|
197
|
+
</li>
|
|
198
|
+
<li>
|
|
199
|
+
<p>
|
|
200
|
+
<a>ListImports</a>
|
|
201
|
+
</p>
|
|
202
|
+
</li>
|
|
203
|
+
<li>
|
|
204
|
+
<p>
|
|
205
|
+
<a>StopImport</a>
|
|
206
|
+
</p>
|
|
207
|
+
</li>
|
|
208
|
+
</ul>
|
|
209
|
+
</li>
|
|
210
|
+
<li>
|
|
211
|
+
<p>
|
|
212
|
+
<a>StartQuery</a>
|
|
213
|
+
</p>
|
|
214
|
+
</li>
|
|
215
|
+
<li>
|
|
216
|
+
<p>
|
|
217
|
+
<a>StartEventDataStoreIngestion</a>
|
|
218
|
+
</p>
|
|
219
|
+
</li>
|
|
220
|
+
<li>
|
|
221
|
+
<p>
|
|
222
|
+
<a>UpdateEventDataStore</a>
|
|
223
|
+
</p>
|
|
224
|
+
</li>
|
|
225
|
+
</ul>
|
|
226
|
+
<p>
|
|
227
|
+
<b>Actions available for CloudTrail channels</b>
|
|
228
|
+
</p>
|
|
229
|
+
<p>The following actions are available for CloudTrail channels.</p>
|
|
230
|
+
<ul>
|
|
231
|
+
<li>
|
|
232
|
+
<p>
|
|
233
|
+
<a>AddTags</a>
|
|
234
|
+
</p>
|
|
235
|
+
</li>
|
|
236
|
+
<li>
|
|
237
|
+
<p>
|
|
238
|
+
<a>CreateChannel</a>
|
|
239
|
+
</p>
|
|
240
|
+
</li>
|
|
241
|
+
<li>
|
|
242
|
+
<p>
|
|
243
|
+
<a>DeleteChannel</a>
|
|
244
|
+
</p>
|
|
245
|
+
</li>
|
|
246
|
+
<li>
|
|
247
|
+
<p>
|
|
248
|
+
<a>DeleteResourcePolicy</a>
|
|
249
|
+
</p>
|
|
250
|
+
</li>
|
|
251
|
+
<li>
|
|
252
|
+
<p>
|
|
253
|
+
<a>GetChannel</a>
|
|
254
|
+
</p>
|
|
255
|
+
</li>
|
|
256
|
+
<li>
|
|
257
|
+
<p>
|
|
258
|
+
<a>GetResourcePolicy</a>
|
|
259
|
+
</p>
|
|
260
|
+
</li>
|
|
261
|
+
<li>
|
|
262
|
+
<p>
|
|
263
|
+
<a>ListChannels</a>
|
|
264
|
+
</p>
|
|
265
|
+
</li>
|
|
266
|
+
<li>
|
|
267
|
+
<p>
|
|
268
|
+
<a>ListTags</a>
|
|
269
|
+
</p>
|
|
270
|
+
</li>
|
|
271
|
+
<li>
|
|
272
|
+
<p>
|
|
273
|
+
<a>PutResourcePolicy</a>
|
|
274
|
+
</p>
|
|
275
|
+
</li>
|
|
276
|
+
<li>
|
|
277
|
+
<p>
|
|
278
|
+
<a>RemoveTags</a>
|
|
279
|
+
</p>
|
|
280
|
+
</li>
|
|
281
|
+
<li>
|
|
282
|
+
<p>
|
|
283
|
+
<a>UpdateChannel</a>
|
|
284
|
+
</p>
|
|
285
|
+
</li>
|
|
286
|
+
</ul>
|
|
287
|
+
<p>
|
|
288
|
+
<b>Actions available for managing delegated administrators</b>
|
|
289
|
+
</p>
|
|
290
|
+
<p>The following actions are available for adding or a removing a delegated administrator to manage an Organizations organization’s CloudTrail resources.</p>
|
|
291
|
+
<ul>
|
|
292
|
+
<li>
|
|
293
|
+
<p>
|
|
294
|
+
<a>DeregisterOrganizationDelegatedAdmin</a>
|
|
295
|
+
</p>
|
|
296
|
+
</li>
|
|
297
|
+
<li>
|
|
298
|
+
<p>
|
|
299
|
+
<a>RegisterOrganizationDelegatedAdmin</a>
|
|
300
|
+
</p>
|
|
301
|
+
</li>
|
|
302
|
+
</ul>
|
|
26
303
|
|
|
27
304
|
## Installing
|
|
28
305
|
|
|
@@ -506,6 +783,14 @@ RestoreEventDataStore
|
|
|
506
783
|
|
|
507
784
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/classes/restoreeventdatastorecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/restoreeventdatastorecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/restoreeventdatastorecommandoutput.html)
|
|
508
785
|
|
|
786
|
+
</details>
|
|
787
|
+
<details>
|
|
788
|
+
<summary>
|
|
789
|
+
StartEventDataStoreIngestion
|
|
790
|
+
</summary>
|
|
791
|
+
|
|
792
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/classes/starteventdatastoreingestioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/starteventdatastoreingestioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/starteventdatastoreingestioncommandoutput.html)
|
|
793
|
+
|
|
509
794
|
</details>
|
|
510
795
|
<details>
|
|
511
796
|
<summary>
|
|
@@ -530,6 +815,14 @@ StartQuery
|
|
|
530
815
|
|
|
531
816
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/classes/startquerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/startquerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/startquerycommandoutput.html)
|
|
532
817
|
|
|
818
|
+
</details>
|
|
819
|
+
<details>
|
|
820
|
+
<summary>
|
|
821
|
+
StopEventDataStoreIngestion
|
|
822
|
+
</summary>
|
|
823
|
+
|
|
824
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/classes/stopeventdatastoreingestioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/stopeventdatastoreingestioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudtrail/interfaces/stopeventdatastoreingestioncommandoutput.html)
|
|
825
|
+
|
|
533
826
|
</details>
|
|
534
827
|
<details>
|
|
535
828
|
<summary>
|
package/dist-cjs/CloudTrail.js
CHANGED
|
@@ -39,9 +39,11 @@ const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand"
|
|
|
39
39
|
const RegisterOrganizationDelegatedAdminCommand_1 = require("./commands/RegisterOrganizationDelegatedAdminCommand");
|
|
40
40
|
const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
|
|
41
41
|
const RestoreEventDataStoreCommand_1 = require("./commands/RestoreEventDataStoreCommand");
|
|
42
|
+
const StartEventDataStoreIngestionCommand_1 = require("./commands/StartEventDataStoreIngestionCommand");
|
|
42
43
|
const StartImportCommand_1 = require("./commands/StartImportCommand");
|
|
43
44
|
const StartLoggingCommand_1 = require("./commands/StartLoggingCommand");
|
|
44
45
|
const StartQueryCommand_1 = require("./commands/StartQueryCommand");
|
|
46
|
+
const StopEventDataStoreIngestionCommand_1 = require("./commands/StopEventDataStoreIngestionCommand");
|
|
45
47
|
const StopImportCommand_1 = require("./commands/StopImportCommand");
|
|
46
48
|
const StopLoggingCommand_1 = require("./commands/StopLoggingCommand");
|
|
47
49
|
const UpdateChannelCommand_1 = require("./commands/UpdateChannelCommand");
|
|
@@ -84,9 +86,11 @@ const commands = {
|
|
|
84
86
|
RegisterOrganizationDelegatedAdminCommand: RegisterOrganizationDelegatedAdminCommand_1.RegisterOrganizationDelegatedAdminCommand,
|
|
85
87
|
RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
|
|
86
88
|
RestoreEventDataStoreCommand: RestoreEventDataStoreCommand_1.RestoreEventDataStoreCommand,
|
|
89
|
+
StartEventDataStoreIngestionCommand: StartEventDataStoreIngestionCommand_1.StartEventDataStoreIngestionCommand,
|
|
87
90
|
StartImportCommand: StartImportCommand_1.StartImportCommand,
|
|
88
91
|
StartLoggingCommand: StartLoggingCommand_1.StartLoggingCommand,
|
|
89
92
|
StartQueryCommand: StartQueryCommand_1.StartQueryCommand,
|
|
93
|
+
StopEventDataStoreIngestionCommand: StopEventDataStoreIngestionCommand_1.StopEventDataStoreIngestionCommand,
|
|
90
94
|
StopImportCommand: StopImportCommand_1.StopImportCommand,
|
|
91
95
|
StopLoggingCommand: StopLoggingCommand_1.StopLoggingCommand,
|
|
92
96
|
UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartEventDataStoreIngestionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StartEventDataStoreIngestionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartEventDataStoreIngestionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CloudTrailClient";
|
|
28
|
+
const commandName = "StartEventDataStoreIngestionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StartEventDataStoreIngestionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StartEventDataStoreIngestionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StartEventDataStoreIngestionCommand = StartEventDataStoreIngestionCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StopEventDataStoreIngestionCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class StopEventDataStoreIngestionCommand extends smithy_client_1.Command {
|
|
10
|
+
static getEndpointParameterInstructions() {
|
|
11
|
+
return {
|
|
12
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
13
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
14
|
+
Region: { type: "builtInParams", name: "region" },
|
|
15
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
constructor(input) {
|
|
19
|
+
super();
|
|
20
|
+
this.input = input;
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StopEventDataStoreIngestionCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "CloudTrailClient";
|
|
28
|
+
const commandName = "StopEventDataStoreIngestionCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: (_) => _,
|
|
34
|
+
outputFilterSensitiveLog: (_) => _,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.se_StopEventDataStoreIngestionCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.de_StopEventDataStoreIngestionCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.StopEventDataStoreIngestionCommand = StopEventDataStoreIngestionCommand;
|
|
@@ -37,9 +37,11 @@ tslib_1.__exportStar(require("./PutResourcePolicyCommand"), exports);
|
|
|
37
37
|
tslib_1.__exportStar(require("./RegisterOrganizationDelegatedAdminCommand"), exports);
|
|
38
38
|
tslib_1.__exportStar(require("./RemoveTagsCommand"), exports);
|
|
39
39
|
tslib_1.__exportStar(require("./RestoreEventDataStoreCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./StartEventDataStoreIngestionCommand"), exports);
|
|
40
41
|
tslib_1.__exportStar(require("./StartImportCommand"), exports);
|
|
41
42
|
tslib_1.__exportStar(require("./StartLoggingCommand"), exports);
|
|
42
43
|
tslib_1.__exportStar(require("./StartQueryCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./StopEventDataStoreIngestionCommand"), exports);
|
|
43
45
|
tslib_1.__exportStar(require("./StopImportCommand"), exports);
|
|
44
46
|
tslib_1.__exportStar(require("./StopLoggingCommand"), exports);
|
|
45
47
|
tslib_1.__exportStar(require("./UpdateChannelCommand"), exports);
|
|
@@ -439,6 +439,9 @@ exports.EventDataStoreStatus = {
|
|
|
439
439
|
CREATED: "CREATED",
|
|
440
440
|
ENABLED: "ENABLED",
|
|
441
441
|
PENDING_DELETION: "PENDING_DELETION",
|
|
442
|
+
STARTING_INGESTION: "STARTING_INGESTION",
|
|
443
|
+
STOPPED_INGESTION: "STOPPED_INGESTION",
|
|
444
|
+
STOPPING_INGESTION: "STOPPING_INGESTION",
|
|
442
445
|
};
|
|
443
446
|
class EventDataStoreAlreadyExistsException extends CloudTrailServiceException_1.CloudTrailServiceException {
|
|
444
447
|
constructor(opts) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.de_UpdateTrailCommand = exports.de_UpdateEventDataStoreCommand = exports.de_UpdateChannelCommand = exports.de_StopLoggingCommand = exports.de_StopImportCommand = exports.de_StartQueryCommand = exports.de_StartLoggingCommand = exports.de_StartImportCommand = exports.de_RestoreEventDataStoreCommand = exports.de_RemoveTagsCommand = exports.de_RegisterOrganizationDelegatedAdminCommand = exports.de_PutResourcePolicyCommand = exports.de_PutInsightSelectorsCommand = exports.de_PutEventSelectorsCommand = exports.de_LookupEventsCommand = exports.de_ListTrailsCommand = exports.de_ListTagsCommand = exports.de_ListQueriesCommand = exports.de_ListPublicKeysCommand = exports.de_ListImportsCommand = exports.de_ListImportFailuresCommand = exports.de_ListEventDataStoresCommand = exports.de_ListChannelsCommand = exports.de_GetTrailStatusCommand = exports.de_GetTrailCommand = exports.de_GetResourcePolicyCommand = exports.de_GetQueryResultsCommand = exports.de_GetInsightSelectorsCommand = exports.de_GetImportCommand = exports.de_GetEventSelectorsCommand = exports.de_GetEventDataStoreCommand = exports.de_GetChannelCommand = exports.de_DescribeTrailsCommand = exports.de_DescribeQueryCommand = exports.de_DeregisterOrganizationDelegatedAdminCommand = exports.de_DeleteTrailCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeleteEventDataStoreCommand = void 0;
|
|
3
|
+
exports.de_CreateEventDataStoreCommand = exports.de_CreateChannelCommand = exports.de_CancelQueryCommand = exports.de_AddTagsCommand = exports.se_UpdateTrailCommand = exports.se_UpdateEventDataStoreCommand = exports.se_UpdateChannelCommand = exports.se_StopLoggingCommand = exports.se_StopImportCommand = exports.se_StopEventDataStoreIngestionCommand = exports.se_StartQueryCommand = exports.se_StartLoggingCommand = exports.se_StartImportCommand = exports.se_StartEventDataStoreIngestionCommand = exports.se_RestoreEventDataStoreCommand = exports.se_RemoveTagsCommand = exports.se_RegisterOrganizationDelegatedAdminCommand = exports.se_PutResourcePolicyCommand = exports.se_PutInsightSelectorsCommand = exports.se_PutEventSelectorsCommand = exports.se_LookupEventsCommand = exports.se_ListTrailsCommand = exports.se_ListTagsCommand = exports.se_ListQueriesCommand = exports.se_ListPublicKeysCommand = exports.se_ListImportsCommand = exports.se_ListImportFailuresCommand = exports.se_ListEventDataStoresCommand = exports.se_ListChannelsCommand = exports.se_GetTrailStatusCommand = exports.se_GetTrailCommand = exports.se_GetResourcePolicyCommand = exports.se_GetQueryResultsCommand = exports.se_GetInsightSelectorsCommand = exports.se_GetImportCommand = exports.se_GetEventSelectorsCommand = exports.se_GetEventDataStoreCommand = exports.se_GetChannelCommand = exports.se_DescribeTrailsCommand = exports.se_DescribeQueryCommand = exports.se_DeregisterOrganizationDelegatedAdminCommand = exports.se_DeleteTrailCommand = exports.se_DeleteResourcePolicyCommand = exports.se_DeleteEventDataStoreCommand = exports.se_DeleteChannelCommand = exports.se_CreateTrailCommand = exports.se_CreateEventDataStoreCommand = exports.se_CreateChannelCommand = exports.se_CancelQueryCommand = exports.se_AddTagsCommand = void 0;
|
|
4
|
+
exports.de_UpdateTrailCommand = exports.de_UpdateEventDataStoreCommand = exports.de_UpdateChannelCommand = exports.de_StopLoggingCommand = exports.de_StopImportCommand = exports.de_StopEventDataStoreIngestionCommand = exports.de_StartQueryCommand = exports.de_StartLoggingCommand = exports.de_StartImportCommand = exports.de_StartEventDataStoreIngestionCommand = exports.de_RestoreEventDataStoreCommand = exports.de_RemoveTagsCommand = exports.de_RegisterOrganizationDelegatedAdminCommand = exports.de_PutResourcePolicyCommand = exports.de_PutInsightSelectorsCommand = exports.de_PutEventSelectorsCommand = exports.de_LookupEventsCommand = exports.de_ListTrailsCommand = exports.de_ListTagsCommand = exports.de_ListQueriesCommand = exports.de_ListPublicKeysCommand = exports.de_ListImportsCommand = exports.de_ListImportFailuresCommand = exports.de_ListEventDataStoresCommand = exports.de_ListChannelsCommand = exports.de_GetTrailStatusCommand = exports.de_GetTrailCommand = exports.de_GetResourcePolicyCommand = exports.de_GetQueryResultsCommand = exports.de_GetInsightSelectorsCommand = exports.de_GetImportCommand = exports.de_GetEventSelectorsCommand = exports.de_GetEventDataStoreCommand = exports.de_GetChannelCommand = exports.de_DescribeTrailsCommand = exports.de_DescribeQueryCommand = exports.de_DeregisterOrganizationDelegatedAdminCommand = exports.de_DeleteTrailCommand = exports.de_DeleteResourcePolicyCommand = exports.de_DeleteEventDataStoreCommand = exports.de_DeleteChannelCommand = exports.de_CreateTrailCommand = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const protocol_http_1 = require("@smithy/protocol-http");
|
|
7
7
|
const CloudTrailServiceException_1 = require("../models/CloudTrailServiceException");
|
|
@@ -258,6 +258,13 @@ const se_RestoreEventDataStoreCommand = async (input, context) => {
|
|
|
258
258
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
259
259
|
};
|
|
260
260
|
exports.se_RestoreEventDataStoreCommand = se_RestoreEventDataStoreCommand;
|
|
261
|
+
const se_StartEventDataStoreIngestionCommand = async (input, context) => {
|
|
262
|
+
const headers = sharedHeaders("StartEventDataStoreIngestion");
|
|
263
|
+
let body;
|
|
264
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
265
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
266
|
+
};
|
|
267
|
+
exports.se_StartEventDataStoreIngestionCommand = se_StartEventDataStoreIngestionCommand;
|
|
261
268
|
const se_StartImportCommand = async (input, context) => {
|
|
262
269
|
const headers = sharedHeaders("StartImport");
|
|
263
270
|
let body;
|
|
@@ -279,6 +286,13 @@ const se_StartQueryCommand = async (input, context) => {
|
|
|
279
286
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
280
287
|
};
|
|
281
288
|
exports.se_StartQueryCommand = se_StartQueryCommand;
|
|
289
|
+
const se_StopEventDataStoreIngestionCommand = async (input, context) => {
|
|
290
|
+
const headers = sharedHeaders("StopEventDataStoreIngestion");
|
|
291
|
+
let body;
|
|
292
|
+
body = JSON.stringify((0, smithy_client_1._json)(input));
|
|
293
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
294
|
+
};
|
|
295
|
+
exports.se_StopEventDataStoreIngestionCommand = se_StopEventDataStoreIngestionCommand;
|
|
282
296
|
const se_StopImportCommand = async (input, context) => {
|
|
283
297
|
const headers = sharedHeaders("StopImport");
|
|
284
298
|
let body;
|
|
@@ -2348,6 +2362,66 @@ const de_RestoreEventDataStoreCommandError = async (output, context) => {
|
|
|
2348
2362
|
});
|
|
2349
2363
|
}
|
|
2350
2364
|
};
|
|
2365
|
+
const de_StartEventDataStoreIngestionCommand = async (output, context) => {
|
|
2366
|
+
if (output.statusCode >= 300) {
|
|
2367
|
+
return de_StartEventDataStoreIngestionCommandError(output, context);
|
|
2368
|
+
}
|
|
2369
|
+
const data = await parseBody(output.body, context);
|
|
2370
|
+
let contents = {};
|
|
2371
|
+
contents = (0, smithy_client_1._json)(data);
|
|
2372
|
+
const response = {
|
|
2373
|
+
$metadata: deserializeMetadata(output),
|
|
2374
|
+
...contents,
|
|
2375
|
+
};
|
|
2376
|
+
return response;
|
|
2377
|
+
};
|
|
2378
|
+
exports.de_StartEventDataStoreIngestionCommand = de_StartEventDataStoreIngestionCommand;
|
|
2379
|
+
const de_StartEventDataStoreIngestionCommandError = async (output, context) => {
|
|
2380
|
+
const parsedOutput = {
|
|
2381
|
+
...output,
|
|
2382
|
+
body: await parseErrorBody(output.body, context),
|
|
2383
|
+
};
|
|
2384
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2385
|
+
switch (errorCode) {
|
|
2386
|
+
case "EventDataStoreARNInvalidException":
|
|
2387
|
+
case "com.amazonaws.cloudtrail#EventDataStoreARNInvalidException":
|
|
2388
|
+
throw await de_EventDataStoreARNInvalidExceptionRes(parsedOutput, context);
|
|
2389
|
+
case "EventDataStoreNotFoundException":
|
|
2390
|
+
case "com.amazonaws.cloudtrail#EventDataStoreNotFoundException":
|
|
2391
|
+
throw await de_EventDataStoreNotFoundExceptionRes(parsedOutput, context);
|
|
2392
|
+
case "InsufficientDependencyServiceAccessPermissionException":
|
|
2393
|
+
case "com.amazonaws.cloudtrail#InsufficientDependencyServiceAccessPermissionException":
|
|
2394
|
+
throw await de_InsufficientDependencyServiceAccessPermissionExceptionRes(parsedOutput, context);
|
|
2395
|
+
case "InvalidEventDataStoreCategoryException":
|
|
2396
|
+
case "com.amazonaws.cloudtrail#InvalidEventDataStoreCategoryException":
|
|
2397
|
+
throw await de_InvalidEventDataStoreCategoryExceptionRes(parsedOutput, context);
|
|
2398
|
+
case "InvalidEventDataStoreStatusException":
|
|
2399
|
+
case "com.amazonaws.cloudtrail#InvalidEventDataStoreStatusException":
|
|
2400
|
+
throw await de_InvalidEventDataStoreStatusExceptionRes(parsedOutput, context);
|
|
2401
|
+
case "InvalidParameterException":
|
|
2402
|
+
case "com.amazonaws.cloudtrail#InvalidParameterException":
|
|
2403
|
+
throw await de_InvalidParameterExceptionRes(parsedOutput, context);
|
|
2404
|
+
case "NoManagementAccountSLRExistsException":
|
|
2405
|
+
case "com.amazonaws.cloudtrail#NoManagementAccountSLRExistsException":
|
|
2406
|
+
throw await de_NoManagementAccountSLRExistsExceptionRes(parsedOutput, context);
|
|
2407
|
+
case "NotOrganizationMasterAccountException":
|
|
2408
|
+
case "com.amazonaws.cloudtrail#NotOrganizationMasterAccountException":
|
|
2409
|
+
throw await de_NotOrganizationMasterAccountExceptionRes(parsedOutput, context);
|
|
2410
|
+
case "OperationNotPermittedException":
|
|
2411
|
+
case "com.amazonaws.cloudtrail#OperationNotPermittedException":
|
|
2412
|
+
throw await de_OperationNotPermittedExceptionRes(parsedOutput, context);
|
|
2413
|
+
case "UnsupportedOperationException":
|
|
2414
|
+
case "com.amazonaws.cloudtrail#UnsupportedOperationException":
|
|
2415
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
2416
|
+
default:
|
|
2417
|
+
const parsedBody = parsedOutput.body;
|
|
2418
|
+
return throwDefaultError({
|
|
2419
|
+
output,
|
|
2420
|
+
parsedBody,
|
|
2421
|
+
errorCode,
|
|
2422
|
+
});
|
|
2423
|
+
}
|
|
2424
|
+
};
|
|
2351
2425
|
const de_StartImportCommand = async (output, context) => {
|
|
2352
2426
|
if (output.statusCode >= 300) {
|
|
2353
2427
|
return de_StartImportCommandError(output, context);
|
|
@@ -2546,6 +2620,66 @@ const de_StartQueryCommandError = async (output, context) => {
|
|
|
2546
2620
|
});
|
|
2547
2621
|
}
|
|
2548
2622
|
};
|
|
2623
|
+
const de_StopEventDataStoreIngestionCommand = async (output, context) => {
|
|
2624
|
+
if (output.statusCode >= 300) {
|
|
2625
|
+
return de_StopEventDataStoreIngestionCommandError(output, context);
|
|
2626
|
+
}
|
|
2627
|
+
const data = await parseBody(output.body, context);
|
|
2628
|
+
let contents = {};
|
|
2629
|
+
contents = (0, smithy_client_1._json)(data);
|
|
2630
|
+
const response = {
|
|
2631
|
+
$metadata: deserializeMetadata(output),
|
|
2632
|
+
...contents,
|
|
2633
|
+
};
|
|
2634
|
+
return response;
|
|
2635
|
+
};
|
|
2636
|
+
exports.de_StopEventDataStoreIngestionCommand = de_StopEventDataStoreIngestionCommand;
|
|
2637
|
+
const de_StopEventDataStoreIngestionCommandError = async (output, context) => {
|
|
2638
|
+
const parsedOutput = {
|
|
2639
|
+
...output,
|
|
2640
|
+
body: await parseErrorBody(output.body, context),
|
|
2641
|
+
};
|
|
2642
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2643
|
+
switch (errorCode) {
|
|
2644
|
+
case "EventDataStoreARNInvalidException":
|
|
2645
|
+
case "com.amazonaws.cloudtrail#EventDataStoreARNInvalidException":
|
|
2646
|
+
throw await de_EventDataStoreARNInvalidExceptionRes(parsedOutput, context);
|
|
2647
|
+
case "EventDataStoreNotFoundException":
|
|
2648
|
+
case "com.amazonaws.cloudtrail#EventDataStoreNotFoundException":
|
|
2649
|
+
throw await de_EventDataStoreNotFoundExceptionRes(parsedOutput, context);
|
|
2650
|
+
case "InsufficientDependencyServiceAccessPermissionException":
|
|
2651
|
+
case "com.amazonaws.cloudtrail#InsufficientDependencyServiceAccessPermissionException":
|
|
2652
|
+
throw await de_InsufficientDependencyServiceAccessPermissionExceptionRes(parsedOutput, context);
|
|
2653
|
+
case "InvalidEventDataStoreCategoryException":
|
|
2654
|
+
case "com.amazonaws.cloudtrail#InvalidEventDataStoreCategoryException":
|
|
2655
|
+
throw await de_InvalidEventDataStoreCategoryExceptionRes(parsedOutput, context);
|
|
2656
|
+
case "InvalidEventDataStoreStatusException":
|
|
2657
|
+
case "com.amazonaws.cloudtrail#InvalidEventDataStoreStatusException":
|
|
2658
|
+
throw await de_InvalidEventDataStoreStatusExceptionRes(parsedOutput, context);
|
|
2659
|
+
case "InvalidParameterException":
|
|
2660
|
+
case "com.amazonaws.cloudtrail#InvalidParameterException":
|
|
2661
|
+
throw await de_InvalidParameterExceptionRes(parsedOutput, context);
|
|
2662
|
+
case "NoManagementAccountSLRExistsException":
|
|
2663
|
+
case "com.amazonaws.cloudtrail#NoManagementAccountSLRExistsException":
|
|
2664
|
+
throw await de_NoManagementAccountSLRExistsExceptionRes(parsedOutput, context);
|
|
2665
|
+
case "NotOrganizationMasterAccountException":
|
|
2666
|
+
case "com.amazonaws.cloudtrail#NotOrganizationMasterAccountException":
|
|
2667
|
+
throw await de_NotOrganizationMasterAccountExceptionRes(parsedOutput, context);
|
|
2668
|
+
case "OperationNotPermittedException":
|
|
2669
|
+
case "com.amazonaws.cloudtrail#OperationNotPermittedException":
|
|
2670
|
+
throw await de_OperationNotPermittedExceptionRes(parsedOutput, context);
|
|
2671
|
+
case "UnsupportedOperationException":
|
|
2672
|
+
case "com.amazonaws.cloudtrail#UnsupportedOperationException":
|
|
2673
|
+
throw await de_UnsupportedOperationExceptionRes(parsedOutput, context);
|
|
2674
|
+
default:
|
|
2675
|
+
const parsedBody = parsedOutput.body;
|
|
2676
|
+
return throwDefaultError({
|
|
2677
|
+
output,
|
|
2678
|
+
parsedBody,
|
|
2679
|
+
errorCode,
|
|
2680
|
+
});
|
|
2681
|
+
}
|
|
2682
|
+
};
|
|
2549
2683
|
const de_StopImportCommand = async (output, context) => {
|
|
2550
2684
|
if (output.statusCode >= 300) {
|
|
2551
2685
|
return de_StopImportCommandError(output, context);
|
package/dist-es/CloudTrail.js
CHANGED
|
@@ -36,9 +36,11 @@ import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
|
36
36
|
import { RegisterOrganizationDelegatedAdminCommand, } from "./commands/RegisterOrganizationDelegatedAdminCommand";
|
|
37
37
|
import { RemoveTagsCommand } from "./commands/RemoveTagsCommand";
|
|
38
38
|
import { RestoreEventDataStoreCommand, } from "./commands/RestoreEventDataStoreCommand";
|
|
39
|
+
import { StartEventDataStoreIngestionCommand, } from "./commands/StartEventDataStoreIngestionCommand";
|
|
39
40
|
import { StartImportCommand } from "./commands/StartImportCommand";
|
|
40
41
|
import { StartLoggingCommand, } from "./commands/StartLoggingCommand";
|
|
41
42
|
import { StartQueryCommand } from "./commands/StartQueryCommand";
|
|
43
|
+
import { StopEventDataStoreIngestionCommand, } from "./commands/StopEventDataStoreIngestionCommand";
|
|
42
44
|
import { StopImportCommand } from "./commands/StopImportCommand";
|
|
43
45
|
import { StopLoggingCommand } from "./commands/StopLoggingCommand";
|
|
44
46
|
import { UpdateChannelCommand, } from "./commands/UpdateChannelCommand";
|
|
@@ -81,9 +83,11 @@ const commands = {
|
|
|
81
83
|
RegisterOrganizationDelegatedAdminCommand,
|
|
82
84
|
RemoveTagsCommand,
|
|
83
85
|
RestoreEventDataStoreCommand,
|
|
86
|
+
StartEventDataStoreIngestionCommand,
|
|
84
87
|
StartImportCommand,
|
|
85
88
|
StartLoggingCommand,
|
|
86
89
|
StartQueryCommand,
|
|
90
|
+
StopEventDataStoreIngestionCommand,
|
|
87
91
|
StopImportCommand,
|
|
88
92
|
StopLoggingCommand,
|
|
89
93
|
UpdateChannelCommand,
|