@aws-sdk/client-detective 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 -34
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +444 -446
- 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/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +444 -446
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -84,10 +84,8 @@ graph.</p>
|
|
|
84
84
|
</note>
|
|
85
85
|
|
|
86
86
|
## Installing
|
|
87
|
-
|
|
88
87
|
To install this package, simply type add or install @aws-sdk/client-detective
|
|
89
88
|
using your favorite package manager:
|
|
90
|
-
|
|
91
89
|
- `npm install @aws-sdk/client-detective`
|
|
92
90
|
- `yarn add @aws-sdk/client-detective`
|
|
93
91
|
- `pnpm add @aws-sdk/client-detective`
|
|
@@ -123,9 +121,7 @@ To send a request, you:
|
|
|
123
121
|
// a client can be shared by different commands.
|
|
124
122
|
const client = new DetectiveClient({ region: "REGION" });
|
|
125
123
|
|
|
126
|
-
const params = {
|
|
127
|
-
/** input parameters */
|
|
128
|
-
};
|
|
124
|
+
const params = { /** input parameters */ };
|
|
129
125
|
const command = new ListGraphsCommand(params);
|
|
130
126
|
```
|
|
131
127
|
|
|
@@ -284,7 +280,6 @@ AcceptInvitation
|
|
|
284
280
|
</summary>
|
|
285
281
|
|
|
286
282
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/AcceptInvitationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/AcceptInvitationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/AcceptInvitationCommandOutput/)
|
|
287
|
-
|
|
288
283
|
</details>
|
|
289
284
|
<details>
|
|
290
285
|
<summary>
|
|
@@ -292,7 +287,6 @@ BatchGetGraphMemberDatasources
|
|
|
292
287
|
</summary>
|
|
293
288
|
|
|
294
289
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/BatchGetGraphMemberDatasourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/BatchGetGraphMemberDatasourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/BatchGetGraphMemberDatasourcesCommandOutput/)
|
|
295
|
-
|
|
296
290
|
</details>
|
|
297
291
|
<details>
|
|
298
292
|
<summary>
|
|
@@ -300,7 +294,6 @@ BatchGetMembershipDatasources
|
|
|
300
294
|
</summary>
|
|
301
295
|
|
|
302
296
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/BatchGetMembershipDatasourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/BatchGetMembershipDatasourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/BatchGetMembershipDatasourcesCommandOutput/)
|
|
303
|
-
|
|
304
297
|
</details>
|
|
305
298
|
<details>
|
|
306
299
|
<summary>
|
|
@@ -308,7 +301,6 @@ CreateGraph
|
|
|
308
301
|
</summary>
|
|
309
302
|
|
|
310
303
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/CreateGraphCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/CreateGraphCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/CreateGraphCommandOutput/)
|
|
311
|
-
|
|
312
304
|
</details>
|
|
313
305
|
<details>
|
|
314
306
|
<summary>
|
|
@@ -316,7 +308,6 @@ CreateMembers
|
|
|
316
308
|
</summary>
|
|
317
309
|
|
|
318
310
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/CreateMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/CreateMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/CreateMembersCommandOutput/)
|
|
319
|
-
|
|
320
311
|
</details>
|
|
321
312
|
<details>
|
|
322
313
|
<summary>
|
|
@@ -324,7 +315,6 @@ DeleteGraph
|
|
|
324
315
|
</summary>
|
|
325
316
|
|
|
326
317
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/DeleteGraphCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DeleteGraphCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DeleteGraphCommandOutput/)
|
|
327
|
-
|
|
328
318
|
</details>
|
|
329
319
|
<details>
|
|
330
320
|
<summary>
|
|
@@ -332,7 +322,6 @@ DeleteMembers
|
|
|
332
322
|
</summary>
|
|
333
323
|
|
|
334
324
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/DeleteMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DeleteMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DeleteMembersCommandOutput/)
|
|
335
|
-
|
|
336
325
|
</details>
|
|
337
326
|
<details>
|
|
338
327
|
<summary>
|
|
@@ -340,7 +329,6 @@ DescribeOrganizationConfiguration
|
|
|
340
329
|
</summary>
|
|
341
330
|
|
|
342
331
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/DescribeOrganizationConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DescribeOrganizationConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DescribeOrganizationConfigurationCommandOutput/)
|
|
343
|
-
|
|
344
332
|
</details>
|
|
345
333
|
<details>
|
|
346
334
|
<summary>
|
|
@@ -348,7 +336,6 @@ DisableOrganizationAdminAccount
|
|
|
348
336
|
</summary>
|
|
349
337
|
|
|
350
338
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/DisableOrganizationAdminAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DisableOrganizationAdminAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DisableOrganizationAdminAccountCommandOutput/)
|
|
351
|
-
|
|
352
339
|
</details>
|
|
353
340
|
<details>
|
|
354
341
|
<summary>
|
|
@@ -356,7 +343,6 @@ DisassociateMembership
|
|
|
356
343
|
</summary>
|
|
357
344
|
|
|
358
345
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/DisassociateMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DisassociateMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/DisassociateMembershipCommandOutput/)
|
|
359
|
-
|
|
360
346
|
</details>
|
|
361
347
|
<details>
|
|
362
348
|
<summary>
|
|
@@ -364,7 +350,6 @@ EnableOrganizationAdminAccount
|
|
|
364
350
|
</summary>
|
|
365
351
|
|
|
366
352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/EnableOrganizationAdminAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/EnableOrganizationAdminAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/EnableOrganizationAdminAccountCommandOutput/)
|
|
367
|
-
|
|
368
353
|
</details>
|
|
369
354
|
<details>
|
|
370
355
|
<summary>
|
|
@@ -372,7 +357,6 @@ GetInvestigation
|
|
|
372
357
|
</summary>
|
|
373
358
|
|
|
374
359
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/GetInvestigationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/GetInvestigationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/GetInvestigationCommandOutput/)
|
|
375
|
-
|
|
376
360
|
</details>
|
|
377
361
|
<details>
|
|
378
362
|
<summary>
|
|
@@ -380,7 +364,6 @@ GetMembers
|
|
|
380
364
|
</summary>
|
|
381
365
|
|
|
382
366
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/GetMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/GetMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/GetMembersCommandOutput/)
|
|
383
|
-
|
|
384
367
|
</details>
|
|
385
368
|
<details>
|
|
386
369
|
<summary>
|
|
@@ -388,7 +371,6 @@ ListDatasourcePackages
|
|
|
388
371
|
</summary>
|
|
389
372
|
|
|
390
373
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListDatasourcePackagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListDatasourcePackagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListDatasourcePackagesCommandOutput/)
|
|
391
|
-
|
|
392
374
|
</details>
|
|
393
375
|
<details>
|
|
394
376
|
<summary>
|
|
@@ -396,7 +378,6 @@ ListGraphs
|
|
|
396
378
|
</summary>
|
|
397
379
|
|
|
398
380
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListGraphsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListGraphsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListGraphsCommandOutput/)
|
|
399
|
-
|
|
400
381
|
</details>
|
|
401
382
|
<details>
|
|
402
383
|
<summary>
|
|
@@ -404,7 +385,6 @@ ListIndicators
|
|
|
404
385
|
</summary>
|
|
405
386
|
|
|
406
387
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListIndicatorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListIndicatorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListIndicatorsCommandOutput/)
|
|
407
|
-
|
|
408
388
|
</details>
|
|
409
389
|
<details>
|
|
410
390
|
<summary>
|
|
@@ -412,7 +392,6 @@ ListInvestigations
|
|
|
412
392
|
</summary>
|
|
413
393
|
|
|
414
394
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListInvestigationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListInvestigationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListInvestigationsCommandOutput/)
|
|
415
|
-
|
|
416
395
|
</details>
|
|
417
396
|
<details>
|
|
418
397
|
<summary>
|
|
@@ -420,7 +399,6 @@ ListInvitations
|
|
|
420
399
|
</summary>
|
|
421
400
|
|
|
422
401
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListInvitationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListInvitationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListInvitationsCommandOutput/)
|
|
423
|
-
|
|
424
402
|
</details>
|
|
425
403
|
<details>
|
|
426
404
|
<summary>
|
|
@@ -428,7 +406,6 @@ ListMembers
|
|
|
428
406
|
</summary>
|
|
429
407
|
|
|
430
408
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListMembersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListMembersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListMembersCommandOutput/)
|
|
431
|
-
|
|
432
409
|
</details>
|
|
433
410
|
<details>
|
|
434
411
|
<summary>
|
|
@@ -436,7 +413,6 @@ ListOrganizationAdminAccounts
|
|
|
436
413
|
</summary>
|
|
437
414
|
|
|
438
415
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListOrganizationAdminAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListOrganizationAdminAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListOrganizationAdminAccountsCommandOutput/)
|
|
439
|
-
|
|
440
416
|
</details>
|
|
441
417
|
<details>
|
|
442
418
|
<summary>
|
|
@@ -444,7 +420,6 @@ ListTagsForResource
|
|
|
444
420
|
</summary>
|
|
445
421
|
|
|
446
422
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/ListTagsForResourceCommandOutput/)
|
|
447
|
-
|
|
448
423
|
</details>
|
|
449
424
|
<details>
|
|
450
425
|
<summary>
|
|
@@ -452,7 +427,6 @@ RejectInvitation
|
|
|
452
427
|
</summary>
|
|
453
428
|
|
|
454
429
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/RejectInvitationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/RejectInvitationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/RejectInvitationCommandOutput/)
|
|
455
|
-
|
|
456
430
|
</details>
|
|
457
431
|
<details>
|
|
458
432
|
<summary>
|
|
@@ -460,7 +434,6 @@ StartInvestigation
|
|
|
460
434
|
</summary>
|
|
461
435
|
|
|
462
436
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/StartInvestigationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/StartInvestigationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/StartInvestigationCommandOutput/)
|
|
463
|
-
|
|
464
437
|
</details>
|
|
465
438
|
<details>
|
|
466
439
|
<summary>
|
|
@@ -468,7 +441,6 @@ StartMonitoringMember
|
|
|
468
441
|
</summary>
|
|
469
442
|
|
|
470
443
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/StartMonitoringMemberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/StartMonitoringMemberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/StartMonitoringMemberCommandOutput/)
|
|
471
|
-
|
|
472
444
|
</details>
|
|
473
445
|
<details>
|
|
474
446
|
<summary>
|
|
@@ -476,7 +448,6 @@ TagResource
|
|
|
476
448
|
</summary>
|
|
477
449
|
|
|
478
450
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/TagResourceCommandOutput/)
|
|
479
|
-
|
|
480
451
|
</details>
|
|
481
452
|
<details>
|
|
482
453
|
<summary>
|
|
@@ -484,7 +455,6 @@ UntagResource
|
|
|
484
455
|
</summary>
|
|
485
456
|
|
|
486
457
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UntagResourceCommandOutput/)
|
|
487
|
-
|
|
488
458
|
</details>
|
|
489
459
|
<details>
|
|
490
460
|
<summary>
|
|
@@ -492,7 +462,6 @@ UpdateDatasourcePackages
|
|
|
492
462
|
</summary>
|
|
493
463
|
|
|
494
464
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/UpdateDatasourcePackagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UpdateDatasourcePackagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UpdateDatasourcePackagesCommandOutput/)
|
|
495
|
-
|
|
496
465
|
</details>
|
|
497
466
|
<details>
|
|
498
467
|
<summary>
|
|
@@ -500,7 +469,6 @@ UpdateInvestigationState
|
|
|
500
469
|
</summary>
|
|
501
470
|
|
|
502
471
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/UpdateInvestigationStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UpdateInvestigationStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UpdateInvestigationStateCommandOutput/)
|
|
503
|
-
|
|
504
472
|
</details>
|
|
505
473
|
<details>
|
|
506
474
|
<summary>
|
|
@@ -508,5 +476,4 @@ UpdateOrganizationConfiguration
|
|
|
508
476
|
</summary>
|
|
509
477
|
|
|
510
478
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/detective/command/UpdateOrganizationConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UpdateOrganizationConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-detective/Interface/UpdateOrganizationConfigurationCommandOutput/)
|
|
511
|
-
|
|
512
479
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultDetectiveHttpAuthSchemeParametersProvider = 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.defaultDetectiveHttpAuthSchemeParametersProvider = defaultDetectiveHttpAuthSchemeParametersProvider;
|