@aws-sdk/client-inspector2 3.490.0 → 3.496.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/Inspector2.js +1 -103
- package/dist-cjs/Inspector2Client.js +1 -43
- package/dist-cjs/commands/AssociateMemberCommand.js +1 -28
- package/dist-cjs/commands/BatchGetAccountStatusCommand.js +1 -28
- package/dist-cjs/commands/BatchGetCodeSnippetCommand.js +1 -28
- package/dist-cjs/commands/BatchGetFindingDetailsCommand.js +1 -28
- package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +1 -28
- package/dist-cjs/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +1 -28
- package/dist-cjs/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +1 -28
- package/dist-cjs/commands/CancelFindingsReportCommand.js +1 -28
- package/dist-cjs/commands/CancelSbomExportCommand.js +1 -28
- package/dist-cjs/commands/CreateFilterCommand.js +1 -28
- package/dist-cjs/commands/CreateFindingsReportCommand.js +1 -28
- package/dist-cjs/commands/CreateSbomExportCommand.js +1 -28
- package/dist-cjs/commands/DeleteFilterCommand.js +1 -28
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DisableCommand.js +1 -28
- package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +1 -28
- package/dist-cjs/commands/DisassociateMemberCommand.js +1 -28
- package/dist-cjs/commands/EnableCommand.js +1 -28
- package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +1 -28
- package/dist-cjs/commands/GetConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +1 -28
- package/dist-cjs/commands/GetEc2DeepInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/GetEncryptionKeyCommand.js +1 -28
- package/dist-cjs/commands/GetFindingsReportStatusCommand.js +1 -28
- package/dist-cjs/commands/GetMemberCommand.js +1 -28
- package/dist-cjs/commands/GetSbomExportCommand.js +1 -28
- package/dist-cjs/commands/ListAccountPermissionsCommand.js +1 -28
- package/dist-cjs/commands/ListCoverageCommand.js +1 -28
- package/dist-cjs/commands/ListCoverageStatisticsCommand.js +1 -28
- package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +1 -28
- package/dist-cjs/commands/ListFiltersCommand.js +1 -28
- package/dist-cjs/commands/ListFindingAggregationsCommand.js +1 -28
- package/dist-cjs/commands/ListFindingsCommand.js +1 -28
- package/dist-cjs/commands/ListMembersCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListUsageTotalsCommand.js +1 -28
- package/dist-cjs/commands/ResetEncryptionKeyCommand.js +1 -28
- package/dist-cjs/commands/SearchVulnerabilitiesCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateEc2DeepInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateEncryptionKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateFilterCommand.js +1 -28
- package/dist-cjs/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -49
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +5402 -11
- package/dist-cjs/models/Inspector2ServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -587
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAccountPermissionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListCoveragePaginator.js +1 -7
- package/dist-cjs/pagination/ListCoverageStatisticsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDelegatedAdminAccountsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFiltersPaginator.js +1 -7
- package/dist-cjs/pagination/ListFindingAggregationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFindingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListMembersPaginator.js +1 -7
- package/dist-cjs/pagination/ListUsageTotalsPaginator.js +1 -7
- package/dist-cjs/pagination/SearchVulnerabilitiesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3566
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListMembers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListMembersCommand_1 = require("../commands/ListMembersCommand");
|
|
6
|
-
const Inspector2Client_1 = require("../Inspector2Client");
|
|
7
|
-
exports.paginateListMembers = (0, core_1.createPaginator)(Inspector2Client_1.Inspector2Client, ListMembersCommand_1.ListMembersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListUsageTotals = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListUsageTotalsCommand_1 = require("../commands/ListUsageTotalsCommand");
|
|
6
|
-
const Inspector2Client_1 = require("../Inspector2Client");
|
|
7
|
-
exports.paginateListUsageTotals = (0, core_1.createPaginator)(Inspector2Client_1.Inspector2Client, ListUsageTotalsCommand_1.ListUsageTotalsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchVulnerabilities = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchVulnerabilitiesCommand_1 = require("../commands/SearchVulnerabilitiesCommand");
|
|
6
|
-
const Inspector2Client_1 = require("../Inspector2Client");
|
|
7
|
-
exports.paginateSearchVulnerabilities = (0, core_1.createPaginator)(Inspector2Client_1.Inspector2Client, SearchVulnerabilitiesCommand_1.SearchVulnerabilitiesCommand, "nextToken", "nextToken", "");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAccountPermissionsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListCoveragePaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListCoverageStatisticsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListDelegatedAdminAccountsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListFiltersPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListFindingAggregationsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListFindingsPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./ListMembersPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./ListUsageTotalsPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./SearchVulnerabilitiesPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|