Rocky_Mountain_Vending/.pnpm-store/v10/files/3d/04751d34dd471631d50eb247077db1173b5190f685ee306342a84bc00449d5242245ae8cc9c13471200744da393dba50031bcbd2a7a94f6d980b1284099703
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

54 lines
1.9 KiB
Text

import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
import { STSServiceException as __BaseException } from "./STSServiceException";
export declare class ExpiredTokenException extends __BaseException {
readonly name: "ExpiredTokenException";
readonly $fault: "client";
constructor(
opts: __ExceptionOptionType<ExpiredTokenException, __BaseException>
);
}
export declare class MalformedPolicyDocumentException extends __BaseException {
readonly name: "MalformedPolicyDocumentException";
readonly $fault: "client";
constructor(
opts: __ExceptionOptionType<
MalformedPolicyDocumentException,
__BaseException
>
);
}
export declare class PackedPolicyTooLargeException extends __BaseException {
readonly name: "PackedPolicyTooLargeException";
readonly $fault: "client";
constructor(
opts: __ExceptionOptionType<PackedPolicyTooLargeException, __BaseException>
);
}
export declare class RegionDisabledException extends __BaseException {
readonly name: "RegionDisabledException";
readonly $fault: "client";
constructor(
opts: __ExceptionOptionType<RegionDisabledException, __BaseException>
);
}
export declare class IDPRejectedClaimException extends __BaseException {
readonly name: "IDPRejectedClaimException";
readonly $fault: "client";
constructor(
opts: __ExceptionOptionType<IDPRejectedClaimException, __BaseException>
);
}
export declare class InvalidIdentityTokenException extends __BaseException {
readonly name: "InvalidIdentityTokenException";
readonly $fault: "client";
constructor(
opts: __ExceptionOptionType<InvalidIdentityTokenException, __BaseException>
);
}
export declare class IDPCommunicationErrorException extends __BaseException {
readonly name: "IDPCommunicationErrorException";
readonly $fault: "client";
constructor(
opts: __ExceptionOptionType<IDPCommunicationErrorException, __BaseException>
);
}