Rocky_Mountain_Vending/.pnpm-store/v10/files/04/fbf4f3fa315b503dead033d05ab2ccb811e762e36e10fca63e899eddb3c4ced60605832b71eebb93541f91a4eeecc711ec5484498d01d92cb23fbabd319479
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

20 lines
1.3 KiB
Text

import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
export declare var AssumedRoleUser$: StaticStructureSchema;
export declare var AssumeRoleRequest$: StaticStructureSchema;
export declare var AssumeRoleResponse$: StaticStructureSchema;
export declare var AssumeRoleWithWebIdentityRequest$: StaticStructureSchema;
export declare var AssumeRoleWithWebIdentityResponse$: StaticStructureSchema;
export declare var Credentials$: StaticStructureSchema;
export declare var ExpiredTokenException$: StaticErrorSchema;
export declare var IDPCommunicationErrorException$: StaticErrorSchema;
export declare var IDPRejectedClaimException$: StaticErrorSchema;
export declare var InvalidIdentityTokenException$: StaticErrorSchema;
export declare var MalformedPolicyDocumentException$: StaticErrorSchema;
export declare var PackedPolicyTooLargeException$: StaticErrorSchema;
export declare var PolicyDescriptorType$: StaticStructureSchema;
export declare var ProvidedContext$: StaticStructureSchema;
export declare var RegionDisabledException$: StaticErrorSchema;
export declare var Tag$: StaticStructureSchema;
export declare var STSServiceException$: StaticErrorSchema;
export declare var AssumeRole$: StaticOperationSchema;
export declare var AssumeRoleWithWebIdentity$: StaticOperationSchema;