/** Logs subscription response for your Load Balancer */
export interface LogSubscriptionResponse {
    /** The operation id of the subscription creation task */
    operationId: string;
    /** The logs account */
    serviceName: string;
}
//# sourceMappingURL=LogSubscriptionResponse.d.ts.map