/**
 * All IAM policy actions for Amazon API Gateway Management V2 (APIGATEWAY)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapigatewaymanagementv2.html
 *
 * 2025-02-24T21:46:38.177Z
 */
export declare enum AwsApigatewayActions {
    /**
     * Grants permission to delete a particular resource
     *
     * See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_DELETE.html
     */
    DELETE = "apigateway:DELETE",
    /**
     * Grants permission to read a particular resource
     *
     * See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_GET.html
     */
    GET = "apigateway:GET",
    /**
     * Grants permission to update a particular resource
     *
     * See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_PATCH.html
     */
    PATCH = "apigateway:PATCH",
    /**
     * Grants permission to create a particular resource
     *
     * See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_POST.html
     */
    POST = "apigateway:POST",
    /**
     * Grants permission to update a particular resource
     *
     * See https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/API_PUT.html
     */
    PUT = "apigateway:PUT"
}
