/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
/**
 * Distinct locations within an AWS Region that are engineered to be isolated from failures in other Zones
 */
export type AwsAvailabilityZone = {
    /** AWS availability zone name */
    name?: string;
    /** AWS availability zone state */
    state?: string;
    /** AWS availability zone id */
    zoneId?: string;
};
//# sourceMappingURL=awsAvailabilityZone.d.ts.map