/**
 * All IAM policy actions for AWS Elemental Appliances and Software (ELEMENTAL-APPLIANCES-SOFTWARE)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awselementalappliancesandsoftware.html
 *
 * 2025-02-24T21:47:51.406Z
 */
export declare enum AwsElementalAppliancesSoftwareActions {
    /**
     * Grants permission to complete an upload of an attachment for a quote or order
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    CompleteUpload = "elemental-appliances-software:CompleteUpload",
    /**
     * Grants permission to create an order
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    CreateOrderV1 = "elemental-appliances-software:CreateOrderV1",
    /**
     * Grants permission to create a quote
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    CreateQuote = "elemental-appliances-software:CreateQuote",
    /**
     * Grants permission to validate an address
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    GetAvsCorrectAddress = "elemental-appliances-software:GetAvsCorrectAddress",
    /**
     * Grants permission to list the billing addresses in the AWS Account
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    GetBillingAddresses = "elemental-appliances-software:GetBillingAddresses",
    /**
     * Grants permission to list the delivery addresses in the AWS Account
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    GetDeliveryAddressesV2 = "elemental-appliances-software:GetDeliveryAddressesV2",
    /**
     * Grants permission to describe an order
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    GetOrder = "elemental-appliances-software:GetOrder",
    /**
     * Grants permission to list the orders in the AWS Account
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    GetOrdersV2 = "elemental-appliances-software:GetOrdersV2",
    /**
     * Grants permission to describe a quote
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    GetQuote = "elemental-appliances-software:GetQuote",
    /**
     * Grants permission to calculate taxes for an order
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    GetTaxes = "elemental-appliances-software:GetTaxes",
    /**
     * Grants permission to list the quotes in the AWS Account
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    ListQuotes = "elemental-appliances-software:ListQuotes",
    /**
     * Grants permission to start an upload of an attachment for a quote or order
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    StartUpload = "elemental-appliances-software:StartUpload",
    /**
     * Grants permission to submit an order
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    SubmitOrderV1 = "elemental-appliances-software:SubmitOrderV1",
    /**
     * Grants permission to modify a quote
     *
     * See https://docs.aws.amazon.com/elemental-appliances-software
     */
    UpdateQuote = "elemental-appliances-software:UpdateQuote"
}
