Rocky_Mountain_Vending/.pnpm-store/v10/files/06/84a0f6d279d54d5b271c581a6f7e5b9048c5ecbac4576efd1897d2889cf6102d8c3fa79f62740156c66526fcfede8b5dc359a1819aba117823f96ffd77da43
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

7 lines
371 B
Text

import type { RuntimeConfigAwsCredentialIdentityProvider } from "@aws-sdk/types";
import type { FromLoginCredentialsInit } from "./types";
/**
* Creates a credential provider that sources credentials from aws login cached tokens
* @internal
*/
export declare const fromLoginCredentials: (init?: FromLoginCredentialsInit) => RuntimeConfigAwsCredentialIdentityProvider;