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>
14 lines
474 B
Text
14 lines
474 B
Text
import { type LocalConfigOptions } from "@smithy/node-config-provider";
|
|
/**
|
|
* Default region provider for STS when used as an inner client.
|
|
* Differs from the default region resolver in that us-east-1 is the fallback instead of throwing an error.
|
|
*
|
|
* @internal
|
|
*/
|
|
export declare function stsRegionDefaultResolver(loaderConfig?: LocalConfigOptions): import("@smithy/types").Provider<string>;
|
|
/**
|
|
* @internal
|
|
*/
|
|
export declare const warning: {
|
|
silence: boolean;
|
|
};
|