UNPKG

aws-iam-policy-types

Version:

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

23 lines 898 B
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsArsenalActions = void 0; /** * All IAM policy actions for Application Discovery Arsenal (ARSENAL) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_applicationdiscoveryarsenal.html * * 2025-02-24T21:46:44.149Z */ var AwsArsenalActions; (function (AwsArsenalActions) { /** * Grants permission to register AWS provided data collectors to the Application D * iscovery Service * * See https://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html */ AwsArsenalActions["RegisterOnPremisesAgent"] = "arsenal:RegisterOnPremisesAgent"; })(AwsArsenalActions = exports.AwsArsenalActions || (exports.AwsArsenalActions = {})); //# sourceMappingURL=arsenal.js.map