Rocky_Mountain_Vending/.pnpm-store/v10/files/3a/5ffe811b6561db95992a5b9ef780c206e59b43dcf1dfe60a92a4993357e9bfbdb51739ea0512a39801fb9b5fe24d571fa3e09b5845db34f30f5afd2eb8e747
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

46 lines
1.5 KiB
Text

import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DeleteBucketWebsiteRequest } from "../models/models_0";
import {
S3ClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../S3Client";
export { __MetadataBearer };
export { $Command };
export interface DeleteBucketWebsiteCommandInput
extends DeleteBucketWebsiteRequest {}
export interface DeleteBucketWebsiteCommandOutput extends __MetadataBearer {}
declare const DeleteBucketWebsiteCommand_base: {
new (
input: DeleteBucketWebsiteCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteBucketWebsiteCommandInput,
DeleteBucketWebsiteCommandOutput,
S3ClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
input: DeleteBucketWebsiteCommandInput
): import("@smithy/smithy-client").CommandImpl<
DeleteBucketWebsiteCommandInput,
DeleteBucketWebsiteCommandOutput,
S3ClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class DeleteBucketWebsiteCommand extends DeleteBucketWebsiteCommand_base {
protected static __types: {
api: {
input: DeleteBucketWebsiteRequest;
output: {};
};
sdk: {
input: DeleteBucketWebsiteCommandInput;
output: DeleteBucketWebsiteCommandOutput;
};
};
}