@aws-sdk/client-inspector2 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/Inspector2.js +35 -1
- package/dist-types/Inspector2.d.ts +113 -1
- package/dist-types/ts3.4/Inspector2.d.ts +117 -1
- package/package.json +18 -18
package/dist-cjs/index.js
CHANGED
|
@@ -4308,6 +4308,38 @@ class UpdateOrgEc2DeepInspectionConfigurationCommand extends smithyClient.Comman
|
|
|
4308
4308
|
.build() {
|
|
4309
4309
|
}
|
|
4310
4310
|
|
|
4311
|
+
const paginateGetCisScanResultDetails = core.createPaginator(Inspector2Client, GetCisScanResultDetailsCommand, "nextToken", "nextToken", "maxResults");
|
|
4312
|
+
|
|
4313
|
+
const paginateGetClustersForImage = core.createPaginator(Inspector2Client, GetClustersForImageCommand, "nextToken", "nextToken", "maxResults");
|
|
4314
|
+
|
|
4315
|
+
const paginateListAccountPermissions = core.createPaginator(Inspector2Client, ListAccountPermissionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4316
|
+
|
|
4317
|
+
const paginateListCisScanConfigurations = core.createPaginator(Inspector2Client, ListCisScanConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4318
|
+
|
|
4319
|
+
const paginateListCisScanResultsAggregatedByChecks = core.createPaginator(Inspector2Client, ListCisScanResultsAggregatedByChecksCommand, "nextToken", "nextToken", "maxResults");
|
|
4320
|
+
|
|
4321
|
+
const paginateListCisScanResultsAggregatedByTargetResource = core.createPaginator(Inspector2Client, ListCisScanResultsAggregatedByTargetResourceCommand, "nextToken", "nextToken", "maxResults");
|
|
4322
|
+
|
|
4323
|
+
const paginateListCisScans = core.createPaginator(Inspector2Client, ListCisScansCommand, "nextToken", "nextToken", "maxResults");
|
|
4324
|
+
|
|
4325
|
+
const paginateListCoverage = core.createPaginator(Inspector2Client, ListCoverageCommand, "nextToken", "nextToken", "maxResults");
|
|
4326
|
+
|
|
4327
|
+
const paginateListCoverageStatistics = core.createPaginator(Inspector2Client, ListCoverageStatisticsCommand, "nextToken", "nextToken", "");
|
|
4328
|
+
|
|
4329
|
+
const paginateListDelegatedAdminAccounts = core.createPaginator(Inspector2Client, ListDelegatedAdminAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
4330
|
+
|
|
4331
|
+
const paginateListFilters = core.createPaginator(Inspector2Client, ListFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
4332
|
+
|
|
4333
|
+
const paginateListFindingAggregations = core.createPaginator(Inspector2Client, ListFindingAggregationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4334
|
+
|
|
4335
|
+
const paginateListFindings = core.createPaginator(Inspector2Client, ListFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
4336
|
+
|
|
4337
|
+
const paginateListMembers = core.createPaginator(Inspector2Client, ListMembersCommand, "nextToken", "nextToken", "maxResults");
|
|
4338
|
+
|
|
4339
|
+
const paginateListUsageTotals = core.createPaginator(Inspector2Client, ListUsageTotalsCommand, "nextToken", "nextToken", "maxResults");
|
|
4340
|
+
|
|
4341
|
+
const paginateSearchVulnerabilities = core.createPaginator(Inspector2Client, SearchVulnerabilitiesCommand, "nextToken", "nextToken", "");
|
|
4342
|
+
|
|
4311
4343
|
const commands = {
|
|
4312
4344
|
AssociateMemberCommand,
|
|
4313
4345
|
BatchAssociateCodeSecurityScanConfigurationCommand,
|
|
@@ -4385,41 +4417,27 @@ const commands = {
|
|
|
4385
4417
|
UpdateOrganizationConfigurationCommand,
|
|
4386
4418
|
UpdateOrgEc2DeepInspectionConfigurationCommand,
|
|
4387
4419
|
};
|
|
4420
|
+
const paginators = {
|
|
4421
|
+
paginateGetCisScanResultDetails,
|
|
4422
|
+
paginateGetClustersForImage,
|
|
4423
|
+
paginateListAccountPermissions,
|
|
4424
|
+
paginateListCisScanConfigurations,
|
|
4425
|
+
paginateListCisScanResultsAggregatedByChecks,
|
|
4426
|
+
paginateListCisScanResultsAggregatedByTargetResource,
|
|
4427
|
+
paginateListCisScans,
|
|
4428
|
+
paginateListCoverage,
|
|
4429
|
+
paginateListCoverageStatistics,
|
|
4430
|
+
paginateListDelegatedAdminAccounts,
|
|
4431
|
+
paginateListFilters,
|
|
4432
|
+
paginateListFindingAggregations,
|
|
4433
|
+
paginateListFindings,
|
|
4434
|
+
paginateListMembers,
|
|
4435
|
+
paginateListUsageTotals,
|
|
4436
|
+
paginateSearchVulnerabilities,
|
|
4437
|
+
};
|
|
4388
4438
|
class Inspector2 extends Inspector2Client {
|
|
4389
4439
|
}
|
|
4390
|
-
smithyClient.createAggregatedClient(commands, Inspector2);
|
|
4391
|
-
|
|
4392
|
-
const paginateGetCisScanResultDetails = core.createPaginator(Inspector2Client, GetCisScanResultDetailsCommand, "nextToken", "nextToken", "maxResults");
|
|
4393
|
-
|
|
4394
|
-
const paginateGetClustersForImage = core.createPaginator(Inspector2Client, GetClustersForImageCommand, "nextToken", "nextToken", "maxResults");
|
|
4395
|
-
|
|
4396
|
-
const paginateListAccountPermissions = core.createPaginator(Inspector2Client, ListAccountPermissionsCommand, "nextToken", "nextToken", "maxResults");
|
|
4397
|
-
|
|
4398
|
-
const paginateListCisScanConfigurations = core.createPaginator(Inspector2Client, ListCisScanConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4399
|
-
|
|
4400
|
-
const paginateListCisScanResultsAggregatedByChecks = core.createPaginator(Inspector2Client, ListCisScanResultsAggregatedByChecksCommand, "nextToken", "nextToken", "maxResults");
|
|
4401
|
-
|
|
4402
|
-
const paginateListCisScanResultsAggregatedByTargetResource = core.createPaginator(Inspector2Client, ListCisScanResultsAggregatedByTargetResourceCommand, "nextToken", "nextToken", "maxResults");
|
|
4403
|
-
|
|
4404
|
-
const paginateListCisScans = core.createPaginator(Inspector2Client, ListCisScansCommand, "nextToken", "nextToken", "maxResults");
|
|
4405
|
-
|
|
4406
|
-
const paginateListCoverage = core.createPaginator(Inspector2Client, ListCoverageCommand, "nextToken", "nextToken", "maxResults");
|
|
4407
|
-
|
|
4408
|
-
const paginateListCoverageStatistics = core.createPaginator(Inspector2Client, ListCoverageStatisticsCommand, "nextToken", "nextToken", "");
|
|
4409
|
-
|
|
4410
|
-
const paginateListDelegatedAdminAccounts = core.createPaginator(Inspector2Client, ListDelegatedAdminAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
4411
|
-
|
|
4412
|
-
const paginateListFilters = core.createPaginator(Inspector2Client, ListFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
4413
|
-
|
|
4414
|
-
const paginateListFindingAggregations = core.createPaginator(Inspector2Client, ListFindingAggregationsCommand, "nextToken", "nextToken", "maxResults");
|
|
4415
|
-
|
|
4416
|
-
const paginateListFindings = core.createPaginator(Inspector2Client, ListFindingsCommand, "nextToken", "nextToken", "maxResults");
|
|
4417
|
-
|
|
4418
|
-
const paginateListMembers = core.createPaginator(Inspector2Client, ListMembersCommand, "nextToken", "nextToken", "maxResults");
|
|
4419
|
-
|
|
4420
|
-
const paginateListUsageTotals = core.createPaginator(Inspector2Client, ListUsageTotalsCommand, "nextToken", "nextToken", "maxResults");
|
|
4421
|
-
|
|
4422
|
-
const paginateSearchVulnerabilities = core.createPaginator(Inspector2Client, SearchVulnerabilitiesCommand, "nextToken", "nextToken", "");
|
|
4440
|
+
smithyClient.createAggregatedClient(commands, Inspector2, { paginators });
|
|
4423
4441
|
|
|
4424
4442
|
const Status = {
|
|
4425
4443
|
DISABLED: "DISABLED",
|
package/dist-es/Inspector2.js
CHANGED
|
@@ -75,6 +75,22 @@ import { UpdateFilterCommand, } from "./commands/UpdateFilterCommand";
|
|
|
75
75
|
import { UpdateOrganizationConfigurationCommand, } from "./commands/UpdateOrganizationConfigurationCommand";
|
|
76
76
|
import { UpdateOrgEc2DeepInspectionConfigurationCommand, } from "./commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
|
|
77
77
|
import { Inspector2Client } from "./Inspector2Client";
|
|
78
|
+
import { paginateGetCisScanResultDetails } from "./pagination/GetCisScanResultDetailsPaginator";
|
|
79
|
+
import { paginateGetClustersForImage } from "./pagination/GetClustersForImagePaginator";
|
|
80
|
+
import { paginateListAccountPermissions } from "./pagination/ListAccountPermissionsPaginator";
|
|
81
|
+
import { paginateListCisScanConfigurations } from "./pagination/ListCisScanConfigurationsPaginator";
|
|
82
|
+
import { paginateListCisScanResultsAggregatedByChecks, } from "./pagination/ListCisScanResultsAggregatedByChecksPaginator";
|
|
83
|
+
import { paginateListCisScanResultsAggregatedByTargetResource, } from "./pagination/ListCisScanResultsAggregatedByTargetResourcePaginator";
|
|
84
|
+
import { paginateListCisScans } from "./pagination/ListCisScansPaginator";
|
|
85
|
+
import { paginateListCoverage } from "./pagination/ListCoveragePaginator";
|
|
86
|
+
import { paginateListCoverageStatistics } from "./pagination/ListCoverageStatisticsPaginator";
|
|
87
|
+
import { paginateListDelegatedAdminAccounts } from "./pagination/ListDelegatedAdminAccountsPaginator";
|
|
88
|
+
import { paginateListFilters } from "./pagination/ListFiltersPaginator";
|
|
89
|
+
import { paginateListFindingAggregations } from "./pagination/ListFindingAggregationsPaginator";
|
|
90
|
+
import { paginateListFindings } from "./pagination/ListFindingsPaginator";
|
|
91
|
+
import { paginateListMembers } from "./pagination/ListMembersPaginator";
|
|
92
|
+
import { paginateListUsageTotals } from "./pagination/ListUsageTotalsPaginator";
|
|
93
|
+
import { paginateSearchVulnerabilities } from "./pagination/SearchVulnerabilitiesPaginator";
|
|
78
94
|
const commands = {
|
|
79
95
|
AssociateMemberCommand,
|
|
80
96
|
BatchAssociateCodeSecurityScanConfigurationCommand,
|
|
@@ -152,6 +168,24 @@ const commands = {
|
|
|
152
168
|
UpdateOrganizationConfigurationCommand,
|
|
153
169
|
UpdateOrgEc2DeepInspectionConfigurationCommand,
|
|
154
170
|
};
|
|
171
|
+
const paginators = {
|
|
172
|
+
paginateGetCisScanResultDetails,
|
|
173
|
+
paginateGetClustersForImage,
|
|
174
|
+
paginateListAccountPermissions,
|
|
175
|
+
paginateListCisScanConfigurations,
|
|
176
|
+
paginateListCisScanResultsAggregatedByChecks,
|
|
177
|
+
paginateListCisScanResultsAggregatedByTargetResource,
|
|
178
|
+
paginateListCisScans,
|
|
179
|
+
paginateListCoverage,
|
|
180
|
+
paginateListCoverageStatistics,
|
|
181
|
+
paginateListDelegatedAdminAccounts,
|
|
182
|
+
paginateListFilters,
|
|
183
|
+
paginateListFindingAggregations,
|
|
184
|
+
paginateListFindings,
|
|
185
|
+
paginateListMembers,
|
|
186
|
+
paginateListUsageTotals,
|
|
187
|
+
paginateSearchVulnerabilities,
|
|
188
|
+
};
|
|
155
189
|
export class Inspector2 extends Inspector2Client {
|
|
156
190
|
}
|
|
157
|
-
createAggregatedClient(commands, Inspector2);
|
|
191
|
+
createAggregatedClient(commands, Inspector2, { 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 { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "./commands/AssociateMemberCommand";
|
|
3
3
|
import { BatchAssociateCodeSecurityScanConfigurationCommandInput, BatchAssociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchAssociateCodeSecurityScanConfigurationCommand";
|
|
4
4
|
import { BatchDisassociateCodeSecurityScanConfigurationCommandInput, BatchDisassociateCodeSecurityScanConfigurationCommandOutput } from "./commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
|
|
@@ -548,6 +548,118 @@ export interface Inspector2 {
|
|
|
548
548
|
updateOrgEc2DeepInspectionConfiguration(args: UpdateOrgEc2DeepInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrgEc2DeepInspectionConfigurationCommandOutput>;
|
|
549
549
|
updateOrgEc2DeepInspectionConfiguration(args: UpdateOrgEc2DeepInspectionConfigurationCommandInput, cb: (err: any, data?: UpdateOrgEc2DeepInspectionConfigurationCommandOutput) => void): void;
|
|
550
550
|
updateOrgEc2DeepInspectionConfiguration(args: UpdateOrgEc2DeepInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrgEc2DeepInspectionConfigurationCommandOutput) => void): void;
|
|
551
|
+
/**
|
|
552
|
+
* @see {@link GetCisScanResultDetailsCommand}
|
|
553
|
+
* @param args - command input.
|
|
554
|
+
* @param paginationConfig - optional pagination config.
|
|
555
|
+
* @returns AsyncIterable of {@link GetCisScanResultDetailsCommandOutput}.
|
|
556
|
+
*/
|
|
557
|
+
paginateGetCisScanResultDetails(args: GetCisScanResultDetailsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetCisScanResultDetailsCommandOutput>;
|
|
558
|
+
/**
|
|
559
|
+
* @see {@link GetClustersForImageCommand}
|
|
560
|
+
* @param args - command input.
|
|
561
|
+
* @param paginationConfig - optional pagination config.
|
|
562
|
+
* @returns AsyncIterable of {@link GetClustersForImageCommandOutput}.
|
|
563
|
+
*/
|
|
564
|
+
paginateGetClustersForImage(args: GetClustersForImageCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<GetClustersForImageCommandOutput>;
|
|
565
|
+
/**
|
|
566
|
+
* @see {@link ListAccountPermissionsCommand}
|
|
567
|
+
* @param args - command input.
|
|
568
|
+
* @param paginationConfig - optional pagination config.
|
|
569
|
+
* @returns AsyncIterable of {@link ListAccountPermissionsCommandOutput}.
|
|
570
|
+
*/
|
|
571
|
+
paginateListAccountPermissions(args?: ListAccountPermissionsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAccountPermissionsCommandOutput>;
|
|
572
|
+
/**
|
|
573
|
+
* @see {@link ListCisScanConfigurationsCommand}
|
|
574
|
+
* @param args - command input.
|
|
575
|
+
* @param paginationConfig - optional pagination config.
|
|
576
|
+
* @returns AsyncIterable of {@link ListCisScanConfigurationsCommandOutput}.
|
|
577
|
+
*/
|
|
578
|
+
paginateListCisScanConfigurations(args?: ListCisScanConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCisScanConfigurationsCommandOutput>;
|
|
579
|
+
/**
|
|
580
|
+
* @see {@link ListCisScanResultsAggregatedByChecksCommand}
|
|
581
|
+
* @param args - command input.
|
|
582
|
+
* @param paginationConfig - optional pagination config.
|
|
583
|
+
* @returns AsyncIterable of {@link ListCisScanResultsAggregatedByChecksCommandOutput}.
|
|
584
|
+
*/
|
|
585
|
+
paginateListCisScanResultsAggregatedByChecks(args: ListCisScanResultsAggregatedByChecksCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCisScanResultsAggregatedByChecksCommandOutput>;
|
|
586
|
+
/**
|
|
587
|
+
* @see {@link ListCisScanResultsAggregatedByTargetResourceCommand}
|
|
588
|
+
* @param args - command input.
|
|
589
|
+
* @param paginationConfig - optional pagination config.
|
|
590
|
+
* @returns AsyncIterable of {@link ListCisScanResultsAggregatedByTargetResourceCommandOutput}.
|
|
591
|
+
*/
|
|
592
|
+
paginateListCisScanResultsAggregatedByTargetResource(args: ListCisScanResultsAggregatedByTargetResourceCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCisScanResultsAggregatedByTargetResourceCommandOutput>;
|
|
593
|
+
/**
|
|
594
|
+
* @see {@link ListCisScansCommand}
|
|
595
|
+
* @param args - command input.
|
|
596
|
+
* @param paginationConfig - optional pagination config.
|
|
597
|
+
* @returns AsyncIterable of {@link ListCisScansCommandOutput}.
|
|
598
|
+
*/
|
|
599
|
+
paginateListCisScans(args?: ListCisScansCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCisScansCommandOutput>;
|
|
600
|
+
/**
|
|
601
|
+
* @see {@link ListCoverageCommand}
|
|
602
|
+
* @param args - command input.
|
|
603
|
+
* @param paginationConfig - optional pagination config.
|
|
604
|
+
* @returns AsyncIterable of {@link ListCoverageCommandOutput}.
|
|
605
|
+
*/
|
|
606
|
+
paginateListCoverage(args?: ListCoverageCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCoverageCommandOutput>;
|
|
607
|
+
/**
|
|
608
|
+
* @see {@link ListCoverageStatisticsCommand}
|
|
609
|
+
* @param args - command input.
|
|
610
|
+
* @param paginationConfig - optional pagination config.
|
|
611
|
+
* @returns AsyncIterable of {@link ListCoverageStatisticsCommandOutput}.
|
|
612
|
+
*/
|
|
613
|
+
paginateListCoverageStatistics(args?: ListCoverageStatisticsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListCoverageStatisticsCommandOutput>;
|
|
614
|
+
/**
|
|
615
|
+
* @see {@link ListDelegatedAdminAccountsCommand}
|
|
616
|
+
* @param args - command input.
|
|
617
|
+
* @param paginationConfig - optional pagination config.
|
|
618
|
+
* @returns AsyncIterable of {@link ListDelegatedAdminAccountsCommandOutput}.
|
|
619
|
+
*/
|
|
620
|
+
paginateListDelegatedAdminAccounts(args?: ListDelegatedAdminAccountsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListDelegatedAdminAccountsCommandOutput>;
|
|
621
|
+
/**
|
|
622
|
+
* @see {@link ListFiltersCommand}
|
|
623
|
+
* @param args - command input.
|
|
624
|
+
* @param paginationConfig - optional pagination config.
|
|
625
|
+
* @returns AsyncIterable of {@link ListFiltersCommandOutput}.
|
|
626
|
+
*/
|
|
627
|
+
paginateListFilters(args?: ListFiltersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFiltersCommandOutput>;
|
|
628
|
+
/**
|
|
629
|
+
* @see {@link ListFindingAggregationsCommand}
|
|
630
|
+
* @param args - command input.
|
|
631
|
+
* @param paginationConfig - optional pagination config.
|
|
632
|
+
* @returns AsyncIterable of {@link ListFindingAggregationsCommandOutput}.
|
|
633
|
+
*/
|
|
634
|
+
paginateListFindingAggregations(args: ListFindingAggregationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFindingAggregationsCommandOutput>;
|
|
635
|
+
/**
|
|
636
|
+
* @see {@link ListFindingsCommand}
|
|
637
|
+
* @param args - command input.
|
|
638
|
+
* @param paginationConfig - optional pagination config.
|
|
639
|
+
* @returns AsyncIterable of {@link ListFindingsCommandOutput}.
|
|
640
|
+
*/
|
|
641
|
+
paginateListFindings(args?: ListFindingsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListFindingsCommandOutput>;
|
|
642
|
+
/**
|
|
643
|
+
* @see {@link ListMembersCommand}
|
|
644
|
+
* @param args - command input.
|
|
645
|
+
* @param paginationConfig - optional pagination config.
|
|
646
|
+
* @returns AsyncIterable of {@link ListMembersCommandOutput}.
|
|
647
|
+
*/
|
|
648
|
+
paginateListMembers(args?: ListMembersCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListMembersCommandOutput>;
|
|
649
|
+
/**
|
|
650
|
+
* @see {@link ListUsageTotalsCommand}
|
|
651
|
+
* @param args - command input.
|
|
652
|
+
* @param paginationConfig - optional pagination config.
|
|
653
|
+
* @returns AsyncIterable of {@link ListUsageTotalsCommandOutput}.
|
|
654
|
+
*/
|
|
655
|
+
paginateListUsageTotals(args?: ListUsageTotalsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListUsageTotalsCommandOutput>;
|
|
656
|
+
/**
|
|
657
|
+
* @see {@link SearchVulnerabilitiesCommand}
|
|
658
|
+
* @param args - command input.
|
|
659
|
+
* @param paginationConfig - optional pagination config.
|
|
660
|
+
* @returns AsyncIterable of {@link SearchVulnerabilitiesCommandOutput}.
|
|
661
|
+
*/
|
|
662
|
+
paginateSearchVulnerabilities(args: SearchVulnerabilitiesCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchVulnerabilitiesCommandOutput>;
|
|
551
663
|
}
|
|
552
664
|
/**
|
|
553
665
|
* <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
|
|
@@ -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
|
AssociateMemberCommandInput,
|
|
4
8
|
AssociateMemberCommandOutput,
|
|
@@ -1388,6 +1392,118 @@ export interface Inspector2 {
|
|
|
1388
1392
|
data?: UpdateOrgEc2DeepInspectionConfigurationCommandOutput
|
|
1389
1393
|
) => void
|
|
1390
1394
|
): void;
|
|
1395
|
+
paginateGetCisScanResultDetails(
|
|
1396
|
+
args: GetCisScanResultDetailsCommandInput,
|
|
1397
|
+
paginationConfig?: Pick<
|
|
1398
|
+
PaginationConfiguration,
|
|
1399
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1400
|
+
>
|
|
1401
|
+
): Paginator<GetCisScanResultDetailsCommandOutput>;
|
|
1402
|
+
paginateGetClustersForImage(
|
|
1403
|
+
args: GetClustersForImageCommandInput,
|
|
1404
|
+
paginationConfig?: Pick<
|
|
1405
|
+
PaginationConfiguration,
|
|
1406
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1407
|
+
>
|
|
1408
|
+
): Paginator<GetClustersForImageCommandOutput>;
|
|
1409
|
+
paginateListAccountPermissions(
|
|
1410
|
+
args?: ListAccountPermissionsCommandInput,
|
|
1411
|
+
paginationConfig?: Pick<
|
|
1412
|
+
PaginationConfiguration,
|
|
1413
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1414
|
+
>
|
|
1415
|
+
): Paginator<ListAccountPermissionsCommandOutput>;
|
|
1416
|
+
paginateListCisScanConfigurations(
|
|
1417
|
+
args?: ListCisScanConfigurationsCommandInput,
|
|
1418
|
+
paginationConfig?: Pick<
|
|
1419
|
+
PaginationConfiguration,
|
|
1420
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1421
|
+
>
|
|
1422
|
+
): Paginator<ListCisScanConfigurationsCommandOutput>;
|
|
1423
|
+
paginateListCisScanResultsAggregatedByChecks(
|
|
1424
|
+
args: ListCisScanResultsAggregatedByChecksCommandInput,
|
|
1425
|
+
paginationConfig?: Pick<
|
|
1426
|
+
PaginationConfiguration,
|
|
1427
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1428
|
+
>
|
|
1429
|
+
): Paginator<ListCisScanResultsAggregatedByChecksCommandOutput>;
|
|
1430
|
+
paginateListCisScanResultsAggregatedByTargetResource(
|
|
1431
|
+
args: ListCisScanResultsAggregatedByTargetResourceCommandInput,
|
|
1432
|
+
paginationConfig?: Pick<
|
|
1433
|
+
PaginationConfiguration,
|
|
1434
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1435
|
+
>
|
|
1436
|
+
): Paginator<ListCisScanResultsAggregatedByTargetResourceCommandOutput>;
|
|
1437
|
+
paginateListCisScans(
|
|
1438
|
+
args?: ListCisScansCommandInput,
|
|
1439
|
+
paginationConfig?: Pick<
|
|
1440
|
+
PaginationConfiguration,
|
|
1441
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1442
|
+
>
|
|
1443
|
+
): Paginator<ListCisScansCommandOutput>;
|
|
1444
|
+
paginateListCoverage(
|
|
1445
|
+
args?: ListCoverageCommandInput,
|
|
1446
|
+
paginationConfig?: Pick<
|
|
1447
|
+
PaginationConfiguration,
|
|
1448
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1449
|
+
>
|
|
1450
|
+
): Paginator<ListCoverageCommandOutput>;
|
|
1451
|
+
paginateListCoverageStatistics(
|
|
1452
|
+
args?: ListCoverageStatisticsCommandInput,
|
|
1453
|
+
paginationConfig?: Pick<
|
|
1454
|
+
PaginationConfiguration,
|
|
1455
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1456
|
+
>
|
|
1457
|
+
): Paginator<ListCoverageStatisticsCommandOutput>;
|
|
1458
|
+
paginateListDelegatedAdminAccounts(
|
|
1459
|
+
args?: ListDelegatedAdminAccountsCommandInput,
|
|
1460
|
+
paginationConfig?: Pick<
|
|
1461
|
+
PaginationConfiguration,
|
|
1462
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1463
|
+
>
|
|
1464
|
+
): Paginator<ListDelegatedAdminAccountsCommandOutput>;
|
|
1465
|
+
paginateListFilters(
|
|
1466
|
+
args?: ListFiltersCommandInput,
|
|
1467
|
+
paginationConfig?: Pick<
|
|
1468
|
+
PaginationConfiguration,
|
|
1469
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1470
|
+
>
|
|
1471
|
+
): Paginator<ListFiltersCommandOutput>;
|
|
1472
|
+
paginateListFindingAggregations(
|
|
1473
|
+
args: ListFindingAggregationsCommandInput,
|
|
1474
|
+
paginationConfig?: Pick<
|
|
1475
|
+
PaginationConfiguration,
|
|
1476
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1477
|
+
>
|
|
1478
|
+
): Paginator<ListFindingAggregationsCommandOutput>;
|
|
1479
|
+
paginateListFindings(
|
|
1480
|
+
args?: ListFindingsCommandInput,
|
|
1481
|
+
paginationConfig?: Pick<
|
|
1482
|
+
PaginationConfiguration,
|
|
1483
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1484
|
+
>
|
|
1485
|
+
): Paginator<ListFindingsCommandOutput>;
|
|
1486
|
+
paginateListMembers(
|
|
1487
|
+
args?: ListMembersCommandInput,
|
|
1488
|
+
paginationConfig?: Pick<
|
|
1489
|
+
PaginationConfiguration,
|
|
1490
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1491
|
+
>
|
|
1492
|
+
): Paginator<ListMembersCommandOutput>;
|
|
1493
|
+
paginateListUsageTotals(
|
|
1494
|
+
args?: ListUsageTotalsCommandInput,
|
|
1495
|
+
paginationConfig?: Pick<
|
|
1496
|
+
PaginationConfiguration,
|
|
1497
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1498
|
+
>
|
|
1499
|
+
): Paginator<ListUsageTotalsCommandOutput>;
|
|
1500
|
+
paginateSearchVulnerabilities(
|
|
1501
|
+
args: SearchVulnerabilitiesCommandInput,
|
|
1502
|
+
paginationConfig?: Pick<
|
|
1503
|
+
PaginationConfiguration,
|
|
1504
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1505
|
+
>
|
|
1506
|
+
): Paginator<SearchVulnerabilitiesCommandOutput>;
|
|
1391
1507
|
}
|
|
1392
1508
|
export declare class Inspector2
|
|
1393
1509
|
extends Inspector2Client
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector2 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-inspector2",
|
|
@@ -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",
|