Rocky_Mountain_Vending/.pnpm-store/v10/files/28/c70755f1cd420ad3c4aef369c247ae14d89e67f5d7ceec0c1a498fde3db891fed911ce4b65cd053ecea8e8b38cd038029b4024d04669a1df4934aafc1fadd6
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.6 KiB
Text

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