@aws-sdk/client-inspector 3.489.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/Inspector.js +1 -85
- package/dist-cjs/InspectorClient.js +1 -43
- package/dist-cjs/commands/AddAttributesToFindingsCommand.js +1 -28
- package/dist-cjs/commands/CreateAssessmentTargetCommand.js +1 -28
- package/dist-cjs/commands/CreateAssessmentTemplateCommand.js +1 -28
- package/dist-cjs/commands/CreateExclusionsPreviewCommand.js +1 -28
- package/dist-cjs/commands/CreateResourceGroupCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssessmentRunCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssessmentTargetCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssessmentTemplateCommand.js +1 -28
- package/dist-cjs/commands/DescribeAssessmentRunsCommand.js +1 -28
- package/dist-cjs/commands/DescribeAssessmentTargetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeAssessmentTemplatesCommand.js +1 -28
- package/dist-cjs/commands/DescribeCrossAccountAccessRoleCommand.js +1 -28
- package/dist-cjs/commands/DescribeExclusionsCommand.js +1 -28
- package/dist-cjs/commands/DescribeFindingsCommand.js +1 -28
- package/dist-cjs/commands/DescribeResourceGroupsCommand.js +1 -28
- package/dist-cjs/commands/DescribeRulesPackagesCommand.js +1 -28
- package/dist-cjs/commands/GetAssessmentReportCommand.js +1 -28
- package/dist-cjs/commands/GetExclusionsPreviewCommand.js +1 -28
- package/dist-cjs/commands/GetTelemetryMetadataCommand.js +1 -28
- package/dist-cjs/commands/ListAssessmentRunAgentsCommand.js +1 -28
- package/dist-cjs/commands/ListAssessmentRunsCommand.js +1 -28
- package/dist-cjs/commands/ListAssessmentTargetsCommand.js +1 -28
- package/dist-cjs/commands/ListAssessmentTemplatesCommand.js +1 -28
- package/dist-cjs/commands/ListEventSubscriptionsCommand.js +1 -28
- package/dist-cjs/commands/ListExclusionsCommand.js +1 -28
- package/dist-cjs/commands/ListFindingsCommand.js +1 -28
- package/dist-cjs/commands/ListRulesPackagesCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/PreviewAgentsCommand.js +1 -28
- package/dist-cjs/commands/RegisterCrossAccountAccessRoleCommand.js +1 -28
- package/dist-cjs/commands/RemoveAttributesFromFindingsCommand.js +1 -28
- package/dist-cjs/commands/SetTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/StartAssessmentRunCommand.js +1 -28
- package/dist-cjs/commands/StopAssessmentRunCommand.js +1 -28
- package/dist-cjs/commands/SubscribeToEventCommand.js +1 -28
- package/dist-cjs/commands/UnsubscribeFromEventCommand.js +1 -28
- package/dist-cjs/commands/UpdateAssessmentTargetCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -40
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3561 -11
- package/dist-cjs/models/InspectorServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -340
- package/dist-cjs/pagination/GetExclusionsPreviewPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAssessmentRunAgentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssessmentRunsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssessmentTargetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssessmentTemplatesPaginator.js +1 -7
- package/dist-cjs/pagination/ListEventSubscriptionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListExclusionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListFindingsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRulesPackagesPaginator.js +1 -7
- package/dist-cjs/pagination/PreviewAgentsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_json1_1.js +1 -2259
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./AddAttributesToFindingsCommand"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./CreateAssessmentTargetCommand"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./CreateAssessmentTemplateCommand"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./CreateExclusionsPreviewCommand"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./CreateResourceGroupCommand"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DeleteAssessmentRunCommand"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DeleteAssessmentTargetCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DeleteAssessmentTemplateCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./DescribeAssessmentRunsCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./DescribeAssessmentTargetsCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./DescribeAssessmentTemplatesCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./DescribeCrossAccountAccessRoleCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./DescribeExclusionsCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./DescribeFindingsCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./DescribeResourceGroupsCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./DescribeRulesPackagesCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./GetAssessmentReportCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./GetExclusionsPreviewCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./GetTelemetryMetadataCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./ListAssessmentRunAgentsCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./ListAssessmentRunsCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./ListAssessmentTargetsCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./ListAssessmentTemplatesCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./ListEventSubscriptionsCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./ListExclusionsCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./ListFindingsCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./ListRulesPackagesCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./PreviewAgentsCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./RegisterCrossAccountAccessRoleCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./RemoveAttributesFromFindingsCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./SetTagsForResourceCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./StartAssessmentRunCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./StopAssessmentRunCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./SubscribeToEventCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./UnsubscribeFromEventCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./UpdateAssessmentTargetCommand"), 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: "inspector",
|
|
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");
|