Rocky_Mountain_Vending/.pnpm-store/v10/files/a4/fdeff84d668eabd3a3eaa209e5ff6471a11a8ad8f14af6c49be76fb4944f45d561e2ea0d41016c8d7abdc817ff8baf8703afe5c794ed49520ffde2bdebad37
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.9 KiB
Text

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