UNPKG

aws-iam-policy-types

Version:

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

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