@aws-sdk/client-guardduty 3.975.0 → 3.980.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 +51 -33
- package/dist-es/GuardDuty.js +35 -1
- package/dist-types/GuardDuty.d.ts +113 -1
- package/dist-types/ts3.4/GuardDuty.d.ts +117 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -5579,6 +5579,38 @@ class UpdateTrustedEntitySetCommand extends smithyClient.Command
|
|
|
5579
5579
|
.build() {
|
|
5580
5580
|
}
|
|
5581
5581
|
|
|
5582
|
+
const paginateDescribeMalwareScans = core.createPaginator(GuardDutyClient, DescribeMalwareScansCommand, "NextToken", "NextToken", "MaxResults");
|
|
5583
|
+
|
|
5584
|
+
const paginateDescribeOrganizationConfiguration = core.createPaginator(GuardDutyClient, DescribeOrganizationConfigurationCommand, "NextToken", "NextToken", "MaxResults");
|
|
5585
|
+
|
|
5586
|
+
const paginateGetUsageStatistics = core.createPaginator(GuardDutyClient, GetUsageStatisticsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5587
|
+
|
|
5588
|
+
const paginateListCoverage = core.createPaginator(GuardDutyClient, ListCoverageCommand, "NextToken", "NextToken", "MaxResults");
|
|
5589
|
+
|
|
5590
|
+
const paginateListDetectors = core.createPaginator(GuardDutyClient, ListDetectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5591
|
+
|
|
5592
|
+
const paginateListFilters = core.createPaginator(GuardDutyClient, ListFiltersCommand, "NextToken", "NextToken", "MaxResults");
|
|
5593
|
+
|
|
5594
|
+
const paginateListFindings = core.createPaginator(GuardDutyClient, ListFindingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5595
|
+
|
|
5596
|
+
const paginateListInvitations = core.createPaginator(GuardDutyClient, ListInvitationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5597
|
+
|
|
5598
|
+
const paginateListIPSets = core.createPaginator(GuardDutyClient, ListIPSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5599
|
+
|
|
5600
|
+
const paginateListMalwareScans = core.createPaginator(GuardDutyClient, ListMalwareScansCommand, "NextToken", "NextToken", "MaxResults");
|
|
5601
|
+
|
|
5602
|
+
const paginateListMembers = core.createPaginator(GuardDutyClient, ListMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
5603
|
+
|
|
5604
|
+
const paginateListOrganizationAdminAccounts = core.createPaginator(GuardDutyClient, ListOrganizationAdminAccountsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5605
|
+
|
|
5606
|
+
const paginateListPublishingDestinations = core.createPaginator(GuardDutyClient, ListPublishingDestinationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5607
|
+
|
|
5608
|
+
const paginateListThreatEntitySets = core.createPaginator(GuardDutyClient, ListThreatEntitySetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5609
|
+
|
|
5610
|
+
const paginateListThreatIntelSets = core.createPaginator(GuardDutyClient, ListThreatIntelSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5611
|
+
|
|
5612
|
+
const paginateListTrustedEntitySets = core.createPaginator(GuardDutyClient, ListTrustedEntitySetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5613
|
+
|
|
5582
5614
|
const commands = {
|
|
5583
5615
|
AcceptAdministratorInvitationCommand,
|
|
5584
5616
|
AcceptInvitationCommand,
|
|
@@ -5668,41 +5700,27 @@ const commands = {
|
|
|
5668
5700
|
UpdateThreatIntelSetCommand,
|
|
5669
5701
|
UpdateTrustedEntitySetCommand,
|
|
5670
5702
|
};
|
|
5703
|
+
const paginators = {
|
|
5704
|
+
paginateDescribeMalwareScans,
|
|
5705
|
+
paginateDescribeOrganizationConfiguration,
|
|
5706
|
+
paginateGetUsageStatistics,
|
|
5707
|
+
paginateListCoverage,
|
|
5708
|
+
paginateListDetectors,
|
|
5709
|
+
paginateListFilters,
|
|
5710
|
+
paginateListFindings,
|
|
5711
|
+
paginateListInvitations,
|
|
5712
|
+
paginateListIPSets,
|
|
5713
|
+
paginateListMalwareScans,
|
|
5714
|
+
paginateListMembers,
|
|
5715
|
+
paginateListOrganizationAdminAccounts,
|
|
5716
|
+
paginateListPublishingDestinations,
|
|
5717
|
+
paginateListThreatEntitySets,
|
|
5718
|
+
paginateListThreatIntelSets,
|
|
5719
|
+
paginateListTrustedEntitySets,
|
|
5720
|
+
};
|
|
5671
5721
|
class GuardDuty extends GuardDutyClient {
|
|
5672
5722
|
}
|
|
5673
|
-
smithyClient.createAggregatedClient(commands, GuardDuty);
|
|
5674
|
-
|
|
5675
|
-
const paginateDescribeMalwareScans = core.createPaginator(GuardDutyClient, DescribeMalwareScansCommand, "NextToken", "NextToken", "MaxResults");
|
|
5676
|
-
|
|
5677
|
-
const paginateDescribeOrganizationConfiguration = core.createPaginator(GuardDutyClient, DescribeOrganizationConfigurationCommand, "NextToken", "NextToken", "MaxResults");
|
|
5678
|
-
|
|
5679
|
-
const paginateGetUsageStatistics = core.createPaginator(GuardDutyClient, GetUsageStatisticsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5680
|
-
|
|
5681
|
-
const paginateListCoverage = core.createPaginator(GuardDutyClient, ListCoverageCommand, "NextToken", "NextToken", "MaxResults");
|
|
5682
|
-
|
|
5683
|
-
const paginateListDetectors = core.createPaginator(GuardDutyClient, ListDetectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5684
|
-
|
|
5685
|
-
const paginateListFilters = core.createPaginator(GuardDutyClient, ListFiltersCommand, "NextToken", "NextToken", "MaxResults");
|
|
5686
|
-
|
|
5687
|
-
const paginateListFindings = core.createPaginator(GuardDutyClient, ListFindingsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5688
|
-
|
|
5689
|
-
const paginateListInvitations = core.createPaginator(GuardDutyClient, ListInvitationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5690
|
-
|
|
5691
|
-
const paginateListIPSets = core.createPaginator(GuardDutyClient, ListIPSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5692
|
-
|
|
5693
|
-
const paginateListMalwareScans = core.createPaginator(GuardDutyClient, ListMalwareScansCommand, "NextToken", "NextToken", "MaxResults");
|
|
5694
|
-
|
|
5695
|
-
const paginateListMembers = core.createPaginator(GuardDutyClient, ListMembersCommand, "NextToken", "NextToken", "MaxResults");
|
|
5696
|
-
|
|
5697
|
-
const paginateListOrganizationAdminAccounts = core.createPaginator(GuardDutyClient, ListOrganizationAdminAccountsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5698
|
-
|
|
5699
|
-
const paginateListPublishingDestinations = core.createPaginator(GuardDutyClient, ListPublishingDestinationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5700
|
-
|
|
5701
|
-
const paginateListThreatEntitySets = core.createPaginator(GuardDutyClient, ListThreatEntitySetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5702
|
-
|
|
5703
|
-
const paginateListThreatIntelSets = core.createPaginator(GuardDutyClient, ListThreatIntelSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5704
|
-
|
|
5705
|
-
const paginateListTrustedEntitySets = core.createPaginator(GuardDutyClient, ListTrustedEntitySetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
5723
|
+
smithyClient.createAggregatedClient(commands, GuardDuty, { paginators });
|
|
5706
5724
|
|
|
5707
5725
|
const FreeTrialFeatureResult = {
|
|
5708
5726
|
CLOUD_TRAIL: "CLOUD_TRAIL",
|
package/dist-es/GuardDuty.js
CHANGED
|
@@ -87,6 +87,22 @@ import { UpdateThreatEntitySetCommand, } from "./commands/UpdateThreatEntitySetC
|
|
|
87
87
|
import { UpdateThreatIntelSetCommand, } from "./commands/UpdateThreatIntelSetCommand";
|
|
88
88
|
import { UpdateTrustedEntitySetCommand, } from "./commands/UpdateTrustedEntitySetCommand";
|
|
89
89
|
import { GuardDutyClient } from "./GuardDutyClient";
|
|
90
|
+
import { paginateDescribeMalwareScans } from "./pagination/DescribeMalwareScansPaginator";
|
|
91
|
+
import { paginateDescribeOrganizationConfiguration } from "./pagination/DescribeOrganizationConfigurationPaginator";
|
|
92
|
+
import { paginateGetUsageStatistics } from "./pagination/GetUsageStatisticsPaginator";
|
|
93
|
+
import { paginateListCoverage } from "./pagination/ListCoveragePaginator";
|
|
94
|
+
import { paginateListDetectors } from "./pagination/ListDetectorsPaginator";
|
|
95
|
+
import { paginateListFilters } from "./pagination/ListFiltersPaginator";
|
|
96
|
+
import { paginateListFindings } from "./pagination/ListFindingsPaginator";
|
|
97
|
+
import { paginateListInvitations } from "./pagination/ListInvitationsPaginator";
|
|
98
|
+
import { paginateListIPSets } from "./pagination/ListIPSetsPaginator";
|
|
99
|
+
import { paginateListMalwareScans } from "./pagination/ListMalwareScansPaginator";
|
|
100
|
+
import { paginateListMembers } from "./pagination/ListMembersPaginator";
|
|
101
|
+
import { paginateListOrganizationAdminAccounts } from "./pagination/ListOrganizationAdminAccountsPaginator";
|
|
102
|
+
import { paginateListPublishingDestinations } from "./pagination/ListPublishingDestinationsPaginator";
|
|
103
|
+
import { paginateListThreatEntitySets } from "./pagination/ListThreatEntitySetsPaginator";
|
|
104
|
+
import { paginateListThreatIntelSets } from "./pagination/ListThreatIntelSetsPaginator";
|
|
105
|
+
import { paginateListTrustedEntitySets } from "./pagination/ListTrustedEntitySetsPaginator";
|
|
90
106
|
const commands = {
|
|
91
107
|
AcceptAdministratorInvitationCommand,
|
|
92
108
|
AcceptInvitationCommand,
|
|
@@ -176,6 +192,24 @@ const commands = {
|
|
|
176
192
|
UpdateThreatIntelSetCommand,
|
|
177
193
|
UpdateTrustedEntitySetCommand,
|
|
178
194
|
};
|
|
195
|
+
const paginators = {
|
|
196
|
+
paginateDescribeMalwareScans,
|
|
197
|
+
paginateDescribeOrganizationConfiguration,
|
|
198
|
+
paginateGetUsageStatistics,
|
|
199
|
+
paginateListCoverage,
|
|
200
|
+
paginateListDetectors,
|
|
201
|
+
paginateListFilters,
|
|
202
|
+
paginateListFindings,
|
|
203
|
+
paginateListInvitations,
|
|
204
|
+
paginateListIPSets,
|
|
205
|
+
paginateListMalwareScans,
|
|
206
|
+
paginateListMembers,
|
|
207
|
+
paginateListOrganizationAdminAccounts,
|
|
208
|
+
paginateListPublishingDestinations,
|
|
209
|
+
paginateListThreatEntitySets,
|
|
210
|
+
paginateListThreatIntelSets,
|
|
211
|
+
paginateListTrustedEntitySets,
|
|
212
|
+
};
|
|
179
213
|
export class GuardDuty extends GuardDutyClient {
|
|
180
214
|
}
|
|
181
|
-
createAggregatedClient(commands, GuardDuty);
|
|
215
|
+
createAggregatedClient(commands, GuardDuty, { paginators });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AcceptAdministratorInvitationCommandInput, AcceptAdministratorInvitationCommandOutput } from "./commands/AcceptAdministratorInvitationCommand";
|
|
3
3
|
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
4
4
|
import { ArchiveFindingsCommandInput, ArchiveFindingsCommandOutput } from "./commands/ArchiveFindingsCommand";
|
|
@@ -618,6 +618,118 @@ export interface GuardDuty {
|
|
|
618
618
|
updateTrustedEntitySet(args: UpdateTrustedEntitySetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTrustedEntitySetCommandOutput>;
|
|
619
619
|
updateTrustedEntitySet(args: UpdateTrustedEntitySetCommandInput, cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void): void;
|
|
620
620
|
updateTrustedEntitySet(args: UpdateTrustedEntitySetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void): void;
|
|
621
|
+
/**
|
|
622
|
+
* @see {@link DescribeMalwareScansCommand}
|
|
623
|
+
* @param args - command input.
|
|
624
|
+
* @param paginationConfig - optional pagination config.
|
|
625
|
+
* @returns AsyncIterable of {@link DescribeMalwareScansCommandOutput}.
|
|
626
|
+
*/
|
|
627
|
+
paginateDescribeMalwareScans(args: DescribeMalwareScansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeMalwareScansCommandOutput>;
|
|
628
|
+
/**
|
|
629
|
+
* @see {@link DescribeOrganizationConfigurationCommand}
|
|
630
|
+
* @param args - command input.
|
|
631
|
+
* @param paginationConfig - optional pagination config.
|
|
632
|
+
* @returns AsyncIterable of {@link DescribeOrganizationConfigurationCommandOutput}.
|
|
633
|
+
*/
|
|
634
|
+
paginateDescribeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<DescribeOrganizationConfigurationCommandOutput>;
|
|
635
|
+
/**
|
|
636
|
+
* @see {@link GetUsageStatisticsCommand}
|
|
637
|
+
* @param args - command input.
|
|
638
|
+
* @param paginationConfig - optional pagination config.
|
|
639
|
+
* @returns AsyncIterable of {@link GetUsageStatisticsCommandOutput}.
|
|
640
|
+
*/
|
|
641
|
+
paginateGetUsageStatistics(args: GetUsageStatisticsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetUsageStatisticsCommandOutput>;
|
|
642
|
+
/**
|
|
643
|
+
* @see {@link ListCoverageCommand}
|
|
644
|
+
* @param args - command input.
|
|
645
|
+
* @param paginationConfig - optional pagination config.
|
|
646
|
+
* @returns AsyncIterable of {@link ListCoverageCommandOutput}.
|
|
647
|
+
*/
|
|
648
|
+
paginateListCoverage(args: ListCoverageCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCoverageCommandOutput>;
|
|
649
|
+
/**
|
|
650
|
+
* @see {@link ListDetectorsCommand}
|
|
651
|
+
* @param args - command input.
|
|
652
|
+
* @param paginationConfig - optional pagination config.
|
|
653
|
+
* @returns AsyncIterable of {@link ListDetectorsCommandOutput}.
|
|
654
|
+
*/
|
|
655
|
+
paginateListDetectors(args?: ListDetectorsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDetectorsCommandOutput>;
|
|
656
|
+
/**
|
|
657
|
+
* @see {@link ListFiltersCommand}
|
|
658
|
+
* @param args - command input.
|
|
659
|
+
* @param paginationConfig - optional pagination config.
|
|
660
|
+
* @returns AsyncIterable of {@link ListFiltersCommandOutput}.
|
|
661
|
+
*/
|
|
662
|
+
paginateListFilters(args: ListFiltersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFiltersCommandOutput>;
|
|
663
|
+
/**
|
|
664
|
+
* @see {@link ListFindingsCommand}
|
|
665
|
+
* @param args - command input.
|
|
666
|
+
* @param paginationConfig - optional pagination config.
|
|
667
|
+
* @returns AsyncIterable of {@link ListFindingsCommandOutput}.
|
|
668
|
+
*/
|
|
669
|
+
paginateListFindings(args: ListFindingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFindingsCommandOutput>;
|
|
670
|
+
/**
|
|
671
|
+
* @see {@link ListInvitationsCommand}
|
|
672
|
+
* @param args - command input.
|
|
673
|
+
* @param paginationConfig - optional pagination config.
|
|
674
|
+
* @returns AsyncIterable of {@link ListInvitationsCommandOutput}.
|
|
675
|
+
*/
|
|
676
|
+
paginateListInvitations(args?: ListInvitationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListInvitationsCommandOutput>;
|
|
677
|
+
/**
|
|
678
|
+
* @see {@link ListIPSetsCommand}
|
|
679
|
+
* @param args - command input.
|
|
680
|
+
* @param paginationConfig - optional pagination config.
|
|
681
|
+
* @returns AsyncIterable of {@link ListIPSetsCommandOutput}.
|
|
682
|
+
*/
|
|
683
|
+
paginateListIPSets(args: ListIPSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListIPSetsCommandOutput>;
|
|
684
|
+
/**
|
|
685
|
+
* @see {@link ListMalwareScansCommand}
|
|
686
|
+
* @param args - command input.
|
|
687
|
+
* @param paginationConfig - optional pagination config.
|
|
688
|
+
* @returns AsyncIterable of {@link ListMalwareScansCommandOutput}.
|
|
689
|
+
*/
|
|
690
|
+
paginateListMalwareScans(args?: ListMalwareScansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMalwareScansCommandOutput>;
|
|
691
|
+
/**
|
|
692
|
+
* @see {@link ListMembersCommand}
|
|
693
|
+
* @param args - command input.
|
|
694
|
+
* @param paginationConfig - optional pagination config.
|
|
695
|
+
* @returns AsyncIterable of {@link ListMembersCommandOutput}.
|
|
696
|
+
*/
|
|
697
|
+
paginateListMembers(args: ListMembersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMembersCommandOutput>;
|
|
698
|
+
/**
|
|
699
|
+
* @see {@link ListOrganizationAdminAccountsCommand}
|
|
700
|
+
* @param args - command input.
|
|
701
|
+
* @param paginationConfig - optional pagination config.
|
|
702
|
+
* @returns AsyncIterable of {@link ListOrganizationAdminAccountsCommandOutput}.
|
|
703
|
+
*/
|
|
704
|
+
paginateListOrganizationAdminAccounts(args?: ListOrganizationAdminAccountsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListOrganizationAdminAccountsCommandOutput>;
|
|
705
|
+
/**
|
|
706
|
+
* @see {@link ListPublishingDestinationsCommand}
|
|
707
|
+
* @param args - command input.
|
|
708
|
+
* @param paginationConfig - optional pagination config.
|
|
709
|
+
* @returns AsyncIterable of {@link ListPublishingDestinationsCommandOutput}.
|
|
710
|
+
*/
|
|
711
|
+
paginateListPublishingDestinations(args: ListPublishingDestinationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListPublishingDestinationsCommandOutput>;
|
|
712
|
+
/**
|
|
713
|
+
* @see {@link ListThreatEntitySetsCommand}
|
|
714
|
+
* @param args - command input.
|
|
715
|
+
* @param paginationConfig - optional pagination config.
|
|
716
|
+
* @returns AsyncIterable of {@link ListThreatEntitySetsCommandOutput}.
|
|
717
|
+
*/
|
|
718
|
+
paginateListThreatEntitySets(args: ListThreatEntitySetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThreatEntitySetsCommandOutput>;
|
|
719
|
+
/**
|
|
720
|
+
* @see {@link ListThreatIntelSetsCommand}
|
|
721
|
+
* @param args - command input.
|
|
722
|
+
* @param paginationConfig - optional pagination config.
|
|
723
|
+
* @returns AsyncIterable of {@link ListThreatIntelSetsCommandOutput}.
|
|
724
|
+
*/
|
|
725
|
+
paginateListThreatIntelSets(args: ListThreatIntelSetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListThreatIntelSetsCommandOutput>;
|
|
726
|
+
/**
|
|
727
|
+
* @see {@link ListTrustedEntitySetsCommand}
|
|
728
|
+
* @param args - command input.
|
|
729
|
+
* @param paginationConfig - optional pagination config.
|
|
730
|
+
* @returns AsyncIterable of {@link ListTrustedEntitySetsCommandOutput}.
|
|
731
|
+
*/
|
|
732
|
+
paginateListTrustedEntitySets(args: ListTrustedEntitySetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTrustedEntitySetsCommandOutput>;
|
|
621
733
|
}
|
|
622
734
|
/**
|
|
623
735
|
* <p>Amazon GuardDuty is a continuous security monitoring service that analyzes and processes
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import {
|
|
2
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
|
+
PaginationConfiguration,
|
|
4
|
+
Paginator,
|
|
5
|
+
} from "@smithy/types";
|
|
2
6
|
import {
|
|
3
7
|
AcceptAdministratorInvitationCommandInput,
|
|
4
8
|
AcceptAdministratorInvitationCommandOutput,
|
|
@@ -1500,5 +1504,117 @@ export interface GuardDuty {
|
|
|
1500
1504
|
options: __HttpHandlerOptions,
|
|
1501
1505
|
cb: (err: any, data?: UpdateTrustedEntitySetCommandOutput) => void
|
|
1502
1506
|
): void;
|
|
1507
|
+
paginateDescribeMalwareScans(
|
|
1508
|
+
args: DescribeMalwareScansCommandInput,
|
|
1509
|
+
paginationConfig?: Pick<
|
|
1510
|
+
PaginationConfiguration,
|
|
1511
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1512
|
+
>
|
|
1513
|
+
): Paginator<DescribeMalwareScansCommandOutput>;
|
|
1514
|
+
paginateDescribeOrganizationConfiguration(
|
|
1515
|
+
args: DescribeOrganizationConfigurationCommandInput,
|
|
1516
|
+
paginationConfig?: Pick<
|
|
1517
|
+
PaginationConfiguration,
|
|
1518
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1519
|
+
>
|
|
1520
|
+
): Paginator<DescribeOrganizationConfigurationCommandOutput>;
|
|
1521
|
+
paginateGetUsageStatistics(
|
|
1522
|
+
args: GetUsageStatisticsCommandInput,
|
|
1523
|
+
paginationConfig?: Pick<
|
|
1524
|
+
PaginationConfiguration,
|
|
1525
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1526
|
+
>
|
|
1527
|
+
): Paginator<GetUsageStatisticsCommandOutput>;
|
|
1528
|
+
paginateListCoverage(
|
|
1529
|
+
args: ListCoverageCommandInput,
|
|
1530
|
+
paginationConfig?: Pick<
|
|
1531
|
+
PaginationConfiguration,
|
|
1532
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1533
|
+
>
|
|
1534
|
+
): Paginator<ListCoverageCommandOutput>;
|
|
1535
|
+
paginateListDetectors(
|
|
1536
|
+
args?: ListDetectorsCommandInput,
|
|
1537
|
+
paginationConfig?: Pick<
|
|
1538
|
+
PaginationConfiguration,
|
|
1539
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1540
|
+
>
|
|
1541
|
+
): Paginator<ListDetectorsCommandOutput>;
|
|
1542
|
+
paginateListFilters(
|
|
1543
|
+
args: ListFiltersCommandInput,
|
|
1544
|
+
paginationConfig?: Pick<
|
|
1545
|
+
PaginationConfiguration,
|
|
1546
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1547
|
+
>
|
|
1548
|
+
): Paginator<ListFiltersCommandOutput>;
|
|
1549
|
+
paginateListFindings(
|
|
1550
|
+
args: ListFindingsCommandInput,
|
|
1551
|
+
paginationConfig?: Pick<
|
|
1552
|
+
PaginationConfiguration,
|
|
1553
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1554
|
+
>
|
|
1555
|
+
): Paginator<ListFindingsCommandOutput>;
|
|
1556
|
+
paginateListInvitations(
|
|
1557
|
+
args?: ListInvitationsCommandInput,
|
|
1558
|
+
paginationConfig?: Pick<
|
|
1559
|
+
PaginationConfiguration,
|
|
1560
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1561
|
+
>
|
|
1562
|
+
): Paginator<ListInvitationsCommandOutput>;
|
|
1563
|
+
paginateListIPSets(
|
|
1564
|
+
args: ListIPSetsCommandInput,
|
|
1565
|
+
paginationConfig?: Pick<
|
|
1566
|
+
PaginationConfiguration,
|
|
1567
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1568
|
+
>
|
|
1569
|
+
): Paginator<ListIPSetsCommandOutput>;
|
|
1570
|
+
paginateListMalwareScans(
|
|
1571
|
+
args?: ListMalwareScansCommandInput,
|
|
1572
|
+
paginationConfig?: Pick<
|
|
1573
|
+
PaginationConfiguration,
|
|
1574
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1575
|
+
>
|
|
1576
|
+
): Paginator<ListMalwareScansCommandOutput>;
|
|
1577
|
+
paginateListMembers(
|
|
1578
|
+
args: ListMembersCommandInput,
|
|
1579
|
+
paginationConfig?: Pick<
|
|
1580
|
+
PaginationConfiguration,
|
|
1581
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1582
|
+
>
|
|
1583
|
+
): Paginator<ListMembersCommandOutput>;
|
|
1584
|
+
paginateListOrganizationAdminAccounts(
|
|
1585
|
+
args?: ListOrganizationAdminAccountsCommandInput,
|
|
1586
|
+
paginationConfig?: Pick<
|
|
1587
|
+
PaginationConfiguration,
|
|
1588
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1589
|
+
>
|
|
1590
|
+
): Paginator<ListOrganizationAdminAccountsCommandOutput>;
|
|
1591
|
+
paginateListPublishingDestinations(
|
|
1592
|
+
args: ListPublishingDestinationsCommandInput,
|
|
1593
|
+
paginationConfig?: Pick<
|
|
1594
|
+
PaginationConfiguration,
|
|
1595
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1596
|
+
>
|
|
1597
|
+
): Paginator<ListPublishingDestinationsCommandOutput>;
|
|
1598
|
+
paginateListThreatEntitySets(
|
|
1599
|
+
args: ListThreatEntitySetsCommandInput,
|
|
1600
|
+
paginationConfig?: Pick<
|
|
1601
|
+
PaginationConfiguration,
|
|
1602
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1603
|
+
>
|
|
1604
|
+
): Paginator<ListThreatEntitySetsCommandOutput>;
|
|
1605
|
+
paginateListThreatIntelSets(
|
|
1606
|
+
args: ListThreatIntelSetsCommandInput,
|
|
1607
|
+
paginationConfig?: Pick<
|
|
1608
|
+
PaginationConfiguration,
|
|
1609
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1610
|
+
>
|
|
1611
|
+
): Paginator<ListThreatIntelSetsCommandOutput>;
|
|
1612
|
+
paginateListTrustedEntitySets(
|
|
1613
|
+
args: ListTrustedEntitySetsCommandInput,
|
|
1614
|
+
paginationConfig?: Pick<
|
|
1615
|
+
PaginationConfiguration,
|
|
1616
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1617
|
+
>
|
|
1618
|
+
): Paginator<ListTrustedEntitySetsCommandOutput>;
|
|
1503
1619
|
}
|
|
1504
1620
|
export declare class GuardDuty extends GuardDutyClient implements GuardDuty {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.980.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-guardduty",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.5",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
|
+
"@aws-sdk/types": "^3.973.1",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.22.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
46
|
"@smithy/node-http-handler": "^4.4.8",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|