@aws-sdk/client-inspector2 3.490.0 → 3.495.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 +5400 -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,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SearchVulnerabilitiesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class SearchVulnerabilitiesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "SearchVulnerabilities", {})
|
|
22
|
-
.n("Inspector2Client", "SearchVulnerabilitiesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_SearchVulnerabilitiesCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_SearchVulnerabilitiesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.SearchVulnerabilitiesCommand = SearchVulnerabilitiesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class TagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "TagResource", {})
|
|
22
|
-
.n("Inspector2Client", "TagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_TagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_TagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.TagResourceCommand = TagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UntagResourceCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "UntagResource", {})
|
|
22
|
-
.n("Inspector2Client", "UntagResourceCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UntagResourceCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UntagResourceCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "UpdateConfiguration", {})
|
|
22
|
-
.n("Inspector2Client", "UpdateConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateConfigurationCommand = UpdateConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEc2DeepInspectionConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateEc2DeepInspectionConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "UpdateEc2DeepInspectionConfiguration", {})
|
|
22
|
-
.n("Inspector2Client", "UpdateEc2DeepInspectionConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateEc2DeepInspectionConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateEc2DeepInspectionConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateEc2DeepInspectionConfigurationCommand = UpdateEc2DeepInspectionConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateEncryptionKeyCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateEncryptionKeyCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "UpdateEncryptionKey", {})
|
|
22
|
-
.n("Inspector2Client", "UpdateEncryptionKeyCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateEncryptionKeyCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateEncryptionKeyCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateEncryptionKeyCommand = UpdateEncryptionKeyCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateFilterCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateFilterCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "UpdateFilter", {})
|
|
22
|
-
.n("Inspector2Client", "UpdateFilterCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateFilterCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateFilterCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateFilterCommand = UpdateFilterCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateOrgEc2DeepInspectionConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateOrgEc2DeepInspectionConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "UpdateOrgEc2DeepInspectionConfiguration", {})
|
|
22
|
-
.n("Inspector2Client", "UpdateOrgEc2DeepInspectionConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateOrgEc2DeepInspectionConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateOrgEc2DeepInspectionConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateOrgEc2DeepInspectionConfigurationCommand = UpdateOrgEc2DeepInspectionConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateOrganizationConfigurationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class UpdateOrganizationConfigurationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("Inspector2", "UpdateOrganizationConfiguration", {})
|
|
22
|
-
.n("Inspector2Client", "UpdateOrganizationConfigurationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_UpdateOrganizationConfigurationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_UpdateOrganizationConfigurationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.UpdateOrganizationConfigurationCommand = UpdateOrganizationConfigurationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,49 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AssociateMemberCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./BatchGetAccountStatusCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./BatchGetCodeSnippetCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./BatchGetFindingDetailsCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./BatchGetFreeTrialInfoCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./BatchGetMemberEc2DeepInspectionStatusCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./BatchUpdateMemberEc2DeepInspectionStatusCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./CancelFindingsReportCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./CancelSbomExportCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./CreateFilterCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./CreateFindingsReportCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./CreateSbomExportCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DeleteFilterCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeOrganizationConfigurationCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DisableCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DisableDelegatedAdminAccountCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./DisassociateMemberCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./EnableCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./EnableDelegatedAdminAccountCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./GetConfigurationCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./GetDelegatedAdminAccountCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./GetEc2DeepInspectionConfigurationCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./GetEncryptionKeyCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./GetFindingsReportStatusCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./GetMemberCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./GetSbomExportCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListAccountPermissionsCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListCoverageCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./ListCoverageStatisticsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./ListDelegatedAdminAccountsCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./ListFiltersCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./ListFindingAggregationsCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./ListFindingsCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./ListMembersCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./ListUsageTotalsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./ResetEncryptionKeyCommand"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./SearchVulnerabilitiesCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./UpdateConfigurationCommand"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./UpdateEc2DeepInspectionConfigurationCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./UpdateEncryptionKeyCommand"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./UpdateFilterCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./UpdateOrgEc2DeepInspectionConfigurationCommand"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./UpdateOrganizationConfigurationCommand"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commonParams = exports.resolveClientEndpointParameters = void 0;
|
|
4
|
-
const resolveClientEndpointParameters = (options) => {
|
|
5
|
-
return {
|
|
6
|
-
...options,
|
|
7
|
-
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
8
|
-
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
9
|
-
defaultSigningName: "inspector2",
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
|
|
13
|
-
exports.commonParams = {
|
|
14
|
-
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
15
|
-
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
16
|
-
Region: { type: "builtInParams", name: "region" },
|
|
17
|
-
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
18
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("./index.js");
|