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>
17 lines
458 B
Text
17 lines
458 B
Text
import { LoadedConfigSelectors } from "@smithy/node-config-provider";
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT";
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint";
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const DEFAULT_USE_FIPS_ENDPOINT = false;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS: LoadedConfigSelectors<boolean>;
|