@aws-sdk/client-guardduty 3.1137.0 → 3.1138.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/dist-cjs/index.js +3 -3
- package/dist-es/schemas/schemas_0.js +2 -2
- package/dist-types/GuardDuty.d.ts +211 -205
- package/dist-types/ts3.4/GuardDuty.d.ts +208 -204
- package/package.json +8 -8
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
MetricsRecorder as __MetricsRecorder,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
} from "@smithy/types";
|
|
@@ -376,10 +377,13 @@ import {
|
|
|
376
377
|
UpdateTrustedEntitySetCommandOutput,
|
|
377
378
|
} from "./commands/UpdateTrustedEntitySetCommand";
|
|
378
379
|
import { GuardDutyClient } from "./GuardDutyClient";
|
|
380
|
+
export interface GuardDutyRequestOptions extends __HttpHandlerOptions {
|
|
381
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
382
|
+
}
|
|
379
383
|
export interface GuardDuty {
|
|
380
384
|
acceptAdministratorInvitation(
|
|
381
385
|
args: AcceptAdministratorInvitationCommandInput,
|
|
382
|
-
options?:
|
|
386
|
+
options?: GuardDutyRequestOptions,
|
|
383
387
|
): Promise<AcceptAdministratorInvitationCommandOutput>;
|
|
384
388
|
acceptAdministratorInvitation(
|
|
385
389
|
args: AcceptAdministratorInvitationCommandInput,
|
|
@@ -387,12 +391,12 @@ export interface GuardDuty {
|
|
|
387
391
|
): void;
|
|
388
392
|
acceptAdministratorInvitation(
|
|
389
393
|
args: AcceptAdministratorInvitationCommandInput,
|
|
390
|
-
options:
|
|
394
|
+
options: GuardDutyRequestOptions,
|
|
391
395
|
cb: (err: any, data?: AcceptAdministratorInvitationCommandOutput) => void,
|
|
392
396
|
): void;
|
|
393
397
|
acceptInvitation(
|
|
394
398
|
args: AcceptInvitationCommandInput,
|
|
395
|
-
options?:
|
|
399
|
+
options?: GuardDutyRequestOptions,
|
|
396
400
|
): Promise<AcceptInvitationCommandOutput>;
|
|
397
401
|
acceptInvitation(
|
|
398
402
|
args: AcceptInvitationCommandInput,
|
|
@@ -400,12 +404,12 @@ export interface GuardDuty {
|
|
|
400
404
|
): void;
|
|
401
405
|
acceptInvitation(
|
|
402
406
|
args: AcceptInvitationCommandInput,
|
|
403
|
-
options:
|
|
407
|
+
options: GuardDutyRequestOptions,
|
|
404
408
|
cb: (err: any, data?: AcceptInvitationCommandOutput) => void,
|
|
405
409
|
): void;
|
|
406
410
|
archiveFindings(
|
|
407
411
|
args: ArchiveFindingsCommandInput,
|
|
408
|
-
options?:
|
|
412
|
+
options?: GuardDutyRequestOptions,
|
|
409
413
|
): Promise<ArchiveFindingsCommandOutput>;
|
|
410
414
|
archiveFindings(
|
|
411
415
|
args: ArchiveFindingsCommandInput,
|
|
@@ -413,12 +417,12 @@ export interface GuardDuty {
|
|
|
413
417
|
): void;
|
|
414
418
|
archiveFindings(
|
|
415
419
|
args: ArchiveFindingsCommandInput,
|
|
416
|
-
options:
|
|
420
|
+
options: GuardDutyRequestOptions,
|
|
417
421
|
cb: (err: any, data?: ArchiveFindingsCommandOutput) => void,
|
|
418
422
|
): void;
|
|
419
423
|
createCustomDetectionRuleAssociation(
|
|
420
424
|
args: CreateCustomDetectionRuleAssociationCommandInput,
|
|
421
|
-
options?:
|
|
425
|
+
options?: GuardDutyRequestOptions,
|
|
422
426
|
): Promise<CreateCustomDetectionRuleAssociationCommandOutput>;
|
|
423
427
|
createCustomDetectionRuleAssociation(
|
|
424
428
|
args: CreateCustomDetectionRuleAssociationCommandInput,
|
|
@@ -426,12 +430,12 @@ export interface GuardDuty {
|
|
|
426
430
|
): void;
|
|
427
431
|
createCustomDetectionRuleAssociation(
|
|
428
432
|
args: CreateCustomDetectionRuleAssociationCommandInput,
|
|
429
|
-
options:
|
|
433
|
+
options: GuardDutyRequestOptions,
|
|
430
434
|
cb: (err: any, data?: CreateCustomDetectionRuleAssociationCommandOutput) => void,
|
|
431
435
|
): void;
|
|
432
436
|
createCustomDetectionRuleOrgConfiguration(
|
|
433
437
|
args: CreateCustomDetectionRuleOrgConfigurationCommandInput,
|
|
434
|
-
options?:
|
|
438
|
+
options?: GuardDutyRequestOptions,
|
|
435
439
|
): Promise<CreateCustomDetectionRuleOrgConfigurationCommandOutput>;
|
|
436
440
|
createCustomDetectionRuleOrgConfiguration(
|
|
437
441
|
args: CreateCustomDetectionRuleOrgConfigurationCommandInput,
|
|
@@ -439,12 +443,12 @@ export interface GuardDuty {
|
|
|
439
443
|
): void;
|
|
440
444
|
createCustomDetectionRuleOrgConfiguration(
|
|
441
445
|
args: CreateCustomDetectionRuleOrgConfigurationCommandInput,
|
|
442
|
-
options:
|
|
446
|
+
options: GuardDutyRequestOptions,
|
|
443
447
|
cb: (err: any, data?: CreateCustomDetectionRuleOrgConfigurationCommandOutput) => void,
|
|
444
448
|
): void;
|
|
445
449
|
createDetector(
|
|
446
450
|
args: CreateDetectorCommandInput,
|
|
447
|
-
options?:
|
|
451
|
+
options?: GuardDutyRequestOptions,
|
|
448
452
|
): Promise<CreateDetectorCommandOutput>;
|
|
449
453
|
createDetector(
|
|
450
454
|
args: CreateDetectorCommandInput,
|
|
@@ -452,12 +456,12 @@ export interface GuardDuty {
|
|
|
452
456
|
): void;
|
|
453
457
|
createDetector(
|
|
454
458
|
args: CreateDetectorCommandInput,
|
|
455
|
-
options:
|
|
459
|
+
options: GuardDutyRequestOptions,
|
|
456
460
|
cb: (err: any, data?: CreateDetectorCommandOutput) => void,
|
|
457
461
|
): void;
|
|
458
462
|
createFilter(
|
|
459
463
|
args: CreateFilterCommandInput,
|
|
460
|
-
options?:
|
|
464
|
+
options?: GuardDutyRequestOptions,
|
|
461
465
|
): Promise<CreateFilterCommandOutput>;
|
|
462
466
|
createFilter(
|
|
463
467
|
args: CreateFilterCommandInput,
|
|
@@ -465,12 +469,12 @@ export interface GuardDuty {
|
|
|
465
469
|
): void;
|
|
466
470
|
createFilter(
|
|
467
471
|
args: CreateFilterCommandInput,
|
|
468
|
-
options:
|
|
472
|
+
options: GuardDutyRequestOptions,
|
|
469
473
|
cb: (err: any, data?: CreateFilterCommandOutput) => void,
|
|
470
474
|
): void;
|
|
471
475
|
createInvestigation(
|
|
472
476
|
args: CreateInvestigationCommandInput,
|
|
473
|
-
options?:
|
|
477
|
+
options?: GuardDutyRequestOptions,
|
|
474
478
|
): Promise<CreateInvestigationCommandOutput>;
|
|
475
479
|
createInvestigation(
|
|
476
480
|
args: CreateInvestigationCommandInput,
|
|
@@ -478,12 +482,12 @@ export interface GuardDuty {
|
|
|
478
482
|
): void;
|
|
479
483
|
createInvestigation(
|
|
480
484
|
args: CreateInvestigationCommandInput,
|
|
481
|
-
options:
|
|
485
|
+
options: GuardDutyRequestOptions,
|
|
482
486
|
cb: (err: any, data?: CreateInvestigationCommandOutput) => void,
|
|
483
487
|
): void;
|
|
484
488
|
createIPSet(
|
|
485
489
|
args: CreateIPSetCommandInput,
|
|
486
|
-
options?:
|
|
490
|
+
options?: GuardDutyRequestOptions,
|
|
487
491
|
): Promise<CreateIPSetCommandOutput>;
|
|
488
492
|
createIPSet(
|
|
489
493
|
args: CreateIPSetCommandInput,
|
|
@@ -491,12 +495,12 @@ export interface GuardDuty {
|
|
|
491
495
|
): void;
|
|
492
496
|
createIPSet(
|
|
493
497
|
args: CreateIPSetCommandInput,
|
|
494
|
-
options:
|
|
498
|
+
options: GuardDutyRequestOptions,
|
|
495
499
|
cb: (err: any, data?: CreateIPSetCommandOutput) => void,
|
|
496
500
|
): void;
|
|
497
501
|
createMalwareProtectionPlan(
|
|
498
502
|
args: CreateMalwareProtectionPlanCommandInput,
|
|
499
|
-
options?:
|
|
503
|
+
options?: GuardDutyRequestOptions,
|
|
500
504
|
): Promise<CreateMalwareProtectionPlanCommandOutput>;
|
|
501
505
|
createMalwareProtectionPlan(
|
|
502
506
|
args: CreateMalwareProtectionPlanCommandInput,
|
|
@@ -504,12 +508,12 @@ export interface GuardDuty {
|
|
|
504
508
|
): void;
|
|
505
509
|
createMalwareProtectionPlan(
|
|
506
510
|
args: CreateMalwareProtectionPlanCommandInput,
|
|
507
|
-
options:
|
|
511
|
+
options: GuardDutyRequestOptions,
|
|
508
512
|
cb: (err: any, data?: CreateMalwareProtectionPlanCommandOutput) => void,
|
|
509
513
|
): void;
|
|
510
514
|
createMembers(
|
|
511
515
|
args: CreateMembersCommandInput,
|
|
512
|
-
options?:
|
|
516
|
+
options?: GuardDutyRequestOptions,
|
|
513
517
|
): Promise<CreateMembersCommandOutput>;
|
|
514
518
|
createMembers(
|
|
515
519
|
args: CreateMembersCommandInput,
|
|
@@ -517,12 +521,12 @@ export interface GuardDuty {
|
|
|
517
521
|
): void;
|
|
518
522
|
createMembers(
|
|
519
523
|
args: CreateMembersCommandInput,
|
|
520
|
-
options:
|
|
524
|
+
options: GuardDutyRequestOptions,
|
|
521
525
|
cb: (err: any, data?: CreateMembersCommandOutput) => void,
|
|
522
526
|
): void;
|
|
523
527
|
createPublishingDestination(
|
|
524
528
|
args: CreatePublishingDestinationCommandInput,
|
|
525
|
-
options?:
|
|
529
|
+
options?: GuardDutyRequestOptions,
|
|
526
530
|
): Promise<CreatePublishingDestinationCommandOutput>;
|
|
527
531
|
createPublishingDestination(
|
|
528
532
|
args: CreatePublishingDestinationCommandInput,
|
|
@@ -530,12 +534,12 @@ export interface GuardDuty {
|
|
|
530
534
|
): void;
|
|
531
535
|
createPublishingDestination(
|
|
532
536
|
args: CreatePublishingDestinationCommandInput,
|
|
533
|
-
options:
|
|
537
|
+
options: GuardDutyRequestOptions,
|
|
534
538
|
cb: (err: any, data?: CreatePublishingDestinationCommandOutput) => void,
|
|
535
539
|
): void;
|
|
536
540
|
createSampleFindings(
|
|
537
541
|
args: CreateSampleFindingsCommandInput,
|
|
538
|
-
options?:
|
|
542
|
+
options?: GuardDutyRequestOptions,
|
|
539
543
|
): Promise<CreateSampleFindingsCommandOutput>;
|
|
540
544
|
createSampleFindings(
|
|
541
545
|
args: CreateSampleFindingsCommandInput,
|
|
@@ -543,12 +547,12 @@ export interface GuardDuty {
|
|
|
543
547
|
): void;
|
|
544
548
|
createSampleFindings(
|
|
545
549
|
args: CreateSampleFindingsCommandInput,
|
|
546
|
-
options:
|
|
550
|
+
options: GuardDutyRequestOptions,
|
|
547
551
|
cb: (err: any, data?: CreateSampleFindingsCommandOutput) => void,
|
|
548
552
|
): void;
|
|
549
553
|
createThreatEntitySet(
|
|
550
554
|
args: CreateThreatEntitySetCommandInput,
|
|
551
|
-
options?:
|
|
555
|
+
options?: GuardDutyRequestOptions,
|
|
552
556
|
): Promise<CreateThreatEntitySetCommandOutput>;
|
|
553
557
|
createThreatEntitySet(
|
|
554
558
|
args: CreateThreatEntitySetCommandInput,
|
|
@@ -556,12 +560,12 @@ export interface GuardDuty {
|
|
|
556
560
|
): void;
|
|
557
561
|
createThreatEntitySet(
|
|
558
562
|
args: CreateThreatEntitySetCommandInput,
|
|
559
|
-
options:
|
|
563
|
+
options: GuardDutyRequestOptions,
|
|
560
564
|
cb: (err: any, data?: CreateThreatEntitySetCommandOutput) => void,
|
|
561
565
|
): void;
|
|
562
566
|
createThreatIntelSet(
|
|
563
567
|
args: CreateThreatIntelSetCommandInput,
|
|
564
|
-
options?:
|
|
568
|
+
options?: GuardDutyRequestOptions,
|
|
565
569
|
): Promise<CreateThreatIntelSetCommandOutput>;
|
|
566
570
|
createThreatIntelSet(
|
|
567
571
|
args: CreateThreatIntelSetCommandInput,
|
|
@@ -569,12 +573,12 @@ export interface GuardDuty {
|
|
|
569
573
|
): void;
|
|
570
574
|
createThreatIntelSet(
|
|
571
575
|
args: CreateThreatIntelSetCommandInput,
|
|
572
|
-
options:
|
|
576
|
+
options: GuardDutyRequestOptions,
|
|
573
577
|
cb: (err: any, data?: CreateThreatIntelSetCommandOutput) => void,
|
|
574
578
|
): void;
|
|
575
579
|
createTrustedEntitySet(
|
|
576
580
|
args: CreateTrustedEntitySetCommandInput,
|
|
577
|
-
options?:
|
|
581
|
+
options?: GuardDutyRequestOptions,
|
|
578
582
|
): Promise<CreateTrustedEntitySetCommandOutput>;
|
|
579
583
|
createTrustedEntitySet(
|
|
580
584
|
args: CreateTrustedEntitySetCommandInput,
|
|
@@ -582,12 +586,12 @@ export interface GuardDuty {
|
|
|
582
586
|
): void;
|
|
583
587
|
createTrustedEntitySet(
|
|
584
588
|
args: CreateTrustedEntitySetCommandInput,
|
|
585
|
-
options:
|
|
589
|
+
options: GuardDutyRequestOptions,
|
|
586
590
|
cb: (err: any, data?: CreateTrustedEntitySetCommandOutput) => void,
|
|
587
591
|
): void;
|
|
588
592
|
declineInvitations(
|
|
589
593
|
args: DeclineInvitationsCommandInput,
|
|
590
|
-
options?:
|
|
594
|
+
options?: GuardDutyRequestOptions,
|
|
591
595
|
): Promise<DeclineInvitationsCommandOutput>;
|
|
592
596
|
declineInvitations(
|
|
593
597
|
args: DeclineInvitationsCommandInput,
|
|
@@ -595,12 +599,12 @@ export interface GuardDuty {
|
|
|
595
599
|
): void;
|
|
596
600
|
declineInvitations(
|
|
597
601
|
args: DeclineInvitationsCommandInput,
|
|
598
|
-
options:
|
|
602
|
+
options: GuardDutyRequestOptions,
|
|
599
603
|
cb: (err: any, data?: DeclineInvitationsCommandOutput) => void,
|
|
600
604
|
): void;
|
|
601
605
|
deleteCustomDetectionRuleAssociation(
|
|
602
606
|
args: DeleteCustomDetectionRuleAssociationCommandInput,
|
|
603
|
-
options?:
|
|
607
|
+
options?: GuardDutyRequestOptions,
|
|
604
608
|
): Promise<DeleteCustomDetectionRuleAssociationCommandOutput>;
|
|
605
609
|
deleteCustomDetectionRuleAssociation(
|
|
606
610
|
args: DeleteCustomDetectionRuleAssociationCommandInput,
|
|
@@ -608,12 +612,12 @@ export interface GuardDuty {
|
|
|
608
612
|
): void;
|
|
609
613
|
deleteCustomDetectionRuleAssociation(
|
|
610
614
|
args: DeleteCustomDetectionRuleAssociationCommandInput,
|
|
611
|
-
options:
|
|
615
|
+
options: GuardDutyRequestOptions,
|
|
612
616
|
cb: (err: any, data?: DeleteCustomDetectionRuleAssociationCommandOutput) => void,
|
|
613
617
|
): void;
|
|
614
618
|
deleteCustomDetectionRuleOrgConfiguration(
|
|
615
619
|
args: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
|
|
616
|
-
options?:
|
|
620
|
+
options?: GuardDutyRequestOptions,
|
|
617
621
|
): Promise<DeleteCustomDetectionRuleOrgConfigurationCommandOutput>;
|
|
618
622
|
deleteCustomDetectionRuleOrgConfiguration(
|
|
619
623
|
args: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
|
|
@@ -621,12 +625,12 @@ export interface GuardDuty {
|
|
|
621
625
|
): void;
|
|
622
626
|
deleteCustomDetectionRuleOrgConfiguration(
|
|
623
627
|
args: DeleteCustomDetectionRuleOrgConfigurationCommandInput,
|
|
624
|
-
options:
|
|
628
|
+
options: GuardDutyRequestOptions,
|
|
625
629
|
cb: (err: any, data?: DeleteCustomDetectionRuleOrgConfigurationCommandOutput) => void,
|
|
626
630
|
): void;
|
|
627
631
|
deleteDetector(
|
|
628
632
|
args: DeleteDetectorCommandInput,
|
|
629
|
-
options?:
|
|
633
|
+
options?: GuardDutyRequestOptions,
|
|
630
634
|
): Promise<DeleteDetectorCommandOutput>;
|
|
631
635
|
deleteDetector(
|
|
632
636
|
args: DeleteDetectorCommandInput,
|
|
@@ -634,12 +638,12 @@ export interface GuardDuty {
|
|
|
634
638
|
): void;
|
|
635
639
|
deleteDetector(
|
|
636
640
|
args: DeleteDetectorCommandInput,
|
|
637
|
-
options:
|
|
641
|
+
options: GuardDutyRequestOptions,
|
|
638
642
|
cb: (err: any, data?: DeleteDetectorCommandOutput) => void,
|
|
639
643
|
): void;
|
|
640
644
|
deleteFilter(
|
|
641
645
|
args: DeleteFilterCommandInput,
|
|
642
|
-
options?:
|
|
646
|
+
options?: GuardDutyRequestOptions,
|
|
643
647
|
): Promise<DeleteFilterCommandOutput>;
|
|
644
648
|
deleteFilter(
|
|
645
649
|
args: DeleteFilterCommandInput,
|
|
@@ -647,12 +651,12 @@ export interface GuardDuty {
|
|
|
647
651
|
): void;
|
|
648
652
|
deleteFilter(
|
|
649
653
|
args: DeleteFilterCommandInput,
|
|
650
|
-
options:
|
|
654
|
+
options: GuardDutyRequestOptions,
|
|
651
655
|
cb: (err: any, data?: DeleteFilterCommandOutput) => void,
|
|
652
656
|
): void;
|
|
653
657
|
deleteInvitations(
|
|
654
658
|
args: DeleteInvitationsCommandInput,
|
|
655
|
-
options?:
|
|
659
|
+
options?: GuardDutyRequestOptions,
|
|
656
660
|
): Promise<DeleteInvitationsCommandOutput>;
|
|
657
661
|
deleteInvitations(
|
|
658
662
|
args: DeleteInvitationsCommandInput,
|
|
@@ -660,12 +664,12 @@ export interface GuardDuty {
|
|
|
660
664
|
): void;
|
|
661
665
|
deleteInvitations(
|
|
662
666
|
args: DeleteInvitationsCommandInput,
|
|
663
|
-
options:
|
|
667
|
+
options: GuardDutyRequestOptions,
|
|
664
668
|
cb: (err: any, data?: DeleteInvitationsCommandOutput) => void,
|
|
665
669
|
): void;
|
|
666
670
|
deleteIPSet(
|
|
667
671
|
args: DeleteIPSetCommandInput,
|
|
668
|
-
options?:
|
|
672
|
+
options?: GuardDutyRequestOptions,
|
|
669
673
|
): Promise<DeleteIPSetCommandOutput>;
|
|
670
674
|
deleteIPSet(
|
|
671
675
|
args: DeleteIPSetCommandInput,
|
|
@@ -673,12 +677,12 @@ export interface GuardDuty {
|
|
|
673
677
|
): void;
|
|
674
678
|
deleteIPSet(
|
|
675
679
|
args: DeleteIPSetCommandInput,
|
|
676
|
-
options:
|
|
680
|
+
options: GuardDutyRequestOptions,
|
|
677
681
|
cb: (err: any, data?: DeleteIPSetCommandOutput) => void,
|
|
678
682
|
): void;
|
|
679
683
|
deleteMalwareProtectionPlan(
|
|
680
684
|
args: DeleteMalwareProtectionPlanCommandInput,
|
|
681
|
-
options?:
|
|
685
|
+
options?: GuardDutyRequestOptions,
|
|
682
686
|
): Promise<DeleteMalwareProtectionPlanCommandOutput>;
|
|
683
687
|
deleteMalwareProtectionPlan(
|
|
684
688
|
args: DeleteMalwareProtectionPlanCommandInput,
|
|
@@ -686,12 +690,12 @@ export interface GuardDuty {
|
|
|
686
690
|
): void;
|
|
687
691
|
deleteMalwareProtectionPlan(
|
|
688
692
|
args: DeleteMalwareProtectionPlanCommandInput,
|
|
689
|
-
options:
|
|
693
|
+
options: GuardDutyRequestOptions,
|
|
690
694
|
cb: (err: any, data?: DeleteMalwareProtectionPlanCommandOutput) => void,
|
|
691
695
|
): void;
|
|
692
696
|
deleteMembers(
|
|
693
697
|
args: DeleteMembersCommandInput,
|
|
694
|
-
options?:
|
|
698
|
+
options?: GuardDutyRequestOptions,
|
|
695
699
|
): Promise<DeleteMembersCommandOutput>;
|
|
696
700
|
deleteMembers(
|
|
697
701
|
args: DeleteMembersCommandInput,
|
|
@@ -699,12 +703,12 @@ export interface GuardDuty {
|
|
|
699
703
|
): void;
|
|
700
704
|
deleteMembers(
|
|
701
705
|
args: DeleteMembersCommandInput,
|
|
702
|
-
options:
|
|
706
|
+
options: GuardDutyRequestOptions,
|
|
703
707
|
cb: (err: any, data?: DeleteMembersCommandOutput) => void,
|
|
704
708
|
): void;
|
|
705
709
|
deletePublishingDestination(
|
|
706
710
|
args: DeletePublishingDestinationCommandInput,
|
|
707
|
-
options?:
|
|
711
|
+
options?: GuardDutyRequestOptions,
|
|
708
712
|
): Promise<DeletePublishingDestinationCommandOutput>;
|
|
709
713
|
deletePublishingDestination(
|
|
710
714
|
args: DeletePublishingDestinationCommandInput,
|
|
@@ -712,12 +716,12 @@ export interface GuardDuty {
|
|
|
712
716
|
): void;
|
|
713
717
|
deletePublishingDestination(
|
|
714
718
|
args: DeletePublishingDestinationCommandInput,
|
|
715
|
-
options:
|
|
719
|
+
options: GuardDutyRequestOptions,
|
|
716
720
|
cb: (err: any, data?: DeletePublishingDestinationCommandOutput) => void,
|
|
717
721
|
): void;
|
|
718
722
|
deleteThreatEntitySet(
|
|
719
723
|
args: DeleteThreatEntitySetCommandInput,
|
|
720
|
-
options?:
|
|
724
|
+
options?: GuardDutyRequestOptions,
|
|
721
725
|
): Promise<DeleteThreatEntitySetCommandOutput>;
|
|
722
726
|
deleteThreatEntitySet(
|
|
723
727
|
args: DeleteThreatEntitySetCommandInput,
|
|
@@ -725,12 +729,12 @@ export interface GuardDuty {
|
|
|
725
729
|
): void;
|
|
726
730
|
deleteThreatEntitySet(
|
|
727
731
|
args: DeleteThreatEntitySetCommandInput,
|
|
728
|
-
options:
|
|
732
|
+
options: GuardDutyRequestOptions,
|
|
729
733
|
cb: (err: any, data?: DeleteThreatEntitySetCommandOutput) => void,
|
|
730
734
|
): void;
|
|
731
735
|
deleteThreatIntelSet(
|
|
732
736
|
args: DeleteThreatIntelSetCommandInput,
|
|
733
|
-
options?:
|
|
737
|
+
options?: GuardDutyRequestOptions,
|
|
734
738
|
): Promise<DeleteThreatIntelSetCommandOutput>;
|
|
735
739
|
deleteThreatIntelSet(
|
|
736
740
|
args: DeleteThreatIntelSetCommandInput,
|
|
@@ -738,12 +742,12 @@ export interface GuardDuty {
|
|
|
738
742
|
): void;
|
|
739
743
|
deleteThreatIntelSet(
|
|
740
744
|
args: DeleteThreatIntelSetCommandInput,
|
|
741
|
-
options:
|
|
745
|
+
options: GuardDutyRequestOptions,
|
|
742
746
|
cb: (err: any, data?: DeleteThreatIntelSetCommandOutput) => void,
|
|
743
747
|
): void;
|
|
744
748
|
deleteTrustedEntitySet(
|
|
745
749
|
args: DeleteTrustedEntitySetCommandInput,
|
|
746
|
-
options?:
|
|
750
|
+
options?: GuardDutyRequestOptions,
|
|
747
751
|
): Promise<DeleteTrustedEntitySetCommandOutput>;
|
|
748
752
|
deleteTrustedEntitySet(
|
|
749
753
|
args: DeleteTrustedEntitySetCommandInput,
|
|
@@ -751,12 +755,12 @@ export interface GuardDuty {
|
|
|
751
755
|
): void;
|
|
752
756
|
deleteTrustedEntitySet(
|
|
753
757
|
args: DeleteTrustedEntitySetCommandInput,
|
|
754
|
-
options:
|
|
758
|
+
options: GuardDutyRequestOptions,
|
|
755
759
|
cb: (err: any, data?: DeleteTrustedEntitySetCommandOutput) => void,
|
|
756
760
|
): void;
|
|
757
761
|
describeMalwareScans(
|
|
758
762
|
args: DescribeMalwareScansCommandInput,
|
|
759
|
-
options?:
|
|
763
|
+
options?: GuardDutyRequestOptions,
|
|
760
764
|
): Promise<DescribeMalwareScansCommandOutput>;
|
|
761
765
|
describeMalwareScans(
|
|
762
766
|
args: DescribeMalwareScansCommandInput,
|
|
@@ -764,12 +768,12 @@ export interface GuardDuty {
|
|
|
764
768
|
): void;
|
|
765
769
|
describeMalwareScans(
|
|
766
770
|
args: DescribeMalwareScansCommandInput,
|
|
767
|
-
options:
|
|
771
|
+
options: GuardDutyRequestOptions,
|
|
768
772
|
cb: (err: any, data?: DescribeMalwareScansCommandOutput) => void,
|
|
769
773
|
): void;
|
|
770
774
|
describeOrganizationConfiguration(
|
|
771
775
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
772
|
-
options?:
|
|
776
|
+
options?: GuardDutyRequestOptions,
|
|
773
777
|
): Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
774
778
|
describeOrganizationConfiguration(
|
|
775
779
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
@@ -777,12 +781,12 @@ export interface GuardDuty {
|
|
|
777
781
|
): void;
|
|
778
782
|
describeOrganizationConfiguration(
|
|
779
783
|
args: DescribeOrganizationConfigurationCommandInput,
|
|
780
|
-
options:
|
|
784
|
+
options: GuardDutyRequestOptions,
|
|
781
785
|
cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void,
|
|
782
786
|
): void;
|
|
783
787
|
describePublishingDestination(
|
|
784
788
|
args: DescribePublishingDestinationCommandInput,
|
|
785
|
-
options?:
|
|
789
|
+
options?: GuardDutyRequestOptions,
|
|
786
790
|
): Promise<DescribePublishingDestinationCommandOutput>;
|
|
787
791
|
describePublishingDestination(
|
|
788
792
|
args: DescribePublishingDestinationCommandInput,
|
|
@@ -790,12 +794,12 @@ export interface GuardDuty {
|
|
|
790
794
|
): void;
|
|
791
795
|
describePublishingDestination(
|
|
792
796
|
args: DescribePublishingDestinationCommandInput,
|
|
793
|
-
options:
|
|
797
|
+
options: GuardDutyRequestOptions,
|
|
794
798
|
cb: (err: any, data?: DescribePublishingDestinationCommandOutput) => void,
|
|
795
799
|
): void;
|
|
796
800
|
disableOrganizationAdminAccount(
|
|
797
801
|
args: DisableOrganizationAdminAccountCommandInput,
|
|
798
|
-
options?:
|
|
802
|
+
options?: GuardDutyRequestOptions,
|
|
799
803
|
): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
800
804
|
disableOrganizationAdminAccount(
|
|
801
805
|
args: DisableOrganizationAdminAccountCommandInput,
|
|
@@ -803,12 +807,12 @@ export interface GuardDuty {
|
|
|
803
807
|
): void;
|
|
804
808
|
disableOrganizationAdminAccount(
|
|
805
809
|
args: DisableOrganizationAdminAccountCommandInput,
|
|
806
|
-
options:
|
|
810
|
+
options: GuardDutyRequestOptions,
|
|
807
811
|
cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void,
|
|
808
812
|
): void;
|
|
809
813
|
disassociateFromAdministratorAccount(
|
|
810
814
|
args: DisassociateFromAdministratorAccountCommandInput,
|
|
811
|
-
options?:
|
|
815
|
+
options?: GuardDutyRequestOptions,
|
|
812
816
|
): Promise<DisassociateFromAdministratorAccountCommandOutput>;
|
|
813
817
|
disassociateFromAdministratorAccount(
|
|
814
818
|
args: DisassociateFromAdministratorAccountCommandInput,
|
|
@@ -816,12 +820,12 @@ export interface GuardDuty {
|
|
|
816
820
|
): void;
|
|
817
821
|
disassociateFromAdministratorAccount(
|
|
818
822
|
args: DisassociateFromAdministratorAccountCommandInput,
|
|
819
|
-
options:
|
|
823
|
+
options: GuardDutyRequestOptions,
|
|
820
824
|
cb: (err: any, data?: DisassociateFromAdministratorAccountCommandOutput) => void,
|
|
821
825
|
): void;
|
|
822
826
|
disassociateFromMasterAccount(
|
|
823
827
|
args: DisassociateFromMasterAccountCommandInput,
|
|
824
|
-
options?:
|
|
828
|
+
options?: GuardDutyRequestOptions,
|
|
825
829
|
): Promise<DisassociateFromMasterAccountCommandOutput>;
|
|
826
830
|
disassociateFromMasterAccount(
|
|
827
831
|
args: DisassociateFromMasterAccountCommandInput,
|
|
@@ -829,12 +833,12 @@ export interface GuardDuty {
|
|
|
829
833
|
): void;
|
|
830
834
|
disassociateFromMasterAccount(
|
|
831
835
|
args: DisassociateFromMasterAccountCommandInput,
|
|
832
|
-
options:
|
|
836
|
+
options: GuardDutyRequestOptions,
|
|
833
837
|
cb: (err: any, data?: DisassociateFromMasterAccountCommandOutput) => void,
|
|
834
838
|
): void;
|
|
835
839
|
disassociateMembers(
|
|
836
840
|
args: DisassociateMembersCommandInput,
|
|
837
|
-
options?:
|
|
841
|
+
options?: GuardDutyRequestOptions,
|
|
838
842
|
): Promise<DisassociateMembersCommandOutput>;
|
|
839
843
|
disassociateMembers(
|
|
840
844
|
args: DisassociateMembersCommandInput,
|
|
@@ -842,12 +846,12 @@ export interface GuardDuty {
|
|
|
842
846
|
): void;
|
|
843
847
|
disassociateMembers(
|
|
844
848
|
args: DisassociateMembersCommandInput,
|
|
845
|
-
options:
|
|
849
|
+
options: GuardDutyRequestOptions,
|
|
846
850
|
cb: (err: any, data?: DisassociateMembersCommandOutput) => void,
|
|
847
851
|
): void;
|
|
848
852
|
enableOrganizationAdminAccount(
|
|
849
853
|
args: EnableOrganizationAdminAccountCommandInput,
|
|
850
|
-
options?:
|
|
854
|
+
options?: GuardDutyRequestOptions,
|
|
851
855
|
): Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
852
856
|
enableOrganizationAdminAccount(
|
|
853
857
|
args: EnableOrganizationAdminAccountCommandInput,
|
|
@@ -855,12 +859,12 @@ export interface GuardDuty {
|
|
|
855
859
|
): void;
|
|
856
860
|
enableOrganizationAdminAccount(
|
|
857
861
|
args: EnableOrganizationAdminAccountCommandInput,
|
|
858
|
-
options:
|
|
862
|
+
options: GuardDutyRequestOptions,
|
|
859
863
|
cb: (err: any, data?: EnableOrganizationAdminAccountCommandOutput) => void,
|
|
860
864
|
): void;
|
|
861
865
|
getAdministratorAccount(
|
|
862
866
|
args: GetAdministratorAccountCommandInput,
|
|
863
|
-
options?:
|
|
867
|
+
options?: GuardDutyRequestOptions,
|
|
864
868
|
): Promise<GetAdministratorAccountCommandOutput>;
|
|
865
869
|
getAdministratorAccount(
|
|
866
870
|
args: GetAdministratorAccountCommandInput,
|
|
@@ -868,12 +872,12 @@ export interface GuardDuty {
|
|
|
868
872
|
): void;
|
|
869
873
|
getAdministratorAccount(
|
|
870
874
|
args: GetAdministratorAccountCommandInput,
|
|
871
|
-
options:
|
|
875
|
+
options: GuardDutyRequestOptions,
|
|
872
876
|
cb: (err: any, data?: GetAdministratorAccountCommandOutput) => void,
|
|
873
877
|
): void;
|
|
874
878
|
getCoverageStatistics(
|
|
875
879
|
args: GetCoverageStatisticsCommandInput,
|
|
876
|
-
options?:
|
|
880
|
+
options?: GuardDutyRequestOptions,
|
|
877
881
|
): Promise<GetCoverageStatisticsCommandOutput>;
|
|
878
882
|
getCoverageStatistics(
|
|
879
883
|
args: GetCoverageStatisticsCommandInput,
|
|
@@ -881,12 +885,12 @@ export interface GuardDuty {
|
|
|
881
885
|
): void;
|
|
882
886
|
getCoverageStatistics(
|
|
883
887
|
args: GetCoverageStatisticsCommandInput,
|
|
884
|
-
options:
|
|
888
|
+
options: GuardDutyRequestOptions,
|
|
885
889
|
cb: (err: any, data?: GetCoverageStatisticsCommandOutput) => void,
|
|
886
890
|
): void;
|
|
887
891
|
getCustomDetectionRule(
|
|
888
892
|
args: GetCustomDetectionRuleCommandInput,
|
|
889
|
-
options?:
|
|
893
|
+
options?: GuardDutyRequestOptions,
|
|
890
894
|
): Promise<GetCustomDetectionRuleCommandOutput>;
|
|
891
895
|
getCustomDetectionRule(
|
|
892
896
|
args: GetCustomDetectionRuleCommandInput,
|
|
@@ -894,12 +898,12 @@ export interface GuardDuty {
|
|
|
894
898
|
): void;
|
|
895
899
|
getCustomDetectionRule(
|
|
896
900
|
args: GetCustomDetectionRuleCommandInput,
|
|
897
|
-
options:
|
|
901
|
+
options: GuardDutyRequestOptions,
|
|
898
902
|
cb: (err: any, data?: GetCustomDetectionRuleCommandOutput) => void,
|
|
899
903
|
): void;
|
|
900
904
|
getCustomDetectionRuleAssociation(
|
|
901
905
|
args: GetCustomDetectionRuleAssociationCommandInput,
|
|
902
|
-
options?:
|
|
906
|
+
options?: GuardDutyRequestOptions,
|
|
903
907
|
): Promise<GetCustomDetectionRuleAssociationCommandOutput>;
|
|
904
908
|
getCustomDetectionRuleAssociation(
|
|
905
909
|
args: GetCustomDetectionRuleAssociationCommandInput,
|
|
@@ -907,12 +911,12 @@ export interface GuardDuty {
|
|
|
907
911
|
): void;
|
|
908
912
|
getCustomDetectionRuleAssociation(
|
|
909
913
|
args: GetCustomDetectionRuleAssociationCommandInput,
|
|
910
|
-
options:
|
|
914
|
+
options: GuardDutyRequestOptions,
|
|
911
915
|
cb: (err: any, data?: GetCustomDetectionRuleAssociationCommandOutput) => void,
|
|
912
916
|
): void;
|
|
913
917
|
getCustomDetectionRuleOrgConfiguration(
|
|
914
918
|
args: GetCustomDetectionRuleOrgConfigurationCommandInput,
|
|
915
|
-
options?:
|
|
919
|
+
options?: GuardDutyRequestOptions,
|
|
916
920
|
): Promise<GetCustomDetectionRuleOrgConfigurationCommandOutput>;
|
|
917
921
|
getCustomDetectionRuleOrgConfiguration(
|
|
918
922
|
args: GetCustomDetectionRuleOrgConfigurationCommandInput,
|
|
@@ -920,12 +924,12 @@ export interface GuardDuty {
|
|
|
920
924
|
): void;
|
|
921
925
|
getCustomDetectionRuleOrgConfiguration(
|
|
922
926
|
args: GetCustomDetectionRuleOrgConfigurationCommandInput,
|
|
923
|
-
options:
|
|
927
|
+
options: GuardDutyRequestOptions,
|
|
924
928
|
cb: (err: any, data?: GetCustomDetectionRuleOrgConfigurationCommandOutput) => void,
|
|
925
929
|
): void;
|
|
926
930
|
getDetector(
|
|
927
931
|
args: GetDetectorCommandInput,
|
|
928
|
-
options?:
|
|
932
|
+
options?: GuardDutyRequestOptions,
|
|
929
933
|
): Promise<GetDetectorCommandOutput>;
|
|
930
934
|
getDetector(
|
|
931
935
|
args: GetDetectorCommandInput,
|
|
@@ -933,12 +937,12 @@ export interface GuardDuty {
|
|
|
933
937
|
): void;
|
|
934
938
|
getDetector(
|
|
935
939
|
args: GetDetectorCommandInput,
|
|
936
|
-
options:
|
|
940
|
+
options: GuardDutyRequestOptions,
|
|
937
941
|
cb: (err: any, data?: GetDetectorCommandOutput) => void,
|
|
938
942
|
): void;
|
|
939
943
|
getFilter(
|
|
940
944
|
args: GetFilterCommandInput,
|
|
941
|
-
options?:
|
|
945
|
+
options?: GuardDutyRequestOptions,
|
|
942
946
|
): Promise<GetFilterCommandOutput>;
|
|
943
947
|
getFilter(
|
|
944
948
|
args: GetFilterCommandInput,
|
|
@@ -946,12 +950,12 @@ export interface GuardDuty {
|
|
|
946
950
|
): void;
|
|
947
951
|
getFilter(
|
|
948
952
|
args: GetFilterCommandInput,
|
|
949
|
-
options:
|
|
953
|
+
options: GuardDutyRequestOptions,
|
|
950
954
|
cb: (err: any, data?: GetFilterCommandOutput) => void,
|
|
951
955
|
): void;
|
|
952
956
|
getFindings(
|
|
953
957
|
args: GetFindingsCommandInput,
|
|
954
|
-
options?:
|
|
958
|
+
options?: GuardDutyRequestOptions,
|
|
955
959
|
): Promise<GetFindingsCommandOutput>;
|
|
956
960
|
getFindings(
|
|
957
961
|
args: GetFindingsCommandInput,
|
|
@@ -959,12 +963,12 @@ export interface GuardDuty {
|
|
|
959
963
|
): void;
|
|
960
964
|
getFindings(
|
|
961
965
|
args: GetFindingsCommandInput,
|
|
962
|
-
options:
|
|
966
|
+
options: GuardDutyRequestOptions,
|
|
963
967
|
cb: (err: any, data?: GetFindingsCommandOutput) => void,
|
|
964
968
|
): void;
|
|
965
969
|
getFindingsStatistics(
|
|
966
970
|
args: GetFindingsStatisticsCommandInput,
|
|
967
|
-
options?:
|
|
971
|
+
options?: GuardDutyRequestOptions,
|
|
968
972
|
): Promise<GetFindingsStatisticsCommandOutput>;
|
|
969
973
|
getFindingsStatistics(
|
|
970
974
|
args: GetFindingsStatisticsCommandInput,
|
|
@@ -972,12 +976,12 @@ export interface GuardDuty {
|
|
|
972
976
|
): void;
|
|
973
977
|
getFindingsStatistics(
|
|
974
978
|
args: GetFindingsStatisticsCommandInput,
|
|
975
|
-
options:
|
|
979
|
+
options: GuardDutyRequestOptions,
|
|
976
980
|
cb: (err: any, data?: GetFindingsStatisticsCommandOutput) => void,
|
|
977
981
|
): void;
|
|
978
982
|
getInvestigation(
|
|
979
983
|
args: GetInvestigationCommandInput,
|
|
980
|
-
options?:
|
|
984
|
+
options?: GuardDutyRequestOptions,
|
|
981
985
|
): Promise<GetInvestigationCommandOutput>;
|
|
982
986
|
getInvestigation(
|
|
983
987
|
args: GetInvestigationCommandInput,
|
|
@@ -985,13 +989,13 @@ export interface GuardDuty {
|
|
|
985
989
|
): void;
|
|
986
990
|
getInvestigation(
|
|
987
991
|
args: GetInvestigationCommandInput,
|
|
988
|
-
options:
|
|
992
|
+
options: GuardDutyRequestOptions,
|
|
989
993
|
cb: (err: any, data?: GetInvestigationCommandOutput) => void,
|
|
990
994
|
): void;
|
|
991
995
|
getInvitationsCount(): Promise<GetInvitationsCountCommandOutput>;
|
|
992
996
|
getInvitationsCount(
|
|
993
997
|
args: GetInvitationsCountCommandInput,
|
|
994
|
-
options?:
|
|
998
|
+
options?: GuardDutyRequestOptions,
|
|
995
999
|
): Promise<GetInvitationsCountCommandOutput>;
|
|
996
1000
|
getInvitationsCount(
|
|
997
1001
|
args: GetInvitationsCountCommandInput,
|
|
@@ -999,22 +1003,22 @@ export interface GuardDuty {
|
|
|
999
1003
|
): void;
|
|
1000
1004
|
getInvitationsCount(
|
|
1001
1005
|
args: GetInvitationsCountCommandInput,
|
|
1002
|
-
options:
|
|
1006
|
+
options: GuardDutyRequestOptions,
|
|
1003
1007
|
cb: (err: any, data?: GetInvitationsCountCommandOutput) => void,
|
|
1004
1008
|
): void;
|
|
1005
1009
|
getIPSet(
|
|
1006
1010
|
args: GetIPSetCommandInput,
|
|
1007
|
-
options?:
|
|
1011
|
+
options?: GuardDutyRequestOptions,
|
|
1008
1012
|
): Promise<GetIPSetCommandOutput>;
|
|
1009
1013
|
getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
|
|
1010
1014
|
getIPSet(
|
|
1011
1015
|
args: GetIPSetCommandInput,
|
|
1012
|
-
options:
|
|
1016
|
+
options: GuardDutyRequestOptions,
|
|
1013
1017
|
cb: (err: any, data?: GetIPSetCommandOutput) => void,
|
|
1014
1018
|
): void;
|
|
1015
1019
|
getMalwareProtectionPlan(
|
|
1016
1020
|
args: GetMalwareProtectionPlanCommandInput,
|
|
1017
|
-
options?:
|
|
1021
|
+
options?: GuardDutyRequestOptions,
|
|
1018
1022
|
): Promise<GetMalwareProtectionPlanCommandOutput>;
|
|
1019
1023
|
getMalwareProtectionPlan(
|
|
1020
1024
|
args: GetMalwareProtectionPlanCommandInput,
|
|
@@ -1022,12 +1026,12 @@ export interface GuardDuty {
|
|
|
1022
1026
|
): void;
|
|
1023
1027
|
getMalwareProtectionPlan(
|
|
1024
1028
|
args: GetMalwareProtectionPlanCommandInput,
|
|
1025
|
-
options:
|
|
1029
|
+
options: GuardDutyRequestOptions,
|
|
1026
1030
|
cb: (err: any, data?: GetMalwareProtectionPlanCommandOutput) => void,
|
|
1027
1031
|
): void;
|
|
1028
1032
|
getMalwareScan(
|
|
1029
1033
|
args: GetMalwareScanCommandInput,
|
|
1030
|
-
options?:
|
|
1034
|
+
options?: GuardDutyRequestOptions,
|
|
1031
1035
|
): Promise<GetMalwareScanCommandOutput>;
|
|
1032
1036
|
getMalwareScan(
|
|
1033
1037
|
args: GetMalwareScanCommandInput,
|
|
@@ -1035,12 +1039,12 @@ export interface GuardDuty {
|
|
|
1035
1039
|
): void;
|
|
1036
1040
|
getMalwareScan(
|
|
1037
1041
|
args: GetMalwareScanCommandInput,
|
|
1038
|
-
options:
|
|
1042
|
+
options: GuardDutyRequestOptions,
|
|
1039
1043
|
cb: (err: any, data?: GetMalwareScanCommandOutput) => void,
|
|
1040
1044
|
): void;
|
|
1041
1045
|
getMalwareScanSettings(
|
|
1042
1046
|
args: GetMalwareScanSettingsCommandInput,
|
|
1043
|
-
options?:
|
|
1047
|
+
options?: GuardDutyRequestOptions,
|
|
1044
1048
|
): Promise<GetMalwareScanSettingsCommandOutput>;
|
|
1045
1049
|
getMalwareScanSettings(
|
|
1046
1050
|
args: GetMalwareScanSettingsCommandInput,
|
|
@@ -1048,12 +1052,12 @@ export interface GuardDuty {
|
|
|
1048
1052
|
): void;
|
|
1049
1053
|
getMalwareScanSettings(
|
|
1050
1054
|
args: GetMalwareScanSettingsCommandInput,
|
|
1051
|
-
options:
|
|
1055
|
+
options: GuardDutyRequestOptions,
|
|
1052
1056
|
cb: (err: any, data?: GetMalwareScanSettingsCommandOutput) => void,
|
|
1053
1057
|
): void;
|
|
1054
1058
|
getMasterAccount(
|
|
1055
1059
|
args: GetMasterAccountCommandInput,
|
|
1056
|
-
options?:
|
|
1060
|
+
options?: GuardDutyRequestOptions,
|
|
1057
1061
|
): Promise<GetMasterAccountCommandOutput>;
|
|
1058
1062
|
getMasterAccount(
|
|
1059
1063
|
args: GetMasterAccountCommandInput,
|
|
@@ -1061,12 +1065,12 @@ export interface GuardDuty {
|
|
|
1061
1065
|
): void;
|
|
1062
1066
|
getMasterAccount(
|
|
1063
1067
|
args: GetMasterAccountCommandInput,
|
|
1064
|
-
options:
|
|
1068
|
+
options: GuardDutyRequestOptions,
|
|
1065
1069
|
cb: (err: any, data?: GetMasterAccountCommandOutput) => void,
|
|
1066
1070
|
): void;
|
|
1067
1071
|
getMemberDetectors(
|
|
1068
1072
|
args: GetMemberDetectorsCommandInput,
|
|
1069
|
-
options?:
|
|
1073
|
+
options?: GuardDutyRequestOptions,
|
|
1070
1074
|
): Promise<GetMemberDetectorsCommandOutput>;
|
|
1071
1075
|
getMemberDetectors(
|
|
1072
1076
|
args: GetMemberDetectorsCommandInput,
|
|
@@ -1074,12 +1078,12 @@ export interface GuardDuty {
|
|
|
1074
1078
|
): void;
|
|
1075
1079
|
getMemberDetectors(
|
|
1076
1080
|
args: GetMemberDetectorsCommandInput,
|
|
1077
|
-
options:
|
|
1081
|
+
options: GuardDutyRequestOptions,
|
|
1078
1082
|
cb: (err: any, data?: GetMemberDetectorsCommandOutput) => void,
|
|
1079
1083
|
): void;
|
|
1080
1084
|
getMembers(
|
|
1081
1085
|
args: GetMembersCommandInput,
|
|
1082
|
-
options?:
|
|
1086
|
+
options?: GuardDutyRequestOptions,
|
|
1083
1087
|
): Promise<GetMembersCommandOutput>;
|
|
1084
1088
|
getMembers(
|
|
1085
1089
|
args: GetMembersCommandInput,
|
|
@@ -1087,13 +1091,13 @@ export interface GuardDuty {
|
|
|
1087
1091
|
): void;
|
|
1088
1092
|
getMembers(
|
|
1089
1093
|
args: GetMembersCommandInput,
|
|
1090
|
-
options:
|
|
1094
|
+
options: GuardDutyRequestOptions,
|
|
1091
1095
|
cb: (err: any, data?: GetMembersCommandOutput) => void,
|
|
1092
1096
|
): void;
|
|
1093
1097
|
getOrganizationStatistics(): Promise<GetOrganizationStatisticsCommandOutput>;
|
|
1094
1098
|
getOrganizationStatistics(
|
|
1095
1099
|
args: GetOrganizationStatisticsCommandInput,
|
|
1096
|
-
options?:
|
|
1100
|
+
options?: GuardDutyRequestOptions,
|
|
1097
1101
|
): Promise<GetOrganizationStatisticsCommandOutput>;
|
|
1098
1102
|
getOrganizationStatistics(
|
|
1099
1103
|
args: GetOrganizationStatisticsCommandInput,
|
|
@@ -1101,12 +1105,12 @@ export interface GuardDuty {
|
|
|
1101
1105
|
): void;
|
|
1102
1106
|
getOrganizationStatistics(
|
|
1103
1107
|
args: GetOrganizationStatisticsCommandInput,
|
|
1104
|
-
options:
|
|
1108
|
+
options: GuardDutyRequestOptions,
|
|
1105
1109
|
cb: (err: any, data?: GetOrganizationStatisticsCommandOutput) => void,
|
|
1106
1110
|
): void;
|
|
1107
1111
|
getRemainingFreeTrialDays(
|
|
1108
1112
|
args: GetRemainingFreeTrialDaysCommandInput,
|
|
1109
|
-
options?:
|
|
1113
|
+
options?: GuardDutyRequestOptions,
|
|
1110
1114
|
): Promise<GetRemainingFreeTrialDaysCommandOutput>;
|
|
1111
1115
|
getRemainingFreeTrialDays(
|
|
1112
1116
|
args: GetRemainingFreeTrialDaysCommandInput,
|
|
@@ -1114,12 +1118,12 @@ export interface GuardDuty {
|
|
|
1114
1118
|
): void;
|
|
1115
1119
|
getRemainingFreeTrialDays(
|
|
1116
1120
|
args: GetRemainingFreeTrialDaysCommandInput,
|
|
1117
|
-
options:
|
|
1121
|
+
options: GuardDutyRequestOptions,
|
|
1118
1122
|
cb: (err: any, data?: GetRemainingFreeTrialDaysCommandOutput) => void,
|
|
1119
1123
|
): void;
|
|
1120
1124
|
getThreatEntitySet(
|
|
1121
1125
|
args: GetThreatEntitySetCommandInput,
|
|
1122
|
-
options?:
|
|
1126
|
+
options?: GuardDutyRequestOptions,
|
|
1123
1127
|
): Promise<GetThreatEntitySetCommandOutput>;
|
|
1124
1128
|
getThreatEntitySet(
|
|
1125
1129
|
args: GetThreatEntitySetCommandInput,
|
|
@@ -1127,12 +1131,12 @@ export interface GuardDuty {
|
|
|
1127
1131
|
): void;
|
|
1128
1132
|
getThreatEntitySet(
|
|
1129
1133
|
args: GetThreatEntitySetCommandInput,
|
|
1130
|
-
options:
|
|
1134
|
+
options: GuardDutyRequestOptions,
|
|
1131
1135
|
cb: (err: any, data?: GetThreatEntitySetCommandOutput) => void,
|
|
1132
1136
|
): void;
|
|
1133
1137
|
getThreatIntelSet(
|
|
1134
1138
|
args: GetThreatIntelSetCommandInput,
|
|
1135
|
-
options?:
|
|
1139
|
+
options?: GuardDutyRequestOptions,
|
|
1136
1140
|
): Promise<GetThreatIntelSetCommandOutput>;
|
|
1137
1141
|
getThreatIntelSet(
|
|
1138
1142
|
args: GetThreatIntelSetCommandInput,
|
|
@@ -1140,12 +1144,12 @@ export interface GuardDuty {
|
|
|
1140
1144
|
): void;
|
|
1141
1145
|
getThreatIntelSet(
|
|
1142
1146
|
args: GetThreatIntelSetCommandInput,
|
|
1143
|
-
options:
|
|
1147
|
+
options: GuardDutyRequestOptions,
|
|
1144
1148
|
cb: (err: any, data?: GetThreatIntelSetCommandOutput) => void,
|
|
1145
1149
|
): void;
|
|
1146
1150
|
getTrustedEntitySet(
|
|
1147
1151
|
args: GetTrustedEntitySetCommandInput,
|
|
1148
|
-
options?:
|
|
1152
|
+
options?: GuardDutyRequestOptions,
|
|
1149
1153
|
): Promise<GetTrustedEntitySetCommandOutput>;
|
|
1150
1154
|
getTrustedEntitySet(
|
|
1151
1155
|
args: GetTrustedEntitySetCommandInput,
|
|
@@ -1153,12 +1157,12 @@ export interface GuardDuty {
|
|
|
1153
1157
|
): void;
|
|
1154
1158
|
getTrustedEntitySet(
|
|
1155
1159
|
args: GetTrustedEntitySetCommandInput,
|
|
1156
|
-
options:
|
|
1160
|
+
options: GuardDutyRequestOptions,
|
|
1157
1161
|
cb: (err: any, data?: GetTrustedEntitySetCommandOutput) => void,
|
|
1158
1162
|
): void;
|
|
1159
1163
|
getUsageStatistics(
|
|
1160
1164
|
args: GetUsageStatisticsCommandInput,
|
|
1161
|
-
options?:
|
|
1165
|
+
options?: GuardDutyRequestOptions,
|
|
1162
1166
|
): Promise<GetUsageStatisticsCommandOutput>;
|
|
1163
1167
|
getUsageStatistics(
|
|
1164
1168
|
args: GetUsageStatisticsCommandInput,
|
|
@@ -1166,12 +1170,12 @@ export interface GuardDuty {
|
|
|
1166
1170
|
): void;
|
|
1167
1171
|
getUsageStatistics(
|
|
1168
1172
|
args: GetUsageStatisticsCommandInput,
|
|
1169
|
-
options:
|
|
1173
|
+
options: GuardDutyRequestOptions,
|
|
1170
1174
|
cb: (err: any, data?: GetUsageStatisticsCommandOutput) => void,
|
|
1171
1175
|
): void;
|
|
1172
1176
|
inviteMembers(
|
|
1173
1177
|
args: InviteMembersCommandInput,
|
|
1174
|
-
options?:
|
|
1178
|
+
options?: GuardDutyRequestOptions,
|
|
1175
1179
|
): Promise<InviteMembersCommandOutput>;
|
|
1176
1180
|
inviteMembers(
|
|
1177
1181
|
args: InviteMembersCommandInput,
|
|
@@ -1179,12 +1183,12 @@ export interface GuardDuty {
|
|
|
1179
1183
|
): void;
|
|
1180
1184
|
inviteMembers(
|
|
1181
1185
|
args: InviteMembersCommandInput,
|
|
1182
|
-
options:
|
|
1186
|
+
options: GuardDutyRequestOptions,
|
|
1183
1187
|
cb: (err: any, data?: InviteMembersCommandOutput) => void,
|
|
1184
1188
|
): void;
|
|
1185
1189
|
listCoverage(
|
|
1186
1190
|
args: ListCoverageCommandInput,
|
|
1187
|
-
options?:
|
|
1191
|
+
options?: GuardDutyRequestOptions,
|
|
1188
1192
|
): Promise<ListCoverageCommandOutput>;
|
|
1189
1193
|
listCoverage(
|
|
1190
1194
|
args: ListCoverageCommandInput,
|
|
@@ -1192,13 +1196,13 @@ export interface GuardDuty {
|
|
|
1192
1196
|
): void;
|
|
1193
1197
|
listCoverage(
|
|
1194
1198
|
args: ListCoverageCommandInput,
|
|
1195
|
-
options:
|
|
1199
|
+
options: GuardDutyRequestOptions,
|
|
1196
1200
|
cb: (err: any, data?: ListCoverageCommandOutput) => void,
|
|
1197
1201
|
): void;
|
|
1198
1202
|
listCustomDetectionRuleAssociations(): Promise<ListCustomDetectionRuleAssociationsCommandOutput>;
|
|
1199
1203
|
listCustomDetectionRuleAssociations(
|
|
1200
1204
|
args: ListCustomDetectionRuleAssociationsCommandInput,
|
|
1201
|
-
options?:
|
|
1205
|
+
options?: GuardDutyRequestOptions,
|
|
1202
1206
|
): Promise<ListCustomDetectionRuleAssociationsCommandOutput>;
|
|
1203
1207
|
listCustomDetectionRuleAssociations(
|
|
1204
1208
|
args: ListCustomDetectionRuleAssociationsCommandInput,
|
|
@@ -1206,13 +1210,13 @@ export interface GuardDuty {
|
|
|
1206
1210
|
): void;
|
|
1207
1211
|
listCustomDetectionRuleAssociations(
|
|
1208
1212
|
args: ListCustomDetectionRuleAssociationsCommandInput,
|
|
1209
|
-
options:
|
|
1213
|
+
options: GuardDutyRequestOptions,
|
|
1210
1214
|
cb: (err: any, data?: ListCustomDetectionRuleAssociationsCommandOutput) => void,
|
|
1211
1215
|
): void;
|
|
1212
1216
|
listCustomDetectionRuleOrgConfigurations(): Promise<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
|
|
1213
1217
|
listCustomDetectionRuleOrgConfigurations(
|
|
1214
1218
|
args: ListCustomDetectionRuleOrgConfigurationsCommandInput,
|
|
1215
|
-
options?:
|
|
1219
|
+
options?: GuardDutyRequestOptions,
|
|
1216
1220
|
): Promise<ListCustomDetectionRuleOrgConfigurationsCommandOutput>;
|
|
1217
1221
|
listCustomDetectionRuleOrgConfigurations(
|
|
1218
1222
|
args: ListCustomDetectionRuleOrgConfigurationsCommandInput,
|
|
@@ -1220,13 +1224,13 @@ export interface GuardDuty {
|
|
|
1220
1224
|
): void;
|
|
1221
1225
|
listCustomDetectionRuleOrgConfigurations(
|
|
1222
1226
|
args: ListCustomDetectionRuleOrgConfigurationsCommandInput,
|
|
1223
|
-
options:
|
|
1227
|
+
options: GuardDutyRequestOptions,
|
|
1224
1228
|
cb: (err: any, data?: ListCustomDetectionRuleOrgConfigurationsCommandOutput) => void,
|
|
1225
1229
|
): void;
|
|
1226
1230
|
listCustomDetectionRules(): Promise<ListCustomDetectionRulesCommandOutput>;
|
|
1227
1231
|
listCustomDetectionRules(
|
|
1228
1232
|
args: ListCustomDetectionRulesCommandInput,
|
|
1229
|
-
options?:
|
|
1233
|
+
options?: GuardDutyRequestOptions,
|
|
1230
1234
|
): Promise<ListCustomDetectionRulesCommandOutput>;
|
|
1231
1235
|
listCustomDetectionRules(
|
|
1232
1236
|
args: ListCustomDetectionRulesCommandInput,
|
|
@@ -1234,13 +1238,13 @@ export interface GuardDuty {
|
|
|
1234
1238
|
): void;
|
|
1235
1239
|
listCustomDetectionRules(
|
|
1236
1240
|
args: ListCustomDetectionRulesCommandInput,
|
|
1237
|
-
options:
|
|
1241
|
+
options: GuardDutyRequestOptions,
|
|
1238
1242
|
cb: (err: any, data?: ListCustomDetectionRulesCommandOutput) => void,
|
|
1239
1243
|
): void;
|
|
1240
1244
|
listDetectors(): Promise<ListDetectorsCommandOutput>;
|
|
1241
1245
|
listDetectors(
|
|
1242
1246
|
args: ListDetectorsCommandInput,
|
|
1243
|
-
options?:
|
|
1247
|
+
options?: GuardDutyRequestOptions,
|
|
1244
1248
|
): Promise<ListDetectorsCommandOutput>;
|
|
1245
1249
|
listDetectors(
|
|
1246
1250
|
args: ListDetectorsCommandInput,
|
|
@@ -1248,12 +1252,12 @@ export interface GuardDuty {
|
|
|
1248
1252
|
): void;
|
|
1249
1253
|
listDetectors(
|
|
1250
1254
|
args: ListDetectorsCommandInput,
|
|
1251
|
-
options:
|
|
1255
|
+
options: GuardDutyRequestOptions,
|
|
1252
1256
|
cb: (err: any, data?: ListDetectorsCommandOutput) => void,
|
|
1253
1257
|
): void;
|
|
1254
1258
|
listFilters(
|
|
1255
1259
|
args: ListFiltersCommandInput,
|
|
1256
|
-
options?:
|
|
1260
|
+
options?: GuardDutyRequestOptions,
|
|
1257
1261
|
): Promise<ListFiltersCommandOutput>;
|
|
1258
1262
|
listFilters(
|
|
1259
1263
|
args: ListFiltersCommandInput,
|
|
@@ -1261,12 +1265,12 @@ export interface GuardDuty {
|
|
|
1261
1265
|
): void;
|
|
1262
1266
|
listFilters(
|
|
1263
1267
|
args: ListFiltersCommandInput,
|
|
1264
|
-
options:
|
|
1268
|
+
options: GuardDutyRequestOptions,
|
|
1265
1269
|
cb: (err: any, data?: ListFiltersCommandOutput) => void,
|
|
1266
1270
|
): void;
|
|
1267
1271
|
listFindings(
|
|
1268
1272
|
args: ListFindingsCommandInput,
|
|
1269
|
-
options?:
|
|
1273
|
+
options?: GuardDutyRequestOptions,
|
|
1270
1274
|
): Promise<ListFindingsCommandOutput>;
|
|
1271
1275
|
listFindings(
|
|
1272
1276
|
args: ListFindingsCommandInput,
|
|
@@ -1274,12 +1278,12 @@ export interface GuardDuty {
|
|
|
1274
1278
|
): void;
|
|
1275
1279
|
listFindings(
|
|
1276
1280
|
args: ListFindingsCommandInput,
|
|
1277
|
-
options:
|
|
1281
|
+
options: GuardDutyRequestOptions,
|
|
1278
1282
|
cb: (err: any, data?: ListFindingsCommandOutput) => void,
|
|
1279
1283
|
): void;
|
|
1280
1284
|
listInvestigations(
|
|
1281
1285
|
args: ListInvestigationsCommandInput,
|
|
1282
|
-
options?:
|
|
1286
|
+
options?: GuardDutyRequestOptions,
|
|
1283
1287
|
): Promise<ListInvestigationsCommandOutput>;
|
|
1284
1288
|
listInvestigations(
|
|
1285
1289
|
args: ListInvestigationsCommandInput,
|
|
@@ -1287,13 +1291,13 @@ export interface GuardDuty {
|
|
|
1287
1291
|
): void;
|
|
1288
1292
|
listInvestigations(
|
|
1289
1293
|
args: ListInvestigationsCommandInput,
|
|
1290
|
-
options:
|
|
1294
|
+
options: GuardDutyRequestOptions,
|
|
1291
1295
|
cb: (err: any, data?: ListInvestigationsCommandOutput) => void,
|
|
1292
1296
|
): void;
|
|
1293
1297
|
listInvitations(): Promise<ListInvitationsCommandOutput>;
|
|
1294
1298
|
listInvitations(
|
|
1295
1299
|
args: ListInvitationsCommandInput,
|
|
1296
|
-
options?:
|
|
1300
|
+
options?: GuardDutyRequestOptions,
|
|
1297
1301
|
): Promise<ListInvitationsCommandOutput>;
|
|
1298
1302
|
listInvitations(
|
|
1299
1303
|
args: ListInvitationsCommandInput,
|
|
@@ -1301,12 +1305,12 @@ export interface GuardDuty {
|
|
|
1301
1305
|
): void;
|
|
1302
1306
|
listInvitations(
|
|
1303
1307
|
args: ListInvitationsCommandInput,
|
|
1304
|
-
options:
|
|
1308
|
+
options: GuardDutyRequestOptions,
|
|
1305
1309
|
cb: (err: any, data?: ListInvitationsCommandOutput) => void,
|
|
1306
1310
|
): void;
|
|
1307
1311
|
listIPSets(
|
|
1308
1312
|
args: ListIPSetsCommandInput,
|
|
1309
|
-
options?:
|
|
1313
|
+
options?: GuardDutyRequestOptions,
|
|
1310
1314
|
): Promise<ListIPSetsCommandOutput>;
|
|
1311
1315
|
listIPSets(
|
|
1312
1316
|
args: ListIPSetsCommandInput,
|
|
@@ -1314,13 +1318,13 @@ export interface GuardDuty {
|
|
|
1314
1318
|
): void;
|
|
1315
1319
|
listIPSets(
|
|
1316
1320
|
args: ListIPSetsCommandInput,
|
|
1317
|
-
options:
|
|
1321
|
+
options: GuardDutyRequestOptions,
|
|
1318
1322
|
cb: (err: any, data?: ListIPSetsCommandOutput) => void,
|
|
1319
1323
|
): void;
|
|
1320
1324
|
listMalwareProtectionPlans(): Promise<ListMalwareProtectionPlansCommandOutput>;
|
|
1321
1325
|
listMalwareProtectionPlans(
|
|
1322
1326
|
args: ListMalwareProtectionPlansCommandInput,
|
|
1323
|
-
options?:
|
|
1327
|
+
options?: GuardDutyRequestOptions,
|
|
1324
1328
|
): Promise<ListMalwareProtectionPlansCommandOutput>;
|
|
1325
1329
|
listMalwareProtectionPlans(
|
|
1326
1330
|
args: ListMalwareProtectionPlansCommandInput,
|
|
@@ -1328,13 +1332,13 @@ export interface GuardDuty {
|
|
|
1328
1332
|
): void;
|
|
1329
1333
|
listMalwareProtectionPlans(
|
|
1330
1334
|
args: ListMalwareProtectionPlansCommandInput,
|
|
1331
|
-
options:
|
|
1335
|
+
options: GuardDutyRequestOptions,
|
|
1332
1336
|
cb: (err: any, data?: ListMalwareProtectionPlansCommandOutput) => void,
|
|
1333
1337
|
): void;
|
|
1334
1338
|
listMalwareScans(): Promise<ListMalwareScansCommandOutput>;
|
|
1335
1339
|
listMalwareScans(
|
|
1336
1340
|
args: ListMalwareScansCommandInput,
|
|
1337
|
-
options?:
|
|
1341
|
+
options?: GuardDutyRequestOptions,
|
|
1338
1342
|
): Promise<ListMalwareScansCommandOutput>;
|
|
1339
1343
|
listMalwareScans(
|
|
1340
1344
|
args: ListMalwareScansCommandInput,
|
|
@@ -1342,12 +1346,12 @@ export interface GuardDuty {
|
|
|
1342
1346
|
): void;
|
|
1343
1347
|
listMalwareScans(
|
|
1344
1348
|
args: ListMalwareScansCommandInput,
|
|
1345
|
-
options:
|
|
1349
|
+
options: GuardDutyRequestOptions,
|
|
1346
1350
|
cb: (err: any, data?: ListMalwareScansCommandOutput) => void,
|
|
1347
1351
|
): void;
|
|
1348
1352
|
listMembers(
|
|
1349
1353
|
args: ListMembersCommandInput,
|
|
1350
|
-
options?:
|
|
1354
|
+
options?: GuardDutyRequestOptions,
|
|
1351
1355
|
): Promise<ListMembersCommandOutput>;
|
|
1352
1356
|
listMembers(
|
|
1353
1357
|
args: ListMembersCommandInput,
|
|
@@ -1355,13 +1359,13 @@ export interface GuardDuty {
|
|
|
1355
1359
|
): void;
|
|
1356
1360
|
listMembers(
|
|
1357
1361
|
args: ListMembersCommandInput,
|
|
1358
|
-
options:
|
|
1362
|
+
options: GuardDutyRequestOptions,
|
|
1359
1363
|
cb: (err: any, data?: ListMembersCommandOutput) => void,
|
|
1360
1364
|
): void;
|
|
1361
1365
|
listOrganizationAdminAccounts(): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
1362
1366
|
listOrganizationAdminAccounts(
|
|
1363
1367
|
args: ListOrganizationAdminAccountsCommandInput,
|
|
1364
|
-
options?:
|
|
1368
|
+
options?: GuardDutyRequestOptions,
|
|
1365
1369
|
): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
1366
1370
|
listOrganizationAdminAccounts(
|
|
1367
1371
|
args: ListOrganizationAdminAccountsCommandInput,
|
|
@@ -1369,12 +1373,12 @@ export interface GuardDuty {
|
|
|
1369
1373
|
): void;
|
|
1370
1374
|
listOrganizationAdminAccounts(
|
|
1371
1375
|
args: ListOrganizationAdminAccountsCommandInput,
|
|
1372
|
-
options:
|
|
1376
|
+
options: GuardDutyRequestOptions,
|
|
1373
1377
|
cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void,
|
|
1374
1378
|
): void;
|
|
1375
1379
|
listPublishingDestinations(
|
|
1376
1380
|
args: ListPublishingDestinationsCommandInput,
|
|
1377
|
-
options?:
|
|
1381
|
+
options?: GuardDutyRequestOptions,
|
|
1378
1382
|
): Promise<ListPublishingDestinationsCommandOutput>;
|
|
1379
1383
|
listPublishingDestinations(
|
|
1380
1384
|
args: ListPublishingDestinationsCommandInput,
|
|
@@ -1382,12 +1386,12 @@ export interface GuardDuty {
|
|
|
1382
1386
|
): void;
|
|
1383
1387
|
listPublishingDestinations(
|
|
1384
1388
|
args: ListPublishingDestinationsCommandInput,
|
|
1385
|
-
options:
|
|
1389
|
+
options: GuardDutyRequestOptions,
|
|
1386
1390
|
cb: (err: any, data?: ListPublishingDestinationsCommandOutput) => void,
|
|
1387
1391
|
): void;
|
|
1388
1392
|
listTagsForResource(
|
|
1389
1393
|
args: ListTagsForResourceCommandInput,
|
|
1390
|
-
options?:
|
|
1394
|
+
options?: GuardDutyRequestOptions,
|
|
1391
1395
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
1392
1396
|
listTagsForResource(
|
|
1393
1397
|
args: ListTagsForResourceCommandInput,
|
|
@@ -1395,12 +1399,12 @@ export interface GuardDuty {
|
|
|
1395
1399
|
): void;
|
|
1396
1400
|
listTagsForResource(
|
|
1397
1401
|
args: ListTagsForResourceCommandInput,
|
|
1398
|
-
options:
|
|
1402
|
+
options: GuardDutyRequestOptions,
|
|
1399
1403
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1400
1404
|
): void;
|
|
1401
1405
|
listThreatEntitySets(
|
|
1402
1406
|
args: ListThreatEntitySetsCommandInput,
|
|
1403
|
-
options?:
|
|
1407
|
+
options?: GuardDutyRequestOptions,
|
|
1404
1408
|
): Promise<ListThreatEntitySetsCommandOutput>;
|
|
1405
1409
|
listThreatEntitySets(
|
|
1406
1410
|
args: ListThreatEntitySetsCommandInput,
|
|
@@ -1408,12 +1412,12 @@ export interface GuardDuty {
|
|
|
1408
1412
|
): void;
|
|
1409
1413
|
listThreatEntitySets(
|
|
1410
1414
|
args: ListThreatEntitySetsCommandInput,
|
|
1411
|
-
options:
|
|
1415
|
+
options: GuardDutyRequestOptions,
|
|
1412
1416
|
cb: (err: any, data?: ListThreatEntitySetsCommandOutput) => void,
|
|
1413
1417
|
): void;
|
|
1414
1418
|
listThreatIntelSets(
|
|
1415
1419
|
args: ListThreatIntelSetsCommandInput,
|
|
1416
|
-
options?:
|
|
1420
|
+
options?: GuardDutyRequestOptions,
|
|
1417
1421
|
): Promise<ListThreatIntelSetsCommandOutput>;
|
|
1418
1422
|
listThreatIntelSets(
|
|
1419
1423
|
args: ListThreatIntelSetsCommandInput,
|
|
@@ -1421,12 +1425,12 @@ export interface GuardDuty {
|
|
|
1421
1425
|
): void;
|
|
1422
1426
|
listThreatIntelSets(
|
|
1423
1427
|
args: ListThreatIntelSetsCommandInput,
|
|
1424
|
-
options:
|
|
1428
|
+
options: GuardDutyRequestOptions,
|
|
1425
1429
|
cb: (err: any, data?: ListThreatIntelSetsCommandOutput) => void,
|
|
1426
1430
|
): void;
|
|
1427
1431
|
listTrustedEntitySets(
|
|
1428
1432
|
args: ListTrustedEntitySetsCommandInput,
|
|
1429
|
-
options?:
|
|
1433
|
+
options?: GuardDutyRequestOptions,
|
|
1430
1434
|
): Promise<ListTrustedEntitySetsCommandOutput>;
|
|
1431
1435
|
listTrustedEntitySets(
|
|
1432
1436
|
args: ListTrustedEntitySetsCommandInput,
|
|
@@ -1434,13 +1438,13 @@ export interface GuardDuty {
|
|
|
1434
1438
|
): void;
|
|
1435
1439
|
listTrustedEntitySets(
|
|
1436
1440
|
args: ListTrustedEntitySetsCommandInput,
|
|
1437
|
-
options:
|
|
1441
|
+
options: GuardDutyRequestOptions,
|
|
1438
1442
|
cb: (err: any, data?: ListTrustedEntitySetsCommandOutput) => void,
|
|
1439
1443
|
): void;
|
|
1440
1444
|
sendObjectMalwareScan(): Promise<SendObjectMalwareScanCommandOutput>;
|
|
1441
1445
|
sendObjectMalwareScan(
|
|
1442
1446
|
args: SendObjectMalwareScanCommandInput,
|
|
1443
|
-
options?:
|
|
1447
|
+
options?: GuardDutyRequestOptions,
|
|
1444
1448
|
): Promise<SendObjectMalwareScanCommandOutput>;
|
|
1445
1449
|
sendObjectMalwareScan(
|
|
1446
1450
|
args: SendObjectMalwareScanCommandInput,
|
|
@@ -1448,12 +1452,12 @@ export interface GuardDuty {
|
|
|
1448
1452
|
): void;
|
|
1449
1453
|
sendObjectMalwareScan(
|
|
1450
1454
|
args: SendObjectMalwareScanCommandInput,
|
|
1451
|
-
options:
|
|
1455
|
+
options: GuardDutyRequestOptions,
|
|
1452
1456
|
cb: (err: any, data?: SendObjectMalwareScanCommandOutput) => void,
|
|
1453
1457
|
): void;
|
|
1454
1458
|
startMalwareScan(
|
|
1455
1459
|
args: StartMalwareScanCommandInput,
|
|
1456
|
-
options?:
|
|
1460
|
+
options?: GuardDutyRequestOptions,
|
|
1457
1461
|
): Promise<StartMalwareScanCommandOutput>;
|
|
1458
1462
|
startMalwareScan(
|
|
1459
1463
|
args: StartMalwareScanCommandInput,
|
|
@@ -1461,12 +1465,12 @@ export interface GuardDuty {
|
|
|
1461
1465
|
): void;
|
|
1462
1466
|
startMalwareScan(
|
|
1463
1467
|
args: StartMalwareScanCommandInput,
|
|
1464
|
-
options:
|
|
1468
|
+
options: GuardDutyRequestOptions,
|
|
1465
1469
|
cb: (err: any, data?: StartMalwareScanCommandOutput) => void,
|
|
1466
1470
|
): void;
|
|
1467
1471
|
startMonitoringMembers(
|
|
1468
1472
|
args: StartMonitoringMembersCommandInput,
|
|
1469
|
-
options?:
|
|
1473
|
+
options?: GuardDutyRequestOptions,
|
|
1470
1474
|
): Promise<StartMonitoringMembersCommandOutput>;
|
|
1471
1475
|
startMonitoringMembers(
|
|
1472
1476
|
args: StartMonitoringMembersCommandInput,
|
|
@@ -1474,12 +1478,12 @@ export interface GuardDuty {
|
|
|
1474
1478
|
): void;
|
|
1475
1479
|
startMonitoringMembers(
|
|
1476
1480
|
args: StartMonitoringMembersCommandInput,
|
|
1477
|
-
options:
|
|
1481
|
+
options: GuardDutyRequestOptions,
|
|
1478
1482
|
cb: (err: any, data?: StartMonitoringMembersCommandOutput) => void,
|
|
1479
1483
|
): void;
|
|
1480
1484
|
stopMonitoringMembers(
|
|
1481
1485
|
args: StopMonitoringMembersCommandInput,
|
|
1482
|
-
options?:
|
|
1486
|
+
options?: GuardDutyRequestOptions,
|
|
1483
1487
|
): Promise<StopMonitoringMembersCommandOutput>;
|
|
1484
1488
|
stopMonitoringMembers(
|
|
1485
1489
|
args: StopMonitoringMembersCommandInput,
|
|
@@ -1487,12 +1491,12 @@ export interface GuardDuty {
|
|
|
1487
1491
|
): void;
|
|
1488
1492
|
stopMonitoringMembers(
|
|
1489
1493
|
args: StopMonitoringMembersCommandInput,
|
|
1490
|
-
options:
|
|
1494
|
+
options: GuardDutyRequestOptions,
|
|
1491
1495
|
cb: (err: any, data?: StopMonitoringMembersCommandOutput) => void,
|
|
1492
1496
|
): void;
|
|
1493
1497
|
tagResource(
|
|
1494
1498
|
args: TagResourceCommandInput,
|
|
1495
|
-
options?:
|
|
1499
|
+
options?: GuardDutyRequestOptions,
|
|
1496
1500
|
): Promise<TagResourceCommandOutput>;
|
|
1497
1501
|
tagResource(
|
|
1498
1502
|
args: TagResourceCommandInput,
|
|
@@ -1500,12 +1504,12 @@ export interface GuardDuty {
|
|
|
1500
1504
|
): void;
|
|
1501
1505
|
tagResource(
|
|
1502
1506
|
args: TagResourceCommandInput,
|
|
1503
|
-
options:
|
|
1507
|
+
options: GuardDutyRequestOptions,
|
|
1504
1508
|
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1505
1509
|
): void;
|
|
1506
1510
|
unarchiveFindings(
|
|
1507
1511
|
args: UnarchiveFindingsCommandInput,
|
|
1508
|
-
options?:
|
|
1512
|
+
options?: GuardDutyRequestOptions,
|
|
1509
1513
|
): Promise<UnarchiveFindingsCommandOutput>;
|
|
1510
1514
|
unarchiveFindings(
|
|
1511
1515
|
args: UnarchiveFindingsCommandInput,
|
|
@@ -1513,12 +1517,12 @@ export interface GuardDuty {
|
|
|
1513
1517
|
): void;
|
|
1514
1518
|
unarchiveFindings(
|
|
1515
1519
|
args: UnarchiveFindingsCommandInput,
|
|
1516
|
-
options:
|
|
1520
|
+
options: GuardDutyRequestOptions,
|
|
1517
1521
|
cb: (err: any, data?: UnarchiveFindingsCommandOutput) => void,
|
|
1518
1522
|
): void;
|
|
1519
1523
|
untagResource(
|
|
1520
1524
|
args: UntagResourceCommandInput,
|
|
1521
|
-
options?:
|
|
1525
|
+
options?: GuardDutyRequestOptions,
|
|
1522
1526
|
): Promise<UntagResourceCommandOutput>;
|
|
1523
1527
|
untagResource(
|
|
1524
1528
|
args: UntagResourceCommandInput,
|
|
@@ -1526,12 +1530,12 @@ export interface GuardDuty {
|
|
|
1526
1530
|
): void;
|
|
1527
1531
|
untagResource(
|
|
1528
1532
|
args: UntagResourceCommandInput,
|
|
1529
|
-
options:
|
|
1533
|
+
options: GuardDutyRequestOptions,
|
|
1530
1534
|
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1531
1535
|
): void;
|
|
1532
1536
|
updateCustomDetectionRuleAssociation(
|
|
1533
1537
|
args: UpdateCustomDetectionRuleAssociationCommandInput,
|
|
1534
|
-
options?:
|
|
1538
|
+
options?: GuardDutyRequestOptions,
|
|
1535
1539
|
): Promise<UpdateCustomDetectionRuleAssociationCommandOutput>;
|
|
1536
1540
|
updateCustomDetectionRuleAssociation(
|
|
1537
1541
|
args: UpdateCustomDetectionRuleAssociationCommandInput,
|
|
@@ -1539,12 +1543,12 @@ export interface GuardDuty {
|
|
|
1539
1543
|
): void;
|
|
1540
1544
|
updateCustomDetectionRuleAssociation(
|
|
1541
1545
|
args: UpdateCustomDetectionRuleAssociationCommandInput,
|
|
1542
|
-
options:
|
|
1546
|
+
options: GuardDutyRequestOptions,
|
|
1543
1547
|
cb: (err: any, data?: UpdateCustomDetectionRuleAssociationCommandOutput) => void,
|
|
1544
1548
|
): void;
|
|
1545
1549
|
updateCustomDetectionRuleOrgConfiguration(
|
|
1546
1550
|
args: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
|
|
1547
|
-
options?:
|
|
1551
|
+
options?: GuardDutyRequestOptions,
|
|
1548
1552
|
): Promise<UpdateCustomDetectionRuleOrgConfigurationCommandOutput>;
|
|
1549
1553
|
updateCustomDetectionRuleOrgConfiguration(
|
|
1550
1554
|
args: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
|
|
@@ -1552,12 +1556,12 @@ export interface GuardDuty {
|
|
|
1552
1556
|
): void;
|
|
1553
1557
|
updateCustomDetectionRuleOrgConfiguration(
|
|
1554
1558
|
args: UpdateCustomDetectionRuleOrgConfigurationCommandInput,
|
|
1555
|
-
options:
|
|
1559
|
+
options: GuardDutyRequestOptions,
|
|
1556
1560
|
cb: (err: any, data?: UpdateCustomDetectionRuleOrgConfigurationCommandOutput) => void,
|
|
1557
1561
|
): void;
|
|
1558
1562
|
updateDetector(
|
|
1559
1563
|
args: UpdateDetectorCommandInput,
|
|
1560
|
-
options?:
|
|
1564
|
+
options?: GuardDutyRequestOptions,
|
|
1561
1565
|
): Promise<UpdateDetectorCommandOutput>;
|
|
1562
1566
|
updateDetector(
|
|
1563
1567
|
args: UpdateDetectorCommandInput,
|
|
@@ -1565,12 +1569,12 @@ export interface GuardDuty {
|
|
|
1565
1569
|
): void;
|
|
1566
1570
|
updateDetector(
|
|
1567
1571
|
args: UpdateDetectorCommandInput,
|
|
1568
|
-
options:
|
|
1572
|
+
options: GuardDutyRequestOptions,
|
|
1569
1573
|
cb: (err: any, data?: UpdateDetectorCommandOutput) => void,
|
|
1570
1574
|
): void;
|
|
1571
1575
|
updateFilter(
|
|
1572
1576
|
args: UpdateFilterCommandInput,
|
|
1573
|
-
options?:
|
|
1577
|
+
options?: GuardDutyRequestOptions,
|
|
1574
1578
|
): Promise<UpdateFilterCommandOutput>;
|
|
1575
1579
|
updateFilter(
|
|
1576
1580
|
args: UpdateFilterCommandInput,
|
|
@@ -1578,12 +1582,12 @@ export interface GuardDuty {
|
|
|
1578
1582
|
): void;
|
|
1579
1583
|
updateFilter(
|
|
1580
1584
|
args: UpdateFilterCommandInput,
|
|
1581
|
-
options:
|
|
1585
|
+
options: GuardDutyRequestOptions,
|
|
1582
1586
|
cb: (err: any, data?: UpdateFilterCommandOutput) => void,
|
|
1583
1587
|
): void;
|
|
1584
1588
|
updateFindingsFeedback(
|
|
1585
1589
|
args: UpdateFindingsFeedbackCommandInput,
|
|
1586
|
-
options?:
|
|
1590
|
+
options?: GuardDutyRequestOptions,
|
|
1587
1591
|
): Promise<UpdateFindingsFeedbackCommandOutput>;
|
|
1588
1592
|
updateFindingsFeedback(
|
|
1589
1593
|
args: UpdateFindingsFeedbackCommandInput,
|
|
@@ -1591,12 +1595,12 @@ export interface GuardDuty {
|
|
|
1591
1595
|
): void;
|
|
1592
1596
|
updateFindingsFeedback(
|
|
1593
1597
|
args: UpdateFindingsFeedbackCommandInput,
|
|
1594
|
-
options:
|
|
1598
|
+
options: GuardDutyRequestOptions,
|
|
1595
1599
|
cb: (err: any, data?: UpdateFindingsFeedbackCommandOutput) => void,
|
|
1596
1600
|
): void;
|
|
1597
1601
|
updateIPSet(
|
|
1598
1602
|
args: UpdateIPSetCommandInput,
|
|
1599
|
-
options?:
|
|
1603
|
+
options?: GuardDutyRequestOptions,
|
|
1600
1604
|
): Promise<UpdateIPSetCommandOutput>;
|
|
1601
1605
|
updateIPSet(
|
|
1602
1606
|
args: UpdateIPSetCommandInput,
|
|
@@ -1604,12 +1608,12 @@ export interface GuardDuty {
|
|
|
1604
1608
|
): void;
|
|
1605
1609
|
updateIPSet(
|
|
1606
1610
|
args: UpdateIPSetCommandInput,
|
|
1607
|
-
options:
|
|
1611
|
+
options: GuardDutyRequestOptions,
|
|
1608
1612
|
cb: (err: any, data?: UpdateIPSetCommandOutput) => void,
|
|
1609
1613
|
): void;
|
|
1610
1614
|
updateMalwareProtectionPlan(
|
|
1611
1615
|
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1612
|
-
options?:
|
|
1616
|
+
options?: GuardDutyRequestOptions,
|
|
1613
1617
|
): Promise<UpdateMalwareProtectionPlanCommandOutput>;
|
|
1614
1618
|
updateMalwareProtectionPlan(
|
|
1615
1619
|
args: UpdateMalwareProtectionPlanCommandInput,
|
|
@@ -1617,12 +1621,12 @@ export interface GuardDuty {
|
|
|
1617
1621
|
): void;
|
|
1618
1622
|
updateMalwareProtectionPlan(
|
|
1619
1623
|
args: UpdateMalwareProtectionPlanCommandInput,
|
|
1620
|
-
options:
|
|
1624
|
+
options: GuardDutyRequestOptions,
|
|
1621
1625
|
cb: (err: any, data?: UpdateMalwareProtectionPlanCommandOutput) => void,
|
|
1622
1626
|
): void;
|
|
1623
1627
|
updateMalwareScanSettings(
|
|
1624
1628
|
args: UpdateMalwareScanSettingsCommandInput,
|
|
1625
|
-
options?:
|
|
1629
|
+
options?: GuardDutyRequestOptions,
|
|
1626
1630
|
): Promise<UpdateMalwareScanSettingsCommandOutput>;
|
|
1627
1631
|
updateMalwareScanSettings(
|
|
1628
1632
|
args: UpdateMalwareScanSettingsCommandInput,
|
|
@@ -1630,12 +1634,12 @@ export interface GuardDuty {
|
|
|
1630
1634
|
): void;
|
|
1631
1635
|
updateMalwareScanSettings(
|
|
1632
1636
|
args: UpdateMalwareScanSettingsCommandInput,
|
|
1633
|
-
options:
|
|
1637
|
+
options: GuardDutyRequestOptions,
|
|
1634
1638
|
cb: (err: any, data?: UpdateMalwareScanSettingsCommandOutput) => void,
|
|
1635
1639
|
): void;
|
|
1636
1640
|
updateMemberDetectors(
|
|
1637
1641
|
args: UpdateMemberDetectorsCommandInput,
|
|
1638
|
-
options?:
|
|
1642
|
+
options?: GuardDutyRequestOptions,
|
|
1639
1643
|
): Promise<UpdateMemberDetectorsCommandOutput>;
|
|
1640
1644
|
updateMemberDetectors(
|
|
1641
1645
|
args: UpdateMemberDetectorsCommandInput,
|
|
@@ -1643,12 +1647,12 @@ export interface GuardDuty {
|
|
|
1643
1647
|
): void;
|
|
1644
1648
|
updateMemberDetectors(
|
|
1645
1649
|
args: UpdateMemberDetectorsCommandInput,
|
|
1646
|
-
options:
|
|
1650
|
+
options: GuardDutyRequestOptions,
|
|
1647
1651
|
cb: (err: any, data?: UpdateMemberDetectorsCommandOutput) => void,
|
|
1648
1652
|
): void;
|
|
1649
1653
|
updateOrganizationConfiguration(
|
|
1650
1654
|
args: UpdateOrganizationConfigurationCommandInput,
|
|
1651
|
-
options?:
|
|
1655
|
+
options?: GuardDutyRequestOptions,
|
|
1652
1656
|
): Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
1653
1657
|
updateOrganizationConfiguration(
|
|
1654
1658
|
args: UpdateOrganizationConfigurationCommandInput,
|
|
@@ -1656,12 +1660,12 @@ export interface GuardDuty {
|
|
|
1656
1660
|
): void;
|
|
1657
1661
|
updateOrganizationConfiguration(
|
|
1658
1662
|
args: UpdateOrganizationConfigurationCommandInput,
|
|
1659
|
-
options:
|
|
1663
|
+
options: GuardDutyRequestOptions,
|
|
1660
1664
|
cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void,
|
|
1661
1665
|
): void;
|
|
1662
1666
|
updatePublishingDestination(
|
|
1663
1667
|
args: UpdatePublishingDestinationCommandInput,
|
|
1664
|
-
options?:
|
|
1668
|
+
options?: GuardDutyRequestOptions,
|
|
1665
1669
|
): Promise<UpdatePublishingDestinationCommandOutput>;
|
|
1666
1670
|
updatePublishingDestination(
|
|
1667
1671
|
args: UpdatePublishingDestinationCommandInput,
|
|
@@ -1669,12 +1673,12 @@ export interface GuardDuty {
|
|
|
1669
1673
|
): void;
|
|
1670
1674
|
updatePublishingDestination(
|
|
1671
1675
|
args: UpdatePublishingDestinationCommandInput,
|
|
1672
|
-
options:
|
|
1676
|
+
options: GuardDutyRequestOptions,
|
|
1673
1677
|
cb: (err: any, data?: UpdatePublishingDestinationCommandOutput) => void,
|
|
1674
1678
|
): void;
|
|
1675
1679
|
updateThreatEntitySet(
|
|
1676
1680
|
args: UpdateThreatEntitySetCommandInput,
|
|
1677
|
-
options?:
|
|
1681
|
+
options?: GuardDutyRequestOptions,
|
|
1678
1682
|
): Promise<UpdateThreatEntitySetCommandOutput>;
|
|
1679
1683
|
updateThreatEntitySet(
|
|
1680
1684
|
args: UpdateThreatEntitySetCommandInput,
|
|
@@ -1682,12 +1686,12 @@ export interface GuardDuty {
|
|
|
1682
1686
|
): void;
|
|
1683
1687
|
updateThreatEntitySet(
|
|
1684
1688
|
args: UpdateThreatEntitySetCommandInput,
|
|
1685
|
-
options:
|
|
1689
|
+
options: GuardDutyRequestOptions,
|
|
1686
1690
|
cb: (err: any, data?: UpdateThreatEntitySetCommandOutput) => void,
|
|
1687
1691
|
): void;
|
|
1688
1692
|
updateThreatIntelSet(
|
|
1689
1693
|
args: UpdateThreatIntelSetCommandInput,
|
|
1690
|
-
options?:
|
|
1694
|
+
options?: GuardDutyRequestOptions,
|
|
1691
1695
|
): Promise<UpdateThreatIntelSetCommandOutput>;
|
|
1692
1696
|
updateThreatIntelSet(
|
|
1693
1697
|
args: UpdateThreatIntelSetCommandInput,
|
|
@@ -1695,12 +1699,12 @@ export interface GuardDuty {
|
|
|
1695
1699
|
): void;
|
|
1696
1700
|
updateThreatIntelSet(
|
|
1697
1701
|
args: UpdateThreatIntelSetCommandInput,
|
|
1698
|
-
options:
|
|
1702
|
+
options: GuardDutyRequestOptions,
|
|
1699
1703
|
cb: (err: any, data?: UpdateThreatIntelSetCommandOutput) => void,
|
|
1700
1704
|
): void;
|
|
1701
1705
|
updateTrustedEntitySet(
|
|
1702
1706
|
args: UpdateTrustedEntitySetCommandInput,
|
|
1703
|
-
options?:
|
|
1707
|
+
options?: GuardDutyRequestOptions,
|
|
1704
1708
|
): Promise<UpdateTrustedEntitySetCommandOutput>;
|
|
1705
1709
|
updateTrustedEntitySet(
|
|
1706
1710
|
args: UpdateTrustedEntitySetCommandInput,
|
|
@@ -1708,7 +1712,7 @@ export interface GuardDuty {
|
|
|
1708
1712
|
): void;
|
|
1709
1713
|
updateTrustedEntitySet(
|
|
1710
1714
|
args: UpdateTrustedEntitySetCommandInput,
|
|
1711
|
-
options:
|
|
1715
|
+
options: GuardDutyRequestOptions,
|
|
1712
1716
|
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void,
|
|
1713
1717
|
): void;
|
|
1714
1718
|
paginateDescribeMalwareScans(
|