@aws-sdk/client-cloudtrail 3.957.0 → 3.958.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 +1 -66
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1042 -1243
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1048 -1245
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript CloudTrail Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>CloudTrail</fullname>
|
|
10
|
-
|
|
11
10
|
<p>This is the CloudTrail API Reference. It provides descriptions of actions, data
|
|
12
11
|
types, common parameters, and common errors for CloudTrail.</p>
|
|
13
12
|
<p>CloudTrail is a web service that records Amazon Web Services API calls for your
|
|
@@ -25,10 +24,8 @@ Amazon Web Services SDKs, including how to download and install them, see <a hre
|
|
|
25
24
|
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
25
|
|
|
27
26
|
## Installing
|
|
28
|
-
|
|
29
27
|
To install this package, simply type add or install @aws-sdk/client-cloudtrail
|
|
30
28
|
using your favorite package manager:
|
|
31
|
-
|
|
32
29
|
- `npm install @aws-sdk/client-cloudtrail`
|
|
33
30
|
- `yarn add @aws-sdk/client-cloudtrail`
|
|
34
31
|
- `pnpm add @aws-sdk/client-cloudtrail`
|
|
@@ -64,9 +61,7 @@ To send a request, you:
|
|
|
64
61
|
// a client can be shared by different commands.
|
|
65
62
|
const client = new CloudTrailClient({ region: "REGION" });
|
|
66
63
|
|
|
67
|
-
const params = {
|
|
68
|
-
/** input parameters */
|
|
69
|
-
};
|
|
64
|
+
const params = { /** input parameters */ };
|
|
70
65
|
const command = new ListImportsCommand(params);
|
|
71
66
|
```
|
|
72
67
|
|
|
@@ -225,7 +220,6 @@ AddTags
|
|
|
225
220
|
</summary>
|
|
226
221
|
|
|
227
222
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/AddTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/AddTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/AddTagsCommandOutput/)
|
|
228
|
-
|
|
229
223
|
</details>
|
|
230
224
|
<details>
|
|
231
225
|
<summary>
|
|
@@ -233,7 +227,6 @@ CancelQuery
|
|
|
233
227
|
</summary>
|
|
234
228
|
|
|
235
229
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/CancelQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CancelQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CancelQueryCommandOutput/)
|
|
236
|
-
|
|
237
230
|
</details>
|
|
238
231
|
<details>
|
|
239
232
|
<summary>
|
|
@@ -241,7 +234,6 @@ CreateChannel
|
|
|
241
234
|
</summary>
|
|
242
235
|
|
|
243
236
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/CreateChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateChannelCommandOutput/)
|
|
244
|
-
|
|
245
237
|
</details>
|
|
246
238
|
<details>
|
|
247
239
|
<summary>
|
|
@@ -249,7 +241,6 @@ CreateDashboard
|
|
|
249
241
|
</summary>
|
|
250
242
|
|
|
251
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/CreateDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateDashboardCommandOutput/)
|
|
252
|
-
|
|
253
244
|
</details>
|
|
254
245
|
<details>
|
|
255
246
|
<summary>
|
|
@@ -257,7 +248,6 @@ CreateEventDataStore
|
|
|
257
248
|
</summary>
|
|
258
249
|
|
|
259
250
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/CreateEventDataStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateEventDataStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateEventDataStoreCommandOutput/)
|
|
260
|
-
|
|
261
251
|
</details>
|
|
262
252
|
<details>
|
|
263
253
|
<summary>
|
|
@@ -265,7 +255,6 @@ CreateTrail
|
|
|
265
255
|
</summary>
|
|
266
256
|
|
|
267
257
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/CreateTrailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateTrailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/CreateTrailCommandOutput/)
|
|
268
|
-
|
|
269
258
|
</details>
|
|
270
259
|
<details>
|
|
271
260
|
<summary>
|
|
@@ -273,7 +262,6 @@ DeleteChannel
|
|
|
273
262
|
</summary>
|
|
274
263
|
|
|
275
264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DeleteChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteChannelCommandOutput/)
|
|
276
|
-
|
|
277
265
|
</details>
|
|
278
266
|
<details>
|
|
279
267
|
<summary>
|
|
@@ -281,7 +269,6 @@ DeleteDashboard
|
|
|
281
269
|
</summary>
|
|
282
270
|
|
|
283
271
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DeleteDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteDashboardCommandOutput/)
|
|
284
|
-
|
|
285
272
|
</details>
|
|
286
273
|
<details>
|
|
287
274
|
<summary>
|
|
@@ -289,7 +276,6 @@ DeleteEventDataStore
|
|
|
289
276
|
</summary>
|
|
290
277
|
|
|
291
278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DeleteEventDataStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteEventDataStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteEventDataStoreCommandOutput/)
|
|
292
|
-
|
|
293
279
|
</details>
|
|
294
280
|
<details>
|
|
295
281
|
<summary>
|
|
@@ -297,7 +283,6 @@ DeleteResourcePolicy
|
|
|
297
283
|
</summary>
|
|
298
284
|
|
|
299
285
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DeleteResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteResourcePolicyCommandOutput/)
|
|
300
|
-
|
|
301
286
|
</details>
|
|
302
287
|
<details>
|
|
303
288
|
<summary>
|
|
@@ -305,7 +290,6 @@ DeleteTrail
|
|
|
305
290
|
</summary>
|
|
306
291
|
|
|
307
292
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DeleteTrailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteTrailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeleteTrailCommandOutput/)
|
|
308
|
-
|
|
309
293
|
</details>
|
|
310
294
|
<details>
|
|
311
295
|
<summary>
|
|
@@ -313,7 +297,6 @@ DeregisterOrganizationDelegatedAdmin
|
|
|
313
297
|
</summary>
|
|
314
298
|
|
|
315
299
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DeregisterOrganizationDelegatedAdminCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeregisterOrganizationDelegatedAdminCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DeregisterOrganizationDelegatedAdminCommandOutput/)
|
|
316
|
-
|
|
317
300
|
</details>
|
|
318
301
|
<details>
|
|
319
302
|
<summary>
|
|
@@ -321,7 +304,6 @@ DescribeQuery
|
|
|
321
304
|
</summary>
|
|
322
305
|
|
|
323
306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DescribeQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DescribeQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DescribeQueryCommandOutput/)
|
|
324
|
-
|
|
325
307
|
</details>
|
|
326
308
|
<details>
|
|
327
309
|
<summary>
|
|
@@ -329,7 +311,6 @@ DescribeTrails
|
|
|
329
311
|
</summary>
|
|
330
312
|
|
|
331
313
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DescribeTrailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DescribeTrailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DescribeTrailsCommandOutput/)
|
|
332
|
-
|
|
333
314
|
</details>
|
|
334
315
|
<details>
|
|
335
316
|
<summary>
|
|
@@ -337,7 +318,6 @@ DisableFederation
|
|
|
337
318
|
</summary>
|
|
338
319
|
|
|
339
320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/DisableFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DisableFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/DisableFederationCommandOutput/)
|
|
340
|
-
|
|
341
321
|
</details>
|
|
342
322
|
<details>
|
|
343
323
|
<summary>
|
|
@@ -345,7 +325,6 @@ EnableFederation
|
|
|
345
325
|
</summary>
|
|
346
326
|
|
|
347
327
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/EnableFederationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/EnableFederationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/EnableFederationCommandOutput/)
|
|
348
|
-
|
|
349
328
|
</details>
|
|
350
329
|
<details>
|
|
351
330
|
<summary>
|
|
@@ -353,7 +332,6 @@ GenerateQuery
|
|
|
353
332
|
</summary>
|
|
354
333
|
|
|
355
334
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GenerateQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GenerateQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GenerateQueryCommandOutput/)
|
|
356
|
-
|
|
357
335
|
</details>
|
|
358
336
|
<details>
|
|
359
337
|
<summary>
|
|
@@ -361,7 +339,6 @@ GetChannel
|
|
|
361
339
|
</summary>
|
|
362
340
|
|
|
363
341
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetChannelCommandOutput/)
|
|
364
|
-
|
|
365
342
|
</details>
|
|
366
343
|
<details>
|
|
367
344
|
<summary>
|
|
@@ -369,7 +346,6 @@ GetDashboard
|
|
|
369
346
|
</summary>
|
|
370
347
|
|
|
371
348
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetDashboardCommandOutput/)
|
|
372
|
-
|
|
373
349
|
</details>
|
|
374
350
|
<details>
|
|
375
351
|
<summary>
|
|
@@ -377,7 +353,6 @@ GetEventConfiguration
|
|
|
377
353
|
</summary>
|
|
378
354
|
|
|
379
355
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetEventConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetEventConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetEventConfigurationCommandOutput/)
|
|
380
|
-
|
|
381
356
|
</details>
|
|
382
357
|
<details>
|
|
383
358
|
<summary>
|
|
@@ -385,7 +360,6 @@ GetEventDataStore
|
|
|
385
360
|
</summary>
|
|
386
361
|
|
|
387
362
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetEventDataStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetEventDataStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetEventDataStoreCommandOutput/)
|
|
388
|
-
|
|
389
363
|
</details>
|
|
390
364
|
<details>
|
|
391
365
|
<summary>
|
|
@@ -393,7 +367,6 @@ GetEventSelectors
|
|
|
393
367
|
</summary>
|
|
394
368
|
|
|
395
369
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetEventSelectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetEventSelectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetEventSelectorsCommandOutput/)
|
|
396
|
-
|
|
397
370
|
</details>
|
|
398
371
|
<details>
|
|
399
372
|
<summary>
|
|
@@ -401,7 +374,6 @@ GetImport
|
|
|
401
374
|
</summary>
|
|
402
375
|
|
|
403
376
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetImportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetImportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetImportCommandOutput/)
|
|
404
|
-
|
|
405
377
|
</details>
|
|
406
378
|
<details>
|
|
407
379
|
<summary>
|
|
@@ -409,7 +381,6 @@ GetInsightSelectors
|
|
|
409
381
|
</summary>
|
|
410
382
|
|
|
411
383
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetInsightSelectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetInsightSelectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetInsightSelectorsCommandOutput/)
|
|
412
|
-
|
|
413
384
|
</details>
|
|
414
385
|
<details>
|
|
415
386
|
<summary>
|
|
@@ -417,7 +388,6 @@ GetQueryResults
|
|
|
417
388
|
</summary>
|
|
418
389
|
|
|
419
390
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetQueryResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetQueryResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetQueryResultsCommandOutput/)
|
|
420
|
-
|
|
421
391
|
</details>
|
|
422
392
|
<details>
|
|
423
393
|
<summary>
|
|
@@ -425,7 +395,6 @@ GetResourcePolicy
|
|
|
425
395
|
</summary>
|
|
426
396
|
|
|
427
397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetResourcePolicyCommandOutput/)
|
|
428
|
-
|
|
429
398
|
</details>
|
|
430
399
|
<details>
|
|
431
400
|
<summary>
|
|
@@ -433,7 +402,6 @@ GetTrail
|
|
|
433
402
|
</summary>
|
|
434
403
|
|
|
435
404
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetTrailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetTrailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetTrailCommandOutput/)
|
|
436
|
-
|
|
437
405
|
</details>
|
|
438
406
|
<details>
|
|
439
407
|
<summary>
|
|
@@ -441,7 +409,6 @@ GetTrailStatus
|
|
|
441
409
|
</summary>
|
|
442
410
|
|
|
443
411
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/GetTrailStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetTrailStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/GetTrailStatusCommandOutput/)
|
|
444
|
-
|
|
445
412
|
</details>
|
|
446
413
|
<details>
|
|
447
414
|
<summary>
|
|
@@ -449,7 +416,6 @@ ListChannels
|
|
|
449
416
|
</summary>
|
|
450
417
|
|
|
451
418
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListChannelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListChannelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListChannelsCommandOutput/)
|
|
452
|
-
|
|
453
419
|
</details>
|
|
454
420
|
<details>
|
|
455
421
|
<summary>
|
|
@@ -457,7 +423,6 @@ ListDashboards
|
|
|
457
423
|
</summary>
|
|
458
424
|
|
|
459
425
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListDashboardsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListDashboardsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListDashboardsCommandOutput/)
|
|
460
|
-
|
|
461
426
|
</details>
|
|
462
427
|
<details>
|
|
463
428
|
<summary>
|
|
@@ -465,7 +430,6 @@ ListEventDataStores
|
|
|
465
430
|
</summary>
|
|
466
431
|
|
|
467
432
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListEventDataStoresCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListEventDataStoresCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListEventDataStoresCommandOutput/)
|
|
468
|
-
|
|
469
433
|
</details>
|
|
470
434
|
<details>
|
|
471
435
|
<summary>
|
|
@@ -473,7 +437,6 @@ ListImportFailures
|
|
|
473
437
|
</summary>
|
|
474
438
|
|
|
475
439
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListImportFailuresCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListImportFailuresCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListImportFailuresCommandOutput/)
|
|
476
|
-
|
|
477
440
|
</details>
|
|
478
441
|
<details>
|
|
479
442
|
<summary>
|
|
@@ -481,7 +444,6 @@ ListImports
|
|
|
481
444
|
</summary>
|
|
482
445
|
|
|
483
446
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListImportsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListImportsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListImportsCommandOutput/)
|
|
484
|
-
|
|
485
447
|
</details>
|
|
486
448
|
<details>
|
|
487
449
|
<summary>
|
|
@@ -489,7 +451,6 @@ ListInsightsData
|
|
|
489
451
|
</summary>
|
|
490
452
|
|
|
491
453
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListInsightsDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListInsightsDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListInsightsDataCommandOutput/)
|
|
492
|
-
|
|
493
454
|
</details>
|
|
494
455
|
<details>
|
|
495
456
|
<summary>
|
|
@@ -497,7 +458,6 @@ ListInsightsMetricData
|
|
|
497
458
|
</summary>
|
|
498
459
|
|
|
499
460
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListInsightsMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListInsightsMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListInsightsMetricDataCommandOutput/)
|
|
500
|
-
|
|
501
461
|
</details>
|
|
502
462
|
<details>
|
|
503
463
|
<summary>
|
|
@@ -505,7 +465,6 @@ ListPublicKeys
|
|
|
505
465
|
</summary>
|
|
506
466
|
|
|
507
467
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListPublicKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListPublicKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListPublicKeysCommandOutput/)
|
|
508
|
-
|
|
509
468
|
</details>
|
|
510
469
|
<details>
|
|
511
470
|
<summary>
|
|
@@ -513,7 +472,6 @@ ListQueries
|
|
|
513
472
|
</summary>
|
|
514
473
|
|
|
515
474
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListQueriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListQueriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListQueriesCommandOutput/)
|
|
516
|
-
|
|
517
475
|
</details>
|
|
518
476
|
<details>
|
|
519
477
|
<summary>
|
|
@@ -521,7 +479,6 @@ ListTags
|
|
|
521
479
|
</summary>
|
|
522
480
|
|
|
523
481
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListTagsCommandOutput/)
|
|
524
|
-
|
|
525
482
|
</details>
|
|
526
483
|
<details>
|
|
527
484
|
<summary>
|
|
@@ -529,7 +486,6 @@ ListTrails
|
|
|
529
486
|
</summary>
|
|
530
487
|
|
|
531
488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/ListTrailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListTrailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/ListTrailsCommandOutput/)
|
|
532
|
-
|
|
533
489
|
</details>
|
|
534
490
|
<details>
|
|
535
491
|
<summary>
|
|
@@ -537,7 +493,6 @@ LookupEvents
|
|
|
537
493
|
</summary>
|
|
538
494
|
|
|
539
495
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/LookupEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/LookupEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/LookupEventsCommandOutput/)
|
|
540
|
-
|
|
541
496
|
</details>
|
|
542
497
|
<details>
|
|
543
498
|
<summary>
|
|
@@ -545,7 +500,6 @@ PutEventConfiguration
|
|
|
545
500
|
</summary>
|
|
546
501
|
|
|
547
502
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/PutEventConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutEventConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutEventConfigurationCommandOutput/)
|
|
548
|
-
|
|
549
503
|
</details>
|
|
550
504
|
<details>
|
|
551
505
|
<summary>
|
|
@@ -553,7 +507,6 @@ PutEventSelectors
|
|
|
553
507
|
</summary>
|
|
554
508
|
|
|
555
509
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/PutEventSelectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutEventSelectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutEventSelectorsCommandOutput/)
|
|
556
|
-
|
|
557
510
|
</details>
|
|
558
511
|
<details>
|
|
559
512
|
<summary>
|
|
@@ -561,7 +514,6 @@ PutInsightSelectors
|
|
|
561
514
|
</summary>
|
|
562
515
|
|
|
563
516
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/PutInsightSelectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutInsightSelectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutInsightSelectorsCommandOutput/)
|
|
564
|
-
|
|
565
517
|
</details>
|
|
566
518
|
<details>
|
|
567
519
|
<summary>
|
|
@@ -569,7 +521,6 @@ PutResourcePolicy
|
|
|
569
521
|
</summary>
|
|
570
522
|
|
|
571
523
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/PutResourcePolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutResourcePolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/PutResourcePolicyCommandOutput/)
|
|
572
|
-
|
|
573
524
|
</details>
|
|
574
525
|
<details>
|
|
575
526
|
<summary>
|
|
@@ -577,7 +528,6 @@ RegisterOrganizationDelegatedAdmin
|
|
|
577
528
|
</summary>
|
|
578
529
|
|
|
579
530
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/RegisterOrganizationDelegatedAdminCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/RegisterOrganizationDelegatedAdminCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/RegisterOrganizationDelegatedAdminCommandOutput/)
|
|
580
|
-
|
|
581
531
|
</details>
|
|
582
532
|
<details>
|
|
583
533
|
<summary>
|
|
@@ -585,7 +535,6 @@ RemoveTags
|
|
|
585
535
|
</summary>
|
|
586
536
|
|
|
587
537
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/RemoveTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/RemoveTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/RemoveTagsCommandOutput/)
|
|
588
|
-
|
|
589
538
|
</details>
|
|
590
539
|
<details>
|
|
591
540
|
<summary>
|
|
@@ -593,7 +542,6 @@ RestoreEventDataStore
|
|
|
593
542
|
</summary>
|
|
594
543
|
|
|
595
544
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/RestoreEventDataStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/RestoreEventDataStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/RestoreEventDataStoreCommandOutput/)
|
|
596
|
-
|
|
597
545
|
</details>
|
|
598
546
|
<details>
|
|
599
547
|
<summary>
|
|
@@ -601,7 +549,6 @@ SearchSampleQueries
|
|
|
601
549
|
</summary>
|
|
602
550
|
|
|
603
551
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/SearchSampleQueriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/SearchSampleQueriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/SearchSampleQueriesCommandOutput/)
|
|
604
|
-
|
|
605
552
|
</details>
|
|
606
553
|
<details>
|
|
607
554
|
<summary>
|
|
@@ -609,7 +556,6 @@ StartDashboardRefresh
|
|
|
609
556
|
</summary>
|
|
610
557
|
|
|
611
558
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StartDashboardRefreshCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartDashboardRefreshCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartDashboardRefreshCommandOutput/)
|
|
612
|
-
|
|
613
559
|
</details>
|
|
614
560
|
<details>
|
|
615
561
|
<summary>
|
|
@@ -617,7 +563,6 @@ StartEventDataStoreIngestion
|
|
|
617
563
|
</summary>
|
|
618
564
|
|
|
619
565
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StartEventDataStoreIngestionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartEventDataStoreIngestionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartEventDataStoreIngestionCommandOutput/)
|
|
620
|
-
|
|
621
566
|
</details>
|
|
622
567
|
<details>
|
|
623
568
|
<summary>
|
|
@@ -625,7 +570,6 @@ StartImport
|
|
|
625
570
|
</summary>
|
|
626
571
|
|
|
627
572
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StartImportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartImportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartImportCommandOutput/)
|
|
628
|
-
|
|
629
573
|
</details>
|
|
630
574
|
<details>
|
|
631
575
|
<summary>
|
|
@@ -633,7 +577,6 @@ StartLogging
|
|
|
633
577
|
</summary>
|
|
634
578
|
|
|
635
579
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StartLoggingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartLoggingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartLoggingCommandOutput/)
|
|
636
|
-
|
|
637
580
|
</details>
|
|
638
581
|
<details>
|
|
639
582
|
<summary>
|
|
@@ -641,7 +584,6 @@ StartQuery
|
|
|
641
584
|
</summary>
|
|
642
585
|
|
|
643
586
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StartQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StartQueryCommandOutput/)
|
|
644
|
-
|
|
645
587
|
</details>
|
|
646
588
|
<details>
|
|
647
589
|
<summary>
|
|
@@ -649,7 +591,6 @@ StopEventDataStoreIngestion
|
|
|
649
591
|
</summary>
|
|
650
592
|
|
|
651
593
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StopEventDataStoreIngestionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StopEventDataStoreIngestionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StopEventDataStoreIngestionCommandOutput/)
|
|
652
|
-
|
|
653
594
|
</details>
|
|
654
595
|
<details>
|
|
655
596
|
<summary>
|
|
@@ -657,7 +598,6 @@ StopImport
|
|
|
657
598
|
</summary>
|
|
658
599
|
|
|
659
600
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StopImportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StopImportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StopImportCommandOutput/)
|
|
660
|
-
|
|
661
601
|
</details>
|
|
662
602
|
<details>
|
|
663
603
|
<summary>
|
|
@@ -665,7 +605,6 @@ StopLogging
|
|
|
665
605
|
</summary>
|
|
666
606
|
|
|
667
607
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/StopLoggingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StopLoggingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/StopLoggingCommandOutput/)
|
|
668
|
-
|
|
669
608
|
</details>
|
|
670
609
|
<details>
|
|
671
610
|
<summary>
|
|
@@ -673,7 +612,6 @@ UpdateChannel
|
|
|
673
612
|
</summary>
|
|
674
613
|
|
|
675
614
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/UpdateChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateChannelCommandOutput/)
|
|
676
|
-
|
|
677
615
|
</details>
|
|
678
616
|
<details>
|
|
679
617
|
<summary>
|
|
@@ -681,7 +619,6 @@ UpdateDashboard
|
|
|
681
619
|
</summary>
|
|
682
620
|
|
|
683
621
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/UpdateDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateDashboardCommandOutput/)
|
|
684
|
-
|
|
685
622
|
</details>
|
|
686
623
|
<details>
|
|
687
624
|
<summary>
|
|
@@ -689,7 +626,6 @@ UpdateEventDataStore
|
|
|
689
626
|
</summary>
|
|
690
627
|
|
|
691
628
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/UpdateEventDataStoreCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateEventDataStoreCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateEventDataStoreCommandOutput/)
|
|
692
|
-
|
|
693
629
|
</details>
|
|
694
630
|
<details>
|
|
695
631
|
<summary>
|
|
@@ -697,5 +633,4 @@ UpdateTrail
|
|
|
697
633
|
</summary>
|
|
698
634
|
|
|
699
635
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudtrail/command/UpdateTrailCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateTrailCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cloudtrail/Interface/UpdateTrailCommandOutput/)
|
|
700
|
-
|
|
701
636
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultCloudTrailHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultCloudTrailHttpAuthSchemeParametersProvider = defaultCloudTrailHttpAuthSchemeParametersProvider;
|