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>
54 lines
1.9 KiB
Text
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>
|
|
);
|
|
}
|