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>
51 lines
1.7 KiB
Text
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;
|
|
};
|
|
};
|
|
}
|