import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import * as operations from "../models/operations/index.js"; export declare class FleetsV1 extends ClientSDK { /** * GetFleetsDeprecated * * @remarks * Returns an array of [fleets](https://hathora.dev/docs/concepts/hathora-entities#fleet). */ getFleetsDeprecated(orgId?: string | undefined, options?: RequestOptions): Promise; /** * CreateFleetDeprecated */ createFleetDeprecated(createFleet: components.CreateFleet, orgId?: string | undefined, options?: RequestOptions): Promise; /** * GetFleetDeprecated * * @remarks * Returns a [fleet](https://hathora.dev/docs/concepts/hathora-entities#fleet). */ getFleetDeprecated(fleetId: string, orgId?: string | undefined, options?: RequestOptions): Promise; /** * UpdateFleetDeprecated * * @remarks * Updates a [fleet](https://hathora.dev/docs/concepts/hathora-entities#fleet)'s configuration. */ updateFleetDeprecated(fleetId: string, updateFleet: components.UpdateFleet, orgId?: string | undefined, options?: RequestOptions): Promise; /** * GetFleetRegionDeprecated * * @remarks * Gets the configuration for a given [fleet](https://hathora.dev/docs/concepts/hathora-entities#fleet) in a region. */ getFleetRegionDeprecated(fleetId: string, region: components.Region, orgId?: string | undefined, options?: RequestOptions): Promise; /** * UpdateFleetRegionDeprecated * * @remarks * Updates the configuration for a given [fleet](https://hathora.dev/docs/concepts/hathora-entities#fleet) in a region. */ updateFleetRegionDeprecated(fleetId: string, region: components.Region, fleetRegionConfig: components.FleetRegionConfig, orgId?: string | undefined, options?: RequestOptions): Promise; /** * GetFleetMetricsDeprecated * * @remarks * Gets aggregate metrics for a [fleet](https://hathora.dev/docs/concepts/hathora-entities#fleet). */ getFleetMetricsDeprecated(request: operations.GetFleetMetricsDeprecatedRequest, options?: RequestOptions): Promise; /** * GetFleetRegionMetricsDeprecated * * @remarks * Gets metrics for a region in a [fleet](https://hathora.dev/docs/concepts/hathora-entities#fleet). */ getFleetRegionMetricsDeprecated(request: operations.GetFleetRegionMetricsDeprecatedRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=fleetsv1.d.ts.map