UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

23 lines 902 B
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsInspectorScanActions = void 0; /** * All IAM policy actions for Amazon InspectorScan (INSPECTOR-SCAN) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoninspectorscan.html * * 2025-02-24T21:48:19.340Z */ var AwsInspectorScanActions; (function (AwsInspectorScanActions) { /** * Grants permission to scan the customer provided SBOM and return vulnerabilities * detected within * * See https://docs.aws.amazon.com/inspector/v2/APIReference/API_ScanSbom.html */ AwsInspectorScanActions["ScanSbom"] = "inspector-scan:ScanSbom"; })(AwsInspectorScanActions = exports.AwsInspectorScanActions || (exports.AwsInspectorScanActions = {})); //# sourceMappingURL=inspector-scan.js.map