Rocky_Mountain_Vending/.pnpm-store/v10/files/15/b451a2a316701a79f2354a74b2e6af419951943da458422f2e3856e19c656b5df9a2e51cd46f9a06ef04c7199f1a0cc46cfe7c2d87a9ac3101df2950bd353b
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

47 lines
1.8 KiB
Text

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