Rocky_Mountain_Vending/.pnpm-store/v10/files/5b/519a223dcd71ca288528078f46d5b578b4dd7697ead826e8a1c143b3dbd6dbf3d629e0f6b6423d35f28f5885cbe8a5dc2534565ab63a0e7ddb6a9e223ead06
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

51 lines
1.6 KiB
Text

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