/**
 * All IAM policy actions for Amazon API Gateway (EXECUTE-API)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapigateway.html
 *
 * 2025-02-24T21:46:37.094Z
 */
export declare enum AwsExecuteApiActions {
    /**
     * Used to invalidate API cache upon a client request
     *
     * See https://docs.aws.amazon.com/apigateway/api-reference/api-gateway-caching.html
     */
    InvalidateCache = "execute-api:InvalidateCache",
    /**
     * Used to invoke an API upon a client request
     *
     * See https://docs.aws.amazon.com/apigateway/api-reference/how-to-call-api.html
     */
    Invoke = "execute-api:Invoke",
    /**
     * ManageConnections controls access to the @connections API
     *
     * See https://docs.aws.amazon.com/apigateway/api-reference/apigateway-websocket-control-access-iam.html
     */
    ManageConnections = "execute-api:ManageConnections"
}
