Rocky_Mountain_Vending/.pnpm-store/v10/files/44/8df65a72eec7db49e6da6273fb2e94353aed9e5918b5bc414db38ded4ccfcdcf23d5f8b74aabe08adc1ec4a6aa189dfcd935e1b021e08610bc0495a260f27e
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.7 KiB
Text

import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
AssumeRoleWithWebIdentityRequest,
AssumeRoleWithWebIdentityResponse,
} from "../models/models_0";
import {
ServiceInputTypes,
ServiceOutputTypes,
STSClientResolvedConfig,
} from "../STSClient";
export { __MetadataBearer };
export { $Command };
export interface AssumeRoleWithWebIdentityCommandInput
extends AssumeRoleWithWebIdentityRequest {}
export interface AssumeRoleWithWebIdentityCommandOutput
extends AssumeRoleWithWebIdentityResponse,
__MetadataBearer {}
declare const AssumeRoleWithWebIdentityCommand_base: {
new (
input: AssumeRoleWithWebIdentityCommandInput
): import("@smithy/smithy-client").CommandImpl<
AssumeRoleWithWebIdentityCommandInput,
AssumeRoleWithWebIdentityCommandOutput,
STSClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
input: AssumeRoleWithWebIdentityCommandInput
): import("@smithy/smithy-client").CommandImpl<
AssumeRoleWithWebIdentityCommandInput,
AssumeRoleWithWebIdentityCommandOutput,
STSClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class AssumeRoleWithWebIdentityCommand extends AssumeRoleWithWebIdentityCommand_base {
protected static __types: {
api: {
input: AssumeRoleWithWebIdentityRequest;
output: AssumeRoleWithWebIdentityResponse;
};
sdk: {
input: AssumeRoleWithWebIdentityCommandInput;
output: AssumeRoleWithWebIdentityCommandOutput;
};
};
}