/**
 * 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 declare enum 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
     */
    RegisterOnPremisesAgent = "arsenal:RegisterOnPremisesAgent"
}
