UNPKG

aws-iam-policy-types

Version:

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

20 lines 748 B
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 */ export 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 || (AwsInspectorScanActions = {})); //# sourceMappingURL=inspector-scan.js.map